*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
1 2001-01-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2
3 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
4 don't mention the file name or the date here, because they are
5 logged at the start of the file.
6
7 2001-01-08 Richard M. Stallman <rms@gnu.org>
8
9 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
10 Change screen-width to frame-width.
11
12 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
13
14 * info.el (Info-search): Print the default as part of the prompt.
15
16 2001-01-08 Andre Spiegel <spiegel@gnu.org>
17
18 * vc.el (vc-default-latest-on-branch-p): New function, replaces
19 constant implementations in backends.
20
21 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
22 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
23
24 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
25 WRITABLE to EDITABLE.
26
27 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
28 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
29 to EDITABLE.
30
31 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
32
33 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
34 (copyright, copyright-update): Compute the current year at run
35 time.
36
37 2001-01-08 Gerd Moellmann <gerd@gnu.org>
38
39 * isearch.el (isearch-old-signal-hook): Removed.
40 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
41 instead of setting signal-hook-function.
42 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
43
44 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
45
46 * emulation/edt.el: Update to version 4.0. Provide support for
47 EDT scroll margins at top and bottom of the window. Provide an
48 emulation of the EDT SUBS command (bound to GOLD-Enter, by
49 default). Enhance edt-quit, bound to GOLD-q by default, to warn
50 user when file-related buffer modifications exist. Provide
51 support for running EDT Emulation in XEmacs. Provide customize
52 access to some user updatable variables. Add Commentary section
53 to file header. Fixed a few minor bugs and cleaned up some code.
54
55 * emulation/edt-mapper.el: Update to version 4.0. Provide support
56 for detecting a keypress that generates an ASCII key sequence.
57 (Previously, only a keypress that generates a vector was
58 recognized.) Embed Window Manager name into name of the generated
59 EDT Emulation initialization file since the initialization file is
60 Window Manager specific. Add Commentary section to file header.
61
62 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
63
64 * mail/sendmail.el (mail-mode): Doc fix.
65
66 * info.el (Info-goto-emacs-command-node): Doc fix.
67 (Info-goto-emacs-key-command-node): Doc fix.
68
69 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
70
71 * ediff-ve.el (noninteractive): Don't load generic-sc on MS-DOS
72 systems without long file-name support.
73
74 2001-01-06 Andrew Innes <andrewi@gnu.org>
75
76 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
77
78 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
79
80 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
81 (isearch-lazy-highlight-update): Doc fix.
82
83 * ffap.el (ffap-bindings): Doc fix.
84
85 * dired-x.el (dired-virtual-guess-dir): Doc fix.
86
87 2001-01-05 Dave Love <fx@gnu.org>
88
89 * emacs-lisp/cl-seq.el (remove, remq): Remove.
90
91 2001-01-05 Gerd Moellmann <gerd@gnu.org>
92
93 * mouse-drag.el (mouse-drag-safe-scroll): Bind
94 scroll-preserve-screen-position to nil.
95
96 * isearch.el (isearch-old-signal-hook): New variable.
97 (isearch-mode): Set signal-hook-function to isearch-done.
98 (isearch-done): Restore old signal-hook-function.
99
100 * info.el (Info-fontify-node): Mark one more char as intangible.
101
102 2000-01-05 Kenichi Handa <handa@etl.go.jp>
103
104 * composite.el (compose-last-chars): New argument COMPONENTS. If
105 it is non-nil, compose preceding characters by compose-region with
106 COMPONENTS.
107
108 * international/quail.el (quail-input-string-to-events): New function.
109 (quail-input-method): Convert input string to events here.
110 (quail-start-translation): Return input string, not event list.
111 (quail-start-conversion): Likewise.
112
113 2001-01-04 Gerd Moellmann <gerd@gnu.org>
114
115 * tooltip.el (tooltip-cancel-delayed-tip)
116 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
117 and tooltip-add-timeout.
118 (tooltip-show): Set border color from faces's foreground.
119 (tooltip-show-help-function): If called with the same help string
120 as last time, do nothing.
121 (tooltip-help-tips): Don't set tooltip-help-message to nil.
122
123 * startup.el (fancy-splash-screens): Don't bind show-help-function
124 to nil.
125
126 * tooltip.el (tooltip-frame-parameters): Remove colors.
127 (tooltip): New face
128 (tooltip-set-param): New function.
129 (tooltip-show): Set up color frame parameters from face `tooltip'.
130 Display the tooltip text in face `tooltip'.
131
132 2001-01-04 Dave Love <fx@gnu.org>
133
134 * whitespace.el (whitespace-global-mode): Fix typo.
135
136 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
137
138 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
139
140 * help.el (help-for-help): Fix a typo in a doc string. From
141 kwzh@gnu.org (Karl Heuer).
142
143 2001-01-03 Dave Love <fx@gnu.org>
144
145 * dired-x.el: Doc fixes. Maintainer change.
146 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix
147 :type.
148 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
149 (dired-guess-shell-alist-user): Customize.
150 (dired-x-help-address): Set to bug-gnu-emacs.
151 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
152 (dired-default-directory): Renamed from default-directory.
153
154 * hl-line.el (hl-line): Doc fix.
155
156 2001-01-03 Karl Fogel <kfogel@red-bean.com>
157
158 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
159
160 2001-01-02 Richard M. Stallman <rms@gnu.org>
161
162 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
163 to remove all the current alternative-match highlighting.
164 If nil, remove only what's outside the current window.
165 (isearch-lazy-highlight-remove-overlays): Take optional
166 region within which NOT to remove them.
167 (isearch-lazy-highlight-new-loop): Greatly simplified.
168 (isearch-lazy-highlight-update): Find all the other occurrences
169 visible in the window, in just one call.
170 (isearch-lazy-highlight-start): Now holds start of region to scan.
171 (isearch-lazy-highlight-end): Now holds end of region to scan.
172 (isearch-lazy-highlight-wrapped): Variable deleted.
173 (isearch-lazy-highlight-search): Function deleted.
174
175 2000-01-02 Andrew Innes <andrewi@gnu.org>
176
177 * w32-fns.el (convert-standard-filename): Do length check on name
178 before aref.
179
180 2001-01-02 Dave Love <fx@gnu.org>
181
182 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
183 value.
184 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
185
186 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
187
188 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
189 read syntax.
190
191 * calendar/todo-mode.el (todo): Add :link, :version.
192 (todo-save-top-priorities): Remove autoload cookie.
193 (todo-add-category, todo-add-item-non-interactively)
194 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload
195 cookie.
196
197 2001-01-02 Gerd Moellmann <gerd@gnu.org>
198
199 * comint.el (comint-input-history-ignore): New variable.
200 (comint-read-input-ring): Ignore entries matching
201 comint-input-history-ignore.
202
203 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
204
205 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
206 (lm-copyright-mark): New function.
207 (lm-crack-copyright): New function.
208 (lm-verify): Check that the file has a copyright.
209 Check that the file is copyright Free Software Foundation.
210
211 2000-12-30 Kenichi Handa <handa@etl.go.jp>
212
213 * international/mule-diag.el (print-fontset): Indent font name by
214 24 columns, not 25.
215
216 2000-12-29 Gerd Moellmann <gerd@gnu.org>
217
218 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
219 in Subject line.
220
221 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
222 Use mail-mode-hook instead of mail-setup-hook. Otherwise
223 continuing an interrupted message with C-u C-x m for instence,
224 winds up in Mail mode without abbrevs.
225
226 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
227
228 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
229 non-nil. Adding almost all customization variables on ps-setup. Doc
230 fix.
231 (ps-print-version): New version number (6.3.3).
232 (ps-end-with-control-d): Initialization fix.
233 (ps-lines-printed): New var.
234 (ps-skip-newline): New fun.
235 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
236 (ps-next-line, ps-continue-line, ps-plot-region)
237 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
238
239 2000-12-29 Kenichi Handa <handa@etl.go.jp>
240
241 * international/fontset.el (x-complement-fontset-spec): Resolve
242 ASCII font name so that the same family name is used for fonts
243 registered in x-font-name-charset-alist.
244 (create-fontset-from-fontset-spec): Adjusted for the above change.
245 The name of fontset alias should be a unresolved ASCII font name.
246
247 2000-12-28 Gerd Moellmann <gerd@gnu.org>
248
249 * simple.el (delete-key-deletes-forward-mode): Bind backspace
250 and delete in isearch-mode-map.
251
252 2000-12-28 Richard M. Stallman <rms@gnu.org>
253
254 * dired-x.el (dired-guess-shell-alist-default):
255 Use xpdf instead of acroread.
256
257 2000-12-28 Kenichi Handa <handa@etl.go.jp>
258
259 * textmodes/artist.el (artist-butlast): Deleted.
260 (artist-ellipse-mirror-quadrant): Use butlast instead of
261 artist-butlast.
262
263 * subr.el (butlast, nbutlast): Moved from cl.el to here.
264
265 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
266
267 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
268
269 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
270
271 * ls-lisp.el: Better support for the Mac and MS-Windows.
272 (ls-lisp): New defgroup.
273 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
274 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
275 (ls-lisp-support-shell-wildcards): New defcustoms.
276 (ls-lisp-parse-symlink): New function.
277 (insert-directory): Code to convert switches to a list and set up
278 the wildcard argument copied from ls-lisp-insert-directory.
279 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
280 for -C and -R switches.
281 (ls-lisp-column-format): New function.
282 (ls-lisp-delete-matching, ls-lisp-handle-switches)
283 (ls-lisp-format-time): Add doc strings.
284 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
285 Support ls-lisp-dirs-first.
286 (ls-lisp-classify, ls-lisp-extension): New functions.
287 (ls-lisp-format): Optionally support emulation of symlinks.
288 Support -i, -s, and -G switches.
289
290 2000-12-27 Gerd Moellmann <gerd@gnu.org>
291
292 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
293
294 * version.el (emacs-version): Print X scroll bar information.
295
296 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
297 instead of x-toolkit-scroll-bars-p.
298
299 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
300 of x-toolkit-scroll-bars-p.
301
302 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
303
304 * ffap.el (ffap-bindings): Make interactive and add an autoload
305 cookie.
306 (ffap-bindings): Doc fix, to reflect the above change.
307
308 2000-12-27 Kenichi Handa <handa@etl.go.jp>
309
310 * term.el (term-char-mode): Define all non-ascii self-inserting
311 characters to 'term-send-raw in term-raw-map.
312
313 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
314
315 * viper-init (viper-restore-cursor-type): Added condition-case
316 guard.
317
318 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook): Changed
319 initialization; use add-hook.
320 (ediff-file-remote-p): Use file-local-copy.
321
322 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
323
324 * ediff.el (ediff-patch-buffer): Bug fix.
325 (ediff-revision): Allow selection of the file at the prompt.
326
327 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
328
329 * subr.el (combine-run-hooks): Remove.
330
331 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
332 and remove the rogue second spec.
333
334 2000-12-23 Gerd Moellmann <gerd@gnu.org>
335
336 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
337
338 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
339
340 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
341 Use minibuffer menu prompt for the `=' prefix.
342 (smerge-command-prefix): Change default to C-^.
343 (smerge-mode): Don't assume font-lock doesn't move point.
344
345 * skeleton.el (skeleton-internal-1): Make sure the first line of
346 the region is also re-indented.
347 (skeleton-end-newline): New var.
348 (skeleton-end-hook): Use it.
349
350 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
351
352 * comint.el (comint-password-prompt-regexp): Support CVS.
353
354 2000-12-22 Gerd Moellmann <gerd@gnu.org>
355
356 * simple.el (delete-key-deletes-forward-mode): Simplify. Also
357 backspace key combinations, depending on
358 delete-key-deletes-forward.
359
360 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
361
362 * simple.el (delete-key-deletes-forward): Doc fix.
363
364 2000-08-22 Emmanuel Briot <briot@gnat.com>
365
366 * xml.el (top level comment): Updated to reflect the fact that
367 white spaces are relevant in the XML file.
368 (xml-parse-file): Do not kill an existing Emacs buffer if the file
369 to parse was already edited. This allows for on-the-fly analysis
370 of XML files.
371 (xml-parse-tag): Check that the casing is the same in the start
372 tag and end tag, since XML is case-sensitive. Allows for spaces
373 in the end tag, after the name of the tag.
374 (xml-parse-attlist): Allow for the character '-' in the name of
375 attributes, as in the standard http-equiv attribute Do not save
376 the properties in the XML tree, since they are not relevant.
377
378 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
379
380 * generic.el (generic-read-type): Undo last change, inline into
381 `generic-mode' and then remove.
382 (generic-mode): Inline generic-read-type.
383 (define-generic-mode): Push the symbol name rather than the symbol
384 onto generic-mode-list.
385
386 2000-12-21 Gerd Moellmann <gerd@gnu.org>
387
388 * generic.el (generic-read-type): Build an alist for
389 completing-read as in 20.7.
390
391 * play/landmark.el (lm): Use interactive spec `P'.
392 (toplevel): Don't set debug-on-error.
393
394 * server.el (server-switch-buffer): Choose a window on a visible
395 frame.
396
397 2000-12-21 Dave Pearson <davep@davep.org>
398
399 * quickurl.el: Commentry change, I've moved my web site.
400
401 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
402
403 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
404 ranges like \177-\237, but accepts the character sequence from \177 to
405 \237. Doc fix.
406 (ebnf-version): New version (3.4).
407 (ebnf-setup): Code fix.
408 (ebnf-range-regexp): New fun.
409 (ebnf-8-bit-chars): Const fix.
410
411 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
412 entry. Doc fix.
413 (ebnf-bnf-lex): Code fix.
414 (ebnf-bnf-comment-chars): Const fix.
415
416 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
417 entry. Doc fix.
418 (ebnf-iso-comment-chars): Const fix.
419
420 * ebnf-otz.el: Doc fix.
421
422 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
423 entry. Doc fix.
424 (ebnf-yac-skip-code): Code fix.
425 (ebnf-yac-comment-chars): Const fix.
426
427 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
428
429 * files.el (insert-directory-safely): New function.
430 (recover-file): Use it instead of insert-directory. From Markus
431 Rost <markus.rost@mathematik.uni-regensburg.de>
432
433 2000-12-21 Kenichi Handa <handa@etl.go.jp>
434
435 * international/mule-cmds.el (select-safe-coding-system): Check
436 coding-category-list more rigidly. Improve help message.
437
438 * dired.el (dired-move-to-filename-regexp): Fix previous change.
439
440 2000-12-21 Miles Bader <miles@gnu.org>
441
442 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank
443 prefix.
444
445 2000-12-21 Kenichi Handa <handa@etl.go.jp>
446
447 * international/mule-diag.el (describe-char-after): Make *Help*
448 buffer inherit multibyteness of the current buffer.
449
450 * international/mule.el (make-char): Docstring adjusted for the
451 change of make-char-internal.
452
453 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
454
455 * international/iso-cvt.el: Docstrings fix.
456
457 2000-12-20 Dave Love <fx@gnu.org>
458
459 * subr.el (eval-after-load): Doc fix.
460
461 2000-12-20 Kenichi Handa <handa@etl.go.jp>
462
463 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
464 for numbers.
465
466 2000-12-20 Miles Bader <miles@gnu.org>
467
468 * international/quail.el (quail-help): Resize the help window
469 again after it has all its contents. Remove unneeded progn.
470
471 2000-12-19 Gerd Moellmann <gerd@gnu.org>
472
473 * pcmpl-linux.el: Fix copy/paste error.
474
475 2000-12-19 Andrew Innes <andrewi@gnu.org>
476
477 * simple.el (delete-key-deletes-forward-mode): Fix typo in
478 docstring.
479
480 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
481
482 * progmodes/idlw-rinfo.el: Fixed copyright notice.
483
484 * progmodes/idlw-toolbar.el: Fixed copyright notice.
485
486 * progmodes/idlw-shell.el: Fixed copyright notice.
487
488 * progmodes/idlwave.el: Fixed copyright notice.
489
490 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
491 TAB as key separators.
492
493 2000-12-19 Alex Schroeder <alex@gnu.org>
494
495 * sql.el (sql-sybase-options): New option.
496 (sql-sybase): Use it. Add sql-database to the list of parameters
497 provided for login. The options -w 2048 -n are not used any more.
498 (sql-postgres-options): Changed default from "--pset" to "-P".
499 (sql-mysql-options): Doc change.
500 (sql-stop): Doc change.
501
502 2000-12-19 Kenichi Handa <handa@etl.go.jp>
503
504 * international/quail.el (quail-input-method): Always hide
505 the guidance buffer on exiting.
506
507 2000-12-18 Gerd Moellmann <gerd@gnu.org>
508
509 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
510 isn't fboundp.
511
512 * server.el (server-buffer-done): Bury the buffer before
513 killing it.
514
515 * faces.el (face-spec-set): Interpret a nil in specs for
516 foreground and background colors as `unspecified', for
517 compatibility with 20.x.
518
519 2000-12-18 Dave Love <fx@gnu.org>
520
521 * simple.el (mail-user-agent): Doc fix.
522 (input-mode-8-bit): Removed.
523
524 * international/mule.el (set-keyboard-coding-system): Doc fix.
525 (keyboard-coding-system): New option.
526
527 * mail/sendmail.el (send-mail-function): Customize.
528
529 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
530
531 * international/codepage.el (cp866-decode-table): New table.
532
533 2000-12-18 Gerd Moellmann <gerd@gnu.org>
534
535 * version.el (emacs-version): Remove `%a' from the time format
536 because the weekday doesn't fit well into each locale.
537
538 2000-12-18 Miles Bader <miles@gnu.org>
539
540 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
541
542 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
543 Check that emacs-major-version is `=' to 20, not `>='.
544 (artist-replace-chars): Use `make-string' instead of a loop.
545
546 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
547
548 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
549 (cvs-execute-single-file): Don't change directory.
550 Patch from Per Cederqvist.
551
552 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
553
554 * textmodes/ispell.el (check-ispell-version): If
555 `ispell-program-name' is "aspell", pass it the -v switch instead
556 of -vv.
557
558 2000-12-16 Kenichi Handa <handa@etl.go.jp>
559
560 * international/mule-diag.el (mule-diag): Insert information about
561 configure options, multibyte awareness, language env.
562
563 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
564 regexp to search for candidates.
565
566 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
567
568 * info.el (Info-forward-node): If the node has an
569 Info-header-line, widen the buffer before searching for "next:"
570 and "up:" pointers, and set the search limit to stay in the
571 current node.
572
573 2000-12-16 Miles Bader <miles@gnu.org>
574
575 * simple.el (delete-trailing-whitespace): Remove extraneous let.
576
577 2000-12-15 Miles Bader <miles@gnu.org>
578
579 * comint.el (comint-send-string, comint-send-region): Also accept
580 a buffer, buffer-name, or nil for PROCESS, for compatibility with
581 process-send-string/region.
582
583 2000-12-15 Gerd Moellmann <gerd@gnu.org>
584
585 * isearch.el (isearch-lazy-highlight-max): New user-option.
586 (isearch-lazy-highlight-update): Don't highlight more than
587 isearch-lazy-highlight-max matches.
588
589 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
590
591 2000-12-15 Richard M. Stallman <rms@gnu.org>
592
593 * sort.el (sort-columns): Fix error message.
594
595 * dabbrev.el (dabbrev--last-case-pattern): Value is now
596 `upcase' or `downcase' or nil.
597 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
598 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
599 (dabbrev--substitute-expansion): New arg record-case-pattern.
600 If it is non-nil, set dabbrev--last-case-pattern.
601 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
602
603 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
604
605 2000-12-15 Miles Bader <miles@gnu.org>
606
607 * paths.el (Info-default-directory-list): Don't delete
608 configure-info-directory from the list of standard info
609 directories when appending it to the end -- their order is
610 important.
611
612 * faces.el (read-face-attribute): If there's no entry for the
613 user's input in VALID, just use it as-is (this will often result
614 in an error, but it may be OK for e.g. colors using hexadecimal
615 notation, and at least will yield a better error message).
616
617 * window.el (mode-line-window-height-fudge): Function removed.
618 (height-affecting-face-attributes, mode-line-window-height-fudge):
619 Variables removed.
620 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
621 window is really the right size. Use vertical-motion
622 rather than forward-line.
623 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
624 (ispell-command-loop, ispell-show-choices): Use the variable
625 ispell-choices-win-default-height, rather than the function.
626 (ispell-choices-win-default-height): Function removed.
627 (ispell-mode-line-window-height-fudge): Function removed.
628
629 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
630
631 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
632
633 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
634
635 * paths.el (Info-default-directory-list): If
636 configure-info-directory is not one of the standard directories,
637 put it first in the list; otherwise put it last. Doc string
638 changed accordingly.
639
640 * info.el (Info-directory-list): Change doc string to reflect the
641 change in Info-default-directory-list.
642
643 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
644 windows-nt as windowed environments, even under -nw.
645
646 * startup.el (command-line): Don't call x-backspace-delete-keys-p
647 if not fboundp. Switch delete-forward mode for the <delete> key
648 on all PC platforms, even under -nw.
649
650 * term/internal.el ([M-delete]): Remap to M-d.
651
652 2000-12-14 Gerd Moellmann <gerd@gnu.org>
653
654 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
655
656 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
657
658 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
659
660 2000-12-14 Gerd Moellmann <gerd@gnu.org>
661
662 * startup.el (command-line): Call delete-key-deletes-forward-mode,
663 if appropriate.
664
665 * simple.el (delete-key-deletes-forward): New user-option.
666 (delete-key-deletes-forward-mode): New function.
667
668 * bindings.el: Bind `delete' to backward-delete-char.
669
670 * emacs-lisp/easymenu.el (easy-menu-current-active-maps): Test
671 if symbol is bound before getting its value.
672
673 * tooltip.el (tooltip-show): If an error is signaled in
674 x-show-tip, display that error, and display the help in the
675 echo area.
676
677 2000-12-14 Kenichi Handa <handa@etl.go.jp>
678
679 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi): Show
680 "... entries" messages for every 10000 entries, not 10.
681
682 2000-12-13 Karl Fogel <kfogel@red-bean.com>
683
684 * bookmark.el: Provide a generic exit hook, as suggested by
685 Ovidiu Predescu <ovidiu@cup.hp.com>:
686 (bookmark-exit-hook): New var.
687 (bookmark-exit-hook-internal): New func, replaces
688 old raw lambda form in `kill-emacs-hook', and runs new
689 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
690 as logically that feature must have been provided if this function
691 is running.
692 Removed ;;;###autoload before the `add-hook' call.
693
694 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
695
696 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
697 (easy-menu-current-active-maps): New function.
698 (easy-menu-get-map): Use it.
699 Make a proper menu entry when creating a new keymap.
700
701 2000-12-13 Kenichi Handa <handa@etl.go.jp>
702
703 * international/characters.el: Fix cases and syntaxes for
704 mule-unicode-0100-24ff.
705
706 * dired.el (dired-move-to-filename-regexp): Fixed for the case
707 that a Japanese character is not appended after day and year.
708
709 * info.el (Info-suffix-list): Change format for a command that
710 requires arguments.
711 (info-insert-file-contents): Adjusted for the above change.
712
713 2000-12-12 Andreas Schwab <schwab@suse.de>
714
715 * tar-mode.el (tar-extract): Base the name of the subfile buffer
716 on the name of the tar buffer. Verify that the existing buffer is
717 visiting the same subfile.
718
719 2000-12-12 Dave Love <fx@gnu.org>
720
721 * subdirs.el: Add obsolete.
722
723 2000-12-12 Gerd Moellmann <gerd@gnu.org>
724
725 * mail/rmailsum.el (rmail-summary-expunge)
726 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
727 instead of rmail-confirm-expunge.
728
729 * replace.el (perform-replace): Don't use an empty match adjacent
730 to a non-empty match when computing the next match before the
731 replacement is performed.
732
733 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
734
735 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
736 definition (patch by Stefan Monnier).
737 (glasses-mode): Use jit-lock instead of `after-change-functions'
738 (patch by Stefan Monnier).
739
740 2000-12-12 Miles Bader <miles@gnu.org>
741
742 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
743 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
744
745 2000-12-12 Andrew Choi <akochoi@i-cable.com>
746
747 * term/mac-win.el: Remove load for ls-lisp.
748
749 * loadup.el: Load ls-lisp for system-type `macos'.
750
751 2000-12-12 Miles Bader <miles@gnu.org>
752
753 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
754 Respect field end too.
755 (just-one-space): Respect fields as `delete-horizontal-space'.
756 (newline-and-indent, reindent-then-newline-and-indent): Use
757 `delete-horizontal-space'.
758
759 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
760
761 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
762 (so as to obey the field property in the minibuffer).
763
764 * obsolete/c-mode.el: Moved from lisp/progmodes.
765 * obsolete/auto-show.el: Moved from lisp.
766 * obsolete/ooutline.el: Moved from lisp/textmodes.
767
768 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
769
770 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
771 changes to list them here.
772
773 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7. Too
774 many changes to list them here.
775
776 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7. Too
777 many changes to list them here.
778
779 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
780
781 2000-12-11 Gerd Moellmann <gerd@gnu.org>
782
783 * simple.el (kill-new): Don't try to setcar kill-ring if it is
784 nil.
785
786 * cus-edit.el (custom-save-variables, custom-save-faces):
787 Comment fix.
788
789 * hscroll.el: Moved to `obsolete' subdir.
790
791 2000-12-11 Miles Bader <miles@gnu.org>
792
793 * window.el (window-text-height): Function removed (now in C).
794
795 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
796
797 * log-edit.el (log-edit-parent-buffer): New var.
798 (log-edit): Set it. Add BUFFER argument.
799 (log-edit-done): Use char-before.
800 Don't bother checking validity of vc-comment-ring.
801 Only bury the buffer if log-edit popped it up.
802
803 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
804 (cvs-mode-diff-help): Remove.
805 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
806 (cvs-mode-marked): Set up the default for CMD manually.
807
808 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
809 Remove binding for ? now made unnecessary.
810
811 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
812
813 * textmodes/reftex.el (reftex-scanning-info-available-p): New
814 function
815 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
816
817 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
818 when master file is not open.
819
820 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
821
822 * progmodes/ada-stmt.el: Update `maintainer'.
823
824 2000-12-09 Stephen Gildea <gildea@alum.mit.edu>
825
826 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
827 choices to match documentation string.
828
829 2000-12-09 Miles Bader <miles@gnu.org>
830
831 * minibuf-eldef.el: New file.
832
833 * window.el (fit-window-to-buffer): Don't pass last argument to
834 pos-visible-in-window-p, now that its meaning is inverted.
835
836 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
837
838 * image.el (create-image): Doc fix; spotted by Per Cederqvist
839 <ceder@lysator.liu.se>.
840
841 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
842
843 * autoinsert.el (auto-insert-alist): Add missing final \n.
844
845 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
846 (cvs-menu-map): Remove.
847 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
848 (cvs-mode-quit): Turn it back into a plain function.
849
850 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
851 (texinfo-filter): Remove (move to texinfo.el).
852
853 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
854 file where it's more visible.
855 (texinfo-filter, texinfo-chapter-level-regexp): New variables
856 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
857 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
858 (texinfo-inside-macro-p): Only catch `scan-error's.
859 (texinfo-inside-env-p): Make better use of the match info.
860 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
861 (texinfo-insert-@end): Slight re-organization.
862 Also remove useless `looking-at' call.
863
864 2000-12-08 Andrew Innes <andrewi@gnu.org>
865
866 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
867 accessible in -nw mode.
868
869 * term/w32-win.el: Remove stuff about selection timeout, which is
870 irrelevant on Windows. Move clipboard support to w32-fns.el, so
871 it is accessible in -nw mode.
872
873 2000-12-08 Dave Love <fx@gnu.org>
874
875 * emacs-lisp/lisp-mode.el (lisp-mode): Set
876 font-lock-keywords-case-fold-search.
877
878 2000-12-08 Gerd Moellmann <gerd@gnu.org>
879
880 * textmodes/ispell.el (ispell): Doc fix.
881
882 2000-12-08 Kenichi Handa <handa@etl.go.jp>
883
884 * international/quail.el (quail-insert-decode-map): Check the
885 frame width of a window displaying the current buffer, not that of
886 the selected frame.
887 (quail-help): Make sure that the help buffer has window before
888 inserting text in it.
889
890 2000-12-07 Sam Steingold <sds@gnu.org>
891
892 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
893 Backquote is used in isearch.el, so autoloading saves nothing.
894
895 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
896
897 * startup.el (normal-top-level-add-subdirs-to-load-path): Ignore
898 the CVS and RCS subdirectories case-insensitively.
899
900 * dired.el (dired-insert-directory): If file-system-info is
901 fboundp, call it instead of invoking dired-free-space-program.
902
903 2000-12-07 Gerd Moellmann <gerd@gnu.org>
904
905 * server.el (server-visit-files): Push files on file-name-history.
906
907 * progmodes/cc-langs.el: Update copyright.
908
909 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
910
911 * bindings.el (mode-line-mode-menu): Add glasses-mode.
912
913 * bindings.el (mode-line-mode-menu): Reverse the order
914 of define-keys so that the menu appears in alphabetical order.
915
916 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
917
918 * progmodes/glasses.el (glasses-mode): Update mode line at the end
919 of the function.
920
921 2000-12-07 Dave Love <fx@gnu.org>
922
923 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
924
925 * facemenu.el (facemenu-unlisted-faces): Fix value.
926
927 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
928
929 * font-lock.el (font-lock-default-fontify-region):
930 Include the terminating \n (off-by-one error).
931 (font-lock-set-defaults): Use dolist.
932
933 * derived.el (define-derived-mode): Don't use combine-run-hooks.
934
935 2000-12-07 Kenichi Handa <handa@etl.go.jp>
936
937 * international/mule-cmds.el (describe-language-environment): Fix
938 for the case that an input method title is not string but a list.
939
940 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
941 of wrong SIZE record.
942
943 2000-12-06 Dave Love <fx@gnu.org>
944
945 * newcomment.el (comment-region, comment-dwim): Doc fix.
946
947 * textmodes/texinfo.el: Require tex-mode when compiling.
948 (texinfo-update-node): Doc fix.
949 (texinfo-imenu-generic-expression): Add @anchor.
950 (texinfo-font-lock-keywords): Add @uref.
951 (texinfo-inside-macro-p): Don't use ignore-errors.
952 (texinfo-insert-quote): Match more contexts.
953
954 * international/mule.el (decode-char, encode-char): Doc fix.
955 (auto-coding-alist): Customize.
956
957 * files.el (load-file): Fix change of 2000-03-12.
958
959 * wid-edit.el (widget-text-keymap): Doc fix.
960
961 2000-12-06 Andrew Innes <andrewi@gnu.org>
962
963 * makefile.w32-in (lisp): Set to an absolute directory, namely
964 $(CURDIR).
965
966 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
967
968 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
969 read generated-autoload-file, and set buffer-file-coding-system to
970 raw-text-unix after reading the file.
971
972 * international/mule-conf.el (file-coding-system-alist): Use
973 raw-text for reading loaddefs.el and raw-text-unix for writing
974 it.
975
976 2000-12-06 Gerd Moellmann <gerd@gnu.org>
977
978 * replace.el (occur): Make line-number-width 1 smaller for the
979 colon following the line number.
980
981 * startup.el (fancy-splash-text, command-line-1): Use
982 `File' for the menu name instead of `Files'.
983
984 * tmm.el: Update copyright.
985
986 * cus-start.el: Add entry for even-window-heights.
987
988 2000-12-06 Miles Bader <miles@gnu.org>
989
990 * faces.el (frame-set-background-mode): Avoid stomping on
991 locally modified faces.
992
993 2000-12-06 Kenichi Handa <handa@etl.go.jp>
994
995 * international/fontset.el: Correct the font registries for
996 japanese-jisx0213-1 and japanese-jisx0213-2.
997
998 2000-12-05 Gerd Moellmann <gerd@gnu.org>
999
1000 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
1001
1002 * iswitchb.el: Update customization commentary.
1003
1004 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
1005
1006 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
1007 (tpu-search-highlight): Fixed comparison of overlay end positions.
1008 (tpu-trim-line-ends): Implemented trimming logic locally.
1009
1010 * emulation/tpu-extras.el (tpu-write-file-hook)
1011 (tpu-set-cursor-bound): Replaced picture-clean with
1012 tpu-trim-line-ends.
1013
1014 2000-12-05 Kenichi Handa <handa@etl.go.jp>
1015
1016 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
1017 to cn-gb.
1018 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
1019
1020 2000-12-04 Dave Love <fx@gnu.org>
1021
1022 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
1023
1024 2000-12-04 Gerd Moellmann <gerd@gnu.org>
1025
1026 * mail/rmailsum.el (rmail-summary-expunge)
1027 (rmail-summary-expunge-and-save): Ask for confirmation with
1028 rmail-expunge-confirmed.
1029
1030 * mail/rmail.el (rmail-expunge-confirmed): New function.
1031 (rmail-expunge): Use it.
1032
1033 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
1034 (etags-recognize-tags-table, find-tag-in-order): New
1035 functionality: interpret file names as tags.
1036
1037 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
1038
1039 * info.el (Info-scroll-prefer-subnodes): New defcustom.
1040 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't
1041 visit the first subnode until the bottom of the current node is
1042 visible.
1043
1044 2000-12-04 Gerd Moellmann <gerd@gnu.org>
1045
1046 * format.el (format-decode): Don't change buffer's undo list.
1047
1048 2000-12-04 Kenichi Handa <handa@etl.go.jp>
1049
1050 * faces.el (face-font-registry-alternatives): Add entries for CJK
1051 fonts. Doc-string adjusted for the actual usage of this data.
1052
1053 * international/fontset.el: Change the font registries for CJK
1054 fonts in the default fontset. Don't append '*' to registries.
1055
1056 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
1057
1058 * emacs-lisp/easy-mmode.el (define-derived-mode)
1059 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
1060
1061 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
1062 (derived-mode-p): New function.
1063 (derived-mode-make-docstring): Add `docstring' argument.
1064 Use it if available and complete it if necessary.
1065
1066 2000-12-03 Andreas Schwab <schwab@suse.de>
1067
1068 * type-break.el (type-break): Don't make parent of itself.
1069
1070 2000-12-03 Miles Bader <miles@gnu.org>
1071
1072 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
1073
1074 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
1075
1076 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
1077 (tex-main-file, tex-file): Simplify.
1078 (tex-generate-zap-file-name): Use subst-char-in-string.
1079 (tex-strip-dots): Remove.
1080
1081 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
1082
1083 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
1084 to check if the match succeeded.
1085
1086 2000-12-02 Gerd Moellmann <gerd@gnu.org>
1087
1088 * startup.el (use-fancy-splash-screens-p): New function.
1089 (command-line-1): Use it to determine whether or not to use
1090 a fancy splash screen.
1091
1092 2000-12-02 Andreas Schwab <schwab@suse.de>
1093
1094 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
1095
1096 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
1097
1098 * international/mule.el (make-char): Fix last change.
1099
1100 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
1101 New defcustoms.
1102 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
1103 autoloading tex-mode; instead, do the same manually. Use
1104 texinfo-open-quote and texinfo-close-quote. Insert literal quote
1105 with numeric argument. Docstring fix.
1106 (toplevel): Require cl when compiling.
1107
1108 * international/mule.el (make-char): Doc fix.
1109
1110 2000-12-02 Jason Rumney <jasonr@gnu.org>
1111
1112 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
1113 the Emacs Lisp manual)
1114
1115 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
1116
1117 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
1118
1119 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
1120 the Emacs Lisp manual).
1121
1122 2000-12-02 Gerd Moellmann <gerd@gnu.org>
1123
1124 * simple.el (next-line-add-newlines): Change default to nil.
1125
1126 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
1127
1128 * files.el (revert-buffer, recover-file): Bind
1129 coding-system-for-read to emacs-mule-unix, not to no-conversion.
1130
1131 2000-12-01 Gerd Moellmann <gerd@gnu.org>
1132
1133 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
1134
1135 2000-12-01 Miles Bader <miles@gnu.org>
1136
1137 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
1138
1139 2000-12-01 Kenichi Handa <handa@etl.go.jp>
1140
1141 * international/mule-diag.el (describe-char-after): Fix typo.
1142 (describe-character-set, non-iso-charset-alist): Fix typo.
1143
1144 2000-12-01 Miles Bader <miles@gnu.org>
1145
1146 * image-file.el (image-file-name-regexp): Automatically add
1147 upper-case variants of each filename extension in
1148 `image-file-name-extensions', since they seem to be common.
1149
1150 * simple.el (minibuffer-contents)
1151 (minibuffer-contents-no-properties, delete-minibuffer-contents):
1152 New functions.
1153 * filecache.el (file-cache-directory-name)
1154 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
1155
1156 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
1157
1158 * filecache.el (file-cache-minibuffer-complete): Don't try to
1159 delete the minibuffer prompt.
1160
1161 2000-11-30 Dave Love <fx@gnu.org>
1162
1163 * cus-start.el: Fix read-buffer-function type.
1164
1165 2000-11-30 Gerd Moellmann <gerd@gnu.org>
1166
1167 * md5.el: Removed. There's a built-in function, now.
1168
1169 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
1170
1171 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
1172 as dummy 0-th char of rmail-deleted-vector.
1173
1174 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
1175
1176 * ps-print.el (ps-end-job): Bind case-fold-search only after
1177 switching to ps-spool-buffer.
1178
1179 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1180
1181 * ps-print.el: Line number font customization. PostScript: Lines and
1182 PageCount are initialized on each page. Doc Fix.
1183 (ps-print-version): New version number (6.3.2).
1184 (ps-lpr-switches, ps-font-info-database, ps-font-size)
1185 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
1186 (ps-right-header): Customization fix.
1187 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
1188 Fix code.
1189 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
1190 New vars.
1191
1192 2000-11-30 Gerd Moellmann <gerd@gnu.org>
1193
1194 * bs.el: Fix typos and spelling errors.
1195 (bs-appearance) <defgroup>: Renamed from bs-appearence.
1196 (bs-configuration): Doc fix.
1197
1198 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
1199
1200 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
1201
1202 * emulation/tpu-edt.el (tpu-version): New version.
1203 (tpu-search-overlay, tpu-replace-overlay): New initial range.
1204 (tpu-original-mode-line): Variable deleted.
1205 (tpu-mark-flag): New initial value.
1206 (tpu-set-mode-line): Don't redefine mode-line-format. Add
1207 tpu-mark-flag to minor-mode-alist.
1208 (tpu-update-mode-line): New mark flag logic.
1209 (tpu-get): Use find-file-wildcards.
1210 (tpu-search-highlight): Move overlay less, reset overlay properly.
1211 (tpu-unselect): Deactivate mark.
1212 (tpu-lm-replace): Reset overlay properly.
1213 (tpu-forward-line): Use forward-visible-line.
1214 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
1215
1216 * emulation/tpu-extras.el (tpu-forward-line): Use
1217 forward-visible-line.
1218
1219 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
1220
1221 * cus-edit.el (custom-face-value-create): Always emphasize tag.
1222
1223 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1224
1225 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
1226 and skip whitespace and newlines.
1227
1228 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
1229
1230 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
1231
1232 2000-11-29 Gerd Moellmann <gerd@gnu.org>
1233
1234 * help.el (describe-function-1): Regexp-quote function name
1235 when used as part of a regexp.
1236
1237 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
1238 face-attribute instead of face-foreground and face-background.
1239 (tool-bar-add-item): Likewise, and handle unspecified colors.
1240
1241 * enriched.el (enriched-face-ans): Use face-attribute instead
1242 of face-foreground and face-background.
1243
1244 * faces.el (face-foreground, face-background, face-stipple):
1245 Return nil if attribute is unspecified, for backward
1246 compatibility.
1247
1248 * files.el (auto-mode-alist): Add an entry for antlr-mode.
1249
1250 * play/5x5.el: Remove version info.
1251
1252 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
1253
1254 * frame.el (blink-cursor-mode): Doc fix.
1255
1256 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
1257
1258 * antlr-mode.el: New commands to run ANTLR from within Emacs and
1259 to create Makefile rules.
1260 (antlr-tool-command): New user option.
1261 (antlr-ask-about-save): New user option.
1262 (antlr-makefile-specification): New user option.
1263 (antlr-file-formats-alist): New variable.
1264 (antlr-special-file-formats): New variable.
1265 (antlr-unknown-file-formats): New user option.
1266 (antlr-help-unknown-file-text): New variable.
1267 (antlr-help-rules-intro): New variable.
1268 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
1269 (antlr-mode-menu): Add entries.
1270 (antlr-file-dependencies): New function.
1271 (antlr-directory-dependencies): New function.
1272 (antlr-superclasses-glibs): New function.
1273 (antlr-run-tool): New command.
1274 (antlr-makefile-insert-variable): New function.
1275 (antlr-insert-makefile-rules): New function.
1276 (antlr-show-makefile-rules): New command.
1277
1278 * antlr-mode.el: More Emacs/XEmacs stuff.
1279 (antlr-no-action-keywords): New constant with value nil.
1280 (antlr-font-lock-keywords-alist): Use it. Old value would break
1281 syntax highlighting in Emacs-21.0.
1282 (antlr-default-directory): Emacs/XEmacs dependend function.
1283 (antlr-read-shell-command): Ditto.
1284 (antlr-with-displaying-help-buffer): Ditto.
1285
1286 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
1287
1288 * antlr-mode.el: imenu, parsing and highlighting changes.
1289 (antlr-imenu-create-index-function): Don't create extra submenus
1290 for definitions in different grammar classes. It is not necessary
1291 for the menu and would make command `imenu' awkward to use.
1292 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
1293 header actions and more than one.
1294 (antlr-font-lock-tokendef-face): Changed color.
1295 (antlr-font-lock-tokenref-face): Changed color.
1296 (antlr-font-lock-additional-keywords): Also highlight lowercase.
1297 (antlr-mode-syntax-table): New variable.
1298 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
1299 (antlr-with-syntax-table): Don't copy syntax table.
1300
1301 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
1302
1303 * antlr-mode.el: Minor changes: language setting.
1304 (antlr-language-alist): The value for file option "language" can
1305 be both an identifier and a string.
1306 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
1307 (antlr-language-limit-n-regexp): Change accordingly.
1308
1309 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
1310
1311 * antlr-mode.el: Minor changes: tabs, hiding.
1312 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
1313 (antlr-action-visibility): Also allow value nil to also hide the
1314 braces. Renamed from `antlr-tiny-action-length'.
1315 Suggested by Jay@aol.com.
1316 (antlr-hide-actions): Change accordingly. Hide line if completely
1317 hidden action is on a line of its own.
1318
1319 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
1320
1321 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
1322
1323 * sort.el (sort-columns): Don't concat strings with numbers.
1324
1325 2000-11-29 Dave Love <fx@gnu.org>
1326
1327 * cus-edit.el (face): Fix :format.
1328
1329 * mail/feedmail.el: Require smtpmail when compiling.
1330 (mail-do-fcc): Autoload.
1331 (feedmail) <defgroup>: Fix :link.
1332 (feedmail-nuke-body-in-fcc): Fix :type.
1333 (feedmail-send-it): Add autoload cookie.
1334
1335 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
1336
1337 * newcomment.el (comment-indent): Save excursion around call to
1338 comment-indent-function.
1339
1340 2000-11-29 Miles Bader <miles@gnu.org>
1341
1342 * subr.el (member-ignore-case): Return the tail of the list who's
1343 car matches, like `member', not the matching element itself.
1344
1345 2000-11-29 Kenichi Handa <handa@etl.go.jp>
1346
1347 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
1348 should not contain `\n'.
1349
1350 2000-11-28 Gerd Moellmann <gerd@gnu.org>
1351
1352 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
1353
1354 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
1355
1356 * dired-aux.el (dired-do-create-files): Construct default file
1357 name for dired-mark-read-file-name so that when the user enters
1358 just RET, the target file will end up in the target directory.
1359
1360 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
1361 local-abbrev-table before changing buffers because it might
1362 have a buffer-local binding.
1363
1364 2000-11-28 Miles Bader <miles@gnu.org>
1365
1366 * simple.el (delete-horizontal-space): Handle fields more generally.
1367
1368 2000-11-28 Gerd Moellmann <gerd@gnu.org>
1369
1370 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
1371
1372 2000-11-28 Dave Love <fx@gnu.org>
1373
1374 * progmodes/ps-mode.el (ps-mode): Set comment-start and
1375 comment-start-skip locally.
1376
1377 * progmodes/fortran.el (fortran-mode): Don't set
1378 fortran-comment-line-start-skip. Set comment-start to
1379 fortran-comment-line-start.
1380 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
1381 (fortran-comment-line-start-skip): Simplify slightly.
1382
1383 2000-11-28 Gerd Moellmann <gerd@gnu.org>
1384
1385 * play/5x5.el: Remove RCS keyword.
1386
1387 * bs.el: Mistaken commit, undone 2000-11-30.
1388
1389 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
1390
1391 * textmodes/tildify.el (tildify-string-alist): Add
1392 `plain-tex-mode' here.
1393
1394 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
1395
1396 * chistory.el (Command-history-setup): Remove extraneous `keymap'
1397 reference.
1398
1399 2000-11-28 Miles Bader <miles@gnu.org>
1400
1401 * cus-face.el (custom-face-attributes): Add post-filter function
1402 for :box. Make pre-filter function for :box handle all cases.
1403
1404 * wid-edit.el (widget-choose): Make sure pop-up window is large
1405 enough to display all the choices, as there's no way to scroll it.
1406
1407 2000-11-28 Kenichi Handa <handa@etl.go.jp>
1408
1409 * international/mule-conf.el: Make the coding system no-conversion
1410 safe for all characters.
1411
1412 2000-11-27 Dave Love <fx@gnu.org>
1413
1414 * net/ldap.el (ldap) <defgroup>: Add :version.
1415
1416 * tooltip.el (tooltip-use-echo-area): Doc fix.
1417
1418 * cus-start.el <minibuffer-prompt-properties>: Add version.
1419 <read-buffer-function>: Add.
1420
1421 * apropos.el (apropos-print): Add help-echo to active text.
1422
1423 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
1424
1425 2000-11-27 Gerd Moellmann <gerd@gnu.org>
1426
1427 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
1428 type, group and version.
1429
1430 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
1431
1432 * select.el (x-get-selection): Docstring fix.
1433
1434 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
1435
1436 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
1437
1438 2000-11-27 Andrew Innes <andrewi@gnu.org>
1439
1440 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
1441
1442 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
1443
1444 2000-11-27 Miles Bader <miles@gnu.org>
1445
1446 * dired.el (dired-get-filename): Return filename verbatim if
1447 LOCALP is `verbatim'.
1448 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
1449 `verbatim' so that we don't inadvertently delete a non-existant
1450 directory name.
1451
1452 2000-11-27 Kenichi Handa <handa@etl.go.jp>
1453
1454 * international/characters.el: Specify cases and syntaxes for
1455 mule-unicode-0100-24ff.
1456
1457 2000-11-27 Gerd Moellmann <gerd@gnu.org>
1458
1459 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
1460 that foreground and/or background colors of the face `tool-bar'
1461 are unspecified.
1462
1463 2000-11-27 Miles Bader <miles@gnu.org>
1464
1465 * wid-edit.el (widget-field-buffer, widget-field-start)
1466 (widget-field-end): Handle widget field `pseudo-overlays'.
1467 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
1468 if it's there instead of in `widget-field-list'.
1469
1470 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
1471 (help-make-xrefs): Delete extraneous newlines at the end of the
1472 docstring.
1473
1474 2000-11-25 Jason Rumney <jasonr@gnu.org>
1475
1476 * startup.el (command-line): Call set-locale-environment after
1477 Window System init file is read, as it can result in a call to
1478 redraw-frame.
1479
1480 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
1481
1482 * simple.el (shell-command): Mention the effect of the prefix
1483 argument in the doc string.
1484
1485 2000-11-25 Miles Bader <miles@gnu.org>
1486
1487 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
1488
1489 * wid-edit.el (widget-field-value-delete): Don't try to delete
1490 overlay when it's the `pseudo-overlay' that exists at some points.
1491
1492 2000-11-24 Jason Rumney <jasonr@gnu.org>
1493
1494 * international/mule-cmds.el (locale-language-names): Add "jp" as
1495 a non-standard alternative for Japanese.
1496
1497 2000-11-24 Andre Spiegel <spiegel@gnu.org>
1498
1499 * vc-hooks.el: Require 'cl during compilation.
1500
1501 2000-11-24 Gerd Moellmann <gerd@gnu.org>
1502
1503 * faces.el (face-set-after-frame-default): Let face attributes
1504 specified for new frames override frame parameters.
1505
1506 * startup.el (command-line): Fix computation of the source file
1507 for user-init-file when user-init-file is a compiled file.
1508
1509 2000-11-24 Miles Bader <miles@gnu.org>
1510
1511 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
1512 (custom-post-filter-face-spec): New functions.
1513 (custom-face-set, custom-face-value-create): Filter the face spec
1514 before and after customization.
1515 (custom-face-set): If VALUE specifies a null face, pass a
1516 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
1517 * cus-face.el (custom-face-attributes): Remove SET and GET
1518 functions. Add some IN-FILTER and OUT-FILTER functions in the few
1519 cases they're needed.
1520
1521 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
1522 that it's distinguishable from the :off-glyph on dark-background
1523 displays. Set its background color too.
1524
1525 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
1526 so that people can easily turn it off.
1527
1528 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
1529
1530 * ediff-diff.el: Moved variables around to have it compile under NT.
1531
1532 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
1533
1534 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
1535
1536 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
1537 redundant skip-small-frames test.
1538
1539 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
1540 (viper-downgrade-to-insert): protect against errors in hooks.
1541
1542 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
1543 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
1544 (viper-restore-cursor-type,viper-set-insert-cursor-type): New
1545 functions.
1546
1547 * viper-util.el (viper-memq-char): Bug fixes.
1548
1549 * viper.el (viper-mode): Fix cursor handling.
1550
1551 2000-11-24 Kenichi Handa <handa@etl.go.jp>
1552
1553 * international/mule-diag.el (list-iso-charset-chars): For
1554 two-byte charset, fix the `while' condition.
1555 (list-non-iso-charset-chars): Fix the `while' condition.
1556
1557 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
1558
1559 * subr.el (add-hook, remove-hook): Don't call make-local-hook
1560 if the variable is make-variable-buffer-local.
1561
1562 * progmodes/ada-stmt.el (ada-template-map): Initialize
1563 and bind it to C-c t in ada-mode-map.
1564 (ada-stmt-mode-hook): New function extracted from old code.
1565 Only change the buffer-local side of skeleton-*.
1566 (ada-mode-hook): Use it.
1567
1568 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
1569
1570 * iswitchb.el (iswitchb-minibuf-depth): New variable.
1571 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
1572 we expect to be returned by minibuffer-depth once we prompt the
1573 user in the minibuffer.
1574 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
1575 as recorded in iswitchb-minibuf-depth, return non-nil.
1576
1577 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
1578
1579 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
1580 (hscroll-window-maybe): Docstring fix.
1581
1582 2000-11-23 Dave Love <fx@gnu.org>
1583
1584 * rect.el (string-rectangle): Don't test delete-selection-mode.
1585
1586 2000-11-23 Gerd Moellmann <gerd@gnu.org>
1587
1588 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
1589 is in the tool bar.
1590
1591 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
1592 with `no-dir'; we want the directory part to be able to remove
1593 it.
1594
1595 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
1596
1597 * textmodes/outline.el (outline-flag-region):
1598 Don't bind inhibit-read-only since we don't modify the buffer.
1599 (outline-isearch-open-invisible): Don't jump to overlay-start
1600 since we're trying to unhide text around point.
1601 (outline-discard-overlays): Use dolist.
1602
1603 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
1604
1605 2000-11-22 Gerd Moellmann <gerd@gnu.org>
1606
1607 * mail/rmail.el (rmail-confirm-expunge): Default to
1608 y-or-n-p.
1609
1610 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
1611
1612 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
1613 Fix ARG regexp to skip quoted braces.
1614 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
1615 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
1616 are (correctly) handled separately).
1617 Remove `caption' and `footnote' from `citations': they contain text.
1618 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
1619 (latex-skeleton-end-hook): New function.
1620 (latex-mode): Use it.
1621 (tex-start-tex-marker): Remove.
1622 (tex-send-tex-command): Don't set tex-start-tex-marker.
1623 (tex-error-parse-syntax-table): New var.
1624 (tex-compilation-parse-errors): Use it.
1625 Ignore tex-start-tex-marker. Don't bother with marker-position.
1626 (tex-validate-buffer): Don't bother with marker-position.
1627
1628 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
1629 (flyspell-generic-progmode-verify): Use it.
1630
1631 2000-11-22 Sam Steingold <sds@gnu.org>
1632
1633 * simple.el (delete-trailing-whitespace): New interactive
1634 function.
1635
1636 * progmodes/ada-mode.el (ada-mode): Use it instead of
1637 `ada-remove-trailing-spaces'.
1638 (ada-remove-trailing-spaces): Removed.
1639
1640 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
1641
1642 * textmodes/picture.el (picture-clean): Removed.
1643 (picture-mode-exit): Call it instead of `picture-clean'.
1644
1645 2000-11-22 Gerd Moellmann <gerd@gnu.org>
1646
1647 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
1648
1649 * hi-lock.el (hi-lock-refontify): Don't call non-existent
1650 jit-lock-fontify-buffer; it should anyway be unneccessary to
1651 do anything special when jit-lock is active.
1652 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
1653
1654 2000-11-22 Dave Love <fx@gnu.org>
1655
1656 * calendar/todo-mode.el (todo-top-priorities): Use
1657 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
1658
1659 * language/chinese.el, language/cyrillic.el:
1660 * language/devanagari.el, language/ethiopic.el, language/greek.el:
1661 * language/hebrew.el, language/indian.el, language/japanese.el:
1662 * language/korean.el, language/lao.el, language/misc-lang.el:
1663 * language/thai.el, language/tibetan.el, language/vietnamese.el:
1664 Use provide.
1665
1666 * cus-edit.el (custom-buffer-create-internal): Save some consing.
1667 (custom-variable-set): Improve validation error mesage.
1668
1669 * rect.el (string-rectangle): Revert last change.
1670 (string-rectangle-line): New arg DELETE.
1671 (string-rectangle): Check delete-selection-mode.
1672
1673 * emacs-lisp/edebug.el (edebug-version)
1674 (edebug-maintainer-address): Deleted.
1675 (edebug-submit-bug-report): Just alias to report-emacs-bug.
1676 (edebug-read-function): Account for other `'#' read forms.
1677 (edebug-mode-menus): Make some items toggles.
1678 (edebug-outside-unread-command-event, unread-command-event):
1679 Remove these to avoid warnings.
1680
1681 2000-11-22 David Ponce <david@dponce.com>
1682
1683 * recentf.el (recentf-menu-items-for-commands)
1684 (recentf-make-menu-items, recentf-make-menu-item)
1685 (recentf-filter-changer): Added :help and :active menu-item properties.
1686
1687 (recentf-build-dir-rules, recentf-dump-variable)
1688 (recentf-edit-list, recentf-open-files-item)
1689 (recentf-open-files): Replaced unnecessary `mapcar' with new
1690 built-in `mapc'.
1691
1692 2000-11-23 Miles Bader <miles@gnu.org>
1693
1694 * faces.el (menu): Make inverse-video on ttys too.
1695
1696 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
1697
1698 * simple.el (comment-line-break-function): Use the new name
1699 indent-new-comment-line -> comment-indent-new-line.
1700 (clone-indirect-buffer): Don't ignore NORECORD.
1701 (next-completion): Properly handle the case where items are adjacent.
1702
1703 * mouse.el (popup-menu): Stupid typo.
1704
1705 2000-11-22 Gerd Moellmann <gerd@gnu.org>
1706
1707 * emacs-lisp/authors.el: Remove autoload cookies, add author,
1708 maintainer, keywords tags.
1709
1710 * rect.el (replace-rectangle): Don't call string-rectangle-line
1711 with too many arguments.
1712
1713 2000-11-22 Andre Spiegel <spiegel@gnu.org>
1714
1715 * ediff-util.el (ediff-file-checked-out-p)
1716 (ediff-file-checked-in-p): Call vc-state instead of
1717 vc-locking-user, which no longer exists.
1718
1719 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
1720
1721 2000-11-22 Dave Love <fx@gnu.org>
1722
1723 * md5.el (md5): Provide.
1724 (md5): Fix error call.
1725
1726 2000-11-22 Miles Bader <miles@gnu.org>
1727
1728 * textmodes/refill.el (refill-adjust-ignorable-overlay)
1729 (refill-fill-paragraph-at): Remove debugging code.
1730
1731 * calendar/calendar.el (generate-calendar-window): When we don't
1732 call `fit-window-to-buffer', make sure the top line is fully visible.
1733
1734 * image-file.el (insert-image-file): Don't make `read-only'
1735 property rear-nonsticky.
1736
1737 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
1738 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
1739 stashing away its original value.
1740 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
1741 in the recursive edit.
1742 Bind `isearch-original-minibuffer-message-timeout' to protect it.
1743 (isearch-done): Restore `minibuffer-message-timeout'.
1744
1745 * cus-start.el: Remove entry for `mode-line-inverse-video'.
1746
1747 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
1748
1749 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
1750
1751 * find-lisp.el (find-lisp-find-files-internal):
1752 Use dolist, when and file-name-as-directory.
1753
1754 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
1755 (define-derived-mode, define-minor-mode): Add specs.
1756
1757 * window.el: General comment and spacing fixes.
1758 (save-selected-window): Use backquotes.
1759 (window-safely-shrinkable-p): New function.
1760 (shrink-window-if-larger-than-buffer): Use it.
1761
1762 * subr.el (make-local-hook): Docstring fix.
1763
1764 * shell.el (shell-mode): Use define-derived-mode.
1765
1766 * newcomment.el (comment-indent): Insert comment before calling
1767 comment-indent-function. Don't insert in column 0.
1768 (comment-dwim): Indent before inserting comment.
1769
1770 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
1771 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
1772 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
1773 Use mapc rather than map.
1774
1775 * files.el (find-buffer-visiting): Compare all attributes before
1776 declaring two files identical (rather than just their inode-no).
1777 (auto-mode-alist): Use \' rather than $.
1778
1779 * which-func.el: Update maintainer line.
1780
1781 * pcvs.el (uniquify-buffer-file-name): Remove advice.
1782 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
1783 (uniquify-buffer-file-name): Use it.
1784
1785 2000-11-22 Miles Bader <miles@gnu.org>
1786
1787 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
1788 * simple.el (minibuffer-avoid-prompt): New function.
1789
1790 2000-11-21 Gerd Moellmann <gerd@gnu.org>
1791
1792 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
1793
1794 2000-11-21 Miles Bader <miles@gnu.org>
1795
1796 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
1797 inclusion of `track-mouse'.
1798
1799 * textmodes/refill.el (refill-ignorable-overlay): New variable.
1800 (refill-adjust-ignorable-overlay): New function.
1801 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
1802 only the paragraph's tail if possible.
1803 Update `refill-ignorable-overlay'.
1804 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
1805
1806 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
1807 point inside the fill-prefix.
1808
1809 * textmodes/refill.el (refill-post-command-function): Don't reset
1810 refill-doit in the case where a self-insertion command doesn't
1811 case a refill. Use `refill-fill-paragraph-at', getting position
1812 from `refill-doit'.
1813 (refill-after-change-function): Set `refill-doit' to END.
1814 (refill-fill-paragraph-at): New function, mostly from old
1815 refill-fill-paragraph.
1816 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
1817 (refill-pre-command-function): New function.
1818 (refill-mode): Add it to `pre-command-hook'.
1819
1820 2000-11-20 Gerd Moellmann <gerd@gnu.org>
1821
1822 * textmodes/artist.el (artist-mode): Fix autoload cookie.
1823
1824 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
1825 javadoc tags.
1826
1827 2000-11-20 Andre Spiegel <spiegel@gnu.org>
1828
1829 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
1830 vc.el).
1831
1832 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
1833 require vc.
1834
1835 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
1836 checkouts.
1837
1838 2000-11-20 Dave Love <fx@gnu.org>
1839
1840 * Makefile.in (DONTCOMPILE): Omit bindings.el.
1841
1842 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
1843
1844 * calculator.el (calculator-paste): Use `if' instead of `and'
1845 and `or'.
1846 (calculator-help): Don't use electric-describe-mode for XEmacs.
1847
1848 2000-11-19 Gerd Moellmann <gerd@gnu.org>
1849
1850 * info.el (info-menu-5): Doc fix.
1851
1852 * textmodes/artist.el: New file.
1853
1854 2000-11-19 Andre Spiegel <spiegel@gnu.org>
1855
1856 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
1857 and differentiate according to checkout model.
1858 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
1859 since this function is only concerned with master state.
1860
1861 * vc-hooks.el (vc-workfile-unchanged-p,
1862 vc-default-workfile-unchanged-p): Moved here from vc.el.
1863
1864 * vc.el (vc-workfile-unchanged-p,
1865 vc-default-workfile-unchanged-p): See above.
1866
1867 2000-11-19 Miles Bader <miles@gnu.org>
1868
1869 * image-file.el (insert-image-file): Make `intangible' and
1870 `read-only' properties rear-nonsticky too.
1871
1872 2000-11-18 Gerd Moellmann <gerd@gnu.org>
1873
1874 * ps-print.el: Update copyright notice.
1875
1876 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
1877 (tooltip-show): Use the offsets.
1878
1879 * bindings.el (mode-line-modified): Fix a typo.
1880 (mode-line-toggle-modified, mode-line-widen)
1881 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
1882
1883 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1884
1885 * ps-print.el (toplevel): Test for find-coding-system being
1886 fboundp before calling ps-x-find-coding-system.
1887
1888 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
1889
1890 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
1891 (vc-version-backup-file): Docstring fix.
1892
1893 2000-11-16 Gerd Moellmann <gerd@gnu.org>
1894
1895 * files.el (basic-save-buffer): Don't add a newline if
1896 find-file-literally is non-nil.
1897 (find-file-literally): Extend doc string.
1898
1899 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
1900 sort(1) with the `-f' argument.
1901
1902 2000-11-16 Andre Spiegel <spiegel@gnu.org>
1903
1904 * vc.el: Updated backend documentation.
1905 (vc-default-check-headers): New function.
1906
1907 * vc-{cvs,rcs,sccs}.el: Functions reordered.
1908
1909 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
1910 up-to-date.
1911 (vc-do-command): In the asynchronous case, output messages only if
1912 the minibuffer is not active.
1913
1914 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
1915 `vc-cvs-use-edit' is on.
1916 (vc-cvs-checkout): When this is used for reverting the workfile,
1917 make a backup of the original contents and revert to that in case
1918 of error.
1919 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
1920 remote repositories.
1921
1922 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
1923 for both version and ratio in the minibuffer.
1924
1925 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
1926 Use vc-do-command to perform the annotation, not call-process.
1927
1928 2000-11-16 Kenichi Handa <handa@etl.go.jp>
1929
1930 * international/quail.el (quail-start-translation): Don't call
1931 `message' before reading key sequence.
1932
1933 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
1934
1935 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
1936
1937 2000-11-16 Kenichi Handa <handa@etl.go.jp>
1938
1939 * window.el (fit-window-to-buffer): Be sure to acquire at least
1940 one text line even if the buffer is empty.
1941
1942 2000-11-16 Gerd Moellmann <gerd@gnu.org>
1943
1944 * net/ange-ftp.el (ange-ftp-file-writable-p)
1945 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
1946 ange-ftp-process-verbose to nil.
1947
1948 2000-11-15 Dave Love <fx@gnu.org>
1949
1950 * wid-edit.el (widget-specify-field, widget-specify-button): If
1951 :help-echo is a function, set help-echo of overlay to
1952 widget-mouse-help.
1953 (widget-mouse-help): New function.
1954 (widget-echo-help): Rewritten for :help-echo functions only taking
1955 a widget arg.
1956
1957 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
1958 display-graphic-p.
1959 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
1960 and that JPEG is available.
1961 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
1962
1963 * international/mule-cmds.el (locale-charset-language-names):
1964 Match @euro.
1965
1966 2000-11-15 Gerd Moellmann <gerd@gnu.org>
1967
1968 * faces.el (face-set-after-frame-default): If
1969 `inhibit-default-face-x-resources' is bound, don't intialize the
1970 default face from X resources.
1971
1972 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
1973
1974 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
1975 Don't set EMACSLOADPATH.
1976
1977 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
1978
1979 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
1980 texinfo-insert-@url.
1981 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
1982 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
1983
1984 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
1985
1986 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
1987 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
1988 (checkdoc-minor-keymap): Backward compatibility.
1989 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
1990 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
1991 (checkdoc-this-string-valid-engine): Be a bit more strict
1992 to avoid matching substrings of `...' quoted vars/funs.
1993 (checkdoc-defun-info): Only look for `interactive' if alone.
1994 (debug-ignored-errors): Add "arg doesn't appear in docstring".
1995
1996 * progmodes/compile.el (grep): `tag-default' can be nil.
1997
1998 * newcomment.el (comment-indent): Paren typo.
1999
2000 2000-11-14 Dave Love <fx@gnu.org>
2001
2002 * calculator.el: New maintainer version.
2003
2004 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
2005
2006 * cmuscheme.el: Doc fixes.
2007 (cmuscheme) <defgroup>: Use `scheme' as parent.
2008 (cmuscheme-program-name): Remove. Change uses to
2009 scheme-program-name.
2010
2011 * xscheme.el (scheme-program-name): Don't define here.
2012
2013 * progmodes/scheme.el (scheme-program-name): New variable
2014 (originally in cmuscheme).
2015
2016 2000-11-14 Miles Bader <miles@gnu.org>
2017
2018 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
2019 Handle header-lines. Don't loop forever if we can't enlarge the
2020 window anymore. Simplify a bit.
2021
2022 2000-11-14 Kenichi Handa <handa@etl.go.jp>
2023
2024 * window.el (fit-window-to-buffer): Don't check
2025 window-text-height. Assure that the last line is fully visible.
2026
2027 * international/quail.el (quail-show-guidance-buf): Call
2028 fit-window-to-buffer to assure the enough height of the guidance
2029 buffer.
2030 (quail-update-guidance): Avoid making the guidance buffer shorter.
2031
2032 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
2033
2034 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
2035 rather than `prepend' and add an interesting comment.
2036 (tex-math-face, tex-font-lock-syntactic-face-function):
2037 New face and function to use it.
2038 (tex-define-common-keys, tex-mode-map): Use menu-item rather
2039 than `menu-enable' symbol property.
2040 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
2041 (tex-mode): Add some latex-mode commands for auto-selection.
2042 Use tex-font-lock-syntactic-face-function.
2043 (tex-insert-quote): Simplify.
2044 (tex-shell): New mode.
2045 (tex-start-shell): Use it.
2046 (tex-shell-proc, tex-shell-buf): New functions.
2047 (tex-send-command): Use it.
2048 (tex-main-file): Fix the meaning of the new arg REALFILE.
2049 (tex-send-tex-command): New function split from `tex-start-tex'.
2050 Set compilation-last-buffer and compilation-parsing-end.
2051
2052 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
2053 when it follows non-comment text on the line.
2054
2055 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2056 Set font-lock-defaults.
2057 (lisp-mode-shared-map): Init inside the defvar.
2058 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
2059 Use define-derived-mode.
2060
2061 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
2062
2063 * faces.el (header-line): Use `:box nil' for color/gs displays too.
2064
2065 2000-11-14 Gerd Moellmann <gerd@gnu.org>
2066
2067 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
2068 recursively optimize body because that can lead to infinite
2069 recursion; see comment there.
2070
2071 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
2072
2073 * faces.el (face-spec-set-match-display): Revert the change from
2074 2000-10-24. Add a FIXME for after v21.1.
2075
2076 2000-11-13 Miles Bader <miles@gnu.org>
2077
2078 * textmodes/fill.el (skip-line-prefix): New function.
2079 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
2080 (fill-paragraph): Don't leave point inside the fill-prefix.
2081 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
2082 point inside the fill-prefix.
2083
2084 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
2085
2086 * calendar/calendar.el (generate-calendar-window): Use
2087 `fit-window-to-buffer'.
2088
2089 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
2090
2091 * gud.el (gud-minor-mode): New var.
2092 (gud-symbol, gud-val): New functions.
2093 (gud-find-file): Copy gud-minor-mode to the new buffer.
2094 (gud-menu-map): Include entries for commands that are not always
2095 available, using :enable to (de)activate them.
2096 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
2097 (gud-mode-map): New map.
2098 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
2099 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
2100 Don't set up gud's menu (it's done by the minor-mode).
2101 (gud-minibuffer-local-map): New.
2102 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
2103 (gud-query-cmdline): New function.
2104 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
2105 (gud-mode): Use define-derived-mode.
2106 Don't set up gud's menu (it's done by the minor-mode).
2107 (gud-chop-words): Remove.
2108 (gud-common-init): Use split-string instead.
2109 (gud-new-keymap, gud-make-debug-menu): Eradicate.
2110
2111 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
2112 Add keyword arg :name.
2113
2114 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
2115 (diff-count-matches, diff-split-hunk): New functions.
2116 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
2117
2118 * pcvs-info.el (cvs-fi-conflict-face): New var.
2119
2120 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
2121 Make it into a simple syntax-table, shared among all submodes.
2122 (sh-heredoc-face): Re-introduce.
2123 (sh-font-lock-syntactic-face-function): New function.
2124 (sh-mode): Use it. Also use define-derived-mode.
2125 Remove old bogus setting of indent-region-function.
2126 (sh-set-shell): Don't set the syntax-table any more.
2127 (sh-mode-syntax-table) <defun>: Remove.
2128
2129 2000-11-12 Miles Bader <miles@gnu.org>
2130
2131 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
2132 message if interactive.
2133
2134 2000-11-12 Dave Love <fx@gnu.org>
2135
2136 * mail/feedmail.el: Fix header,
2137 (feedmail) <defgroup>: Add :link.
2138
2139 * view.el: Use local-map property, not keymap on mode-line string.
2140
2141 * scroll-all.el (scroll-all-mode): Customize variable. Add
2142 autoload cookie to function.
2143
2144 * lazy-lock.el: Remove compatibility code.
2145
2146 * finder.el (finder-known-keywords): Add `files', remove `vms'.
2147 (finder-help-echo): New variable.
2148 (finder-mouse-face-on-line): Add help-echo stuff.
2149 (finder-list-keywords, finder-list-matches): Use mapc.
2150
2151 * faces.el (face-font-registry-alternatives): Add :version.
2152
2153 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
2154 tags-table-list.
2155
2156 * net/browse-url.el (browse-url-browser-function): Update :version.
2157
2158 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
2159 (mail-mode): Use [:alnum:] in some regexps.
2160
2161 2000-11-10 Dave Love <fx@gnu.org>
2162
2163 * ediff.el (ediff-regions-internal, ediff-documentation):
2164 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
2165 fundamental mode.
2166
2167 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
2168 buffer into fundamental mode.
2169 (ediff-set-difference): Use copy-sequence if available.
2170
2171 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
2172 ediff-patch-map non-nil.
2173 (ediff-fixup-patch-map, ediff-fixup-patch-map)
2174 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
2175 buffer into fundamental mode.
2176
2177 * ediff-merg.el (state-or-merge): Defvar when compiling.
2178
2179 2000-11-10 Jason Rumney <jasonr@gnu.org>
2180
2181 * w32-fns.el (w32-add-charset-info): New function.
2182 (w32-charset-info-alist): Use it.
2183
2184 2000-11-10 Gerd Moellmann <gerd@gnu.org>
2185
2186 * faces.el (face-font-registry-alternatives): New user-option.
2187
2188 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
2189
2190 * textmodes/texinfo.el (texinfo-block-default): New var.
2191 (texinfo-insert-block): Use it. Insert a newline if needed.
2192
2193 * textmodes/fill.el (fill-indent-according-to-mode): New var.
2194 (fill-region-as-paragraph): Use it.
2195
2196 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
2197 (latex-mode): Tweak tex-*-(head|trail)er regexps.
2198 Tweak paragraph regexps to allow a leading [ \t]*.
2199 (tex-latex-block): Insert a newline if necessary.
2200 (latex-insert-item): Only insert a newline if necessary.
2201 (tex-guess-main-file): New function.
2202 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
2203 Set tex-main-file if TeX-master is provided.
2204 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
2205
2206 2000-11-10 Gerd Moellmann <gerd@gnu.org>
2207
2208 * startup.el (command-line): Set the default tooltip-mode
2209 to t for graphical displays which implement x-show-tip.
2210
2211 * tooltip.el (tooltip-mode): Add a comment about startup.el
2212 setting the default value of this user-option.
2213
2214 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
2215
2216 * font-lock.el (font-lock-*-face) <defvar>: Move.
2217 (font-lock-defaults-alist): Mark obsolete.
2218 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
2219 (font-lock-mode): Use define-minor-mode.
2220 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
2221 (font-lock-turn-off-thing-lock): Be more explicit.
2222 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
2223 (font-lock-syntactic-face-function): New var.
2224 (font-lock-fontify-syntactically-region): Use it.
2225 (font-lock-doc-face): New.
2226
2227 * pcvs.el (cvs-enabledp): Ignore errors.
2228 (cvs-commit-filelist): Never query.
2229 (cvs-mode-insert): Always add a terminating / in the initial prompt.
2230 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
2231 (cvs-do-removal): Use cvs-partition rather than delete-if.
2232 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
2233 cvs-bury-buffer.
2234
2235 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2236 Allow `next' to jump to after the end of the last match.
2237
2238 2000-11-09 Gerd Moellmann <gerd@gnu.org>
2239
2240 * simple.el (byte-compiling-files-p): New function.
2241
2242 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
2243 if it is there.
2244
2245 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
2246 nil again.
2247
2248 * textmodes/ispell.el (ispell-library-path): Don't call
2249 check-ispell-version when byte-compiling because that starts
2250 an ispell process, and ispell might not be installed.
2251 (toplevel): Don't set up a menu when byte-compiling.
2252
2253 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
2254 it, so that a boundp test can be used to determine if we're
2255 currently byte-compiling.
2256
2257 2000-11-09 Dave Love <fx@gnu.org>
2258
2259 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
2260 eval-after-load.
2261
2262 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2263
2264 * ps-print.el: Patch for variable initialization when spooling. Doc
2265 fix.
2266 (ps-output-list): Fun eliminated.
2267 (ps-begin-file, ps-begin-job): Code fix.
2268
2269 2000-11-08 Dave Love <fx@gnu.org>
2270
2271 * ediff-wind.el (ediff-control-frame-parameters): Zero
2272 tool-bar-lines.
2273
2274 2000-11-08 Gerd Moellmann <gerd@gnu.org>
2275
2276 * simple.el (shell-command, display-message-or-buffer)
2277 (shell-command-on-region): Mention resize-mini-windows in the doc
2278 string.
2279 (display-message-or-buffer): Take the value of resize-mini-windows
2280 into account.
2281
2282 2000-11-07 Gerd Moellmann <gerd@gnu.org>
2283
2284 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
2285
2286 * dired.el (dired-between-files): Add `^. find' as an alternative
2287 to the regular expression, for find-dired.
2288
2289 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
2290
2291 * textmodes/texnfo-upd.el: Require texinfo.
2292 (defmacro, defgroup): Remove.
2293 (texinfo-section-to-generic-alist): Remove.
2294 Use texinfo-section-list instead (i.e. level is changed string->int).
2295 (texinfo-filter): New function.
2296 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
2297 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
2298 Use it. And use regexp-opt.
2299 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
2300 (texinfo-update-menu-region-beginning)
2301 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
2302 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
2303 (texinfo-update-menu-same-level-regexps): Update.
2304 (texinfo-update-node, texinfo-every-node-update)
2305 (texinfo-sequential-node-update): Remove autoload cookie.
2306
2307 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
2308 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
2309 (texinfo-chapter-level-regexp): Remove.
2310 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
2311
2312 2000-11-06 Dave Love <fx@gnu.org>
2313
2314 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
2315
2316 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
2317 Match defun*.
2318
2319 2000-11-06 Kenichi Handa <handa@etl.go.jp>
2320
2321 * composite.el (composition-function-table): Variable declaration
2322 moved to src/composite.c.
2323 (compose-chars-after): New optional arg object.
2324
2325 2000-11-06 Gerd Moellmann <gerd@gnu.org>
2326
2327 * bindings.el (mode-line-toggle-read-only)
2328 (mode-line-toggle-modified, mode-line-widen)
2329 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
2330 (make-mode-line-mouse2-map): Rewritten.
2331 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
2332 functions so that C-h k can show something with a doc string.
2333
2334 * startup.el (fancy-splash-delay): Set to 10 seconds.
2335 (fancy-splash-max-time): New user-option.
2336 (fancy-splash-stop-time): New variable.
2337 (fancy-splash-screens): Set it. Catch `stop-splashing'.
2338 (fancy-splash-screens-1): Throw `stop-splashing' when current
2339 time is greater than fancy-splash-stop-time.
2340
2341 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
2342
2343 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
2344
2345 * pcvs.el (cvs-mode-marked): New arg `noquery'.
2346 Prompt user for a file rather than raising an error.
2347 (cvs-enabledp): Fix call to cvs-mode-marked.
2348 (cvs-insert-file): New function (extracted from cvs-mode-insert).
2349 (cvs-mode-insert): Use it. Change the init prompt' value.
2350 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
2351
2352 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
2353 Don't pass default arg to ewoc-locate.
2354 (ewoc-collect): Return result in the right order.
2355
2356 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
2357
2358 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
2359 (cvs-status-get-tags): Fix regexp.
2360 (cvs-status-trees, cvs-status-cvstrees):
2361 Combine after change hooks and don't sit-for.
2362 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
2363 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
2364 Use make-char rather than hard-coded cryptic data.
2365 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
2366
2367 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
2368
2369 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
2370 (cvs-insert-strings): New function.
2371
2372 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
2373
2374 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
2375 `mwheel-scroll-amount'.
2376 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
2377 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
2378 string-matching against the version string.
2379
2380 2000-11-06 Kenichi Handa <handa@etl.go.jp>
2381
2382 * language/thai.el ("Thai"): Set a lisp form that produces
2383 composed string in `sample-text' language info.
2384
2385 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
2386 composed string in `sample-text' language info.
2387
2388 * international/mule-cmds.el (describe-language-environment): Eval
2389 `sample-text' data and insert the result.
2390
2391 * international/mule-conf.el (compound-text): Define this coding
2392 system here. Make x-ctext and ctext aliases of it.
2393
2394 * language/european.el (compound-text, ctext): Moved to
2395 international/mule-conf.el.
2396
2397 2000-11-05 Andrew Innes <andrewi@gnu.org>
2398
2399 * w32-fns.el (w32-version): New function.
2400
2401 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
2402
2403 * progmodes/awk-mode.el: Update copyright.
2404 (awk-mode-abbrev-table): Remove.
2405 (awk-font-lock-keywords): Use regexp-opt.
2406 (awk-mode): Use define-derived-mode.
2407
2408 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
2409 when extracting a suffix.
2410
2411 2000-11-04 Andre Spiegel <spiegel@gnu.org>
2412
2413 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
2414 auto-save-mode.
2415
2416 2000-11-04 Jason Rumney <jasonr@gnu.org>
2417
2418 * language/european.el (decode-mac-roman): Test against r1 not r0.
2419
2420 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
2421
2422 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
2423 (icon-mode): Define indent-line-function.
2424 (icon-comment-indent): Simplify.
2425 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
2426
2427 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
2428
2429 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
2430 Bind change-log-default-mode to defeat the caching done on it.
2431 Don't bother saving excursion any more.
2432
2433 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
2434
2435 * frame.el (after-setting-font-hook): Rename hooks -> hook.
2436 (set-frame-font): Use the new name (and the old for compatibility).
2437
2438 * toolbar/tool-bar.el (tool-bar-mode):
2439 * time.el (display-time-mode):
2440 * recentf.el (recentf-mode):
2441 * paren.el (show-paren-mode):
2442 * mwheel.el (mouse-wheel-mode):
2443 * msb.el (msb-mode):
2444 * jka-compr.el (auto-compression-mode):
2445 * image-file.el (auto-image-file-mode):
2446 * hl-line.el (hl-line-mode):
2447 * delsel.el (delete-selection-mode):
2448 * autoinsert.el (auto-insert-mode):
2449 * complete.el (partial-completion-mode): Drop unneeded positional args.
2450
2451 * info.el (Info-mode):
2452 * comint.el (comint-mode): Don't bother with make-local-hook.
2453
2454 * log-edit.el (log-edit-menu): New menu.
2455
2456 2000-11-03 Miles Bader <miles@gnu.org>
2457
2458 * wid-edit.el (widget-end-of-line): Reinstate, with a new
2459 definition, so that trailing spaces are handled properly.
2460 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
2461
2462 2000-11-03 Gerd Moellmann <gerd@gnu.org>
2463
2464 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
2465 tab character.
2466 (fancy-splash-screens): Set tab-width to 20.
2467
2468 2000-11-03 Dave Love <fx@gnu.org>
2469
2470 * comint.el (comint-completion-addsuffix): Fix custom type.
2471
2472 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
2473
2474 * font-lock.el (font-lock-buffers): Remove.
2475 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
2476 (font-lock-change-major-mode): Remove.
2477 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
2478 (font-lock-default-fontify-region): Extend the multiline
2479 fontification to whole lines.
2480 (font-lock-fontify-anchored-keywords)
2481 (font-lock-fontify-keywords-region): If matching just one
2482 line (with \n) only mark the \n as multiline.
2483
2484 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
2485 Correctly handle the case where several :group args are supplied.
2486 Allow :extra-args.
2487 (easy-mmode-define-global-mode): Allow :extra-args.
2488 Correctly handle the case where several :group args are supplied.
2489
2490 2000-11-02 Miles Bader <miles@gnu.org>
2491
2492 * calendar/calendar.el (diary-face, calendar-today-face)
2493 (holiday-face): Remove dependency on `window-system'.
2494
2495 2000-11-02 Ken Raeburn <raeburn@gnu.org>
2496
2497 * Makefile.in (emacs): Set EMACSLOADPATH always.
2498 (update-authors, .el.elc, compile-files): Don't do it explicitly
2499 here.
2500 (compile-files): Bomb out if compilation of a file fails.
2501
2502 2000-11-02 Dave Love <fx@gnu.org>
2503
2504 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
2505
2506 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
2507
2508 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
2509 punctuation in the warning inserted into the *mail* buffer.
2510
2511 2000-11-02 Gerd Moellmann <gerd@gnu.org>
2512
2513 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
2514 (authors-public-domain-p): New function.
2515 (authors-print): Use it.
2516
2517 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
2518
2519 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
2520
2521 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2522
2523 * ps-print.el: Extension for even/odd printing. Doc fix.
2524 (ps-print-version): New version number (6.3.1).
2525 (ps-even-or-odd-pages): Customization fix.
2526 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
2527 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
2528 (ps-page-count): Var replaced by `ps-page-column'.
2529 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
2530 (ps-print-sheet-p): New fun.
2531
2532 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
2533
2534 * tooltip.el (tooltip-gud-tips-setup): New function.
2535 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
2536 (tooltip-mode): Call tooltip-gud-tips-setup.
2537 (tooltip-gud-tips): Use `gud-basic-call' instead of
2538 process-send-string, so the prompt gets frobbed appropriately.
2539 Handle nil return value from `tooltip-gud-print-command'.
2540
2541 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
2542
2543 * comint.el (comint-add-to-input-history): New function.
2544 (comint-send-input): Use `comint-add-to-input-history'.
2545
2546 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
2547
2548 * info.el (info-menu-header): New face.
2549 (Info-fontify-menu-headers): New function.
2550 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
2551
2552 * info.el (Info-insert-dir): Don't include blank lines at
2553 beginning of additional dir files (one is added automatically).
2554
2555 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
2556
2557 * emacs-lisp/easy-mmode.el (define-minor-mode):
2558 Revert the latest changes.
2559 Allow the three positional arguments to be skipped and replaced
2560 by keyword arguments.
2561 Add a :toggle argument to determine whether a nil arg means toggle
2562 or means turn-on. The default is unchanged.
2563 Add a call to force-mode-line-update.
2564
2565 2000-11-01 Dave Love <fx@gnu.org>
2566
2567 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
2568 cookie.
2569
2570 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
2571
2572 * calendar/calendar.el (diary-face, holiday-face): Add
2573 dark-background variants.
2574
2575 2000-10-31 Sam Steingold <sds@gnu.org>
2576
2577 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
2578 `tex-main-file' does not have directory in it.
2579
2580 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
2581
2582 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
2583
2584 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
2585
2586 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
2587 functional change.
2588
2589 2000-10-31 Gerd Moellmann <gerd@gnu.org>
2590
2591 * files.el (find-file-noselect): When we expand a wildcard, return
2592 a list of buffers, as we should do according to the doc string.
2593
2594 2000-10-31 Ken Raeburn <raeburn@gnu.org>
2595
2596 * loadup.el (top level): Adjust load path if program name is
2597 "../src/bootstrap-emacs", in case it's not dumped and thus the
2598 load path adjustment hasn't already been done.
2599
2600 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2601
2602 * ps-print.el: Fix bug on selected pages for printing. Use
2603 `color-values' for Emacs 21. Ensure fontification when jit-lock
2604 is on. Try to avoid warning messages when compiling. Doc Fix.
2605 (ps-print-version): New version number (6.3).
2606 (ps-color-device): Use `color-values' to determine if device
2607 supports color.
2608 (ps-color-values): Try to use `x-color-values' when using XEmacs.
2609 (ps-print-page-p): Changed from defsubst to defun.
2610 (ps-page-number): Changed from defmacro to defun.
2611 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
2612 printing.
2613 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
2614 (ps-end-file, ps-dummy-page): Funs eliminated.
2615 (ps-print-color-scale): Changed default value.
2616 (ps-page-n-up, ps-print-page-p): New internal vars.
2617 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
2618 (ps-plot-region, ps-generate, ps-end-job): Code fix.
2619
2620 * delim-col.el: Little programming improvement.
2621 (delimit-columns-str): New macro.
2622 (delimit-columns-region, delimit-columns-rectangle): Code fix.
2623
2624 2000-10-31 Kenichi Handa <handa@etl.go.jp>
2625
2626 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
2627 Moved to european.el.
2628 (ccl-encode-mac-roman-font, fontset-mac): Modified for
2629 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
2630 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
2631 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
2632
2633 2000-10-30 Dave Love <fx@gnu.org>
2634
2635 * progmodes/cc-menus.el (imenu-generic-expression)
2636 (imenu-progress-message): Only defvar when compiling.
2637
2638 * emacs-lisp/elp.el (elp-unload-hook): New function.
2639
2640 * loadhist.el (unload-feature): Call elp-restore-function,
2641 checking for symbols; don't use elp-restore-all.
2642 (loadhist-hook-functions): Doc fix.
2643
2644 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
2645
2646 * log-edit.el (log-edit-confirm): Fix the default.
2647
2648 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2649
2650 * delim-col.el: Little fix: replace delimit-columns-align-columns by
2651 delimit-columns-format.
2652 (delimit-columns-region, delimit-columns-rectangle): Code fix.
2653
2654 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
2655
2656 * comint.el (comint-replace-by-expanded-history): Don't use
2657 comint-get-old-input (we're not looking at *old* input).
2658 (comint-get-old-input-default): If using fields, signal an error
2659 when the point is not in an input field.
2660
2661 2000-10-30 Kenichi Handa <handa@etl.go.jp>
2662
2663 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
2664 and mule-unicode-e000-ffff.
2665
2666 * international/mule.el (decode-char, encode-char): New functions.
2667 (make-coding-system): Accept a symbol of translation table as a
2668 value of property `safe-chars'.
2669
2670 * international/mule-cmds.el (encode-coding-char): Check property
2671 safe-chars instead of safe-charsets.
2672
2673 * international/fontset.el (fontset-default): Modified for
2674 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
2675 (x-font-name-charset-alist): Likewise.
2676 (ccl-encode-unicode-font): New CCL program. Record it in
2677 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
2678
2679 * language/european.el (mac-roman-decoder, mac-roman-encoder):
2680 New translation tables.
2681 (decode-mac-roman, encode-mac-roman): Definition of these CCL
2682 programs are modified and moved from mac-win.el.
2683 (mac-roman): Definition of this coding system is modified and
2684 moved from mac-win.el.
2685
2686 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
2687
2688 * ediff-wind.el (ediff-setup-control-frame): Enclose
2689 face-attribute in condition-case to avoid errors in older emacsen.
2690
2691 2000-10-29 Miles Bader <miles@gnu.org>
2692
2693 * custom.el (custom-add-to-group): Allow multiple entries for a
2694 given value OPTION, as long as their widget types are different.
2695 * cus-edit.el (custom-face-value-create): If face name doesn't end
2696 with "face", add such here (similar to custom group widgets).
2697
2698 * comint.el (comint-highlight-prompt): Add :type.
2699
2700 2000-10-28 John Wiegley <johnw@gnu.org>
2701
2702 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
2703 Changed this function to operate on a temporary buffer instead of
2704 the main buffer. This not only keeps flyspell from marking a
2705 buffer as changed that wasn't, but it solves the jumpy cursor
2706 problem when attempts are made to edit incorrect words.
2707 (flyspell-maybe-correct-doubling): Same change as for
2708 `flyspell-maybe-correct-transposition'.
2709
2710 * calendar/timeclock.el (timeclock-log): Doc fix.
2711 (timeclock-last-event): Doc fix.
2712 (timeclock-log): Kill the timelog buffer after appending a new
2713 event.
2714 (timeclock-find-discrep): Use a temp buffer to read in the
2715 timelog, instead of visiting the file.
2716 (timeclock-log-data): A new function, along with a host of helper
2717 functions, for the purpose of making timelog data accessible to
2718 programmers.
2719
2720 * eshell/esh-mode.el (window-height test): Make certain that
2721 `eshell-stringify-t' is non-nil.
2722 (eshell-password-prompt-regexp): Changed to a much simpler
2723 password regexp.
2724 (eshell-send-input): If `eshell-invoke-directly' returns t,
2725 directly invoke the parsed command using `eval'. This improves
2726 turn-around time on simple commands by a factor of three or
2727 greater, such as cd, ls, pwd, etc. -- which get used very often.
2728 It also conserves thousands of cons cells per call (since
2729 `eshell-do-eval' consumes memory like a Cookie Monster set loose
2730 in the Pacific Cookie Company).
2731
2732 * eshell/esh-test.el (eshell-test): Whitespace fix.
2733
2734 * eshell/em-ls.el (eshell-ls-insert-directory): Make
2735 `eshell-ls-initial-args' nil when inserting directory contents.
2736
2737 * eshell/em-script.el (eshell-script-initialize): Add names to
2738 `eshell-complex-commands, since `source' and `.' are complex.
2739
2740 * eshell/esh-cmd.el (eshell-rewrite-for-command)
2741 (eshell-rewrite-while-command): Use `eshell-protect' instead of
2742 `eshell-copy-handles'.
2743 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
2744 bodies.
2745 (eshell-separate-commands): Whitespace fix.
2746 (eshell-complex-commands): Added a new list of names, for
2747 determining whether a given command is as simple as it looks.
2748 (eshell-invoke-directly): New function. Returns t if a command
2749 should be invoked directly (using `eval'), rather than indirectly
2750 using `eshell-do-eval'.
2751 (eshell-do-eval): Whitespace fix.
2752
2753 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
2754 which provides an emulation of the DOS shell behavior of assuming
2755 that cp/mv/ln should copy/move/link to the current directory.
2756 (eshell-remove-entries): Added a doc string.
2757 (eshell-shuffle-files): Removed the check for `target' being null.
2758 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
2759 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
2760 it to do a smarter check of whether a destination was provided.
2761 (eshell/mv, eshell/cp): Enable `:preserve-args'.
2762 (eshell/ln): Enable `:preserve-args', and use
2763 `eshell-mvcpln-template' to implement the body of the function.
2764 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
2765 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
2766 list after flattening it. This makes it possible to cat files
2767 with numerical names.
2768 (eshell-unix-initialize): Added several names to
2769 `eshell-complex-commands.
2770 (eshell-unix-command-complex-p): Return t if a given command name
2771 may result in external processes being invoked.
2772
2773 * eshell/em-glob.el (eshell-glob-show-progress): Make this
2774 variable nil by default, since it slows down glob processing by a
2775 factor of two or more, and increases memory consumption.
2776
2777 * eshell/em-smart.el: Added a note about how memory consumptive
2778 smart display mode can be (at least this is true in Emacs 21).
2779 (eshell-smart-initialize): Whitespace fix.
2780 (eshell-refresh-windows): Use `if' instead of `when'.
2781 (eshell-smart-scroll-window): Calling `save-current-buffer' was
2782 not necessary.
2783 (eshell-currently-handling-window): Added a missing global
2784 variable.
2785
2786 * eshell/em-ls.el (eshell-do-ls): Code simplification.
2787 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
2788 Whitespace fix.
2789 (eshell-ls-exclude-hidden): Added this variable in addition to
2790 `eshell-ls-exclude-regexp'. This one prevents files beginning
2791 with . from even being read, which can improve memory consumption
2792 quite a bit.
2793 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
2794 read file entries beginning with a dot. In home directories with
2795 lots of hidden files, fully two-thirds of the time spent in ls is
2796 used to read directory entries that are immediately thrown away.
2797 (eshell-ls-initial-args): Added back this configuration variable,
2798 for specifying default initial arguments to every call to ls.
2799 Much faster than using an alias to do the same thing.
2800 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
2801 (eshell-ls-dir): Whitespace change.
2802
2803 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
2804
2805 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
2806 available.
2807 (eshell-stringify-t): Added a customization variable, to indicate
2808 whether `t' should be rendered as a string at all. If not, one
2809 can still determine if the result of an expression is true using
2810 "file-exists-p FILE && echo true".
2811 (eshell-stringify): If `eshell-stringify-t' is nil, don't
2812 stringify t!
2813
2814 * eshell/esh-module.el: Whitespace fix.
2815
2816 * eshell/em-alias.el (eshell-alias-initialize): Added
2817 `eshell-command-aliased-p' to `eshell-complex-commands'.
2818 (eshell-command-aliased-p): New function that returns t if a
2819 command name names an aliased.
2820
2821 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
2822
2823 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
2824 redrawing the screen when changing cursor color.
2825 (viper-insert-state-pre-command-sentinel)
2826 (viper-replace-state-pre-command-sentinel)
2827 (viper-replace-state-post-command-sentinel):
2828 Use viper-preserve-cursor-color.
2829 Many functions changed to use viper= instead of = when comparing
2830 characters.
2831 * viper-util.el (viper-memq-char,viper=): New functions for
2832 working with characters.
2833 (viper-change-cursor-color): Fixed buglet.
2834 Many functions changed to use viper= instead of = when comparing
2835 characters.
2836 * viper.el (viper-insert-state-mode-list): Added eshell.
2837
2838 * ediff-init.el (ediff-before-setup-hook): New hook.
2839 Several typos fixed in various docstrings.
2840 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
2841 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
2842 hook.
2843 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
2844 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
2845 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
2846 (ediff-get-selected-buffers): New function.
2847 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
2848 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
2849 save-window-excursion.
2850 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
2851 termination check in while loop.
2852 * ediff.el (ediff-get-default-file-name): Better defaults when in
2853 dired buffer.
2854 (ediff-files,ediff-merge-files,ediff-files3)
2855 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
2856
2857 2000-10-28 Dave Love <fx@gnu.org>
2858
2859 * info.el (Info-fontify-node): Add help-echo for menu items.
2860
2861 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
2862
2863 * startup.el (normal-top-level): If the value of $TERM indicates
2864 we are running from xterm or one of its work-alikes, default to a
2865 light background mode.
2866
2867 Support for -fg, -bg, and -rv command-line arguments for TTYs:
2868 * faces.el (tty-handle-reverse-video): New function.
2869 (tty-create-frame-with-faces): Call it.
2870
2871 * frame.el (frame-notice-user-settings): Don't apply
2872 default-frame-alist and initial-frame-alist to MS-DOS frames.
2873 Call tty-handle-reverse-video, frame-set-background-mode, and
2874 face-set-after-frame-default for non-MS-DOS frames.
2875
2876 * startup.el (tty-long-option-alist): New variable.
2877 (tty-handle-args): New function.
2878 (command-line): Call tty-handle-args.
2879
2880 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
2881 startup.el now does that for all character-terminal frames.
2882
2883 2000-10-28 Miles Bader <miles@gnu.org>
2884
2885 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
2886 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
2887 global. If :global is followed by a non-nil but non-t value,
2888 make the mode buffer-local, but also generate a `global-MODE'
2889 version using `easy-mmode-define-global-mode'. Add
2890 :conditional-turn-on keyword argument.
2891
2892 2000-10-28 Dave Love <fx@gnu.org>
2893
2894 * international/latin1-disp.el (latin1-char-displayable-p): Don't
2895 use window-system.
2896
2897 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
2898
2899 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
2900 Don't call find-buffer-file-type-coding-system. Instead, just
2901 set eol-type to -unix if inhibit-eol-conversion is in effect, or
2902 if the file is on an untranslated filesystem.
2903 (add-untranslated-filesystem): Use "D" instead of "f" inside
2904 interactive.
2905
2906 2000-10-27 Dave Love <fx@gnu.org>
2907
2908 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
2909 (refill-mode): Use it.
2910
2911 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
2912
2913 * international/quail.el (quail-activate): Don't make-local-hook.
2914
2915 2000-10-27 Andre Spiegel <spiegel@gnu.org>
2916
2917 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
2918 manual backups and file.~<rev>.~ for automatic ones.
2919 (vc-make-version-backup): Don't do it on MS-DOS without long file
2920 names.
2921
2922 * vc.el (vc-version-other-window): If an automatic backup of the
2923 desired version exists, rename it instead of copying it.
2924
2925 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
2926 after command. If there's an unexpected error, signal it instead
2927 of being silent.
2928 (vc-cvs-merge-news): Be prepared for no news at all.
2929
2930 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
2931
2932 * shell.el (shell): Add BUFFER argument.
2933 * comint.el (make-comint-in-buffer): New function.
2934 (make-comint): Use it.
2935
2936 * faces.el (face-spec-choose): Change syntax so that the list of
2937 attribute-value pairs is now the cdr of each clause, not the cadr.
2938 Detect old-style entries, and handle them. Use pop.
2939
2940 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
2941
2942 * cus-edit.el (custom-mode-map): Use a sparse map.
2943 (custom-mode): Don't bother with make-local-hook.
2944
2945 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
2946
2947 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
2948
2949 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2950
2951 * ps-print.el: Avoid compilation gripes.
2952 (ps-print-version): New version number (6.2.1).
2953
2954 2000-10-26 Dave Love <fx@gnu.org>
2955
2956 * menu-bar.el: Modify some menu item help strings.
2957 (menu-bar-help-menu): Add link to MORE.STUFF.
2958
2959 * cus-edit.el (custom-mode): Add `special' mode-class property.
2960
2961 * wid-browse.el (widget-browse-mode): Likewise.
2962
2963 * wid-edit.el (widget-specify-field): Revert to using local-map
2964 property, not keymap.
2965
2966 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
2967
2968 * wid-edit.el (widget-field-end): When checking for a `boundary'
2969 field, do so in the correct buffer.
2970
2971 * simple.el (undo): Correctly distinguish between numeric and
2972 non-numeric prefix args in non-transient-mark-mode, as per the doc
2973 string. When in transient-mark-mode, treat all prefix-args as
2974 numeric.
2975
2976 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
2977 Position point on match. Handle N == 0 correctly.
2978
2979 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
2980 (comint-mode-map): Reverse order of `comint-write-output' and
2981 `comint-append-output-to-file'.
2982 (comint-append-output-to-file): Reinstate this function, for the
2983 benefit of the menu.
2984
2985 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
2986
2987 * vc.el (vc-version-other-window): Bind `file'.
2988
2989 2000-10-25 Gerd Moellmann <gerd@gnu.org>
2990
2991 * Makefile.in (update-authors): New target for maintenance purposes.
2992
2993 * emacs-lisp/authors.el (batch-update-authors): New function.
2994 (authors-fixed-entries): New defconst.
2995 (authors-add-fixed-entries): New function.
2996 (authors): Call it.: Don't process lispref/.
2997
2998 2000-10-25 Jason Rumney <jasonr@gnu.org>
2999
3000 * cus-edit.el (custom-button-face, custom-button-pressed-face):
3001 Merge x w32 and mac definitions.
3002
3003 2000-10-25 Gerd Moellmann <gerd@gnu.org>
3004
3005 * menu-bar.el (menu-bar-options-menu): Add a help string for
3006 `uniquify'.
3007
3008 2000-10-25 Stephen Gildea <gildea@alum.mit.edu>
3009
3010 * time-stamp.el (time-stamp-string-preprocess):
3011 Fix a wrong type argument error.
3012
3013 2000-10-25 Miles Bader <miles@gnu.org>
3014
3015 * recentf.el (recentf-mode): Variable removed.
3016 (recentf-mode): Use `define-minor-mode'.
3017
3018 * mwheel.el (mouse-wheel-mode): New global minor mode.
3019 (mwheel-install): Use `mouse-wheel-mode'.
3020
3021 2000-10-25 Dave Love <fx@gnu.org>
3022
3023 * progmodes/cperl-mode.el (cperl-mode):
3024 Set normal-auto-fill-function correctly.
3025
3026 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
3027 inherit from global-map and don't nullify menu-bar and tool-bar
3028 bindings.
3029
3030 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
3031
3032 * wid-edit.el (widget-field-at): New function.
3033 (widget-at, widget-field-activate): Use it.
3034 (widget-tabable-at): Use `widget-at'.
3035 (widget-specify-field): If the terminating character of the widget
3036 field (which is read-only) is a newline, put it into a special
3037 `boundary' field so that C-n/C-p act more naturally.
3038 (widget-field-end): Also don't subtract one if a special
3039 `boundary' field has been added after the widget field.
3040
3041 * comint.el (comint-output-filter, comint-send-input): Don't
3042 bother adding stickiness fields to overlays to fool the field
3043 code, since it should notice the overlay insertion-types now.
3044
3045 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
3046 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
3047 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
3048
3049 2000-10-24 Gerd Moellmann <gerd@gnu.org>
3050
3051 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
3052 (authors): Set file coding system to iso-2022-7bit. Add
3053 file-local variables to output buffer.
3054
3055 * files.el (after-find-file): Don't print any warnings if
3056 WARN is nil.
3057
3058 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3059
3060 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
3061
3062 * delim-col.el: Now there is a column formatting mechanism.
3063 Modified to customization mechanisms convention. Doc fix.
3064 (columns): New group for delim-col.
3065 (delimit-columns-before, delimit-columns-after)
3066 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
3067 (delimit-columns-end): New vars.
3068 (delimit-columns-customize, delimit-columns-format): New funs.
3069 (delimit-columns-region, delimit-columns-rectangle)
3070 (delimit-columns-rectangle-line): Modified to support column
3071 formatting.
3072
3073 2000-10-24 Dave Love <fx@gnu.org>
3074
3075 * log-edit.el (log-edit): Add :version and a :group for vc.
3076
3077 2000-10-24 Gerd Moellmann <gerd@gnu.org>
3078
3079 * files.el (after-find-file): Don't print a message ``New file''
3080 if WARN is nil.
3081
3082 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
3083 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
3084 get duplicate tool-bar entries because we'll see the global ones
3085 on more than one path through keymaps.
3086
3087 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
3088
3089 * progmodes/cmacexp.el: Change Francesco's email address.
3090
3091 2000-10-24 Kenichi Handa <handa@etl.go.jp>
3092
3093 * window.el (fit-window-to-buffer): Adjust point of the window
3094 buffer, not that of the current buffer.
3095
3096 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
3097
3098 * progmodes/cmacexp.el: Update the euthor's email address.
3099
3100 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
3101
3102 * faces.el (face-spec-set-match-display): Add `graphic' display
3103 type (the inverse of `tty'). Use `display-graphic-p' instead of
3104 the window-system variable.
3105
3106 2000-10-24 Kenichi Handa <handa@etl.go.jp>
3107
3108 * international/isearch-x.el (isearch-with-input-method): Call
3109 input-method-function with the first event in
3110 unread-command-events.
3111
3112 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
3113
3114 * faces.el (face-default-spec, face-user-default-spec): Make
3115 defsubsts.
3116
3117 2000-10-24 Andrew Choi <akochoi@i-cable.com>
3118
3119 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
3120 New charsets.
3121
3122 * term/mac-win.el: Remove definitions of mac-roman-lower and
3123 mac-roman-upper, require dired, and define instead of set
3124 mac-ready-for-drag-n-drop to avoid compilation error.
3125
3126 2000-10-23 Andrew Innes <andrewi@gnu.org>
3127
3128 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
3129 superfluous calls to subst-char-in-string; instead apply
3130 expand-file-name after convert-standard-filename to ensure
3131 expected directory separators are used.
3132
3133 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
3134
3135 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
3136
3137 2000-10-23 Dave Love <fx@gnu.org>
3138
3139 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
3140 (tool-bar-add-item): Set foreground and background for XBM icons.
3141
3142 * international/latin1-disp.el (latin1-char-displayable-p): New
3143 function (from Handa).
3144 (latin1-display-check-font): Use it.
3145
3146 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
3147 using :key-sequence, making it much more usable. Use nconc, not
3148 append.
3149 (imenu--create-keymap-1): Avoid append.
3150
3151 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
3152
3153 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
3154
3155 [the following changes fix a bug where `define-minor-mode' didn't
3156 correctly generate :require clauses for defcustoms in compiled files]
3157 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
3158 (byte-compile-log-file, byte-compile-log-1): Don't set
3159 `byte-compile-current-file' to nil. Instead set
3160 `byte-compile-last-logged-file' to it. Test whether
3161 byte-compile-current-file equals byte-compile-last-logged-file
3162 instead of whether its nil.
3163 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
3164
3165 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
3166
3167 * textmodes/refill.el: Fix var names in doc.
3168 (refill-mode): Don't bother with make-local-hook anymore.
3169
3170 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
3171
3172 * faces.el (face-user-default-spec, face-default-spec): New functions.
3173 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
3174 (frame-set-background-mode, face-set-after-frame-default):
3175 Use `face-user-default-spec'. Simplify code slightly.
3176
3177 * woman.el (woman-italic-face, woman-bold-face)
3178 (woman-unknown-face): Add dark-background variants.
3179 (woman-default-faces): Renamed from `woman-colour-faces'.
3180 Set using the stored defaults, rather than using hard-wired colors.
3181 (woman-monochrome-faces): Renamed from `woman-black-faces'.
3182 Just make the foreground `unspecified' rather than "black".
3183 (woman-menu): Rename menu entries accordingly.
3184
3185 * faces.el (header-line): Make more reasonable on mono/grayscale
3186 displays.
3187
3188 2000-10-23 Andrew Choi <akochoi@i-cable.com>
3189
3190 * cus-edit.el (custom-button-face): Use 3D look for mac.
3191 (custom-button-pressed-face): Likewise.
3192
3193 * faces.el (set-face-attributes-from-resources): Handle mac frames
3194 in the same way as x and w32 frames.
3195 (face-valid-attribute-values): Likewise.
3196 (read-face-attribute): Likewise.
3197 (defined-colors): Likewise.
3198 (color-defined-p): Likewise.
3199 (color-values): Likewise.
3200 (display-grayscale-p): Likewise.
3201 (face-set-after-frame-default): Likewise.
3202 (mode-line): Same default face as for x and w32.
3203 (tool-bar): Likewise.
3204
3205 * frame.el: Remove call to frame-notice-user-settings at end of
3206 the file.
3207
3208 * info.el (Info-fontify-node): make underlines invisible for mac
3209 as for x, pc, and w32 frame types.
3210
3211 * term/mac-win.el: New file.
3212
3213 2000-10-22 Dave Love <fx@gnu.org>
3214
3215 * textmodes/refill.el: New file.
3216
3217 2000-10-22 Andre Spiegel <spiegel@gnu.org>
3218
3219 * vc-hooks.el (vc-version-backup-file-name): New optional args
3220 MANUAL and REGEXP.
3221 (vc-delete-automatic-version-backups, vc-make-version-backup):
3222 New functions.
3223 (vc-before-save): Use the latter.
3224 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
3225 confusion.
3226
3227 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
3228 expected by vc[-hooks].el.
3229
3230 * vc.el (vc-checkout): Added `-p' suffix in call to
3231 vc-make-version-backups-p; use vc-make-version-backup to actually
3232 make the backup.
3233 (vc-version-other-window, vc-version-backup-file): Handle both
3234 automatic and manual backups.
3235 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
3236 of all of them.
3237
3238 2000-10-22 Miles Bader <miles@gnu.org>
3239
3240 * comint.el (comint-highlight-input, comint-highlight-prompt):
3241 Renamed, `-face' at end removed.
3242 (comint-send-input, comint-output-filter): Use renamed faces.
3243
3244 * window.el (fit-window-to-buffer): Change defaulting of
3245 MAX-HEIGHT slightly.
3246
3247 * faces.el (color-values, color-defined-p): Use `member', not
3248 `memq', because it works correctly for strings.
3249 (frame-set-background-mode): Actually, "unspecified-fg" and
3250 "unspecified-bg" *are* strings. Use `member', not `memq', and
3251 `equal', not `eq', when a string value is possible.
3252
3253 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
3254
3255 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
3256
3257 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
3258
3259 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
3260 sh-electric-rparen, sh-electric-less and sh-electric-hash.
3261 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
3262 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
3263 (sh-font-lock-syntactic-keywords): Use them.
3264 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
3265 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
3266 (sh-mode): Don't override font-lock-unfontify-region-function.
3267 Use a copy of sh-font-lock-syntactic-keywords.
3268 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
3269 Don't call sh-scan-buffer since font-lock does it on the fly.
3270 (sh-get-indent-info): Use `face' rather than `syntax-table'
3271 text-property to detect here-documents.
3272 Replace sh-special-syntax with sh-st-punc.
3273 (sh-prev-line): Use `face' rather than `syntax-table'
3274 text-property to skip over here-documents.
3275 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
3276 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
3277 (sh-electric-less, sh-set-here-doc-region)
3278 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
3279 (sh-scan-buffer, sh-rescan-buffer): Remove.
3280
3281 2000-10-21 Andrew Innes <andrewi@gnu.org>
3282
3283 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
3284 remote (ange-ftp) file names.
3285
3286 2000-10-21 Miles Bader <miles@gnu.org>
3287
3288 * window.el (fit-window-to-buffer): New function.
3289 (shrink-window-if-larger-than-buffer): Use it.
3290 (window-text-height): Don't expect minibuffers to have mode-lines.
3291
3292 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
3293 * international/quail.el (quail-update-guidance): Use
3294 `fit-window-to-buffer' instead of `set-window-text-height'.
3295
3296 * international/quail.el (quail-show-guidance-buf): Make sure
3297 guidance window really has enough room.
3298 (quail-update-guidance): If quail-guidance-win is already shown,
3299 make sure its height is OK.
3300
3301 * window.el (window-text-height, set-window-text-height):
3302 New functions.
3303 (shrink-window-if-larger-than-buffer): Use `window-text-height'
3304 instead of `window-height' & `mode-line-window-height-fudge'.
3305 (mode-line-window-height-fudge): Add FACE parameter.
3306 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
3307 instead of `enlarge-window' & `mode-line-window-height-fudge'.
3308
3309 2000-10-20 Miles Bader <miles@gnu.org>
3310
3311 * window.el (height-affecting-face-attributes): Use `defconst'.
3312
3313 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
3314 New function, conditionally aliased to `mode-line-window-height-fudge'.
3315 (ispell-help): Use it.
3316 (ispell-choices-win-default-height): Don't include mode-line fudge.
3317 (ispell-choices-win-default-height): New function.
3318 (ispell-show-choices, ispell-command-loop): Use function
3319 `ispell-choices-win-default-height' instead of variable.
3320
3321 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
3322
3323 * window.el (mode-line-window-height-fudge): New variable.
3324 (height-affecting-face-attributes): New variable.
3325 (mode-line-window-height-fudge): New function.
3326 (shrink-window-if-larger-than-buffer): Use it.
3327 * help.el (resize-temp-buffer-window): Likewise.
3328
3329 * info.el (Info-fontify-node): Add support for @subsubsection
3330 titles, which use `Info-title-4-face'.
3331 (Info-title-4-face): New face.
3332 (Info-title-3-face): Inherit from Info-title-4-face instead of
3333 variable-pitch.
3334
3335 2000-10-19 Jason Rumney <jasonr@gnu.org>
3336
3337 * dired.el (dired-insert-directory): Do not let errors signalled by
3338 attempt to run dired-free-space-program prevent dired from working.
3339
3340 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
3341
3342 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
3343
3344 2000-10-19 Gerd Moellmann <gerd@gnu.org>
3345
3346 * dirtrack.el (dirtrack): Fix call to run-hooks.
3347
3348 * cmuscheme.el (cmuscheme-program-name): Renamed from
3349 scheme-program-name because xscheme.el contains a defcustom with
3350 the same name. As a consequence, customizing group `cmuscheme'
3351 loaded `xscheme' which redefined run-scheme.
3352 (run-scheme): Use cmuscheme-program-name.
3353
3354 * ps-print.el (ps-print-emacs-type): Move into the
3355 eval-and-compile.
3356
3357 * play/doctor.el (doctor-death): Update the Samaritans'
3358 anonymous address, and add a website for Befrienders International.
3359
3360 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3361
3362 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
3363 Avoid compilation gripes. Doc fix.
3364 (ps-print-version): New version number (6.2).
3365 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
3366 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
3367 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
3368 (ps-x-extent-priority, ps-x-extent-start-position)
3369 (ps-x-face-font-instance, ps-x-find-coding-system)
3370 (ps-x-font-instance-properties, ps-x-make-color-instance)
3371 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
3372 avoid compilation gripes without defining functions.
3373 (ps-e-find-composition): Alias for function find-composition, to have a
3374 suitable function depending on Emacs version.
3375 (ps-color-device, ps-color-values, ps-face-foreground-name)
3376 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
3377 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
3378 (ps-print-ensure-fontified): Function definitions surrounded by
3379 `eval-and-compile' to avoid compilation gripes.
3380 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
3381 by symbol-value to avoid compilation gripes.
3382 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
3383 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
3384
3385 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
3386
3387 * startup.el (normal-top-level): Call `frame-set-background-mode'
3388 after `frame-notice-user-settings' because the latter doesn't call
3389 the former on a tty.
3390
3391 * faces.el (frame-set-background-mode): `unspecified' &c are
3392 symbols, not strings.
3393
3394 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
3395
3396 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
3397 why some "light*" colors are deliberately absent from the alist.
3398
3399 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
3400 Change colors for tty's, as suggested by Miles Bader.
3401
3402 2000-10-19 Kenichi Handa <handa@etl.go.jp>
3403
3404 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
3405 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
3406 for ISO10646-1 fonts.
3407 (x-font-name-charset-alist): Add an entry for "iso10646-1".
3408
3409 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
3410
3411 * faces.el (frame-set-background-mode): If a tty frame defines a
3412 background color, use that to compute the background mode, instead
3413 of always defaulting to "dark".
3414
3415 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
3416
3417 * comint.el (comint-write-output): New function.
3418 (comint-mode-map): Add it to the menu.
3419 Bind `C-c C-s' to comint-write-output.
3420
3421 2000-10-18 Gerd Moellmann <gerd@gnu.org>
3422
3423 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
3424 Use fancy-splash-delay.
3425
3426 2000-10-18 Alex Schroeder <alex@gnu.org>
3427
3428 * progmodes/sql.el (sql-sybase-options): New option.
3429 (sql-sybase): Use it. Add sql-database to the list of parameters
3430 provided for login. The options -w 2048 -n are not used any more.
3431
3432 * comint.el (comint-read-input-ring): Bugfix such that the first
3433 and the last entry of the input ring file are not lost.
3434
3435 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3436
3437 * ps-print.el: Internal variable changes to defcustom,
3438 make-local-hook changes to defvar. Doc fix.
3439 (ps-print-version): New version number (6.1).
3440 (ps-setup, ps-do-despool): Code fix.
3441 (ps-printer-name): Customization fix.
3442 (ps-printer-name-option): Now is a defcustom instead of an
3443 internal variable.
3444 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
3445 (ps-print-begin-column-hook): Now are defvar instead of
3446 make-local-hook.
3447
3448 2000-10-18 Miles Bader <miles@gnu.org>
3449
3450 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
3451 (comint-kill-output): Changed into an alias for `comint-delete-output',
3452 and made obsolete.
3453 (comint-mode-map): Rename references to comint-kill-output.
3454
3455 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
3456
3457 * diff-mode.el (diff-header-face, diff-file-header-face)
3458 (diff-changed-face): Add bold and italic attributes to tty faces.
3459 (diff-function-face): New face.
3460 (diff-font-lock-keywords): Use it.
3461
3462 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
3463
3464 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
3465 Remove commented-out call to force-mode-line-update.
3466 (comint-kill-output): Use `forward-line 0' instead of
3467 beginning-of-line to make sure we get past the prompt.
3468
3469 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
3470
3471 * diff-mode.el (diff-header-face, diff-file-header-face):
3472 Add specific setting for dark background.
3473 (diff-context-face): Renamed from diff-comment-face.
3474 Set explicitly rather than inheriting from font-lock-comment-face.
3475
3476 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
3477
3478 * startup.el (command-line): Move the code which sets the default
3479 TTY colors to before before-init-hook.
3480
3481 2000-10-17 Gerd Moellmann <gerd@gnu.org>
3482
3483 * jit-lock.el (jit-lock-stealth-time): Doc fix.
3484
3485 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
3486
3487 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
3488 extensions, for MS-DOS.
3489
3490 * diff-mode.el (diff-header-face, diff-file-header-face)
3491 (diff-changed-face): Define tty-specific colors.
3492
3493 2000-10-17 Gerd Moellmann <gerd@gnu.org>
3494
3495 * startup.el (fancy-splash-text): Realign the text.
3496
3497 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
3498
3499 * font-lock.el (font-lock-comment-face): Define a separate default
3500 for dark-background tty's.
3501
3502 2000-10-17 Miles Bader <miles@gnu.org>
3503
3504 * help.el (resize-temp-buffer-window): Add hack to avoid last line
3505 being obscured by whizzy mode-lines on graphics displays.
3506
3507 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
3508
3509 * info.el (Info-title-1-face, Info-title-2-face)
3510 (Info-title-3-face): Define colors for tty's.
3511 (info-header-node): Remove unneeded tty-specific definition.
3512
3513 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
3514
3515 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
3516 reverse from the frame parameters, and don't invert foreground and
3517 background colors.
3518
3519 2000-10-16 Miles Bader <miles@gnu.org>
3520
3521 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
3522 string "*Info*". Call propertized-buffer-identification to spruce
3523 up the result.
3524
3525 2000-10-16 Gerd Moellmann <gerd@gnu.org>
3526
3527 * help.el: Provide `help' for the sake of define-minor-mode
3528 which generates defcustoms with requires.
3529
3530 * jit-lock.el (jit-lock-after-change): If we're in text that
3531 matches a multi-line font-lock pattern, make sure the whole text
3532 will be redisplayed.
3533
3534 * emacs-lisp/authors.el (authors-add): Don't add an entry if
3535 author's name is unknown.
3536
3537 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
3538 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
3539 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
3540 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
3541 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
3542 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
3543 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
3544 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
3545 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
3546 Add author information.
3547
3548 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
3549
3550 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
3551 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
3552 full-color version (using the Gimp) to eliminate dithering artifacts.
3553
3554 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
3555
3556 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
3557
3558 * simple.el (syntax-flag-table, string-to-syntax): Remove.
3559
3560 2000-10-15 Dave Love <fx@gnu.org>
3561
3562 * progmodes/sh-script.el: Require skeleton and comint when
3563 compiling.
3564
3565 * pcomplete.el (pcomplete) <defgroup>: Add :version.
3566
3567 * whitespace.el: Doc fixes.
3568 (top-level): Don't add hooks here.
3569 (whitespace-running-emacs): Deleted.
3570 (timer): Don't require.
3571 (whitespace): Add back :version conditional on xemacs test.
3572 (whitespace-spacetab-regexp, whitespace-indent-regexp)
3573 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
3574 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
3575 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
3576 Avoid specific xemacs test.
3577 (whitespace-global-mode): New option.
3578 (whitespace-global-mode): New command.
3579 (whitespace-unload-hook): New function.
3580
3581 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
3582 (Info-fontify-node, Info-goto-node, Info-mode-menu)
3583 (Info-fontify-node): `Goto' goes to `Go to'.
3584 (Info-fontify-node): Add help-echo to xref links.
3585
3586 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
3587
3588 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
3589
3590 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
3591
3592 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
3593 Use plist-get and allow :inherit.
3594
3595 * emacs-lisp/cl-macs.el (cl-do-arglist):
3596 Use plist-get and plist-member instead of memq.
3597
3598 * emacs-lisp/ewoc.el (ewoc-location): New function.
3599 (ewoc-enter-after, ewoc-enter-before): Document return value.
3600 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
3601 Don't need make-local-hook any more.
3602 (cvs-addto-collection): Return the new tin.
3603 (cvs-mode-insert): Jump to the new line.
3604
3605 * jit-lock.el (jit-lock-fontify-buffer): Remove.
3606
3607 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
3608
3609 * font-lock.el (font-lock-syntactically-fontified): New var.
3610 (font-lock-fontify-syntactic-keywords-region): Use it.
3611 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
3612
3613 * diff-mode.el (diff-find-file-name): Fix regexp.
3614
3615 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
3616 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
3617
3618 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
3619 (sh-mode-syntax-table): Add punctuation syntax for < and >.
3620 (sh-mode): Don't make all vars local here.
3621 (sh-kw): Reformat.
3622 (sh-set-shell): Use dolist. Don't set indent-region-function.
3623 (sh-mode-syntax-table): Use pop.
3624 (sh-remember-variable): Use push.
3625 (sh-help-string-for-variable): Use memq.
3626 (sh-safe-backward-sexp): Remove.
3627 (sh-safe-forward-sexp): Add ARG.
3628 (sh-get-indent-info, sh-prev-stmt): Use it.
3629 (sh-prev-line): Simplify by using forward-comment.
3630 (sh-this-is-a-continuation): Simplify.
3631 (sh-learn-buffer-indent): Use dolist.
3632 (sh-do-nothing): Remove.
3633 (sh-set-char-syntax, sh-set-here-doc-region):
3634 Use inhibit-modification-hooks.
3635 (sh-name-style): Use mapcar and push.
3636 (sh-load-style): Use dolist.
3637 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
3638 (sh-case, sh-while-getopts): Use propertize directly rather
3639 than sh-electric-rparen.
3640
3641 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
3642
3643 * textmodes/tex-mode.el: Require CL when compiling.
3644 (tex-mode-syntax-table): Init immediately.
3645 (tex-mode-map): Bind M-RET to latex-insert-item.
3646 (latex-mode): Set indent-line-function to latex-indent.
3647 (tex-common-initialization): Don't setup the syntax-table any more.
3648 (latex-insert-item): New skeleton.
3649 (tex-next-unmatched-end): Fix copy/paste braino.
3650 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
3651 (latex-indent, latex-find-indent): New functions.
3652 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
3653 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
3654 (tex-compilation-parse-errors): Use with-syntax-table.
3655
3656 2000-10-15 Miles Bader <miles@gnu.org>
3657
3658 * font-lock.el (font-lock-comment-face): Change dark-background,
3659 color, non-tty, default to `chocolate1'.
3660
3661 2000-10-13 John Wiegley <johnw@gnu.org>
3662
3663 * eshell/esh-util.el (require): Added a missing `require' form,
3664 needed when compiling (for an ange-ftp macro definition).
3665
3666 2000-10-13 Dave Love <fx@gnu.org>
3667
3668 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
3669
3670 2000-10-13 Gerd Moellmann <gerd@gnu.org>
3671
3672 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
3673 fix.
3674
3675 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
3676 transparent -colors 8).
3677
3678 2000-10-13 Stephen Gildea <gildea@alum.mit.edu>
3679
3680 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
3681 that breaks with old list format timestamps.
3682 (time-stamp-warn-inactive, time-stamp-old-format-warn)
3683 (time-stamp-count, time-stamp-conversion-warn): Improved doc
3684 strings.
3685
3686 2000-10-13 John Wiegley <johnw@gnu.org>
3687
3688 * align.el, pcomplete.el, calendar/timeclock.el,
3689 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
3690
3691 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
3692 faulty math, where holiday hours were being computing as seconds.
3693
3694 2000-10-13 John Wiegley <johnw@gnu.org>
3695
3696 * desktop.el (desktop-buffer-modes-to-save): Added a global for
3697 specifying what "other" kinds of buffers should be saved. This
3698 used to be hard-coded.
3699 (desktop-buffer-misc-functions): A global for specifying how
3700 auxiliary data should be determined for special buffer types.
3701 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
3702 instead of hard-coding the special buffer types.
3703 (desktop-save): Run `desktop-buffer-misc-functions' to gather
3704 auxiliary data, instead of hard-coding for Info buffers and dired.
3705 (desktop-buffer-info-misc-data): Aux function for determining Info
3706 buffer auxiliary info.
3707 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
3708 (desktop-buffer-info): Changed this function to use the info
3709 gathered above.
3710 (desktop-create-buffer): Be a little more careful about what
3711 `minor-mode' means before calling it. This is important for some
3712 buffer types.
3713
3714 2000-10-13 John Wiegley <johnw@gnu.org>
3715
3716 * eshell/esh-util.el: Added a global form which declares an
3717 autoload for `parse-time-string', if that function is not already
3718 defined, and if parse-time.el is available on the user's system.
3719
3720 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
3721 to be aware of ange-ftp user info.
3722 (eshell-do-ls): Bind `ange-cache'. Also, use
3723 `eshell-file-attributes'.
3724 (eshell-ls-annotate): Use `eshell-file-attributes'.
3725 (eshell-ls-file): Made the user-id printing code a bit smarter.
3726
3727 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
3728 allow identification of alias user ids in remote directories.
3729 It's manual, but there's no other way to know when the current
3730 user on the local machine, is also the owning user on the remote
3731 machine.
3732 (fboundp): Bind `ange-cache'.
3733 (eshell-directory-files-and-attributes): Re-organized the logic a
3734 bit to use `eshell-file-attributes' instead of `file-attributes'.
3735 The former is more sensitive to directories that are read via FTP,
3736 and knows how to use ange-ftp to determine full attribute
3737 information, instead of just the name and last modtime.
3738 (eshell-current-ange-uids): Return the current user id when in a
3739 remote directory.
3740 (eshell-parse-ange-ls): Parse a full directory listing that has
3741 been returned by ange-ftp.
3742 (eshell-file-attributes): This beefed up version of
3743 `file-attributes' is only special if the user is currently in a
3744 remote directory, in which case it does a lot of work to find out
3745 what the real attributes of a file are, as they appear on the
3746 remote machine. This makes usage of remote directories (i.e.,
3747 ange-ftp pathnames) much more useful. You can now use Eshell as a
3748 full-fledged FTP client, with much more manipulation ability than
3749 most other clients.
3750
3751 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
3752 variable, which means that Eshell's du should always be preferred
3753 in remote directories.
3754 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
3755 just `file-attributes'.
3756 (eshell-mvcp-template): Bind `ange-cache', to improve performance
3757 when reading remote directories. This is an Eshell-specific
3758 variable (not part of ange-ftp).
3759 (eshell/ln): Bind `ange-cache'.
3760 (eshell/du): Added some extra logic for determining when to use
3761 Eshell's du (which is slow), and when to use the external version
3762 (which may or may not exist).
3763
3764 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
3765 `eshell-interactive-process', rather than using
3766 `get-buffer-process', since backgrounded processes don't count in
3767 the context of this function's logic.
3768
3769 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
3770 `forward-char', so that null strings are parsed correctly.
3771
3772 2000-09-13 John Wiegley <johnw@gnu.org>
3773
3774 * eshell/em-pred.el (eshell-pred-file-type,
3775 eshell-pred-file-links, eshell-pred-file-size): Use
3776 `eshell-file-attributes'. This is more correct over ange-ftp.
3777
3778 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
3779 that remote file globbing is more efficient.
3780
3781 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
3782 gathering the files and attributes within a directory.
3783
3784 * eshell/em-unix.el (eshell/cat): If any of the files passed on
3785 the command line is a special file (not a regular file, directory
3786 or symlink), always attempt to call the external version of cat.
3787
3788 2000-09-13 John Wiegley <johnw@gnu.org>
3789
3790 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
3791 Eshell-friendly version of find-tag.
3792
3793 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
3794
3795 * image-file.el (image-file-name-extensions)
3796 (image-file-name-regexps): Add autoload cookies.
3797
3798 2000-10-13 Kenichi Handa <handa@etl.go.jp>
3799
3800 * international/mule-cmds.el (select-safe-coding-system): If FROM
3801 is string, show it in *Warning* buffer.
3802
3803 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
3804
3805 * startup.el (normal-top-level): Use display-popup-menus-p instead
3806 of window-system.
3807 (command-line): Use display-graphic-p instead of window-system.
3808 (command-line-1): Use display-popup-menus-p and display-mouse-p
3809 instead of window-system.
3810
3811 2000-10-12 Sam Steingold <sds@gnu.org>
3812
3813 * tooltip.el (tooltip-use-echo-area): New user variable.
3814 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
3815
3816 2000-10-12 Dave Love <fx@gnu.org>
3817
3818 * recentf.el: Maintainer's checkdoc fixes.
3819
3820 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
3821 character class, not ASCII when matching file names.
3822 (fancy-splash-head): Add trailing slash to URL.
3823 (command-line): Don't require XPM support for toolbar.
3824
3825 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
3826 (cperl-invalid-face): Revert last change.
3827 (cperl-init-faces): Quote cperl-invalid-face.
3828
3829 2000-10-12 Kenichi Handa <handa@etl.go.jp>
3830
3831 * startup.el (fancy-splash-text): Remove superfluous quote.
3832
3833 2000-10-12 Gerd Moellmann <gerd@gnu.org>
3834
3835 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
3836 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
3837 (command-line-1): Don't use fancy-splash-pending-command.
3838 (fancy-splash-screens-1): Goto point-min after inserting text.
3839
3840 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
3841
3842 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
3843 instead of shared-lisp-mode-map.
3844
3845 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
3846
3847 * faces.el (header-line): Change tty-variant to use underlining.
3848
3849 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
3850 (isearch-highlight): Restore lazy-isearch face properties at old
3851 position, and suppress them at new position.
3852 (isearch-dehighlight): Restore lazy-isearch face properties.
3853 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
3854 over the real isearch overlay, but in that case, don't give it a
3855 face property. Use `push'.
3856
3857 2000-10-12 Kenichi Handa <handa@etl.go.jp>
3858
3859 * man.el (Man-getpage-in-background): Fix previous change.
3860 Decode the process output only when we are in multibyte mode.
3861
3862 2000-10-11 Dave Love <fx@gnu.org>
3863
3864 * info.el (Info-mode-menu): Fix some help.
3865 (info-tool-bar-map): Add entry for Info-last.
3866
3867 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
3868 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
3869 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
3870 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
3871 * toolbar/search-replace.xpm, toolbar/exit.xpm:
3872 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
3873 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
3874 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
3875 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
3876 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
3877 Reduce colour requirements to 25 overall. (Probably wants
3878 revisiting from the originals to reduce further.)
3879
3880 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
3881
3882 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
3883 buffer-file-coding-system, instead of raw-text.
3884 (dehexlify-buffer): Bind coding-system-for-read to
3885 buffer-file-coding-system, instead of raw-text.
3886
3887 2000-10-11 Sam Steingold <sds@gnu.org>
3888
3889 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
3890 `underline' - fixes the bug introduced on 2000-09-21.
3891
3892 2000-10-11 Dave Love <fx@gnu.org>
3893
3894 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
3895 compiler warnings.
3896 (scheme-mode): Doc fix.
3897 (scheme-font-lock-keywords-1): Match `define-syntax'.
3898
3899 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
3900
3901 * faces.el (frame-set-background-mode): Pay attention to saved
3902 face specs as well as default ones. Only do anything if the
3903 bg-mode or display-type has actually changed. Use `dolist'.
3904 (region): Make dark-background `region' face less in-your-face.
3905
3906 2000-10-10 Sam Steingold <sds@gnu.org>
3907
3908 * chistory.el, ielm.el, ledit.el:
3909 * progmodes/inf-lisp.el, progmodes/scheme.el:
3910 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
3911
3912 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
3913
3914 * textmodes/texinfo.el: Update copyright and fix typo.
3915
3916 * desktop.el (desktop-modes-not-to-save): New var.
3917 (desktop-save-buffer-p): Use it.
3918 Also, obey desktop-buffers-not-to-save even for non-file buffers.
3919 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
3920
3921 2000-10-10 Dave Love <fx@gnu.org>
3922
3923 * toolbar/tool-bar.el (tool-bar-add-item)
3924 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
3925 display.
3926
3927 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
3928 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
3929 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
3930 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
3931 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
3932 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
3933 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
3934 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
3935 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
3936 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
3937 the .xpms; probably need retouching.
3938
3939 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
3940
3941 * subr.el (add-to-list): Add optional argument APPEND.
3942 * battery.el (display-battery): Use `add-to-list'.
3943
3944 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
3945
3946 * play/zone.el (zone-timer, zone-wc-tbl): Rework
3947 these vars as symbol properties.
3948 (zone, zone-when-idle, zone-leave-me-alone)
3949 (zone-pgm-whack-chars): Use new symbol properties.
3950
3951 * battery.el (display-battery): Doc spelling fix.
3952
3953 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
3954 property.
3955
3956 2000-10-09 Dave Love <fx@gnu.org>
3957
3958 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
3959 has been initialized before calling tool-bar-setup.
3960 (tool-bar-add-item-from-menu): Add autoload cookie.
3961
3962 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
3963
3964 * menu-bar.el (send-mail-item-name): New function.
3965 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
3966 of mail-user-agent in the menu. Don't display the "Send Mail"
3967 item if mail-user-agent is nil or its value is ignore.
3968 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
3969 if read-mail-command is nil or its value is ignore.
3970
3971 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
3972
3973 2000-10-09 Miles Bader <miles@gnu.org>
3974
3975 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
3976 Correct image size.
3977 * toolbar/left_arrow.xpm: Correct image size.
3978
3979 * jka-compr.el: Don't call `jka-compr-install' when loading (it
3980 will be done by the definition of `auto-compression-mode' if
3981 necessary. Move code to uninstall existing file-name handler
3982 before definition of `auto-compression-mode'.
3983
3984 * image-file.el (auto-image-file-mode): Move to the end of the
3985 file, because `define-minor-mode' actually calls the mode-function
3986 if the associated variable is non-nil, which requires that all
3987 needed functions be already defined.
3988
3989 * mouse.el (popup-menu): Balance parens.
3990
3991 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
3992
3993 * mouse.el (popup-menu): Move the command call outside the loop
3994 so that popup-menu returns whatever the command returns.
3995
3996 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
3997 (initialize-new-tags-table): Use run-hook-with-args-until-success.
3998 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
3999 (tags-table-format-functions): Renamed from tags-table-format-hooks.
4000
4001 * vc.el (vc-version-diff): diff-switches can be a list.
4002 Use relative filenames for prettier output.
4003
4004 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
4005 (vc-post-command-functions): Remove old-VC compatibility code.
4006
4007 * newcomment.el (comment-indent-default): Autoload.
4008
4009 * font-lock.el (font-lock-defaults): Make buffer-local.
4010 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
4011 (font-lock-choose-keywords):
4012 Ignore LEVEL unless KEYWORDS is a list of syms.
4013 (c-keywords, c++-keywords, objc-keywords, java-keywords):
4014 Don't wrap regexp-opt things in \(...\) unnecessarily.
4015
4016 * jit-lock.el: Don't require font-lock any more.
4017 (jit-lock-functions): Make buffer-local.
4018 (jit-lock-saved-fontify-buffer-function): Remove.
4019 (jit-lock-mode): Remove autoload cookie.
4020 Remove font-lock specific code.
4021 (jit-lock-unregister): Don't bother handling complex hooks any more.
4022 (jit-lock-refontify): New function.
4023 (jit-lock-fontify-buffer): Use it.
4024 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
4025 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
4026 Add optional args START and END.
4027 Never call font-lock-fontify-region directly.
4028 (jit-lock-function, jit-lock-stealth-fontify): Use it.
4029
4030 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
4031
4032 2000-10-08 Dave Love <fx@gnu.org>
4033
4034 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
4035
4036 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
4037
4038 * play/studly.el (studlify-region, studlify-word): Add autoload
4039 cookie.
4040
4041 * play/morse.el (morse-region, unmorse-region): Add autoload
4042 cookie.
4043
4044 * play/spook.el (spook-phrases-file): Use expand-file-name, not
4045 concat.
4046
4047 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
4048 insist on symbols starting with word syntax.
4049 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
4050 (eval-defun-1): Doc fix.
4051 (indent-sexp): Use nconc to build up indent-stack.
4052
4053 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
4054 Gnus with little use.
4055 (mail-setup-hook): Add mail-abbrevs-setup to options.
4056
4057 * recentf.el: Doc fixes.
4058
4059 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
4060 Clean up remainder.
4061
4062 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
4063 without timezone and (8) with timezone to enforce some whitespace.
4064 Simplify code somewhat.
4065
4066 * options.el (list-options): Doc that you should use customize.
4067
4068 * iswitchb.el (iswitchb-mode): Add :require.
4069
4070 * info.el (Info-goto-node, Info-menu): Doc fix.
4071 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
4072 (info-tool-bar-map): New variable.
4073 (Info-mode): Use it.
4074 (Info-edit-map): Define all in defvar.
4075 (speedbar-attached-frame): Avoid compiler warning.
4076
4077 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
4078 (global-map): Bind [tool-bar] to a filtered map.
4079 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
4080 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
4081 Allow PBM icons.
4082 (tool-bar-setup): Adjust calls of tool-bar-add-item.
4083
4084 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
4085 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
4086 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
4087 icons, except up_arrow, which is left-arrow rotated.
4088
4089 * imenu.el (imenu-add-to-menubar): Fix last change.
4090
4091 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
4092
4093 * generic-x.el (rul-generic-mode): Remove eval-when-compile
4094 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
4095
4096 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
4097
4098 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
4099 typos in doc strings.
4100
4101 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
4102 the doc strings how to customize Font Lock faces.
4103
4104 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
4105 computing growth when dragging the header line.
4106
4107 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
4108
4109 * simple.el (kill-line): Doc fix.
4110
4111 2000-10-08 Miles Bader <miles@gnu.org>
4112
4113 * faces.el (secondary-selection): Make foreground visible on tty.
4114
4115 * jka-compr.el (auto-compression-mode): Move to the end of the
4116 file, because `define-minor-mode' actually calls the mode-function
4117 if the associated variable is non-nil, which requires that all
4118 needed functions be already defined.
4119 (with-auto-compression-mode): Add autoload cookie.
4120
4121 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
4122
4123 * files.el (find-backup-file-name) [ms-dos]: If support for long
4124 file names is not available, behave as if version-control were set
4125 to never.
4126
4127 2000-10-07 Dave Love <fx@gnu.org>
4128
4129 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
4130 (browse-url-gnome-moz): New function.
4131 (browse-url-browser-function): Use it.
4132 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
4133
4134 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
4135
4136 * indent.el (tab-always-indent): New var.
4137 (indent-for-tab-command): Use it.
4138
4139 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
4140 raise an error. This way it can still default to a sane value.
4141
4142 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
4143
4144 * startup.el (fancy-splash-screens): Use local rather than global map.
4145 Don't use `update-menu-bindings' any more.
4146 Get rid of assumptions about keymap representation.
4147
4148 2000-10-06 Dave Love <fx@gnu.org>
4149
4150 * textmodes/fill.el (sentence-end-double-space)
4151 (sentence-end-without-period): Doc fix.
4152 (adaptive-fill-regexp): Purecopy.
4153 (unjustify-current-line): Use line-end-position.
4154 (fill-individual-paragraphs-prefix): Use line-beginning-position.
4155
4156 * net/eudc-vars.el (eudc): Add :version, :link.
4157
4158 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
4159
4160 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
4161 Fix for define-minor-mode.
4162 (function-at-point): Alias to function-called-at-point.
4163
4164 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
4165
4166 * simple.el (backward-word): Doc fix.
4167
4168 * image-file.el (image-file-name-regexp): image-file-regexps ->
4169 image-file-name-regexps.
4170 (image-file-name-extensions): Add pbm.
4171
4172 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
4173
4174 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
4175 and add filename to the names so that diff-mode can jump to source.
4176
4177 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
4178 (tex-font-lock-keywords, tex-font-lock-keywords-2)
4179 (tex-font-lock-keywords-1): Remove.
4180 (font-lock-turn-on-thing-lock): Use jit-lock-register.
4181 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
4182 (font-lock-default-fontify-region):
4183 Expand beg..end correctly when just following a multiline region.
4184 (font-lock-fontify-anchored-keywords):
4185 Include the anchor text as part of the multiline.
4186
4187 2000-10-06 Gerd Moellmann <gerd@gnu.org>
4188
4189 * loadup.el (toplevel): Load `loaddefs' before `help' because the
4190 latter needs the autoloaded define-minor-mode macro during the
4191 bootstrap.
4192
4193 * startup.el (command-line): For now, activate tool-bar-mode only
4194 if XPM images are supported.
4195
4196 * mouse.el (mouse-drag-header-line): Don't allow resizing a
4197 window by dragging a header-line at the top of the frame; that's
4198 confusing because the header-line doesn't move.
4199 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
4200 of treating the event as a list. Some cleanup.
4201
4202 2000-10-06 Miles Bader <miles@gnu.org>
4203
4204 * simple.el (display-message-or-buffer): New function.
4205 (shell-command-on-region): Use `display-message-or-buffer'.
4206
4207 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
4208 docstring parts.
4209
4210 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
4211 (smbclient-prompt-regexp): Add usage note to doc string.
4212 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
4213 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
4214 Use add-hook for adding the comint filter function, and only do so
4215 if it's not already in the global hook list.
4216 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
4217 to `make-local-variable'.
4218 (nslookup-font-lock-keywords): Remove prompt entry.
4219 (nslookup): Don't set the process-filter.
4220 (finger): Exit the loop correctly when the regexps list runs out.
4221 (ftp, smbclient, smbclient-list-shares):
4222 Set the real major mode immediately, not after execing.
4223 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
4224
4225 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
4226
4227 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
4228
4229 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
4230
4231 * which-func.el (which-func-format): Remove spurious space.
4232 (which-func-mode): Don't make it permanent-local.
4233 (which-func-ff-hook): Allow which-func-maxout to be nil.
4234 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
4235 (which-func-mode): Simplify.
4236 Use post-command-idle-hook rather than post-command-hook.
4237 Go through all buffers and update their state.
4238 (which-function): Also try add-log-current-defun-function.
4239
4240 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
4241 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
4242 Update call to with-vc-properties accordingly.
4243 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
4244 (vc-revert-buffer): More careful about window selection and deletion.
4245 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
4246
4247 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
4248 (cvs-retrieve-revision): Reuse a pre-existing buffer.
4249 (cvs-dired-action): Change the default to quickdir.
4250
4251 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
4252 if comment-indent-function returns nil.
4253 (comment-indent-default): New function.
4254 (comment-indent-function): Use it and document the new semantics.
4255
4256 * image-file.el: Docstring fixes.
4257
4258 * help.el (help-xref-on-pp): Use match-string.
4259 (describe-variable): New arg BUFFER.
4260 Store the current buffer in the help-xref-stack.
4261 (temp-buffer-resize-mode): Use define-minor-mode.
4262
4263 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
4264 consistently with its docstring.
4265 Set jit-lock-first-unfontify-pos in an idempotent way.
4266 (jit-lock-register): Autoload and add arg CONTEXTUAL.
4267
4268 2000-10-05 Alex Schroeder <alex@gnu.org>
4269
4270 * sql.el (sql-mysql-options): New variable.
4271 (sql-mysql): Use it.
4272
4273 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
4274
4275 * image.el (image): New group.
4276
4277 * smerge-mode.el (smerge-mine-face, smerge-other-face)
4278 (smerge-base-face, smerge-markers-face): Add dark-background variants.
4279
4280 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
4281
4282 * net/net-utils.el (nslookup-font-lock-keywords)
4283 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
4284 Ignore the value of wqindow-system; always define keywords
4285
4286 2000-10-05 Kenichi Handa <handa@etl.go.jp>
4287
4288 * startup.el (fancy-splash-screens): Remove the code for
4289 debugging; `(trace-to-stderr "EXITTT\n")'.
4290
4291 2000-10-05 Miles Bader <miles@gnu.org>
4292
4293 * diff-mode.el (diff-goto-source): Update call to
4294 `diff-hunk-status-msg' to reflect new REV variable.
4295
4296 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
4297
4298 * progmodes/icon.el (icon-mode):
4299 Don't gratuitously override the default for comment-column.
4300
4301 * vc-hooks.el (vc-mode-line): Fix interactive spec.
4302
4303 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
4304 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
4305 (jit-lock-functions): New var.
4306 (jit-lock-function-1): Use it if non-nil.
4307 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
4308 Set the `fontified' property before doing the fontification to avoid
4309 repeatedly going through the same error.
4310 Don't turn errors into messages.
4311 (jit-lock-register, jit-lock-unregister): New functions.
4312
4313 * dired.el (dired-mark-pop-up): Turn comment into docstring.
4314 Use with-current-buffer.
4315
4316 * dired-aux.el (dired-do-create-files, dired-kill-tree):
4317 Turn comment into docstring.
4318
4319 * apropos.el (apropos-mode): Use define-derived-mode.
4320
4321 2000-10-04 Gerd Moellmann <gerd@gnu.org>
4322
4323 * startup.el (fancy-splash-pending-command): New variable.
4324 (fancy-splash-pre-command): New function.
4325 (fancy-splash-screens): Rewritten.
4326 (command-line-1): If fancy-splash-pending-command is set, call it
4327 interactively.
4328
4329 2000-10-04 Dave Love <fx@gnu.org>
4330
4331 * toolbar/tool-bar.el (tool-bar-setup): New function.
4332 (tool-bar-mode): Use it.
4333
4334 * subr.el (substitute-key-definition): Doc fix.
4335 (play-sound-file): New command.
4336
4337 2000-10-04 Andre Spiegel <spiegel@gnu.org>
4338
4339 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
4340 vc-version-backup-file-name): New functions.
4341
4342 * files.el (basic-save-buffer): Call vc-before-save before saving.
4343
4344 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
4345 vc-cvs-stay-local-p.
4346
4347 * vc.el (vc-revert-buffer): Handle empty diff properly.
4348 (vc-version-backup-file): New function.
4349 (vc-checkout): Create a version backup if necessary.
4350 (vc-checkin): If a version backup file exists, delete it.
4351 (vc-version-diff): Diff locally using version backups, if available.
4352 (vc-revert-file): If there's a version backup, revert locally.
4353 (vc-transfer-file): Use version backup for base version, if
4354 available. If not, ask for confirmation whether to get it from the
4355 server. Update mode line before check-in.
4356
4357 2000-10-04 Dave Love <fx@gnu.org>
4358
4359 * toolbar/tool-bar.el (tool-bar-setup): New function.
4360 (tool-bar-mode): Use it.
4361
4362 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
4363
4364 * net/net-utils.el (nslookup-font-lock-keywords)
4365 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
4366 Only set if window-system is non-nil
4367 (net-utils-run-program): Returns buffer.
4368 (network-connection-reconnect): Added this function.
4369
4370 * generic.el:
4371 Incorporates extensive cleanup and docfixes by
4372 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
4373 Uses cl compile-time macros.
4374 (generic-mode-name, generic-comment-list)
4375 (generic-keywords-list, generic-font-lock-expressions)
4376 (generic-mode-function-list, generic-mode-syntax-table):
4377 Removed variables.
4378 (generic-mode-alist): Renamed to generic-mode-list.
4379 (generic-find-file-regexp): Default changed to "^#".
4380 (generic-read-type): Uses completing read on generic-mode-list.
4381 (generic-mode-sanity-check): removed this function.
4382 (generic-add-to-auto-mode): Removed this function
4383 (generic-mode-internal): Bind mode-specific definitions
4384 into function instead of putting them in alist.
4385 (generic-mode-set-comments): Reworked extensively.
4386 (generic-mode-find-file-hook): Simplified regexp searching
4387 (generic-make-keywords-list): Omit extra pair of parens
4388
4389 * find-lisp.el (find-lisp-find-files-internal):
4390 Make sure directory name ends with "/".
4391
4392 * generic-x.el (apache-conf-generic-mode):
4393 Regexp now allows leading whitespace.
4394 (rc-generic-mode): Added eval-when-compile
4395 around generic-make-keywords-list.
4396 Deleted duplicate regexp
4397 (rul-generic-mode): Added eval-when-compile
4398 around generic-make-keywords-list.
4399 (etc-fstab-generic-mode): New generic mode.
4400 (rul-generic-mode): Removed one eval-when-compile
4401 which caused a max-specpdl-size exceeded error.
4402
4403 2000-10-04 Miles Bader <miles@gnu.org>
4404
4405 * simple.el (minibuffer-temporary-goal-position): New variable.
4406 (next-history-element): Try to keep the position of point in the
4407 input string constant.
4408
4409 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
4410 (dired-do-create-files): If there's only one file, pass it in as
4411 the DEFAULT arg to dired-mark-read-file-name.
4412
4413 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
4414
4415 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
4416 (diff-goto-source): Be smarter when choosing REVERSE or not.
4417
4418 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
4419 (texinfo-mode-menu): Add an explicit shortcut for update all.
4420
4421 2000-10-03 Andre Spiegel <spiegel@gnu.org>
4422
4423 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
4424 factorize backend-specific code cleanly (this was essentially
4425 conceived by Stefan Monnier).
4426 (vc-unregister): Function removed.
4427 (vc-revert-file): New function.
4428 (vc-revert-buffer): Delegate some of the work to it.
4429
4430 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
4431 default branch unconditionally.
4432 (vc-rcs-set-default-branch): New function.
4433 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
4434 (vc-rcs-checkin): If an appropriate default branch has been set,
4435 force creation of that branch.
4436 (vc-rcs-receive-file): Rewritten to contain only backend-specific
4437 code (as suggested by Stefan Monnier).
4438
4439 2000-10-02 Gerd Moellmann <gerd@gnu.org>
4440
4441 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
4442 highlighting overlay with a different face over the overlay
4443 isearch uses to highlight the current match because that can lead
4444 to bad face combinations.
4445
4446 * loadup.el (toplevel): Load faces before isearch.
4447
4448 * isearch.el (isearch-faces): New custom group.
4449 (isearch): New defface; was already tested for in the code.
4450 (isearch-lazy-highlight-face): Changed to defface from defcustom.
4451 (isearch-highlight): Always use face `isearch'.
4452
4453 2000-10-02 Dave Love <fx@gnu.org>
4454
4455 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
4456 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
4457 comparison of opcode with operand.
4458
4459 2000-10-03 Miles Bader <miles@gnu.org>
4460
4461 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
4462 buffer, since the echo area will now grow to accommodate them.
4463
4464 2000-10-02 Andre Spiegel <spiegel@gnu.org>
4465
4466 * vc-hooks.el (vc-registered): If FILE used to be registered under
4467 a certain backend, try that one first.
4468
4469 * vc.el (vc-responsible-backend): Undo the previous change in the
4470 argument list. Handle multiple backends correctly.
4471 (vc-find-new-backend): Function removed.
4472 (vc-register): Use vc-responsible-backend, as before.
4473 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
4474
4475 2000-10-02 Gerd Moellmann <gerd@gnu.org>
4476
4477 * startup.el (fancy-splash-head): Change message below the
4478 logo.
4479
4480 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
4481
4482 * diff-mode.el (diff-goto-source): Emit a status message.
4483 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
4484 (diff-test-hunk): Fix doc string.
4485 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
4486 (diff-advance-after-apply-hunk): New variable.
4487 (diff-apply-hunk): Don't return a value.
4488
4489 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
4490
4491 * vc.el (vc-editable-p): Minor optimization.
4492 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
4493 (vc-find-new-backend): New function split from vc-responsible-backend.
4494 (vc-register): Use it.
4495 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
4496 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
4497 (vc-default-unregister, vc-revert-buffer): Docstring fix.
4498 (vc-clear-headers): Don't use find-file.
4499 (vc-revert-buffer): Use `and' again (must have been a braino).
4500 (vc-switch-backend): Only prompt if requested.
4501 Short circuit if nothing is to be done.
4502 Don't use vc-resynch-buffer which could lose unsaved editing.
4503 (vc-default-receive-file): Update call to vc-unregister.
4504 (with-vc-file, vc-next-action-on-file):
4505 Use vc-backend rather than vc-registered.
4506 (vc-next-action-on-file): Use intern-soft.
4507 Deal with read-only *vc-diff* buffer.
4508 (vc-transfer-file): Docstring fix.
4509
4510 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
4511 (vc-rcs-receive-file): Avoid with-vc-properties.
4512 Update call to vc-unregister.
4513 Use constant `RCS' rather than (dynamically bound) var `backend'.
4514
4515 2000-10-01 Andre Spiegel <spiegel@gnu.org>
4516
4517 * vc.el (vc-next-action-on-file): Update mode line only if file
4518 is visited.
4519 (vc-start-entry): New argument initial-contents. Don't visit the file
4520 if it isn't already visited. Brought documentation up-to-date.
4521 (vc-next-action, vc-register): Updated calls to vc-start-entry.
4522 (vc-checkin): New optional arg initial-contents, which is passed to
4523 vc-start-entry.
4524 (vc-finish-logentry): Make sure to bury log buffer only if there
4525 really is one. Call `vc-resynch-buffer' on log-file, not
4526 buffer-file-name.
4527 (vc-default-comment-history, vc-default-wash-log): New functions.
4528 (vc-index-of): Removed.
4529 (vc-transfer-file): Make do without the above.
4530 (vc-default-receive-file): Call comment-history unconditionally. Pass
4531 the resulting string to vc-checkin, instead of inserting it into the
4532 comment ring.
4533
4534 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
4535 unconditionally. Use the comments as initial contents of the log
4536 entry buffer. Document the trick to force branch creation with no
4537 changes.
4538
4539 2000-10-01 Miles Bader <miles@gnu.org>
4540
4541 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
4542 `recenter' with an arg to prevent redrawing the display.
4543
4544 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
4545
4546 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
4547
4548 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
4549
4550 * progmodes/c-mode.el (c-mode):
4551 Don't gratuitously override the default for comment-column.
4552
4553 * textmodes/tex-mode.el (latex-metasection-list): New var.
4554 (latex-imenu-create-index): Use it.
4555 Move the regexp construction outside loops (and use push).
4556 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
4557 (tex-font-lock-keywords): Moved from font-lock.el.
4558 (tex-comment-indent): Remove.
4559 (tex-common-initialization): Don't set comment-indent-function.
4560 (latex-block-default): New var.
4561 (tex-latex-block): Use it to provide a default choice.
4562 Add any unknown choice to latex-block-names.
4563 Insert [...] after {...}.
4564 (tex-last-unended-begin): Simplify regexp.
4565 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
4566 (latex-forward-sexp-1, latex-forward-sexp): New functions.
4567 (latex-mode): Set forward-sexp-function.
4568
4569 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
4570 Add regexp for @ignore ... @end ignore.
4571 (texinfo-heading-face): New face.
4572 (texinfo-font-lock-keywords): Use it.
4573 (texinfo-mode-menu): New menu.
4574 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
4575 New functions.
4576 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
4577 (texinfo-section-types-regexp, texinfo-section-level-regexp)
4578 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
4579 Remove declaration.
4580 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
4581
4582 * delsel.el (delete-selection-mode): Use define-minor-mode.
4583
4584 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
4585
4586 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
4587
4588 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
4589
4590 2000-09-30 Gerd Moellmann <gerd@gnu.org>
4591
4592 * replace.el (keep-lines-read-args): New function.
4593 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
4594 read arguments interactively. Add parameters RSTART and REND.
4595 Operate on the active region in Transient Mark mode.
4596
4597 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
4598
4599 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
4600 (authors-obsolete-files-regexps): New variable.
4601 (authors-add): Don't record changes in obsolete files.
4602
4603 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
4604
4605 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
4606
4607 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
4608 (comment-indent): Make sure there's a space between code and comment.
4609 Shift comments left to avoid going past fill-column.
4610
4611 2000-09-29 Gerd Moellmann <gerd@gnu.org>
4612
4613 * startup.el (startup-echo-area-message): New function.
4614 (display-startup-echo-area-message): Use it.
4615 (fancy-splash-screens): Rewritten to use keymaps and a timer.
4616 (fancy-splash-default-action): New function.
4617 (fancy-splash-screens-1): New function.
4618 (fancy-splash-head): Put a help-echo and a keymap under the image.
4619
4620 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
4621
4622 * diff-mode.el (diff-add-log-file-name): Remove.
4623 (diff-mode): Use add-log-buffer-file-name-function.
4624
4625 * add-log.el (find-change-log): New arg BUFFER-FILE.
4626 (add-log-file-name): Obey add-log-file-name-function.
4627 (add-log-buffer-file-name-function): New var.
4628 (add-change-log-entry): Use it.
4629
4630 2000-09-29 Miles Bader <miles@gnu.org>
4631
4632 * image-file.el (image-file-name-extensions): New variable.
4633 (image-file-name-regexps): Renamed from `image-file-regexps'.
4634 New default value is nil. Call `auto-image-file-mode'.
4635 (image-file-name-regexp): New function.
4636 (auto-image-file-mode): New minor mode.
4637 (insert-image-file): Don't make conditional on the image-file
4638 handler being enabled.
4639 (image-file-handler): Make the call here conditional instead.
4640 (set-image-file-handler-enabled, enable-image-file-handler)
4641 (disable-image-file-handler): Functions removed.
4642
4643 * emacs-lisp/authors.el (authors-print): Rephrase many-files
4644 string.
4645
4646 2000-09-29 Gerd Moellmann <gerd@gnu.org>
4647
4648 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
4649 it's a function from CL.
4650 (latex-imenu-create-index): Replace eval-when-compile with progn
4651 because latex-section-alist is not bound while compiling.
4652
4653 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
4654
4655 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
4656 (outline-mode): Use define-derived-mode.
4657
4658 * progmodes/perl-mode.el (perl-mode):
4659 * progmodes/awk-mode.el (awk-mode):
4660 * progmodes/asm-mode.el (asm-mode):
4661 Don't gratuitously override the default for comment-column.
4662
4663 * emacs-lisp/lisp.el (lisp-complete-symbol):
4664 Distinguish the let-binding case from the funcall case.
4665 (forward-sexp-function): New variable.
4666 (forward-sexp): Use it.
4667
4668 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
4669 (easy-mmode-defmap): Remove the now useless autoload.
4670
4671 * time.el (display-time-mode): Use define-minor-mode.
4672
4673 * subr.el (add-minor-mode): Don't eval NAME.
4674 Don't depend on the presence of TOGGLE-FUN for any special behavior.
4675 Use if rather than cond.
4676
4677 * simple.el (read-expression-map): Define more properly.
4678 (comment-indent-hook): Remove.
4679 (string-to-syntax): Bug fix.
4680
4681 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
4682 (cvs-ediff-diff): Fix typo.
4683 (cvs-revert-if-needed): Don't bother preserving read-only.
4684
4685 * paren.el (show-paren-mode): Use define-minor-mode.
4686
4687 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
4688 (toggle-auto-compression): Remove.
4689 (jka-compr-build-file-regexp): Remove useless grouping.
4690
4691 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
4692 Avoid user-reserved bindings.
4693 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
4694 (diff-header-face): Revert to grey85.
4695
4696 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
4697
4698 * complete.el (partial-completion-mode) <defcustom>: Remove.
4699 (partial-completion-mode): Use define-minor-mode.
4700 (PC-do-completion): Understand `completion-auto-help = delay'
4701 to mean to popup the completion buffer only the second time.
4702 (PC-include-file-all-completions, PC-include-file-all-completions)
4703 (PC-include-file-all-completions): Don't quote lambda.
4704
4705 * comint.el (comint-mode-hook): Docstring fix.
4706 (comint-mode): Use define-derived-mode.
4707 (comint-mode-map): Remove obsolete comment.
4708 (make-comint): Minor stylistic change.
4709 (comint-insert-clicked-input): Be more careful to find the overlay.
4710 Use this-command-keys rather than hardcoding mouse-2.
4711
4712 * font-lock.el: Replace confusing (,@ with ,
4713 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
4714 Don't use regexp-opt-depth. Spice up the regexp for args.
4715 Don't distinguish between cmds that can take an opt arg or not.
4716 Use `append' and `prepend' rather than `keep'.
4717
4718 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
4719 (latex-outline-regexp): New var.
4720 (latex-outline-level): New fun.
4721 (latex-section-alist): New var.
4722 (latex-imenu-create-index): Use it. Use `push' as well.
4723 (tex-shell-map): Initialize it properly.
4724 (tex-mode): Minor stylistic change.
4725 (plain-tex-mode): Use define-derived-mode.
4726 (latex-mode): Use define-derived-mode.
4727 Construct the paragraph regexps in a more readable way.
4728 Set the buffer-local outline-{level,regexp} vars.
4729 (slitex-mode): Derive from latex-mode.
4730 (tex-common-initialization): Don't kill-all-vars anymore.
4731 Add setting for comment-add and font-lock-defaults.
4732 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
4733 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
4734 (tex-start-tex): New arg DIR (and send a chdir command for it).
4735 Also display the shell buffer and save it in tex-last-buffer-texed.
4736 (tex-region): Use expand-file-name rather than concat.
4737 Remove code made useless by changes in tex-start-tex.
4738 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
4739
4740 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
4741
4742 2000-09-28 Dave Love <fx@gnu.org>
4743
4744 * eshell/eshell.el (eshell) <defgroup>: Add :version.
4745
4746 2000-09-28 Gerd Moellmann <gerd@gnu.org>
4747
4748 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
4749 `append'.
4750
4751 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
4752
4753 * info.el (Info-extract-pointer): Undo last change.
4754 Instead, fix the position of the `bound' arg to re-search-backward.
4755
4756 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
4757
4758 * info.el (Info-extract-pointer):
4759 Widen more carefully, to avoid finding pointers in other nodes.
4760 (Info-index): Use push.
4761
4762 2000-09-27 Gerd Moellmann <gerd@gnu.org>
4763
4764 * frame.el (set-frame-font): Remove call to obsolete function
4765 frame-update-faces.
4766 (set-foreground-color, set-background-color): Likewise for
4767 frame-update-face-colors.
4768
4769 2000-09-27 Miles Bader <miles@gnu.org>
4770
4771 * image-file.el: New file.
4772
4773 2000-09-27 Gerd Moellmann <gerd@gnu.org>
4774
4775 * frame.el (frame-notice-user-settings): Don't call
4776 frame-update-faces, which is a no-op now.
4777
4778 * ediff-wind.el (ediff-control-frame-parameters): Add zero
4779 tool-bar-lines.
4780
4781 2000-09-27 Dave Love <fx@gnu.org>
4782
4783 * mouse.el: Fix last change.
4784
4785 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
4786
4787 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
4788
4789 2000-09-22 Kenichi Handa <handa@etl.go.jp>
4790
4791 * international/quail.el (quail-help): The output message is
4792 improved.
4793
4794 2000-09-26 Dave Love <fx@gnu.org>
4795
4796 * mouse.el (popup-menu): If POSITION is nil, set it using
4797 mouse-position.
4798
4799 2000-09-25 Sam Steingold <sds@gnu.org>
4800
4801 * net/browse-url.el (browse-url-file-url): Check for null maps.
4802
4803 2000-09-26 Gerd Moellmann <gerd@gnu.org>
4804
4805 * frame.el (frame-notice-user-settings): Don't add a
4806 tool-bar-lines frame parameter to default-frame-alist in batch mode.
4807
4808 * frame.el (frame-notice-user-settings):
4809 Make tool-bar-mode and default-frame-alist consistent.
4810
4811 * toolbar/tool-bar.el (tool-bar-help): New function.
4812
4813 2000-09-25 Gerd Moellmann <gerd@gnu.org>
4814
4815 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
4816 current-load-list in top-level forms. Else this leaks a cons cell
4817 every time a defun is called.
4818
4819 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
4820
4821 2000-09-25 Dave Love <fx@gnu.org>
4822
4823 * startup.el (fancy-splash-head): Check XPM is available.
4824
4825 * autoinsert.el (auto-insert): Doc fix.
4826 (auto-insert-alist): Following GNU notices, don't say `copyright
4827 _by_'. Use line-beginning-position.
4828 (auto-insert): Check buffer-file-name is non-nil before use.
4829
4830 2000-09-25 Gerd Moellmann <gerd@gnu.org>
4831
4832 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
4833 starting with `@def' or `@multitable', in addition to ones
4834 specified by the user in auto-fill-inhibit-regexp.
4835
4836 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
4837
4838 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
4839 rmail-dont-reply-to-names matches the empty string.
4840
4841 2000-09-25 Gerd Moellmann <gerd@gnu.org>
4842
4843 * startup.el (command-line-1, fancy-splash-text): Change the
4844 text to sound more friendly.
4845
4846 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
4847
4848 * progmodes/hideshow.el: Update author email address.
4849 Generally, sync w/ maintainer version 5.22.
4850 (hs-hide-all-non-comment-function): New var.
4851 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
4852 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
4853 (hs-show-region): Delete this command.
4854 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
4855
4856 2000-09-22 Dave Love <fx@gnu.org>
4857
4858 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
4859 (hl-line-highlight): Specify buffer when moving overlay.
4860
4861 * progmodes/fortran.el (fortran-mode): Locally set
4862 normal-auto-fill-function.
4863 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
4864 (fortran-mode-map): Adjust auto-fill menu entry.
4865
4866 2000-09-22 Gerd Moellmann <gerd@gnu.org>
4867
4868 * vc-rcs.el (toplevel): Require `vc' when compiling.
4869
4870 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
4871
4872 2000-09-22 Andre Spiegel <spiegel@gnu.org>
4873
4874 * vc.el (vc-switch-backend): Signal an error if the file is not
4875 registered under the new backend.
4876
4877 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
4878 without explicit revision number.
4879
4880 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
4881
4882 * diff-mode.el (diff-file-header-face): Reset to its previous value.
4883 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
4884 (diff-xor): New function.
4885 (diff-find-source-location): Use it. Fix a stupid name clash.
4886 (diff-hunk-status-msg): New function.
4887 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
4888 (diff-test-hunk): Use diff-find-source-location.
4889 (diff-goto-source): Favor the `reverse'.
4890 (diff-hunk-text): Properly handle one-sided context diffs.
4891 (diff-apply-hunk): When done, advance to the next hunk.
4892
4893 2000-09-21 Gerd Moellmann <gerd@gnu.org>
4894
4895 * startup.el (command-line): If frame was created with a non-zero
4896 tool-bar-lines parameter, switch tool-bar-mode on.
4897
4898 * add-log.el (change-log-date-face, change-log-name-face)
4899 (change-log-email-face, change-log-file-face)
4900 (change-log-list-face, change-log-conditionals-face)
4901 (change-log-function-face, change-log-acknowledgement-face):
4902 New faces, inheriting from font-lock faces.
4903 (change-log-font-lock-keywords): Use them.
4904
4905 2000-09-21 Dave Love <fx@gnu.org>
4906
4907 * progmodes/cperl-mode.el (top-level): Clean up
4908 `eval-when-compile's and assorted defvars.
4909 (cperl-invalid-face): Don't double-quote value. Change custom
4910 type.
4911 (cperl-mode): Set normal-auto-fill-function and don't zap
4912 auto-fill-function.
4913 (cperl-imenu--function-name-regexp-perl): Renamed from
4914 imenu-example--function-name-regexp-perl.
4915 (cperl-imenu--create-perl-index): Renamed from
4916 imenu-example--create-perl-index.
4917 (cperl-xsub-scan): Don't require cl.
4918
4919 * msb.el (msb-mode-map): Use substitute-key-definition.
4920 (msb-mode): Use msb-mode-map.
4921
4922 2000-09-21 Andre Spiegel <spiegel@gnu.org>
4923
4924 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
4925 New functions.
4926 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
4927 (vc-switch-backend): New function.
4928 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
4929 (vc-register): Fix prompt.
4930 (vc-unregister, vc-default-unregister): New functions.
4931 (vc-version-diff): Handle empty buffer in sentinel.
4932
4933 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
4934 (vc-rcs-state-heuristic): Use it to guess the state of files with
4935 non-strict locking.
4936 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
4937 been set with -b, but not created yet.
4938 (vc-rcs-fetch-master-state): With non-strict locking, compare file
4939 contents in order to find the state.
4940 (vc-rcs-checkin): Allow creation of branches with no changes.
4941 (vc-rcs-unregister, vc-rcs-receive-file)
4942 (vc-rcs-set-non-strict-locking): New functions.
4943
4944 * vc-hooks.el (vc-name): Force correct computation of the value
4945 in case it is missing.
4946
4947 2000-09-21 Gerd Moellmann <gerd@gnu.org>
4948
4949 * startup.el (fancy-splash-tail): Use a different foreground
4950 color on a dark frame background.
4951
4952 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
4953
4954 * info.el: Use the correct capitalization when making Info-mode
4955 and Info-edit-mode `special' modes.
4956
4957 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
4958
4959 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
4960 (diff-mode): Add support for add-log.el.
4961 (diff-hunk-text): Use char offsets rather than line offsets.
4962 (diff-find-source-location): Replace LINE with line-offset (nil
4963 if not found) and always set POS to a meaningful position.
4964 Adapt to the new char-offsets.
4965 (diff-apply-hunk): Drop support for the unused `select' POPUP.
4966 Adapt to the new diff-find-source-location.
4967 (diff-goto-source): Adapt to the new diff-find-source-location.
4968
4969 * add-log.el (add-log-file-name): New function (split out of
4970 add-change-log-entry).
4971 (add-change-log-entry): Use it.
4972 Call add-log-file-name-function with the changelog file name if
4973 the current buffer is not associated with any file.
4974 Avoid find-file if the selected window is dedicated.
4975
4976 * diff-mode.el (diff-find-source-location):
4977 Move code from diff-apply-hunk. Return buffer rather than file.
4978 (diff-apply-hunk): Use the new result from diff-find-source-location.
4979 (diff-goto-source): Use the new diff-find-source-location.
4980
4981 2000-09-20 Dave Love <fx@gnu.org>
4982
4983 * iswitchb.el: Some doc fixes.
4984 (iswitchb-mode-map): Define completely initially. Inherit
4985 minibuffer-local-map.
4986 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
4987 fundamental-mode.
4988 (iswitchb-global-map): New variable.
4989 (iswitchb-summaries-to-end): Amalgamate regexps.
4990 (iswitchb-mode): New.
4991 (iswitchb-mode-hook): New variable.
4992 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
4993 `extensions'.
4994
4995 2000-09-20 Gerd Moellmann <gerd@gnu.org>
4996
4997 * ehelp.el (electric-help): New defgroup.
4998 (electric-help-shrink-window): New user-option.
4999 (with-electric-help): Use it.
5000
5001 * window.el (shrink-window-if-larger-than-buffer): If face
5002 `mode-line' has a :box, and we're on a graphical frame, add 1
5003 to the needed window height.
5004
5005 * frame.el (frame-notice-user-settings): Add a last parameter nil
5006 to a call to `append', because the last list passed to `append' is
5007 not copied, and so subsequent calls to assq-delete-all will modify
5008 default-frame-alist.
5009
5010 * startup.el (fancy-splash-image): Change :type.
5011 (fancy-splash-head): Use an XBM image if appropriate.
5012 (command-line-1): Show splash screens in more cases.
5013
5014 * startup.el (fancy-splash-text): Don't quote faces.
5015
5016 * dired.el (dired-font-lock-keywords): Undo last change.
5017 (dired-readin): Bind indent-tabs-mode to nil.
5018
5019 * startup.el (fancy-splash-head): If frame's background mode
5020 is `dark', change the black background of the image to gray.
5021 (fancy-splash-screens): Display startup echo area message.
5022 (display-startup-echo-area-message): New function.
5023
5024 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
5025
5026 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
5027
5028 * info.el (info-header-node): Tweak for color ttys.
5029
5030 * faces.el (face-valid-attribute-values): Make sure directories we
5031 search for stipples both exist and are readable before trying to
5032 search them.
5033
5034 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
5035 in the dry-run case.
5036
5037 * jka-compr.el (with-auto-compression-mode): New macro.
5038
5039 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
5040 (custom-group-tag-face, custom-variable-tag-face): Use relative
5041 :height and inherit from `variable-pitch' face instead of
5042 hardwiring :family.
5043 * hi-lock.el (hi-black-hb): Likewise.
5044
5045 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
5046 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
5047 toolbar-add-item, if image doesn't have a mask add a `:mask
5048 heuristic'.
5049
5050 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
5051
5052 * diff-mode.el: Docstring fixes.
5053 (diff-header-face, diff-comment-face): New faces.
5054 (diff-font-lock-keywords): Highlight a bit differently.
5055 (diff-find-source-location): Don't return SPAN any more.
5056 (diff-hunk-text): Don't bother erasing the temp buffer.
5057 (diff-find-text): Drop argument LINE.
5058 (diff-apply-hunk): Update calls to diff-find-text.
5059 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
5060
5061 * calendar/calendar.el: Docstring fixes.
5062 (calendar-make-alist): Don't quote lambda.
5063 (calendar-star-date): Use make-local-variable.
5064
5065 2000-09-19 Dave Love <fx@gnu.org>
5066
5067 * toolbar/tool-bar.el: Renamed from toolbar.el.
5068 Change `toolbar' to `tool-bar' generally in symbols.
5069 Make some items invisible in `special' major modes.
5070 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
5071 Add arg PROPS.
5072
5073 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
5074 Add :version here.
5075 (fancy-splash-delay, fancy-splash-image): Remove :version here.
5076
5077 2000-09-19 Gerd Moellmann <gerd@gnu.org>
5078
5079 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
5080
5081 * files.el (find-file-suppress-same-file-warnings): New user-option.
5082 (find-file-noselect): Use it.
5083
5084 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
5085 (fancy-splash-screen): Defgroup.
5086
5087 * add-log.el (change-log-font-lock-keywords): Match names
5088 more exactly for the case that font-lock-constant-face is
5089 underlined.
5090
5091 2000-09-19 Richard M. Stallman <rms@gnu.org>
5092
5093 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
5094
5095 2000-09-19 Andre Spiegel <spiegel@gnu.org>
5096
5097 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
5098
5099 2000-09-19 Gerd Moellmann <gerd@gnu.org>
5100
5101 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
5102 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
5103 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
5104 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
5105 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
5106 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
5107 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
5108 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
5109 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
5110 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
5111 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
5112 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
5113
5114 * startup.el (fancy-splash-text): New variable.
5115 (fancy-splash-delay, fancy-splash-image): New user-options.
5116 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
5117 (fancy-splash-screens): New functions.
5118 (command-line-1): If display has a `display' frame parameter, has
5119 colors, and we have XPM support, show more fancy splash screens.
5120
5121 2000-09-19 Dave Love <fx@gnu.org>
5122
5123 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
5124 with null `help'. Use modern backquote syntax.
5125
5126 2000-09-19 Gerd Moellmann <gerd@gnu.org>
5127
5128 * font-lock.el (font-lock-mode): Change message telling the user
5129 that ``the buffer is too big''.
5130
5131 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
5132 for instance for the case that tab-width is 2.
5133
5134 2000-09-18 Gerd Moellmann <gerd@gnu.org>
5135
5136 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
5137 toolbar-add-item, if image doesn't have a mask add a `:mask
5138 heuristic'.
5139
5140 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
5141
5142 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
5143 and return a cons if it's non-nil.
5144 (diff-apply-hunk): Try to jump to the line in the source text
5145 corresponding to the position of point in the in the hunk.
5146
5147 * info.el (Info-title-3-face, Info-title-2-face)
5148 (Info-title-1-face): Use face inheritance and relative sizes
5149 instead of hard-wiring things.
5150
5151 * faces.el (secondary-selection): Make dark-background variant sane.
5152
5153 2000-09-16 Andrew Innes <andrewi@gnu.org>
5154
5155 * makefile.w32-in (compile-files-CMD): No need to make .elc files
5156 read-only, since they aren't under VC now.
5157
5158 2000-09-17 Dave Love <fx@gnu.org>
5159
5160 * tmm.el: Replace mapcar with mapc in several places.
5161
5162 * loadhist.el (unload-feature): Maybe call elp-restore-list and
5163 ad-unadvise.
5164
5165 * international/latin1-disp.el: New file.
5166
5167 * calendar/cal-move.el (scroll-calendar-left)
5168 (scroll-calendar-right): Make arg optional (for active mode line).
5169
5170 * calendar/calendar.el (calendar-mode-line-format): Make fields
5171 mouse-sensitive.
5172 (calendar-read-date, calendar-read-date, calendar-window-list):
5173 Unquote lambda.
5174 (calendar-month-name): Use aref, not sref.
5175
5176 * view.el (minor-mode-alist): Propertize the string.
5177
5178 * international/characters.el (standard-case-table): Add entries
5179 for Greek.
5180
5181 2000-09-18 Miles Bader <miles@gnu.org>
5182
5183 * info.el (info-node, info-xref): Add dark-background variants.
5184
5185 * faces.el (header-line): Change defaults to be less confusing
5186 when mixed with mode-lines.
5187
5188 * info.el (Info-fontify-node): Make a few cleanups.
5189 Add extra `help-echo' and `local-map' props to node xrefs.
5190 Use header-specific faces for node-names & xrefs.
5191 (Info-use-header-line): New variable.
5192 (info-header-xref, info-header-node): New faces.
5193 (Info-setup-header-line): New function.
5194 (Info-select-node): Call Info-setup-header-line when enabled.
5195 (Info-extract-pointer): Work even if the header line is hidden.
5196 (Info-header-line): New variable.
5197
5198 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
5199
5200 * vms-patch.el (print-region-function): Don't quote lambda.
5201
5202 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
5203
5204 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
5205 (lm-get-header-re): Allow spaces between the header and the colon.
5206 (lm-header): Allow $ in non-RCS headers.
5207 (lm-header-multiline): Put the strings back into order.
5208 Stop at an empty line. Don't require two space chars if the
5209 line is clearly not another header line.
5210
5211 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
5212 (popup-menu-popup): Remove.
5213
5214 2000-09-15 Gerd Moellmann <gerd@gnu.org>
5215
5216 * toolbar/toolbar.el (toolbar-add-item): Use the same image
5217 specification if or if not tool-bar item contains an `:enabled'
5218 property.
5219
5220 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
5221 current buffer has no file name.
5222
5223 2000-09-15 Dave Love <fx@gnu.org>
5224
5225 * strokes.el: Sync with maintainer's current version with changes
5226 for Emacs, but avoid runtime cl and levents.
5227 (toplevel): Change autoloads and compilation requires.
5228 (strokes-version, strokes-bug-address, strokes-lift): Values
5229 changed.
5230 (strokes-xpm-header, strokes-insinuated): New variable.
5231 (strokes): Add :link.
5232 (strokes-mode): Customized.
5233 (strokes-while-inhibiting-garbage-collector): New macro.
5234 (strokes-remassoc): Avoid remove-if.
5235 (strokes-fix-button2-command): Don't use ad-do-it.
5236 (strokes-insinuate): New function.
5237 (strokes-button-press-event-p, strokes-button-release-event-p):
5238 New functions, used instead of non-`strokes-' versions..
5239 (strokes-mouse-event-p): Rewritten.
5240 (strokes-event-closest-point): Avoid event-point.
5241 (strokes-get-grid-position): Avoid cdadr, caadr
5242 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
5243 functions.
5244 (strokes-help): Use with-output-to-temp-buffer.
5245 (strokes-window-configuration-changed-p): New function.
5246 (strokes-update-window-configuration): Use buffer-live-p,
5247 strokes-window-configuration-changed-p.
5248 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
5249 (strokes-char-face): New face.
5250 (strokes-char-table, strokes-base64-chars): New variable.
5251 (strokes-xpm-for-stroke, strokes-list-strokes)
5252 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
5253 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
5254 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
5255 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
5256 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
5257 functions.
5258
5259 2000-09-15 Gerd Moellmann <gerd@gnu.org>
5260
5261 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
5262
5263 * image.el (create-image): Doc fix.
5264
5265 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
5266 instead of `:heuristic-mask t'.
5267
5268 2000-09-14 Andrew Innes <andrewi@gnu.org>
5269
5270 * makefile.w32-in: Revert to Unix line endings.
5271
5272 2000-09-14 Andrew Innes <andrewi@gnu.org>
5273
5274 * makefile.w32-in: Add bootstrap support. Also copy lisp source
5275 when installing.
5276
5277 * makefile.nt (DONTCOMPILE): Fix typo.
5278
5279 * shell.el (shell-write-history-on-exit): New function.
5280 (shell-dumb-shell-regexp): New custom variable.
5281 (shell-mode): Make shell-write-history-on-exit the process
5282 sentinel if shell name matches shell-dumb-shell-regexp.
5283
5284 * w32-fns.el: Comment out before-init-hook function which resets
5285 source-directory based; this breaks bootstrap.
5286
5287 2000-09-14 Dave Love <fx@gnu.org>
5288
5289 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
5290 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
5291 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
5292 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
5293 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
5294 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
5295 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
5296 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
5297 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
5298
5299 * toolbar/toolbar.el: New.
5300
5301 * subdirs.el: Add toolbar.
5302
5303 2000-09-14 Gerd Moellmann <gerd@gnu.org>
5304
5305 * indent.el (indent-for-tab-command): Doc fix.
5306
5307 2000-09-14 Alex Schroeder <alex@gnu.org>
5308
5309 * ansi-color.el (ansi-colors): Doc change.
5310 (ansi-color-get-face): Simplified regexp.
5311 (ansi-color-faces-vector): Added more faces, doc change.
5312 (ansi-color-names-vector): Doc change.
5313 (ansi-color-regexp): Simplified regexp.
5314 (ansi-color-parameter-regexp): New regexp.
5315 (ansi-color-filter-apply): Doc change.
5316 (ansi-color-filter-region): Doc change.
5317 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
5318 deal with zero length parameters.
5319 (ansi-color-apply-on-region): Doc change.
5320 (ansi-color-map): Doc change.
5321 (ansi-color-map-update): Removed debugging message.
5322 (ansi-color-get-face-1): Added condition-case to trap
5323 args-out-of-range errors.
5324 (ansi-color-get-face): Doc change.
5325 (ansi-color-make-face): Removed.
5326 (ansi-color-for-shell-mode): New option.
5327
5328 2000-09-13 Kenichi Handa <handa@etl.go.jp>
5329
5330 * international/quail.el (quail-start-translation): Translate KEY
5331 if necessary even if it doesn't have any mapping in the current
5332 input method.
5333 (quail-start-conversion): Likewise.
5334 (quail-help): The output message is improved.
5335
5336 2000-09-13 Miles Bader <miles@gnu.org>
5337
5338 * comint.el (comint-output-filter): Revert to using
5339 `insert-before-markers'. Add bletcherous hack to undo damage
5340 caused by `insert-before-markers'. Put `front-sticky' property on
5341 overlays created here so that the field code understands how the
5342 overlay works. Use a let when making comint-last-prompt-overlay,
5343 so that the code is easier to read.
5344
5345 2000-09-13 Dave Love <fx@gnu.org>
5346
5347 * wid-edit.el (widget-default-format-handler): DTRT when
5348 doc-property is a function.
5349
5350 2000-09-12 Francesco Potorti` <pot@gnu.org>
5351
5352 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
5353 filed name if it's not there.
5354
5355 2000-09-12 Dave Love <fx@gnu.org>
5356
5357 * simple.el (read-mail-command): Doc fix.
5358 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
5359
5360 * vc.el (vc-dired-listing-switches): Fix :version.
5361
5362 * vc-hooks.el: Doc fixes.
5363
5364 * subr.el (add-minor-mode): Use toggle-fun arg.
5365
5366 * speedbar.el: Add :version to several defcustoms.
5367
5368 * imenu.el (imenu--truncate-items, imenu--cleanup)
5369 (imenu--generic-function): Avoid mapcar.
5370 (imenu--replace-spaces): Function removed.
5371 (imenu--completion-buffer): Use subst-char-in-string.
5372 (imenu-add-to-menubar): Use keymap inheritance.
5373
5374 2000-09-12 Miles Bader <miles@gnu.org>
5375
5376 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
5377 (diff-mode-map): Bind `diff-test-hunk'.
5378 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
5379
5380 2000-09-11 Gerd Moellmann <gerd@gnu.org>
5381
5382 * bytecomp.el (byte-compile-defvar): Undo last change
5383 because it breaks '(make-variable-buffer-local (defvar ...)'
5384 which is used at least in dired.
5385
5386 2000-09-12 Kenichi Handa <handa@etl.go.jp>
5387
5388 * international/quail.el (quail-define-package): Docstring
5389 modified.
5390
5391 2000-09-12 Kenichi Handa <handa@etl.go.jp>
5392
5393 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
5394 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
5395 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
5396 docstring of "chinese-py".
5397
5398 * international/quail.el (quail-translation-docstring): New
5399 variable.
5400 (quail-show-keyboard-layout): Docstring modified.
5401 (quail-select-current): Likewise.
5402 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
5403 infinite recursive call.
5404 (quail-help): Check quail-translation-docstring. Format of the
5405 output changed.
5406 (quail-help-insert-keymap-description): Adjusted for the above
5407 change.
5408
5409 2000-09-11 Gerd Moellmann <gerd@gnu.org>
5410
5411 * bytecomp.el (byte-compile-defvar): Only cons onto
5412 current-load-list in top-level forms. Else this leaks a cons cell
5413 every time a defun is called.
5414
5415 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
5416
5417 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
5418 Now understands non-unified diffs. Some functionality moved into
5419 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
5420 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
5421 modify anything. Only reposition point in the patched file if the
5422 patch succeeds. Only pop up another window if POPUP is true.
5423 Emit a message describing what happened if successful, and at what
5424 line-offset. Automatically detect reversed hunks and do something
5425 appropriate.
5426 (diff-hunk-text, diff-find-text): New functions.
5427 (diff-filter-lines): Function removed.
5428 (diff-test-hunk): New function.
5429 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
5430
5431 2000-09-10 Dave Love <fx@gnu.org>
5432
5433 * textmodes/tildify.el: Minor doc/commentary fixes.
5434 (tildify) <defgroup>: Add :version.
5435
5436 * faces.el (face-x-resources): Make custom type more specific.
5437 (frame-background-mode): Use mapc.
5438 (region) <defcustom>: Add :version.
5439
5440 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
5441
5442 * vc-sccs.el (vc-sccs-register):
5443 * vc-rcs.el (vc-rcs-register):
5444 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
5445 * vc.el (vc-register): Clear file's properties.
5446
5447 2000-09-08 Gerd Moellmann <gerd@gnu.org>
5448
5449 * faces.el (face-spec-set): Only face-spec-reset-face when
5450 ATTRS is non-nil.
5451
5452 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
5453
5454 * help.el (help-insert-xref-button): Fix a typo in doc string.
5455
5456 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
5457
5458 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5459 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
5460 methods.
5461
5462 * menu-bar.el (read-mail-item-name): New function.
5463 (menu-bar-tools-menu): Use it to compute and display the package
5464 used to read email.
5465 (menu-bar-tools-menu): Fix typo in GUD's help string.
5466
5467 2000-09-07 Dave Love <fx@gnu.org>
5468
5469 * diff-mode.el (diff-mouse-goto-source): New function.
5470
5471 * vc-sccs.el: Doc fixes.
5472 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
5473
5474 * vc-rcs.el: Doc fixes.
5475 (vc-rcs-register-switches, vc-rcs-checkin-switches)
5476 (vc-rcs-checkout-switches, vc-rcs-header)
5477 (vc-rcs-master-templates): Add or change :version.
5478
5479 * vc-cvs.el: Doc fixes.
5480 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
5481 (vc-cvs-stay-local): Add :version.
5482
5483 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
5484
5485 2000-09-07 Kenichi Handa <handa@etl.go.jp>
5486
5487 * international/quail.el (quail-help): Fix previous change.
5488
5489 2000-09-07 Gerd Moellmann <gerd@gnu.org>
5490
5491 * faces.el (color-values): Doc fix.
5492
5493 * faces.el (frame-set-background-mode): Use frame-parameter
5494 instead of frame-parameters.
5495
5496 * frame.el (filtered-frame-list): Reduce consing.
5497 (frames-on-display-list): Call frame-parameter instead of
5498 frame-parameters.
5499
5500 2000-09-07 Kenichi Handa <handa@etl.go.jp>
5501
5502 * language/devan-util.el (devanagari-to-indian-region): In the
5503 loop, change the following char, not preceding char.
5504
5505 2000-09-07 Gerd Moellmann <gerd@gnu.org>
5506
5507 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
5508 instead of frame-parameters.
5509
5510 * faces.el (set-face-attribute): Simplify by calling
5511 internal-set-lisp-face-attribute with FRAME being 0.
5512
5513 * vc.el: Remove `Id' version control keyword.
5514
5515 2000-09-07 Kenichi Handa <handa@etl.go.jp>
5516
5517 * help.el (help-make-xrefs): Adjusted for the change of
5518 help-xref-mule-regexp.
5519 (help-insert-xref-button): New function.
5520
5521 * international/mule-cmds.el (help-xref-mule-regexp-template):
5522 Include the pattern for character set.
5523 (leim): New group.
5524
5525 * international/quail.el: Don't require face.
5526 (quail): New group.
5527 (quail-other-command): Dummy command to make quail-help work better.
5528 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
5529 (quail-keyboard-layout-substitution): New variable.
5530 (quail-update-keyboard-layout): New function.
5531 (quail-keyboard-layout-type): New customizable variable.
5532 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
5533 (quail-keyboard-translate): Pay attention to
5534 quail-keyboard-layout-substitution.
5535 (quail-insert-kbd-layout): New function.
5536 (quail-show-keyboard-layout): New function.
5537 (quail-get-translation): If the definition is a vector of length
5538 1, and the element is a string of length 1, return the character
5539 in that string.
5540 (quail-update-current-translations): Fix the case of
5541 relative-index out of range.
5542 (quail-build-decode-map, quail-insert-decode-map): New Functions.
5543 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
5544 Show key sequences for all available characters.
5545 (quail-help-insert-keymap-description): Don't show such verbose
5546 key bindings as quail-self-insert-command.
5547
5548 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5549 Format changed, and each element now have extra documentations.
5550 (tit-process-header): Delete invalid characters from TIT-PROMPT.
5551 Adjusted for the change of quail-cxterm-package-ext-info.
5552
5553 2000-09-06 Gerd Moellmann <gerd@gnu.org>
5554
5555 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
5556 requiring it leads to a recursive loading of vc.el and vc-hooks.el
5557 during bootstrap.
5558
5559 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
5560
5561 * vc.el: (toplevel): Don't require `dired' at run-time.
5562 (vc-dired-resynch-file): Remove autoload cookie.
5563
5564 2000-09-05 Andre Spiegel <spiegel@gnu.org>
5565
5566 * vc.el: Made several backend functions optional.
5567 (vc-default-responsible-p): New function.
5568 (vc-merge): Use RET for first version to trigger merge-news, not
5569 prefix arg.
5570 (vc-annotate): Handle backends that do not support annotation.
5571 (vc-default-merge-news): Removed. The existence of a merge-news
5572 implementation is now checked on caller sites.
5573
5574 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
5575 case.
5576
5577 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
5578 special case that has been removed from the default in vc-hooks.el.
5579
5580 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
5581
5582 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
5583
5584 2000-09-05 Andre Spiegel <spiegel@gnu.org>
5585
5586 * vc-hooks.el: Require vc during compilation.
5587 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
5588 macro `with-vc-properties' in vc.el.
5589 (vc-file-getprop): Doc fix.
5590 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
5591
5592 * vc.el: Require dired-aux during compilation.
5593 (vc-name-assoc-file): Moved to vc-sccs.el.
5594 (with-vc-properties): New macro.
5595 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
5596 vc-finish-steal): Use it.
5597 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
5598 to the backend-specific function is now supposed to do the checkout,
5599 too.
5600 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
5601
5602 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
5603 set file properties; that gets done in the generic code now.
5604
5605 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
5606 Changed parameter list, added code from vc.el that does the
5607 checkout, possibly with a double-take.
5608
5609 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
5610 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
5611 the above under the new name.
5612 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
5613 parameter list, added checkout command.
5614 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
5615 properties; that gets done in the generic code now.
5616
5617 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
5618
5619 * vc.el: Docstring fixes (courtesy of checkdoc).
5620
5621 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
5622
5623 * vc.el (vc-checkout-writable-buffer-hook)
5624 (vc-checkout-writable-buffer): Remove.
5625 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
5626 (vc-log-mode): Make it into a clean derived major mode.
5627 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
5628 vc-log-mode if log-edit is not available.
5629 (vc-dired-mode-map): Don't set-keymap-parent yet.
5630 (vc-dired-mode): Do set-keymap-parent here.
5631 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
5632
5633 2000-09-05 Gerd Moellmann <gerd@gnu.org>
5634
5635 * faces.el (set-face-attribute, face-spec-reset-face)
5636 (face-spec-set): Avoid consing by removing calls to `apply'.
5637
5638 * frame.el (frame-parameter): Move to C code.
5639
5640 2000-09-05 Dave Love <fx@gnu.org>
5641
5642 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
5643 insert-before-markers-and-inherit. Now checked systematically!
5644
5645 2000-09-05 Alex Schroeder <alex@gnu.org>
5646
5647 * sql.el (sql-postgres): Use sql-postgres-options.
5648 (sql-postgres-options): New variable.
5649
5650 2000-09-05 Alex Schroeder <alex@gnu.org>
5651
5652 * sql.el (sql-mode-menu): Work around missing variable mark-active
5653 in XEmacs.
5654 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
5655 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
5656 compatibility.
5657
5658 2000-09-04 Gerd Moellmann <gerd@gnu.org>
5659
5660 * vc.el (vc-dired-resynch-file): Add autoload cookie.
5661
5662 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
5663
5664 * Makefile.in (DONTCOMPILE): Fix typo in file name.
5665
5666 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5667
5668 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
5669 don't support anything else under SCCS yet.
5670
5671 * vc-hooks.el: Minor doc fixes.
5672
5673 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5674
5675 * vc.el (vc-next-action-on-file): Do not visit the file if it's
5676 not necessary. If verbose in state `needs-patch', do the same as
5677 under `up-to-date'. When NOT verbose and `needs-patch', check out
5678 latest version instead of `merge-news'.
5679 (vc-next-action-dired): Don't mess with default-directory here; it
5680 breaks other parts of dired. It is the job of the
5681 backend-specific functions to adjust it temporarily if they need it.
5682 (vc-next-action): Remove a special CVS case.
5683 (vc-clear-headers): New optional arg FILE.
5684 (vc-checkin, vc-checkout): Set properties vc-state and
5685 vc-checkout-time properly.
5686 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
5687 (vc-print-log): Use new backend function `show-log-entry'.
5688 (vc-cancel-version): Do the checks in a different order. Added a
5689 FIXME concerning RCS-only code.
5690
5691 * vc-rcs.el (vc-rcs-show-log-entry): New function.
5692 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
5693
5694 * vc-cvs.el (vc-cvs-show-log-entry): New function.
5695
5696 * vc-hooks.el (vc-default-mode-line-string): Show state
5697 `needs-patch' as a `-' too.
5698
5699 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5700
5701 * vc.el (vc-responsible-backend): New optional arg REGISTER.
5702 (vc-default-could-register): New function.
5703 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
5704 (vc-resynch-buffer): Call vc-dired-resynch-file.
5705 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
5706 vc-resynch-buffer instead of vc-resynch-window.
5707 (vc-next-action-dired): Don't redisplay here, that gets done as a
5708 result of the individual file operations.
5709 (vc-retrieve-snapshot): Corrected prompt order.
5710
5711 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
5712
5713 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
5714 as well.
5715 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
5716 hostname regexps. Updated all callers.
5717 (vc-cvs-responsible-p): Handle directories as well.
5718 (vc-cvs-could-register): New function.
5719 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
5720 properties up-to-date.
5721
5722 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
5723 user whether to create one.
5724
5725 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5726
5727 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
5728 check out a non-existing file.
5729
5730 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
5731 workfile does not exist.
5732
5733 * vc.el (vc-version-diff): Use `require' to check for existence of
5734 diff-mode.
5735
5736 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5737
5738 * vc-cvs.el (vc-cvs-registered): Use new function
5739 vc-cvs-parse-entry to do the actual work.
5740
5741 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5742
5743 * vc-hooks.el (vc-find-backend-function): If function doesn't
5744 exist, return nil instead of error.
5745 (vc-call-backend): Doc fix.
5746
5747 * vc.el (vc-do-command): Doc fix.
5748 (vc-finish-logentry): When checking in from vc-dired, choose the
5749 right backend for logentry check.
5750 (vc-dired-mode-map): Inherit from dired-mode-map.
5751 (vc-dired-mode): Local value of dired-move-to-filename-regexp
5752 simplified.
5753 (vc-dired-state-info): Removed, updated caller.
5754 (vc-default-dired-state-info): Use parentheses instead of hyphens.
5755 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
5756 (vc-dired-listing-switches): New variable.
5757 (vc-directory): Use it, instead of dired-listing-switches.
5758
5759 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
5760 (vc-cvs-dir-state): New function.
5761 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
5762 (vc-cvs-parse-entry): New function, also to be used in
5763 vc-cvs-registered.
5764
5765 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5766
5767 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
5768 *or* single-window-frames.
5769
5770 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5771
5772 * vc.el (vc-update-changelog): Split into generic part and default
5773 implementation. Doc string adapted.
5774 (vc-default-update-changelog): New function. Call the `rcs2log'
5775 script in exec-directory, to fix a long-standing nuisance.
5776
5777 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
5778 simply signals an error.
5779
5780 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5781
5782 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
5783 control-flow more clear and to avoid running `cvs' twice.
5784
5785 * vc.el (vc-next-action-on-file): Doc fix.
5786 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
5787 (vc-print-log): Eval `file' before constructing the continuation.
5788
5789 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5790
5791 * vc.el (vc-next-action-on-file): Corrected several messages.
5792 (vc-merge): Add prefix arg `merge-news'; handle it.
5793
5794 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
5795 is not reached. It is.
5796 (vc-cvs-merge): Set state to 'edited after merge.
5797 (vc-cvs-merge-news): Set workfile version to nil if not known.
5798 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
5799
5800 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
5801 via stdout. (Merge from main line.)
5802
5803 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5804
5805 * vc.el (vc-finish-logentry): Thinko in the "same comment"
5806 detection.
5807
5808 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5809
5810 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
5811 against kill-all-local-variables.
5812 (vc-log-edit): Don't save vc-parent-buffer any more.
5813 (vc-last-comment-match): Initialize to an empty string.
5814 (vc-post-command-functions): New hook.
5815 (vc-do-command): Run it.
5816 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
5817 (vc-finish-logentry): Only add the comment to the ring if it's
5818 different from the last comment entered.
5819 (vc-new-comment-index): New function.
5820 (vc-previous-comment): Use it. Make the minibuffer message
5821 slightly less terse.
5822 (vc-comment-search-reverse): Make it work forward as well. Don't
5823 set vc-comment-ring-index if no match is found. Use
5824 vc-new-comment-index.
5825 (vc-comment-search-forward): Use vc-comment-search-reverse.
5826 (vc-dired-mode-map): Don't inherit from dired-mode-map since
5827 define-derived-mode will do it for us. Bind `v' to a keymap that
5828 inherits from vc-prefix-map so that we can bind `vt' without
5829 binding C-x v t.
5830 (vc-retrieve-snapshot): Parenthesis typo.
5831
5832 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
5833 to 1. Make sure to switch to *vc* before looking for an error
5834 message. Use vc-parse-buffer.
5835
5836 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5837
5838 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
5839 and NAME.
5840 (vc-retrieve-snapshot): Split into two parts.
5841 (vc-default-retrieve-snapshot): New function.
5842
5843 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
5844 (vc-cvs-retrieve-snapshot): New function (untested).
5845 (vc-cvs-stay-local): Default to t.
5846 (vc-cvs-remote-p): New function and property.
5847 (vc-cvs-state): Stay local only if the above is t.
5848 (vc-handle-cvs): Removed.
5849 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
5850 done via vc-handled-backends now.
5851 (vc-cvs-header): Escape Id.
5852
5853 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5854
5855 * vc.el (vc-do-command): Remove unused commands.
5856 (vc-version-diff): Make sure default-directory ends with a slash.
5857 Move the window commands into a vc-exec-after.
5858 (vc-print-log): Move more of the code into the `vc-exec-after'.
5859
5860 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5861
5862 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
5863 (vc-print-log): Search current revision from beginning of buffer.
5864 (vc-revert-buffer): Clear echo area after the diff is finished.
5865 (vc-prefix-map): Removed definition of "t" for terse display in vc
5866 dired.
5867 (vc-dired-mode-map): Inherit from dired-mode-map. Added
5868 definition of "vt" for terse display.
5869 (vc-dired-mode): Fix dired-move-to-filename-regexp.
5870
5871 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5872
5873 * vc.el (vc-exec-after): Avoid caddr.
5874
5875 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5876
5877 * vc.el (vc-exec-after): New function.
5878 (vc-do-command): Use it to add a termination message for async
5879 procs.
5880 (vc-checkout): Try to handle a missing-backend situation.
5881 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
5882 of a directory with a backend using async diffs.
5883 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
5884 present.
5885
5886 * vc-sccs.el (vc-sccs-state-heuristic): Use
5887 file-ownership-preserved-p.
5888
5889 * vc-rcs.el (vc-rcs-state-heuristic): Use
5890 file-ownership-preserved-p.
5891 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
5892
5893 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5894
5895 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
5896 vc-do-command.
5897
5898 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
5899 when there are no changes.
5900
5901 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5902
5903 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
5904
5905 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
5906
5907 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5908
5909 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
5910
5911 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
5912 the `fset' outside of the defvar so that it works even if
5913 vc-prefix-map was already defined.
5914 (vc-setup-buffer): New function, split out of vc-do-command.
5915 (vc-do-command): Allow BUFFER to be t to mean `just use the
5916 current buffer without any fuss'.
5917 (vc-version-diff): Change the `diff' backend operation to just put
5918 the diff in the current buffer without erasing it. Always use
5919 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
5920 shrink-window-if-larger-than-buffer.
5921 (vc-print-log): Change the `print-log' backend operation to just
5922 put the log in the current buffer without erasing it. Protect
5923 shrink-window-if-larger-than-buffer.
5924 (vc-update-change-log): Fix setd typo.
5925
5926 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
5927 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
5928
5929 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
5930 (vc-rcs-diff): Insert in the current buffer and remove unused arg
5931 CMP.
5932
5933 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
5934 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
5935 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
5936
5937 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5938
5939 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
5940 not possible, use vc-BACKEND-workfile-unchanged-p.
5941 (vc-default-workfile-unchanged-p): New function. Delegates to a
5942 full vc-BACKEND-diff.
5943
5944 * vc-hooks.el (vc-simple-command): Removed.
5945
5946 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
5947 instead of vc-simple-command.
5948 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
5949 avoid doing a diff when opening a file.
5950 (vc-rcs-state): Added check for unlocked-changes.
5951 (vc-rcs-header): Escape Id.
5952 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
5953 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
5954 version.
5955
5956 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
5957 (vc-sccs-diff): Remove optional arg CMP.
5958 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
5959 SCCS-specific function.
5960
5961 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
5962 vc-simple-command.
5963
5964 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5965
5966 * vc.el (vc-editable-p): Renamed from vc-writable-p.
5967 (with-vc-file, vc-merge): Use vc-editable-p.
5968 (vc-do-command): Remove unused var vc-file and fix the
5969 doubly-defined `status' var. Add a user message when starting an
5970 async command.
5971 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
5972 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
5973 Use with-current-buffer.
5974 (vc-buffer-sync): Use unless.
5975 (vc-next-action-on-file): If the file is 'edited by read-only,
5976 make it read-write instead of trying to commit.
5977 (vc-version-diff, vc-update-change-log): Use `setq
5978 default-directory' rather than `cd'.
5979 (vc-log-edit): Don't forget to set default-directory in the
5980 buffer.
5981
5982 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
5983 (vc-sccs-state-heuristic): Use file-writable-p instead of
5984 comparing userids.
5985 (vc-sccs-checkout): Use `unless'.
5986
5987 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
5988 of comparing userids.
5989 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
5990 Simplify the logic by eliminating unreachable code.
5991 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
5992 just do a recursive call if we need to retry.
5993 (vc-rcs-checkout): Handle the case where rcs is missing by making
5994 the buffer read-write if requested and re-signalling the error.
5995
5996 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
5997
5998 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5999
6000 * vc-hooks.el (vc-handled-backends): Docstring change.
6001 (vc-ignore-vc-files): Mark obsolete.
6002 (vc-registered): Check vc-ignore-vc-files.
6003 (vc-find-file-hook, vc-file-not-found-hook): Don't check
6004 vc-ignore-vc-files.
6005
6006 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
6007
6008 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6009
6010 * vc.el (vc-checkout): Don't do anything special for ange-ftp
6011 files since ange-ftp already has vc-registered return nil.
6012
6013 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
6014 (vc-sccs-workfile-version): Use with-temp-buffer and new
6015 vc-parse-buffer and don't bother setting the property.
6016 (vc-sccs-add-triple): Use with-current-buffer and
6017 find-file-noselect.
6018 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
6019
6020 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
6021 derives from the old vc-parse-buffer but uses the revision number
6022 rather than the date (much easier to compare robustly).
6023 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
6024 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
6025 locking-user more directly. Check strict locking and set
6026 checkout-model appropriately.
6027 (vc-rcs-parse-locks): Remove.
6028 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
6029 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
6030 (vc-rcs-system-release): Use with-current-buffer and
6031 vc-parse-buffer.
6032 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
6033
6034 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
6035 (vc-simple-command): Docstring fix.
6036 (vc-registered): Align the way the file-handler is called with the
6037 way the function itself works.
6038 (vc-file-owner): Remove.
6039
6040 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
6041 extraction of fields and call to file-attributes because of a
6042 temporary bug in rcp.el.
6043 (vc-cvs-fetch-status): Use with-current-buffer.
6044
6045 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6046
6047 * vc.el (vc-do-command): Use file-relative-name.
6048 (vc-responsible-backend): Use vc-backend if possible.
6049 (vc-create-snapshot): Improve the `interactive' spec. Add support
6050 for branches and dispatch to backend-specific `create-snapshot'.
6051 (vc-default-create-snapshot): New function, containing the bulk of
6052 the old vc-create-snapshot.
6053 (vc-retrieve-snapshot): Improve the interactive spec.
6054
6055 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
6056 (vc-backend-hook-functions): Remove.
6057 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
6058 (vc-backend): Reintroduce the test for `file = nil' now that I
6059 know why it was there (and added a comment to better remember).
6060
6061 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
6062 code from vc-sccs-hooks.el.
6063 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
6064 'vc anymore.
6065 (vc-sccs-responsible-p): Use expand-file-name instead of concat
6066 and file-directory-p instead of file-exists-p.
6067 (vc-sccs-check-headers): Simplify the regexp.
6068
6069 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
6070 from vc-rcs-hooks.el. Don't require 'vc anymore.
6071 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
6072 file-directory-p instead of file-exists-p.
6073
6074 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
6075 from vc-cvs-hooks.el.
6076 (proto vc-cvs-registered): Require 'vc-cvs instead of
6077 'vc-cvs-hooks. Don't require 'vc anymore.
6078 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
6079 file-directory-p instead of file-exists-p.
6080 (vc-cvs-create-snapshot): New function, replacing
6081 vc-cvs-assign-name.
6082 (vc-cvs-assign-name): Remove.
6083
6084 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6085
6086 * vc-cvs.el (vc-cvs-header): New var.
6087
6088 * vc-rcs.el (vc-rcs-exists): Remove.
6089 (vc-rcs-header): New var.
6090
6091 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
6092 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
6093 (vc-sccs-header): New var.
6094
6095 * vc.el (vc-do-command): Get rid of the `last' argument.
6096 (vc-header-alist): Remove, replaced by vc-X-header.
6097 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
6098 (vc-dired-hook): Use expand-file-name instead of concat.
6099 (vc-directory): Use file-name-as-directory.
6100 (vc-snapshot-precondition, vc-create-snapshot)
6101 (vc-retrieve-snapshot): Allow the command to operate on any
6102 directory.
6103
6104 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
6105 just removing the 'WORKFILE argument or by removing the 'MASTER
6106 argument and replacing `file' with (vc-name file).
6107
6108 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6109
6110 * vc.el: Update Copyright and add a crude list of backend funs.
6111 (vc-writable-p): New function.
6112 (with-vc-file): Use vc-writable-p.
6113 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
6114 (vc-register): Avoid vc-name.
6115 (vc-locking-user): Remove.
6116 (vc-steal-lock): Make the `owner' arg non-optional.
6117 (vc-merge): Use vc-writable-p instead of vc-locking-user and
6118 vc-checkout-model.
6119 (vc-default-dired-state-info): Use vc-state instead of
6120 vc-locking-user and return special strings for special states.
6121 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
6122 and get rid of one of the special CVS cases.
6123 (vc-cancel-version): prettify error message with \\[...].
6124 (vc-rename-master): New function.
6125 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
6126 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
6127 the CVS special case generic.
6128 (vc-default-record-rename): Remove.
6129 (vc-file-tree-walk-internal): Only call FUNC for files that are
6130 under control of some VC backend and replace `concat' with
6131 expand-file-name.
6132 (vc-file-tree-walk): Update docstring.
6133 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
6134 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
6135
6136 * vc-sccs.el (vc-sccs-rename-file): Renamed from
6137 vc-sccs-record-rename. Use `find-file-noselect' rather than
6138 `find-file' and call `vc-rename-master' to do the actual move.
6139 (vc-sccs-diff): Remove unused `backend' variable.
6140
6141 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
6142 to delay loading of vc-sccs until it is really used.
6143 (vc-sccs-master-templates): Preload.
6144 (vc-sccs-state): Update call to vc-sccs-parse-locks.
6145 (vc-sccs-project-dir): Remove (merged into
6146 vc-sccs-search-project-dir).
6147 (vc-sccs-search-project-dir): Rewrite using file name handling ops
6148 rather than `concat', make sure it is preloaded and don't bother
6149 to check that the file actually exists.
6150 (vc-sccs-parse-locks): Remove unused `file' argument, remove
6151 `locks' argument (use buffer's content instead) and eliminate n^2
6152 behavior.
6153
6154 * vc-rcs.el: Update Copyright.
6155 (vc-rcs-rename-file): New function.
6156 (vc-rcs-diff): Remove unused `backend' variable.
6157
6158 * vc-hooks.el: Update Copyright.
6159 (vc-backend): Don't accept a nil argument any more.
6160 (vc-up-to-date-p): Turn into a defsubst.
6161 (vc-possible-master): New function.
6162 (vc-check-master-templates): Use `vc-possible-master' and allow
6163 funs in vc-X-master-templates to return a non-existent file.
6164
6165 * vc-cvs.el: Update Copyright.
6166 (vc-cvs-diff): Remove unused `backend' variable.
6167 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
6168
6169 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
6170
6171 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6172
6173 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
6174 since it can be called from vc-rcs.el.
6175 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
6176
6177 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6178
6179 * vc.el (vc-version-diff): Expand file name read from the
6180 minibuffer. Handle the case when a previous version number can't
6181 be guessed. Give suitable messages when there were no differences
6182 found.
6183 (vc-clear-headers): Call backend-specific implementation, if one
6184 exists.
6185 (vc-cancel-version): Made error checks generic. When done, clear
6186 headers generically, too.
6187
6188 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
6189 from vc-clear-headers in vc.el.
6190
6191 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
6192 correctly.
6193 (vc-rcs-latest-on-branch-p): Made second argument VERSION
6194 optional. Handle the case when it's not there.
6195
6196 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6197
6198 * vc.el (vc-locking-user): Moved from vc-hooks.el.
6199
6200 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6201
6202 * vc-hooks.el (vc-loadup): Remove.
6203 (vc-find-backend-function): Use `require'. Also, handle the case
6204 where vc-BACKEND-hooks.el doesn't exist.
6205 (vc-call-backend): Cleanup.
6206
6207 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6208
6209 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
6210 vc-rcs-grab-templates)
6211 (vc-rcs-registered): Remove. The default function works as well.
6212 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
6213 vc-sccs-grab-templates)
6214 (vc-sccs-registered): Remove. The default function works as well.
6215
6216 * vc.el (vc-version-diff): Left out a vc- in call to
6217 vc-call-backend.
6218 (vc-default-dired-state-info, vc-default-record-rename)
6219 (vc-default-merge-news): Update for the new backend argument.
6220
6221 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
6222 using the default function.
6223 (vc-call-backend): If calling the default function, pass it the
6224 backend as first argument. Update the docstring accordingly.
6225 (vc-default-state-heuristic, vc-default-mode-line-string): Update
6226 for the new backend argument.
6227 (vc-make-backend-sym): Renamed from vc-make-backend-function.
6228 (vc-find-backend-function): Use the new name.
6229 (vc-default-registered): New function.
6230
6231 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6232
6233 * vc.el (vc-merge): Use vc-find-backend-function.
6234
6235 * vc-hooks.el (vc-backend-functions): Remove.
6236 (vc-loadup): Don't setup 'vc-functions.
6237 (vc-find-backend-function): New function.
6238 (vc-call-backend): Use above fun and populate 'vc-functions
6239 lazily.
6240 (vc-backend-defines): Remove.
6241
6242 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6243
6244 * vc.el (vc-register): Put a FIXME note for a newly found bug.
6245 Call vc-call-backend without the leading vc-.
6246 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
6247 (vc-check-headers): Call vc-call-backend without the leading vc-.
6248 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
6249 (vc-annotate-display): Replace confusing use of `cond' with `or'.
6250 Call vc-call-backend without the leading vc-.
6251
6252 * vc-cvs.el (tail): Provide vc-cvs.
6253 * vc-sccs.el (tail): Provide vc-sccs.
6254 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
6255
6256 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
6257 (vc-make-backend-function, vc-call): Pass names without leading
6258 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
6259 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
6260 (vc-call-backend): Always try to load vc-X-hooks.
6261 (vc-registered): Remove vc- in call to vc-call-backend.
6262
6263 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6264
6265 * vc.el (vc-process-filter): New function.
6266 (vc-do-command): Setup `vc-process-filter' for the async process.
6267 (vc-maybe-resolve-conflicts): New function to reduce
6268 code-duplication. Additionally, it puts the buffer in
6269 `smerge-mode' if applicable.
6270 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
6271 calling `merge-news'.
6272 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
6273 (vc-log-edit): New function. Replacement for `vc-log-mode' by
6274 interfacing to log-edit.el.
6275 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
6276 log-edit is available.
6277 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
6278
6279 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6280
6281 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
6282 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
6283 defvar and the initialization.
6284 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
6285
6286 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
6287 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
6288
6289 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
6290
6291 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6292
6293 * vc.el (vc-file-clear-masterprops): Removed.
6294 (vc-checkin, vc-revert-buffer): Removed calls to the above.
6295 (vc-version-diff): Use buffer-size without argument.
6296 (vc-register): Heed vc-initial-comment.
6297
6298 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
6299 default branch.
6300
6301 * vc-rcs.el (vc-rcs-register): Parse command output to find master
6302 file name and workfile version.
6303 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
6304
6305 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
6306 vc-file-clear-masterprops.
6307
6308 * vc-sccs.el (vc-sccs-checkout): Removed call to
6309 vc-file-clear-masterprops. If writable, set vc-state to 'edited
6310 rather than user login name.
6311
6312
6313 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6314
6315 * vc.el (vc-workfile-unchanged-p): Remove unused argument
6316 `want-differences-if-changed' and simplify.
6317 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
6318 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
6319 output (which is invalid for async vc-diff) to decide whether to
6320 do the revert silently or not.
6321
6322 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6323
6324 * vc-hooks.el (vc-loadup): Load files quietly.
6325 (vc-call-backend): Oops, brain fart.
6326
6327 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6328
6329 * vc-cvs.el (vc-cvs-state): Typo.
6330 (vc-cvs-merge-news): Return the status code rather than the error msg.
6331
6332 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6333
6334 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
6335 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
6336 vc-state or vc-up-to-date-p.
6337 (vc-merge): Use vc-backend-defines to check whether merging is
6338 possible. Set state to 'edited after successful merge.
6339
6340 * vc-hooks.el (vc-locking-user): If locked by the calling user,
6341 return that name. Redocumented.
6342
6343 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6344
6345 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
6346 new `vc-state' semantics.
6347 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
6348 'vc-locking-user to the current user.
6349 (vc-merge): Inline vc-backend-merge. Comment out code that I
6350 don't understand and hence can't adapt to the new `vc-state' and
6351 `vc-locking-user' semantics.
6352 (vc-backend-merge): Remove.
6353
6354 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
6355 rather than 'vc-locking-user.
6356
6357 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
6358
6359 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
6360 (vc-state): Don't use 'reserved any more. Just use the same
6361 convention as the one used for vc-<backend>-state where the
6362 locking user (as a string) is returned.
6363 (vc-locking-user): Update, based on the above convention. The
6364 'vc-locking-user property has disappeared.
6365 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
6366
6367 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
6368 with a heuristic one.
6369 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
6370 (vc-cvs-checkin): Do a trivial parse to set the state in case of
6371 error. That allows us to get to 'needs-merge even in the
6372 stay-local case. There's still no way to detect 'needs-patch in
6373 such a setup (or to force an update for that matter).
6374 (vc-cvs-logentry-check): Remove, the default works as well.
6375
6376 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6377
6378 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
6379
6380 * vc.el (vc-do-command): kill-all-local-variables, to reset any
6381 major-mode in which the buffer might have been put earlier. Use
6382 `remove' and `when'. Allow `okstatus' to be `async' and use
6383 `start-process' in this case.
6384 (vc-version-diff): Handle the case where the diff looks empty
6385 because of the use of an async process.
6386
6387 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6388
6389 * vc.el (vc-next-action-on-file): Removed optional parameter
6390 `simple'. Recompute state unconditionally.
6391 (vc-default-toggle-read-only): Removed.
6392
6393 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
6394 (vc-toggle-read-only): Undid prev change.
6395
6396 * vc-cvs.el (vc-cvs-stay-local): Renamed from
6397 vc-cvs-simple-toggle. Redocumented.
6398 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
6399 (vc-cvs-toggle-read-only): Removed.
6400
6401 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6402
6403 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
6404 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
6405 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
6406 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
6407 still is. So maybe it should be removed.
6408 (vc-head-version, vc-find-binary): Remove.
6409 (vc-recompute-state): Move from vc-hooks.el.
6410 (vc-next-action-on-file): Add a `simple' argument to allow
6411 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
6412 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
6413 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
6414 (vc-dired-mode-map): Properly defvar it.
6415 (vc-print-log): Call log-view-mode if available.
6416 (small-temporary-file-directory): defvar instead of use boundp.
6417 (vc-merge-news): Moved to vc-cvs.el.
6418 (vc-default-merge-news): New function.
6419
6420 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
6421 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
6422 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
6423 unknown `vc-latest-version' function. It should probably refer to
6424 vc-workfile-version or somesuch, but it's very unclear to me and I
6425 don't have SCCS to test things.
6426
6427 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
6428 (vc-sccs-state-heuristic): Fix typo.
6429 (vc-sccs-workfile-unchanged-p): Add missing argument.
6430
6431 * vc-rcs.el: Require vc and vc-rcs-hooks.
6432 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
6433 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
6434 (vc-release-greater-or-equal-p): Move from vc.
6435 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
6436 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
6437 (vc-rcs-checkout): Add a missing `new-version' argument in the
6438 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
6439
6440 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
6441 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
6442 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
6443 than the apparently unbound `workfile-version'.
6444
6445 * vc-hooks.el (vc-master-templates): Def the obsolete var.
6446 (vc-file-prop-obarray): Use `make-vector'.
6447 (vc-backend-functions): Add new hookable functions
6448 vc-toggle-read-only, vc-record-rename and vc-merge-news.
6449 (vc-loadup): If neither backend nor default functions exist, use
6450 the backend function rather than nil.
6451 (vc-call-backend): If the function if not bound yet, try to load
6452 the non-hook file to see if it provides it.
6453 (vc-call): New macro plus use it wherever possible.
6454 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
6455 nor `vc-find-binary' since it's only called from
6456 vc-mistrust-permission which is only used once the backend is known.
6457 (vc-checkout-model): Fix parenthesis.
6458 (vc-recompute-state, vc-prefix-map): Move to vc.el.
6459
6460 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
6461 (vc-cvs-release, vc-cvs-system-release): Remove.
6462 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
6463 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
6464 status symbols.
6465 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
6466 (vc-cvs-toggle-read-only): First cut at a function to allow a
6467 cvs-status-free vc-toggle-read-only.
6468 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
6469 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
6470 vc-cvs-status. Also set vc-state rather than vc-locking-user.
6471 (vc-cvs-checkout): Modify access rights directly if the user
6472 requested not to use `cvs edit'. And refresh the mode line.
6473
6474 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
6475 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
6476
6477 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6478
6479 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
6480 workfile' that got lost when the code was extracted from vc.el.
6481 And merged the tail with the rest of the code (not possible in the
6482 old vc.el where the tail was shared among all backends). And
6483 explicitly set the state to 'edited if `writable' is set.
6484
6485 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
6486 (vc-cvs-state): Be careful to return the value from
6487 vc-cvs-parse-state.
6488 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
6489 property but return it instead. Also be careful to handle a nil
6490 or "" `rev' when workfile is non-nil (it was handled properly when
6491 workfile was nil).
6492
6493 * vc.el: Removed those pesky unnecessary `(function' quotes.
6494 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
6495 directly in the defvar.
6496 (vc-do-command): Bind inhibit-read-only so as to properly handle
6497 the case where the destination buffer has been made read-only.
6498 (vc-diff): Delegate to vc-version-diff in all cases.
6499 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
6500 (vc-annotate-mode-variables): Removed (code moved partly to
6501 defvars and partly to vc-annotate-add-menu).
6502 (vc-annotate-mode): Turned into a derived-mode.
6503 (vc-annotate-add-menu): Moved in code in
6504 vc-annotate-mode-variables.
6505 (vc-update-change-log): Use make-temp-file if available.
6506
6507 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
6508
6509 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
6510 `vc-checkout-model' updated to `vc-cvs-update-model'.
6511
6512 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6513
6514 * vc.el (vc-next-action-on-file): Added handling of state
6515 `unlocked-changes'.
6516 (vc-checkout-carefully): Is now practically obsolete, unless the
6517 above is too slow to be enabled unconditionally.
6518 (vc-update-change-log): Fixed typo.
6519
6520 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
6521
6522 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
6523 Now handles state `unlocked-changes'.
6524 (vc-sccs-workfile-unchanged-p): New function, to support the above.
6525
6526 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
6527
6528 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
6529 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
6530 `unlocked-changes'.
6531 (vc-rcs-workfile-unchanged-p): Renamed from
6532 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
6533 function yet, but supposed to become one soon.
6534
6535 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
6536 `vc-steal-lock'.
6537 (vc-call-backend): Changed error message.
6538 (vc-state): Added description of state `unlocked-changes'.
6539
6540 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6541
6542 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
6543 always return t in CVS-controlled directories.
6544
6545 * vc.el (vc-responsible-backend): New function.
6546 (vc-register): Largely rewritten.
6547 (vc-admin): Removed (implementation moved into vc-register).
6548 (vc-checkin): Redocumented.
6549 (vc-finish-logentry): If no backend defined yet (because we are in
6550 the process of registering), use the responsible backend.
6551
6552 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
6553 Updated function lists.
6554 (vc-call-backend): Fixed typo.
6555
6556 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
6557 New functions.
6558 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
6559 Removed query option. Redocumented.
6560
6561 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6562
6563 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
6564
6565 * vc.el: Updated callers of `vc-checkout-required' to use
6566 `vc-checkout-model'.
6567
6568 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6569
6570 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
6571 stuff updated to reference this function instead of the old
6572 `vc-backend-release-p'.
6573
6574 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6575
6576 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
6577 vc-checkout-model. Return appropriate values. Updated callers.
6578
6579 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6580
6581 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
6582 (vc-backend-revert): Function moved into `vc-revert';
6583 `vc-next-action' must be updated to accomodate this change.
6584 (vc-backend-steal): Function moved into `vc-finish-steal'.
6585 (vc-backend-logentry-check): Function moved into
6586 `vc-finish-logentry'.
6587 (vc-backend-printlog): Function moved into `vc-print-log'.
6588 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
6589 (vc-backend-assign-name): Function moved into
6590 `vc-create-snapshot'.
6591
6592 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6593
6594 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
6595 Rename to vc-checkout-model. Return appropriate values.
6596 Update callers.
6597
6598 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
6599 to vc-checkout-model.
6600 (vc-checkout-required): Rename to vc-checkout-model.
6601 Re-implement and re-comment.
6602 (vc-after-save): Use vc-checkout-model.
6603
6604 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6605
6606 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
6607 Update to use the vc-BACKEND-diff functions instead.
6608 `vc-diff' is now working.
6609
6610 * vc-rcs.el (vc-rcs-logentry-check): New function.
6611
6612 * vc-cvs.el (vc-cvs-logentry-check): New function.
6613
6614 * vc-sccs.el (vc-sccs-diff): Function changed name from
6615 `vc-backend-diff'. This makes `vc-diff' work.
6616
6617 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
6618 of functions possibly implemented in a vc-BACKEND library.
6619 (vc-checkout-required): Fix bug that caused an error to be
6620 signaled during `vc-after-save'.
6621
6622 * vc.el: Fix typo.
6623 This checkin is made with our new VC code base for the very first time.
6624 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
6625
6626 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
6627 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
6628
6629 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
6630 updated to `vc-uses-locking'.
6631 (vc-checkout-required): Call to backend function.
6632 `vc-checkout-required' updated to `vc-uses-locking' instead.
6633
6634 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
6635 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
6636
6637 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
6638 to match the split into various backends.
6639 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
6640 (vc-retrieve-snapshot): Bug fix.
6641
6642 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6643
6644 * vc-sccs.el (vc-sccs-release): Doc fix.
6645
6646 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6647
6648 * vc.el (vc-next-action-on-file): Bug found and fixed.
6649 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
6650 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
6651
6652 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
6653 (vc-rcs-checkout): Name space cleaned up. No more revision number
6654 crunching function names that are not prefixed with vc-rcs.
6655 (vc-rcs-checkout-model): Function added. References to
6656 `vc-checkout-model' replaced.
6657
6658 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6659
6660 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
6661 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
6662 still need to be split, and implemented for RCS).
6663
6664 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6665
6666 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
6667
6668 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
6669 required by the vc.el file.
6670
6671 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
6672 required by the vc.el file.
6673 (vc-rcs-exists): Function added.
6674
6675 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
6676 required by the vc.el file.
6677
6678 * vc.el (vc-admin): Updated to handle selection of appropriate
6679 backend. Current implementation is crufty and need re-thinking.
6680
6681 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
6682
6683 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6684
6685 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
6686 beginning of annotate buffers correctly.
6687
6688 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
6689 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
6690 functionality updated quite a lot to support multiple backends.
6691 Variables `vc-annotate-mode', `vc-annotate-buffers',
6692 `vc-annotate-backend' added.
6693
6694 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
6695 `vc-annotate-difference' added to supported backend functions.
6696
6697 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6698
6699 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
6700 Use with-temp-file instead of /bin/sh. Merged from mainline
6701
6702 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6703
6704 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
6705
6706 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
6707
6708 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
6709
6710 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6711
6712 * vc-hooks.el: vc-state-heuristic added to
6713 vc-backend-hook-functions.
6714
6715 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
6716
6717 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
6718
6719 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
6720 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
6721 state to `reserved'.
6722
6723 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
6724 `vc-checkout-required'. Rename the `locked' state to `reserved'.
6725
6726 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6727
6728 * vc-rcs-hooks.el: Implement new state model. Hardly anything
6729 untouched.
6730
6731 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
6732
6733 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
6734 if defined. (Merged from main line, slightly adapted.)
6735
6736 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
6737 millenium problem (merged from mainline).
6738
6739 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6740
6741 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
6742 part and moved the non-BACKEND stuff to vc.el.
6743
6744 * vc.el: Split the annotate feature into a BACKEND specific part
6745 and moved it from the vc-cvs.el file to this one.
6746
6747 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6748
6749 * vc-hooks.el: Implement new state model.
6750 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
6751 (vc-locking-user): Simplify. Now only needed if the file is
6752 locked by somebody else.
6753 (vc-lock-from-permissions): Remove. Functionality is in
6754 vc-sccs-hooks.el and vc-rcs-hooks.el now.
6755 (vc-mode-line-string): New name for former vc-status. Adapted.
6756 (vc-mode-line): Adapt to use the above. Remove optional parameter.
6757
6758 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
6759 Various simplifications and adaptations all over the place.
6760
6761 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
6762 Simplify and adapt the rest.
6763
6764 * vc.el (vc-resynch-window): Add TODO comment: check for
6765 interaction with view mode according to recent RCS change.
6766 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
6767
6768 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6769
6770 * vc.el: Convert the remaining function comments to docstrings.
6771
6772 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6773
6774 * vc.el (vc-backend-release, vc-release-greater-or-equal)
6775 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
6776 (vc-minor-part, vc-previous-version): Functions that operate and
6777 compare revision numbers got proper documentation. Comments added
6778 about their possible removal.
6779
6780 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6781
6782 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
6783 the vc-backend.el files.
6784
6785 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
6786
6787 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
6788 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
6789 (vc-rcs-previous-version): Functions added.
6790
6791 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
6792
6793 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
6794
6795 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6796
6797 * vc-hooks.el (vc-master-templates): Is really obsolete.
6798 Comment out the definition for now. What is the right procedure
6799 to get rid of it?
6800 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
6801 rewritten.
6802 (vc-default-registered): Remove.
6803 (vc-check-master-templates): New function; does mostly what the
6804 above did before.
6805 (vc-locking-user): Don't rely on the backend to set the property.
6806
6807 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
6808 Rewrite documentation.
6809 (vc-rcs-templates-grabbed): New variable.
6810 (vc-rcs-grab-templates): New function.
6811 (vc-rcs-registered): Rewrite to use above mechanism.
6812
6813 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
6814 Rewrite documentation.
6815 (vc-sccs-templates-grabbed): New variable.
6816 (vc-sccs-grab-templates): New function.
6817 (vc-sccs-registered): Rewrite to use above mechanism.
6818 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
6819 Don't throw the result, simply return it.
6820
6821 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
6822 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
6823 (vc-cvs-registered): Does the check itself now. Simplify.
6824
6825 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
6826 from main line.
6827
6828 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6829
6830 * vc-cvs.el (vc-cvs-diff): New function.
6831
6832 * vc-sccs.el (vc-sccs-diff): New function.
6833
6834 * vc-rcs.el (vc-rcs-diff): New function.
6835 (vc-rcs-checkout): Bug (typo) found and fixed.
6836 (vc-rcs-register-switches): New variable.
6837
6838 * vc.el (vc-backend-diff): Function removed and placed in the
6839 backend files.
6840
6841 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6842
6843 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
6844
6845 * vc.el (vc-backend-checkout): Function removed and replaced in
6846 the vc-backend.el files.
6847
6848 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
6849
6850 * vc.el (vc-backend-admin): Removed and replaced in the
6851 vc-backend.el files.
6852
6853 * vc.el (Martin): Removed all the annotate functionality since it
6854 is CVS backend specific.
6855
6856 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6857
6858 * spec.txt: Added specification of vc-state.
6859
6860 * vc-sccs-hooks.el (vc-sccs-master-properties):
6861 Remove handling of vc-latest-version and
6862 vc-your-latest-version. What used to be vc-latest-version, is now
6863 returned as vc-workfile-version.
6864 (vc-sccs-workfile-version): Adapt.
6865
6866 2000-09-04 Dave Love <fx@gnu.org>
6867
6868 * vc.el: [Merged from mainline.]
6869 (vc-dired-mode): Make the dired-move-to-filename-regexp
6870 regexp match the date, to avoid treating date as file size.
6871 Add YYYY S option to WESTERN/
6872
6873 2000-09-04 Dave Love <fx@gnu.org>
6874
6875 * vc.el: Require `compile' when compiling.
6876 (vc-logentry-check-hook): New option.
6877 (vc-steal-lock): Use compose-mail.
6878 (vc-dired-mode-map): Defvar when compiling.
6879 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
6880 vc-sccs.el and renamed. Callers changed.
6881 (vc-backend-checkout, vc-backend-logentry-check)
6882 (vc-backend-merge-news): Doc fix.
6883 (vc-default-logentry-check): New function.
6884 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
6885 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
6886 (vc-backend-merge): Doc fix. Use backend functions.
6887 (vc-check-headers): Use backend functions.
6888
6889 * vc-cvs.el: Require vc when compiling.
6890 (vc-cvs-register-switches): Doc fix.
6891 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
6892 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
6893 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
6894 New functions (code from vc.el).
6895 (vc-annotate-display-default): Fix interactive spec.
6896 (vc-annotate-time-span): Doc fix.
6897
6898 * vc-rcs.el: Require vc when compiling.
6899 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
6900 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
6901 (vc-rcs-checkin): New functions (code from vc.el).
6902 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
6903 Doc fix.
6904 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
6905
6906 * vc-sccs.el: Require vc when compiling.
6907 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
6908 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
6909 (vc-sccs-revert)
6910 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
6911 from vc.el).
6912 (vc-sccs-add-triple, vc-sccs-record-rename)
6913 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
6914 (vc-sccs-admin): Doc fix.
6915
6916 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6917
6918 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
6919 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
6920 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
6921 from vc.el.
6922
6923 * vc-sccs.el (vc-admin-sccs): Added from vc.el
6924
6925 * vc-cvs.el: Moved the annotate functionality from vc.el.
6926 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
6927
6928 2000-09-04 Dave Love <fx@gnu.org>
6929
6930 * vc.el (vc-backend-release): Call vc-system-release.
6931
6932 * vc-sccs.el (vc-sccs-system-release):
6933 Renamed from vc-sccs-backend-release.
6934
6935 * vc-rcs.el (vc-rcs-system-release):
6936 Renamed from vc-rcs-backend-release.
6937
6938 * vc-cvs.el (vc-cvs-system-release):
6939 Renamed from vc-cvs-backend-release.
6940
6941 2000-09-04 Dave Love <fx@gnu.org>
6942
6943 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
6944 backend files.
6945 (vc-backend-release): Dispatch to backend functions.
6946 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
6947 probably needs attention.]
6948
6949 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
6950 (vc-sccs-backend-release): New function.
6951
6952 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
6953 (vc-cvs-backend-release): New function.
6954
6955 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
6956 Doc fix.
6957 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
6958 (vc-default-dired-state-info): New function.
6959 (vc-dired-state-info): Dispatch to backends.
6960 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
6961
6962 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
6963 from vc.el and renamed.
6964
6965 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6966
6967 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
6968 (vc-version-other-window, vc-backend-assign-name): Removed
6969 references to vc-latest-version; sometimes changed into
6970 vc-workfile-version.
6971
6972 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
6973 vc-rcs-master-workfile-version.
6974 (vc-rcs-workfile-version): Use the above. Don't call
6975 vc-latest-version (that was unreachable code, anyway).
6976 (vc-rcs-fetch-master-properties): Doc fix.
6977
6978 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
6979 (vc-backend-hook-functions): Removed them from this list, too.
6980 (vc-fetch-properties): Removed.
6981 (vc-workfile-version): Doc fix.
6982
6983 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
6984 (vc-rcs-workfile-version, vc-rcs-locking-user)
6985 (vc-rcs-uses-locking): Use it.
6986
6987 * vc-hooks.el (vc-consult-rcs-headers):
6988 Moved into vc-rcs-hooks.el, under the name
6989 vc-rcs-consult-headers.
6990
6991 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
6992 headers.
6993 (vc-cvs-find-master): Use this name only; correct different
6994 versions of the name.
6995
6996 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
6997 New functions.
6998 (vc-sccs-locking-user): Use the latter.
6999
7000 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
7001 New functions.
7002
7003 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
7004 Moved into both
7005 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
7006 functions are implementation details of those two backends.
7007
7008 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7009
7010 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
7011 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
7012
7013 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
7014 (vc-sccs-parse-locks): SCCS-specific code moved here from
7015 vc-hooks.
7016
7017 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
7018 code moved here from vc-hooks.
7019
7020 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
7021 into back-end specific parts and removed. Callers not updated
7022 yet; because I guess these callers will disappear into back-end
7023 specific files anyway.
7024
7025 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7026
7027 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
7028 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
7029 `vc-uses-locking'.
7030
7031 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
7032 Store yes/no in the property, and return t/nil. Updated all
7033 callers.
7034
7035 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
7036 vc-sccs-uses-locking. Don't set property.
7037 (vc-sccs-locking-user): Don't set property.
7038
7039 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
7040 vc-cvs-uses-locking. Don't set property here; leave that to
7041 vc-hooks.
7042 (vc-cvs-locking-user): Reflect above change. Streamlined.
7043
7044 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
7045 vc-rcs-uses-locking.
7046 (vc-rcs-locking-user): Reflect above change.
7047
7048 2000-09-04 Dave Love <fx@gnu.org>
7049
7050 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
7051
7052 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
7053
7054 * vc-hooks.el (vc-checkout-model): Punt to backends.
7055
7056 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
7057
7058 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
7059
7060 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
7061 New functions.
7062
7063 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
7064 New functions.
7065
7066 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
7067 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
7068
7069 * vc-hooks.el (vc-default-locking-user): New function.
7070 (vc-locking-user, vc-workfile-version): Punt to backends.
7071
7072 2000-09-04 Dave Love <fx@gnu.org>
7073
7074 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
7075 (vc-master-workfile-version): Moved from vc-hooks.
7076
7077 * vc-rcs-hooks.el: Fix duplicate code in last change.
7078
7079 * vc-rcs-hooks.el: Require vc-hooks when compiling.
7080 (vc-rcs-master-templates): Improve :type.
7081 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
7082 vc-master-workfile-version): Moved from vc-hooks.
7083
7084 * vc-sccs-hooks.el: Require vc-hooks when compiling.
7085 (vc-sccs-master-templates): Improve :type.
7086 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
7087
7088 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
7089
7090 * vc-cvs-hooks.el: Require vc-hooks when compiling.
7091 (vc-cvs-master-templates): Improve :type. Use
7092 vc-cvs-find-cvs-master.
7093 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
7094 from vc-hooks.
7095 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
7096
7097 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
7098 Moved to vc-cvs-hooks.
7099
7100 * vc-hooks.el: Add doc strings in various places. Simplify the
7101 minor mode setup.
7102 (vc-handled-backends): New user variable.
7103 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
7104 simplification.
7105
7106 2000-09-04 Dave Love <fx@gnu.org>
7107
7108 * vc.el: Some doc fixes for autoloaded and interactive functions.
7109 Fix compilation warnings from ediff stuff.
7110 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
7111
7112 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
7113
7114 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
7115
7116 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
7117
7118 2000-09-04 Dave Love <fx@gnu.org>
7119
7120 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
7121 New variable.
7122 (vc-make-backend-function, vc-loadup, vc-call-backend)
7123 (vc-backend-defines): New functions.
7124
7125 * vc-hooks.el: Various doc fixes.
7126 (vc-default-back-end, vc-follow-symlinks): Custom fix.
7127 (vc-match-substring): Function removed. Callers changed to use
7128 match-string.
7129 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
7130 Simplify.
7131
7132 2000-09-04 Dave Love <fx@gnu.org>
7133
7134 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
7135 type.
7136 (vc-sccs-project-dir, vc-search-sccs-project-dir)
7137 (vc-sccs-registered): Doc fix.
7138
7139 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
7140 (vc-cvs-registered): Doc fix.
7141
7142 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
7143 (vc-rcs-registered): Doc fix.
7144
7145 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7146
7147 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
7148
7149 * vc-hooks.el: vc-registered has been renamed
7150 vc-default-registered. Some functions have been moved to the
7151 backend specific files. they all support the
7152 vc-BACKEND-registered functions.
7153
7154 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7155
7156 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
7157
7158 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
7159
7160 2000-09-04 Dave Love <fx@gnu.org>
7161
7162 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
7163 menu-bar-update-hook.
7164
7165 * help.el (help-manyarg-func-alist): Add
7166 find-operation-coding-system.
7167
7168 * wid-edit.el (widget-sexp-validate): Fix garbled code.
7169
7170 * custom.el (custom-set-variables): Print message about errors in
7171 setting.
7172
7173 2000-09-03 Andrew Innes <andrewi@gnu.org>
7174
7175 * makefile.w32-in: Change to DOS line endings.
7176
7177 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
7178
7179 * mouse.el (mouse-popup-menubar): Supply the prompt string for
7180 minor-mode keymaps, if they don't have one.
7181
7182 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
7183
7184 * eshell/esh-module.el (eval-when-compile): Don't lose if
7185 esh-module.el's file name is truncated to DOS 8+3 limits.
7186
7187 2000-09-01 John Wiegley <johnw@gnu.org>
7188
7189 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
7190 predicate, which caused entries in the completion list to be
7191 doubled.
7192
7193 2000-08-30 John Wiegley <johnw@gnu.org>
7194
7195 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
7196 sending to subprocesses. Also, hook pre-command-hook if
7197 `eshell-send-direct-to-subprocesses' is non-nil.
7198 (eshell-send-direct-to-subprocesses): New config variable. If t,
7199 subprocess input is send immediately.
7200 (eshell-toggle-direct-send): New function.
7201 (eshell-self-insert-command): New function.
7202 (eshell-intercept-commands): New function.
7203 (eshell-send-input): If direct subprocess sending is enabled,
7204 don't echo any input to the Eshell buffer. Let the subprocess
7205 handle that. This requires "stty echo" in bash, for example.
7206
7207 2000-08-28 John Wiegley <johnw@gnu.org>
7208
7209 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
7210 completion function for Eshell's implementation of `unset'.
7211
7212 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
7213
7214 * info.el (Info-directory-list): Doc fix.
7215
7216 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
7217
7218 * filecache.el (file-cache-add-directory-using-find): Don't quote
7219 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
7220
7221 2000-08-31 Kenichi Handa <handa@etl.go.jp>
7222
7223 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
7224 coding systems.
7225
7226 2000-08-30 Andrew Innes <andrewi@gnu.org>
7227
7228 * timer.el (run-with-idle-timer): Undo last change, so that timer
7229 is not activated immediately if Emacs is already idle. Some
7230 existing code relies on this behaviour.
7231
7232 2000-08-30 Miles Bader <miles@gnu.org>
7233
7234 * frame.el (set-frame-font): Do completion of font-name for
7235 interactive use.
7236
7237 2000-08-30 Kenichi Handa <handa@etl.go.jp>
7238
7239 * international/quail.el (quail-start-translation): Bind locally
7240 last-command-event, last-command, and this-command.
7241 (quail-start-conversion): Likewise.
7242 (quail-self-insert-command): Fix docstring.
7243
7244 2000-08-29 Gerd Moellmann <gerd@gnu.org>
7245
7246 * progmodes/executable.el
7247 (executable-make-buffer-file-executable-if-script-p): Check that
7248 buffer contains at least 2 characters.
7249
7250 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
7251
7252 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
7253
7254 2000-08-29 Dave Love <fx@gnu.org>
7255
7256 * diff-mode.el (diff-mode) <defgroup>: Add :version.
7257 (diff-mode-shared-map): Bind mouse-2.
7258 (diff-imenu-generic-expression): New variable.
7259 (diff-mode): Use it.
7260
7261 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
7262 (mouse-popup-menubar): Add minor mode menus.
7263 (popup-menu): Check for lookup-key returning number.
7264
7265 2000-08-29 Miles Bader <miles@gnu.org>
7266
7267 * comint.el (comint-send-input): Create overlays using the proper
7268 front/read-advance arguments.
7269
7270 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7271
7272 * ps-print.el: Even/odd pages printing. Doc fix.
7273 (ps-print-version): New version number (6.0).
7274 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
7275 (ps-background, ps-begin-file, ps-begin-job): Code fix.
7276 (ps-print-duplex-feature): Variable eliminated.
7277 (ps-even-or-odd-pages): New variable.
7278
7279 * progmodes/ebnf2ps.el: Doc fix.
7280 (ebnf-version): New version (3.3).
7281 (ebnf-user-arrow): Change variable customization to sexp.
7282 (ebnf-user-arrow): Function eliminated.
7283 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
7284
7285 2000-08-29 Kenichi Handa <handa@etl.go.jp>
7286
7287 * help.el (help-xref-mule-regexp): New variable.
7288 (help-make-xrefs): Handle help-xref-mule-regexp.
7289
7290 * international/mule-cmds.el (help-xref-mule-regexp-template): New
7291 variable.
7292 (describe-input-method): Temporarily activate the specfied input
7293 method to display the information.
7294 (describe-language-environment): Hyperlinks to mule related items.
7295
7296 * international/mule-diag.el (charset-multibyte-form-string): New
7297 function.
7298 (list-character-sets-1): Use charset-multibyte-form-string.
7299 (describe-character-set): New function.
7300 (describe-coding-system): Hyperlinks to safe character sets.
7301
7302 * international/quail.el (quail-help): New arg PACKAGE.
7303 Hyperlinks to mule related items.
7304 (quail-help-insert-keymap-description): Use
7305 substitute-command-keys instead of describe-bindings.
7306 (quail-translation-help): Hyperlinks to mule related items.
7307
7308 2000-08-28 John Wiegley <johnw@gnu.org>
7309
7310 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
7311 have a defsubst call itself. Made `eshell-flatten-list' back into
7312 a function again.
7313
7314 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
7315 catch, in case re-centering point at bottom messes up the display.
7316 This happens frequently in Emacs 21, due I believe to variable
7317 line heights.
7318
7319 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
7320 to call `find-tag-interactive'.
7321
7322 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
7323 the list of remember directories.
7324
7325 2000-08-28 John Wiegley <johnw@gnu.org>
7326
7327 * align.el: Test align-region-separate to see if it's a symbol.
7328
7329 2000-08-28 John Wiegley <johnw@gnu.org>
7330
7331 * eshell/esh-util.el (eshell-flatten-list): Made this function
7332 into a defsubst form. It gets used very frequently, although
7333 calls don't occur all that often.
7334
7335 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
7336 examining it.
7337
7338 * eshell/esh-cmd.el (eshell-rewrite-while-command):
7339 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
7340 `eshell-protect'.
7341 (eshell-copy-handles): Created a new macro for duplicating the
7342 current set of open handles. This is needed by the looping
7343 functions.
7344 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
7345 is not incorrectly stomped on.
7346
7347 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
7348 declaration for pcomplete-use-paring.
7349 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
7350 value of eshell-cmpl-use-paring.
7351 * pcomplete.el (pcomplete-use-paring): New config variable, to
7352 indicate whether paring should be used.
7353 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
7354 completion alternatives that have already been used.
7355
7356 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
7357 bound to C-c C-y, which will repeat the previous N arguments
7358 (based on prefix argument).
7359 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
7360
7361 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
7362 if there is no *Help* buffer. This is for XEmacs, which renames
7363 its help buffers uniquely. TODO: Find out what the current buffer
7364 name to delete is.
7365
7366 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
7367 first entry that correlates to a passwd/group number. Later
7368 entries (used for group/user name aliasing to multiple IDs) are
7369 ignored.
7370
7371 * eshell/em-xtra.el (eshell/expr):
7372 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
7373 (eshell-grep, eshell/diff, eshell/locate):
7374 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
7375 argument list, before passing it to the system command.
7376
7377 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
7378 `find-tag' for use at final position in Eshell buffers (which
7379 otherwise triggers an error on Emacs 21).
7380 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
7381 buffer, if it is currently bound to `find-tag'.
7382
7383 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
7384 in the list of matched Makefile names.
7385 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
7386 directory, prefer its contents to Makefile.
7387
7388 * eshell/em-dirs.el (eshell/cd): cd commands that look up
7389 directory parts (like "cd old new", or "cd =regexp"), are now case
7390 sensitive on non-Windows/DOS platforms.
7391
7392 * eshell/esh-mode.el (eshell-parse-command-input): When a user
7393 types RET after an open delimiter (like "), display a message
7394 indicating that Eshell is waiting for the closing delimiter.
7395
7396 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
7397 environment variables.
7398
7399 * eshell/em-unix.el (eshell/diff): Added logic to fail more
7400 gracefully if the user enters incorrect arguments.
7401
7402 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
7403 Eshell buffers.
7404
7405 * eshell/esh-var.el (eshell-interpolate-variable):
7406 * eshell/esh-mode.el (eshell-move-argument):
7407 * eshell/em-unix.el (eshell-du-sum-directory):
7408 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
7409 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
7410 (not (= ...)).
7411
7412 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
7413 to ensure the `preserve' flag gets propagated when doing recursive
7414 directory copies.
7415
7416 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
7417
7418 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
7419 Don't convert \n into \0177 in memory.
7420 (eshell-read-history, eshell-write-history): Convert \n to \0177,
7421 and back again, when reading and writing.
7422
7423 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
7424
7425 * eshell/esh-util.el (eshell-processp): Added to relieve constant
7426 testing of `fboundp' on `processp'.
7427
7428 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
7429 (eshell/jobs): Don't call process-list if it is not bound.
7430 (eshell-gather-process-output): Support systems where async
7431 subprocesses aren't supported.
7432 (eshell-scratch-buffer, eshell-last-sync-output-start): New
7433 variables.
7434
7435 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
7436 eshell-do-eval returns t.
7437 (eshell-do-pipelines-synchronously): New defmacro.
7438 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
7439 when async subprocesses aren't supported.
7440 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
7441 if async subprocesses aren't supported.
7442 (eshell-resume-command): Don't assume STATUS is a string.
7443
7444 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
7445
7446 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
7447 (eshell-close-target, eshell-get-target): Use eshell-processp.
7448 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
7449 fix.
7450 (eshell-get-target, eshell-create-handles): Doc fix.
7451
7452 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
7453
7454 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
7455 criterion to include commands that output something, as long as it
7456 leaves both the command and the end-of-buffer visible when the
7457 command has exited.
7458 (eshell-review-quick-commands): Adjust the help doc string
7459 accordingly.
7460
7461 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
7462
7463 * locate.el (locate): Cleaned up locate command's interactive prompting
7464 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
7465
7466 * filecache.el (file-cache-case-fold-search): New variable
7467 (file-cache-assoc-function): New variable
7468 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
7469 Use file-cache-case-fold-search variable
7470 (file-cache-add-file): Use file-cache-assoc-function
7471 (file-cache-delete-file): likewise
7472 (file-cache-directory-name): likewise
7473 (file-cache-debug-read-from-minibuffer): likewise
7474
7475 2000-08-28 Gerd Moellmann <gerd@gnu.org>
7476
7477 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
7478 (abbrev-table-name): New function.
7479 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
7480 If non-nil list local abbrev, only.
7481
7482 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
7483
7484 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
7485 from Gnus support code, and use special article copy buffer
7486 `(gnus-original-article-buffer)' instead. This allows to get rid
7487 of article-hide-headers usage (which breaks in the latest Gnus
7488 version). Thanks to Detlev Zundel.
7489
7490 2000-08-28 Kenichi Handa <handa@etl.go.jp>
7491
7492 * international/quail.el (quail-use-package): Hide "... loaded"
7493 message.
7494 (quail-start-translation, quail-start-conversion): Likewise.
7495
7496 * international/kkc.el (kkc-region): Hide "... loaded" message.
7497
7498 2000-08-27 Dave Love <fx@gnu.org>
7499
7500 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
7501
7502 2000-08-27 Miles Bader <miles@gnu.org>
7503
7504 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
7505
7506 2000-08-27 Kenichi Handa <handa@etl.go.jp>
7507
7508 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
7509 'ja-dic-cnv), not (require 'skkdic-cnv).
7510
7511 2000-08-26 Miles Bader <miles@gnu.org>
7512
7513 * faces.el (face-x-resources): Add entry for :inherit.
7514 * cus-face.el (custom-face-attributes): Add support for :inherit
7515 attribute. Add support for relative face heights.
7516 (custom-face-attributes-get): Treat `nil' as being a default value
7517 for :inherit (as well as `unspecified').
7518
7519 * faces.el (set-face-attribute): Update doc string.
7520 (face-attribute-name-alist): Add :inherit.
7521 (face-valid-attribute-values): Handle :inherit.
7522 (face-read-string): Rephrase prompt to be less confusing.
7523 Assume that DEFAULT is a string, since we must return a string.
7524 (face-read-integer): Use `format' to turn DEFAULT into an
7525 acceptable default for face-read-string. Match NEW-VALUE against
7526 the string "unspecified", not the symbol `unspecified', since
7527 that's what face-read-string returns.
7528 (read-face-attribute): Lookup a name for old-value in valid, and
7529 use it as a default if we find one. Treat all values from
7530 face-read-string as strings. If the default is used, don't do any
7531 more processing on the value, just use the old value directly.
7532 (read-face-and-attribute, modify-face): Tweak prompt.
7533 (read-face-name): Don't assume prompt ends with a space.
7534
7535 * faces.el (describe-face): Add support for :inherit attribute.
7536
7537 2000-08-25 Kenichi Handa <handa@etl.go.jp>
7538
7539 * terminal.el (terminal-emulator): Fix args to `concat'. Now
7540 concat doesn't accept interger.
7541
7542 * international/kkc.el: Remove SKK from Keywords. Require
7543 ja-dic-utl instead of skkdic-utl.
7544
7545 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
7546 Provide ja-dic-cnv instead of skkdic-cnv.
7547 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
7548 (iso-2022-7bit-short): Add safe-charsets property.
7549 (skkdic-convert-postfix): Search Japanese chou-on character in
7550 addition to Hiragana character.
7551 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
7552 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
7553 (batch-skkdic-convert): Likewise.
7554
7555 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
7556 Provide ja-dic-utl instead of skkdic-utl.
7557 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
7558
7559 2000-08-24 Dave Love <fx@gnu.org>
7560
7561 * disp-table.el (standard-display-default): Make the test of `l'
7562 useful.
7563
7564 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
7565 mod sample text.
7566
7567 * international/iso-ascii.el: Make pilcrow convenient string
7568 consistent with section.
7569 (iso-ascii-display): Set up multibyte characters as well as
7570 unibyte.
7571
7572 2000-08-24 Kenichi Handa <handa@etl.go.jp>
7573
7574 * international/mule-cmds.el (reset-language-environment): Set
7575 default-process-coding-system to '(undecided . iso-latin-1), which
7576 makes process I/O almost consistent with file I/O. Call this
7577 function when mule-cmds.el[c] is loaded.
7578
7579 2000-08-22 Andrew Innes <andrewi@gnu.org>
7580
7581 * makefile.w32-in: New file.
7582
7583 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
7584
7585 * comint.el (comint-output-filter): Compare end of
7586 comint-last-output-overlay with the start of the newly inserted
7587 text, not the end, when deciding whether to extend it.
7588 Set saved-point's insertion type to advance after insertion.
7589
7590 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
7591 since this is now done independently of font-lock mode.
7592
7593 2000-08-21 Gerd Moellmann <gerd@gnu.org>
7594
7595 * server.el (server-kill-new-buffers): New user option.
7596 (server-existing-buffer): New buffer-local variable.
7597 (server-visit-files): When using an existing buffer, set
7598 server-existing-buffer to t.
7599 (server-buffer-done): If server-kill-new-buffers is t, kill the
7600 buffer, unless it was already present before visiting it with
7601 Emacs server.
7602
7603 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
7604
7605 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
7606 even if the display doesn't support colors: some displays will
7607 support bold/underline faces.
7608
7609 2000-08-21 Gerd Moellmann <gerd@gnu.org>
7610
7611 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
7612
7613 * startup.el (command-line): If user's init file had an error,
7614 add explanatory text to *Messages*.
7615
7616 2000-08-21 Kenichi Handa <handa@etl.go.jp>
7617
7618 * man.el (Man-getpage-in-background): Decode the process output by
7619 the system locale coding system.
7620
7621 2000-08-20 Dave Love <fx@gnu.org>
7622
7623 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
7624 Don't test x-popup-menu.
7625 (function) <complete-function>: Complete only fbound symbols.
7626 <validate, value>: New.
7627 (variable) <complete-function>: Complete only bound symbols.
7628 (coding-system): Add :base-only, :complete-function, :validate,
7629 :value, :prompt-match.
7630 (widget-coding-system-prompt-value): Use read-coding-system and
7631 act on :base-only.
7632 (editable-field): Add :help-echo.
7633 (widget-push-button-gui, widget-push-button-cache)
7634 (widget-gui-action, widget-editable-list-gui): COmment out, along
7635 with uses.
7636 (widget-at): Make arg optional.
7637 (widget-echo-help): Adjust for current help-echo calling sequence.
7638 (widget-specify-field, widget-specify-button)
7639 (widget-specify-insert, widget-get-sibling, widget-image-find)
7640 (widget-convert, widget-insert, widget-leave-text)
7641 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
7642 (widget-setup, widget-field-find, widget-before-change)
7643 (widget-after-change, widget-default-complete)
7644 (widget-default-create, widget-default-delete)
7645 (widget-push-button-value-create, editable-field)
7646 (widget-field-prompt-value, widget-field-validate)
7647 (widget-choice-value-create, widget-choice-action)
7648 (widget-choice-validate, widget-checklist-add-item)
7649 (widget-radio-add-item, widget-radio-chosen)
7650 (widget-radio-value-inline, widget-editable-list-value-create)
7651 (widget-editable-list-entry-create)
7652 (widget-documentation-link-add)
7653 (widget-documentation-string-value-create)
7654 (widget-regexp-validate, widget-file-complete)
7655 (widget-sexp-validate, widget-plist-convert-widget)
7656 (widget-plist-convert-widget, widget-alist-convert-widget)
7657 (widget-alist-convert-widget, widget-color-complete): Simplify,
7658 particularly to avoid bindings which aren't optimized out.
7659
7660 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
7661 Doc fix.
7662 (down-list, backward-up-list, up-list, kill-sexp)
7663 (backward-kill-sexp, mark-sexp): Make arg optional.
7664 (lisp-complete-symbol): Add optional arg PREDICATE.
7665
7666 * cus-start.el: Add display-buffer-reuse-frames,
7667 file-coding-system-alist.
7668
7669 2000-08-20 Gerd Moellmann <gerd@gnu.org>
7670
7671 * startup.el (command-line): Clear realized faces after
7672 modifying TTY color mappings.
7673
7674 2000-08-20 Miles Bader <miles@gnu.org>
7675
7676 * faces.el (face-attr-match-p): Don't return true if ATTRS are
7677 merely a subset of FACE's attributes.
7678
7679 2000-08-19 Miles Bader <miles@gnu.org>
7680
7681 * comint.el (comint-output-filter): Save the point with a marker,
7682 not just a buffer position.
7683
7684 * international/mule.el (set-buffer-process-coding-system): Make
7685 interactive prompt less confusing.
7686
7687 2000-08-19 Gerd Moellmann <gerd@gnu.org>
7688
7689 * hilit-chg.el: General cleanup of doc strings, comments and
7690 code formatting.
7691
7692 2000-08-19 Miles Bader <miles@gnu.org>
7693
7694 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
7695 Compiler macro removed; beginning-of-line is no longer always
7696 equivalent to forward-line, in the presence of fields.
7697
7698 * comint.el (comint-output-filter): Remove ad-hoc saving of
7699 restriction, and just use save-restriction, now that it works
7700 correctly. Don't adjust comint-last-input-start to account for
7701 our insertion; it shouldn't have moved because we don't use
7702 insert-before-markers anymore. Comment out call to
7703 `force-mode-line-update'; why is it here?
7704
7705 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
7706 while checking for prompt to delete. Use `forward-line 0'
7707 instead of beginning-of-line.
7708 (gud-filter): Temporarily widen gud comint buffer while
7709 examining output.
7710
7711 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
7712
7713 * progmodes/sh-script.el: Big bag of typos.
7714
7715 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
7716 check since ispell-process is not bound when ispell is not yet loaded.
7717
7718 2000-08-18 Dave Love <fx@gnu.org>
7719
7720 * image.el (find-image): Copy `spec' before using plist-put.
7721
7722 2000-08-18 Gerd Moellmann <gerd@gnu.org>
7723
7724 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
7725 `portugues'.
7726
7727 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
7728 backward-kill-sexp, analogous to kill-sexp.
7729
7730 * progmodes/icon.el (icon-indent-line)
7731 (icon-is-continuation-line): Handle comments specially.
7732
7733 2000-08-17 Ken Stevens <k.stevens@ieee.org>
7734
7735 * ispell.el: Set to standard author/maintainer/keyword fields.
7736 Fine tuning to menu map appearance and operation, and added help.
7737 Remove `start' and `end' error messages when compiling.
7738 (ispell-choices-win-default-height): Fixed comment string.
7739 (ispell-dictionary-alist-1): Fixed regexp in castellano and
7740 castellano8 dictionaries.
7741 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
7742 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
7743 dictionary, added italiano dictionary.
7744 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
7745 word character
7746 (ispell-tex-skip-alists): Added psfig support.
7747 (ispell-skip-html): Renamed from ispell-skip-sgml.
7748 (ispell-begin-skip-region-regexp, ispell-skip-region)
7749 (ispell-minor-check): Improved html skipping support to skip across
7750 code, and recognize `&' commands without propper `;' syntax;
7751 (ispell-process-line): Fix alignment error when manually
7752 correcting spelling.
7753 (ispell): Fix comment string.
7754 (ispell-add-per-file-word-list): Always put word list on new line.
7755
7756 2000-08-17 Gerd Moellmann <gerd@gnu.org>
7757
7758 * format.el (format-encode-run-method): Fix error message to say
7759 `encode' instead of `decode'. Use save-window-excursion around
7760 shell-command-on-region as in format-decode-run-method because
7761 shell-command-on-region can display a buffer with error output.
7762 (format-decode): Don't record undo information for the decoding.
7763 (format-annotate-function): Add parameter FORMAT-COUNT. Make
7764 that number part of the temporary buffer name so that more than
7765 one decoding using a temporary buffer can happen safely.
7766
7767 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
7768 of `A-z' in the regexp.
7769
7770 * hilit-chg.el: Fix typos in commentary.
7771
7772 * help.el (view-emacs-news): Rewritten for new naming scheme
7773 for old NEWS files.
7774
7775 * startup.el (command-line): Pop to *Messages* in case an error
7776 is signaled while loading user-init-file.
7777
7778 2000-08-17 Andreas Schwab <schwab@suse.de>
7779
7780 * files.el (insert-directory): Don't lose original file name,
7781 undoing an undocumented change.
7782
7783 2000-08-17 Alex Schroeder <alex@gnu.org>
7784
7785 * sql.el (sql-magic-go): Use comint-bol.
7786 (sql-copy-column): Use comint-line-beginning-position.
7787 (comint-line-beginning-position): Define a replacement for
7788 comint-line-beginning-position if it is not fboundp.
7789
7790 2000-08-17 Alex Schroeder <alex@gnu.org>
7791
7792 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
7793 it didn't have any effect anyway.
7794
7795 2000-08-17 Alex Schroeder <alex@gnu.org>
7796
7797 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
7798 --pset and pager=off instead of sending \\o|cat at the beginning
7799 of the session.
7800
7801 2000-08-17 Miles Bader <miles@gnu.org>
7802
7803 * progmodes/octave-inf.el: Add compatibility definition of
7804 comint-line-beginning-position.
7805
7806 2000-08-17 Kenichi Handa <handa@etl.go.jp>
7807
7808 * startup.el (normal-top-level): Look in each dir in load-path for
7809 a leim-list.el file too. This assures of loading leim-list.el
7810 that is created at Emacs installation time even if a user have his
7811 own leim-list.el.
7812
7813 2000-08-17 Miles Bader <miles@gnu.org>
7814
7815 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
7816 foreground color to black if the background is dark.
7817
7818 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
7819
7820 * loadhist.el (unload-feature): Typo.
7821
7822 * finder.el (finder-compile-keywords):
7823 * cus-dep.el (custom-make-dependencies): Add local-variable settings
7824 to the generated file.
7825
7826 * mail/mh-e.el (mh-make-local-vars):
7827 Replace make-variable-buffer-local with make-local-variable.
7828
7829 * play/landmark.el:
7830 * options.el (Edit-options-{set,toggle,t,nil}):
7831 * mail/mailabbrev.el (mail-abbrevs-mode):
7832 * textmodes/tex-mode.el (tex-expand-files):
7833 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
7834
7835 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
7836
7837 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
7838 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
7839 Allow going past the last element.
7840 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
7841 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
7842 (cvs-mouse-toggle-mark): Don't move point.
7843 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
7844
7845 * progmodes/compile.el (grep): Provide a default set of files.
7846 (next-error): Docstring fix.
7847 (compilation-find-file): Avoid find-file (fails in a dedicated window).
7848
7849 * emacs-lisp/easy-mmode.el (define-minor-mode):
7850 Use `symbol-value' to keep the byte-compiler quiet.
7851
7852 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
7853 (diff-find-source-location): New fun, extracted from diff-goto-source.
7854 (diff-goto-source): Use it.
7855 (diff-next-complex-hunk, diff-filter-lines): New function.
7856 (diff-apply-hunk): New command.
7857
7858 * smerge-mode.el (smerge-mode-menu): Doc fix.
7859
7860 * msb.el (msb-mode): Define it in terms of define-minor-mode.
7861
7862 2000-08-16 Dave Love <fx@gnu.org>
7863
7864 * windmove.el (windmove) <defgroup>: Add :version.
7865
7866 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
7867 (goto-address-fontify-p, goto-address-highlight-p)
7868 (goto-address-url-face, goto-address-url-mouse-face)
7869 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
7870 (goto-address-url-regexp): Use thing-at-point-url-regexp.
7871 (goto-address-fontify, goto-address-at-mouse): Simplify,
7872 (goto-address-at-point): browse-url-url-at-point,
7873 goto-address-find-address-at-point can return nil.
7874 (goto-address-find-address-at-point): Return nil on failure.
7875
7876 * align.el (align) <defgroup>: Add :version.
7877
7878 * calculator.el (calculator): Add :version.
7879 (calculator): Use two lines for calculator window if `modeline'
7880 face is boxed.
7881
7882 * play/5x5.el: Doc fixes.
7883 (5x5) <defgroup>: Add :version.
7884
7885 * play/fortune.el (fortune) <defgroup>: Add :version.
7886 (fortune-append): Fix error message.
7887 (fortune-from-region): Doc fix.
7888
7889 * play/pong.el (pong): Doc fix.
7890
7891 * play/morse.el: Keywords, commentary, autoloads.
7892
7893 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
7894
7895 * desktop.el (desktop-save): Don't look at symbol-value of a
7896 member of minor-mode-alist, unless it is boundp.
7897
7898 2000-08-16 Sam Steingold <sds@gnu.org>
7899
7900 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
7901 `while'; use `with-current-buffer' instead of `save-excursion'.
7902 Removed unnecessary kludges now that "*Buffer List*" is excluded.
7903
7904 2000-08-16 Kenichi Handa <handa@etl.go.jp>
7905
7906 * international/ccl.el (declare-ccl-program): Docstring modified.
7907 (ccl-execute-with-args): Likewise.
7908
7909 2000-08-16 Miles Bader <miles@gnu.org>
7910
7911 * progmodes/sql.el: Add compatibility definition of
7912 comint-line-beginning-position.
7913
7914 2000-08-15 Gerd Moellmann <gerd@gnu.org>
7915
7916 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
7917 'buffer-menu' property.
7918 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
7919 fails.
7920 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
7921 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
7922 wasn't killed.
7923
7924 * buff-menu.el (list-buffers-noselect): Don't display the
7925 *Buffer List* buffer.
7926
7927 * font-lock.el: Require jit-lock to prevent a very late
7928 `Loading jit-lock' message.
7929
7930 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
7931 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
7932 mail address.
7933
7934 2000-08-15 Miles Bader <miles@gnu.org>
7935
7936 * textmodes/ispell.el (ispell-graphic-p): New constant.
7937 (ispell-choices-win-default-height, ispell-help): Use
7938 `ispell-graphic-p' instead of `xemacsp'.
7939
7940 2000-08-15 Dave Love <fx@gnu.org>
7941
7942 * simple.el: Autoload widget-convert when compiling.
7943 (mail-user-agent): Doc fix.
7944
7945 * help.el (function-called-at-point, variable-at-point): Use
7946 with-syntax-table.
7947 (help-manyarg-func-alist): Add insert-and-inherit.
7948
7949 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
7950
7951 * delsel.el (delsel-unload-hook): New function.
7952
7953 * find-file.el: Doc fixes. Move provide to end.
7954 (ff) <defgroup>: Add :link.
7955 (ff-goto-click): Deleted.
7956 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
7957 Use mouse-set-point.
7958
7959 * textmodes/tildify.el: Doc fixes.
7960 (tildify) <defgroup>: Add:version.
7961
7962 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
7963 (glasses-custom-set): Use set-default, not set.
7964 (minor-mode-alist): Propertize the lighter.
7965 (glasses-mode): Provide optional arg.
7966
7967 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
7968 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
7969 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
7970 option. Provide :type.
7971 (cwarn-configuration): Provide :type.
7972 (cwarn-mode): Doc fix.
7973
7974 * add-log.el (change-log-merge): Doc fix.
7975 (change-log-redate): New command.
7976
7977 * net/browse-url.el (browse-url-filename-alist): Add a clause for
7978 Doze and Dog.
7979 (browse-url): Use dolist, not mapcar.
7980 (browse-url-at-point): Check for null url.
7981 (browse-url-event-buffer, browse-url-event-point): Functions
7982 deleted.
7983 (browse-url-at-mouse, browse-url-netscape): Simplify.
7984
7985 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
7986 modes.
7987 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
7988 Fix previous change to mapcan.
7989 (msb--init-file-alist, msb--add-separators)
7990 (msb--make-keymap-menu): Simplify.
7991 (msb--choose-file-menu): Use copy-sequence.
7992 (msb-mode-map): Add title to keymap.
7993 (msb-unload-hook): New function.
7994
7995 * bs.el: Fix indentation.
7996 (bs) <defgroup>: Add :links.
7997 (bs-show): Doc fix.
7998 (bs-apply-sort-faces): Don't use window-system.
7999 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
8000
8001 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
8002
8003 * calendar/timeclock.el (timeclock-file): Run .timelog through
8004 convert-standard-filename.
8005
8006 2000-08-14 Gerd Moellmann <gerd@gnu.org>
8007
8008 * emacs-lisp/authors.el: New file.
8009
8010 * paren.el (show-paren-priority): New user option.
8011 (show-paren-function): Set overlay priorities to
8012 show-paren-priority.
8013
8014 2000-08-14 Miles Bader <miles@gnu.org>
8015
8016 * comint.el (comint-bol): Use `forward-line 0' instead of calling
8017 beginning-of-line with inhibit-field-text-motion bound.
8018
8019 2000-08-14 Gerd Moellmann <gerd@gnu.org>
8020
8021 * calendar/timeclock.el: New file.
8022
8023 2000-08-14 David Ponce <david@dponce.com>
8024
8025 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
8026 `widget-button-click'. so that one can use left mouse button to
8027 click on dialog buttons.
8028
8029 2000-08-14 Emmanuel Briot <briot@gnat.com>
8030
8031 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
8032 identifiers, since XML is case sensitive
8033
8034 2000-08-12 Miles Bader <miles@gnu.org>
8035
8036 * comint.el (comint-output-filter): Don't bother frobbing
8037 window-start, it doesn't seem to be necessary.
8038
8039 * comint.el (comint-send-string, comint-send-region): Make into
8040 real functions. Snapshot the prompt before sending.
8041
8042 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
8043
8044 * info.el (Info-find-emacs-command-nodes): Rewrite to use
8045 technique similar to Info-index, instead of relying on specific
8046 names of relevant Index nodes.
8047 (Info-goto-emacs-command-node): Bind Info-history to nil when
8048 going to the first node found by Info-find-emacs-command-nodes.
8049
8050 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
8051
8052 * menu-bar.el (menu-bar-help-menu): Add a :help string.
8053
8054 2000-08-10 Miles Bader <miles@gnu.org>
8055
8056 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
8057
8058 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
8059
8060 * info.el (Info-file-list-for-emacs): More elements for the
8061 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
8062 and woman manuals.
8063
8064 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
8065
8066 * comint.el (comint-send-input): Make the newline boundary overlay
8067 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
8068 (comint-output-filter): Use `insert' instead of
8069 `insert-before-markers'. Extend comint-last-output-overlay when
8070 necessary since we can't rely on insert-before-markers to do it.
8071 * gud.el (gud-filter): Use `with-current-buffer' instead of
8072 save-excursion when inserting the output, so that point gets
8073 updated correctly; the old method relied on a rather dodgy
8074 side-effect of comint-output-filter to avoid the effect of
8075 save-excursion.
8076
8077 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
8078
8079 * files.el (recover-file): Call insert-directory instead of
8080 invoking `ls' directly.
8081
8082 2000-08-10 Miles Bader <miles@gnu.org>
8083
8084 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
8085 (comint-last-prompt-overlay): New variables.
8086 (comint-output-filter): Implement prompt highlighting.
8087 (comint-snapshot-last-prompt): New function.
8088 (comint-send-input): Snapshot the last prompt.
8089 Use comint-highlight-input-face.
8090 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
8091 Use defface instead of defcustom.
8092 (send-invisible, comint-send-eof): Snapshot the last prompt.
8093 (comint-delchar-or-maybe-eof): Use comint-send-eof.
8094 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
8095
8096 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
8097
8098 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
8099 (regexp-opt-group): Use a list of chars for `letters'.
8100 (regexp-opt-charset): `chars' is now a list of chars.
8101 Use a char-table rather than a vector so it works for multibyte chars.
8102
8103 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
8104 Set cvs-minor-current-files to the selected fileinfo.
8105 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
8106 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
8107
8108 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
8109
8110 * files.el (insert-directory): Don't call access-file on
8111 directories on DOS and Windows.
8112
8113 2000-08-09 Kenichi Handa <handa@etl.go.jp>
8114
8115 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
8116 longer if necessary.
8117 (ccl-embed-code): Call ccl-embed-data to store CODE in
8118 ccl-program-vector.
8119
8120 2000-08-09 Miles Bader <miles@gnu.org>
8121
8122 * comint.el (comint-output-filter): Properly handle the case where
8123 the text surrounded by comint-last-output-overlay was deleted.
8124
8125 2000-08-08 Gerd Moellmann <gerd@gnu.org>
8126
8127 * info.el (Info-insert-dir): Use Info-additional-directory-list if
8128 non-nil.
8129 (Info-file-list-for-emacs): Remove "info" from the list because
8130 that leads to trying to use the documentation from file `info'
8131 in various situations where it isn't appropriate, for instance
8132 C-h C-k C-h i.
8133
8134 * ffap.el (ffap-read-file-or-url-internal): Handle case that
8135 DIR and/or STRING are nil.
8136
8137 * progmodes/compile.el (compilation-setup): Make variable
8138 compilation-error-screen-columns buffer-local, as some comment
8139 in the code suggests it should be.
8140
8141 * files.el (auto-mode-interpreter-regexp): New variable.
8142 (set-auto-mode): Use it.
8143
8144 * indent.el (indent-for-tab-command): Doc fix.
8145
8146 * mouse-sel.el (mouse-sel-mode): Doc fix.
8147
8148 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
8149 labels.
8150
8151 * help.el (print-help-return-message): When
8152 display-buffer-reuse-frames is set, let the help window been quit,
8153 instead of deleting it, which might delete a reused frame.
8154
8155 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
8156
8157 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
8158 rename a directory to a name that differs only by its letter case.
8159
8160 2000-08-08 Kenichi Handa <handa@etl.go.jp>
8161
8162 * international/quail.el (quail-define-rules): Handle Quail decode
8163 map correctly. Add code for supporting annotations.
8164 (quail-install-decode-map): New function.
8165 (quail-defrule-internal): New optional arguments decode-map and
8166 props.
8167 (quail-advice): New function.
8168
8169 2000-08-07 Sam Steingold <sds@gnu.org>
8170
8171 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
8172 `defconst', `define-condition', `with-slots'.
8173 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
8174
8175 2000-08-03 Miles Bader <miles@gnu.org>
8176
8177 * comint.el (comint-use-prompt-regexp-instead-of-fields):
8178 New variable.
8179 (comint-prompt-regexp, comint-get-old-input): Document dependence on
8180 comint-use-prompt-regexp-instead-of-fields.
8181 (comint-send-input): Add `input' field property to stuff we send to
8182 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
8183 (comint-output-filter): Add `output' field property to process
8184 output, if comint-use-prompt-regexp-instead-of-fields is nil.
8185 (comint-replace-by-expanded-history)
8186 (comint-get-old-input-default, comint-show-output)
8187 (comint-backward-matching-input, comint-forward-matching-input)
8188 (comint-next-prompt, comint-previous-prompt): Use field
8189 properties if comint-use-prompt-regexp-instead-of-fields is nil.
8190 (comint-line-beginning-position): New function.
8191 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
8192 (comint-replace-by-expanded-history-before-point): Use
8193 comint-line-beginning-position and line-end-position.
8194 (comint-last-output-overlay): New variable.
8195 (comint-mode): Make `comint-last-output-overlay' buffer-local.
8196
8197 * shell.el (shell-prompt-pattern): Doc change.
8198 (shell-backward-command): Use line-beginning-position.
8199
8200 * gud.el (gud-gdb-complete-command): Use
8201 comint-line-beginning-position.
8202
8203 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
8204 comint-bol doesn't actually go to the beginning of the line.
8205
8206 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
8207 if comint-use-prompt-regexp-instead-of-fields is non-nil.
8208 (try-expand-line-all-buffers): Likewise.
8209
8210 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
8211 explicitly matching comint-prompt-regexp.
8212 (sql-copy-column): Use comint-line-beginning-position instead of
8213 explicitly matching comint-prompt-regexp.
8214
8215 * progmodes/octave-inf.el (inferior-octave-complete): Use
8216 comint-line-beginning-position.
8217
8218 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
8219
8220 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
8221 looking for a prompt, use `forward-line 0' instead of
8222 `beginning-of-line', to avoid getting caught by an input field.
8223
8224 2000-08-07 Gerd Moellmann <gerd@gnu.org>
8225
8226 * files.el (shell-quote-wildcard-pattern): Make sure to return
8227 PATTERN, in the Unix case.
8228
8229 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
8230
8231 * play/zone.el (zone): Discard any pending input before running
8232 the randomly-chosen pgm.
8233
8234 2000-08-07 Kenichi Handa <handa@etl.go.jp>
8235
8236 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
8237 checking the existence of any multibyte characters.
8238
8239 2000-08-06 Gerd Moellmann <gerd@gnu.org>
8240
8241 * help.el (describe-mode): Test minor-mode symbol for being
8242 bound before testing its value for being nil.
8243
8244 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
8245 `first', `second', and `third'.
8246
8247 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
8248 (second): Make it an alias for `cadr'.
8249
8250 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
8251
8252 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
8253 types of display support faces now.
8254
8255 2000-08-05 Gerd Moellmann <gerd@gnu.org>
8256
8257 * pcvs.el (require): Require `cl' during compilation, only.
8258
8259 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
8260 (toplevel): Remove `remq' and `remove' from autoloads.
8261 (cl-fake-autoloads): New variable. If set, arrange for an error
8262 when CL functions etc. are autoloaded.
8263
8264 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
8265
8266 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
8267
8268 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
8269 popped up, but the user clicks outside the menu, return an empty
8270 regexp (that causes unhighlight-regexp to have no effect).
8271
8272 * menu-bar.el (menu-bar-games-menu): Add Zone.
8273
8274 * hi-lock.el (toplevel): Require font-lock.
8275
8276 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8277
8278 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
8279 (ebnf-8-bit-chars): New var for bug fix.
8280 (ebnf-string): Bug fix.
8281
8282 2000-08-03 Sam Steingold <sds@gnu.org>
8283
8284 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
8285 instead of `buffer-string'.
8286 (require 'cl): Always, not just when compiling.
8287 `ignore-errors' in `interactive', `list*', `defun*' &c make this
8288 necessary.
8289
8290 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
8291
8292 * international/mule-cmds.el (select-safe-coding-system): Make
8293 the message text about selecting a safe coding system more clear.
8294
8295 2000-08-02 Gerd Moellmann <gerd@gnu.org>
8296
8297 * hi-lock.el: New file.
8298
8299 * play/zone.el: New file.
8300
8301 * replace.el (occur): Set tab-width in the *Occur* buffer to the
8302 value of tab-width in the original buffer. Choose a line number
8303 format that's a multiple of the original buffer's tab width, so
8304 that lines appear right.
8305
8306 * textmodes/ispell.el (ispell): New function, replacing an alias.
8307 Spell-check active region if in transient-mark-mode and mark
8308 is active; otherwise spell-check buffer.
8309
8310 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8311
8312 * ps-mule.el: Fix a customization problem on
8313 ps-mule-font-info-database-default.
8314
8315 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
8316
8317 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
8318 display-mouse-p instead of window-system.
8319 (ebrowse-member-mode-map): Ditto.
8320
8321 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8322
8323 * progmodes/ebnf2ps.el: Update ps-print functions call.
8324 Indentation fix. Doc fix.
8325 (ebnf-version): New version number (3.2).
8326 (ebnf-format-color, ebnf-begin-job): Code fix.
8327
8328 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
8329
8330 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
8331 font lock support on window-system.
8332 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
8333
8334 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
8335 display-color-p, if fboundp, instead of window-system.
8336
8337 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
8338
8339 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
8340 instead of window-system.
8341
8342 * wid-edit.el (widget-choose): Use display-mouse-p instead of
8343 window-system.
8344 (widget-choice-mouse-down-action): Use display-popup-menus-p
8345 instead of window-system.
8346
8347 * strokes.el (strokes-file): Run the file name through
8348 convert-standard-filename.
8349 (strokes-mode): Call display-mouse-p instead of looking at
8350 window-system. Change the error message accordingly.
8351
8352 * progmodes/cpp.el (toplevel): Support faces on tty's.
8353
8354 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
8355 (lm-plot-square, lm-init-display): Don't use window-system.
8356
8357 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
8358 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
8359
8360 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
8361 instead of looking at window-system.
8362
8363 2000-07-30 Gerd Moellmann <gerd@gnu.org>
8364
8365 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
8366 of testing if iswitchb-prepost-hooks is bound, because the
8367 latter will always be true when invoking a recursive minibuffer
8368 from an active Iswitchb buffer.
8369
8370 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
8371
8372 * files.el (shell-quote-wildcard-pattern): New function.
8373 (insert-directory): Call it. Only prepend "\" to command on Unix
8374 and GNU/Linux systems.
8375
8376 2000-07-30 Gerd Moellmann <gerd@gnu.org>
8377
8378 * eshell/esh-groups.el: Change custom :link file names
8379 from `eshell.info' to `eshell'.
8380
8381 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
8382
8383 * dired.el (dired-build-subdir-alist): Expand subdirectory names
8384 correctly in recursive ange-ftp listings.
8385
8386 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8387
8388 * ps-print.el: Fix bug 1: if ps-font-size-internal,
8389 ps-header-font-size-internal and
8390 ps-header-title-font-size-internal variables are not set,
8391 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
8392 face text property is (foreground-color . COLOR) or
8393 `(background-color . COLOR)', ps-print crashes. Doc fix.
8394 (ps-print-version): New version number (5.2.4).
8395 (ps-plot-region): Code fix.
8396 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
8397 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
8398 Bug fix 2.
8399
8400 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
8401
8402 * glasses.el (glasses-make-readable): Fix uncapitalization of
8403 identifiers like `myXMLDocument'.
8404
8405 2000-07-28 Karl Fogel <kfogel@red-bean.com>
8406
8407 * mail/mail-hist.el (mail-hist-previous-input)
8408 (mail-hist-next-input): Do the obvious code factorization.
8409 (mail-hist-retrieve-and-insert): New func, contains common
8410 code of above two.
8411 If inserting a message body, leave point at top.
8412
8413 2000-07-28 Sam Steingold <sds@gnu.org>
8414
8415 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
8416 Use `<=', not `<' to compare times!
8417 (ange-ftp-ls): Remove.
8418
8419 2000-07-27 Gerd Moellmann <gerd@gnu.org>
8420
8421 * play/cookie1.el: Add explanation of how to make cookie.el
8422 compatible with strfile(1) to comment.
8423
8424 * subr.el (remove, remq): New functions.
8425
8426 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
8427 escape `*' in regexps.
8428 (midnight-find): Reverse order of arguments in the funcall of
8429 TEST.
8430
8431 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
8432 and `.class'.
8433
8434 * play/meese.el: Add Commentary section.
8435
8436 2000-07-27 Alex Schroeder <alex@gnu.org>
8437
8438 * sql.el (sql-ms): Added autoload cookie.
8439 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
8440 (sql-oracle): Ditto.
8441 (sql-help): Doc change.
8442
8443 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
8444 types and exceptions.
8445
8446 2000-07-27 Alex Schroeder <alex@gnu.org>
8447
8448 * sql.el (sql-placeholder-history): New variable.
8449 (sql-query-placeholders-and-send): New function that will query
8450 the user and replace placeholders with user input.
8451 (sql-oracle): If running on NT, set comint-input-sender to
8452 sql-query-placeholders-and-send.
8453
8454 (sql-stop): If in the SQLi buffer, insert stop notification, else
8455 present it as a message.
8456
8457 2000-07-27 Alex Schroeder <alex@gnu.org>
8458
8459 * sql.el (sql-input-ring-separator): Doc change.
8460 (sql-input-ring-file-name): Doc change.
8461 (sql-interactive-mode): Use `sql-input-ring-separator' and
8462 `sql-input-ring-file-name' to set the comint-mode equivalents
8463 without making them local variables.
8464 (sql-stop): Don't bind `sql-input-ring-separator' and
8465 `sql-input-ring-file-name' dynamically to their comint-mode
8466 equivalents.
8467
8468 2000-07-27 Kenichi Handa <handa@etl.go.jp>
8469
8470 * international/mule.el (register-char-codings): New function.
8471 (make-coding-system): Handle `safe-chars' specification in the arg
8472 PROPERTY.
8473
8474 * international/mule-cmds.el
8475 (find-coding-systems-region-subset-p): This function deleted.
8476 (sort-coding-systems-predicate): New variable.
8477 (sort-coding-systems): New function.
8478 (find-coding-systems-region): Use
8479 find-coding-systems-region-internal.
8480 (find-coding-systems-string): Use find-coding-systems-region.
8481 (find-coding-systems-for-charsets): Check
8482 char-coding-system-table.
8483 (select-safe-coding-system-accept-default-p): New variable.
8484 (select-safe-coding-system): Mostly rewritten. New argument
8485 ACCEPT-DEFAULT-P.
8486 (select-message-coding-system): Call select-safe-coding-system
8487 with ACCEPT-DEFAULT-P arg.
8488 (reset-language-environment): Reset default-sendmail-coding-system
8489 to the default value iso-latin-1.
8490 (set-language-environment): Don't set the obsolete variable
8491 charset-origin-alist.
8492
8493 * international/codepage.el (cp-coding-system-for-codepage-1):
8494 Give `safe-chars' property to make-coding-system.
8495
8496 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
8497 calling select-message-coding-system twice.
8498
8499 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
8500 instead of `safe-charsets'.
8501 (cyrillic-alternativnyj): Likewise.
8502 (ccl-encode-alternativnyj): Don't check the charset
8503 cyrillic-iso8859-5.
8504
8505 2000-07-27 Kenichi Handa <handa@etl.go.jp>
8506
8507 * composite.el (compose-chars-after): Preserve match data.
8508
8509 2000-07-26 Sam Steingold <sds@gnu.org>
8510
8511 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
8512 (ange-ftp-real-file-newer-than-file-p): New function.
8513 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
8514 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
8515
8516 * tooltip.el (tooltip-float-time): Removed (use `float-time').
8517 * midnight.el (midnight-float-time): Ditto.
8518
8519 2000-07-26 Andreas Schwab <schwab@suse.de>
8520
8521 * files.el (normal-backup-enable-predicate): Correct
8522 interpretation of the return value of compare-strings.
8523
8524 2000-07-26 Gerd Moellmann <gerd@gnu.org>
8525
8526 * isearch.el (isearch-resume): New function.
8527 (isearch-done): Add something to command-history to resume
8528 the search.
8529 (isearch-yank-line, isearch-yank-word): Use
8530 buffer-substring-no-properties instead of buffer-substring.
8531
8532 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
8533 of flyspell-mouse-map.
8534
8535 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
8536 duplicate definition.
8537 (makefile-mode): Remove duplicate setting of local-abbrev-table.
8538
8539 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
8540 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
8541
8542 2000-07-25 Sam Steingold <sds@gnu.org>
8543
8544 * net/ange-ftp.el: Get modtime over the net.
8545 (ange-ftp-file-modtime): New function.
8546 (ange-ftp-write-region, ange-ftp-insert-file-contents)
8547 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
8548 Use it.
8549 (ange-ftp-dot-to-slash): New function.
8550 (ange-ftp-fix-name-for-vms): Use it.
8551
8552 * midnight.el (midnight-buffer-display-time): Use
8553 `with-current-buffer'.
8554
8555 2000-07-25 Gerd Moellmann <gerd@gnu.org>
8556
8557 * find-dired.el: Update copyright notice.
8558 (find-dired): Offer to kill a running `find'.
8559
8560 * enriched.el (enriched-face-ans): For a `foreground-color'
8561 property, return '(("x-color" COLOR))' so that COLOR will be
8562 output as a parameter of the x-color annotation. Likewise for the
8563 `background-color' property. In the case of normal face
8564 properties, don't return annotations for unspecified foreground
8565 and background face attributes.
8566
8567 2000-07-25 Kenichi Handa <handa@etl.go.jp>
8568
8569 * language/japan-util.el (japanese-katakana-region): Fix handling
8570 HANKAKU argument.
8571
8572 2000-07-25 Miles Bader <miles@gnu.org>
8573
8574 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
8575 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
8576 constrain-to-field.
8577
8578 2000-07-24 Andrew Innes <andrewi@gnu.org>
8579
8580 * timer.el (timer-activate-when-idle): Add optional parameter
8581 DONT-WAIT. Update docstring.
8582 (run-with-idle-timer): Specify extra parameter to
8583 timer-activate-when-idle, so that timer will be activated
8584 immediately if Emacs is already idle.
8585
8586 * w32-fns.el (w32-using-nt): Fix docstring.
8587
8588 2000-07-24 Dave Love <fx@gnu.org>
8589
8590 * mouse.el (popup-menu): Set last-command-event.
8591 (mouse-major-mode-menu-prefix): Declare.
8592
8593 2000-07-24 Gerd Moellmann <gerd@gnu.org>
8594
8595 * textmodes/flyspell.el: Update to author's version 1.5d.
8596
8597 * progmodes/hideshow.el: Update copyright notice.
8598
8599 * vcursor.el: Set maintainer to FSF, since author cannot
8600 be reached.
8601
8602 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
8603
8604 * info.el (Info-goto-emacs-key-command-node): Leave a space after
8605 the prompt.
8606
8607 * mouse.el (popup-menu): Run the keymap through indirect-function,
8608 in case it was defined with define-prefix-key. If the menu is a
8609 list of keymaps, look up the binding of user's choice in each one
8610 of the keymaps.
8611 (mouse-popup-menubar): If the global and local menu-bar keymaps
8612 don't have a prompt string, create one and insert it into the
8613 keymap. Don't barf if current-local-map returns nil.
8614
8615 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
8616
8617 * dired.el (dired-sort-R-check): Added to allow recursive listing
8618 to be undone.
8619 (dired-sort-other): Use it.
8620
8621 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8622
8623 * Release of cc-mode 5.27
8624
8625 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8626
8627 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
8628 c-beginning-of-statement-1 that caused a bad case of recursion
8629 which could consume a lot of CPU in large classes in languages
8630 that have in-expression classes (i.e. Java and Pike).
8631
8632 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
8633 statements before top level constructs (i.e. case 6 is moved
8634 before case 5 and is now case 4) to catch in-expression
8635 classes in top level expressions correctly.
8636
8637 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8638
8639 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
8640 objc-method-intro. Case 4 removed and case 5I added.
8641
8642 * cc-langs.el (c-append-paragraph-start): New variable used by
8643 c-common-init to get paragraph-start correct.
8644 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
8645 initialize paragraph-start to make it correct both with and
8646 without the javadoc special case.
8647
8648 * cc-mode.el (java-mode): Use c-append-paragraph-start to
8649 initialize paragraph-start for javadoc markup.
8650
8651 * cc-vars.el (c-style-variables-are-local-p): Incompatible
8652 change by defaulting this to t. It's motivated by the
8653 confusing behavior that otherwise arise from the style system
8654 when editing both java and non-java files at the same time
8655 (see the comments about style setting in c-common-init).
8656
8657 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8658
8659 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
8660 similar to the one in c-fill-paragraph to check the fill
8661 prefix from the adaptive fill function for sanity.
8662
8663 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8664
8665 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
8666 defun block.
8667
8668 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8669
8670 * cc-mode.texi Documented the change of cpp-macro.
8671
8672 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8673
8674 * cc-align.el (c-lineup-multi-inher): Handle lines with
8675 leading comma nicely. Extended to handle member initializers
8676 too.
8677
8678 * cc-engine.el: (c-beginning-of-inheritance-list,
8679 c-guess-basic-syntax): Fixed recognition of inheritance lists
8680 when the lines begins with a comma.
8681
8682 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
8683
8684 * cc-vars.el (c-offsets-alist): Changed default for
8685 member-init-cont to c-lineup-multi-inher since it now handles
8686 member initializers and indents better for leading commas.
8687
8688 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8689
8690 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
8691 handling that caused class open lines to be recognized as
8692 statement-conts in some cases.
8693
8694 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
8695 guessed by the adaptive fill function unless point is on the
8696 first line of a block comment.
8697
8698 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
8699 when the buffer ends with a macro continuation char.
8700
8701 * cc-engine.el (c-guess-basic-syntax): Added support for
8702 function definitions as statements in Pike. The first
8703 statement in a lambda block is now labeled defun-block-intro
8704 instead of statement-block-intro.
8705
8706 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
8707 so that the class surrounding point is selected, not the one
8708 innermost in the state.
8709
8710 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
8711 recognition of switch labels having hanging multiline
8712 statements.
8713
8714 * cc-engine.el (c-beginning-of-member-init-list): Broke out
8715 some code in c-guess-basic-syntax to a separate function.
8716 * cc-engine.el (c-just-after-func-arglist-p): Fixed
8717 recognition of member inits with multiple line arglists.
8718 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
8719 member-init-cont when the commas are in funny places.
8720
8721 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8722
8723 * cc-defs.el (c-auto-newline): Removed this macro since it's
8724 not used anymore.
8725
8726 * cc-engine.el (c-looking-at-bos): New helper function.
8727 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
8728 inexpr and toplevel classes apart in Pike.
8729
8730 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
8731 of case 9A.
8732
8733 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
8734 constant, since "class" can introduce an in-expression class
8735 in Pike nowadays.
8736
8737 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8738
8739 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
8740 indentation on cpp-macro lines.
8741
8742 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
8743 a syntax modifier like comment-intro, to make it possible to
8744 get syntactic indentation for preprocessor directives. It's
8745 incompatible wrt to lineup functions on cpp-macro, but it has
8746 no observable effect in the 99.9% common case where cpp-macro
8747 is set to -1000.
8748
8749 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8750
8751 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
8752 member-init-cont when the preceding arglist is several lines.
8753
8754 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8755
8756 * cc-styles.el (c-style-alist): The basic offset for the BSD
8757 style corrected to 8.
8758
8759 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8760
8761 * cc-styles.el (c-style-alist): Adjusted the indentation of
8762 brace list openers in the gnu style.
8763
8764 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8765
8766 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
8767
8768 * cc-cmds.el (c-electric-brace, c-electric-slash,
8769 c-electric-star, c-electric-semi&comma, c-electric-colon,
8770 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
8771 when c-syntactic-indentation is nil.
8772
8773 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
8774 we were left at comments preceding the first statement when
8775 reaching the beginning of the buffer.
8776
8777 * cc-vars.el (c-syntactic-indentation): New variable to turn
8778 off all syntactic indentation.
8779
8780 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8781
8782 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
8783 between the text and the block comment ender when it hangs,
8784 depending on how many there are before the fill.
8785
8786 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8787
8788 * cc-engine.el (c-beginning-of-closest-statement): New helper
8789 function to go back to the closest preceding statement start,
8790 which could be inside a conditional statement.
8791 * cc-engine.el (c-guess-basic-syntax): Use
8792 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
8793
8794 * cc-engine.el (c-guess-basic-syntax): Better handling of
8795 arglist-intro, arglist-cont-nonempty and arglist-close when
8796 the arglist is nested inside parens. Cases 7A, 7C and 7F
8797 changed.
8798
8799 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
8800 up-to-date with javadoc 1.2.
8801
8802 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8803
8804 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
8805 multiline Pike type decls.
8806
8807 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8808
8809 * cc-cmds.el (c-indent-new-comment-line): Always break
8810 multiline comments in multiline mode, regardless of
8811 comment-multi-line.
8812
8813 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8814
8815 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
8816 fully::qualified::names in C++ member init lists. Preamble in
8817 case 5D changed.
8818
8819 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8820
8821 * cc-langs.el (c-common-init): Handling of obsolete variables
8822 moved to c-initialize-cc-mode. More compatible style override
8823 when using global style variables.
8824 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
8825 variables moved here.
8826
8827 * cc-mode.texi: Documented the special behavior of
8828 c-special-indent-hook as a style variable. Don't talk about
8829 doing (c-make-styles-buffer-local t) in a mode hook, since
8830 that's already too late to work right.
8831
8832 * cc-styles.el (c-make-styles-buffer-local): Flag style
8833 variable localness in c-style-variables-are-local-p to make
8834 the compatibility measure in c-common-init work well.
8835
8836 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
8837 longer contain set-from-style.
8838 * cc-styles.el (c-initialize-builtin-style): Don't check for
8839 set-from-style on c-special-indent-hook.
8840 * cc-styles.el (c-copy-tree): Obsolete. The standard function
8841 copy-alist is sufficient now.
8842
8843 * cc-styles.el (c-set-style, c-set-style-1,
8844 c-get-style-variables): Fixes to variable initialization so
8845 that duplicate entries in styles have the same effect
8846 regardless of DONT-OVERRIDE.
8847
8848 * cc-styles.el (c-set-style-2): Fixed bug where the
8849 initialization of inheriting styles failed when the
8850 dont-override flag is set.
8851
8852 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
8853 on this.
8854
8855 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8856
8857 * cc-defs.el (c-forward-comment): Removed the workaround
8858 introduced in 5.38 since it had worse side-effects. If a line
8859 contains the string "//\"", it regarded the // as a comment
8860 start since the \ temporarily doesn't have escape syntax.
8861
8862 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
8863
8864 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
8865 ada-xref.el before ada-prj.el, so that the Project menu is created
8866 when ada-prj tries to add to it.
8867 (ada-activate-keys-for-case): Suppress the characters that are not
8868 part of the Ada syntax. Better compatibility with else-mode
8869 (ada-adjust-case-interactive): When auto-casing is not active,
8870 correctly insert newlines (used to insert only ^M). Prevent the
8871 syntax table from being changed in case of an error
8872 (or '_' becomes part of a word and some commands are confused).
8873 Do nothing if ada-auto-case is nil.
8874 (ada-after-keyword-p): Ignore keywords that are also attributes
8875 (ada-batch-reformat): Update usage comment
8876 (ada-call-from-contextual-menu): New function
8877 (ada-case-read-exceptions): Reinitialize the casing exception list
8878 first to nil first, so that the casing exception file can be
8879 shared.
8880 (ada-check-defun-name): Handles "configure" keyword for gnatdist
8881 files.
8882 (ada-compile-goto-error): Fix regexp used to detect a file:line
8883 anywhere in the error message
8884 (ada-contextual-menu-last-point): New variable
8885 (ada-create-keymap): If the variable delete-key-deletes-forward is
8886 t on XEmacs, it means that DEL should delete one character
8887 forward.
8888 (ada-create-menu): Use :included instead of :visible for XEmacs.
8889 New submenu "Options".
8890 (ada-end-stmt-re): Correctly indent "select ... then abort"
8891 statements.
8892 (ada-fill-comment-paragraph): Correctly delete all leading '--'
8893 even if they don't match ada-fill-comment-prefix Fix handling of
8894 paragraphs on the first or last line of a file.
8895 (ada-format-paramlist): Fix handling of default parameter values.
8896 (ada-get-body-name): New function.
8897 (ada-get-current-indent): Optimized by searchling directly for an
8898 existing generic part or a statement outside of it. Handle
8899 ada-indent-align-comments when indenting comments Replaced some
8900 regexps by testing directly the next character. This results in a
8901 huge speedup on some files. New indentation scheme for renames
8902 statements. Stop looking for the 'while' or 'for' associated with
8903 a 'loop' at the first semicolon encountered. A "return" can also
8904 match an anonymous access subprogram declaration.
8905 (ada-get-indent-noindent): Ignore strings and comments when
8906 looking for the keywords "record" and "private".
8907 (ada-goto-matching-decl-start): When matching "if", make sure we
8908 are not in fact seeing "end if". Ignore "when" statements except
8909 when initial keyword was "begin". Fix handling of nested
8910 procedures. Add a recursive call to this function to skip over
8911 other 'end' statmts. Fix indentation for "when .. => begin"
8912 (ada-in-open-paren-p): Fix indentation for complex boolean
8913 expressions, where 'and then', 'or else' and parenthesis
8914 statements are mixed up.
8915 (ada-in-paramlist-p): Skip comments while searching for the
8916 beginning Fix handling of operator declarations.
8917 (ada-indent-align-comments): New variable
8918 (ada-indent-current): Change the syntax table only in the
8919 protected section, so that we are sure it is restored correctly.
8920 (ada-indent-on-previous-lines): Use ada-use-indent and
8921 ada-with-indent Correctly indent "select ... then"
8922 (ada-indent-region): Slight speedup.
8923 (ada-indent-renames): New variable.
8924 (ada-last-which-function-subprog, ada-last-which-function-line):
8925 New variables
8926 (ada-looking-at-semi-private): Correctly indent the 'private'
8927 keyword when it is the first word in a package declaration.
8928 (ada-loose-case-word): Stop searching if at the end of the buffer.
8929 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
8930 even if point is not initially at the end of the word.
8931 (ada-matching-decl-start-re): Add "when".
8932 (ada-mode): Add support for abbrev-mode, outline-mode and
8933 which-func-mode Override the old find-file.el entry in
8934 ff-special-constructs since it is using the obsolete
8935 ada-spec-suffix variable
8936 (ada-no-auto-case): New function
8937 (ada-scan-paramlist): When parsing the argument type, accept
8938 spaces (as in "X 'Class", generated by Rational Rose).
8939 (ada-other-file-name): No longer loads the other file.
8940 (ada-popup-menu): Save and restore the current buffer and cursor
8941 position before and after displaying the menu.
8942 (ada-search-ignore-complex-boolean): New function.
8943 (ada-uncomment-region): Emacs21 already knows how to delete
8944 comments not starting in the first column.
8945 (ada-use-indent): New variable
8946 (ada-which-function): New function.
8947 (ada-with-indent): New variable
8948 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
8949 can be batch-compiled from the command line.
8950
8951 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
8952 Add to the menu when the file is loaded, not in ada-mode-hook.
8953 Add -toolbar to the default ddd command Switches moved from
8954 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
8955 ada-prj-default-comp-opt
8956 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
8957 Reference Manual to the menu
8958 (ada-check-current): rewritten as a call to ada-compile-current
8959 (ada-compile): Removed.
8960 (ada-compile-application, ada-compile-current, ada-check-current):
8961 Set the compilation-search-path so that compile.el automatically
8962 finds the sources in src_dir. Automatic scrollong of the
8963 compilation buffer. C-uC-cC-c asks for confirmation before
8964 compiling
8965 (ada-compile-current): New parameter, prj-field
8966 (ada-complete-identifier): Load the .ali file before doing
8967 processing
8968 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
8969 conform to gnatmake's behavior.
8970 (ada-find-file-in-dir): New function
8971 (ada-find-references): Set the environment variables for gnatfind
8972 (ada-find-src-file-in-dir): New function.
8973 (ada-first-non-nil): Removed
8974 (ada-gdb-application): Add support for jdb, the java debugger.
8975 (ada-get-ada-file-name): Load the original-file first if not done
8976 yet.
8977 (ada-get-all-references): Handles the new ali syntax (parent types
8978 are found between <>).
8979 (ada-initialize-runtime-library): New function
8980 (ada-mode-hook): Always load a project file when a file is opened,
8981 so that the casing exceptions are correctly read.
8982 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
8983 (ada-parse-prj-file): Use find-file-noselect instead of find-file
8984 to open the project file, since the latter does not work with
8985 speedbar Get default values before loading the prj file, or the
8986 default executable file name is wrong. Use the absolute value of
8987 src_dir to initialize ada-search-directories and
8988 compilation-search-path,... Add the standard runtime library to
8989 the search path for find-file.
8990 (ada-prj-default-debugger): Was missing an opening '{'
8991 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
8992 variables.
8993 (ada-prj-default-gnatmake-opt): New variable
8994 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
8995 buffers, the project file is the default one Save the windows
8996 configuration before displaying the menu.
8997 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
8998 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
8999 ...) regexp-quote identifiers names to support operators +,
9000 -,... in regexps.
9001 (ada-remote): New function.
9002 (ada-run-application): Erase the output buffer before starting the
9003 run Support remote execution of the application. Use
9004 call-process, or the arguments are incorrectly parsed
9005 (ada-set-default-project-file): Reread the content of the active
9006 project file, not the one from the current buffer When a project
9007 file is set as the default project, all directories are
9008 automatically associated with it.
9009 (ada-set-environment): New function
9010 (ada-treat-cmd-string): New special variable ${current}
9011 (ada-treat-cmd-string): Revised. The substitution is now done for
9012 any ${...} substring
9013 (ada-xref-current): If no body was found, compiles the spec
9014 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
9015 compiler to get rid of command line length limitations.
9016 (ada-xref-get-project-field): New function
9017 (ada-xref-project-files): New variable
9018 (ada-xref-runtime-library-specs-path)
9019 (ada-xref-runtime-library-ali-path): New variables
9020 (ada-xref-set-default-prj-values): Default run command now does a
9021 cd to the build directory. New field: main_unit Provide a default
9022 file name even if the current buffer has no prj file.
9023
9024 * ada-prj.el:
9025 Rewritten to show a tabbed-dialog.
9026 (ada-prj-add-ada-menu): Remove the map and name parameters.
9027 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
9028 New function
9029 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
9030 (ada-prj-load-from-file): New function
9031 (ada-prj-save): Always save fields that depend on the current buffer
9032 (ada-prj-show-value): New function
9033
9034 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
9035 Ada mode. This will allow us to display the Ada menu in any buffer
9036 we want (for project items).
9037 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
9038 number of spaces in the header.
9039
9040 2000-07-24 Dave Love <fx@gnu.org>
9041
9042 * ediff-init.el (ediff-region-help-echo): Bind face-help.
9043
9044 2000-07-23 Noah Friedman <friedman@splode.com>
9045
9046 * type-break.el (type-break): perform autosave.
9047 Suggested by Stephen Gildea <gildea@intouchsys.com>.
9048 (type-break-do-query): Cancel query schedule while performing
9049 actual query, to avoid possibility of a second query being made
9050 while first one is already in progress.
9051 (type-break-time-stamp-format): New variable.
9052 (type-break-time-stamp): New function.
9053 (type-break-time-warning): Use it.
9054 (type-break-keystroke-warning): Use it.
9055 (type-break-noninteractive-query): Use it.
9056
9057 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
9058 cookie.
9059 Use add-minor-mode to set minor-mode-alist, if available.
9060 (eldoc-echo-area-use-multiline-p): New user option.
9061 (eldoc-echo-area-multiline-supported-p): New variable.
9062 (eldoc-docstring-format-sym-doc): Use them.
9063 (eldoc-mode): If not using idle timers, append to local post and
9064 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
9065 (eldoc-display-message-no-interference-p): Don't interfere with
9066 edebug.
9067 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
9068 (eldoc-function-arglist): New function.
9069 (eldoc-function-argstring): Use it.
9070
9071 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
9072 auto save directory exists before calling directory-files.
9073
9074 2000-07-23 Dave Love <fx@gnu.org>
9075
9076 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
9077 ^o, ^u.
9078
9079 2000-07-21 Dave Love <fx@gnu.org>
9080
9081 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
9082 now passed to the function. It now works properly.
9083
9084 * smerge-mode.el (smerge-mode-menu): Fill it out.
9085
9086 2000-07-20 Gerd Moellmann <gerd@gnu.org>
9087
9088 * info-look.el (info-lookup): If *info* is shown in another frame
9089 on the same display, select that frame, instead of switching to
9090 the Info buffer in another window of the selected frame.
9091
9092 * simple.el (universal-argument-map): Bind numeric keypad keys
9093 kp-0 to kp-9 and kp-subtract.
9094 (digit-argument): Handle these keys.
9095
9096 2000-07-20 Dave Love <fx@gnu.org>
9097
9098 * net/goto-addr.el (goto-address-fontify): Don't bother with
9099 buffer-modified and read-only stuff -- irrelevant with overlays.
9100 Put an extra property on the overlays and use it to clean up in
9101 case goto-address is re-run.
9102
9103 2000-07-19 Richard M. Stallman <rms@gnu.org>
9104
9105 * timer.el (run-with-idle-timer): Doc fix.
9106
9107 * mail/mail-utils.el (mail-strip-quoted-names):
9108 Handle case where <...> appears inside "...".
9109 Use replace-match to edit the string more simply.
9110 (rmail-dont-reply-to): Cope with an unmatched ".
9111
9112 2000-07-19 Dave Love <fx@gnu.org>
9113
9114 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
9115 implementation.
9116
9117 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
9118 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
9119 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
9120
9121 2000-07-19 Gerd Moellmann <gerd@gnu.org>
9122
9123 * textmodes/refer.el: Correct maintainer's email address.
9124
9125 * progmodes/hideif.el: Correct author's email address.
9126 Fix typo in comment.
9127
9128 * xml.el: New file.
9129
9130 * mail/mailheader.el: Correct author's mail address.
9131
9132 * gnus/parse-time.el: Correct author's mail address.
9133
9134 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
9135
9136 * comint.el (comint-highlight-input, comint-highlight-face):
9137 New user options.
9138 (comint-input-ring-file-name): Change custom type.
9139 (comint-mode-map): Bind mouse-2.
9140 (comint-insert-clicked-input): New function.
9141 (comint-send-input): Handle input highlighting.
9142
9143 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
9144
9145 * mouse.el (popup-menu): New function.
9146 (mouse-major-mode-menu): Use it.
9147
9148 2000-07-18 Dave Love <fx@gnu.org>
9149
9150 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
9151 improvements.
9152
9153 2000-07-18 Gerd Moellmann <gerd@gnu.org>
9154
9155 * faces.el (face-font-selection-order)
9156 (face-font-family-alternatives): Add custom type.
9157
9158 2000-07-18 Dave Love <fx@gnu.org>
9159
9160 * cus-edit.el (custom-variable-reset-saved)
9161 (custom-variable-reset-standard): Remove unused bindings.
9162
9163 * rect.el (open-rectangle-line): Remove unused let.
9164
9165 * hl-line.el (hl-line-highlight): Check hl-line-mode.
9166
9167 2000-07-18 Gerd Moellmann <gerd@gnu.org>
9168
9169 * cdl.el: Fix `Maintainer' keyword.
9170
9171 * play/pong.el: Add author's email address.
9172
9173 2000-07-17 Sam Steingold <sds@gnu.org>
9174
9175 * files.el (insert-directory): Call `split-string' instead of
9176 re-implementing it.
9177
9178 2000-07-18 Gerd Moellmann <gerd@gnu.org>
9179
9180 * mail/vms-pmail.el: Change maintainer to FSF.
9181
9182 * net/goto-addr.el: Change maintainer to FSF.
9183
9184 * info.el (Info-title-face-alist): Removed.
9185
9186 2000-07-18 David Ponce <david@dponce.com>
9187
9188 * recentf.el (recentf-open-files): New command that works like
9189 `recentf-open-more-files', but shows the whole list of files (not just
9190 those omitted from the menu). Useful if you don't use a menu-bar!
9191 (recentf-open-more-files) Modified to use `recentf-open-files'.
9192
9193 (recentf-open-files, recentf-open-more-files)
9194 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
9195
9196 (recentf-dialog-mode): New mode for dialogs. You can now just type
9197 "q" to cancel the dialogs.
9198
9199 2000-07-18 David Ponce <david@dponce.com>
9200
9201 * recentf.el: This is a major update of recentf.el. It adds new
9202 features to better organize the recentf menu and "More..." buffer.
9203
9204 Using new provided menu filtering functions you can now organize the
9205 recent files list:
9206
9207 - by major modes
9208 - by directories
9209 - by user defined rules
9210
9211 Finally, with the new `recentf-filter-changer' customizable filter you
9212 can define a ring of filters and dynamically (via the menu) cycle on
9213 each menu organization in the ring (a la msb).
9214
9215 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
9216
9217 * eshell/eshell.el (eshell): Replace links to eshell.info with
9218 links to eshell, to avoid problems on systems where the manual is
9219 installed as `eshell'.
9220 * eshell/esh-cmd.el (eshell-cmd): Ditto.
9221 * eshell/em-smart.el (eshell-smart): Ditto.
9222 * eshell/em-banner.el (eshell-banner): Ditto.
9223 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
9224
9225 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
9226 same-file check in the MS-DOS version (it does support inodes).
9227
9228 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
9229
9230 * eshell/eshell.el (eshell-directory-name):
9231 Run default directory name through convert-standard-filename.
9232
9233 2000-07-18 Kenichi Handa <handa@etl.go.jp>
9234
9235 * international/mule-cmds.el (select-safe-coding-system):
9236 Fix typo in the comment.
9237
9238 * language/european.el (compound-text):
9239 Force katakana-jisx0201 to be designated to G1.
9240
9241 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
9242 Don't translate some national variant characters of latin-jisx0201.
9243 (x-ctext): Force katakana-jisx0201 to be designated to G1.
9244
9245 * international/kkc.el (kkc-after-update-conversion-functions):
9246 New variable.
9247 (kkc-update-conversion): Run functions in it at the tail.
9248
9249 2000-07-16 John Wiegley <johnw@gnu.org>
9250
9251 * lisp/align.el (align-newline-and-indent):
9252 Adding new function. for auto-aligning blocks of code on RET.
9253 (align-region): Fixed badly formatted minibuffer message.
9254
9255 2000-07-17 Kenichi Handa <handa@etl.go.jp>
9256
9257 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
9258 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
9259 the conversion list at first if appropriate.
9260 (kkc-next): Don't update kkc-next-count here.
9261 (kkc-prev): Don't update kkc-prev-count here.
9262 (kkc-show-conversion-list-update): Fix setting up of conversion
9263 list message.
9264
9265 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
9266
9267 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
9268
9269 2000-07-16 Dave Love <fx@gnu.org>
9270
9271 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
9272 function to be more specific.
9273
9274 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
9275 non-string help-echo.
9276 (widget-types-convert-widget): Defsubst it.
9277 (widget-echo-help): Try to cope with a help-echo function of two
9278 possible sorts.
9279
9280 2000-07-15 Jason Rumney <jasonr@gnu.org>
9281
9282 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
9283 Declare as obsolete.
9284
9285 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
9286
9287 2000-07-14 Gerd Moellmann <gerd@gnu.org>
9288
9289 * hilit-chg.el: Fix typo.
9290
9291 2000-07-14 Dave Love <fx@gnu.org>
9292
9293 * info.el (Info-mode-menu): Fix use of :help, :enable.
9294
9295 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
9296
9297 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
9298
9299 2000-07-13 Dave Love <fx@gnu.org>
9300
9301 * emacs-lisp/easymenu.el: Doc fixes.
9302 (easy-menu-remove): Defalias to ignore.
9303
9304 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
9305 Call throw correctly.
9306
9307 2000-07-13 Gerd Moellmann <gerd@gnu.org>
9308
9309 * faces.el (frame-background-mode): Doc fix.
9310
9311 * simple.el (eval-expression-print-length): Change custom type to
9312 allow entering nil as value.
9313
9314 2000-07-13 Dave Love <fx@gnu.org>
9315
9316 * progmodes/fortran.el (fortran-imenu-generic-expression):
9317 Change definition layout.
9318 (fortran-mode-menu): Reinstate customize entries.
9319
9320 * cus-edit.el (custom-group-menu-create, customize-menu-create):
9321 Use :filter, per old XEmacs code.
9322
9323 2000-07-12 Gerd Moellmann <gerd@gnu.org>
9324
9325 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
9326 event when deciding what to send to the terminal.
9327
9328 2000-07-12 Dave Love <fx@gnu.org>
9329
9330 * cus-start.el: Add optional version as 4th element of specs and
9331 use it for several things new in v21. Remove load-path. Fix type
9332 of line-number-display-limit.
9333
9334 2000-07-11 Dave Love <fx@gnu.org>
9335
9336 * progmodes/fortran.el: Don't require easymenu.
9337 Use repeat counts in various regexps.
9338 (fortran-mode-syntax-table): Defvar directly.
9339 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
9340 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
9341 Use defvar, not defconst.
9342 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
9343 (fortran-mode): Set fortran-comment-line-start-skip,
9344 fortran-comment-line-start-skip, dabbrev-case-fold-search.
9345 (fortran-comment-indent): Use defsubst.
9346 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
9347 Use fortran-comment-indent, not fortran-comment-indent-function.
9348 (fortran-comment-region, fortran-electric-line-number): Simplify.
9349 (fortran-auto-fill): New function.
9350 (fortran-do-auto-fill): Deleted.
9351 (fortran-find-comment-start-skip):
9352 Check for non-null comment-start-skip.
9353 (fortran-auto-fill-mode, fortran-fill-statement):
9354 Use fortran-auto-fill.
9355 (fortran-fill): Use fortran-auto-fill. Check for null
9356 comment-start-skip. Simplify final clause and use end-of-line finally.
9357
9358 * widget.el (widget-plist-member): New alias.
9359
9360 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
9361
9362 * eshell/esh-module.el (toplevel): Reference
9363 byte-compile-current-file only if it is bound.
9364
9365 2000-07-10 Gerd Moellmann <gerd@gnu.org>
9366
9367 * dired.el: Don't require `dired-aux'.
9368
9369 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
9370
9371 * dired-aux.el (dired-show-file-type): New function.
9372 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
9373 (dired-show-file-type): Add autoload.
9374
9375 2000-07-10 Kenichi Handa <handa@etl.go.jp>
9376
9377 * international/mule-diag.el (describe-font): Adjusted for the
9378 change of fontset-info.
9379 (print-fontset): Likewise.
9380
9381 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
9382
9383 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
9384
9385 2000-07-07 Gerd Moellmann <gerd@gnu.org>
9386
9387 * bindings.el: Bind `[delete]' to delete-char.
9388
9389 * dired.el (dired-find-alternate-file): New function.
9390 (dired-mode-map): Bind `a' to dired-find-alternate-file.
9391 (toplevel): Require dired-aux when compiling.
9392 (dired-buffers): Move defvar within file to avoid compiler warning.
9393
9394 * info.el (Info-last-search): Variable removed.
9395 (Info-search-history): New variable.
9396 (Info-search): New Info-search-history.
9397
9398 * battery.el, info-look.el: Change author's mail address.
9399
9400 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
9401
9402 * mail/rmail.el (rmail-clear-headers): Don't throw an error
9403 if rmail-ignored-headers is nil.
9404 (rmail-retry-failure): Bind rmail-ignored-headers and
9405 rmail-displayed-headers to nil.
9406
9407 2000-07-06 Gerd Moellmann <gerd@gnu.org>
9408
9409 * lpr.el (lpr-page-header-switches): Add `-h' switch.
9410 (print-region-1): Don't hard code `-h' here.
9411
9412 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
9413
9414 2000-07-01 Francesco Potorti` <pot@gnu.org>
9415
9416 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
9417 exim can use "your message" instead of "the message".
9418
9419 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
9420
9421 * facemenu.el: Docstrings fixes.
9422 (facemenu-get-face): Don't use internal-find-face.
9423 (facemenu-iterate): Rename arg to match the docstring.
9424
9425 * newcomment.el (uncomment-region): Be more careful when skipping
9426 backwards over `=' not to bump into BOBP.
9427
9428 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
9429
9430 * ediff-diff.el (ediff-wordify): Use syntax table.
9431 * ediff-init.el (ediff-has-face-support-p): Use
9432 ediff-color-display-p.
9433 (ediff-color-display-p): Use display-color-p, changed to defun
9434 from defsubst.
9435 Got rid of special cases for NeXT and OS/2.
9436 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
9437 face.
9438
9439 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
9440
9441 * emacs-lisp/lucid.el: Require CL.
9442 (copy-tree, remprop): Remove, it's provided by CL.
9443 (map-keymap): Define in terms of cl-map-keymap.
9444 (extent-property, set-extent-end-glyph): New functions.
9445
9446 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
9447
9448 2000-07-05 Gerd Moellmann <gerd@gnu.org>
9449
9450 * Makefile.in (DONTCOMPILE): Add comment that the name may
9451 not be changed without changing the make-dist script.
9452
9453 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
9454 (cl-mapc): Use mapc instead of cl-old-mapc.
9455
9456 2000-07-05 Andrew Innes <andrewi@gnu.org>
9457
9458 * makefile.nt: Add support for `bootstrap' and related targets.
9459
9460 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
9461
9462 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
9463 (easy-menu-do-define): Use `menu-item' format.
9464 Handle case where easy-menu-create-menu returns a symbol.
9465 Manually call the potential top-level filter in the function binding.
9466 (easy-menu-filter-return): New arg NAME.
9467 Convert to a keymap if MENU is an XEmacs menu.
9468 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
9469 (easy-menu-converted-items-table, easy-menu-convert-item):
9470 New var and fun to memoize easy-menu-convert-item-1.
9471 (easy-menu-do-add-item): Use it.
9472 (easy-menu-create-menu): Use easy-menu-convert-item.
9473 Wrap easy-menu-filter-return around any :filter specification.
9474 Don't convert the menu if a filter was specified.
9475 Tell easy-menu-make-symbol not to check for MENU being an expression.
9476 (easy-menu-make-symbol): New arg NOEXP.
9477
9478 2000-07-05 Gerd Moellmann <gerd@gnu.org>
9479
9480 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
9481 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
9482 (eval-defun): If called with prefix arg, instrument code for
9483 Edebug.
9484
9485 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
9486 similar to that of eval-defun.
9487
9488 2000-07-04 Dave Love <fx@gnu.org>
9489
9490 * hl-line.el (hl-line-overlay): Make it permanent-local.
9491
9492 * calendar/todo-mode.el: Replaced with a working version, based on
9493 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
9494
9495 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
9496
9497 * paths.el (prune-directory-list): New function.
9498 (Info-default-directory-list): Rewritten to more methodically
9499 enumerate a big list of possible info directories (based on the
9500 list used by the standalone info reader).
9501
9502 * info.el (info-initialize): Use prune-directory-list to remove
9503 non-existent directories from Info-directory-list.
9504
9505 * paths.el (Info-default-directory-list): Try a list of possible
9506 info-directories instead of a single one. Add the possible
9507 info directory "/usr/share/info".
9508
9509 * woman.el (woman-man.conf-path): Explicitly include the debian
9510 man-db config file "/etc/manpath.config".
9511 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
9512 are present in `manpath.config'.
9513 (woman-manpath): Include "/usr/share/man".
9514
9515 2000-07-03 Gerd Moellmann <gerd@gnu.org>
9516
9517 * frame.el (blink-cursor-mode): Don't hide cursor initially.
9518
9519 * startup.el (command-line): Initialize blink-cursor based
9520 on window-system.
9521
9522 * frame.el (blink-cursor): Default to nil if not running under
9523 a window-system.
9524
9525 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
9526 (face-x-resources): Remove duplicate entry for :font.
9527
9528 * textmodes/refer.el (refer-find-entry-internal): Use some-window
9529 instead of cycling through windows with next-window.
9530
9531 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
9532 of cycling through windows with next-window.
9533
9534 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
9535 of cycling through windows with next-window.
9536
9537 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
9538 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
9539 instead of cycling through windows with next-window.
9540
9541 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
9542 instead of cycling through windows with next-window.
9543
9544 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
9545 of cycling through windows with next-window.
9546
9547 * terminal.el (te-process-output): Use walk-windows instead of
9548 cycling through windows with next-window.
9549
9550 * server.el (server-switch-buffer): Use some-window instead of
9551 cycling through windows with next-window.
9552
9553 * window.el (some-window): New function.
9554 (walk-windows): Remove reference to walk-windows-start.
9555
9556 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
9557
9558 2000-07-03 Richard Stallman <rms@gnu.org>
9559
9560 * window.el (walk-windows): Guarantee termination by keeping a list
9561 of all the windows already handled.
9562
9563 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
9564
9565 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
9566 window-system.
9567
9568 * man.el (Man-notify-when-ready): Don't use window-system. If
9569 Man-notify-method is newframe, and the display is not
9570 multi-frame, select the frame created for the man page.
9571 (Man-init-defvars): Doc fix.
9572
9573 2000-06-28 Gerd Moellmann <gerd@gnu.org>
9574
9575 * faces.el (region): Change background color for light background.
9576
9577 * ediff-wind.el (ediff-setup-control-frame): Remove :box
9578 attribute from mode-line face of Ediff control frame.
9579
9580 * replace.el (query-replace-map): Bind `e' like `E'.
9581
9582 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
9583
9584 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
9585 Change name to "Select All".
9586
9587 * dos-fns.el (convert-standard-filename): Fix last change.
9588
9589 2000-06-27 Gerd Moellmann <gerd@gnu.org>
9590
9591 * help.el (describe-variable): Don't insert a second `'s' in front
9592 of the string `value is shown below'. Since the syntax-table is
9593 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
9594 an existing `'s', so that this won't be deleted.
9595
9596 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
9597 * pcmpl-unix.el: New files.
9598
9599 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
9600
9601 * wid-edit.el (widget-member): Use the new plist-member.
9602
9603 2000-06-26 Gerd Moellmann <gerd@gnu.org>
9604
9605 * replace.el (perform-replace): Undo change of 2000-04-04.
9606 Instead, move backward 1 character at the end of the loop when
9607 necessary.
9608
9609 * faces.el (fringe): Change face for different backgrounds.
9610
9611 * eshell/esh-module.el (toplevel): Load defgroup's differently;
9612 patch from John.
9613
9614 * eshell/*.el: Change spelling of the Free Software Foundation.
9615
9616 * eshell/esh-toggle.el: Removed.
9617
9618 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
9619
9620 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
9621 interactively.
9622
9623 2000-06-26 Alex Schroeder <alex@gnu.org>
9624
9625 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
9626 `define-key'; instead of checking `(emacs-version)' check for
9627 `set-keymap-parent' and `set-keymap-name' directly. Add entries
9628 for `;' and `o' which might be electric.
9629
9630 (sql-electric-stuff): New user option.
9631 (sql-magic-go): New function which uses `sql-electric-stuff'.
9632 (sql-magic-semicolon): New function which uses
9633 `sql-electric-stuff'.
9634
9635 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
9636 is not fboundp.
9637
9638 (sql-oracle-options): New variable.
9639 (sql-oracle): Use it.
9640
9641 (sql-imenu-generic-expression): Doc change.
9642 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
9643 is used.
9644
9645 (sql-informix): Added command line parameter "-" to force
9646 sql-informix-program to use stdout.
9647
9648 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
9649
9650 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
9651 (cp864-decode-table): Doc fix.
9652 (cp720-decode-table): New variable, supports the Arabic OEM
9653 codepage used by Windows.
9654 (cp737-decode-table): New, Greek OEM codepage used by Windows.
9655
9656 2000-06-23 Dave Love <fx@gnu.org>
9657
9658 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
9659 (font-lock-fontify-anchored-keywords): Use
9660 line-beginning-position.
9661 (global-font-lock-mode): Use mapc.
9662
9663 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
9664
9665 * eshell/esh-module.el: Require CL when compiling.
9666
9667 2000-06-23 Gerd Moellmann <gerd@gnu.org>
9668
9669 * comint.el (comint-substitute-in-file-name): Call replace-match
9670 with second and third arg t.
9671
9672 * cus-edit.el (custom-button-face, custom-button-pressed-face):
9673 Specify foreground color.
9674
9675 * faces.el (tool-bar, mode-line, header-line): Specify foreground
9676 color.
9677
9678 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
9679
9680 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
9681 cddr instead of cdddr.
9682
9683 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
9684 instead of copy-list.
9685
9686 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
9687 of copy-list.
9688
9689 * subdirs.el: Add eshell subdirectory.
9690
9691 * eshell: New subdirectory containing the Eshell package.
9692
9693 * pcomplete.el: New file.
9694
9695 2000-06-23 Paul Eggert <eggert@twinsun.com>
9696
9697 * mail/mailpost.el (post-mail-send-it): Make sure file has
9698 proper permissions from birth.
9699
9700 * files.el (basic-save-buffer-2): When temporarily setting
9701 file modes, set them to current modes plus 0200, not to 0777.
9702
9703 * emerge.el (emerge-make-temp-file): Make sure file has proper
9704 permissions from birth.
9705
9706 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
9707
9708 * files.el (make-backup-file-name-1): On DOS/Windows, run the
9709 backup file name through convert-standard-filename.
9710
9711 * dos-fns.el (convert-standard-filename): Convert leading
9712 directories as well. When long file names are supported, convert
9713 characters that are invalid in Windows file names.
9714
9715 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9716
9717 * ps-print.el: Fix bug: if ^L is the very first buffer character,
9718 ps-print crashes. New feature: page selection for printing. Create
9719 raw-text-unix coding system for XEmacs. Doc fix.
9720 (ps-print-version): New version number (5.2.3).
9721 (ps-plot-region): Bug fix.
9722 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
9723 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
9724 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
9725 funs.
9726 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
9727 (ps-last-page): New vars.
9728
9729 2000-06-21 Gerd Moellmann <gerd@gnu.org>
9730
9731 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
9732 empty option string.
9733
9734 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
9735
9736 * man.el (man): Doc fix.
9737
9738 2000-06-21 Kenichi Handa <handa@etl.go.jp>
9739
9740 * international/mule-cmds.el (set-language-info-alist): Docstring
9741 fixed.
9742
9743 2000-06-20 Gerd Moellmann <gerd@gnu.org>
9744
9745 * version.el (emacs-version): Use ISO date format.
9746
9747 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
9748 instead of `M-backspace'.
9749
9750 * simple.el (turn-off-auto-fill): New function.
9751
9752 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
9753
9754 * jit-lock.el (with-buffer-prepared-for-jit-lock):
9755 Renamed from with-buffer-prepared-for-font-lock and use
9756 inhibit-modification-hooks rather than setting *-change-functions.
9757 Update all functions to use the new name.
9758 (jit-lock-first-unfontify-pos): New semantics (and doc).
9759 (jit-lock-mode): Make non-interactive.
9760 Don't automatically turn on font-lock.
9761 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
9762 Always use jit-lock-after-change.
9763 Remove and restore font-lock-after-change-function.
9764 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
9765 (jit-lock-after-unfontify-buffer): Remove.
9766 (jit-lock-stealth-fontify):
9767 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
9768 (jit-lock-after-change): Set the `fontified' text-prop to nil.
9769
9770 2000-06-20 Sam Steingold <sds@gnu.org>
9771
9772 * emacs-lisp/cl-indent.el (toplevel): Indent
9773 `print-unreadable-object' properly. Untabify.
9774
9775 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
9776
9777 * textmodes/reftex.el (reftex-find-citation-regexp-format):
9778 Support for bibentry.
9779 (reftex-compile-variables): Fixed problem with end of section-re.
9780
9781 * texmodes/reftex-dcr.el (reftex-view-crossref,
9782 reftex-view-crossref-from-bibtex):
9783 Deal with changed `reftex-find-citation-regexp-format'.
9784 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
9785 Replaced `remprop' with `put'.
9786 (reftex-view-crossref, reftex-view-crossref-when-idle):
9787 Support for bibentry.
9788
9789 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
9790 New entry for bibentry package.
9791
9792 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
9793 Regexp also matches "\nobibliography".
9794
9795 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
9796 Call `reftex-ensure-write-access' before doing anything.
9797 (reftex-ensure-write-access): New function.
9798
9799 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
9800
9801 * progmodes/idlwave.el: File re-installed (update to version 4.2)
9802
9803 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
9804
9805 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
9806
9807 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
9808
9809
9810 2000-06-20 Dave Love <fx@gnu.org>
9811
9812 * faces.el (frame-background-mode): Use set-default, not set, in
9813 setter.
9814 (frame-update-faces, frame-update-face-colors): Define with
9815 defalias.
9816
9817 * enriched.el (enriched-decode-foreground)
9818 (enriched-decode-background): Don't use internal-find-face.
9819
9820 * apropos.el: Doc fixes.
9821
9822 * cus-edit.el (customize-changed-options): Check arg.
9823 (customize-version-lessp): Don't require decimal point.
9824
9825 * custom.el (defcustom, defgroup): Doc fix.
9826
9827 * newcomment.el (comment) <defgroup>: Add :version.
9828 (comment-multi-line): Doc fix.
9829
9830 * emulation/mlsupport.el (define-hooked-local-abbrev,
9831 define-hooked-global-abbrev): Fix, using define-abbrev.
9832
9833 2000-06-19 Gerd Moellmann <gerd@gnu.org>
9834
9835 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
9836 the whole buffer.
9837
9838 2000-06-19 Dave Love <fx@gnu.org>
9839
9840 * menu-bar.el (menu-bar-options-save): New function.
9841 (menu-bar-options-menu): Use it.
9842 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
9843 Simplify.
9844
9845 2000-06-19 Andreas Schwab <schwab@suse.de>
9846
9847 * progmodes/etags.el (tags-query-replace): Put new parameters
9848 START and END at the end, for backward compatibility.
9849
9850 2000-06-19 Kenichi Handa <handa@etl.go.jp>
9851
9852 * international/codepage.el:
9853 (cp-coding-system-for-codepage-1): Delete special codes for
9854 generating xxx-dos coding system because now a CCL based coding
9855 system can handle EOL conversion by default.
9856
9857 * international/mule.el (make-coding-system): Generate subsidiary
9858 coding systems for EOL handling variants even for a CCL based
9859 coding system.
9860
9861 2000-06-19 Kenichi Handa <handa@etl.go.jp>
9862
9863 * international/isearch-x.el (isearch-minibuffer-input-method)
9864 (isearch-minibuffer-input-method-function): These variables
9865 deleted.
9866 (isearch-with-input-method): Don't use the above variables.
9867 (isearch-process-search-multibyte-characters): Likewise. Call
9868 read-string with the arg INHERIT-INPUT-METHOD t.
9869
9870 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
9871
9872 * font-lock.el (font-lock-after-fontify-buffer)
9873 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
9874
9875 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
9876 Use consistent make-local-variable style for font-lock-fontified.
9877 (jit-lock-fontify-buffer):
9878 Don't bother checking for font-lock-mode and jit-lock-mode.
9879
9880 * time.el: Remove trailing ^M that prevent CVS-merging.
9881
9882 2000-06-16 Gerd Moellmann <gerd@gnu.org>
9883
9884 * Makefile.in (distclean): New target.
9885
9886 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
9887
9888 * Makefile.in (srcdir): Define for update-subdirs.
9889
9890 2000-06-16 Gerd Moellmann <gerd@gnu.org>
9891
9892 * find-lisp.el: New file.
9893
9894 2000-06-16 Andrew Innes <andrewi@gnu.org>
9895
9896 * time.el (display-time-mail-function): New variable, to allow
9897 external packages to indicate when new mail is available.
9898 (display-time-update): Use it.
9899
9900 2000-06-16 Kenichi Handa <handa@etl.go.jp>
9901
9902 * international/mule.el (mule-version): Change version name to
9903 SAKAKI. AOI has already been used by Meadow.
9904
9905 * international/quail.el (quail-show-guidance-buf): To find the
9906 bottom window (but minibuffer), pay attention to the height of
9907 minibuffer.
9908
9909 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
9910
9911 * arc-mode.el (archive-mode-map): Use the new menu-item format for
9912 menu-bar menus. Add help strings. Don't remove the Edit menu
9913 from the menu bar, as the menu bar has enough space now.
9914
9915 * Makefile.in (SHELL): Make sure /bin/sh is used.
9916
9917 * woman.el (woman-man-buffer): Fix bold and underlined CJK
9918 characters, which use series of two ^H characters instead of one.
9919
9920 2000-06-15 Gerd Moellmann <gerd@gnu.org>
9921
9922 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
9923 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
9924 functions.
9925 (Info-find-node-2): Try a case-sensitive search first, then
9926 do a case-insensitive search.
9927
9928 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
9929 tutorials.
9930
9931 * complete.el (PC-env-vars-alist): New variable.
9932 (PC-complete-as-file-name): New function.
9933 (partial-completion-mode): Initialize PC-env-vars-alist from
9934 process-environment.
9935 (PC-do-completion): Handle completion of env vars.
9936
9937 * info.el (Info-set-mode-line): Show file name in mode line,
9938 use `*Info*' instead of `Info:'.
9939
9940 * startup.el (command-line-1): Change copyright messages to year
9941 2000.
9942
9943 2000-06-15 Dave Love <fx@gnu.org>
9944
9945 * net/goto-addr.el (goto-address-fontify): Use keymap property,
9946 not local-map.
9947
9948 2000-06-15 Kenichi Handa <handa@etl.go.jp>
9949
9950 * international/mule.el (set-buffer-file-coding-system): Almost
9951 rewritten to handle `undecided' as no-op.
9952
9953 2000-06-14 Gerd Moellmann <gerd@gnu.org>
9954
9955 * Makefile.in: New file.
9956
9957 * Makefile: Removed.
9958
9959 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
9960 (goto-address-highlight-keymap): Bind C-c RET.
9961
9962 2000-06-14 Kenichi Handa <handa@etl.go.jp>
9963
9964 * mail/sendmail.el (sendmail-send-it): The temporary buffer
9965 inherits buffer-file-coding-system of the current buffer.
9966
9967 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
9968 0. Give correct argument to set-auto-coding-function.
9969 (tar-expunge): For goto-char, use (point-min), not 0.
9970 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
9971 (tar-subfile-save-buffer): Likewize.
9972
9973 * international/mule.el
9974 (after-insert-file-set-buffer-file-coding-system): Call
9975 set-buffer-file-coding-system with the arg FORCE t.
9976
9977 2000-06-13 Gerd Moellmann <gerd@gnu.org>
9978
9979 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
9980 nil. Contemporary sendmails issue an X-Authentication-Warning if
9981 the sender is set with `-f'.
9982
9983 2000-06-13 Dave Love <fx@gnu.org>
9984
9985 * help.el (describe-function-1): Kluge around cases of functions
9986 fset to subrs whose doc doesn't match their symbol-name.
9987
9988 * image.el (insert-image): Default STRING to a space.
9989
9990 * info.el Doc fixes.
9991 (Info-build-node-completions): Match Ref tags.
9992
9993 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
9994
9995 * frame.el (display-multi-frame-p, display-multi-font-p): New
9996 defaliases for display-graphic-p.
9997
9998 * hl-line.el: Fixed a typo in commentary.
9999
10000 2000-06-13 Kenichi Handa <handa@etl.go.jp>
10001
10002 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
10003 fixed.
10004
10005 2000-06-12 Dave Love <fx@gnu.org>
10006
10007 * image.el (insert-image): Save a little consing.
10008
10009 2000-06-12 Kenichi Handa <handa@etl.go.jp>
10010
10011 * language/tibet-util.el: Convert all tibetan-1-column characters
10012 to the corresponding tibetan characters.
10013 (tibetan-add-components): Delete code for the special treatment of
10014 'a chung.
10015
10016 * language/tibetan.el (tibetan-composable-pattern): Fix previous
10017 change.
10018 (tibetan-vowel-transcription-alist): More rules added.
10019 (tibetan-composite-vowel-alist): New variable.
10020 (tibetan-precomposition-rule-alist): More rules added.
10021
10022 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
10023
10024 * startup.el (command-line): Only call menu-bar-mode if interactive.
10025
10026 * thingatpt.el (toplevel symbol-properties):
10027 * textmodes/makeinfo.el (makeinfo-compile):
10028 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
10029 * progmodes/hideif.el (hif-compress-define-list)
10030 (hide-ifdef-use-define-alist):
10031 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
10032 (ange-ftp-vms-add-file-entry):
10033 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
10034 * man.el (Man-build-man-command):
10035 * mail/rnewspost.el (news-reply-header-hook):
10036 * info.el (Info-insert-dir):
10037 * emulation/mlconvert.el (backward-word, forward-word, setq):
10038 * emacs-lisp/gulp.el (gulp-send-requests):
10039 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
10040 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
10041 (byte-optimize-apply, end of file):
10042 * emacs-lisp/advice.el (ad-advice-class-completion-table)
10043 (ad-make-freeze-definition):
10044 * startup.el (command-line, command-line-1): Don't quote lambdas.
10045
10046 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
10047 (cvs-cleanup-removed): New function.
10048 (cvs-cleanup-functions): New var.
10049 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
10050 some flexibility in specifying additional entries to auto-cleanup.
10051 (cvs-quickdir): New function.
10052 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
10053 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
10054 (cvs-mode-find-file): Check that we are on a filename or dirname
10055 when invoked through a mouse-click.
10056 (cvs-full-path): Remove.
10057 (cvs-dired-action): Re-introduced.
10058 (cvs-dired-noselect): Use it.
10059 (vc-post-command-functions): use this new hook if available.
10060
10061 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
10062 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
10063 (cvs-filename-map, cvs-dirname-map): Remove.
10064 (cvs-default-action): Remove.
10065 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
10066 if the arg is really a keymap.
10067 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
10068 Don't hardcode the mapping from state (aka type) to face, but check
10069 the var cvs-fi-<type>-face instead.
10070 (cvs-fileinfo-from-entries): New function.
10071
10072 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
10073 Docstring fix.
10074 (cvs-find-file-and-jump): Change default to be safer.
10075 (cvs-mode-diff-map): Define it as a function as well.
10076 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
10077 Bind mouse-2 in this global map rather than with text-properties.
10078
10079 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
10080 file to resolve the ambiguity between C(conflict) and C(need-merge).
10081
10082 2000-06-12 Kenichi Handa <handa@etl.go.jp>
10083
10084 * international/mule.el (set-buffer-file-coding-system): If
10085 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
10086 unconditionally.
10087
10088 2000-06-12 Dave Love <fx@gnu.org>
10089
10090 * wid-edit.el (widget-specify-button): Really suppress the face if
10091 required.
10092
10093 2000-06-11 Gerd Moellmann <gerd@gnu.org>
10094
10095 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
10096
10097 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
10098
10099 * imenu.el (imenu-generic-expression): Docstring fix.
10100
10101 * composite.el (composition-function-table): Move the `put'
10102 below the autoload cookie so we can load the file before loaddefs.
10103
10104 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
10105
10106 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
10107 Handle easy-mmode-define-global-mode.
10108 For complex macros like define-minor-mode that can generate
10109 several autoload entries, try to autoload entries in the
10110 macroexpanded code.
10111
10112 * emacs-lisp/easy-mmode.el (define-minor-mode):
10113 If KEYMAP is a symbol, just use it.
10114 Use byte-compile-current-file and load-file-name to infer the
10115 proper :require to pass to defcustom.
10116 Wrap the hook var into `progn' so as not to autoload it.
10117 Add a :autoload-end cookie.
10118 Be more careful about the evaluation of KEYMAP.
10119 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
10120 (define-derived-mode): Move define-abbrev-table outside of defvar.
10121
10122 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
10123
10124 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
10125 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
10126 (backup-compiled-files): Ignore errors during `tar'.
10127 (bootstrap): Make autoloads before elc files.
10128
10129 2000-06-10 Kenichi Handa <handa@etl.go.jp>
10130
10131 * international/mule.el (set-buffer-file-coding-system): If one of
10132 undecided-XXX is specified, change only EOL conversion.
10133
10134 * international/mule-conf.el (unix): New alias for the coding
10135 system undecided-unix.
10136
10137 2000-06-09 Dave Love <fx@gnu.org>
10138
10139 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
10140
10141 * progmodes/executable.el: Byte compile dynamic.
10142 (executable-insert): Change custom type.
10143 (executable-find): Add autoload cookie.
10144 (executable-make-buffer-file-executable-if-script-p): New
10145 function. After Noah Friedman.
10146
10147 * files.el (after-save-hook): Customize, with
10148 executable-make-buffer-file-executable-if-script-p as an option.
10149
10150 2000-06-09 Kenichi Handa <handa@etl.go.jp>
10151
10152 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
10153 "tib24p-mule.bdf" for Tibetan.
10154
10155 * composite.el (decompose-composite-char): Declare it as obsolete.
10156
10157 * man.el (Man-fontify-manpage): Pay attention to underline and
10158 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
10159
10160 2000-06-08 Gerd Moellmann <gerd@gnu.org>
10161
10162 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
10163 Set maintainer to FSF since author isn't reachable.
10164
10165 2000-06-08 Dave Love <fx@gnu.org>
10166
10167 * international/mule-cmds.el (select-safe-coding-system): If
10168 DEFAULT-CODING-SYSTEM is not specified, also check the most
10169 preferred coding-system if buffer-file-coding-system is
10170 `undecided'. From Handa.
10171
10172 2000-06-08 Kenichi Handa <handa@etl.go.jp>
10173
10174 * international/mule.el
10175 (after-insert-file-set-buffer-file-coding-system): If the buffer
10176 size is greater than INSERTED, judget that we are not visiting.
10177
10178 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
10179
10180 * whitespace.el (defgroup whitespace): Comment out `:version'.
10181 XEmacs 20.4 has problems defining the group with this present.
10182 We'll have this commented out till get resolve the problem.
10183
10184 2000-06-07 John Wiegley <johnw@gnu.org>
10185
10186 * align.el (align-dq-string-modes, align-sq-string-modes)
10187 (align-open-comment-modes): Add pyhton-mode.
10188 (align-rules-list): Use get-text-property instead of
10189 text-properties-at.
10190 (align-rules-list): Add python-assignment.
10191 (align-rules-list): Change perl-comma-delimiter to
10192 basic-comma-delimiter. Use if for Perl modes and python-mode.
10193 (align-rules-list): Add python-chain-logic and
10194 basic-line-continuation.
10195
10196 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
10197
10198 * apropos.el (apropos-mode-hook): New user variable.
10199 (apropos-mode): Run apropos-mode-hook.
10200
10201 2000-06-07 David Ponce <david@dponce.com>
10202
10203 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
10204 commands. Require `wid-edit' at run-time.
10205
10206 2000-06-07 David Ponce <david@dponce.com>
10207
10208 * recentf.el: Added some "Commentary".
10209 (recentf-open-more-files, recentf-edit-list): Minor changes to
10210 move the point at the top of the file list. This behaviour is
10211 consistent with the menu one when the list contains a lot of
10212 files.
10213 (recentf-cleanup): Now displays the number of items removed from
10214 the list.
10215 (recentf-relative-filter) New menu filter to show filenames
10216 relative to `default-directory'.
10217
10218 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10219
10220 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
10221 with/without giving an error if PostScript printer doesn't have this
10222 kind of page size. Zebra Stripe continues or restarts on next page.
10223 Manual/automatic paper feeding. Switch or not the header.
10224 (ps-print-version): New version number (5.2.2).
10225 (ps-windows-system): Include emx as a Windows system.
10226 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
10227 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
10228 (ps-background-text): Code fix.
10229 (ps-error-handler-message, ps-user-defined-prologue)
10230 (ps-print-prologue-header, ps-printer-name)
10231 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
10232 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
10233 (ps-use-face-background): Customization fix.
10234 (ps-n-up-database): Data fix.
10235 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
10236 (ps-switch-header): New vars.
10237 (ps-xemacs-color-name, ps-face-foreground-name)
10238 (ps-face-background-name, ps-boolean-constant): New funs.
10239
10240 2000-06-07 Dave Love <fx@gnu.org>
10241
10242 * allout.el: New version from Manheimer.
10243
10244 2000-06-07 Kenichi Handa <handa@etl.go.jp>
10245
10246 * textmodes/fill.el (fill-find-break-point): Check the validity of
10247 charset.
10248
10249 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10250
10251 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
10252 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
10253 Call display-color-p and display-mouse-p instead of looking at
10254 window-system.
10255
10256 2000-06-06 Dave Love <fx@gnu.org>
10257
10258 * image.el (find-image): Doc fix. Return nil if image not found.
10259 (put-image, insert-image): Make STRING arg optional.
10260
10261 2000-06-06 Kenichi Handa <handa@etl.go.jp>
10262
10263 * language/vietnamese.el: Remove eval-when-compile.
10264 (viet-viscii-nonascii-translation-table): Define it as a
10265 translation table made from viet-viscii-decode-table.
10266 (viet-viscii-encode-table): Define it as a translation table made
10267 from the reverse map of above.
10268 (viet-vscii-nonascii-translation-table): Define it as a
10269 translation table made from viet-vscii-decode-table.
10270 (viet-vscii-encode-table): Define it as a translation table made
10271 from the reverse map of above.
10272 (ccl-decode-viscii): Use translate-character.
10273 (ccl-encode-viscii, ccl-encode-viscii-font)
10274 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
10275 Likewize.
10276
10277 * language/cyrillic.el: Remove eval-when-compile.
10278 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
10279 translation table made from cyrillic-koi8-r-decode-table.
10280 (cyrillic-koi8-r-encode-table): Define it as a translation table
10281 made from the reverse map of above.
10282 (ccl-decode-koi8): Use translate-character.
10283 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
10284 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
10285 a translation table made from cyrillic-alternativnyj-decode-table.
10286 (cyrillic-alternativnyj-encode-table): Define it as a translation
10287 table made from the reverse map of above.
10288 (ccl-decode-alternativnyj): Use translate-character.
10289 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
10290 Likewize
10291
10292 * international/mule-diag.el (non-iso-charset-alist): Specify
10293 translation table symbol instead of translation table itself.
10294 (list-block-of-chars): CHARSET may be a translation table symbol.
10295
10296 * international/mule.el (make-coding-system): If CODING-SYSTEM
10297 already exists, override it.
10298
10299 * international/fontset.el: Use family `proportional' for Tibetan
10300 fonts.
10301
10302 * international/ccl.el (ccl-compile-translate-character): Don't
10303 check if Rrr has property translation-table.
10304 (ccl-compile-map-multiple): Modified to avoid compiler warning.
10305
10306 2000-06-05 Gerd Moellmann <gerd@gnu.org>
10307
10308 * info.el: Bind case-fold-search to t when searching in case
10309 a user sets it to nil in a hook.
10310
10311 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
10312
10313 * autoarg.el (autoarg-mode, autoarg-kp-mode):
10314 * hl-line.el (hl-line-mode): Use the new :global key argument.
10315
10316 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
10317 (tar-clip-time-string): Prepend a space.
10318 (tar-grind-file-mode): Construct a string rather than modifying one.
10319 (tar-header-block-summarize): Fix docstring.
10320 Use `format' rather than an error-prone set of copy-loops.
10321
10322 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
10323 (diff-goto-source, diff-unified->context, diff-context->unified)
10324 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
10325 understand the format output by the `-p' argument to diff.
10326
10327 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
10328 (sh-re-done): Use defconst.
10329 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
10330 (sh-help-string-for-variable, sh-guess-basic-offset):
10331 Don't quote lambdas.
10332 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
10333 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
10334
10335 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
10336 (mh-letter-mode): Derive from text-mode.
10337 This implicitly means that it now calls kill-all-local-variables.
10338 Also remove the Emacs-18 compatibility code.
10339
10340 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
10341 Make use of symbol-property doc-string-elt.
10342 Use memq rather than a sequence of eq.
10343 (doc-string-elt): Fix the wrong or missing previously unused values.
10344 (autoload-print-form): New function extracted from
10345 generate-file-autoloads to allow recursion when handling progn
10346 so that defvar's and defun's docstrings are properly printed.
10347 (generate-file-autoloads): Use it.
10348
10349 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
10350 Use find-file-hooks in the minor-mode function.
10351 Be careful not to loop indefinitely in the post-command-hook function.
10352
10353 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
10354
10355 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
10356 tty's.
10357 * ediff-diff.el (ediff-exec-process): Use --binary for fine
10358 differences whenever appropriate.
10359 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
10360 * viper.el (find-file, find-file-other-window): Get viper to do
10361 wildcards.
10362
10363 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
10364
10365 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
10366 (jit-lock-fontify-buffer): New function for JIT refontification.
10367 (jit-lock-mode): Fix docstring.
10368 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
10369 Remove jit-lock-after-change from the _local_ hook.
10370 (jit-lock-function-1): Fix docstring.
10371
10372 * info.el (Info-on-current-buffer): Initialize info.
10373
10374 * newcomment.el (comment-indent): Ignore comment-indent-hook.
10375
10376 * progmodes/tcl.el (tcl-indent-for-comment):
10377 Ignore comment-indent-hook.
10378
10379 * emacs-lisp/easy-mmode.el: Require CL during compilation.
10380 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
10381 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
10382 and improve to use the lighter to guess the capitalization.
10383 (define-minor-mode): Inline code from easy-mmode-define-toggle.
10384 Add keyword arguments to specify global-ness or the custom group.
10385 Add local-map and help-echo properties to the lighter.
10386 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
10387 (easy-mmode-define-global-mode): New macro.
10388
10389 2000-06-02 Dave Love <fx@gnu.org>
10390
10391 * wid-edit.el: byte-compile-dynamic since we typically don't use
10392 all the widgets. Don't require cl or widget. Remove
10393 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
10394 (widget-read-event): Removed. Callers changed to use read-event.
10395 (widget-button-release-event-p): Renamed from
10396 button-release-event-p.
10397 (widget-field-add-space, widget-field-use-before-change):
10398 Uncustomize.
10399 (widget-specify-field): Use keymap property, not local-map.
10400 (widget-specify-button): Obey :suppress-face.
10401 (widget-specify-insert): Use modern backquote syntax.
10402 (widget-image-directory): Renamed from widget-glyph-directory.
10403 (widget-image-enable): Renamed from widget-glyph-enable.
10404 (widget-image-find): Replaces widget-glyph-find.
10405 (widget-button-pressed-face): Move defvar.
10406 (widget-image-insert): Replaces widget-glyph-insert.
10407 (widget-convert): Use keywordp.
10408 (widget-leave-text, widget-children-value-delete): Use mapc.
10409 (widget-keymap): Remove XEmacs stuff.
10410 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
10411 (widget-button-click): Don't set point at the click, but re-centre
10412 if we scroll out of window. Rewritten for images v. glyphs &c.
10413 (widget-tabable-at): Use POS arg, not point.
10414 (widget-beginning-of-line, widget-end-of-line)
10415 (widget-item-value-create, widget-sublist, widget-princ-to-string)
10416 (widget-sexp-prompt-value, widget-echo-help): Simplify.
10417 (widget-default-create): Use widget-image-insert; some rewriting.
10418 (widget-visibility-value-create)
10419 (widget-push-button-value-create, widget-toggle-value-create): Use
10420 widget-image-insert.
10421 (checkbox): Create on and off images dynamically.
10422 (documentation-link): Change :help-echo.
10423 (widget-documentation-link-echo-help): Remove.
10424
10425 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
10426
10427 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
10428
10429 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
10430 (easy-mmode-define-toggle, define-minor-mode): Use it.
10431 (easy-mmode-define-keymap): Docstring fix.
10432 (define-derived-mode): Default PARENT to fundamental-mode.
10433 Add the derived-mode-parent symbol-property.
10434 (easy-mmode-derived-mode-p): New function.
10435
10436 2000-06-02 Dave Love <fx@gnu.org>
10437
10438 * files.el (convert-standard-filename): Doc fix.
10439 (normal-backup-enable-predicate): New function.
10440 (backup-enable-predicate): Use it to replace the lambda form.
10441
10442 * calendar/todo-mode.el: [This needs more work on the outline
10443 stuff.] Doc fixes.
10444 (todo) <defgroup>: Add :version.
10445 (todo-add-category): Don't use pushnew.
10446 (todo-cmd-raise): Fix typo.
10447 (todo-top-priorities): Change temp buffer name.
10448 (todo-category-alist): Avoid redundant lambda.
10449 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
10450 Use outline-next-heading.
10451
10452 * autoarg.el: Rewritten to use define-minor-mode.
10453 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
10454 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
10455
10456 2000-06-02 Kenichi Handa <handa@etl.go.jp>
10457
10458 * isearch.el (isearch-other-meta-char): Fix previous change.
10459
10460 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
10461
10462 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
10463 (log-edit-done): Only add the comment to the ring if it's different
10464 from the last comment entered.
10465
10466 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
10467
10468 2000-06-01 Dave Love <fx@gnu.org>
10469
10470 * hl-line.el: Rewritten using define-minor-mode.
10471
10472 * help.el (describe-function-1): Distinguish special form from
10473 builtin function. Sanity-check presence of arglist for builtins.
10474
10475 2000-06-01 Kenichi Handa <handa@etl.go.jp>
10476
10477 * international/characters.el: Fix syntax/category setting of
10478 Tibetan characters.
10479
10480 * language/tibet-util.el (tibetan-add-components): Fixes for new
10481 encoding of Tibetan characters.
10482 (tibetan-decompose-precomposition-alist): New variable.
10483 (tibetan-decompose-region): Convert precomposed characters to
10484 non-precomposed characters.
10485 (tibetan-decompose-string): Likewise.
10486 (tibetan-composition-function): Fix args to
10487 thibetan-compose-string.
10488
10489 * language/tibetan.el (tibetan-composable-pattern): More
10490 characters included.
10491 (tibetan-consonant-transcription-alist): Rule for "R" added.
10492 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
10493 "+R" added.
10494 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
10495
10496 * language/lao-util.el (lao-composition-function): Fix args to
10497 compose-string.
10498
10499 * language/thai-util.el (thai-composition-function): Fix args to
10500 compose-string.
10501
10502 * isearch.el (isearch-update): Set disable-point-adjustment to t
10503 to prevent the point moving to the end of a composition when a
10504 part of a composition is searched.
10505 (isearch-other-meta-char): If the key invoking this command can be
10506 mapped by function-key-map to a printing char, call
10507 isearch-process-search-char directly.
10508
10509 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
10510
10511 * emacs-lisp/bytecomp.el:
10512 * frame.el:
10513 * international/mule-cmds.el:
10514 * international/mule-util.el:
10515 * international/mule.el:
10516 * mouse.el:
10517 * subr.el:
10518 * faces.el: Update calls to make-obsolete with a WHEN argument.
10519
10520 * byte-run.el (make-obsolete, make-obsolete-variable):
10521 Add an optional WHEN argument and change the format of the
10522 symbol-property information.
10523 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
10524 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
10525 new obsolete-symbol-property format and print WHEN if it is provided.
10526
10527 2000-05-31 Dave Love <fx@gnu.org>
10528
10529 * loadhist.el (loadhist-hook-functions): Remove
10530 before-change-function, after-change-function.
10531 (unload-feature): Deal with symbols which are both bound and
10532 fbound.
10533
10534 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
10535 before-change-function, after-change-function.
10536
10537 * simple.el (newline): Don't bind before-change-function,
10538 after-change-function.
10539
10540 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
10541
10542 * whitespace.el (whitespace-rescan-timer-time): Update interval
10543 set to 600 seconds (10 minutes) instead of 60 seconds since
10544 a large number of whitespace buffers causes emacs to `freeze'
10545 for a considerable amount of time.
10546
10547 * whitespace.el: Updated email address
10548
10549 2000-05-31 Dave Love <fx@gnu.org>
10550
10551 * add-log.el (change-log-font-lock-keywords) <function>: Add
10552 pattern for function of change.
10553 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
10554 acknowledgements patterns.
10555
10556 2000-05-31 Kenichi Handa <handa@etl.go.jp>
10557
10558 * isearch.el (isearch-printing-char): If keyboard coding system is
10559 being used, call isearch-process-search-multibyte-characters.
10560
10561 * international/isearch-x.el: Mostly rewritten.
10562
10563 * international/quail.el (quail-start-conversion): Don't include
10564 unhandled events in the returned events, but set them in
10565 unread-command-events. Exit if all inputs are deleted.
10566
10567 2000-05-30 Jason Rumney <jasonr@gnu.org>
10568
10569 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
10570
10571 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
10572 Reenable code to create initial fontsets.
10573 Use set-fontset-font in place of put-charset-property.
10574
10575 2000-05-30 Gerd Moellmann <gerd@gnu.org>
10576
10577 * progmodes/perl-mode.el (perl-indent-line): When looking for a
10578 label, ensure that the first colon isn't followed by another.
10579
10580 * paths.el (Info-default-directory-list): Doc fix.
10581
10582 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
10583 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
10584 send a query containing USER only, not USER@HOST.
10585
10586 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
10587 and rmail-msgend to compute the restriction at the end, instead of
10588 computing it.
10589
10590 2000-05-29 Gerd Moellmann <gerd@gnu.org>
10591
10592 * dabbrev.el (dabbrev-expand): Don't display messages in the
10593 echo area if the minibuffer window is active.
10594
10595 * jit-lock.el (jit-lock-mode): Add after change function to
10596 local hook.
10597
10598 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
10599
10600 * antlr-mode.el: New commands: hide/unhide actions,
10601 upcase/downcase literals.
10602 (antlr-tiny-action-length): New user option.
10603 (antlr-hide-actions): New command. Suggested by
10604 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
10605 (antlr-mode-map): New binding [C-c C-v].
10606 (antlr-mode-menu): New entries.
10607 (antlr-downcase-literals): New command.
10608 (antlr-upcase-literals): Ditto.
10609
10610 * antlr-mode.el: Minor changes: indendation, mode-name.
10611 (antlr-indent-line): Indent cpp directive at column 0.
10612 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
10613
10614 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
10615 (antlr-font-lock-additional-keywords): Workaround for intentional
10616 bug in XEmacs version of font-lock.
10617 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
10618 be used by a smarter version of `buffers-menu-grouping-function'.
10619
10620 2000-05-29 Gerd Moellmann <gerd@gnu.org>
10621
10622 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
10623 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
10624
10625 2000-05-29 Kenichi Handa <handa@etl.go.jp>
10626
10627 * international/encoded-kb.el
10628 (encoded-kbd-iso2022-designation-map): Pay attention to that
10629 charset-iso-final-char return -1 for eight-bit-control and
10630 eight-bit-graphic.
10631
10632 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
10633
10634 * speedbar.el (speedbar-use-images, speedbar-update-flag)
10635 (speedbar-easymenu-definition-base): Use display-graphic-p where
10636 available, instead of window-system.
10637
10638 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
10639
10640 * international/codepage.el (cp-coding-system-for-codepage-1): Add
10641 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
10642 coding systems.
10643
10644 2000-05-26 Dave Love <fx@gnu.org>
10645
10646 * disp-table.el (standard-display-underline): Don't use
10647 internal-find-face.
10648
10649 * mail/reporter.el: Maintainer change. Doc fixes.
10650 (reporter-version): Deleted.
10651
10652 * emacs-lisp/elp.el: Maintainer change.
10653 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
10654
10655 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
10656
10657 * add-log.el (add-change-log-entry): Merge the current entry with the
10658 previous one if the previous one is empty.
10659
10660 2000-05-26 Dave Love <fx@gnu.org>
10661
10662 * loadhist.el (unload-feature): Fix interactive spec [from
10663 lijnzaad@ebi.ac.uk].
10664
10665 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
10666 subr-arity to check primitives.
10667 (byte-compile-flush-pending, byte-compile-file-form-progn)
10668 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
10669 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
10670 mapcar.
10671
10672 2000-05-26 Kenichi Handa <handa@etl.go.jp>
10673
10674 * international/fontset.el: Set family names of non-latin charsets
10675 in default fontset to "*".
10676
10677 * international/mule-diag.el (print-fontset): Combine family part
10678 and registry part of the fontname by "-*-" instead of "-".
10679
10680 * international/mule-cmds.el (encode-coding-char): Make strings
10681 multibyte before calling encode-coding-string.
10682
10683 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
10684
10685 * derived.el: Fix keywords.
10686 (define-derived-mode): Only define if needed.
10687
10688 * simple.el (fill-comment, comment-column, comment-start)
10689 (comment-start-skip, comment-end, comment-indent-function)
10690 (block-comment-start, block-comment-end, indent-for-comment)
10691 (set-comment-column, kill-comment, comment-padding, comment-region)
10692 (comment-multi-line, indent-new-comment-line): Remove.
10693
10694 * bindings.el (esc-map): Change ; to comment-dwim and use the new
10695 function names for comment operations.
10696
10697 * newcomment.el: Add abundant autoload cookies.
10698 (comment-style): Don't depend on runtime data at compile-time.
10699 (comment-indent-hook): Remove.
10700 (comment-indent): Check if comment-indent-hook is bound.
10701 (comment-region): Docstring fix.
10702
10703 2000-05-25 Dave Love <fx@gnu.org>
10704
10705 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
10706 byte-code-function-p.
10707
10708 * mail/rmailsum.el: Add provide.
10709
10710 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
10711
10712 * smerge-mode.el (smerge-diff-switches): Don't use list* in
10713 defcustom.
10714
10715 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
10716
10717 * ediff-diff.el (ediff-exec-process): delete --binary option from
10718 non-buffer ediff jobs.
10719
10720 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10721
10722 * hilit-chg.el (highlight-changes-mode): Ask about color or
10723 grayscale support, not about window-system.
10724
10725 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
10726 window-system.
10727 (ffap-highlight): Always default to t.
10728
10729 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
10730 display-popup-menus-p instead of looking at window-system.
10731
10732 * disp-table.el (standard-display-g1, standard-display-graphic):
10733 Only refuse to use string glyphs on X and MS-Windows.
10734
10735 * avoid.el: Remove window-system from commentary, suggest to use
10736 display-*-p instead.
10737
10738 * apropos.el (apropos-print): Use display-mouse-p instead of
10739 window-system.
10740
10741 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10742
10743 * international/codepage.el (cp-decoding-vector-for-codepage):
10744 Fill up unsupported characters with their own codes. From Kenichi
10745 Handa.
10746
10747 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10748
10749 * international/mule-diag.el (describe-char-after): Use
10750 display-graphic-p instead of window-system, so that this function
10751 works on MS-DOS.
10752
10753 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10754
10755 * international/codepage.el (cp-make-coding-systems-for-codepage):
10756 Remove the eight-bit-graphic and eight-bit-control charsets from
10757 the list of charsets which we convert into `?'.
10758
10759 2000-05-25 Kenichi Handa <handa@etl.go.jp>
10760
10761 * international/mule-conf.el: Specify CHARSET-ID explicitely for
10762 private charsets.
10763 (mule-unicode-0100-24ff, japanese-jisx0213-1,
10764 japanese-jisx0213-2): New charsets.
10765
10766 * international/fontset.el: Setup default fontset for new charsets.
10767
10768 2000-05-24 Dave Love <fx@gnu.org>
10769
10770 * info.el (Info-find-node-2): Restructure [following "Vadim
10771 S. Solomin" <sovs@uic.nnov.ru>].
10772
10773 * icomplete.el: Fix header for Finder.
10774
10775 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
10776
10777 * rmailout.el (rmail-output-to-rmail-file): Added optional param
10778 STAY.
10779
10780 * rmail.el (rmail-automatic-folder-directives): New user variable.
10781 (rmail-show-message): Add call to `rmail-auto-file' during
10782 display.
10783 (rmail-auto-file): New function.
10784
10785 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
10786
10787 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
10788 account.
10789 (ediff-test-utility,ediff-diff-mandatory-option)
10790 (ediff-reset-diff-options): Utilities for proper initialization of
10791 ediff-diff-options and ediff-diff3-options on Windows.
10792
10793 * ediff-init.el (ediff-merge-filename-prefix): New customizable
10794 variable.
10795
10796 * ediff-mult.el (ediff-filegroup-action): Use
10797 ediff-merge-filename-prefix.
10798
10799 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
10800
10801 * viper-ex.el (ex-write): Set selective display to nil.
10802
10803 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
10804
10805 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
10806 aliases for hebrew-iso-8bit.
10807
10808 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
10809
10810 * woman.el: New version from Francis J. Wright
10811 <F.J.Wright@Maths.QMW.ac.uk>.
10812 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
10813 names in environment variables regardless of the path separator.
10814 (woman-topic-all-completions-1): Don't call file-name-directory-p
10815 on all files, since woman-file-regexp already filters out any
10816 directories.
10817
10818 2000-05-24 Kenichi Handa <handa@etl.go.jp>
10819
10820 * international/quail.el (quail-start-translation): Don't change
10821 modified-p of the current buffer.
10822 (quail-start-conversion): Likewise.
10823
10824 * international/kkc.el (kkc-region): Don't change modified-p of
10825 the current buffer.
10826
10827 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
10828 conform to RFC1468.
10829 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
10830
10831 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
10832
10833 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
10834 (speedbar-insert-button): Invisible text property fix.
10835 (speedbar-directory-plus): Renamed from speedbar-directory-+
10836 (speedbar-directory-minus): Renamed from speedbar-directory--
10837 (speedbar-page-plus): Renamed from speedbar-file-+
10838 (speedbar-page-minus): Renamed from speedbar-file--
10839 (speedbar-page): Renamed from speedbar-file-
10840 (speedbar-tag): Renamed from speedbar-tag-
10841 (speedbar-tag-plus): Renamed from speedbar-tag-+
10842 (speedbar-tag-minus): Renamed from speedbar-tag--
10843 (speedbar-expand-image-button-alist): Use above renames.
10844
10845 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
10846 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
10847 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
10848 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
10849 * sb-pg.xpm: Renamed from sb-file.xpm
10850 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
10851 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
10852
10853 2000-05-24 Kenichi Handa <handa@etl.go.jp>
10854
10855 * international/quail.el (quail-show-guidance-buf): Set
10856 current-input-method of the guidance buffer to the name of the
10857 curren input method.
10858
10859 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
10860
10861 * progmodes/compile.el (compile-internal): Style typo.
10862
10863 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
10864 quote vars and functions in the docstring.
10865
10866 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
10867
10868 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
10869 Don't quote lambdas.
10870
10871 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
10872
10873 2000-05-23 Gerd Moellmann <gerd@gnu.org>
10874
10875 * startup.el (command-line): Determine source file of compiled
10876 user init file differently. Warn if compiled user init file
10877 is older than its source file.
10878
10879 * ffap.el (ffap-url-regexp): Add `https'.
10880
10881 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
10882
10883 * files.el (make-backup-file-name-1): Replace slashes with `!'
10884 rather than `|' (which is not allowed on Windows). Replace the
10885 drive letters with a string "drive_X".
10886
10887 2000-05-23 Gerd Moellmann <gerd@gnu.org>
10888
10889 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
10890
10891 * files.el (interpreter-mode-alist): Add `bash2'.
10892
10893 2000-05-22 Dave Love <fx@gnu.org>
10894
10895 * loadhist.el (feature-symbols, file-provides, file-requires): Use
10896 mapc.
10897 (feature-file): Avoid calling symbol-name. Doc fix.
10898 (file-set-intersect, file-dependents): Use dolist, not mapcar.
10899 (loadhist-hook-functions): Add mouse-position-function.
10900 (unload-feature): Change uses of mapcar.
10901
10902 * files.el (parse-colon-path): Doc fix.
10903 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
10904 (set-auto-mode): Use mapc.
10905
10906 * complete.el (PC-look-for-include-file): Use :alnum: character
10907 class.
10908 (partial-completion-mode): Add autoload cookie.
10909
10910 2000-05-22 Sam Steingold <sds@gnu.org>
10911
10912 * info.el (Info-fontify-node): Fixed the call to
10913 `add-text-properties' (bug introduced on 2000-05-18).
10914
10915 2000-05-22 Dave Love <fx@gnu.org>
10916
10917 * bindings.el: Remove debug-ignored-errors set in other files.
10918
10919 * progmodes/etags.el: Add to debug-ignored-errors.
10920 (visit-tags-table-buffer): Clear out buffers holding old tables
10921 when making a new list.
10922 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
10923 mapc.
10924
10925 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
10926 quote keywords.
10927 (cmpl-string-case-type): Use character classes.
10928
10929 * comint.el:
10930 * textmodes/ispell.el:
10931 * imenu.el:
10932 * mail/mh-e.el:
10933 * progmodes/compile.el: Add to debug-ignored-errors.
10934
10935 * dabbrev.el: Add to debug-ignored-errors.
10936 (dabbrev-completion): Use mapc.
10937
10938 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
10939
10940 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
10941 (woman-mapcan, woman-parse-man.conf)
10942 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
10943 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
10944 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
10945 path syntax better.
10946 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
10947 (woman-manpath): Call woman-parse-man.conf.
10948 (woman-emulation): New defcustom, defaults to nroff.
10949 (woman-font-support): New defconst.
10950 (woman-use-symbol-font): New defcustom.
10951 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
10952 "Emulation".
10953 Many functions: Doc fix.
10954
10955 2000-05-22 Kenichi Handa <handa@etl.go.jp>
10956
10957 * international/quail.el (quail-simple-translation-keymap): Map
10958 128..255 to quail-self-insert-command.
10959 (quail-keyboard-layout-alist): Add definition for "pc102-de".
10960
10961 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
10962
10963 * help.el (help-manyarg-func-alist): Typo.
10964
10965 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
10966 intervals which makes it heaps simpler.
10967
10968 * newcomment.el (comment-region-internal): Go back to BEG after quoting
10969 the nested comment markers.
10970
10971 * subr.el (remove-hook): Don't turn the hook's value into a list.
10972
10973 2000-05-21 Dave Love <fx@gnu.org>
10974
10975 * edmacro.el (edmacro-parse-keys): Return vector if any elements
10976 are invalid characters.
10977
10978 * international/mule-util.el (detect-coding-with-priority): Use
10979 mapc. Remove redundant lambda.
10980
10981 * international/mule-diag.el (list-non-iso-charset-chars)
10982 (describe-fontset): Remove redundant lambda.
10983
10984 * emulation/crisp.el (brief-mode): New alias.
10985
10986 * emacs-lisp/ring.el (ring-elements): New function.
10987
10988 * emacs-lisp/easymenu.el (easy-menu-create-menu)
10989 (easy-menu-do-add-item): Use keywordp.
10990
10991 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
10992
10993 * replace.el: Doc and error message fixes.
10994 (replace-highlight): Use facep, not internal-find-face.
10995
10996 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
10997
10998 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
10999
11000 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
11001 (log-edit-insert-changelog): Drop `:' as well.
11002
11003 * log-view.el: Fix file description.
11004 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
11005 available.
11006 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
11007 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
11008
11009 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
11010 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
11011 Print a status message if the toggle is called interactively.
11012 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
11013 for global minor modes and use `defcustom' for them.
11014 Use add-minor-mode.
11015 (easy-mmode-define-derived-mode): Remove.
11016 (define-derived-mode): Fancier default docstring.
11017 (easy-mmode-define-navigation): Signal an error rather than (ding).
11018
11019 * newcomment.el (comment-styles): New `box-multi'.
11020 (comment-normalize-vars): Better default for comment-continue to
11021 avoid whitespace-only continuations.
11022 (comment-search-forward): Always move even in the no-syntax case.
11023 (comment-padright): Only obey N if it's only obeyed for padleft.
11024 (comment-make-extra-lines): Better handling of empty continuations.
11025 Use `=' for the filler if comment-start has only one character.
11026 (uncomment-region): Try handling the special `=' filler.
11027 (comment-region): Allow LINES even if MULTI is nil.
11028 (comment-box): Choose box style based on comment-style.
11029
11030 2000-05-20 Kenichi Handa <handa@etl.go.jp>
11031
11032 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
11033 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
11034
11035 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
11036
11037 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
11038 and insert, not subst-char-in-region.
11039
11040 * international/mule-diag.el (list-character-sets-1): Handle
11041 charsets eight-bit-control and eight-bit-graphic.
11042 (list-iso-charset-chars): Likewise.
11043 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
11044 charactes as is. Use indent-to to align characters.
11045
11046 * international/mule-cmds.el (find-multibyte-characters): Never
11047 exclude charsets eight-bit-control and eight-bit-graphic.
11048
11049 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
11050
11051 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
11052 Don't quote lambdas.
11053
11054 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
11055
11056 2000-05-19 Gerd Moellmann <gerd@gnu.org>
11057
11058 * gud.el (gud-jdb-directories): Doc fix.
11059
11060 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
11061
11062 * newcomment.el: New file.
11063
11064 2000-05-19 Gerd Moellmann <gerd@gnu.org>
11065
11066 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
11067
11068 2000-05-18 Andreas Schwab <schwab@suse.de>
11069
11070 * dired.el (dired-between-files): Also skip lines beginning with
11071 `used'.
11072
11073 2000-05-18 Gerd Moellmann <gerd@gnu.org>
11074
11075 * msb.el (msb-menu-cond): Add choice `user'.
11076
11077 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11078
11079 * ps-print.el: Compatibility, customization and doc fix.
11080 (ps-printer-name-option): Replace defconst by defvar.
11081 (ps-postscript-code-directory): XEmacs compatibility.
11082 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
11083 fix.
11084 (ps-user-defined-prologue, ps-print-prologue-header)
11085 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
11086 compatibility and code fix.
11087 (ps-print-background-image, ps-print-background-text):
11088 Customization fix.
11089 (ps-line-number-start, ps-n-up-on): New vars.
11090
11091 2000-05-18 Espen Skoglund <esk@ira.uka.de>
11092
11093 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
11094 the indent-comment function to just return the appropriate indent.
11095
11096 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
11097
11098 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
11099 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
11100 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
11101
11102 2000-05-18 Dave Love <fx@gnu.org>
11103
11104 * info.el (Info-fontify-node): Add intangible property as well as
11105 invisible.
11106
11107 * calendar/appt.el (appt-make-list): Match all lines of entry.
11108 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
11109
11110 2000-05-18 Kenichi Handa <handa@etl.go.jp>
11111
11112 * international/mule-diag.el (describe-char-after): Call
11113 internal-char-font, not char-font. If internal-char-font returns
11114 nil, display "-- none --".
11115
11116 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
11117
11118 * image.el (image-type-available-p): Don't reference image-types
11119 if it isn't bound.
11120
11121 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
11122
11123 * autoarg.el (autoarg-mode): Typo in the :set argument.
11124
11125 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
11126
11127 * startup.el (command-line-1): Don't signal an error if the
11128 directory for auto-save-list files does not yet exist.
11129
11130 2000-05-17 Kenichi Handa <handa@etl.go.jp>
11131
11132 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
11133
11134 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
11135
11136 * subr.el (remove-hook): `setq' hook-value, not `set'.
11137
11138 2000-05-16 Sam Steingold <sds@gnu.org>
11139
11140 * info.el (debug-ignored-errors): More errors to ignore.
11141
11142 2000-05-16 Dave Love <fx@gnu.org>
11143
11144 * cus-edit.el: Don't require cl or easymenu.
11145 (custom-variable-prompt): Test standard-value property, not
11146 user-variable-p.
11147
11148 2000-05-16 Sam Steingold <sds@gnu.org>
11149
11150 * subr.el (add-hook): `setq' hook-value, not `set'.
11151
11152 2000-05-16 Gerd Moellmann <gerd@gnu.org>
11153
11154 * startup.el (command-line-1): Mention the FAQ in the startup
11155 message.
11156
11157 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
11158
11159 * progmodes/compile.el (compilation-parse-errors): Collect
11160 `nomessage' regexps last.
11161
11162 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
11163
11164 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
11165 to the function name.
11166
11167 2000-05-15 Dave Love <fx@gnu.org>
11168
11169 * speedbar.el (speedbar-recenter): Typo.
11170 (speedbar-expand-line): Make arg optional.
11171 (speedbar-mode): Avoid a compiler warning.
11172
11173 2000-05-15 Gerd Moellmann <gerd@gnu.org>
11174
11175 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
11176 user-specified option string is empty.
11177
11178 * mouse.el (mouse-yank-at-click): Doc fix.
11179
11180 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
11181
11182 * term/internal.el (IT-character-translations): More updates of
11183 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
11184 documents.
11185
11186 2000-05-15 Gerd Moellmann <gerd@gnu.org>
11187
11188 * env.el (getenv): New function, interactively callable.
11189 (setenv, getenv): Remove autoload cookies.
11190
11191 * loadup.el: Load `env'.
11192
11193 * progmodes/f90.el: Change author's mail address.
11194
11195 2000-05-14 Dave Love <fx@gnu.org>
11196
11197 * mail/rmail.el (rmail-show-message-hook): Customize and offer
11198 goto-addr as an option.
11199
11200 * help.el (help-xref-stack): Doc fix.
11201 (help-xref-following): New variable.
11202 (help-make-xrefs): Use it.
11203 (help-xref-go-back): Use position information from stack element.
11204 (help-follow): Make position in stack element a pair. Use
11205 help-xref-following.
11206
11207 * autoarg.el: New file.
11208
11209 * faces.el: Declare more functions obsolete.
11210
11211 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
11212 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
11213 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
11214 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
11215 Remove all the setup-...-environment functions.
11216
11217 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
11218
11219 * speedbar.el: Updated the commentary section. xemacs20p now uses
11220 >= when detecting. Require `defimage' safely.
11221 (speedbar-easymenu-definition-base): Add toggle for images.
11222 (speedbar-easymenu-definition-special): Add flush cache & expand.
11223 (speedbar-visiting-tag-hook): Set new defaults. Added options.
11224 (speedbar-reconfigure-keymaps-hook): New variable.
11225 (speedbar-frame-parameters): Updated documentation.
11226 (speedbar-use-imenu-flag): Updated custom tag
11227 (speedbar-dynamic-tags-function-list): New variable.
11228 (speedbar-tag-hierarchy-method): Updated doc & custom.
11229 (speedbar-indentation-width, speedbar-indentation-width) New
11230 variables.
11231 (speedbar-hide-button-brackets-flag): Customizable.
11232 (speedbar-vc-indicator): Doc update.
11233 (speedbar-ignored-path-expressions): Updated default value.
11234 (speedbar-supported-extension-expressions): Updated default value.
11235 (speedbar-syntax-table): Remove {} paren status.
11236 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
11237 as "+". Added overlay aliases.
11238 (speedbar-mode): Use `speedbar-mode-line-update' instead of
11239 `force-mode-line-update'.
11240 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
11241 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
11242 `mouse-set-point'
11243 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
11244 (speedbar-item-info-tag-helper): Revamped to handle a wider range
11245 of arbitrary text, and new helper functions.
11246 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
11247 filename finder.
11248 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
11249 (speedbar-directory-buttons): Update path search/expansion.
11250 (speedbar-make-tag-line): Pay attention to
11251 `speedbar-indentation-width'. Use more care w/ invisible
11252 properties.
11253 (speedbar-change-expand-button-char): Call
11254 `speedbar-insert-image-button-maybe'.
11255 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
11256 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
11257 (speedbar-trim-words-tag-hierarchy)
11258 (speedbar-simple-group-tag-hierarchy): New functions
11259 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
11260 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
11261 functions.
11262 (speedbar-mouse-set-point): New function
11263 (speedbar-power-click): Updated documentation.
11264 (speedbar-line-token, speedbar-goto-this-file): Handle more types
11265 of tag prefix text.
11266 (speedbar-expand-line, speedbar-contract-line): Make more robust
11267 to strange text.
11268 (speedbar-expand-line): Takes universal argument to flush the
11269 cache.
11270 (speedbar-flush-expand-line): New function.
11271 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
11272 Use new generator insertion method.
11273 (speedbar-fetch-dynamic-tags): New function.
11274 (speedbar-fetch-dynamic-imenu): Removed code now handled in
11275 `speedbar-fetch-dynamic-imenu'.
11276 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
11277 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
11278 "Revert Buffer" menu items.
11279 (speedbar-buffer-buttons-engine): Be smarter when creating a
11280 filename tag (for expansion purposes.).
11281 (speedbar-highlight-one-tag-line,
11282 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
11283 (speedbar-recenter): New functions.
11284 (defimage-speedbar): Image loading abstraction.
11285 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
11286 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
11287 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
11288 (speedbar-tag-type, speedbar-tag-mail): New images.
11289 (speedbar-expand-image-button-alist): New variable.
11290 (speedbar-insert-image-button-maybe): Insert an image over some
11291 buttons.
11292
11293 2000-05-13 Kenichi Handa <handa@etl.go.jp>
11294
11295 * international/mule-cmds.el (encode-coding-char): An ASCII
11296 character is always encodable.
11297
11298 * international/mule-conf.el: Add more information in descriptions
11299 of character sets.
11300
11301 * international/mule-diag.el (describe-char-after): New function.
11302 (describe-font-internal): Adjusted for the change of font-info.
11303 (describe-font): Likewise.
11304 (print-fontset): Rewritten for the new fontset implementation.
11305 (describe-fontset): Include fontset alias names in completion.
11306 (list-fontsets): Adjusted for the change of print-fontset.
11307
11308 * simple.el (what-cursor-position): If DETAIL is non-nil, call
11309 describe-char-after instead of displaying the detail in the echo
11310 area.
11311 (syntax-code-table): Format changed.
11312 (string-to-syntax): Adjusted for the above change.
11313
11314 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
11315
11316 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
11317
11318 2000-05-12 Dave Love <fx@gnu.org>
11319
11320 * calendar/todo-mode.el: Remove some compatibility stuff and CL
11321 dependence. Use line-{beginning,end}-position, not
11322 point-at{b,e}ol. Some doc fixes.
11323 (todo-position): New function. Fix callers of position to use it.
11324 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
11325
11326 2000-05-12 Gerd Moellmann <gerd@gnu.org>
11327
11328 * time.el (display-time-mail-icon): Use `:ascent center'.
11329
11330 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
11331 handling FTP security extensions.
11332
11333 2000-05-11 Dave Love <fx@gnu.org>
11334
11335 * calendar/todo-mode.el: New file.
11336
11337 2000-05-11 Gerd Moellmann <gerd@gnu.org>
11338
11339 * comint.el (comint-read-input-ring): Move reference to
11340 comint-input-ring-size outside of the save-excursion. It was
11341 causing the default value to be the only one ever seen.
11342
11343 * font-lock.el: Update copyright. Remove Simon Marshall's email
11344 address on request from him.
11345
11346 * subr.el (substitute-key-definition): Add comment describing
11347 the meaning of PREFIX.
11348
11349 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
11350
11351 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
11352
11353 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
11354 (add-minor-mode): Don't make the variable buffer-local and add a
11355 reference to define-minor-mode in the docstring.
11356
11357 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
11358 HEADER/FOOTER and fix bug with trailing empty directory.
11359 (cvs-append-to-ignore): Use vc-editable-p if available.
11360 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
11361 (vc-do-command): Tweak advice to handle the new VC.
11362
11363 * log-view.el (log-view-goto-rev): New function for the new VC.
11364 (log-view-minor-wrap): Use mark-active.
11365
11366 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
11367 (log-edit-changelog-full-paragraphs): New var.
11368 (log-edit-insert-changelog): Remove a lonely leading `* file'.
11369 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
11370 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
11371 (log-edit-changelog-ours-p, log-edit-changelog-entries)
11372 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
11373 Replace the `cvs' prefix with `log-edit'.
11374
11375 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
11376
11377 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
11378 (diff-font-lock-defaults): Explicitly turn off multiline.
11379 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
11380 (diff-ediff-patch): Fix call to ediff-patch-file.
11381 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
11382 Handle comments.
11383
11384 * frame.el (automatic-hscrolling): Typo.
11385
11386 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
11387
11388 2000-05-09 Sam Steingold <sds@goems.com>
11389
11390 * apropos.el (apropos-print): use `describe-face' instead of
11391 `customize-face-other-window'.
11392
11393 2000-05-09 Dave Love <fx@gnu.org>
11394
11395 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
11396
11397 * help.el (describe-variable): Have customize button pop the
11398 help-xref stack when invoked.
11399 (help-xref-symbol-regexp): Add `face'.
11400 (help-make-xrefs): Check for quoted face names and adapt regexp
11401 submatch numbers to cope.
11402 (help-xref-interned): Maybe insert face doc too. Separate
11403 sections with a line of hyphens.
11404
11405 * faces.el: Some doc fixes. Declare some functions obsolete.
11406 (describe-face): Add customize button. Return the help
11407 text. Fix prompt.
11408
11409 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
11410
11411 * term/internal.el (IT-character-translations): Fix last change.
11412
11413 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
11414
11415 * woman.el: New file
11416 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
11417
11418 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
11419
11420 * term/internal.el (IT-character-translations): Update ASCII
11421 simulations for greek-iso8859-7, add latin-iso8859-14 and
11422 latin-iso8859-15.
11423
11424 * international/mule-cmds.el (set-language-info-alist): Call
11425 define-prefix-command with 3 arguments, to make the map suitable
11426 for a menu.
11427
11428 2000-05-07 Dave Love <fx@gnu.org>
11429
11430 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
11431
11432 2000-05-05 Dave Love <fx@gnu.org>
11433
11434 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
11435 list in doc string. Don't quote keyword symbols.
11436 * emacs-lisp/cl.el: Likewise
11437 * emacs-lisp/cl-seq.el: Likewise
11438
11439 2000-05-05 Gerd Moellmann <gerd@gnu.org>
11440
11441 * abbrev.el (abbrev-mode): Make ARG optional.
11442
11443 2000-05-04 Gerd Moellmann <gerd@gnu.org>
11444
11445 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
11446
11447 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
11448
11449 * subr.el (substitute-key-definition): Clarify documentation.
11450
11451 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
11452
11453 * glasses.el (glasses-convert-to-unreadable): Use
11454 `glasses-separator' instead of the hard-wired "_".
11455 (glasses-mode): Call `glasses-make-unreadable' only in a single
11456 place.
11457
11458 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
11459
11460 * term/internal.el (cjk-codepages-alist): Add associations for
11461 Chinese and Korean codepages. Remove FIXME comment.
11462
11463 2000-05-03 Dave Love <fx@gnu.org>
11464
11465 * time.el (display-time-mail-face, display-time-use-mail-icon):
11466 New option.
11467 (display-time-mail-icon): New variable.
11468 (display-time-string-forms): Use the above. Fix the local-map.
11469
11470 2000-05-03 Gerd Moellmann <gerd@gnu.org>
11471
11472 * replace.el (query-replace-map): Add binding for `E'.
11473 (query-replace-help): Extend help text.
11474 (perform-replace): Allow editing the replacement string.
11475
11476 * make-mode.el (makefile-mode-abbrev-table): New variable.
11477 (makefile-mode): Set local abbrev table to
11478 makefile-mode-abbrev-table.
11479 (makefile-font-lock-keywords): Fontify includes and conditionals.
11480
11481 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
11482 set TOGGLE's value.
11483
11484 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
11485 mail-interactive-insert-alias.
11486 (mail-abbrev-complete-alias): New command.
11487 (mail-mode-map): Bind it to `M-TAB'.
11488
11489 2000-05-03 Kenichi Handa <handa@etl.go.jp>
11490
11491 * language/lao-util.el (lao-compose-region): New function.
11492
11493 2000-05-02 Gerd Moellmann <gerd@gnu.org>
11494
11495 * files.el (recover-session): Make directories as necessary
11496 if they don't exist yet.
11497
11498 * calendar/cal-french.el
11499 (french-calendar-multibyte-special-days-array)
11500 (french-calendar-special-days-array): Change French text.
11501 (calendar-french-date-string): Change output.
11502 (calendar-goto-french-date): Likewise.
11503
11504 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
11505
11506 * wid-edit.el (widget-default-active): Obey `:always-active'.
11507 (widget-documentation-string-value-create): Set `:always-active'.
11508
11509 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
11510
11511 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
11512 default prefix to `~/_emacs.d/auto-save.list/_s'.
11513 (normal-top-level): Create the directory for auto-save files, if
11514 it doesn't already exist (in the ms-dos case only).
11515
11516 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
11517
11518 * international/mule-cmds.el (set-language-environment): Don't
11519 concat an integer (dos-codepage), use format instead.
11520
11521 2000-05-02 Dave Love <fx@gnu.org>
11522
11523 * help.el (help-xref-on-pp): Check for constant symbols.
11524
11525 2000-04-29 Gerd Moellmann <gerd@gnu.org>
11526
11527 * startup.el (normal-top-level): Put a condition-case around
11528 the code loading subdirs.el.
11529
11530 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11531
11532 * ps-print.el: Upside-down and face background color printing,
11533 line number step, doc fix.
11534 (ps-print-version): New version number (5.2).
11535 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
11536 (ps-face-attribute-list, ps-plot-with-face): Code fix.
11537 (ps-spool-config): Var fix.
11538 (ps-printer-name-option): Const fix.
11539 (ps-print-upside-down, ps-use-face-background)
11540 (ps-line-number-step): New vars.
11541 (ps-window-system, ps-lp-system): New consts.
11542 (ps-face-background): New fun.
11543
11544 2000-04-28 Richard Stallman <rms@gnu.org>
11545
11546 * files.el (make-auto-save-file-name):
11547 Apply auto-save-file-name-transforms to visited file name
11548 before generating auto save file name.
11549 (auto-save-file-name-transforms): New variable.
11550
11551 * files.el (backup-enable-predicate):
11552 Correctly test for a file under a temporary directory.
11553
11554 2000-04-28 Gerd Moellmann <gerd@gnu.org>
11555
11556 * subr.el (add-minor-mode): Rewritten.
11557
11558 2000-04-28 Kenichi Handa <handa@etl.go.jp>
11559
11560 * mail/sendmail.el (sendmail-send-it): Set
11561 buffer-file-coding-system to the selected coding system for MIME
11562 header.
11563
11564 2000-04-27 Gerd Moellmann <gerd@gnu.org>
11565
11566 * dired.el (dired-move-to-filename-regexp): Allow format where
11567 YYYY is followed by two spaces.
11568
11569 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
11570 in the second character class of the regexp.
11571
11572 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
11573 mh-etc, too.
11574
11575 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
11576 nil.
11577
11578 * subr.el (add-minor-mode): Use `set' instead of `setq'.
11579
11580 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
11581 argument.
11582
11583 2000-04-27 Sen Nagata <sen@eccosys.com>
11584
11585 * emacs-lisp/crm.el (crm-completion-table): New variable.
11586 (crm-collection-fn, crm-test-completion)
11587 (completing-read-multiple): Use it.
11588
11589 2000-04-27 Dave Love <fx@gnu.org>
11590
11591 * help.el (locate-library): Use mapc.
11592 (help-manyarg-func-alist): Add call-process-region.
11593
11594 2000-04-26 Gerd Moellmann <gerd@gnu.org>
11595
11596 * subr.el (add-minor-mode): Make argument MAP optional.
11597
11598 * desktop.el (desktop-save): Save list of minor modes.
11599 (desktop-create-buffer): Restore minor modes.
11600 (desktop-minor-mode-table): New user-option.
11601
11602 * subr.el (add-minor-mode): New function.
11603
11604 * image.el (find-image): New function.
11605 (defimage): Rewritten to find image at load time.
11606
11607 * startup.el (normal-top-level-add-to-load-path): Handle
11608 case that the default directory is not in load-path.
11609
11610 * help.el: Old patch from Stefan Monnier.
11611 (help-xref-on-pp): New function.
11612 (describe-variable): Use it to display xrefs in a symbol's value.
11613
11614 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
11615
11616 * cus-edit.el (custom-face): Fix parenthesis.
11617
11618 2000-04-26 Kenichi Handa <handa@etl.go.jp>
11619
11620 * mail/rmail.el (rmail-expunge): When there are no deleted
11621 messages, do nothing.
11622
11623 2000-04-26 Dave Love <fx@gnu.org>
11624
11625 * international/mule-cmds.el (locale-translation-file-name):
11626 Defvar to nil.
11627 (set-locale-environment): Set it here (at runtime).
11628
11629 2000-04-25 Gerd Moellmann <gerd@gnu.org>
11630
11631 * replace.el (perform-replace): Add parameters START and END. Use
11632 them instead of the check for a region in Transient Mark mode.
11633 (query-replace-read-args): Return two more list elements for the
11634 start and end of the region in Transient Mark mode.
11635 (query-replace, query-replace-regexp, query-replace-regexp-eval)
11636 (map-query-replace-regexp, replace-string, replace-regexp): Add
11637 optional last arguments START and END and pass them to
11638 perform-replace.
11639
11640 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
11641 form with additional arguments for perform-replace.
11642
11643 * progmodes/etags.el (tags-query-replace): Add parameters START
11644 and END. Construct a form with additional arguments for
11645 perform-replace.
11646
11647 * simple.el (shell-command): Set default directory for "*Shell
11648 Command Output" buffer.
11649
11650 * language/european.el (iso-latin-4): Fix typo.
11651
11652 * emacs-lisp/crm.el: New file.
11653
11654 2000-04-24 Dave Love <fx@gnu.org>
11655
11656 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
11657 (Custom-reset-saved, Custom-reset-standard)
11658 (custom-group-value-create, custom-group-set, custom-group-save)
11659 (custom-group-reset-current, custom-group-reset-saved)
11660 (custom-group-reset-standard): Use mapc.
11661 (custom-buffer-create-internal): Disable undo when creating items.
11662 Use mapc.
11663 (custom-face): Avoid redundant lambda.
11664
11665 2000-04-24 Gerd Moellmann <gerd@gnu.org>
11666
11667 * startup.el (auto-save-list-file-prefix): Set default to
11668 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
11669
11670 2000-04-24 Sam Steingold <sds@gnu.org>
11671
11672 * time-stamp.el (time-stamp-string-preprocess): Always convert
11673 `field-result' to a string.
11674
11675 2000-04-24 Gerd Moellmann <gerd@gnu.org>
11676
11677 * frame.el (scrolling): New group.
11678 (automatic-hscrolling): New user-option.
11679
11680 * startup.el (command-line-x-option-alist): Add `-lsp' and
11681 `--line-spacing'.
11682
11683 2000-04-19 Dave Love <fx@gnu.org>
11684
11685 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
11686 (cl-mapc): Rename from mapc. Fix the funcall.
11687
11688 2000-04-19 Gerd Moellmann <gerd@gnu.org>
11689
11690 * simple.el (clone-indirect-buffer-other-window): New command.
11691 (clone-indirect-buffer): Add optional arg NORECROD.
11692 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
11693
11694 * help.el (resize-temp-buffer-window): Use count-screen-lines.
11695
11696 * window.el (count-screen-lines): New function.
11697 (shrink-window-if-larger-than-buffer): Use count-screen-lines
11698 instead of window-buffer-height.
11699
11700 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
11701 non-existing variable comint-input-sentinel.
11702 (inferior-lisp-args-to-list): Removed.
11703 (inferior-lisp): Use split-string instead of
11704 inferior-lisp-args-to-list.
11705
11706 * hexl.el (hexl-insert-hex-string): New command.
11707
11708 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
11709 instead of concat.
11710
11711 2000-04-18 Gerd Moellmann <gerd@gnu.org>
11712
11713 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
11714 at the start of an existing but empty folder.
11715
11716 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11717
11718 * ps-mule.el: Customization fix, doc fix.
11719 (ps-multibyte-buffer): Customization fix.
11720
11721 2000-04-17 Richard M. Stallman <rms@gnu.org>
11722
11723 * subr.el (read-passwd): Use read-char-exclusive.
11724
11725 2000-04-17 Gerd Moellmann <gerd@gnu.org>
11726
11727 * textmodes/texinfo.el (texinfo-insert-@email)
11728 (texinfo-insert-@emph, texinfo-insert-@quotation)
11729 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
11730 (texinfo-mode-map): Add key bindings for them.
11731
11732 * files.el (basic-save-buffer-2): Use a template with `$'
11733 instead of `#' for VMS.
11734
11735 * simple.el (clone-indirect-buffer): New function.
11736
11737 2000-04-16 Stephen Eglen <stephen@gnu.org>
11738
11739 * iswitchb.el (iswitchb-case): New function. If the user input
11740 contains any upper-case characters, the search is made
11741 case-sensitive.
11742
11743 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
11744
11745 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
11746 comment-end.
11747 (texinfo-font-lock-syntactic-keywords): New var.
11748 (texinfo-font-lock-keywords): Remove comment regexp.
11749 (texinfo-insert-block): New function.
11750 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
11751 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
11752 and font-lock-defaults. Use regexp-opt for outline-regexp.
11753 (texinfo-environments): New var.
11754 (texinfo-environment-regexp): Use regexp-opt and
11755 texinfo-environments.
11756
11757 * textmodes/ispell.el (ispell-menu-map-needed): Check that
11758 ispell-process is bound since this might be eval'd before ispell
11759 is loaded.
11760 (ispell-message): Use a tiny bit less magic and a bit more hard
11761 data to figure out what kind of sc-cite-regexp to use.
11762
11763 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
11764
11765 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
11766 (insert-cyclic-diary-entry): Unquote the lambda.
11767
11768 * gud.el (gud-jdb-build-source-files-list): Fix typo.
11769
11770 * files.el (backup-enable-predicate): Unquote the lambda.
11771
11772 * cus-edit.el (custom-face, face): Unquote the lambda.
11773
11774 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11775
11776 * ps-print.el: Check for line-beginning-position definition.
11777
11778 * ps-print.el: Fix counting lines in a region.
11779 (ps-print-version): New version number (5.1.5).
11780 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
11781 (ps-printing-region): Fun code fix.
11782
11783 2000-04-15 Gerd Moellmann <gerd@gnu.org>
11784
11785 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
11786 to file-directory-p.
11787
11788 2000-04-14 Gerd Moellmann <gerd@gnu.org>
11789
11790 * gud.el (gud-jdb-build-source-files-list): Check that directory
11791 exists before calling directory-files.
11792
11793 2000-04-13 Dave Love <fx@gnu.org>
11794
11795 * emacs-lisp/trace.el: Change maintainer. Use new backquote
11796 syntax.
11797
11798 * emacs-lisp/cl-specs.el: Remove when, unless.
11799
11800 * emacs-lisp/cl-extra.el: Don't quote keywords.
11801 (cl-old-mapc): New variable.
11802 (mapc): Use it.
11803 (cl-map-intervals): Use with-current-buffer. Don't check for
11804 next-property-change.
11805 (cl-map-overlays): Use with-current-buffer.
11806 (cl-expt): Remove.
11807 (copy-tree, remprop): Define unconditionally.
11808
11809 * emacs-lisp/cl-compat.el (keywordp): Remove.
11810
11811 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
11812 to use keywordp.
11813 (edebug-spec): Enable keywordp.
11814
11815 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
11816 string-lessp.
11817
11818 * cus-start.el: Use keywordp.
11819
11820 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11821
11822 * diary-lib.el (include-other-diary-files): Fix the fix of
11823 2000-02-18 by doing a save-excursion.
11824
11825 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11826
11827 * ps-print.el: Customization fix, doc fix.
11828 (ps-print-version): New version number (5.1.4).
11829 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
11830 (ps-print-preprint): Adjust code.
11831 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
11832 (ps-print-prologue-header, ps-print-control-characters)
11833 (ps-spool-config): Customization fix.
11834
11835 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
11836
11837 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
11838 converted to the new menu-item format, names silightly changed,
11839 help strings added.
11840
11841 Support for spelling without async subprocesses:
11842
11843 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
11844 (ispell-session-buffer): New variables.
11845 (ispell-start-process, ispell-process-status,
11846 ispell-accept-output, ispell-send-string): New functions, for
11847 Ispell invocation when async subprocesses aren't supported.
11848 (ispell-word, ispell-pdict-save, ispell-command-loop,
11849 ispell-process-line, ispell-buffer-local-parsing): Replace calls
11850 to process-send-string with calls to ispell-send-string, and
11851 accept-process-output with ispell-accept-output.
11852 (ispell-init-process): Call ispell-process-status instead of
11853 process-status with.
11854 (ispell-init-process): Call ispell-start-process. Call
11855 ispell-accept-output and ispell-send-string. Don't call
11856 process-kill-without-query and kill-process if they are unbound.
11857 (ispell-async-processp): New function.
11858
11859 2000-04-12 Dave Love <fx@gnu.org>
11860
11861 * info.el: Add debug-ignored-errors.
11862 (Info-mode-menu): Add some items.
11863 (Info-directory): Add autoload cookie.
11864
11865 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
11866 Modify `truncate-lines'. Make `describe-language-environment'
11867 always visible and add help. Modify `describe-key' help. Invoke
11868 Info-directory from `info'. New entry `emacs-manual'.
11869
11870 2000-04-10 Gerd Moellmann <gerd@gnu.org>
11871
11872 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
11873 propertized-buffer-identification.
11874 (ebrowse-update-member-buffer-mode-line): Likewise.
11875 (ebrowse--mode-strings): Removed.
11876 (ebrowse--mode-line-props): Removed.
11877
11878 * files.el (auto-mode-alist): Add `EBROWSE'.
11879
11880 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
11881 space before testing for end of buffer.
11882 (ebrowse-load): Removed.
11883 (ebrowse-revert-tree-buffer-from-file): Rewritten.
11884 (ebrowse-create-tree-buffer): Rewritten.
11885 (ebrowse-tree-mode): Read tree from buffer.
11886
11887 * progmodes/ebrowse-ffh.el: Removed.
11888
11889 2000-04-10 Kenichi Handa <handa@etl.go.jp>
11890
11891 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
11892
11893 2000-04-10 Gerd Moellmann <gerd@gnu.org>
11894
11895 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
11896 at the wrong place.
11897
11898 2000-04-09 Dave Love <fx@gnu.org>
11899
11900 * files.el (backup-enable-predicate): Use
11901 temporary-file-directory, small-temporary-file-directory.
11902 (make-backup-file-name-function, backup-directory-alist): New
11903 variables.
11904 (make-backup-file-name-1): New function.
11905 (make-backup-file-name): Use it.
11906 (find-backup-file-name): Likewise. Use format for clarity, not
11907 concat.
11908 (file-newest-backup): Use make-backup-file-name.
11909
11910 2000-04-09 Gerd Moellmann <gerd@gnu.org>
11911
11912 * progmodes/ebrowse-ffh.el: New file.
11913
11914 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
11915 to ebrowse-ffh.el.
11916 (ebrowse-load): Add autoload.
11917
11918 * finder.el (finder-commentary): Add autoload cookie.
11919
11920 * mail/rfc2368.el: Correct author's email address.
11921
11922 * progmodes/ebrowse.el: New file.
11923
11924 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
11925 item help string.
11926 (easy-menu-do-add-item): Ditto.
11927 (easy-menu-define): Extend doc string.
11928
11929 * jit-lock.el (with-buffer-unmodified): Use
11930 restore-buffer-modified-p.
11931 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
11932 (jit-lock-function, jit-lock-stealth-fontify): Don't use
11933 with-buffer-unmodified.
11934
11935 2000-04-08 Dave Love <fx@gnu.org>
11936
11937 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
11938 unless, when.
11939
11940 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
11941
11942 * viper-util.el (viper-put-on-search-overlay): New subroutine.
11943 (viper-flash-search-pattern): No operation when using Emacs
11944 doesn't support face.
11945 Use `viper-put-on-search-overlay'.
11946
11947 2000-04-04 Gerd Moellmann <gerd@gnu.org>
11948
11949 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
11950 like C-r.
11951
11952 * progmodes/make-mode.el: Some doc fixes.
11953 (makefile-mode-abbrev-table): New variable.
11954 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
11955 (makefile-font-lock-keywords): Fontify includes and conditionals.
11956 (toplevel): Require `dabbrev' and `add-log' when compiling.
11957
11958 * replace.el (perform-replace): Don't move forward one char
11959 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
11960 to do that because it leaves point 1 position after the last
11961 replacement, after everything has been replaced.
11962
11963 * jit-lock.el (with-buffer-unmodified): New macro.
11964 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
11965 modified state.
11966 (jit-lock-function-1): Extracted from jit-lock-function; not
11967 preserving buffer's modified state.
11968 (jit-lock-function, jit-lock-stealth-fontify): Call
11969 jit-lock-function-1.
11970
11971 * mail/rfc2368.el: Remove supernumerary copyright line.
11972
11973 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
11974
11975 * glasses.el: Provide facilities for inserting space before left
11976 parentheses and uncapitalization of identifiers.
11977 (glasses-mode): Try to remove old overlays in all cases.
11978
11979 2000-04-03 Gerd Moellmann <gerd@gnu.org>
11980
11981 * progmodes/compile.el (compile-internal): Display the compilation
11982 buffer in a different frame, if it's already displayed there.
11983
11984 * mail/rfc2368.el: New file.
11985
11986 * simple.el (sendmail-user-agent-compose): Recognize a `body'
11987 header and insert its value as mail body.
11988
11989 * subr.el (member-ignore-case): New function.
11990
11991 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
11992 (dabbrev--find-expansion): Ignore buffers matching a regexp
11993 from dabbrev-ignored-regexps.
11994
11995 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
11996 to extensions handled by gzip.
11997
11998 2000-04-03 Richard M. Stallman <rms@gnu.org>
11999
12000 * files.el (insert-directory): List the total free space
12001 along with the used space.
12002
12003 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
12004 line is followed by one that matches CITATION-REGEXP, end the
12005 paragraph.
12006
12007 2000-04-03 Markus Rost <rost@delysid.gnu.org>
12008
12009 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
12010 (rmail-make-basic-summary-line): Use that option.
12011
12012 2000-04-03 Kenichi Handa <handa@etl.go.jp>
12013
12014 * international/mule-cmds.el (encoded-string-description):
12015 Rewritten. Try pretty description for ISO 2022 escape sequences
12016 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
12017 for hexadecimal format.
12018
12019 2000-04-01 Dave Love <fx@gnu.org>
12020
12021 * cpp.el: Change customization group to `c' from `C'.
12022
12023 * vcursor.el (vcursor-move): Use display-color-p.
12024
12025 * international/mule-util.el: Provide mule-utils.
12026 (string-to-sequence): Simplify and speed up.
12027
12028 * international/mule.el (make-coding-system): Purecopy doc-string.
12029
12030 * international/mule-cmds.el: Various menu changes.
12031 (describe-specified-language-support): Handle `Default'.
12032 (set-language-info): Purecopy `info'.
12033
12034 2000-03-31 Andrew Innes <andrewi@gnu.org>
12035
12036 * vc.el (vc-backend-diff): Return the correct status if we had to
12037 retry the rcsdiff command without the --brief option.
12038
12039 2000-03-31 Dave Love <fx@gnu.org>
12040
12041 * help.el (help-manyarg-func-alist): Correct several omissions.
12042
12043 * add-log.el: Don't require cl, fortran.
12044 (add-log-current-defun-function): Doc fix.
12045 (change-log-version-number-regexp-list): Remove SCCS part. Doc
12046 fix.
12047 (change-log-version-rcs): Function deleted.
12048 (change-log-version-number-search): Doc fix. Use
12049 vc-workfile-version. Avoid CL dolist.
12050 (add-change-log-entry): Just call add-log-current-defun to get
12051 defun. Simplify somewhat.
12052 (change-log-get-method-definition-1): Likewise.
12053 (add-log-current-defun): Return nil if calling
12054 add-log-current-defun-function does so. Move Fortran stuff to
12055 fortran.el. Return string without properties.
12056
12057 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
12058 and :alpha: char classes.
12059
12060 * mail/supercite.el: Defvar curline when compiling.
12061 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
12062 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
12063 rather than a-zA-Z0-9 to allow non-ASCII characters.
12064
12065 2000-03-31 Gerd Moellmann <gerd@gnu.org>
12066
12067 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
12068
12069 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
12070 Re-enable new code.
12071
12072 * lpr.el (print-region-1): Use -d to specify printer name for
12073 systems `usg-unix-v*, `dgux', `hpux', `irix'.
12074
12075 2000-03-31 Dave Love <fx@gnu.org>
12076
12077 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
12078 for function definition in symbol's function value slot first
12079 instead of first consulting byte-compile-function-environment.
12080
12081 2000-03-31 Kenichi Handa <handa@etl.go.jp>
12082
12083 * language/european.el ("Polish"): New language environment.
12084 (setup-polish-environment): New function.
12085
12086 2000-03-30 Gerd Moellmann <gerd@gnu.org>
12087
12088 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
12089 Disable new code.
12090
12091 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
12092 trying to `load' the symbol of an autoload instead of the file
12093 recorded in the autoload. Fix error messages.
12094
12095 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12096
12097 * ps-print.el: PostScript programming fix for ghostview, doc fix.
12098 (ps-print-version): New version number (5.1.3).
12099 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
12100 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
12101 (ps-generate-postscript-with-faces): Code fix.
12102 (ps-color-values): XEmacs compatibility.
12103 (ps-print-background-image, ps-print-background-text, ps-printer-name)
12104 (ps-default-fg, ps-default-bg): Adjust customization.
12105 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
12106 (ps-color-scale): Renaming old ps-color-value fun.
12107 (ps-print-headers): Replace ps-print-header group to avoid conflict
12108 with ps-print-header variable.
12109 (ps-print-miscellany): New group.
12110 (ps-format-color, ps-rgb-color): New funs.
12111 (ps-default-foreground): New var.
12112 (ps-printer-name-option): New const.
12113
12114 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
12115
12116 * net/net-utils.el:
12117 (network-connection-host, network-connection-service): New variables
12118 (network-connection-mode): New mode, derived from comint-mode
12119 (network-connection-mode-setup): New function, saves host and
12120 service information in local variables.
12121
12122 * lisp/locate.el:
12123 (locate-word-at-point): Added this function
12124 (locate): Default to using locate-word-at-point as input
12125 Run dired-mode-hook
12126
12127 2000-03-29 Dave Love <fx@gnu.org>
12128
12129 * calendar/appt.el: Doc fixes.
12130 (appt-check): Convert min-to-app to a string before passing to
12131 appt-disp-window-function or concat.
12132 (appt-delete-window): Remove test for frame-root-window.
12133 (appt-select-lowest-window, appt-convert-time): Simplify.
12134
12135 * emacs-lisp/bytecomp.el: Doc fixes.
12136 (byte-compile-file-form-autoload): Update
12137 byte-compile-function-environment.
12138
12139 2000-03-29 Andreas Schwab <schwab@suse.de>
12140
12141 * emacs-lisp/autoload.el: Also print defsubst doc string
12142 specially.
12143
12144 * dired.el (dired-insert-directory): If dired-free-space-program
12145 failed just delete its output.
12146
12147 2000-03-29 Dave Love <fx@gnu.org>
12148
12149 * international/iso-cvt.el: Move provide to end. Doc fixes.
12150 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
12151 (iso-iso2sgml, iso-sgml2iso): New functions.
12152 (iso-cvt-define-menu): Fix some entries and use backquote for
12153 clarity.
12154
12155 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
12156
12157 2000-03-28 Gerd Moellmann <gerd@gnu.org>
12158
12159 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
12160 ISO-DATE. If non-nil, return date in ISO 8601 format.
12161
12162 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
12163
12164 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
12165 if it ever becomes used.
12166 (log-edit-mode-hook): Default to vc-log-mode-hook.
12167 (log-edit-mode): Fix the docstring.
12168
12169 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
12170 the code.
12171
12172 2000-03-26 Dave Love <fx@gnu.org>
12173
12174 * net/browse-url.el (browse-url): Re-fix case of
12175 browse-url-browser-function being an alist.
12176 (browse-url): Add :link to defgroup.
12177
12178 * files.el: Doc fixes.
12179 (file-truename): Include `[' in wildcard characters.
12180 (automount-dir-prefix): Customize.
12181 (find-file-wildcards): Add :version.
12182 (find-file-noselect): Simplify a mapcar call.
12183
12184 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
12185 compatible with inf-lisp version.
12186 (eval-defun-1): Fix custom-declare-variable case.
12187
12188 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
12189
12190 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
12191
12192 2000-03-24 Gerd Moellmann <gerd@gnu.org>
12193
12194 * Makefile (COMPILE_FIRST): New macro.
12195 (compile-files): Compile files from COMPILE_FIRST first.
12196
12197 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
12198 code.
12199
12200 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
12201 matching open parenthesis in column 0 to defun-prompt-regexp
12202 only if open-paren-in-column-0-is-defun-start is set.
12203
12204 * sun-curs.el: Require CL at compile-time only.
12205
12206 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
12207 instead of copy-list which is a function from CL.
12208 (msb--choose-menu, msb--mode-menu-cond)
12209 (msb--create-buffer-menu-2): Use dolist instead of mapc.
12210 (msb--init-file-alist): Use mapcar instead of mapcan.
12211 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
12212 `(' in column 0 in doc string.
12213 (msb--add-separators): Use mapcar instead of mapcan.
12214
12215 * cus-dep.el: Require CL at compile-time only.
12216
12217 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
12218
12219 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
12220 (byte-compile-warnings): New warning `noruntime'.
12221 (byte-compile-constants, byte-compile-variables): Fix docstring.
12222 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
12223 execute `eval-whenc-compile's body.
12224 (byte-compile-unresolved-functions): Fix docstring.
12225 (byte-compile-eval): New function.
12226 (byte-compile-callargs-warn): Check if the function will be available
12227 at runtime (via property `byte-compile-noruntime').
12228 (byte-compile-print-syms): New function.
12229 (byte-compile-warn-about-unresolved-functions): Also warn about
12230 `noruntime' functions (and use `byte-compile-print-syms').
12231 (byte-compile-file): Capitalize the message.
12232
12233 2000-03-24 Gerd Moellmann <gerd@gnu.org>
12234
12235 * mail/rmail.el (rmail-confirm-expunge): New user-option.
12236 (rmail-expunge): Ask for confirmation depending on the setting
12237 of rmail-confirm-expunge.
12238
12239 2000-03-23 Gerd Moellmann <gerd@gnu.org>
12240
12241 * Makefile (bootstrap-clean): If $(emacs) exists, build
12242 loaddefs.el first. A loaddefs.el that's not up-to-date might
12243 cause a bootstrap failure because things don't autoload as
12244 expected.
12245
12246 2000-03-23 Dave Love <fx@gnu.org>
12247
12248 * net/browse-url.el: Restore previous use of
12249 browse-url-maybe-new-window.
12250
12251 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12252
12253 * ps-print.el: Skip banner page fix.
12254 (ps-print-version): New version number (5.1.2).
12255 (ps-begin-file, ps-end-file, ps-generate): Code fix.
12256
12257 2000-03-23 Dave Pearson <davep@davep.org>
12258
12259 * net/quickurl.el Changed the type of parameter passed to the
12260 function defined by `quickurl-format-function'. Before only the
12261 text of the URL was passed. Now the whole URL structure is passed
12262 and the function is responsible for extracting the parts it
12263 requires. Changed the default of `quickurl-format-function'
12264 accordingly.
12265 (quickurl-insert): Changed the `funcall' of
12266 `quickurl-format-function' to match the above change.
12267 (quickurl-list-insert): Changed the `url' case so that it makes
12268 use of `quickurl-format-function', previous to this the format was
12269 hard wired.
12270
12271 2000-03-22 Gerd Moellmann <gerd@gnu.org>
12272
12273 * startup.el: Change some spellings for the X Window System.
12274
12275 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
12276
12277 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
12278 up the code and the regexp and make sure the cursor is temporarily
12279 moved to the suspicious line while querying the user.
12280
12281 2000-03-22 Jason Rumney <jasonr@gnu.org>
12282
12283 * w32-fns.el (w32-charset-info-alist): Initialize.
12284
12285 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12286
12287 * ps-print.el: N-up last page fix.
12288 (ps-print-version): New version number (5.1.1).
12289 (ps-end-file, ps-end-job, ps-generate): Code fix.
12290
12291 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
12292
12293 * files.el (find-file-run-dired): Update docstring.
12294 (find-directory-functions): New hook.
12295 (find-file-noselect): Run find-directory-functions rather than
12296 calling dired directly.
12297
12298 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
12299
12300 * pcvs.el: Add a minimal leading commentary.
12301 (cvs-make-cvs-buffer): Change the header part by removing the startup
12302 message and adding a `Module' entry. Also replace the FOOTER and
12303 HEADER special fileinfos with the new support in ewoc for updating
12304 its own footer and header.
12305 (cvs-update-header): Update to use the header/footer of the ewoc.
12306 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
12307 (cvs-is-within-p): New function.
12308 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
12309 to only examine some subset of the buffers.
12310
12311 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
12312 `format' instead of our own ad-hoc functions.
12313 Remove HEADER and FOOTER cases, now handled in the EWOC.
12314 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
12315
12316 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
12317 output to avoid scaring the user.
12318 (cvs-parse-table): Catch message for non-up-to-date commits.
12319
12320 * pcvs-defs.el (cvs-startup-message): Remove.
12321 (cvs-global-menu): New autoloaded menu.
12322
12323 * pcvs-util.el (cvs-string-fill): Remove.
12324
12325 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
12326 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
12327 PP part of it and also make it work for footers and headers.
12328 (ewoc-create): Drop POS and BUFFER arguments.
12329 Use the DLL's dummy node to store the end-of-footer position.
12330 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
12331 (ewoc-refresh): Remove unused `header' variable.
12332 (ewoc-(get|set)-hf): New functions.
12333
12334 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
12335 log-view-*-(message|file) and use easy-mmode-define-navigation.
12336 (log-view-message-re): Match SCCS format as well.
12337 And match the revision line rather than the dashed separator line.
12338 (log-view-mode): Use the new define-derived-mode.
12339 (log-view-current-tag): Fill in with an actual implementation.
12340
12341 * cvs-status.el (cvs-status-(prev|next)): Rename from
12342 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
12343 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
12344 to let the output "breathe" a little more (more readable).
12345 (cvs-status-mode): Use the new define-derived-mode.
12346
12347 * smerge-mode.el (smerge-auto-leave): New function and variable.
12348 (smerge-basic-map): Rename from smerge-basic-keymap.
12349 Change the bindings for smerge-diff-*.
12350 (smerge-*-map): Use easy-mmode-defmap.
12351 (smerge-(next|prev)): Use easy-mmode-define-navigation.
12352 (smerge-keep-*): Use smerge-auto-leave.
12353
12354 2000-03-21 Jason Rumney <jasonr@gnu.org>
12355
12356 * cus-edit.el (custom-button-face): Use 3D look for w32.
12357 (custom-button-pressed-face): Likewise.
12358
12359 2000-03-21 Gerd Moellmann <gerd@gnu.org>
12360
12361 * progmodes/etags.el (tags-case-fold-search): New user-option.
12362 (tags-loop-eval): New function. Bind case-fold-search around eval
12363 depending on the value of tags-case-fold-search.
12364 (tags-loop-continue): Use tags-loop-eval.
12365 (find-tag-in-order): Bind case-fold-search depending on the value
12366 of tags-case-fold-search.
12367
12368 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
12369
12370 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
12371 (diff-end-of-hunk): Return the end position for use in
12372 `easy-mmode-define-navigation'.
12373 (diff-recenter): Remove.
12374 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
12375 of `easy-mmode-define-navigation'.
12376 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
12377 previous renaming) and fix to use new names.
12378 (diff-merge-strings): Use \n as separator: simpler, faster.
12379 (diff-mode): Use `define-derived-mode'.
12380
12381 * derived.el (define-derived-mode): Don't autoload anymore.
12382 Prefer the macro-only version provided by easy-mmode.el.
12383
12384 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
12385 `easy-mmode-define-derived-mode'.
12386 Use `combine-run-hooks'.
12387 (easy-mmode-define-navigation): New macro.
12388
12389 * subr.el (combine-run-hooks): New function.
12390
12391 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
12392
12393 * term/x-win.el: Fontsets related initialization is simplified.
12394
12395 * international/mule-diag.el (describe-font): Don't refer to
12396 global-fontset-alist, instead call font-list.
12397 (describe-fontset, list-fontsets, mule-diag): Likewise.
12398 (print-fontset): Adjusted for the change of fontset
12399 implementation.
12400
12401 * international/fontset.el (x-charset-registries): Variable
12402 removed, instead the corresponding data is stored in the default
12403 fontset.
12404 (register-alternate-fontnames): Function removed.
12405 (resolved-ascii-font): Variable removed.
12406 (x-compose-font-name): Ignore the second argument REDOCE.
12407 (x-complement-fontset-spec): Complement only an ASCII font and
12408 element for those charsets than can use that ASCII font.
12409 (generate-fontset-menu): Don't refer to global-fontset-alist,
12410 instead call fontset-list.
12411 (uninstantiated-fontset-alist): Variable removed.
12412 (x-style-funcs-alist): Likewise.
12413 (fontset-default-styles): Likewise.
12414 (x-modify-font-name): Function removed.
12415 (create-fontset-from-fontset-spec): Ignore the argument
12416 STYLE-VARIANT.
12417 (create-fontset-from-ascii-font): Docsting adjusted for the above
12418 change.
12419 (instantiate-fontset, resolve-fontset-name): Functions removed.
12420 (fontset-list): Now implemented by C code.
12421
12422 * faces.el (read-face-font): Fix TABLE arg to completing-read.
12423 (describe-face): Include `font' attribute in the description.
12424
12425 2000-03-21 Kenichi Handa <handa@etl.go.jp>
12426
12427 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
12428
12429 2000-03-20 Gerd Moellmann <gerd@gnu.org>
12430
12431 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
12432 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
12433 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
12434
12435 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
12436 about behavior of set-buffer-modified-p wrt redisplay.
12437
12438 2000-03-19 Richard M. Stallman <rms@gnu.org>
12439
12440 * view.el (view-mode-disable): Kill local binding of view-read-only.
12441
12442 2000-03-18 Gerd Moellmann <gerd@gnu.org>
12443
12444 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
12445 is a string, convert it to a syntax cell using string-to-syntax.
12446
12447 * simple.el (syntax-code-table, syntax-flag-table): New variables.
12448 (string-to-syntax): New function.
12449
12450 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
12451 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
12452 try to use passive ftp mode.
12453
12454 2000-03-17 Gerd Moellmann <gerd@gnu.org>
12455
12456 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
12457
12458 * simple.el (append-to-buffer): Update point of windows after
12459 insertion.
12460
12461 * abbrev.el (inverse-add-abbrev): Identify word by first moving
12462 forward then moving backward. Reindent.
12463
12464 * frame.el (other-frame): Call x-focus-frame only if
12465 focus-follows-mouse is off.
12466
12467 2000-03-17 Dave Love <fx@gnu.org>
12468
12469 * pcvs-util.el (cvs-strings->string): Rename
12470 replace-regexps-in-string.
12471
12472 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
12473
12474 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
12475 regexp for labels cannot span several lines.
12476
12477 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
12478 `(setq :<key> ':<key>)' to the macro expansion.
12479
12480 2000-03-16 Dave Love <fx@gnu.org>
12481
12482 * progmodes/f90.el (f90): Put custom group under `languages', not
12483 `fortran'.
12484 (f90-mode-hook): Customize.
12485 (f90-mode): Set add-log-current-defun-function.
12486 (f90-current-defun): New function.
12487
12488 2000-03-16 Gerd Moellmann <gerd@gnu.org>
12489
12490 * cus-edit.el (custom-variable-tag-face): Handle case that
12491 default face's height is not a number.
12492 (custom-face-tag-face, custom-group-tag-face-1)
12493 (custom-group-tag-face): Ditto.
12494 (custom-group-tag-face-1): Add :group.
12495
12496 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
12497
12498 2000-03-15 Gerd Moellmann <gerd@gnu.org>
12499
12500 * pcvs-defs.el (toplevel): Remove autoload cookie for form
12501 requiring easymenu.
12502
12503 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12504
12505 * ps-print.el: PostScript user-defined prologue, PostScript error
12506 handler, doc fix.
12507 (ps-print-version): New version number (5.1).
12508 (ps-user-defined-prologue, ps-error-handler-message)
12509 (ps-print-prologue-0, ps-error-handler-alist): New vars.
12510 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
12511 (ps-insert-string): New function.
12512
12513 2000-03-15 Kenichi Handa <handa@etl.go.jp>
12514
12515 * international/ccl.el (ccl-compile-expression): Don't generate
12516 invalid self-assignment code.
12517
12518 2000-03-14 Dave Love <fx@gnu.org>
12519
12520 * subr.el (replace-regexp-in-string): Renamed from
12521 replace-regexps-in-string. Doc fix.
12522
12523 2000-03-12 Dave Love <fx@gnu.org>
12524
12525 * cus-edit.el: Doc fixes.
12526 (customize-set-variable, customize-save-variable): Rename args for
12527 doc.
12528 (custom-variable-tag-face, custom-face-tag-face)
12529 (custom-group-tag-face-1, custom-group-tag-face): Modify from
12530 style which user identify as hyperlink.
12531 (hook): Don't add undefined functions to the hook.
12532 (debug-ignored-errors): Transfer message from bindings.el.
12533
12534 2000-03-12 Gerd Moellmann <gerd@gnu.org>
12535
12536 * recentf.el (recentf-keep-non-readable-files-p): Remove
12537 double/nested definition.
12538
12539 2000-03-12 Dave Love <fx@gnu.org>
12540
12541 * facemenu.el (facemenu-get-face): Use display-color-p.
12542 * enriched.el (enriched-decode-foreground): Likewise.
12543 (enriched-decode-background): Likewise.
12544 * isearch.el (isearch-highlight): Likewise.
12545 * info-look.el (info-lookup): Likewise.
12546 * simple.el (completion-setup-function): Likewise.
12547
12548 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
12549 :options.
12550
12551 * bindings.el (mode-line-format): Fix line-number and
12552 column-number items. Add help-echo for the background.
12553 (mode-line-mule-info): Modify help-echo.
12554
12555 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
12556
12557 * files.el (load-file): Allow completion to .elc.
12558
12559 * man.el: Doc fixes.
12560 (Man-init-defvars): Use display-color-p to set fontification.
12561
12562 * play/hanoi.el (hanoi-internal): Don't use oddp.
12563
12564 2000-03-12 Gerd Moellmann <gerd@gnu.org>
12565
12566 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
12567
12568 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
12569
12570 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
12571
12572 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
12573 Fix comment.
12574
12575 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
12576
12577 * font-lock.el (font-lock-keywords): Fix the doc now that
12578 regexp-opt-depth is unnecessary.
12579 (save-buffer-state): Set an edebug spec.
12580 (font-lock-fontify-anchored-keywords): Properly handle the case when
12581 the matcher goes past the limit.
12582
12583 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
12584 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
12585
12586 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
12587 dll.el and cookie.el (from Elib) with heavy renaming and other
12588 massaging.
12589
12590 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
12591 Autoload the functions used.
12592 (easy-mmode-define-syntax): Fix CL typo.
12593 (easy-mmode-define-derived-mode): Improve the docstring generation.
12594
12595 2000-03-10 Gerd Moellmann <gerd@gnu.org>
12596
12597 * textmodes/texinfo.el (texinfo-version): Variable and function
12598 removed.
12599
12600 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
12601
12602 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
12603 allow more flexibility.
12604 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
12605 fns.
12606 (easy-mmode-defmap, easy-mmode-defsyntax)
12607 (easy-mmode-define-derived-mode): New macros.
12608
12609 2000-03-09 Didier Verna <didier@xemacs.org>
12610
12611 * rect.el (replace-rectangle): New function.
12612
12613 2000-03-09 Dave Love <fx@gnu.org>
12614
12615 * progmodes/fortran.el (fortran-comment-line-start): Define as
12616 "C".
12617 (fortran-comment-line-start-skip): Don't match cpp stuff.
12618 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
12619 (fortran-mode-map): Remove over-eager custom-menu-create for now.
12620 (fortran-mode): Don't set fortran-comment-line-start-skip,
12621 fortran-comment-line-start here. Set comment-start,
12622 add-log-current-defun.
12623 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
12624 (fortran-current-defun): New function.
12625
12626 2000-03-09 Gerd Moellmann <gerd@gnu.org>
12627
12628 * emacs-lisp/re-builder.el: New file.
12629
12630 * mouse.el (mouse-drag-region): Don't run up-event handler
12631 if hscroll has changed.
12632
12633 * octave-mod.el (octave-font-lock-keywords): To font-lock the
12634 builtin operators, use `font-lock-builtin-face' for Emacs and
12635 `font-lock-preprocessor-face' otherwise.
12636
12637 * font-lock.el (lisp-font-lock-keywords-1): Highlight
12638 `(defun (setf foo)' differently.
12639
12640 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
12641
12642 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
12643 (regexp-opt): Update comment and adapt the code the new meaning of
12644 the `paren' argument of regex-opt-group for shy-groups.
12645 (regexp-opt-depth): Handle shy groups as well as backslashed
12646 backslashes.
12647 (regexp-opt-group): Turn the leading comment into a docstring.
12648 Allow `paren' to be a string (the string to use to open a group).
12649 Remove open-presuf and close-presuf. Instead of checking for `all
12650 one-char' and then later on check for `several one-char', handle
12651 both cases close together. Also apply a more generic algorithm
12652 for suffixes (the mirror image of the algorithm used for
12653 prefixes). Use shy-groups. Use nreverse rather than reverse.
12654 (regexp-opt-try-suffix): Removed.
12655
12656 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
12657 from comint-mode-map, so we can just inherit from it. Also, move
12658 the initialization into the `defvar' since there's no docstring
12659 anyway and it's fairly short.
12660 (inferior-scheme-mode): Define it as derived-mode: the code is
12661 shorter and this way we inherit from comint-mode-map rather than
12662 copying it.
12663
12664 * subr.el (replace-regexps-in-string): Properly handle the case
12665 where we match an empty string.
12666
12667 * comint.el (comint-exec-1): Add the current-dir to the exec-path
12668 when the command has a directory component (such as "./testml").
12669 Also fix a typo in the comment.
12670
12671 2000-03-08 Gerd Moellmann <gerd@gnu.org>
12672
12673 * Makefile (compile-files): Compile files one by one because
12674 that's the only way to ensure a clean compilation environment for
12675 each individual file.
12676
12677 * frame.el (other-frame): Call x-focus-frame.
12678
12679 2000-03-07 Dave Love <fx@gnu.org>
12680
12681 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
12682 :require to defcustom.
12683
12684 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
12685 lists.
12686
12687 * files.el (auto-mode-alist): Add configure.in.
12688
12689 * progmodes/autoconf.el: New file.
12690
12691 2000-03-07 Gerd Moellmann <gerd@gnu.org>
12692
12693 * mail/mh-e.el: Change maintainer to `none'.
12694
12695 * recentf.el (recentf-keep-non-readable-files-p): Quote args
12696 to remove-hook and add-hook.
12697
12698 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
12699
12700 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
12701 it as the default.
12702 (mail-send): Test mail-send-nonascii also for the new `mime' value.
12703 (sendmail-send-it): Conditionally add MIME headers specifying the
12704 used character set.
12705
12706 2000-03-07 Dave Love <fx@gnu.org>
12707
12708 * winner.el: Fix keywords, autoload cookies. Split
12709 eval-when-compile form to avoid compilation failure.
12710
12711 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
12712
12713 * international/mule.el: Modify comment about coding system
12714 property `coding-category'.
12715 (make-coding-system): New argument EOL-TYPE. Pay attention to
12716 coding-category property of PROPERTIES.
12717
12718 * international/mule-conf.el (coding-category-utf-8,
12719 coding-category-utf-16-be, coding-category-utf-16-le): New coding
12720 categories. Include them in the argument for set-coding-priority.
12721
12722 * international/mule-cmds.el (reset-language-environment): Include
12723 coding-category-utf-8, coding-category-utf-16-be, and
12724 coding-category-utf-16-le in the argument for set-coding-priority.
12725 (reset-language-environment): Initialize coding-category-utf-8,
12726 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
12727
12728 2000-03-06 Karl Fogel <kfogel@red-bean.com>
12729
12730 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
12731 code abstracted out of `bookmark-jump-noselect'. Now tries info
12732 extensions as well as compression extensions.
12733 (bookmark-jump-noselect): Use above new func.
12734
12735 2000-03-03 Gerd Moellmann <gerd@gnu.org>
12736
12737 * strokes.el: Change maintainer's mail address.
12738
12739 2000-03-03 Kenichi Handa <handa@etl.go.jp>
12740
12741 * international/mule-diag.el (list-character-sets): Make help-echo
12742 string by substitute-command-keys.
12743 (list-character-sets): Likewise.
12744 (sort-listed-character-sets): Call help-setup-xref.
12745
12746 2000-03-02 Gerd Moellmann <gerd@gnu.org>
12747
12748 * time.el (display-time-mail-file): Add `none' to the list of
12749 choices.
12750
12751 2000-03-01 Dave Love <fx@gnu.org>
12752
12753 * help.el (help-xref-go-back): Don't try to set position.
12754
12755 * international/mule-diag.el (list-character-sets): Call
12756 help-setup-xref. Add help-echo to xrefs.
12757 (list-character-sets-1): Add help-echo to xrefs.
12758
12759 2000-03-02 Gerd Moellmann <gerd@gnu.org>
12760
12761 * frame.el (blink-cursor-mode): Switch cursor on when turning
12762 the mode off.
12763
12764 * add-log.el (add-log-current-defun): Add support for
12765 Autoconf mode.
12766
12767 * mail/rmail.el (rmail-quit-hook): New variable.
12768
12769 2000-03-01 Dave Love <fx@gnu.org>
12770
12771 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
12772
12773 * help.el (help-xref-button): Add help-echo arg.
12774 (describe-function-1, describe-variable, help-make-xrefs): Use it.
12775
12776 * faces.el (list-faces-display): Supply help-echo with
12777 help-make-xrefs.
12778
12779 * facemenu.el (list-text-properties-at): Set help-xref-stack to
12780 nil.
12781
12782 2000-03-01 Gerd Moellmann <gerd@gnu.org>
12783
12784 * image.el (defimage): Look for image files in load-path.
12785
12786 * frame.el (busy-cursor-delay-seconds): Change type to
12787 `number'.
12788
12789 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
12790
12791 * recentf.el (recentf): Added version tag to the defgroup of
12792 recentf.
12793
12794 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
12795
12796 * recentf.el (recentf-cleanup): Changed to remove excluded file
12797 too.
12798 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
12799 action to select/unselect a file.
12800 (recentf-edit-list): Code cleanup and improvement.
12801 (recentf-open-more-files-action): `recentf-open-more-files' button
12802 widget action to open a file.
12803 (recentf-open-more-files): No more use standard completion but
12804 widgets.
12805 (recentf-more-collection): Deleted.
12806 (recentf-more-history): Deleted.
12807 (recentf-setup-more-completion): Deleted.
12808
12809 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
12810
12811 * recentf.el (recentf-mode): No more needs that Emacs is running
12812 under a window-system.
12813
12814 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
12815
12816 * recentf.el (recentf-edit-list): New command to edit the recent
12817 list which allow the user to remove files.
12818 (recentf-edit-selected-items): New global variable, used by
12819 `recentf-edit-list' to hold the list of files to be removed from
12820 the recent list.
12821 (recentf-make-menu-items): Updated to display a "Edit list..."
12822 menu item. Minor code cleanup.
12823
12824 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
12825
12826 * recentf.el (recentf-open-more-files): New command to open files
12827 that are not displayed in the menu.
12828 (recentf-more-collection): New global variable holding the set of
12829 permissible completions used by `recentf-open-more-files'.
12830 (recentf-more-history): New global variable holding the history list
12831 used by `recentf-open-more-files' completion.
12832 (recentf-setup-more-completion): New function to setup completion for
12833 `recentf-open-more-files'.
12834 (recentf-make-menu-items): Updated to display a "More..." menu item.
12835
12836 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
12837
12838 * recentf.el (recentf-menu-action): Doc fixed.
12839
12840 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
12841
12842 * recentf.el (recentf-menu-filter): Doc updated.
12843 (recentf-update-menu-hook): Allow menu filters to force menu update.
12844 (recentf-make-menu-items): New menu filter handling.
12845 (recentf-make-menu-item): New helper function.
12846 (recentf-menu-elements): New menu handling function.
12847 (recentf-sort-ascending): Updated to new menu filter handling.
12848 (recentf-sort-descending): Updated to new menu filter handling.
12849 (recentf-sort-basenames-ascending): New menu filter function.
12850 (recentf-sort-basenames-descending): New menu filter function.
12851 (recentf-show-basenames): New menu filter function.
12852 (recentf-show-basenames-ascending): New menu filter function.
12853 (recentf-show-basenames-descending): New menu filter function.
12854
12855 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12856
12857 * diary-lib.el (list-diary-entries): Don't try to go forward at
12858 the end of the buffer.
12859
12860 2000-02-29 Kenichi Handa <handa@etl.go.jp>
12861
12862 * international/mule-diag.el (list-character-sets): Completely
12863 rewritten.
12864 (sort-listed-character-sets): New function.
12865 (list-character-sets-1): Completely rewritten.
12866 (list-character-sets-2): New function.
12867 (non-iso-charset-alist): New variable.
12868 (decode-codepage-char): New function.
12869 (charset-history): New variable.
12870 (read-charset) (list-block-of-chars)
12871 (list-iso-charset-chars)
12872 (list-non-iso-charset-chars)
12873 (list-charset-chars): New functions.
12874 (mule-diag): Call list-character-sets-2, not
12875 list-character-sets-2.
12876 (dump-charsets): Likewise.
12877
12878 2000-02-29 Gerd Moellmann <gerd@gnu.org>
12879
12880 * dired-x.el (dired-filename-at-point): Add `@' to valid
12881 file name characters.
12882 (dired-filename-at-point): Handle ange-ftp file names.
12883
12884 * frame.el (frame-notice-user-settings): Use assq-delete-all
12885 instead of assoc-delete-all.
12886 (frame-notice-user-settings): Ditto.
12887
12888 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
12889 Don't copy alist.
12890
12891 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
12892
12893 * calculator.el (calculator-use-menu): New option.
12894 (calculator-initial-bindings): Changed some bindings to work as
12895 macros.
12896 (calculator-forced-input): Removed.
12897 (calculator-restart-other-mode): New variable.
12898 (calculator-mode-map): Set up menu.
12899
12900 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
12901
12902 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
12903 tags.
12904
12905 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
12906
12907 * viper-cmd.el (viper-envelop-ESC-key): added the option to
12908 translate all ESC key sequences.
12909 (viper-goto-mark-subr): restore markers for files for which
12910 they were saved.
12911 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
12912 * viper-util.el (viper-set-replace-overlay-glyphs,
12913 viper-set-replace-overlay): always check if the replacement
12914 overlay is live.
12915 * viper.el (viper-vi-state-mode-list): added major modes.
12916 * ediff-wind.el: minor comment changes.
12917 * ediff.el: copyright notice date fix.
12918
12919 2000-02-27 Jason Rumney <jasonr@gnu.org>
12920
12921 * faces.el (face-font-family-alternatives): Add arial to helv.
12922 (mode-line, header-line, tool-bar): Same default as x for w32.
12923 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
12924 face-font-family-alternatives from working.
12925 * term/w32-win.el (mouse-set-font): Do not build fontset from
12926 chosen font.
12927
12928 2000-02-25 Sam Steingold <sds@goems.com>
12929
12930 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
12931 properly.
12932
12933 2000-02-25 Richard M. Stallman <rms@gnu.org>
12934
12935 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
12936
12937 2000-02-25 Gerd Moellmann <gerd@gnu.org>
12938
12939 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
12940 writable.
12941
12942 * frame.el (busy-cursor-delay-seconds): New option.
12943
12944 2000-02-24 Gerd Moellmann <gerd@gnu.org>
12945
12946 * frame.el (show-cursor-in-non-selected-windows): New option.
12947
12948 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12949
12950 * diary-lib.el (include-other-diary-files): Undo the selective
12951 display in any included file and don't kill it.
12952
12953 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
12954
12955 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
12956 bar. Menu items converted to (menu-item format, help strings
12957 added.
12958 [downcase, upcase]: Don't enable on MS-DOS.
12959 [symlink, symlinks]: Don't show if make-symbolic-link is not
12960 bound.
12961 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
12962
12963 2000-02-23 Dave Love <fx@gnu.org>
12964
12965 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
12966 (backward-kill-word): Revert addition of * to interactive spec --
12967 it's a feature.
12968
12969 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
12970 (backward-kill-sentence, kill-sentence): Likewise.
12971
12972 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
12973 scratch buffer name.
12974 (gud-format-command): Use int-to-string in ?l case. Simplify
12975 slightly.
12976
12977 * term/w32-win.el (internal-face-interactive): Update prompt for
12978 new read-face-name.
12979
12980 * mail/footnote.el (footnote): Add :version to defgroup.
12981 (footnote-section-tag-regexp): Customize.
12982 (footnote-start-tag, footnote-end-tag): New option.
12983 (footnote-latin-regexp): New variable.
12984 (Footnote-latin): New function.
12985 (footnote-style-alist): Add element for latin style.
12986 (footnote-style): Moved.
12987 (Footnote-goto-footnote): Use eq to test arg.
12988
12989 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
12990
12991 * emacs-lisp/byte-opt.el: Change old backquote syntax.
12992 (byte-compile-trueconstp): Include keywords.
12993 (byte-optimize-quote, byte-optimize-lapcode): Use
12994 byte-compile-const-symbol-p.
12995 (byte-optimize-char-before): New optimization.
12996
12997 * emacs-lisp/bytecomp.el: Change old backquote syntax.
12998 (byte-compile-const-symbol-p): New function.
12999 (byte-compile-constp, byte-compile-out-toplevel)
13000 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
13001 Use it.
13002
13003 * subr.el (define-key-after): Default AFTER to t. Doc fix.
13004
13005 2000-02-23 Kenichi Handa <handa@etl.go.jp>
13006
13007 * international/encoded-kb.el: Be sure to update minor-mode-alist
13008 and minor-mode-map-alist.
13009 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
13010 codes SS2 and SS3 correctly.
13011 (encoded-kbd-self-insert-ccl): New function.
13012 (encoded-kbd-setup-keymap): New function.
13013 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
13014 by calling encoded-kbd-setup-keymap.
13015
13016 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
13017 characters.
13018 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
13019 locally.
13020
13021 2000-02-22 Dave Love <fx@gnu.org>
13022
13023 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
13024 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
13025 defvar.
13026 (lisp-mode-syntax-table): Set up for #|...|# comments.
13027 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
13028 classes. Match `defface'.
13029 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
13030 (eval-defun-1): Fix for defcustom.
13031 (lisp-indent-region): Doc fix.
13032
13033 * subr.el (when, unless, split-string): Doc fix.
13034 (read-passwd): Move call of clear-this-command-keys to the right
13035 place.
13036 (replace-regexps-in-string): New function.
13037
13038 2000-02-22 Gerd Moellmann <gerd@gnu.org>
13039
13040 * help.el (describe-variable): Set syntax table to
13041 emacs-lisp-mode-syntax-table when moving forward over the
13042 symbol's name.
13043
13044 2000-02-22 Dave Love <fx@gnu.org>
13045
13046 * xt-mouse.el: Doc fixes.
13047 (xterm-mouse-position-function): New function, replacing advice of
13048 mouse-position.
13049 (xterm-mouse-mode): Use it. Don't turn on under a window system.
13050
13051 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
13052
13053 2000-02-21 Gerd Moellmann <gerd@gnu.org>
13054
13055 * format.el (format-annotate-single-property-change): Handle
13056 properties.with dotted-list values.
13057 (format-proper-list-p): New function.
13058
13059 * enriched.el (enriched-face-ans): Handle '(foreground-color
13060 . COLOR) and (background-color . COLOR).
13061
13062 2000-02-20 Dave Love <fx@gnu.org>
13063
13064 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
13065 and assignments to it.
13066 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
13067 current local map.
13068 (make-flyspell-overlay): Use it.
13069 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
13070
13071 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
13072 (lm-get-header-re): Defun, not defsubst.
13073 (lm-get-package-name): Defun, not defsubst. Simplify.
13074 (lm-version): Doc fix. Simplify.
13075 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
13076 (lm-crack-address, lm-last-modified-date, lm-commentary)
13077 (lm-verify, lm-synopsis): Simplify.
13078 (lm-report-bug): Require emacsbug. Use compose-mail.
13079
13080 2000-02-20 Gerd Moellmann <gerd@gnu.org>
13081
13082 * dired.el (dired-mode): Call propertized-buffer-identification
13083 to set mode-line-buffer-identification to something having
13084 the right text properties.
13085
13086 * bindings.el (propertized-buffer-identification): New function.
13087
13088 2000-02-20 Dave Love <fx@gnu.org>
13089
13090 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
13091 check for t-mouse too.
13092
13093 * cus-start.el: Make echo-keystrokes `number'.
13094
13095 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
13096
13097 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
13098 Don't call ring-empty-p unless tags-location-ring is bound.
13099 From Noah Friedman <friedman@splode.com>.
13100
13101 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
13102
13103 * progmodes/hideshow.el (hs-flag-region): No longer use
13104 `intangible' overlay property.
13105
13106 (hs-toggle-hiding): New command.
13107 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
13108
13109 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
13110 Fix omission bug: Run `hs-minor-mode-hook' for both activation
13111 and deactivation.
13112
13113 2000-02-18 Gerd Moellmann <gerd@gnu.org>
13114
13115 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
13116
13117 2000-02-17 Gerd Moellmann <gerd@gnu.org>
13118
13119 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
13120
13121 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
13122 of `*' to handle `(* ... *)' comments.
13123
13124 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
13125
13126 * faces.el (list-faces-display): Use display-mouse-p instead of
13127 window-system.
13128
13129 * menu-bar.el (global-map): Menu-bar items converted to the new
13130 format (menu-item..., rearranged for better CUA compliance, and
13131 their names changed for better clarity. Help strings added.
13132
13133 * international/mule-cmds.el (mule-menu-keymap)
13134 (describe-language-environment-map, set-coding-system-map)
13135 (setup-language-environment-map): Convert to new (menu-item...
13136 form, add help strings. Change names of menu items for better
13137 clarity. "Mule" menu-bar item removed (it's now in the "Options"
13138 submenu).
13139
13140 2000-02-17 Gerd Moellmann <gerd@gnu.org>
13141
13142 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
13143 within the code.
13144
13145 2000-02-16 Dave Love <fx@gnu.org>
13146
13147 * faces.el: Don't require custom. Add more specific :groups to
13148 various deffaces.
13149 (set-face-attribute): Purecopy args.
13150 (read-face-name): Default to name at point and use it in prompt.
13151 Remove colon from arg in all callers.
13152 (list-faces-display): Hyperlink to face descriptions and customize
13153 buffers.
13154
13155 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
13156
13157 * wid-edit.el (widget-match-inline): An atom never matches a
13158 list.
13159
13160 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13161
13162 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
13163 at ':' characters by call to split-string.
13164
13165 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13166
13167 * textmodes/bibtex.el: Added RCS version identification.
13168
13169 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13170
13171 * textmodes/bibtex.el: Some temporary comments removed.
13172 (bibtex-field-name, bibtex-entry-type): Made the relationship
13173 explicit.
13174 (bibtex-field-const): Allow capital letters.
13175 (bibtex-start-of-string): Deleted because unused.
13176
13177 * textmodes/bibtex.el: Unified some nomenclature. We no longer
13178 use the term 'reference' to describe a bibtex entry as a whole.
13179 Further, reference keys are no longer called 'labels'.
13180 (bibtex-keys): Renamed to bibtex-reference-keys.
13181 (bibtex-reformat-previous-labels): Renamed to
13182 bibtex-reformat-previous-reference-keys.
13183 (bibtex-reference-type): Renamed to bibtex-entry-type.
13184 (bibtex-reference-head): Renamed to bibtex-entry-head.
13185 (bibtex-reference-maybe-empty-head): Renamed to
13186 bibtex-entry-maybe-empty-head.
13187 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
13188 (bibtex-search-reference): Renamed to bibtex-search-entry.
13189 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
13190 bibtex-enclosing-entry-maybe-empty-head.
13191 (bibtex-entry-field-alist, bibtex-entry-head,
13192 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
13193 bibtex-map-entries, bibtex-search-entry,
13194 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
13195 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13196 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
13197 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
13198 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
13199 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
13200 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
13201
13202 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13203
13204 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
13205 comment.
13206 (bibtex-format-field-delimiters): New function, functionality
13207 extracted from bibtex-format-entry.
13208 (bibtex-autokey-get-yearfield-digits): New function, functionality
13209 extracted from bibtex-autokey-get-yearfield.
13210
13211 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
13212 entries in order to avoid stack overflow in the regexp matcher if
13213 field contents become large.
13214 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
13215 bibtex-field-string-part-not-braced,
13216 bibtex-field-string-part-no-inner-braces,
13217 bibtex-field-string-part-1-inner-brace,
13218 bibtex-field-string-part-2-inner-braces,
13219 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
13220 bibtex-field-string-quoted, bibtex-field-string,
13221 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
13222 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
13223 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
13224 as parsing is now performed by the following functions.
13225 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
13226 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
13227 bibtex-parse-field-string, bibtex-search-forward-field-string,
13228 bibtex-parse-association, bibtex-field-name-for-parsing,
13229 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
13230 bibtex-search-forward-field, bibtex-search-backward-field,
13231 bibtex-start-of-field, bibtex-end-of-field,
13232 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
13233 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
13234 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
13235 bibtex-parse-string, bibtex-search-forward-string,
13236 bibtex-search-backward-string, bibtex-start-of-string,
13237 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
13238 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
13239 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
13240 entries. Instead of reporting the results of the parsing by
13241 match-beginning or match-end, these functions return data structures
13242 that hold the corresponding positions.
13243 (bibtex-enclosing-field): Changed to also report field boundaries by
13244 return values rather than by match-beginning or match-end. The
13245 following functions have been adapted to use the new parsing
13246 functions.
13247 (bibtex-skip-to-valid-entry, bibtex-search-reference,
13248 bibtex-enclosing-field, bibtex-format-entry,
13249 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
13250 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
13251 bibtex-print-help-message, bibtex-end-of-entry,
13252 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
13253 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13254 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
13255 method for parsing.
13256 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
13257 bibtex-map-entries, bibtex-flash-head,
13258 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
13259 bibtex-autokey-change, bibtex-autokey-get-namefield,
13260 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
13261 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13262 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
13263 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13264 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
13265 order to make the new binding of case-fold-search immediately
13266 visible.
13267
13268 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13269
13270 * textmodes/bibtex.el: Copyright notice is up to date.
13271 Added constant 'bibtex-maintainer-salutation.
13272
13273 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
13274 than make-temp-name, use match-string-no-properties and eliminate
13275 a quadratic behavior when building bibtex-strings.
13276
13277 * bibtex.el (bibtex-reference-key): Accept string entries whose
13278 reference key contains upper case letters.
13279
13280 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13281
13282 * bibtex.el (bibtex-reference-head): Allow entries to start with
13283 a new line.
13284
13285 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13286
13287 * bibtex.el: Hiding of entry bodies is not longer provided by
13288 bibtex.el directly. Instead the hideshow package can be used.
13289 Added a special bibtex entry to hs-special-modes-alist.
13290 (bibtex-hs-forward-sexp): Added for hideshow.el.
13291
13292 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13293
13294 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
13295 at ':' characters by call to split-string.
13296
13297 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13298
13299 * textmodes/bibtex.el: Added RCS version identification.
13300
13301 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13302
13303 * textmodes/bibtex.el: Some temporary comments removed.
13304 (bibtex-field-name, bibtex-entry-type): Made the relationship
13305 explicit.
13306 (bibtex-field-const): Allow capital letters.
13307 (bibtex-start-of-string): Deleted because unused.
13308
13309 * textmodes/bibtex.el: Unified some nomenclature. We no longer
13310 use the term 'reference' to describe a bibtex entry as a whole.
13311 Further, reference keys are no longer called 'labels'.
13312 (bibtex-keys): Renamed to bibtex-reference-keys.
13313 (bibtex-reformat-previous-labels): Renamed to
13314 bibtex-reformat-previous-reference-keys.
13315 (bibtex-reference-type): Renamed to bibtex-entry-type.
13316 (bibtex-reference-head): Renamed to bibtex-entry-head.
13317 (bibtex-reference-maybe-empty-head): Renamed to
13318 bibtex-entry-maybe-empty-head.
13319 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
13320 (bibtex-search-reference): Renamed to bibtex-search-entry.
13321 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
13322 bibtex-enclosing-entry-maybe-empty-head.
13323 (bibtex-entry-field-alist, bibtex-entry-head,
13324 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
13325 bibtex-map-entries, bibtex-search-entry,
13326 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
13327 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13328 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
13329 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
13330 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
13331 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
13332 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
13333
13334 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13335
13336 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
13337 comment.
13338 (bibtex-format-field-delimiters): New function, functionality
13339 extracted from bibtex-format-entry.
13340 (bibtex-autokey-get-yearfield-digits): New function, functionality
13341 extracted from bibtex-autokey-get-yearfield.
13342
13343 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
13344 entries in order to avoid stack overflow in the regexp matcher if
13345 field contents become large.
13346 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
13347 bibtex-field-string-part-not-braced,
13348 bibtex-field-string-part-no-inner-braces,
13349 bibtex-field-string-part-1-inner-brace,
13350 bibtex-field-string-part-2-inner-braces,
13351 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
13352 bibtex-field-string-quoted, bibtex-field-string,
13353 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
13354 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
13355 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
13356 as parsing is now performed by the following functions.
13357 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
13358 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
13359 bibtex-parse-field-string, bibtex-search-forward-field-string,
13360 bibtex-parse-association, bibtex-field-name-for-parsing,
13361 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
13362 bibtex-search-forward-field, bibtex-search-backward-field,
13363 bibtex-start-of-field, bibtex-end-of-field,
13364 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
13365 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
13366 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
13367 bibtex-parse-string, bibtex-search-forward-string,
13368 bibtex-search-backward-string, bibtex-start-of-string,
13369 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
13370 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
13371 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
13372 entries. Instead of reporting the results of the parsing by
13373 match-beginning or match-end, these functions return data structures
13374 that hold the corresponding positions.
13375 (bibtex-enclosing-field): Changed to also report field boundaries by
13376 return values rather than by match-beginning or match-end. The
13377 following functions have been adapted to use the new parsing
13378 functions.
13379 (bibtex-skip-to-valid-entry, bibtex-search-reference,
13380 bibtex-enclosing-field, bibtex-format-entry,
13381 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
13382 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
13383 bibtex-print-help-message, bibtex-end-of-entry,
13384 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
13385 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13386 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
13387 method for parsing.
13388 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
13389 bibtex-map-entries, bibtex-flash-head,
13390 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
13391 bibtex-autokey-change, bibtex-autokey-get-namefield,
13392 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
13393 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13394 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
13395 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13396 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
13397 order to make the new binding of case-fold-search immediately
13398 visible.
13399
13400 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13401
13402 * textmodes/bibtex.el: Copyright notice is up to date.
13403 Added constant 'bibtex-maintainer-salutation.
13404
13405 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
13406 than make-temp-name, use match-string-no-properties and eliminate
13407 a quadratic behavior when building bibtex-strings.
13408
13409 * bibtex.el (bibtex-reference-key): Accept string entries whose
13410 reference key contains upper case letters.
13411
13412 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13413
13414 * bibtex.el (bibtex-reference-head): Allow entries to start with
13415 a new line.
13416
13417 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13418
13419 * bibtex.el: Hiding of entry bodies is not longer provided by
13420 bibtex.el directly. Instead the hideshow package can be used.
13421 Added a special bibtex entry to hs-special-modes-alist.
13422 (bibtex-hs-forward-sexp): Added for hideshow.el.
13423
13424 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13425
13426 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
13427 proceedings entry type (for cross referencing). Thanks to Wagner
13428 Toledo Correa for the suggestion.
13429
13430 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
13431
13432 2000-02-14 Kenichi Handa <handa@etl.go.jp>
13433
13434 * international/characters.el: Setup case table for Vietnamese.
13435
13436 2000-02-12 Gerd Moellmann <gerd@gnu.org>
13437
13438 * uniquify.el (toplevel): Require CL at compile time.
13439 (uniquify-push): Removed.
13440
13441 * shadowfile.el (shadow-when): Removed.
13442
13443 * tempo.el (tempo-dolist, tempo-mapc): Removed.
13444 (tempo-process-and-insert-string): Use dolist instead of
13445 tempo-dolist.
13446
13447 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
13448 regexp for paragraph-start.
13449
13450 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
13451 commas as well.
13452
13453 2000-02-10 Dave Love <fx@gnu.org>
13454
13455 * wid-edit.el: (widgets) [defgroup]: Remove url link.
13456 (widget-color-choice-list, widget-color-history, widget-mouse-help):
13457 Deleted.
13458 (widget-specify-field, widget-specify-button): Don't use
13459 widget-mouse-help as help-echo property.
13460 (default): Use #'ignore for :validate and :mouse-down-action.
13461 (checkbox): Add help-echo.
13462 (widget-sexp-validate): Rewritten to clarify error messages.
13463 (character): Use char-valid-p in :match function.
13464 (widget-color-complete): Use facemenu-color-alist.
13465 (widget-color-action): Use facemenu-read-color.
13466
13467 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
13468 set up `caar' &c that we now have.
13469
13470 2000-02-09 Ray Blaak <blaak@gnu.org>
13471
13472 * delphi.el: Make resourcestring a declaration region, like const
13473 and var.
13474
13475 2000-02-09 Dave Love <fx@gnu.org>
13476
13477 * bindings.el (mode-line-input-method-map): New variable.
13478 (mode-line-mule-info): Use it; fix last change.
13479 (mode-line-mode-menu): Move definition.
13480 (mode-line-mouse-sensitive-p): Deleted.
13481 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
13482 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
13483 level.
13484
13485 * startup.el (command-line-1): Don't call
13486 make-mode-line-mouse-sensitive.
13487
13488 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
13489
13490 * mail/rmail.el (rmail-retry-failure): Use
13491 rmail-beginning-of-message before rmail-toggle-header, because the
13492 former toggles headers.
13493
13494 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
13495
13496 * diff-mode.el (diff-kill-junk): New interactive function.
13497 (diff-reverse-direction): Use delete-and-extract-region.
13498 (diff-post-command-hook): Restrict the area so that the hook also works
13499 outside of any diff hunk. This is necessary for the minor-mode.
13500 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
13501 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
13502
13503 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
13504 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
13505 so that it can be used more easily in <foo>-mode-hook. Also make sure
13506 to avoid duplicate entries.
13507 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
13508 (font-lock-remove-keywords): Just as was done for `add', allow it to
13509 work even if font-lock-mode is nil. Also make sure we don't modify
13510 any pre-existing list by forcing a copy-sequence. Finally rename
13511 `major-mode' to `mode'.
13512 (font-lock-fontify-syntactic-anchored-keywords)
13513 (font-lock-fontify-anchored-keywords)
13514 (font-lock-fontify-keywords-region): Use line-end-position.
13515 Don't make `font-lock-multiline' local (it's now done in
13516 font-lock-set-defaults).
13517 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
13518 move the `font-lock-fontified' creation to inside the `unless'.
13519
13520 2000-02-06 Andrew Innes <andrewi@gnu.org>
13521
13522 * term/w32-win.el (x-handle-args): Comment out call to message,
13523 which occurs before window system is initialized.
13524
13525 * makefile.nt: Add support for recompiling lisp code.
13526
13527 2000-02-04 Dave Love <fx@gnu.org>
13528
13529 * bindings.el (mode-line-mule-info): Fix/extend last change.
13530
13531 * completion.el: Replace completion-dolist with dolist.
13532
13533 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
13534 dotimes.
13535
13536 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
13537
13538 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
13539 environment names before they go into the section regexp.
13540
13541 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
13542 char class in regexp.
13543
13544 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
13545 `case-fold-search' to nil.
13546
13547 * progmodes/idlwave.el (idlwave-template): Respect
13548 `idlwave-abbrev-change-case'.
13549 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
13550 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
13551 idlwave-while): respect `idlwave-reserved-word-upcase'.
13552 (idlwave-rw-case): New function.
13553 (idlwave-statement-match): Fixed problem with assignment regexp.
13554 (idlwave-font-lock-keywords): Improved regexp for keyword
13555 parameters.
13556 (idlwave-surround): New argument LENGTH to support padding of
13557 operators longer than 1 char.
13558
13559 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
13560 idlwave-shell-expression-overlay. Implemented printing of
13561 expressions on higher levels of the calling stack.
13562 (idlwave-shell-display-level-in-calling-stack): Restore stack
13563 level.
13564 (idlwave-retrieve-expression-from-level): New function.
13565 (idlwave-shell-last-calling-stack): Variable removed.
13566 (idlwave-shell-reset): Argument action reversed (`visible' to
13567 `hidden'). Also remove stop-line overlay.
13568 (idlwave-shell-calling-stack-routine): New variable.
13569 (idlwave-shell-parse-stack-and-display): Messages now display
13570 negative level numbers.
13571 (idlwave-shell-mode): Set `modeline-format'.
13572 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
13573 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
13574 21.
13575 (idlwave-shell-print-expression-function): New option.
13576
13577 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
13578 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
13579 `tool-bar' instead of `toolbar'.
13580
13581 2000-02-02 Dave Love <fx@gnu.org>
13582
13583 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
13584 emacs-lisp-mode-hook. Don't check for defalias being defined.
13585
13586 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
13587 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
13588 the new builtins directly.
13589
13590 * whitespace.el (whitespace): Add :version to defgroup.
13591
13592 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
13593 Doc fix.
13594
13595 * thingatpt.el (sexp-at-point, symbol-at-point)
13596 (number-at-point, list-at-point): Add autoload cookie.
13597
13598 * recentf.el (recentf): Add :version to defgroup.
13599
13600 * quickurl.el (quickurl): Add :version to defgroup.
13601
13602 * elide-head.el (elide-head): Use point-marker more.
13603
13604 * bs.el (bs): Add :version to defgroup.
13605
13606 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
13607
13608 * progmodes/delphi.el (delphi): Add :version to defgroup.
13609
13610 2000-02-02 Gerd Moellmann <gerd@gnu.org>
13611
13612 * ange-ftp.el (ange-ftp-write-region): Handle case that
13613 succeeding process operation sets a different coding system.
13614
13615 * calculator.el: New file.
13616
13617 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
13618
13619 * frame.el (frames-on-display-list, framep-on-display): New
13620 functions.
13621 (display-mouse-p, display-popup-menus-p, display-graphic-p)
13622 (display-selections-p, display-screens, display-pixel-width)
13623 (display-pixel-height, display-mm-width, display-mm-height)
13624 (display-backing-store, display-save-under, display-planes)
13625 (display-color-cells, display-visual-class): New functions.
13626
13627 * term/tty-colors.el (tty-color-gray-shades): New function.
13628
13629 * faces.el (display-color-p): Use framep-on-display.
13630 (display-grayscale-p): New function.
13631
13632 2000-01-31 Dave Love <fx@gnu.org>
13633
13634 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
13635 (create-fontset-from-x-resource): Don't concat integers.
13636
13637 2000-01-31 Inge Frick <inge@nada.kth.se>
13638
13639 * view.el: Some changes in documentation. Removed some trailing
13640 whitespace. Changed some parameter names to agree with
13641 documentation.
13642 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
13643 window is not deleted. Modifies change 1998-04-26.
13644
13645 2000-01-31 Gerd Moellmann <gerd@gnu.org>
13646
13647 * windmove.el: New file.
13648
13649 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
13650 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
13651 progmodes/ebnf-yac.el: Update copyright and license info.
13652
13653 * jit-lock.el (jit-lock-function): Widen before calculating end
13654 position.
13655 (jit-lock-stealth-chunk-start): Rewritten.
13656
13657 * info.el (Info-title-face-alist): Removed.
13658 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
13659 faces.
13660 (Info-fontify-node): Use these faces.
13661
13662 2000-01-30 Gerd Moellmann <gerd@gnu.org>
13663
13664 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
13665 (cl-macro-list1): Recognize `&allow-other-keys' instead of
13666 `&allow-other-keywords'.
13667
13668 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
13669 the list of directories scanned heuristically.
13670
13671 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
13672 exist.
13673
13674 2000-01-30 Jason Rumney <jasonr@gnu.org>
13675
13676 * w32-fns.el: Define w32-tty-standard-colors.
13677
13678 * startup.el (command-line): Use w32-tty-standard-colors when in
13679 w32 console mode.
13680
13681 2000-01-30 Dave Love <fx@gnu.org>
13682
13683 * jka-compr.el (jka-compr-load): Fix up load-history.
13684
13685 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
13686
13687 * emacs-lisp/cl-macs.el: Revert previous change.
13688
13689 2000-01-29 Dave Love <fx@gnu.org>
13690
13691 * facemenu.el: Purecopy various strings.
13692
13693 * timezone.el (timezone-fix-time): Window against 69 for two-digit
13694 years. Deal with three-digit years.
13695
13696 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
13697 defconst, purecopy.
13698 (help-back-label): Purecopy it.
13699
13700 2000-01-18 Gerd Moellmann <gerd@gnu.org>
13701
13702 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
13703 variable. If non-nil, order the buffer list according to the
13704 currently selected frame.
13705 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
13706 non-nil, pass the selected frame to function buffer-list.
13707
13708 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13709
13710 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
13711
13712 2000-01-28 Dave Love <fx@gnu.org>
13713
13714 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
13715
13716 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
13717 Don't use lisp-indent-hook property.
13718 (cl-abs): Remove.
13719
13720 * subr.el: Move out indent and edebug specs for when and unless.
13721
13722 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
13723 when, unless.
13724
13725 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
13726 unless, when.
13727
13728 2000-01-28 Gerd Moellmann <gerd@gnu.org>
13729
13730 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
13731 `collecting' as synonym for `collect'.
13732
13733 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
13734 for the case it contains spaces.
13735
13736 * simple.el (what-cursor-position): Change formatting of
13737 messages.
13738
13739 * frame.el (delete-other-frames): New function.
13740 (toplevel): Bind it to C-x 5 1.
13741
13742 * sort.el (sort-numeric-base): New option.
13743 (sort-numeric-fields): If number starts with `0' or `0[xX[',
13744 interpret it as octal or hexadecimal. Use sort-numeric-base
13745 as default base.
13746
13747 * progmodes/glasses.el: New file.
13748
13749 2000-01-27 Gerd Moellmann <gerd@gnu.org>
13750
13751 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
13752 userids differently.
13753
13754 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
13755 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
13756 progmodes/ebnf-yac.el: New files.
13757
13758 2000-01-26 Dave Love <fx@gnu.org>
13759
13760 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
13761 on a function with an empty body. [From Eric Ludlam.]
13762
13763 2000-01-25 Andre Spiegel <spiegel@gnu.org>
13764
13765 * vc.el (vc-version-diff): Make sure file name is expanded.
13766
13767 2000-01-25 Gerd Moellmann <gerd@gnu.org>
13768
13769 * scroll-bar.el (scroll-bar-timer): Variable removed.
13770 (scroll-bar-toolkit-scroll): Don't use a timer.
13771
13772 2000-01-25 Kenichi Handa <handa@etl.go.jp>
13773
13774 * language/thai-util.el (thai-composition-function): Delete
13775 superfluous `a'.
13776
13777 2000-01-24 Dave Love <fx@gnu.org>
13778
13779 * fortran.el (fortran-mode): Use beginning-of-defun-function,
13780 end-of-defun-function.
13781
13782 * font-lock.el (turn-on-font-lock): Don't depend on window-system
13783 &c.
13784
13785 2000-01-22 Jason Rumney <jasonr@gnu.org>
13786
13787 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
13788 conflicts with new face support.
13789
13790 2000-01-22 Richard M. Stallman <rms@gnu.org>
13791
13792 * replace.el (query-replace): Rename last arg to DELIMITED.
13793 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
13794 (query-replace-regexp): Likewise.
13795
13796 2000-01-20 Richard M. Stallman <rms@gnu.org>
13797
13798 * subr.el (with-syntax-table): Use make-symbol, not gensym.
13799
13800 * emacs-lisp/lisp.el (beginning-of-defun-function):
13801 Variable renamed from beginning-of-defun.
13802 Do not call make-variable-buffer-local.
13803 (beginning-of-defun-raw): Use new variable name; doc fix.
13804 (beginning-of-defun): Doc fix.
13805 (end-of-defun-function): Variable renamed from end-of-defun.
13806 Do not call make-variable-buffer-local.
13807 (end-of-defun): Use new variable name; doc fix.
13808
13809 * subr.el (dolist, dotimes): Copied from cl-macs.el
13810 and made to work.
13811
13812 * mail/undigest.el (rmail-digest-end-regexps):
13813 Variable replaces rmail-digest-end-regexp.
13814 Allows multiple regexps for detecting the end line.
13815 (undigestify-rmail-message): Corresponding changes.
13816
13817 2000-01-19 Dave Love <fx@gnu.org>
13818
13819 * files.el (user-init-file): Don't declare here -- is primitive.
13820
13821 * startup.el (command-line): Check for compiled user-init-file and
13822 set to uncompiled version if necessary.
13823
13824 2000-01-18 Gerd Moellmann <gerd@gnu.org>
13825
13826 * mail/undigest.el (rmail-digest-end-regexp): New user option.
13827 (undigestify-rmail-message): Use it.
13828
13829 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
13830
13831 2000-01-17 Gerd Moellmann <gerd@gnu.org>
13832
13833 * tmm.el (tmm-goto-completions): Adapt to prompt being part
13834 of mini-buffer.
13835
13836 2000-01-14 Gerd Moellmann <gerd@gnu.org>
13837
13838 * emacs-lisp/copyright.el (copyright-update): Removed the
13839 requirement for a trailing space from `copyright-regexp', to
13840 support copyrights with owner specified on a separate line..
13841
13842 * align.el: New file.
13843
13844 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
13845
13846 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
13847
13848 2000-01-13 Dave Love <fx@gnu.org>
13849
13850 * ph.el: Removed. (Obsoleted by EUDC.)
13851
13852 2000-01-13 Gerd Moellmann <gerd@gnu.org>
13853
13854 * net/eudc.el (toplevel): Remove autoloaded code installing
13855 menu with easymenu, because that causes build problems.
13856
13857 * frame.el (frame-notice-user-settings): New variable.
13858 (frame-notice-user-settings): Don't modify frame parameters
13859 if called a second time.
13860
13861 2000-01-13 Richard M. Stallman <rms@gnu.org>
13862
13863 * frame.el (frame-notice-user-settings):
13864 Notice default-frame-parameters even for non-window frames.
13865
13866 2000-01-13 Gerd Moellmann <gerd@gnu.org>
13867
13868 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
13869 for Emacs.
13870 (eudc-bob-can-display-inline-images): Extend for Emacs.
13871 (eudc-bob-toggle-inline-display): Ditto.
13872 (eudc-bob-display-jpeg): Ditto.
13873
13874 2000-01-12 Gerd Moellmann <gerd@gnu.org>
13875
13876 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
13877 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
13878 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
13879
13880 * add-log.el (add-change-log-entry): Fix error trying an `(insert
13881 nil)'.
13882
13883 * subdirs.el: Add `net' directory.
13884
13885 * net: New directory.
13886
13887 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
13888 eval-last-sexp. Don't bind debug-on-error here.
13889 (eval-last-sexp): New function. Bind debug-on-error if
13890 eval-expression-debug-on-error is non-nil.
13891 (eval-defun-2, eval-defun): Likewise.
13892
13893 * simple.el (eval-expression): Don't bind debug-on-error if
13894 eval-expression-debug-on-error is nil. Detect changed
13895 debug-on-error, and propagate new value to global binding, if
13896 eval-expression-debug-on-error is non-nil,
13897 (eval-expression-debug-on-error): Change doc string.
13898
13899 2000-01-11 Richard M. Stallman <rms@gnu.org>
13900
13901 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
13902
13903 * emacs-lisp/lisp-mode.el (with-syntax-table):
13904 Set up lisp-indent-function property.
13905
13906 * subr.el (with-syntax-table): Moved from simple.el.
13907
13908 * simple.el (with-syntax-table): Moved to subr.el.
13909
13910 2000-01-11 Gerd Moellmann <gerd@gnu.org>
13911
13912 * tmm.el (tmm-shortcut): Delete region after prompt instead
13913 of erasing buffer.
13914
13915 * textmodes/fill.el (fill-common-string-prefix): New function.
13916 (fill-context-prefix): Use the longest common prefix of first
13917 and second line fill prefix, if there is one.
13918
13919 2000-01-11 Richard M. Stallman <rms@gnu.org>
13920
13921 * array.el (array-mode): Don't use make-variable-buffer-local.
13922 Use make-local-variable for `truncate-lines'.
13923
13924 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
13925
13926 * add-log.el (add-log-current-defun): Handle user-defined
13927 add-log-current-function returning nil,
13928
13929 * add-log.el (add-change-log-entry): Insert version number
13930 if having found a current function
13931
13932 * add-log.el (add-log-current-defun): Call
13933 `add-log-current-defun-function'. Try matches at level 0 and
13934 level 1. Strip whitespace from defun found.
13935
13936 2000-01-10 John Wiegley <johnw@gnu.org>
13937
13938 * allout.el (isearch-done/outline-provisions): Added `edit'
13939 argument to correspond with the current definition of
13940 `isearch-done'.
13941
13942 2000-01-10 Dave Love <fx@gnu.org>
13943
13944 * elide-head.el (elide-head): Use point-marker, not point.
13945
13946 2000-01-10 Gerd Moellmann <gerd@gnu.org>
13947
13948 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
13949 before and after the year 2000.
13950
13951 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
13952 Add ispell- prefix.
13953
13954 2000-01-10 Ken Stevens <k.stevens@ieee.org>
13955
13956 * ispell.el: Only define dictionaries in menus when they exist.
13957 (version18p): New variable.
13958 (version20p): New variable.
13959 (xemacsp): New variable.
13960 (ispell-choices-win-default-height): Fix for XEmacs visibility.
13961 (ispell-dictionary-alist1): Added Brasileiro dictionary.
13962 (ispell-dictionary-alist6): Russian command lines no longer accept
13963 run-together words.
13964 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
13965 (ispell-dictionary-alist): Add koi8-r to customize definition.
13966 (check-ispell-version): Added documentation string. Returns
13967 library path when called non-interactively.
13968 (ispell-menu-map-needed): Uses new variables.
13969 (ispell-library-path): New variable.
13970 (ispell-decode-string): XEmacs fix for bogus variable bindings.
13971 (ispell-word): Improved documentation string. Test for valid
13972 character mappings. Correctly check typed in word changes that can
13973 result in single words split into multiple words. Returns
13974 replacement word.
13975 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
13976 replace in recursive query replace mode. Help message for
13977 recursive edit mode.
13978 (ispell-show-choices): Protect against bad framepop bindings.
13979 (ispell-help): Fix to work with XEmacs.
13980 (ispell-highlight-spelling-error): Use new variables.
13981 (ispell-overlay-window): Fix to work with XEmacs.
13982 (ispell-parse-output): Passed and returns location information
13983 tracking spelling corrections. Doesn't recheck same word on
13984 current line.
13985 (ispell-init-process): Protect against bogus XEmacs variable binding.
13986 Fix call to single argument in sleep-for. Use new variables.
13987 (ispell-region): Passed and returns location information tracking
13988 spelling corrections. Doesn't check same word on current line.
13989 Improved documentation string. Doesn't resend a line already
13990 checked to the ispell process - fixes bug in LaTeX parsing.
13991 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
13992 (ispell-skip-region): No longer skips <TT> in SGML.
13993 (ispell-process-line): Tracks location information with spelling
13994 corrections. Added documentation string. Accounts for words
13995 already accepted on this line. Don't allow query-replace on line
13996 starting with math characters. Doesn't resend a line already sent
13997 to ispell process. Fixes alignment error bug.
13998
13999 2000-01-10 Richard M. Stallman <rms@gnu.org>
14000
14001 * dired-x.el (dired-guess-shell-alist-default):
14002 Suggest xloadimage, which is free, not xv, which isn't.
14003
14004 * ange-ftp.el (ange-ftp-file-name-nondirectory):
14005 Don't ever include the host name or user name in the value.
14006
14007 2000-01-09 Gerd Moellmann <gerd@gnu.org>
14008
14009 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
14010 of a real newline.
14011
14012 2000-01-09 Stephen Eglen <stephen@gnu.org>
14013
14014 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
14015 for .png files.
14016
14017 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
14018
14019 * cus-edit.el (custom-hook-convert-widget): Fix comment.
14020
14021 2000-01-09 Gerd Moellmann <gerd@gnu.org>
14022
14023 * progmodes/cperl-mode.el: Replace ^F with ^L.
14024
14025 * sendmail.el (toplevel): Provide `sendmail' when compiling
14026 before `require'ing rmail and mailalias to prevent infinite
14027 recursion.
14028
14029 2000-01-08 Dave Love <fx@gnu.org>
14030
14031 * emacs-lisp/backquote.el: Remove inappropriate customization
14032 (allowing custom.el to use backquote).
14033
14034 2000-01-07 Dave Love <fx@gnu.org>
14035
14036 * add-log.el (add-log-debugging): Deleted.
14037 (add-change-log-entry): Treat a backup FILE-NAME as its parent
14038 file. Remove debugging code.
14039 (change-log-get-method-definition, change-log-name): Add doc.
14040 (change-log-sortable-date-at): New function.
14041 (change-log-merge): New command.
14042
14043 * time.el (display-time-string-forms): Make the Mail string active.
14044 (display-time-update): Provide help-echo for load average.
14045
14046 * bindings.el (make-mode-line-mouse2-map): New function.
14047 (mode-line-modified): Use it and simplify.
14048 (mode-line-mule-info): Provide help-echo info.
14049 (minor-mode-alist): Activate the strings.
14050 (make-mode-line-mouse-sensitive): Simplify for
14051 mode-line-buffer-identification.
14052
14053 2000-01-07 Gerd Moellmann <gerd@gnu.org>
14054
14055 * play/pong.el: New file.
14056
14057 2000-01-06 Dave Love <fx@gnu.org>
14058
14059 * array.el: Assorted cleanups for compiler warnings, doc strings,
14060 `array-' prefix for symbols.
14061
14062 2000-01-05 Dave Love <fx@gnu.org>
14063
14064 * textmodes/outline.el (outline-mode-menu-bar-map): Add
14065 outline-headers-as-kill.
14066 (outline-mode): Define imenu-generic-expression.
14067 (outline-headers-as-kill): New command.
14068
14069 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
14070 from paragraph-start.
14071 (paragraph-indent-minor-mode): New command.
14072
14073 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
14074 M-C-e, M-C-h, C-j, C-xnd, TAB.
14075 (fortran-mode): Set beginning-of-defun, end-of-defun.
14076 (fortran-column-ruler): Simplify.
14077 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
14078 (fortran-with-subprogram-narrowing): Likewise.
14079 (fortran-indent-subprogram): Call mark-defun.
14080 (fortran-check-for-matching-do): Change narrowing.
14081
14082 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
14083 (cl-lucid-hash-tag): Delete.
14084 (cl-hash-table-p): Correct test for native table.
14085 (cl-hash-table-count): Use hash-table-count.
14086
14087 * browse-url.el (browse-url): Fix case of
14088 browse-url-browser-function being an alist.
14089
14090 2000-01-05 Carsten Dominik <cd@gnu.org>
14091
14092 * textmodes/reftex-vars.el (reftex-parse-file-extension)
14093 (reftex-index-phrase-file-extension): New options.
14094
14095 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
14096 Use new option `reftex-index-phrase-file-extension'.
14097
14098 * textmodes/reftex.el (reftex-access-parse-file): Use new option
14099 `reftex-parse-file-extension'.
14100
14101 2000-01-05 Dave Love <fx@gnu.org>
14102
14103 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
14104 (beginning-of-defun-raw): Use it.
14105 (end-of-defun): New variable.
14106 (end-of-defun): Use it.
14107 (check-parens): New command.
14108
14109 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
14110
14111 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
14112 (hs-show-block): Don't use `mapcar' when not accumulating.
14113
14114 Fix buglet in local variables initialization.
14115
14116 2000-01-05 Andreas Schwab <schwab@suse.de>
14117
14118 * hscroll.el (hscroll): Doc fix.
14119
14120 2000-01-05 Carsten Dominik <cd@gnu.org>
14121
14122 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
14123 idlw-toolbar.
14124
14125 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
14126 file idlw-rinfo.el.
14127 (idlwave-customize): load must read file idlw-shell.el.
14128 (idlwave-create-customize-menu): load must read file idlw-shell.el.
14129
14130 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
14131
14132 * progmodes/idlw-shell.el: Also provide idlwave-shell
14133 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
14134 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
14135
14136 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
14137 both reftex-dcr and reftex-vcr.
14138
14139 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
14140
14141 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14142
14143 * ps-print.el: PostScript code now is in separate files, doc fix.
14144 (ps-print-version): New version number (5.0.3).
14145 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
14146 local.
14147 (ps-spool-config): Initialization fix.
14148 (ps-print-prologue-1, ps-print-prologue-2)
14149 (ps-print-duplex-feature): PostScript code moved to separated file.
14150 (ps-background-image): Little code reformating.
14151 (ps-begin-file, ps-begin-job): Fix code.
14152 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
14153 (ps-prologue-file): New fun.
14154
14155 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14156
14157 * ps-vars.el: Eliminated.
14158
14159 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
14160 `;;;###autoload'.
14161
14162 * ps-print.el: ps-vars eliminated, doc fix.
14163 (ps-print-version): New version number (5.0.2).
14164 (ps-spool-config): Initialization fix.
14165 (ps-print-customize): New fun.
14166
14167 2000-01-04 Gerd Moellmann <gerd@gnu.org>
14168
14169 * autorevert.el (auto-revert-mode): Return value of
14170 auto-revert-mode.
14171
14172 2000-01-04 Dave Love <fx@gnu.org>
14173
14174 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
14175 menu items.
14176
14177 2000-01-03 Dave Love <fx@gnu.org>
14178
14179 * elide-head.el (elide-head) [defgroup]: Add :version.
14180
14181 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
14182 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
14183 `cl-hash-table-p', not `hash-table-p'.
14184 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
14185
14186 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
14187
14188 * faces.el (face-read-integer, read-face-attribute)
14189 (color-defined-p, color-values): unspecified-{f,b}g are now
14190 strings.
14191
14192 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
14193
14194 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
14195 at comment end, and re-insert them after filling.
14196
14197 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
14198
14199 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
14200 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
14201 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
14202
14203 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
14204
14205 * term/x-win.el (xw-defined-colors): Call color-supported-p,
14206 the new name of face-color-supported-p.
14207
14208 * term/w32-win.el (xw-defined-colors): Likewise.
14209
14210 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
14211
14212 * simple.el (completion-setup-function): Count completion-size
14213 from minibuffer-prompt-end, not from point-min.
14214
14215 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
14216
14217 * faces.el (read-face-attribute, defined-colors, color-defined-p):
14218 Pass the frame to tty-color-* functions.
14219 (display-color-p, frame-set-background-mode): Pass the frame to
14220 tty-display-color-p.
14221
14222 * term/tty-colors.el (tty-defined-color-alist): Renamed from
14223 tty-color-alist.
14224 (tty-color-alist, tty-modify-color-alist): New functions.
14225 (tty-color-define, tty-color-clear, tty-color-approximate)
14226 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
14227 an optional parameter FRAME.
14228
14229 2000-01-01 Gerd Moellmann <gerd@gnu.org>
14230
14231 * image.el (create-image, defimage): Don't assume image data is a
14232 string.
14233
14234 * image.el (defimage): Handle specifications containing :data
14235 instead of :file.
14236 (image-type-from-data): New function.
14237 (image-type-from-file-header): Use it.
14238 (create-image): Add parameter DATA-P.
14239
14240 See ChangeLog.8 for earlier changes.
14241
14242 ;; Local Variables:
14243 ;; coding: iso-2022-7bit
14244 ;; End: