*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
1460e5d4
EZ
12001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * info.el (Info-search): Print the default as part of the prompt.
4
56f24bc1
AS
52001-01-08 Andre Spiegel <spiegel@gnu.org>
6
7 * vc.el (vc-default-latest-on-branch-p): New function, replaces
8 constant implementations in backends.
9
10 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
11 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
12
13 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
14 WRITABLE to EDITABLE.
15
16 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
17 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
18 to EDITABLE.
19
b7812d30
EZ
202001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
21
22 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
23 (copyright, copyright-update): Compute the current year at run
24 time.
25
7e56ea04
GM
262001-01-08 Gerd Moellmann <gerd@gnu.org>
27
28 * isearch.el (isearch-old-signal-hook): Removed.
29 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
30 instead of setting signal-hook-function.
31 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
32
a758f97d
GM
332001-01-08 Kevin Gallagher <kevingal@onramp.net>
34
35 * emulation/edt.el: Update to version 4.0. Provide support for
36 EDT scroll margins at top and bottom of the window. Provide an
37 emulation of the EDT SUBS command (bound to GOLD-Enter, by
38 default). Enhance edt-quit, bound to GOLD-q by default, to warn
39 user when file-related buffer modifications exist. Provide
40 support for running EDT Emulation in XEmacs. Provide customize
41 access to some user updatable variables. Add Commentary section
42 to file header. Fixed a few minor bugs and cleaned up some code.
43
44 * emulation/edt-mapper.el: Update to version 4.0. Provide support
45 for detecting a keypress that generates an ASCII key sequence.
46 (Previously, only a keypress that generates a vector was
47 recognized.) Embed Window Manager name into name of the generated
48 EDT Emulation initialization file since the initialization file is
49 Window Manager specific. Add Commentary section to file header.
50
30db89f9
EZ
512001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
52
4deb3ba9
EZ
53 * mail/sendmail.el (mail-mode): Doc fix.
54
30db89f9
EZ
55 * info.el (Info-goto-emacs-command-node): Doc fix.
56 (Info-goto-emacs-key-command-node): Doc fix.
57
c3f2772b
EZ
582001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
59
60 * ediff-ve.el (noninteractive): Don't load generic-sc on MS-DOS
61 systems without long file-name support.
62
0dac6924
AI
632001-01-06 Andrew Innes <andrewi@gnu.org>
64
65 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
66
4e6ef391
EZ
672001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
68
380866a2
EZ
69 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
70 (isearch-lazy-highlight-update): Doc fix.
71
148b5960
EZ
72 * ffap.el (ffap-bindings): Doc fix.
73
4e6ef391
EZ
74 * dired-x.el (dired-virtual-guess-dir): Doc fix.
75
4cb1bcc2
DL
762001-01-05 Dave Love <fx@gnu.org>
77
78 * emacs-lisp/cl-seq.el (remove, remq): Remove.
79
3828218c
GM
802001-01-05 Gerd Moellmann <gerd@gnu.org>
81
f1ade7d3
GM
82 * mouse-drag.el (mouse-drag-safe-scroll): Bind
83 scroll-preserve-screen-position to nil.
84
1f4139d5
GM
85 * isearch.el (isearch-old-signal-hook): New variable.
86 (isearch-mode): Set signal-hook-function to isearch-done.
87 (isearch-done): Restore old signal-hook-function.
88
3828218c
GM
89 * info.el (Info-fontify-node): Mark one more char as intangible.
90
3970013f
KH
912000-01-05 Kenichi Handa <handa@etl.go.jp>
92
3828218c 93 * composite.el (compose-last-chars): New argument COMPONENTS. If
3970013f
KH
94 it is non-nil, compose preceding characters by compose-region with
95 COMPONENTS.
96
97 * international/quail.el (quail-input-string-to-events): New function.
98 (quail-input-method): Convert input string to events here.
99 (quail-start-translation): Return input string, not event list.
100 (quail-start-conversion): Likewise.
101
f3b05e99
GM
1022001-01-04 Gerd Moellmann <gerd@gnu.org>
103
2f5ded21
GM
104 * tooltip.el (tooltip-cancel-delayed-tip)
105 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
106 and tooltip-add-timeout.
107 (tooltip-show): Set border color from faces's foreground.
108 (tooltip-show-help-function): If called with the same help string
109 as last time, do nothing.
110 (tooltip-help-tips): Don't set tooltip-help-message to nil.
111
0f2ac578
GM
112 * startup.el (fancy-splash-screens): Don't bind show-help-function
113 to nil.
114
f3b05e99
GM
115 * tooltip.el (tooltip-frame-parameters): Remove colors.
116 (tooltip): New face
117 (tooltip-set-param): New function.
118 (tooltip-show): Set up color frame parameters from face `tooltip'.
119 Display the tooltip text in face `tooltip'.
120
8416e94a
DL
1212001-01-04 Dave Love <fx@gnu.org>
122
123 * whitespace.el (whitespace-global-mode): Fix typo.
124
125 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
126
30db89f9
EZ
1272001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
128
129 * help.el (help-for-help): Fix a typo in a doc string. From
130 kwzh@gnu.org (Karl Heuer).
131
b847eb8c
DL
1322001-01-03 Dave Love <fx@gnu.org>
133
134 * dired-x.el: Doc fixes. Maintainer change.
135 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix
136 :type.
137 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
138 (dired-guess-shell-alist-user): Customize.
139 (dired-x-help-address): Set to bug-gnu-emacs.
140 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
141 (dired-default-directory): Renamed from default-directory.
142
143 * hl-line.el (hl-line): Doc fix.
144
43c4b570
KF
1452001-01-03 Karl Fogel <kfogel@red-bean.com>
146
1bf6b1bf 147 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 148
5297fb00
RS
1492001-01-02 Richard M. Stallman <rms@caffeine.ai.mit.edu>
150
151 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
152 to remove all the current alternative-match highlighting.
153 If nil, remove only what's outside the current window.
154 (isearch-lazy-highlight-remove-overlays): Take optional
155 region within which NOT to remove them.
156 (isearch-lazy-highlight-new-loop): Greatly simplified.
157 (isearch-lazy-highlight-update): Find all the other occurrences
158 visible in the window, in just one call.
159 (isearch-lazy-highlight-start): Now holds start of region to scan.
160 (isearch-lazy-highlight-end): Now holds end of region to scan.
161 (isearch-lazy-highlight-wrapped): Variable deleted.
162 (isearch-lazy-highlight-search): Function deleted.
163
13d6a61c
AI
1642000-01-02 Andrew Innes <andrewi@gnu.org>
165
166 * w32-fns.el (convert-standard-filename): Do length check on name
167 before aref.
168
064866e7
DL
1692001-01-02 Dave Love <fx@gnu.org>
170
b33e041b
DL
171 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
172 value.
173 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
174
175 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
176
8166ffd5
DL
177 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
178 read syntax.
179
064866e7
DL
180 * calendar/todo-mode.el (todo): Add :link, :version.
181 (todo-save-top-priorities): Remove autoload cookie.
182 (todo-add-category, todo-add-item-non-interactively)
183 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload
184 cookie.
185
6dde6abc
GM
1862001-01-02 Gerd Moellmann <gerd@gnu.org>
187
188 * comint.el (comint-input-history-ignore): New variable.
189 (comint-read-input-ring): Ignore entries matching
190 comint-input-history-ignore.
191
1a8a9daf
GM
1922001-01-02 Eric M. Ludlam <zappo@gnu.org>
193
194 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
195 (lm-copyright-mark): New function.
196 (lm-crack-copyright): New function.
197 (lm-verify): Check that the file has a copyright.
198 Check that the file is copyright Free Software Foundation.
199
9c92eb53
KH
2002000-12-30 Kenichi Handa <handa@etl.go.jp>
201
202 * international/mule-diag.el (print-fontset): Indent font name by
203 24 columns, not 25.
204
49172314
GM
2052000-12-29 Gerd Moellmann <gerd@gnu.org>
206
762a68ec
GM
207 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
208 in Subject line.
209
49172314
GM
210 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
211 Use mail-mode-hook instead of mail-setup-hook. Otherwise
212 continuing an interrupted message with C-u C-x m for instence,
213 winds up in Mail mode without abbrevs.
214
bd7a2e26
GM
2152000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
216
217 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
218 non-nil. Adding almost all customization variables on ps-setup. Doc
2f5ded21 219 fix.
bd7a2e26
GM
220 (ps-print-version): New version number (6.3.3).
221 (ps-end-with-control-d): Initialization fix.
222 (ps-lines-printed): New var.
223 (ps-skip-newline): New fun.
224 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
225 (ps-next-line, ps-continue-line, ps-plot-region)
226 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
227
2b3f28a4
KH
2282000-12-29 Kenichi Handa <handa@etl.go.jp>
229
230 * international/fontset.el (x-complement-fontset-spec): Resolve
231 ASCII font name so that the same family name is used for fonts
232 registered in x-font-name-charset-alist.
233 (create-fontset-from-fontset-spec): Adjusted for the above change.
234 The name of fontset alias should be a unresolved ASCII font name.
235
2ece9174
GM
2362000-12-28 Gerd Moellmann <gerd@gnu.org>
237
238 * simple.el (delete-key-deletes-forward-mode): Bind backspace
239 and delete in isearch-mode-map.
240
cbe3ad7a
RS
2412000-12-28 Richard M. Stallman <rms@gnu.org>
242
243 * dired-x.el (dired-guess-shell-alist-default):
244 Use xpdf instead of acroread.
245
a816f1c5
KH
2462000-12-28 Kenichi Handa <handa@etl.go.jp>
247
f086e73c
KH
248 * textmodes/artist.el (artist-butlast): Deleted.
249 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 250 artist-butlast.
f086e73c 251
a816f1c5
KH
252 * subr.el (butlast, nbutlast): Moved from cl.el to here.
253
254 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
255
b202115b
EZ
2562000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
257
258 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
259
260 * ls-lisp.el: Better support for the Mac and MS-Windows.
261 (ls-lisp): New defgroup.
262 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
263 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
264 (ls-lisp-support-shell-wildcards): New defcustoms.
265 (ls-lisp-parse-symlink): New function.
266 (insert-directory): Code to convert switches to a list and set up
267 the wildcard argument copied from ls-lisp-insert-directory.
268 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
269 for -C and -R switches.
270 (ls-lisp-column-format): New function.
271 (ls-lisp-delete-matching, ls-lisp-handle-switches)
272 (ls-lisp-format-time): Add doc strings.
273 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
274 Support ls-lisp-dirs-first.
275 (ls-lisp-classify, ls-lisp-extension): New functions.
276 (ls-lisp-format): Optionally support emulation of symlinks.
277 Support -i, -s, and -G switches.
278
6061fbf0
GM
2792000-12-27 Gerd Moellmann <gerd@gnu.org>
280
5e25feee
GM
281 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
282
6061fbf0
GM
283 * version.el (emacs-version): Print X scroll bar information.
284
285 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
286 instead of x-toolkit-scroll-bars-p.
287
288 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
289 of x-toolkit-scroll-bars-p.
290
25050dab
EZ
2912000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
292
293 * ffap.el (ffap-bindings): Make interactive and add an autoload
294 cookie.
295 (ffap-bindings): Doc fix, to reflect the above change.
296
c1786874
KH
2972000-12-27 Kenichi Handa <handa@etl.go.jp>
298
299 * term.el (term-char-mode): Define all non-ascii self-inserting
300 characters to 'term-send-raw in term-raw-map.
301
7261ece3 3022000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
6061fbf0
GM
303
304 * viper-init (viper-restore-cursor-type): Added condition-case
7261ece3
MK
305 guard.
306
6061fbf0 307 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook): Changed
7261ece3 308 initialization; use add-hook.
6061fbf0 309 (ediff-file-remote-p): Use file-local-copy.
7261ece3 310
6061fbf0 311 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
7261ece3 312
6061fbf0
GM
313 * ediff.el (ediff-patch-buffer): Bug fix.
314 (ediff-revision): Allow selection of the file at the prompt.
7261ece3 315
83f40583
SM
3162000-12-23 Stefan Monnier <monnier@cs.yale.edu>
317
318 * subr.el (combine-run-hooks): Remove.
319
320 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
321 and remove the rogue second spec.
322
bdd6d4e8
GM
3232000-12-23 Gerd Moellmann <gerd@gnu.org>
324
325 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
326
26736ce3
SM
3272000-12-22 Stefan Monnier <monnier@cs.yale.edu>
328
0e86b6b0
SM
329 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
330 Use minibuffer menu prompt for the `=' prefix.
331 (smerge-command-prefix): Change default to C-^.
6eabfb26 332 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 333
26736ce3
SM
334 * skeleton.el (skeleton-internal-1): Make sure the first line of
335 the region is also re-indented.
d21584d6
SM
336 (skeleton-end-newline): New var.
337 (skeleton-end-hook): Use it.
26736ce3 338
95fa4fd7
MB
3392000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
340
341 * comint.el (comint-password-prompt-regexp): Support CVS.
342
f060b834
GM
3432000-12-22 Gerd Moellmann <gerd@gnu.org>
344
856ff7a7
GM
345 * simple.el (delete-key-deletes-forward-mode): Simplify. Also
346 backspace key combinations, depending on
347 delete-key-deletes-forward.
348
349 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
350
f060b834
GM
351 * simple.el (delete-key-deletes-forward): Doc fix.
352
653558a1
GM
3532000-08-22 Emmanuel Briot <briot@gnat.com>
354
355 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 356 white spaces are relevant in the XML file.
653558a1
GM
357 (xml-parse-file): Do not kill an existing Emacs buffer if the file
358 to parse was already edited. This allows for on-the-fly analysis
26736ce3 359 of XML files.
653558a1
GM
360 (xml-parse-tag): Check that the casing is the same in the start
361 tag and end tag, since XML is case-sensitive. Allows for spaces
362 in the end tag, after the name of the tag.
363 (xml-parse-attlist): Allow for the character '-' in the name of
364 attributes, as in the standard http-equiv attribute Do not save
26736ce3 365 the properties in the XML tree, since they are not relevant.
653558a1 366
3ad93d8d
SM
3672000-12-21 Stefan Monnier <monnier@cs.yale.edu>
368
369 * generic.el (generic-read-type): Undo last change, inline into
370 `generic-mode' and then remove.
371 (generic-mode): Inline generic-read-type.
372 (define-generic-mode): Push the symbol name rather than the symbol
373 onto generic-mode-list.
374
177f4e88
GM
3752000-12-21 Gerd Moellmann <gerd@gnu.org>
376
8e15274f
GM
377 * generic.el (generic-read-type): Build an alist for
378 completing-read as in 20.7.
379
380 * play/landmark.el (lm): Use interactive spec `P'.
381 (toplevel): Don't set debug-on-error.
382
177f4e88
GM
383 * server.el (server-switch-buffer): Choose a window on a visible
384 frame.
385
6ba384dc
GM
3862000-12-21 Dave Pearson <davep@davep.org>
387
388 * quickurl.el: Commentry change, I've moved my web site.
389
647a066c
GM
3902000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
391
392 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
393 ranges like \177-\237, but accepts the character sequence from \177 to
394 \237. Doc fix.
395 (ebnf-version): New version (3.4).
396 (ebnf-setup): Code fix.
397 (ebnf-range-regexp): New fun.
398 (ebnf-8-bit-chars): Const fix.
399
400 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
401 entry. Doc fix.
402 (ebnf-bnf-lex): Code fix.
403 (ebnf-bnf-comment-chars): Const fix.
404
405 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
406 entry. Doc fix.
407 (ebnf-iso-comment-chars): Const fix.
408
409 * ebnf-otz.el: Doc fix.
410
411 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
412 entry. Doc fix.
413 (ebnf-yac-skip-code): Code fix.
414 (ebnf-yac-comment-chars): Const fix.
415
bc22fd18
EZ
4162000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
417
418 * files.el (insert-directory-safely): New function.
834d23b2
EZ
419 (recover-file): Use it instead of insert-directory. From Markus
420 Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 421
587fc3f9
KH
4222000-12-21 Kenichi Handa <handa@etl.go.jp>
423
eeefcfde 424 * international/mule-cmds.el (select-safe-coding-system): Check
4d513a57 425 coding-category-list more rigidly. Improve help message.
eeefcfde 426
587fc3f9
KH
427 * dired.el (dired-move-to-filename-regexp): Fix previous change.
428
01860fb9
MB
4292000-12-21 Miles Bader <miles@gnu.org>
430
587fc3f9
KH
431 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank
432 prefix.
01860fb9 433
3f9d67a6
KH
4342000-12-21 Kenichi Handa <handa@etl.go.jp>
435
9fd1c1f7
KH
436 * international/mule-diag.el (describe-char-after): Make *Help*
437 buffer inherit multibyteness of the current buffer.
438
3f9d67a6
KH
439 * international/mule.el (make-char): Docstring adjusted for the
440 change of make-char-internal.
441
c9669fac
SM
4422000-12-20 Stefan Monnier <monnier@cs.yale.edu>
443
444 * international/iso-cvt.el: Docstrings fix.
445
19594307
DL
4462000-12-20 Dave Love <fx@gnu.org>
447
448 * subr.el (eval-after-load): Doc fix.
449
b1a447b3
KH
4502000-12-20 Kenichi Handa <handa@etl.go.jp>
451
452 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
453 for numbers.
454
09877d5d
MB
4552000-12-20 Miles Bader <miles@gnu.org>
456
457 * international/quail.el (quail-help): Resize the help window
458 again after it has all its contents. Remove unneeded progn.
459
71d4497a
GM
4602000-12-19 Gerd Moellmann <gerd@gnu.org>
461
462 * pcmpl-linux.el: Fix copy/paste error.
463
741e56a0
AI
4642000-12-19 Andrew Innes <andrewi@gnu.org>
465
466 * simple.el (delete-key-deletes-forward-mode): Fix typo in
467 docstring.
468
cc24d91c
CD
4692000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
470
ba4c05aa
CD
471 * progmodes/idlw-rinfo.el: Fixed copyright notice.
472
473 * progmodes/idlw-toolbar.el: Fixed copyright notice.
474
475 * progmodes/idlw-shell.el: Fixed copyright notice.
476
477 * progmodes/idlwave.el: Fixed copyright notice.
478
71d4497a 479 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
480 TAB as key separators.
481
524c8caf
GM
4822000-12-19 Alex Schroeder <alex@gnu.org>
483
484 * sql.el (sql-sybase-options): New option.
485 (sql-sybase): Use it. Add sql-database to the list of parameters
486 provided for login. The options -w 2048 -n are not used any more.
487 (sql-postgres-options): Changed default from "--pset" to "-P".
488 (sql-mysql-options): Doc change.
489 (sql-stop): Doc change.
490
b5fa513d
KH
4912000-12-19 Kenichi Handa <handa@etl.go.jp>
492
493 * international/quail.el (quail-input-method): Always hide
494 the guidance buffer on exiting.
495
91c9e6ce
GM
4962000-12-18 Gerd Moellmann <gerd@gnu.org>
497
c6da4eb4
GM
498 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
499 isn't fboundp.
500
3d2a0e0b
GM
501 * server.el (server-buffer-done): Bury the buffer before
502 killing it.
503
91c9e6ce
GM
504 * faces.el (face-spec-set): Interpret a nil in specs for
505 foreground and background colors as `unspecified', for
506 compatibility with 20.x.
507
40fa0008
DL
5082000-12-18 Dave Love <fx@gnu.org>
509
22adbe54
DL
510 * simple.el (mail-user-agent): Doc fix.
511 (input-mode-8-bit): Removed.
512
513 * international/mule.el (set-keyboard-coding-system): Doc fix.
514 (keyboard-coding-system): New option.
515
40fa0008
DL
516 * mail/sendmail.el (send-mail-function): Customize.
517
6f4745e2
EZ
5182000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
519
520 * international/codepage.el (cp866-decode-table): New table.
521
82b90229
GM
5222000-12-18 Gerd Moellmann <gerd@gnu.org>
523
524 * version.el (emacs-version): Remove `%a' from the time format
525 because the weekday doesn't fit well into each locale.
526
5a047002
MB
5272000-12-18 Miles Bader <miles@gnu.org>
528
7f49aa07
MB
529 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
530
5a047002
MB
531 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
532 Check that emacs-major-version is `=' to 20, not `>='.
533 (artist-replace-chars): Use `make-string' instead of a loop.
534
22ea2607
EZ
5352000-12-17 Stefan Monnier <monnier@cs.yale.edu>
536
537 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
538 (cvs-execute-single-file): Don't change directory.
539 Patch from Per Cederqvist.
540
6c825f8e
EZ
5412000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
542
543 * textmodes/ispell.el (check-ispell-version): If
544 `ispell-program-name' is "aspell", pass it the -v switch instead
545 of -vv.
546
8ff06845
KH
5472000-12-16 Kenichi Handa <handa@etl.go.jp>
548
af4bb4c8
KH
549 * international/mule-diag.el (mule-diag): Insert information about
550 configure options, multibyte awareness, language env.
551
8ff06845
KH
552 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
553 regexp to search for candidates.
554
b24e84ab
EZ
5552000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
556
557 * info.el (Info-forward-node): If the node has an
558 Info-header-line, widen the buffer before searching for "next:"
559 and "up:" pointers, and set the search limit to stay in the
560 current node.
561
7981d89f
MB
5622000-12-16 Miles Bader <miles@gnu.org>
563
564 * simple.el (delete-trailing-whitespace): Remove extraneous let.
565
88ee7917
MB
5662000-12-15 Miles Bader <miles@gnu.org>
567
568 * comint.el (comint-send-string, comint-send-region): Also accept
569 a buffer, buffer-name, or nil for PROCESS, for compatibility with
570 process-send-string/region.
571
0c28d842
GM
5722000-12-15 Gerd Moellmann <gerd@gnu.org>
573
4ea7fdca
GM
574 * isearch.el (isearch-lazy-highlight-max): New user-option.
575 (isearch-lazy-highlight-update): Don't highlight more than
576 isearch-lazy-highlight-max matches.
577
0c28d842
GM
578 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
579
3ffa545b
GM
5802000-12-15 Richard M. Stallman <rms@caffeine.ai.mit.edu>
581
8062e53a
GM
582 * sort.el (sort-columns): Fix error message.
583
3ffa545b
GM
584 * dabbrev.el (dabbrev--last-case-pattern): Value is now
585 `upcase' or `downcase' or nil.
586 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
587 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
588 (dabbrev--substitute-expansion): New arg record-case-pattern.
589 If it is non-nil, set dabbrev--last-case-pattern.
590 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
591
592 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
593
c2d7f289
MB
5942000-12-15 Miles Bader <miles@gnu.org>
595
b6348438
MB
596 * paths.el (Info-default-directory-list): Don't delete
597 configure-info-directory from the list of standard info
598 directories when appending it to the end -- their order is
599 important.
600
f9056dd9
MB
601 * faces.el (read-face-attribute): If there's no entry for the
602 user's input in VALID, just use it as-is (this will often result
603 in an error, but it may be OK for e.g. colors using hexadecimal
604 notation, and at least will yield a better error message).
605
c2d7f289
MB
606 * window.el (mode-line-window-height-fudge): Function removed.
607 (height-affecting-face-attributes, mode-line-window-height-fudge):
608 Variables removed.
609 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
610 window is really the right size. Use vertical-motion
611 rather than forward-line.
612 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
613 (ispell-command-loop, ispell-show-choices): Use the variable
614 ispell-choices-win-default-height, rather than the function.
615 (ispell-choices-win-default-height): Function removed.
616 (ispell-mode-line-window-height-fudge): Function removed.
617
8f530b95
SM
6182000-12-14 Stefan Monnier <monnier@cs.yale.edu>
619
620 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
621
6d435deb
EZ
6222000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
623
4dddb0b7
EZ
624 * paths.el (Info-default-directory-list): If
625 configure-info-directory is not one of the standard directories,
626 put it first in the list; otherwise put it last. Doc string
627 changed accordingly.
628
629 * info.el (Info-directory-list): Change doc string to reflect the
630 change in Info-default-directory-list.
631
6d435deb
EZ
632 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
633 windows-nt as windowed environments, even under -nw.
634
635 * startup.el (command-line): Don't call x-backspace-delete-keys-p
636 if not fboundp. Switch delete-forward mode for the <delete> key
637 on all PC platforms, even under -nw.
638
639 * term/internal.el ([M-delete]): Remap to M-d.
640
9d7d9263
GM
6412000-12-14 Gerd Moellmann <gerd@gnu.org>
642
643 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
644
7cf0153a
EZ
6452000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
646
647 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
648
5e5b3d41
GM
6492000-12-14 Gerd Moellmann <gerd@gnu.org>
650
5f368d29
GM
651 * startup.el (command-line): Call delete-key-deletes-forward-mode,
652 if appropriate.
653
654 * simple.el (delete-key-deletes-forward): New user-option.
655 (delete-key-deletes-forward-mode): New function.
656
9d7d9263 657 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 658
5e5b3d41
GM
659 * emacs-lisp/easymenu.el (easy-menu-current-active-maps): Test
660 if symbol is bound before getting its value.
661
662 * tooltip.el (tooltip-show): If an error is signaled in
663 x-show-tip, display that error, and display the help in the
664 echo area.
c2d7f289 665
191b83b6
KH
6662000-12-14 Kenichi Handa <handa@etl.go.jp>
667
668 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi): Show
669 "... entries" messages for every 10000 entries, not 10.
670
6192b604
KF
6712000-12-13 Karl Fogel <kfogel@red-bean.com>
672
673 * bookmark.el: Provide a generic exit hook, as suggested by
674 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
675 (bookmark-exit-hook): New var.
676 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
677 old raw lambda form in `kill-emacs-hook', and runs new
678 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
679 as logically that feature must have been provided if this function
680 is running.
681 Removed ;;;###autoload before the `add-hook' call.
682
5edf6b55
SM
6832000-12-13 Stefan Monnier <monnier@cs.yale.edu>
684
685 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
686 (easy-menu-current-active-maps): New function.
687 (easy-menu-get-map): Use it.
688 Make a proper menu entry when creating a new keymap.
689
16b5e8e6
KH
6902000-12-13 Kenichi Handa <handa@etl.go.jp>
691
d49fc4eb
KH
692 * international/characters.el: Fix cases and syntaxes for
693 mule-unicode-0100-24ff.
694
3b53d876
KH
695 * dired.el (dired-move-to-filename-regexp): Fixed for the case
696 that a Japanese character is not appended after day and year.
697
16b5e8e6
KH
698 * info.el (Info-suffix-list): Change format for a command that
699 requires arguments.
700 (info-insert-file-contents): Adjusted for the above change.
701
1df1c518
AS
7022000-12-12 Andreas Schwab <schwab@suse.de>
703
704 * tar-mode.el (tar-extract): Base the name of the subfile buffer
705 on the name of the tar buffer. Verify that the existing buffer is
706 visiting the same subfile.
707
a7a07b98
DL
7082000-12-12 Dave Love <fx@gnu.org>
709
710 * subdirs.el: Add obsolete.
711
4fdbd809
GM
7122000-12-12 Gerd Moellmann <gerd@gnu.org>
713
bfdb75ee
GM
714 * mail/rmailsum.el (rmail-summary-expunge)
715 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
716 instead of rmail-confirm-expunge.
717
4fdbd809
GM
718 * replace.el (perform-replace): Don't use an empty match adjacent
719 to a non-empty match when computing the next match before the
720 replacement is performed.
721
e9a59cad
GM
7222000-12-12 Milan Zamazal <pdm@freesoft.cz>
723
724 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
725 definition (patch by Stefan Monnier).
726 (glasses-mode): Use jit-lock instead of `after-change-functions'
727 (patch by Stefan Monnier).
728
c2def7a0
MB
7292000-12-12 Miles Bader <miles@gnu.org>
730
731 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
732 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
733
591b63b4
AC
7342000-12-12 Andrew Choi <akochoi@i-cable.com>
735
736 * term/mac-win.el: Remove load for ls-lisp.
737
a924cf63 738 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 739
5ff4ba3d
MB
7402000-12-12 Miles Bader <miles@gnu.org>
741
742 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
743 Respect field end too.
744 (just-one-space): Respect fields as `delete-horizontal-space'.
745 (newline-and-indent, reindent-then-newline-and-indent): Use
746 `delete-horizontal-space'.
747
d0c679bc
SM
7482000-12-11 Stefan Monnier <monnier@cs.yale.edu>
749
adf9c994
SM
750 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
751 (so as to obey the field property in the minibuffer).
752
4b0cd42d
SM
753 * obsolete/c-mode.el: Moved from lisp/progmodes.
754 * obsolete/auto-show.el: Moved from lisp.
755 * obsolete/ooutline.el: Moved from lisp/textmodes.
d0c679bc 756
89f85863
CD
7572000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
758
759 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
760 changes to list them here.
761
762 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7. Too
763 many changes to list them here.
764
765 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7. Too
766 many changes to list them here.
767
768 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
769
3e0d35ce
GM
7702000-12-11 Gerd Moellmann <gerd@gnu.org>
771
d990421f
GM
772 * simple.el (kill-new): Don't try to setcar kill-ring if it is
773 nil.
774
fda514f7
GM
775 * cus-edit.el (custom-save-variables, custom-save-faces):
776 Comment fix.
777
3e0d35ce
GM
778 * hscroll.el: Moved to `obsolete' subdir.
779
ff904dd6
MB
7802000-12-11 Miles Bader <miles@gnu.org>
781
782 * window.el (window-text-height): Function removed (now in C).
783
fb97d87f
SM
7842000-12-10 Stefan Monnier <monnier@cs.yale.edu>
785
786 * log-edit.el (log-edit-parent-buffer): New var.
787 (log-edit): Set it. Add BUFFER argument.
788 (log-edit-done): Use char-before.
789 Don't bother checking validity of vc-comment-ring.
790 Only bury the buffer if log-edit popped it up.
791
792 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
793 (cvs-mode-diff-help): Remove.
794 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 795 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
796
797 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
798 Remove binding for ? now made unnecessary.
799
7de77417
CD
8002000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
801
802 * textmodes/reftex.el (reftex-scanning-info-available-p): New
803 function
804 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
805
806 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
807 when master file is not open.
808
4efa209f
SM
8092000-12-09 Stefan Monnier <monnier@cs.yale.edu>
810
811 * progmodes/ada-stmt.el: Update `maintainer'.
812
0a8052bd
GM
8132000-12-09 Stephen Gildea <gildea@alum.mit.edu>
814
815 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
816 choices to match documentation string.
817
a12167c5
MB
8182000-12-09 Miles Bader <miles@gnu.org>
819
2161605d
MB
820 * minibuf-eldef.el: New file.
821
a12167c5
MB
822 * window.el (fit-window-to-buffer): Don't pass last argument to
823 pos-visible-in-window-p, now that its meaning is inverted.
824
9ea8de1b
EZ
8252000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
826
827 * image.el (create-image): Doc fix; spotted by Per Cederqvist
828 <ceder@lysator.liu.se>.
829
5002ddbb
SM
8302000-12-08 Stefan Monnier <monnier@cs.yale.edu>
831
b6114d80
SM
832 * autoinsert.el (auto-insert-alist): Add missing final \n.
833
ee8d23ee
SM
834 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
835 (cvs-menu-map): Remove.
836 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
837 (cvs-mode-quit): Turn it back into a plain function.
838
5002ddbb 839 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 840 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
841
842 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
843 file where it's more visible.
844 (texinfo-filter, texinfo-chapter-level-regexp): New variables
845 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
846 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
847 (texinfo-inside-macro-p): Only catch `scan-error's.
848 (texinfo-inside-env-p): Make better use of the match info.
849 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
850 (texinfo-insert-@end): Slight re-organization.
851 Also remove useless `looking-at' call.
852
30cd075d
AI
8532000-12-08 Andrew Innes <andrewi@gnu.org>
854
855 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
856 accessible in -nw mode.
857
858 * term/w32-win.el: Remove stuff about selection timeout, which is
859 irrelevant on Windows. Move clipboard support to w32-fns.el, so
860 it is accessible in -nw mode.
861
01b91009
DL
8622000-12-08 Dave Love <fx@gnu.org>
863
864 * emacs-lisp/lisp-mode.el (lisp-mode): Set
865 font-lock-keywords-case-fold-search.
866
842b2a94
GM
8672000-12-08 Gerd Moellmann <gerd@gnu.org>
868
869 * textmodes/ispell.el (ispell): Doc fix.
870
f9d5f611
KH
8712000-12-08 Kenichi Handa <handa@etl.go.jp>
872
873 * international/quail.el (quail-insert-decode-map): Check the
874 frame width of a window displaying the current buffer, not that of
875 the selected frame.
876 (quail-help): Make sure that the help buffer has window before
877 inserting text in it.
878
e04d21aa
SS
8792000-12-07 Sam Steingold <sds@gnu.org>
880
881 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
882 Backquote is used in isearch.el, so autoloading saves nothing.
883
fc3e23a4
EZ
8842000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
885
137cad7c
EZ
886 * startup.el (normal-top-level-add-subdirs-to-load-path): Ignore
887 the CVS and RCS subdirectories case-insensitively.
888
fc3e23a4
EZ
889 * dired.el (dired-insert-directory): If file-system-info is
890 fboundp, call it instead of invoking dired-free-space-program.
891
796ecd10
GM
8922000-12-07 Gerd Moellmann <gerd@gnu.org>
893
0f5f7c3e
GM
894 * server.el (server-visit-files): Push files on file-name-history.
895
3764ba49
GM
896 * progmodes/cc-langs.el: Update copyright.
897
8e7931da
GM
898 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
899
ae0d7485 900 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 901
796ecd10
GM
902 * bindings.el (mode-line-mode-menu): Reverse the order
903 of define-keys so that the menu appears in alphabetical order.
904
ae0d7485
GM
9052000-12-07 Milan Zamazal <pdm@freesoft.cz>
906
907 * progmodes/glasses.el (glasses-mode): Update mode line at the end
908 of the function.
909
e2849090
DL
9102000-12-07 Dave Love <fx@gnu.org>
911
912 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
913
914 * facemenu.el (facemenu-unlisted-faces): Fix value.
915
5c7f629c
SM
9162000-12-07 Stefan Monnier <monnier@cs.yale.edu>
917
918 * font-lock.el (font-lock-default-fontify-region):
919 Include the terminating \n (off-by-one error).
920 (font-lock-set-defaults): Use dolist.
921
922 * derived.el (define-derived-mode): Don't use combine-run-hooks.
923
73481ae3
KH
9242000-12-07 Kenichi Handa <handa@etl.go.jp>
925
ffbaa122
KH
926 * international/mule-cmds.el (describe-language-environment): Fix
927 for the case that an input method title is not string but a list.
928
73481ae3
KH
929 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
930 of wrong SIZE record.
931
e2896b22
DL
9322000-12-06 Dave Love <fx@gnu.org>
933
67292061
DL
934 * newcomment.el (comment-region, comment-dwim): Doc fix.
935
936 * textmodes/texinfo.el: Require tex-mode when compiling.
937 (texinfo-update-node): Doc fix.
938 (texinfo-imenu-generic-expression): Add @anchor.
939 (texinfo-font-lock-keywords): Add @uref.
940 (texinfo-inside-macro-p): Don't use ignore-errors.
941 (texinfo-insert-quote): Match more contexts.
942
e76938e7
DL
943 * international/mule.el (decode-char, encode-char): Doc fix.
944 (auto-coding-alist): Customize.
945
946 * files.el (load-file): Fix change of 2000-03-12.
947
e2896b22
DL
948 * wid-edit.el (widget-text-keymap): Doc fix.
949
6610f4b2
AI
9502000-12-06 Andrew Innes <andrewi@gnu.org>
951
952 * makefile.w32-in (lisp): Set to an absolute directory, namely
953 $(CURDIR).
954
9e3366e4
EZ
9552000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
956
957 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
958 read generated-autoload-file, and set buffer-file-coding-system to
959 raw-text-unix after reading the file.
960
961 * international/mule-conf.el (file-coding-system-alist): Use
962 raw-text for reading loaddefs.el and raw-text-unix for writing
963 it.
964
d94d636f
GM
9652000-12-06 Gerd Moellmann <gerd@gnu.org>
966
384333ee
GM
967 * replace.el (occur): Make line-number-width 1 smaller for the
968 colon following the line number.
969
347d0813
GM
970 * startup.el (fancy-splash-text, command-line-1): Use
971 `File' for the menu name instead of `Files'.
e04d21aa 972
d4b72d58
GM
973 * tmm.el: Update copyright.
974
d94d636f
GM
975 * cus-start.el: Add entry for even-window-heights.
976
6e424019
MB
9772000-12-06 Miles Bader <miles@gnu.org>
978
979 * faces.el (frame-set-background-mode): Avoid stomping on
980 locally modified faces.
981
e6477b58
KH
9822000-12-06 Kenichi Handa <handa@etl.go.jp>
983
984 * international/fontset.el: Correct the font registries for
985 japanese-jisx0213-1 and japanese-jisx0213-2.
986
21999ab9
GM
9872000-12-05 Gerd Moellmann <gerd@gnu.org>
988
57d6e381
GM
989 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
990
21999ab9
GM
991 * iswitchb.el: Update customization commentary.
992
7422819c
GM
9932000-12-05 Rob Riepel <riepel@Stanford.EDU>
994
995 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
996 (tpu-search-highlight): Fixed comparison of overlay end positions.
997 (tpu-trim-line-ends): Implemented trimming logic locally.
998
999 * emulation/tpu-extras.el (tpu-write-file-hook)
1000 (tpu-set-cursor-bound): Replaced picture-clean with
1001 tpu-trim-line-ends.
1002
73daff18
KH
10032000-12-05 Kenichi Handa <handa@etl.go.jp>
1004
1005 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
1006 to cn-gb.
1007 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
1008
6a4cd002
DL
10092000-12-04 Dave Love <fx@gnu.org>
1010
1011 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
1012
6452929e
GM
10132000-12-04 Gerd Moellmann <gerd@gnu.org>
1014
e04d21aa 1015 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
1016 (rmail-summary-expunge-and-save): Ask for confirmation with
1017 rmail-expunge-confirmed.
1018
1019 * mail/rmail.el (rmail-expunge-confirmed): New function.
1020 (rmail-expunge): Use it.
1021
0c68ce6f
GM
1022 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
1023 (etags-recognize-tags-table, find-tag-in-order): New
1024 functionality: interpret file names as tags.
e04d21aa 1025
7a53d8c8
EZ
10262000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
1027
1028 * info.el (Info-scroll-prefer-subnodes): New defcustom.
1029 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't
1030 visit the first subnode until the bottom of the current node is
1031 visible.
1032
caa15ef7
GM
10332000-12-04 Gerd Moellmann <gerd@gnu.org>
1034
1035 * format.el (format-decode): Don't change buffer's undo list.
1036
e225faa7
KH
10372000-12-04 Kenichi Handa <handa@etl.go.jp>
1038
1039 * faces.el (face-font-registry-alternatives): Add entries for CJK
1040 fonts. Doc-string adjusted for the actual usage of this data.
1041
1042 * international/fontset.el: Change the font registries for CJK
1043 fonts in the default fontset. Don't append '*' to registries.
1044
8b262a65
SM
10452000-12-03 Stefan Monnier <monnier@cs.yale.edu>
1046
e04d21aa 1047 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
1048 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
1049
1050 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
1051 (derived-mode-p): New function.
1052 (derived-mode-make-docstring): Add `docstring' argument.
1053 Use it if available and complete it if necessary.
1054
33c4460b
AS
10552000-12-03 Andreas Schwab <schwab@suse.de>
1056
1057 * type-break.el (type-break): Don't make parent of itself.
1058
5c9b3fac
MB
10592000-12-03 Miles Bader <miles@gnu.org>
1060
1061 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
1062
27ce741e
SM
10632000-12-02 Stefan Monnier <monnier@cs.yale.edu>
1064
07c16ec4
SM
1065 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
1066 (tex-main-file, tex-file): Simplify.
1067 (tex-generate-zap-file-name): Use subst-char-in-string.
1068 (tex-strip-dots): Remove.
1069
c19cc275
SM
1070 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
1071
27ce741e
SM
1072 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
1073 to check if the match succeeded.
1074
285991dc
GM
10752000-12-02 Gerd Moellmann <gerd@gnu.org>
1076
1077 * startup.el (use-fancy-splash-screens-p): New function.
1078 (command-line-1): Use it to determine whether or not to use
1079 a fancy splash screen.
1080
52dca1b2
AS
10812000-12-02 Andreas Schwab <schwab@suse.de>
1082
1083 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
1084
d3e7e7cf
EZ
10852000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
1086
2dce2360
EZ
1087 * international/mule.el (make-char): Fix last change.
1088
9768eaa7
EZ
1089 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
1090 New defcustoms.
1091 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
1092 autoloading tex-mode; instead, do the same manually. Use
1093 texinfo-open-quote and texinfo-close-quote. Insert literal quote
1094 with numeric argument. Docstring fix.
1095 (toplevel): Require cl when compiling.
e04d21aa 1096
285991dc 1097 * international/mule.el (make-char): Doc fix.
d3e7e7cf 1098
0dd5e255
JR
10992000-12-02 Jason Rumney <jasonr@gnu.org>
1100
1101 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
1102 the Emacs Lisp manual)
1103
fbb87147
EZ
11042000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
1105
5cbb3e93
EZ
1106 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
1107
fbb87147
EZ
1108 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
1109 the Emacs Lisp manual).
1110
1636ca09
GM
11112000-12-02 Gerd Moellmann <gerd@gnu.org>
1112
1113 * simple.el (next-line-add-newlines): Change default to nil.
1114
68875f0e
EZ
11152000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
1116
1117 * files.el (revert-buffer, recover-file): Bind
1118 coding-system-for-read to emacs-mule-unix, not to no-conversion.
1119
fd9ac94c
GM
11202000-12-01 Gerd Moellmann <gerd@gnu.org>
1121
1122 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
1123
45450dd5
MB
11242000-12-01 Miles Bader <miles@gnu.org>
1125
1126 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
1127
09df8881
KH
11282000-12-01 Kenichi Handa <handa@etl.go.jp>
1129
1130 * international/mule-diag.el (describe-char-after): Fix typo.
1131 (describe-character-set, non-iso-charset-alist): Fix typo.
1132
dea0a87d
MB
11332000-12-01 Miles Bader <miles@gnu.org>
1134
b170205b
MB
1135 * image-file.el (image-file-name-regexp): Automatically add
1136 upper-case variants of each filename extension in
1137 `image-file-name-extensions', since they seem to be common.
1138
e04d21aa 1139 * simple.el (minibuffer-contents)
dea0a87d
MB
1140 (minibuffer-contents-no-properties, delete-minibuffer-contents):
1141 New functions.
1142 * filecache.el (file-cache-directory-name)
1143 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
1144
2b69bc11 11452000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 1146
dea0a87d
MB
1147 * filecache.el (file-cache-minibuffer-complete): Don't try to
1148 delete the minibuffer prompt.
1149
a8a1b05d
DL
11502000-11-30 Dave Love <fx@gnu.org>
1151
1152 * cus-start.el: Fix read-buffer-function type.
1153
693c4692
GM
11542000-11-30 Gerd Moellmann <gerd@gnu.org>
1155
1156 * md5.el: Removed. There's a built-in function, now.
1157
2c0b1898
GM
11582000-11-30 Markus Rost <rost@math.ohio-state.edu>
1159
1160 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
1161 as dummy 0-th char of rmail-deleted-vector.
1162
63dfcf4b
EZ
11632000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
1164
1165 * ps-print.el (ps-end-job): Bind case-fold-search only after
1166 switching to ps-spool-buffer.
1167
11682000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1169
1170 * ps-print.el: Line number font customization. PostScript: Lines and
1171 PageCount are initialized on each page. Doc Fix.
1172 (ps-print-version): New version number (6.3.2).
1173 (ps-lpr-switches, ps-font-info-database, ps-font-size)
1174 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
1175 (ps-right-header): Customization fix.
1176 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
1177 Fix code.
1178 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
1179 New vars.
1180
df3aedcf
GM
11812000-11-30 Gerd Moellmann <gerd@gnu.org>
1182
edfb795e
GM
1183 * bs.el: Fix typos and spelling errors.
1184 (bs-appearance) <defgroup>: Renamed from bs-appearence.
1185 (bs-configuration): Doc fix.
e04d21aa 1186
df3aedcf
GM
1187 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
1188
8b8a7f01
GM
11892000-11-30 Rob Riepel <riepel@Stanford.EDU>
1190
1191 * emulation/tpu-edt.el (tpu-version): New version.
1192 (tpu-search-overlay, tpu-replace-overlay): New initial range.
1193 (tpu-original-mode-line): Variable deleted.
1194 (tpu-mark-flag): New initial value.
1195 (tpu-set-mode-line): Don't redefine mode-line-format. Add
1196 tpu-mark-flag to minor-mode-alist.
1197 (tpu-update-mode-line): New mark flag logic.
1198 (tpu-get): Use find-file-wildcards.
1199 (tpu-search-highlight): Move overlay less, reset overlay properly.
1200 (tpu-unselect): Deactivate mark.
1201 (tpu-lm-replace): Reset overlay properly.
1202 (tpu-forward-line): Use forward-visible-line.
1203 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
1204
1205 * emulation/tpu-extras.el (tpu-forward-line): Use
1206 forward-visible-line.
e04d21aa 1207
c069a9d3
GM
12082000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
1209
1210 * cus-edit.el (custom-face-value-create): Always emphasize tag.
1211
b02cd40b
GM
12122000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1213
1214 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
1215 and skip whitespace and newlines.
e04d21aa 1216
b7a90344
SM
12172000-11-30 Stefan Monnier <monnier@cs.yale.edu>
1218
1219 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
1220
be6bbb55
GM
12212000-11-29 Gerd Moellmann <gerd@gnu.org>
1222
0383ed60
GM
1223 * help.el (describe-function-1): Regexp-quote function name
1224 when used as part of a regexp.
1225
c7957947
GM
1226 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
1227 face-attribute instead of face-foreground and face-background.
1228 (tool-bar-add-item): Likewise, and handle unspecified colors.
1229
1230 * enriched.el (enriched-face-ans): Use face-attribute instead
1231 of face-foreground and face-background.
1232
1233 * faces.el (face-foreground, face-background, face-stipple):
1234 Return nil if attribute is unspecified, for backward
1235 compatibility.
1236
7423978d
GM
1237 * files.el (auto-mode-alist): Add an entry for antlr-mode.
1238
ef128c78
GM
1239 * play/5x5.el: Remove version info.
1240
a81fc510
GM
1241 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
1242
be6bbb55
GM
1243 * frame.el (blink-cursor-mode): Doc fix.
1244
f9396e03
GM
12452000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
1246
1247 * antlr-mode.el: New commands to run ANTLR from within Emacs and
1248 to create Makefile rules.
1249 (antlr-tool-command): New user option.
1250 (antlr-ask-about-save): New user option.
1251 (antlr-makefile-specification): New user option.
1252 (antlr-file-formats-alist): New variable.
1253 (antlr-special-file-formats): New variable.
1254 (antlr-unknown-file-formats): New user option.
1255 (antlr-help-unknown-file-text): New variable.
1256 (antlr-help-rules-intro): New variable.
1257 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
1258 (antlr-mode-menu): Add entries.
1259 (antlr-file-dependencies): New function.
1260 (antlr-directory-dependencies): New function.
1261 (antlr-superclasses-glibs): New function.
1262 (antlr-run-tool): New command.
1263 (antlr-makefile-insert-variable): New function.
1264 (antlr-insert-makefile-rules): New function.
1265 (antlr-show-makefile-rules): New command.
1266
1267 * antlr-mode.el: More Emacs/XEmacs stuff.
1268 (antlr-no-action-keywords): New constant with value nil.
1269 (antlr-font-lock-keywords-alist): Use it. Old value would break
1270 syntax highlighting in Emacs-21.0.
1271 (antlr-default-directory): Emacs/XEmacs dependend function.
1272 (antlr-read-shell-command): Ditto.
1273 (antlr-with-displaying-help-buffer): Ditto.
1274
12752000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
1276
1277 * antlr-mode.el: imenu, parsing and highlighting changes.
1278 (antlr-imenu-create-index-function): Don't create extra submenus
1279 for definitions in different grammar classes. It is not necessary
1280 for the menu and would make command `imenu' awkward to use.
1281 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
1282 header actions and more than one.
1283 (antlr-font-lock-tokendef-face): Changed color.
1284 (antlr-font-lock-tokenref-face): Changed color.
1285 (antlr-font-lock-additional-keywords): Also highlight lowercase.
1286 (antlr-mode-syntax-table): New variable.
1287 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
1288 (antlr-with-syntax-table): Don't copy syntax table.
1289
12902000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
1291
1292 * antlr-mode.el: Minor changes: language setting.
1293 (antlr-language-alist): The value for file option "language" can
1294 be both an identifier and a string.
1295 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
1296 (antlr-language-limit-n-regexp): Change accordingly.
1297
12982000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
1299
1300 * antlr-mode.el: Minor changes: tabs, hiding.
1301 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
1302 (antlr-action-visibility): Also allow value nil to also hide the
1303 braces. Renamed from `antlr-tiny-action-length'.
1304 Suggested by Jay@aol.com.
1305 (antlr-hide-actions): Change accordingly. Hide line if completely
1306 hidden action is on a line of its own.
e04d21aa 1307
6ad948eb
SM
13082000-11-29 Stefan Monnier <monnier@cs.yale.edu>
1309
1310 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
1311
1312 * sort.el (sort-columns): Don't concat strings with numbers.
1313
9c6a4107
DL
13142000-11-29 Dave Love <fx@gnu.org>
1315
1316 * cus-edit.el (face): Fix :format.
1317
1318 * mail/feedmail.el: Require smtpmail when compiling.
1319 (mail-do-fcc): Autoload.
1320 (feedmail) <defgroup>: Fix :link.
1321 (feedmail-nuke-body-in-fcc): Fix :type.
1322 (feedmail-send-it): Add autoload cookie.
1323
053b8d35
SM
13242000-11-29 Stefan Monnier <monnier@cs.yale.edu>
1325
1326 * newcomment.el (comment-indent): Save excursion around call to
1327 comment-indent-function.
1328
242c13e8
MB
13292000-11-29 Miles Bader <miles@gnu.org>
1330
1331 * subr.el (member-ignore-case): Return the tail of the list who's
1332 car matches, like `member', not the matching element itself.
1333
8f4b5f28
KH
13342000-11-29 Kenichi Handa <handa@etl.go.jp>
1335
1336 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
1337 should not contain `\n'.
1338
bebe4a2c
GM
13392000-11-28 Gerd Moellmann <gerd@gnu.org>
1340
fd9ac94c 1341 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 1342
ba7e40eb
GM
1343 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
1344
75ab0c79
GM
1345 * dired-aux.el (dired-do-create-files): Construct default file
1346 name for dired-mark-read-file-name so that when the user enters
1347 just RET, the target file will end up in the target directory.
1348
bebe4a2c
GM
1349 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
1350 local-abbrev-table before changing buffers because it might
1351 have a buffer-local binding.
1352
fa6d1ca8
MB
13532000-11-28 Miles Bader <miles@gnu.org>
1354
1355 * simple.el (delete-horizontal-space): Handle fields more generally.
1356
8d2c2642
GM
13572000-11-28 Gerd Moellmann <gerd@gnu.org>
1358
1359 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
1360
8b31236d
DL
13612000-11-28 Dave Love <fx@gnu.org>
1362
3cbd02d2
DL
1363 * progmodes/ps-mode.el (ps-mode): Set comment-start and
1364 comment-start-skip locally.
1365
8b31236d
DL
1366 * progmodes/fortran.el (fortran-mode): Don't set
1367 fortran-comment-line-start-skip. Set comment-start to
1368 fortran-comment-line-start.
1369 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
1370 (fortran-comment-line-start-skip): Simplify slightly.
1371
ae4bf56d
GM
13722000-11-28 Gerd Moellmann <gerd@gnu.org>
1373
17ef7534
GM
1374 * play/5x5.el: Remove RCS keyword.
1375
fd9ac94c 1376 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 1377
665b27a6
GM
13782000-11-28 Milan Zamazal <pdm@freesoft.cz>
1379
1380 * textmodes/tildify.el (tildify-string-alist): Add
1381 `plain-tex-mode' here.
1382
fe3c2ae3
GM
13832000-11-28 Colin Walters <walters@cis.ohio-state.edu>
1384
1385 * chistory.el (Command-history-setup): Remove extraneous `keymap'
1386 reference.
1387
d970106b
MB
13882000-11-28 Miles Bader <miles@gnu.org>
1389
36b80a0d
MB
1390 * cus-face.el (custom-face-attributes): Add post-filter function
1391 for :box. Make pre-filter function for :box handle all cases.
1392
d970106b
MB
1393 * wid-edit.el (widget-choose): Make sure pop-up window is large
1394 enough to display all the choices, as there's no way to scroll it.
1395
5a2bae6c
KH
13962000-11-28 Kenichi Handa <handa@etl.go.jp>
1397
1398 * international/mule-conf.el: Make the coding system no-conversion
1399 safe for all characters.
1400
9e836e23
DL
14012000-11-27 Dave Love <fx@gnu.org>
1402
8b31236d
DL
1403 * net/ldap.el (ldap) <defgroup>: Add :version.
1404
9e836e23
DL
1405 * tooltip.el (tooltip-use-echo-area): Doc fix.
1406
1407 * cus-start.el <minibuffer-prompt-properties>: Add version.
1408 <read-buffer-function>: Add.
1409
1410 * apropos.el (apropos-print): Add help-echo to active text.
1411
1412 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
1413
4a74d071
GM
14142000-11-27 Gerd Moellmann <gerd@gnu.org>
1415
1416 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
1417 type, group and version.
1418
76058c27
EZ
14192000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
1420
4a74d071 1421 * select.el (x-get-selection): Docstring fix.
76058c27 1422
fd9ac94c 14232000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 1424
fd9ac94c 1425 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 1426
49060c51
AI
14272000-11-27 Andrew Innes <andrewi@gnu.org>
1428
1429 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
1430
1431 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
1432
b2a8e429
MB
14332000-11-27 Miles Bader <miles@gnu.org>
1434
1435 * dired.el (dired-get-filename): Return filename verbatim if
1436 LOCALP is `verbatim'.
1437 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
1438 `verbatim' so that we don't inadvertently delete a non-existant
1439 directory name.
1440
5ac0366d
KH
14412000-11-27 Kenichi Handa <handa@etl.go.jp>
1442
1443 * international/characters.el: Specify cases and syntaxes for
1444 mule-unicode-0100-24ff.
1445
67f1cf4c
GM
14462000-11-27 Gerd Moellmann <gerd@gnu.org>
1447
1448 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
1449 that foreground and/or background colors of the face `tool-bar'
1450 are unspecified.
1451
46c56972
MB
14522000-11-27 Miles Bader <miles@gnu.org>
1453
e04d21aa 1454 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
1455 (widget-field-end): Handle widget field `pseudo-overlays'.
1456 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
1457 if it's there instead of in `widget-field-list'.
1458
46c56972 1459 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
1460 (help-make-xrefs): Delete extraneous newlines at the end of the
1461 docstring.
46c56972 1462
640a9cdd
JR
14632000-11-25 Jason Rumney <jasonr@gnu.org>
1464
1465 * startup.el (command-line): Call set-locale-environment after
1466 Window System init file is read, as it can result in a call to
1467 redraw-frame.
1468
0b3f96d4
EZ
14692000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
1470
1471 * simple.el (shell-command): Mention the effect of the prefix
1472 argument in the doc string.
1473
8da6e2a1
MB
14742000-11-25 Miles Bader <miles@gnu.org>
1475
a658d039
MB
1476 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
1477
8da6e2a1 1478 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 1479 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 1480
d3416cca
JR
14812000-11-24 Jason Rumney <jasonr@gnu.org>
1482
1483 * international/mule-cmds.el (locale-language-names): Add "jp" as
1484 a non-standard alternative for Japanese.
1485
17e37f53
AS
14862000-11-24 Andre Spiegel <spiegel@gnu.org>
1487
1488 * vc-hooks.el: Require 'cl during compilation.
1489
9aa5f148
GM
14902000-11-24 Gerd Moellmann <gerd@gnu.org>
1491
ba193890
GM
1492 * faces.el (face-set-after-frame-default): Let face attributes
1493 specified for new frames override frame parameters.
1494
9aa5f148
GM
1495 * startup.el (command-line): Fix computation of the source file
1496 for user-init-file when user-init-file is a compiled file.
1497
51a1edab
MB
14982000-11-24 Miles Bader <miles@gnu.org>
1499
e04d21aa 1500 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
1501 (custom-post-filter-face-spec): New functions.
1502 (custom-face-set, custom-face-value-create): Filter the face spec
1503 before and after customization.
1504 (custom-face-set): If VALUE specifies a null face, pass a
1505 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
1506 * cus-face.el (custom-face-attributes): Remove SET and GET
1507 functions. Add some IN-FILTER and OUT-FILTER functions in the few
1508 cases they're needed.
1509
1ed74431
MB
1510 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
1511 that it's distinguishable from the :off-glyph on dark-background
1512 displays. Set its background color too.
1513
67ee1125
MB
1514 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
1515 so that people can easily turn it off.
1516
7d027816 15172000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 1518
7d027816 1519 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 1520
9aa5f148 1521 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 1522
9aa5f148 1523 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 1524
9aa5f148 1525 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 1526 redundant skip-small-frames test.
e04d21aa 1527
9aa5f148 1528 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
7d027816 1529 (viper-downgrade-to-insert): protect against errors in hooks.
e04d21aa 1530
9aa5f148
GM
1531 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
1532 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
1533 (viper-restore-cursor-type,viper-set-insert-cursor-type): New
7d027816 1534 functions.
e04d21aa 1535
9aa5f148 1536 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 1537
9aa5f148 1538 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 1539
f07fa1b8
KH
15402000-11-24 Kenichi Handa <handa@etl.go.jp>
1541
1542 * international/mule-diag.el (list-iso-charset-chars): For
1543 two-byte charset, fix the `while' condition.
1544 (list-non-iso-charset-chars): Fix the `while' condition.
1545
ba8299ff
SM
15462000-11-23 Stefan Monnier <monnier@cs.yale.edu>
1547
79372165
SM
1548 * subr.el (add-hook, remove-hook): Don't call make-local-hook
1549 if the variable is make-variable-buffer-local.
1550
ba8299ff
SM
1551 * progmodes/ada-stmt.el (ada-template-map): Initialize
1552 and bind it to C-c t in ada-mode-map.
1553 (ada-stmt-mode-hook): New function extracted from old code.
1554 Only change the buffer-local side of skeleton-*.
1555 (ada-mode-hook): Use it.
1556
68a887fa
EZ
15572000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
1558
1559 * iswitchb.el (iswitchb-minibuf-depth): New variable.
1560 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
1561 we expect to be returned by minibuffer-depth once we prompt the
1562 user in the minibuffer.
1563 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
1564 as recorded in iswitchb-minibuf-depth, return non-nil.
1565
3b345582
EZ
15662000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
1567
1568 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
1569 (hscroll-window-maybe): Docstring fix.
1570
595dead2
DL
15712000-11-23 Dave Love <fx@gnu.org>
1572
1573 * rect.el (string-rectangle): Don't test delete-selection-mode.
1574
1e66b27a
GM
15752000-11-23 Gerd Moellmann <gerd@gnu.org>
1576
02790ce2
GM
1577 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
1578 is in the tool bar.
1579
1e66b27a
GM
1580 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
1581 with `no-dir'; we want the directory part to be able to remove
1582 it.
1583
a4caa65d
SM
15842000-11-22 Stefan Monnier <monnier@cs.yale.edu>
1585
1586 * textmodes/outline.el (outline-flag-region):
1587 Don't bind inhibit-read-only since we don't modify the buffer.
1588 (outline-isearch-open-invisible): Don't jump to overlay-start
1589 since we're trying to unhide text around point.
1590 (outline-discard-overlays): Use dolist.
1591
1592 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
1593
03e757c1
GM
15942000-11-22 Gerd Moellmann <gerd@gnu.org>
1595
e04d21aa 1596 * mail/rmail.el (rmail-confirm-expunge): Default to
03e757c1 1597 y-or-n-p.
e04d21aa 1598
1598a961
SM
15992000-11-22 Stefan Monnier <monnier@cs.yale.edu>
1600
1601 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
1602 Fix ARG regexp to skip quoted braces.
1603 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
1604 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
1605 are (correctly) handled separately).
1606 Remove `caption' and `footnote' from `citations': they contain text.
1607 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
1608 (latex-skeleton-end-hook): New function.
1609 (latex-mode): Use it.
1610 (tex-start-tex-marker): Remove.
1611 (tex-send-tex-command): Don't set tex-start-tex-marker.
1612 (tex-error-parse-syntax-table): New var.
1613 (tex-compilation-parse-errors): Use it.
1614 Ignore tex-start-tex-marker. Don't bother with marker-position.
1615 (tex-validate-buffer): Don't bother with marker-position.
1616
1617 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 1618 (flyspell-generic-progmode-verify): Use it.
1598a961 1619
eaae8106
SS
16202000-11-22 Sam Steingold <sds@gnu.org>
1621
03e757c1
GM
1622 * simple.el (delete-trailing-whitespace): New interactive
1623 function.
e04d21aa 1624
eaae8106 1625 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 1626 `ada-remove-trailing-spaces'.
eaae8106 1627 (ada-remove-trailing-spaces): Removed.
e04d21aa 1628
eaae8106 1629 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 1630
1598a961
SM
1631 * textmodes/picture.el (picture-clean): Removed.
1632 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 1633
a41d49e9
GM
16342000-11-22 Gerd Moellmann <gerd@gnu.org>
1635
e053c60f
GM
1636 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
1637
a41d49e9
GM
1638 * hi-lock.el (hi-lock-refontify): Don't call non-existent
1639 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 1640 do anything special when jit-lock is active.
a41d49e9
GM
1641 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
1642
197615f3
DL
16432000-11-22 Dave Love <fx@gnu.org>
1644
ddbfaa9f
DL
1645 * calendar/todo-mode.el (todo-top-priorities): Use
1646 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
1647
ddc3c695
DL
1648 * language/chinese.el, language/cyrillic.el:
1649 * language/devanagari.el, language/ethiopic.el, language/greek.el:
1650 * language/hebrew.el, language/indian.el, language/japanese.el:
1651 * language/korean.el, language/lao.el, language/misc-lang.el:
1652 * language/thai.el, language/tibetan.el, language/vietnamese.el:
1653 Use provide.
1654
fb9fa98d
DL
1655 * cus-edit.el (custom-buffer-create-internal): Save some consing.
1656 (custom-variable-set): Improve validation error mesage.
1657
197615f3
DL
1658 * rect.el (string-rectangle): Revert last change.
1659 (string-rectangle-line): New arg DELETE.
1660 (string-rectangle): Check delete-selection-mode.
1661
1662 * emacs-lisp/edebug.el (edebug-version)
1663 (edebug-maintainer-address): Deleted.
1664 (edebug-submit-bug-report): Just alias to report-emacs-bug.
1665 (edebug-read-function): Account for other `'#' read forms.
1666 (edebug-mode-menus): Make some items toggles.
1667 (edebug-outside-unread-command-event, unread-command-event):
1668 Remove these to avoid warnings.
1669
f4117c4d
GM
16702000-11-22 David Ponce <david@dponce.com>
1671
1672 * recentf.el (recentf-menu-items-for-commands)
1673 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 1674 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 1675
f4117c4d
GM
1676 (recentf-build-dir-rules, recentf-dump-variable)
1677 (recentf-edit-list, recentf-open-files-item)
1678 (recentf-open-files): Replaced unnecessary `mapcar' with new
1679 built-in `mapc'.
eaae8106 1680
f8e2f3f2
MB
16812000-11-23 Miles Bader <miles@gnu.org>
1682
1683 * faces.el (menu): Make inverse-video on ttys too.
1684
4c4a541d
SM
16852000-11-22 Stefan Monnier <monnier@cs.yale.edu>
1686
1687 * simple.el (comment-line-break-function): Use the new name
1688 indent-new-comment-line -> comment-indent-new-line.
1689 (clone-indirect-buffer): Don't ignore NORECORD.
1690 (next-completion): Properly handle the case where items are adjacent.
1691
1692 * mouse.el (popup-menu): Stupid typo.
1693
980d836e
GM
16942000-11-22 Gerd Moellmann <gerd@gnu.org>
1695
60e8e0a5
GM
1696 * emacs-lisp/authors.el: Remove autoload cookies, add author,
1697 maintainer, keywords tags.
1698
980d836e
GM
1699 * rect.el (replace-rectangle): Don't call string-rectangle-line
1700 with too many arguments.
1701
e08b2069
AS
17022000-11-22 Andre Spiegel <spiegel@gnu.org>
1703
60e8e0a5 1704 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 1705 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
1706 vc-locking-user, which no longer exists.
1707
1708 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
1709
c6779d8d
DL
17102000-11-22 Dave Love <fx@gnu.org>
1711
1712 * md5.el (md5): Provide.
1713 (md5): Fix error call.
1714
e672fdce
MB
17152000-11-22 Miles Bader <miles@gnu.org>
1716
eaae8106 1717 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
1718 (refill-fill-paragraph-at): Remove debugging code.
1719
80e24c04
MB
1720 * calendar/calendar.el (generate-calendar-window): When we don't
1721 call `fit-window-to-buffer', make sure the top line is fully visible.
1722
3a17d6cc
MB
1723 * image-file.el (insert-image-file): Don't make `read-only'
1724 property rear-nonsticky.
1725
ae1a21c6
MB
1726 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
1727 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
1728 stashing away its original value.
1729 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
1730 in the recursive edit.
1731 Bind `isearch-original-minibuffer-message-timeout' to protect it.
1732 (isearch-done): Restore `minibuffer-message-timeout'.
1733
e672fdce
MB
1734 * cus-start.el: Remove entry for `mode-line-inverse-video'.
1735
3ea79df8
SM
17362000-11-21 Stefan Monnier <monnier@cs.yale.edu>
1737
1738 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
1739
1740 * find-lisp.el (find-lisp-find-files-internal):
1741 Use dolist, when and file-name-as-directory.
1742
980d836e 1743 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
1744 (define-derived-mode, define-minor-mode): Add specs.
1745
1746 * window.el: General comment and spacing fixes.
1747 (save-selected-window): Use backquotes.
1748 (window-safely-shrinkable-p): New function.
1749 (shrink-window-if-larger-than-buffer): Use it.
1750
1751 * subr.el (make-local-hook): Docstring fix.
1752
1753 * shell.el (shell-mode): Use define-derived-mode.
1754
1755 * newcomment.el (comment-indent): Insert comment before calling
1756 comment-indent-function. Don't insert in column 0.
1757 (comment-dwim): Indent before inserting comment.
1758
1759 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
1760 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
1761 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
1762 Use mapc rather than map.
1763
1764 * files.el (find-buffer-visiting): Compare all attributes before
1765 declaring two files identical (rather than just their inode-no).
1766 (auto-mode-alist): Use \' rather than $.
1767
1768 * which-func.el: Update maintainer line.
1769
1770 * pcvs.el (uniquify-buffer-file-name): Remove advice.
1771 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
1772 (uniquify-buffer-file-name): Use it.
1773
8f62f2b8
MB
17742000-11-22 Miles Bader <miles@gnu.org>
1775
1776 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
1777 * simple.el (minibuffer-avoid-prompt): New function.
1778
fb279a6d
GM
17792000-11-21 Gerd Moellmann <gerd@gnu.org>
1780
1781 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
1782
867092e9
MB
17832000-11-21 Miles Bader <miles@gnu.org>
1784
ef860850
MB
1785 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
1786 inclusion of `track-mouse'.
1787
867092e9
MB
1788 * textmodes/refill.el (refill-ignorable-overlay): New variable.
1789 (refill-adjust-ignorable-overlay): New function.
1790 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
1791 only the paragraph's tail if possible.
1792 Update `refill-ignorable-overlay'.
1793 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
1794
1795 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
1796 point inside the fill-prefix.
1797
1798 * textmodes/refill.el (refill-post-command-function): Don't reset
1799 refill-doit in the case where a self-insertion command doesn't
1800 case a refill. Use `refill-fill-paragraph-at', getting position
1801 from `refill-doit'.
1802 (refill-after-change-function): Set `refill-doit' to END.
1803 (refill-fill-paragraph-at): New function, mostly from old
1804 refill-fill-paragraph.
1805 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
1806 (refill-pre-command-function): New function.
1807 (refill-mode): Add it to `pre-command-hook'.
1808
ff9ab414
GM
18092000-11-20 Gerd Moellmann <gerd@gnu.org>
1810
29a01b72
GM
1811 * textmodes/artist.el (artist-mode): Fix autoload cookie.
1812
ff9ab414
GM
1813 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
1814 javadoc tags.
eaae8106 1815
885b211b
AS
18162000-11-20 Andre Spiegel <spiegel@gnu.org>
1817
1818 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
1819 vc.el).
1820
eaae8106 1821 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 1822 require vc.
eaae8106
SS
1823
1824 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 1825 checkouts.
eaae8106 1826
d1838556
DL
18272000-11-20 Dave Love <fx@gnu.org>
1828
1829 * Makefile.in (DONTCOMPILE): Omit bindings.el.
1830
2b69bc11 18312000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 1832
2b69bc11
GM
1833 * calculator.el (calculator-paste): Use `if' instead of `and'
1834 and `or'.
1835 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 1836
b95b34e5
GM
18372000-11-19 Gerd Moellmann <gerd@gnu.org>
1838
030de92f
GM
1839 * info.el (info-menu-5): Doc fix.
1840
b95b34e5
GM
1841 * textmodes/artist.el: New file.
1842
54970452
AS
18432000-11-19 Andre Spiegel <spiegel@gnu.org>
1844
eaae8106 1845 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
1846 and differentiate according to checkout model.
1847 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
1848 since this function is only concerned with master state.
1849
eaae8106 1850 * vc-hooks.el (vc-workfile-unchanged-p,
54970452
AS
1851 vc-default-workfile-unchanged-p): Moved here from vc.el.
1852
eaae8106 1853 * vc.el (vc-workfile-unchanged-p,
54970452
AS
1854 vc-default-workfile-unchanged-p): See above.
1855
e5a9dabf
MB
18562000-11-19 Miles Bader <miles@gnu.org>
1857
1858 * image-file.el (insert-image-file): Make `intangible' and
1859 `read-only' properties rear-nonsticky too.
1860
24127af0
GM
18612000-11-18 Gerd Moellmann <gerd@gnu.org>
1862
d392e9c5 1863 * ps-print.el: Update copyright notice.
eaae8106 1864
d392e9c5
GM
1865 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
1866 (tooltip-show): Use the offsets.
1867
24127af0 1868 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 1869 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
1870 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
1871
2b69bc11 18722000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 1873
2b69bc11
GM
1874 * ps-print.el (toplevel): Test for find-coding-system being
1875 fboundp before calling ps-x-find-coding-system.
08ea6f17 1876
66321b2f
SM
18772000-11-16 Stefan Monnier <monnier@cs.yale.edu>
1878
1879 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
1880 (vc-version-backup-file): Docstring fix.
1881
046110c6
GM
18822000-11-16 Gerd Moellmann <gerd@gnu.org>
1883
4104194e
GM
1884 * files.el (basic-save-buffer): Don't add a newline if
1885 find-file-literally is non-nil.
1886 (find-file-literally): Extend doc string.
1887
046110c6
GM
1888 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
1889 sort(1) with the `-f' argument.
1890
6505c16e
AS
18912000-11-16 Andre Spiegel <spiegel@gnu.org>
1892
fd063975
AS
1893 * vc.el: Updated backend documentation.
1894 (vc-default-check-headers): New function.
1895
3d02dd81 1896 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
1897
1898 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 1899 up-to-date.
eaae8106 1900 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 1901 the minibuffer is not active.
fd063975 1902
eaae8106 1903 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 1904 `vc-cvs-use-edit' is on.
eaae8106
SS
1905 (vc-cvs-checkout): When this is used for reverting the workfile,
1906 make a backup of the original contents and revert to that in case
8791d617 1907 of error.
eaae8106 1908 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 1909 remote repositories.
eaae8106 1910
6505c16e
AS
1911 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
1912 for both version and ratio in the minibuffer.
fd063975 1913
eaae8106 1914 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 1915 Use vc-do-command to perform the annotation, not call-process.
6505c16e 1916
a13f0660
KH
19172000-11-16 Kenichi Handa <handa@etl.go.jp>
1918
1919 * international/quail.el (quail-start-translation): Don't call
1920 `message' before reading key sequence.
1921
1389a414
MB
19222000-11-16 Miles Bader <miles@lsi.nec.co.jp>
1923
1924 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
1925
9256a532
KH
19262000-11-16 Kenichi Handa <handa@etl.go.jp>
1927
1928 * window.el (fit-window-to-buffer): Be sure to acquire at least
1929 one text line even if the buffer is empty.
1930
0e14fe9f
GM
19312000-11-16 Gerd Moellmann <gerd@gnu.org>
1932
eaae8106 1933 * net/ange-ftp.el (ange-ftp-file-writable-p)
0e14fe9f
GM
1934 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
1935 ange-ftp-process-verbose to nil.
1936
da645c53
DL
19372000-11-15 Dave Love <fx@gnu.org>
1938
233d5cde
DL
1939 * wid-edit.el (widget-specify-field, widget-specify-button): If
1940 :help-echo is a function, set help-echo of overlay to
1941 widget-mouse-help.
1942 (widget-mouse-help): New function.
1943 (widget-echo-help): Rewritten for :help-echo functions only taking
1944 a widget arg.
1945
b12057b9
DL
1946 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
1947 display-graphic-p.
1948 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
1949 and that JPEG is available.
1950 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
1951
da645c53
DL
1952 * international/mule-cmds.el (locale-charset-language-names):
1953 Match @euro.
1954
6d133d1f
GM
19552000-11-15 Gerd Moellmann <gerd@gnu.org>
1956
1957 * faces.el (face-set-after-frame-default): If
0e14fe9f 1958 `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
1959 default face from X resources.
1960
49ac2ac5
EZ
19612000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
1962
1963 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
1964 Don't set EMACSLOADPATH.
1965
4fb0a34c
EZ
19662000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
1967
1968 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
1969 texinfo-insert-@url.
1970 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
1971 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
1972
bb304a7a
SM
19732000-11-14 Stefan Monnier <monnier@cs.yale.edu>
1974
82bc80bf
SM
1975 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
1976 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
1977 (checkdoc-minor-keymap): Backward compatibility.
1978 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
1979 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
1980 (checkdoc-this-string-valid-engine): Be a bit more strict
1981 to avoid matching substrings of `...' quoted vars/funs.
1982 (checkdoc-defun-info): Only look for `interactive' if alone.
1983 (debug-ignored-errors): Add "arg doesn't appear in docstring".
1984
e8c87124
SM
1985 * progmodes/compile.el (grep): `tag-default' can be nil.
1986
bb304a7a
SM
1987 * newcomment.el (comment-indent): Paren typo.
1988
8628686a
DL
19892000-11-14 Dave Love <fx@gnu.org>
1990
25c269ef
DL
1991 * calculator.el: New maintainer version.
1992
66321b2f 1993 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 1994
8628686a
DL
1995 * cmuscheme.el: Doc fixes.
1996 (cmuscheme) <defgroup>: Use `scheme' as parent.
1997 (cmuscheme-program-name): Remove. Change uses to
1998 scheme-program-name.
1999
2000 * xscheme.el (scheme-program-name): Don't define here.
2001
2002 * progmodes/scheme.el (scheme-program-name): New variable
2003 (originally in cmuscheme).
2004
88f0a1eb
MB
20052000-11-14 Miles Bader <miles@gnu.org>
2006
2007 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
2008 Handle header-lines. Don't loop forever if we can't enlarge the
2009 window anymore. Simplify a bit.
2010
cd9a000c
KH
20112000-11-14 Kenichi Handa <handa@etl.go.jp>
2012
2013 * window.el (fit-window-to-buffer): Don't check
2014 window-text-height. Assure that the last line is fully visible.
2015
2016 * international/quail.el (quail-show-guidance-buf): Call
2017 fit-window-to-buffer to assure the enough height of the guidance
2018 buffer.
2019 (quail-update-guidance): Avoid making the guidance buffer shorter.
2020
d3fcda22
SM
20212000-11-14 Stefan Monnier <monnier@cs.yale.edu>
2022
bdbd9606
SM
2023 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
2024 rather than `prepend' and add an interesting comment.
2025 (tex-math-face, tex-font-lock-syntactic-face-function):
2026 New face and function to use it.
2027 (tex-define-common-keys, tex-mode-map): Use menu-item rather
2028 than `menu-enable' symbol property.
2029 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
2030 (tex-mode): Add some latex-mode commands for auto-selection.
2031 Use tex-font-lock-syntactic-face-function.
2032 (tex-insert-quote): Simplify.
2033 (tex-shell): New mode.
2034 (tex-start-shell): Use it.
2035 (tex-shell-proc, tex-shell-buf): New functions.
2036 (tex-send-command): Use it.
2037 (tex-main-file): Fix the meaning of the new arg REALFILE.
2038 (tex-send-tex-command): New function split from `tex-start-tex'.
2039 Set compilation-last-buffer and compilation-parsing-end.
2040
d3fcda22
SM
2041 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
2042 when it follows non-comment text on the line.
2043
2044 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2045 Set font-lock-defaults.
2046 (lisp-mode-shared-map): Init inside the defvar.
2047 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
2048 Use define-derived-mode.
2049
bdab1d43
MB
20502000-11-14 Miles Bader <miles@lsi.nec.co.jp>
2051
2052 * faces.el (header-line): Use `:box nil' for color/gs displays too.
2053
936ae731
GM
20542000-11-14 Gerd Moellmann <gerd@gnu.org>
2055
2056 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
2057 recursively optimize body because that can lead to infinite
2058 recursion; see comment there.
2059
1695ca2b
EZ
20602000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
2061
2062 * faces.el (face-spec-set-match-display): Revert the change from
2063 2000-10-24. Add a FIXME for after v21.1.
2064
9d348294
MB
20652000-11-13 Miles Bader <miles@gnu.org>
2066
2067 * textmodes/fill.el (skip-line-prefix): New function.
2068 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
2069 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
2070 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
2071 point inside the fill-prefix.
9d348294 2072
b85fa13c
MB
20732000-11-13 Miles Bader <miles@lsi.nec.co.jp>
2074
2075 * calendar/calendar.el (generate-calendar-window): Use
2076 `fit-window-to-buffer'.
2077
a0b47716
SM
20782000-11-12 Stefan Monnier <monnier@cs.yale.edu>
2079
2080 * gud.el (gud-minor-mode): New var.
2081 (gud-symbol, gud-val): New functions.
2082 (gud-find-file): Copy gud-minor-mode to the new buffer.
2083 (gud-menu-map): Include entries for commands that are not always
2084 available, using :enable to (de)activate them.
2085 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
2086 (gud-mode-map): New map.
eaae8106 2087 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
2088 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
2089 Don't set up gud's menu (it's done by the minor-mode).
2090 (gud-minibuffer-local-map): New.
2091 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
2092 (gud-query-cmdline): New function.
2093 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
2094 (gud-mode): Use define-derived-mode.
2095 Don't set up gud's menu (it's done by the minor-mode).
2096 (gud-chop-words): Remove.
2097 (gud-common-init): Use split-string instead.
2098 (gud-new-keymap, gud-make-debug-menu): Eradicate.
2099
2100 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
2101 Add keyword arg :name.
2102
2103 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
2104 (diff-count-matches, diff-split-hunk): New functions.
2105 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
2106
2107 * pcvs-info.el (cvs-fi-conflict-face): New var.
2108
2109 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
2110 Make it into a simple syntax-table, shared among all submodes.
2111 (sh-heredoc-face): Re-introduce.
2112 (sh-font-lock-syntactic-face-function): New function.
2113 (sh-mode): Use it. Also use define-derived-mode.
2114 Remove old bogus setting of indent-region-function.
2115 (sh-set-shell): Don't set the syntax-table any more.
2116 (sh-mode-syntax-table) <defun>: Remove.
2117
f5ed37df
MB
21182000-11-12 Miles Bader <miles@gnu.org>
2119
2120 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
2121 message if interactive.
2122
0b074c2f
DL
21232000-11-12 Dave Love <fx@gnu.org>
2124
2125 * mail/feedmail.el: Fix header,
2126 (feedmail) <defgroup>: Add :link.
2127
2128 * view.el: Use local-map property, not keymap on mode-line string.
2129
2130 * scroll-all.el (scroll-all-mode): Customize variable. Add
2131 autoload cookie to function.
2132
2133 * lazy-lock.el: Remove compatibility code.
2134
2135 * finder.el (finder-known-keywords): Add `files', remove `vms'.
2136 (finder-help-echo): New variable.
2137 (finder-mouse-face-on-line): Add help-echo stuff.
2138 (finder-list-keywords, finder-list-matches): Use mapc.
2139
2140 * faces.el (face-font-registry-alternatives): Add :version.
2141
2142 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
2143 tags-table-list.
2144
a0b47716 2145 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 2146
a0b47716 2147 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
2148 (mail-mode): Use [:alnum:] in some regexps.
2149
6d502396
DL
21502000-11-10 Dave Love <fx@gnu.org>
2151
2152 * ediff.el (ediff-regions-internal, ediff-documentation):
2153 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
2154 fundamental mode.
2155
2156 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
2157 buffer into fundamental mode.
2158 (ediff-set-difference): Use copy-sequence if available.
2159
2160 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
2161 ediff-patch-map non-nil.
2162 (ediff-fixup-patch-map, ediff-fixup-patch-map)
2163 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
2164 buffer into fundamental mode.
2165
2166 * ediff-merg.el (state-or-merge): Defvar when compiling.
2167
a82fe213
JR
21682000-11-10 Jason Rumney <jasonr@gnu.org>
2169
2170 * w32-fns.el (w32-add-charset-info): New function.
2171 (w32-charset-info-alist): Use it.
2172
52d89894
GM
21732000-11-10 Gerd Moellmann <gerd@gnu.org>
2174
2175 * faces.el (face-font-registry-alternatives): New user-option.
2176
178932de
SM
21772000-11-10 Stefan Monnier <monnier@cs.yale.edu>
2178
d7fa3319
SM
2179 * textmodes/texinfo.el (texinfo-block-default): New var.
2180 (texinfo-insert-block): Use it. Insert a newline if needed.
2181
178932de
SM
2182 * textmodes/fill.el (fill-indent-according-to-mode): New var.
2183 (fill-region-as-paragraph): Use it.
2184
2185 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
2186 (latex-mode): Tweak tex-*-(head|trail)er regexps.
2187 Tweak paragraph regexps to allow a leading [ \t]*.
2188 (tex-latex-block): Insert a newline if necessary.
2189 (latex-insert-item): Only insert a newline if necessary.
2190 (tex-guess-main-file): New function.
2191 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
2192 Set tex-main-file if TeX-master is provided.
2193 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
2194
bd02b8e0
GM
21952000-11-10 Gerd Moellmann <gerd@gnu.org>
2196
2197 * startup.el (command-line): Set the default tooltip-mode
2198 to t for graphical displays which implement x-show-tip.
2199
2200 * tooltip.el (tooltip-mode): Add a comment about startup.el
2201 setting the default value of this user-option.
2202
b29b03eb
SM
22032000-11-09 Stefan Monnier <monnier@cs.yale.edu>
2204
2205 * font-lock.el (font-lock-*-face) <defvar>: Move.
2206 (font-lock-defaults-alist): Mark obsolete.
2207 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
2208 (font-lock-mode): Use define-minor-mode.
2209 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
2210 (font-lock-turn-off-thing-lock): Be more explicit.
2211 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
2212 (font-lock-syntactic-face-function): New var.
2213 (font-lock-fontify-syntactically-region): Use it.
2214 (font-lock-doc-face): New.
2215
2216 * pcvs.el (cvs-enabledp): Ignore errors.
2217 (cvs-commit-filelist): Never query.
2218 (cvs-mode-insert): Always add a terminating / in the initial prompt.
2219 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
2220 (cvs-do-removal): Use cvs-partition rather than delete-if.
2221 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
2222 cvs-bury-buffer.
2223
2224 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2225 Allow `next' to jump to after the end of the last match.
2226
778fbc46
GM
22272000-11-09 Gerd Moellmann <gerd@gnu.org>
2228
730c746c
GM
2229 * simple.el (byte-compiling-files-p): New function.
2230
2231 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
2232 if it is there.
2233
2234 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
2235 nil again.
2236
778fbc46
GM
2237 * textmodes/ispell.el (ispell-library-path): Don't call
2238 check-ispell-version when byte-compiling because that starts
2239 an ispell process, and ispell might not be installed.
2240 (toplevel): Don't set up a menu when byte-compiling.
2241
2242 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
2243 it, so that a boundp test can be used to determine if we're
2244 currently byte-compiling.
2245
5912c5bb
DL
22462000-11-09 Dave Love <fx@gnu.org>
2247
2248 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
2249 eval-after-load.
2250
7bb054a5
GM
22512000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2252
2253 * ps-print.el: Patch for variable initialization when spooling. Doc
2254 fix.
2255 (ps-output-list): Fun eliminated.
2256 (ps-begin-file, ps-begin-job): Code fix.
2257
9db2706e
DL
22582000-11-08 Dave Love <fx@gnu.org>
2259
2260 * ediff-wind.el (ediff-control-frame-parameters): Zero
2261 tool-bar-lines.
2262
f7eb32aa
GM
22632000-11-08 Gerd Moellmann <gerd@gnu.org>
2264
2265 * simple.el (shell-command, display-message-or-buffer)
2266 (shell-command-on-region): Mention resize-mini-windows in the doc
2267 string.
2268 (display-message-or-buffer): Take the value of resize-mini-windows
2269 into account.
2270
7b01b08c
GM
22712000-11-07 Gerd Moellmann <gerd@gnu.org>
2272
acad3c0b
GM
2273 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
2274
7b01b08c
GM
2275 * dired.el (dired-between-files): Add `^. find' as an alternative
2276 to the regular expression, for find-dired.
2277
6f602bd0
SM
22782000-11-06 Stefan Monnier <monnier@cs.yale.edu>
2279
2280 * textmodes/texnfo-upd.el: Require texinfo.
2281 (defmacro, defgroup): Remove.
2282 (texinfo-section-to-generic-alist): Remove.
2283 Use texinfo-section-list instead (i.e. level is changed string->int).
2284 (texinfo-filter): New function.
2285 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
2286 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
2287 Use it. And use regexp-opt.
2288 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
2289 (texinfo-update-menu-region-beginning)
2290 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
2291 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
2292 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 2293 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
2294 (texinfo-sequential-node-update): Remove autoload cookie.
2295
2296 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
2297 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
2298 (texinfo-chapter-level-regexp): Remove.
2299 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
2300
bb216218
DL
23012000-11-06 Dave Love <fx@gnu.org>
2302
6f602bd0 2303 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 2304
6f602bd0
SM
2305 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
2306 Match defun*.
bb216218 2307
ff8dd5d5
KH
23082000-11-06 Kenichi Handa <handa@etl.go.jp>
2309
2310 * composite.el (composition-function-table): Variable declaration
2311 moved to src/composite.c.
2312 (compose-chars-after): New optional arg object.
2313
e9da51a1
GM
23142000-11-06 Gerd Moellmann <gerd@gnu.org>
2315
e0c12c68
GM
2316 * bindings.el (mode-line-toggle-read-only)
2317 (mode-line-toggle-modified, mode-line-widen)
2318 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
2319 (make-mode-line-mouse2-map): Rewritten.
2320 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
2321 functions so that C-h k can show something with a doc string.
eaae8106 2322
e9da51a1
GM
2323 * startup.el (fancy-splash-delay): Set to 10 seconds.
2324 (fancy-splash-max-time): New user-option.
2325 (fancy-splash-stop-time): New variable.
2326 (fancy-splash-screens): Set it. Catch `stop-splashing'.
2327 (fancy-splash-screens-1): Throw `stop-splashing' when current
2328 time is greater than fancy-splash-stop-time.
2329
611dbdf0
SM
23302000-11-06 Stefan Monnier <monnier@cs.yale.edu>
2331
4d2806e2
SM
2332 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
2333
611dbdf0
SM
2334 * pcvs.el (cvs-mode-marked): New arg `noquery'.
2335 Prompt user for a file rather than raising an error.
2336 (cvs-enabledp): Fix call to cvs-mode-marked.
2337 (cvs-insert-file): New function (extracted from cvs-mode-insert).
2338 (cvs-mode-insert): Use it. Change the init prompt' value.
2339 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
2340
2341 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
2342 Don't pass default arg to ewoc-locate.
2343 (ewoc-collect): Return result in the right order.
2344
2345 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
2346
2347 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
2348 (cvs-status-get-tags): Fix regexp.
2349 (cvs-status-trees, cvs-status-cvstrees):
2350 Combine after change hooks and don't sit-for.
4d2806e2
SM
2351 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
2352 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
2353 Use make-char rather than hard-coded cryptic data.
2354 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
2355
2356 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
2357
2358 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
2359 (cvs-insert-strings): New function.
2360
937b2877
MB
23612000-11-06 Miles Bader <miles@lsi.nec.co.jp>
2362
2363 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
2364 `mwheel-scroll-amount'.
2365 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
2366 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
2367 string-matching against the version string.
2368
c6c97763
KH
23692000-11-06 Kenichi Handa <handa@etl.go.jp>
2370
6eaec747
KH
2371 * language/thai.el ("Thai"): Set a lisp form that produces
2372 composed string in `sample-text' language info.
2373
2374 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
2375 composed string in `sample-text' language info.
2376
2377 * international/mule-cmds.el (describe-language-environment): Eval
2378 `sample-text' data and insert the result.
2379
c6c97763
KH
2380 * international/mule-conf.el (compound-text): Define this coding
2381 system here. Make x-ctext and ctext aliases of it.
2382
2383 * language/european.el (compound-text, ctext): Moved to
2384 international/mule-conf.el.
2385
d1145f85
AI
23862000-11-05 Andrew Innes <andrewi@gnu.org>
2387
2388 * w32-fns.el (w32-version): New function.
2389
178a6a45
SM
23902000-11-05 Stefan Monnier <monnier@cs.yale.edu>
2391
2392 * progmodes/awk-mode.el: Update copyright.
2393 (awk-mode-abbrev-table): Remove.
2394 (awk-font-lock-keywords): Use regexp-opt.
2395 (awk-mode): Use define-derived-mode.
2396
2397 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
2398 when extracting a suffix.
2399
1ba90166
AS
24002000-11-04 Andre Spiegel <spiegel@gnu.org>
2401
2402 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
2403 auto-save-mode.
2404
546790cb
JR
24052000-11-04 Jason Rumney <jasonr@gnu.org>
2406
2407 * language/european.el (decode-mac-roman): Test against r1 not r0.
2408
d247e32d
SM
24092000-11-03 Stefan Monnier <monnier@cs.yale.edu>
2410
fbf44f44
SM
2411 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
2412 (icon-mode): Define indent-line-function.
2413 (icon-comment-indent): Simplify.
2414 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
2415
2416 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
2417
2418 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
2419 Bind change-log-default-mode to defeat the caching done on it.
2420 Don't bother saving excursion any more.
2421
2422 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
2423
2424 * frame.el (after-setting-font-hook): Rename hooks -> hook.
2425 (set-frame-font): Use the new name (and the old for compatibility).
2426
eaae8106
SS
2427 * toolbar/tool-bar.el (tool-bar-mode):
2428 * time.el (display-time-mode):
2429 * recentf.el (recentf-mode):
2430 * paren.el (show-paren-mode):
2431 * mwheel.el (mouse-wheel-mode):
2432 * msb.el (msb-mode):
2433 * jka-compr.el (auto-compression-mode):
2434 * image-file.el (auto-image-file-mode):
2435 * hl-line.el (hl-line-mode):
2436 * delsel.el (delete-selection-mode):
2437 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
2438 * complete.el (partial-completion-mode): Drop unneeded positional args.
2439
eaae8106 2440 * info.el (Info-mode):
79372165 2441 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 2442
d247e32d
SM
2443 * log-edit.el (log-edit-menu): New menu.
2444
4921558e
MB
24452000-11-03 Miles Bader <miles@gnu.org>
2446
2447 * wid-edit.el (widget-end-of-line): Reinstate, with a new
2448 definition, so that trailing spaces are handled properly.
2449 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
2450
1fc02b3c
GM
24512000-11-03 Gerd Moellmann <gerd@gnu.org>
2452
2453 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
2454 tab character.
2455 (fancy-splash-screens): Set tab-width to 20.
2456
51d001f7
DL
24572000-11-03 Dave Love <fx@gnu.org>
2458
2459 * comint.el (comint-completion-addsuffix): Fix custom type.
2460
ba22aeff
SM
24612000-11-02 Stefan Monnier <monnier@cs.yale.edu>
2462
2463 * font-lock.el (font-lock-buffers): Remove.
2464 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
2465 (font-lock-change-major-mode): Remove.
2466 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
2467 (font-lock-default-fontify-region): Extend the multiline
2468 fontification to whole lines.
2469 (font-lock-fontify-anchored-keywords)
2470 (font-lock-fontify-keywords-region): If matching just one
2471 line (with \n) only mark the \n as multiline.
2472
2473 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
2474 Correctly handle the case where several :group args are supplied.
2475 Allow :extra-args.
2476 (easy-mmode-define-global-mode): Allow :extra-args.
2477 Correctly handle the case where several :group args are supplied.
2478
9c887ada
MB
24792000-11-02 Miles Bader <miles@gnu.org>
2480
eaae8106 2481 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
2482 (holiday-face): Remove dependency on `window-system'.
2483
7f25090d
KR
24842000-11-02 Ken Raeburn <raeburn@gnu.org>
2485
2486 * Makefile.in (emacs): Set EMACSLOADPATH always.
2487 (update-authors, .el.elc, compile-files): Don't do it explicitly
2488 here.
9b911107 2489 (compile-files): Bomb out if compilation of a file fails.
7f25090d 2490
7dd6009c
DL
24912000-11-02 Dave Love <fx@gnu.org>
2492
2493 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
2494
94821e4f
EZ
24952000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
2496
2497 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
2498 punctuation in the warning inserted into the *mail* buffer.
2499
1ac3fc42
GM
25002000-11-02 Gerd Moellmann <gerd@gnu.org>
2501
57731876
GM
2502 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
2503 (authors-public-domain-p): New function.
2504 (authors-print): Use it.
2505
975f82c9
GM
2506 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
2507
1ac3fc42
GM
2508 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
2509
4b3eb10f
GM
25102000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2511
975f82c9 2512 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
2513 (ps-print-version): New version number (6.3.1).
2514 (ps-even-or-odd-pages): Customization fix.
2515 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
2516 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
2517 (ps-page-count): Var replaced by `ps-page-column'.
2518 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
2519 (ps-print-sheet-p): New fun.
2520
7da794df
MB
25212000-11-02 Miles Bader <miles@lsi.nec.co.jp>
2522
2523 * tooltip.el (tooltip-gud-tips-setup): New function.
2524 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
2525 (tooltip-mode): Call tooltip-gud-tips-setup.
2526 (tooltip-gud-tips): Use `gud-basic-call' instead of
2527 process-send-string, so the prompt gets frobbed appropriately.
2528 Handle nil return value from `tooltip-gud-print-command'.
2529
0e40b809
EL
25302000-11-01 Eric M. Ludlam <zappo@ultranet.com>
2531
2532 * comint.el (comint-add-to-input-history): New function.
2533 (comint-send-input): Use `comint-add-to-input-history'.
2534
50ada0db
MB
25352000-11-02 Miles Bader <miles@lsi.nec.co.jp>
2536
973a3104
MB
2537 * info.el (info-menu-header): New face.
2538 (Info-fontify-menu-headers): New function.
2539 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
2540
50ada0db
MB
2541 * info.el (Info-insert-dir): Don't include blank lines at
2542 beginning of additional dir files (one is added automatically).
2543
bff53411
SM
25442000-11-01 Stefan Monnier <monnier@cs.yale.edu>
2545
2546 * emacs-lisp/easy-mmode.el (define-minor-mode):
2547 Revert the latest changes.
2548 Allow the three positional arguments to be skipped and replaced
2549 by keyword arguments.
2550 Add a :toggle argument to determine whether a nil arg means toggle
2551 or means turn-on. The default is unchanged.
2552 Add a call to force-mode-line-update.
2553
6b8a0b2d
DL
25542000-11-01 Dave Love <fx@gnu.org>
2555
2556 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
2557 cookie.
2558
5bf99100
MB
25592000-11-01 Miles Bader <miles@lsi.nec.co.jp>
2560
2561 * calendar/calendar.el (diary-face, holiday-face): Add
2562 dark-background variants.
2563
a4032611
SS
25642000-10-31 Sam Steingold <sds@gnu.org>
2565
2566 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
2567 `tex-main-file' does not have directory in it.
2568
c286608e
SM
25692000-10-31 Stefan Monnier <monnier@cs.yale.edu>
2570
2571 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
2572
4836835a
TTN
25732000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
2574
2575 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
2576 functional change.
2577
26dcb81b
GM
25782000-10-31 Gerd Moellmann <gerd@gnu.org>
2579
2580 * files.el (find-file-noselect): When we expand a wildcard, return
2581 a list of buffers, as we should do according to the doc string.
2582
49fc4500
KR
25832000-10-31 Ken Raeburn <raeburn@gnu.org>
2584
2585 * loadup.el (top level): Adjust load path if program name is
2586 "../src/bootstrap-emacs", in case it's not dumped and thus the
2587 load path adjustment hasn't already been done.
2588
ea0c615d
GM
25892000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2590
2591 * ps-print.el: Fix bug on selected pages for printing. Use
2592 `color-values' for Emacs 21. Ensure fontification when jit-lock
2593 is on. Try to avoid warning messages when compiling. Doc Fix.
2594 (ps-print-version): New version number (6.3).
2595 (ps-color-device): Use `color-values' to determine if device
2596 supports color.
2597 (ps-color-values): Try to use `x-color-values' when using XEmacs.
2598 (ps-print-page-p): Changed from defsubst to defun.
2599 (ps-page-number): Changed from defmacro to defun.
2600 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
2601 printing.
c286608e 2602 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
2603 (ps-end-file, ps-dummy-page): Funs eliminated.
2604 (ps-print-color-scale): Changed default value.
2605 (ps-page-n-up, ps-print-page-p): New internal vars.
2606 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
2607 (ps-plot-region, ps-generate, ps-end-job): Code fix.
2608
9e20722f
GM
2609 * delim-col.el: Little programming improvement.
2610 (delimit-columns-str): New macro.
2611 (delimit-columns-region, delimit-columns-rectangle): Code fix.
2612
d7a0fd00
KH
26132000-10-31 Kenichi Handa <handa@etl.go.jp>
2614
c286608e
SM
2615 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
2616 Moved to european.el.
d7a0fd00
KH
2617 (ccl-encode-mac-roman-font, fontset-mac): Modified for
2618 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
2619 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
2620 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 2621
234be340
DL
26222000-10-30 Dave Love <fx@gnu.org>
2623
2624 * progmodes/cc-menus.el (imenu-generic-expression)
2625 (imenu-progress-message): Only defvar when compiling.
2626
4edc4a39
DL
2627 * emacs-lisp/elp.el (elp-unload-hook): New function.
2628
2629 * loadhist.el (unload-feature): Call elp-restore-function,
2630 checking for symbols; don't use elp-restore-all.
2631 (loadhist-hook-functions): Doc fix.
2632
70c825df
SM
26332000-10-30 Stefan Monnier <monnier@cs.yale.edu>
2634
2635 * log-edit.el (log-edit-confirm): Fix the default.
2636
1d3baf74
GM
26372000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2638
2639 * delim-col.el: Little fix: replace delimit-columns-align-columns by
2640 delimit-columns-format.
2641 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 2642
1ec321a7
MB
26432000-10-30 Miles Bader <miles@lsi.nec.co.jp>
2644
2645 * comint.el (comint-replace-by-expanded-history): Don't use
2646 comint-get-old-input (we're not looking at *old* input).
2647 (comint-get-old-input-default): If using fields, signal an error
2648 when the point is not in an input field.
2649
70737ea9
KH
26502000-10-30 Kenichi Handa <handa@etl.go.jp>
2651
2652 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
2653 and mule-unicode-e000-ffff.
2654
fa0cb51d 2655 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
2656 (make-coding-system): Accept a symbol of translation table as a
2657 value of property `safe-chars'.
2658
2659 * international/mule-cmds.el (encode-coding-char): Check property
2660 safe-chars instead of safe-charsets.
2661
2662 * international/fontset.el (fontset-default): Modified for
2663 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
2664 (x-font-name-charset-alist): Likewise.
2665 (ccl-encode-unicode-font): New CCL program. Record it in
2666 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
2667
70c825df
SM
2668 * language/european.el (mac-roman-decoder, mac-roman-encoder):
2669 New translation tables.
70737ea9
KH
2670 (decode-mac-roman, encode-mac-roman): Definition of these CCL
2671 programs are modified and moved from mac-win.el.
2672 (mac-roman): Definition of this coding system is modified and
2673 moved from mac-win.el.
4836835a 2674
fda2ce24 26752000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 2676
1d3baf74 2677 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 2678 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 2679
dd4d3cb6
MB
26802000-10-29 Miles Bader <miles@gnu.org>
2681
2682 * custom.el (custom-add-to-group): Allow multiple entries for a
2683 given value OPTION, as long as their widget types are different.
2684 * cus-edit.el (custom-face-value-create): If face name doesn't end
2685 with "face", add such here (similar to custom group widgets).
2686
2687 * comint.el (comint-highlight-prompt): Add :type.
2688
dace60cf
JW
26892000-10-28 John Wiegley <johnw@gnu.org>
2690
2691 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
2692 Changed this function to operate on a temporary buffer instead of
2693 the main buffer. This not only keeps flyspell from marking a
2694 buffer as changed that wasn't, but it solves the jumpy cursor
2695 problem when attempts are made to edit incorrect words.
2696 (flyspell-maybe-correct-doubling): Same change as for
2697 `flyspell-maybe-correct-transposition'.
2698
2699 * calendar/timeclock.el (timeclock-log): Doc fix.
2700 (timeclock-last-event): Doc fix.
2701 (timeclock-log): Kill the timelog buffer after appending a new
2702 event.
2703 (timeclock-find-discrep): Use a temp buffer to read in the
2704 timelog, instead of visiting the file.
2705 (timeclock-log-data): A new function, along with a host of helper
2706 functions, for the purpose of making timelog data accessible to
2707 programmers.
2708
2709 * eshell/esh-mode.el (window-height test): Make certain that
2710 `eshell-stringify-t' is non-nil.
2711 (eshell-password-prompt-regexp): Changed to a much simpler
2712 password regexp.
2713 (eshell-send-input): If `eshell-invoke-directly' returns t,
2714 directly invoke the parsed command using `eval'. This improves
2715 turn-around time on simple commands by a factor of three or
2716 greater, such as cd, ls, pwd, etc. -- which get used very often.
2717 It also conserves thousands of cons cells per call (since
2718 `eshell-do-eval' consumes memory like a Cookie Monster set loose
2719 in the Pacific Cookie Company).
2720
2721 * eshell/esh-test.el (eshell-test): Whitespace fix.
2722
2723 * eshell/em-ls.el (eshell-ls-insert-directory): Make
2724 `eshell-ls-initial-args' nil when inserting directory contents.
2725
2726 * eshell/em-script.el (eshell-script-initialize): Add names to
2727 `eshell-complex-commands, since `source' and `.' are complex.
2728
0467b076
EZ
2729 * eshell/esh-cmd.el (eshell-rewrite-for-command)
2730 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
2731 `eshell-copy-handles'.
2732 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
2733 bodies.
2734 (eshell-separate-commands): Whitespace fix.
2735 (eshell-complex-commands): Added a new list of names, for
2736 determining whether a given command is as simple as it looks.
2737 (eshell-invoke-directly): New function. Returns t if a command
2738 should be invoked directly (using `eval'), rather than indirectly
2739 using `eshell-do-eval'.
2740 (eshell-do-eval): Whitespace fix.
2741
2742 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
2743 which provides an emulation of the DOS shell behavior of assuming
2744 that cp/mv/ln should copy/move/link to the current directory.
2745 (eshell-remove-entries): Added a doc string.
2746 (eshell-shuffle-files): Removed the check for `target' being null.
2747 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
2748 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
2749 it to do a smarter check of whether a destination was provided.
2750 (eshell/mv, eshell/cp): Enable `:preserve-args'.
2751 (eshell/ln): Enable `:preserve-args', and use
2752 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
2753 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
2754 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
2755 list after flattening it. This makes it possible to cat files
2756 with numerical names.
2757 (eshell-unix-initialize): Added several names to
2758 `eshell-complex-commands.
2759 (eshell-unix-command-complex-p): Return t if a given command name
2760 may result in external processes being invoked.
2761
2762 * eshell/em-glob.el (eshell-glob-show-progress): Make this
2763 variable nil by default, since it slows down glob processing by a
2764 factor of two or more, and increases memory consumption.
2765
2766 * eshell/em-smart.el: Added a note about how memory consumptive
2767 smart display mode can be (at least this is true in Emacs 21).
2768 (eshell-smart-initialize): Whitespace fix.
2769 (eshell-refresh-windows): Use `if' instead of `when'.
2770 (eshell-smart-scroll-window): Calling `save-current-buffer' was
2771 not necessary.
2772 (eshell-currently-handling-window): Added a missing global
2773 variable.
2774
2775 * eshell/em-ls.el (eshell-do-ls): Code simplification.
2776 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
2777 Whitespace fix.
2778 (eshell-ls-exclude-hidden): Added this variable in addition to
2779 `eshell-ls-exclude-regexp'. This one prevents files beginning
2780 with . from even being read, which can improve memory consumption
2781 quite a bit.
2782 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
2783 read file entries beginning with a dot. In home directories with
2784 lots of hidden files, fully two-thirds of the time spent in ls is
2785 used to read directory entries that are immediately thrown away.
2786 (eshell-ls-initial-args): Added back this configuration variable,
2787 for specifying default initial arguments to every call to ls.
2788 Much faster than using an alias to do the same thing.
2789 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
2790 (eshell-ls-dir): Whitespace change.
2791
2792 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
2793
2794 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
2795 available.
2796 (eshell-stringify-t): Added a customization variable, to indicate
2797 whether `t' should be rendered as a string at all. If not, one
2798 can still determine if the result of an expression is true using
2799 "file-exists-p FILE && echo true".
2800 (eshell-stringify): If `eshell-stringify-t' is nil, don't
2801 stringify t!
2802
2803 * eshell/esh-module.el: Whitespace fix.
2804
2805 * eshell/em-alias.el (eshell-alias-initialize): Added
2806 `eshell-command-aliased-p' to `eshell-complex-commands'.
2807 (eshell-command-aliased-p): New function that returns t if a
2808 command name names an aliased.
2809
657f9cb8 28102000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 2811
0467b076 2812 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 2813 redrawing the screen when changing cursor color.
0467b076
EZ
2814 (viper-insert-state-pre-command-sentinel)
2815 (viper-replace-state-pre-command-sentinel)
70c825df
SM
2816 (viper-replace-state-post-command-sentinel):
2817 Use viper-preserve-cursor-color.
657f9cb8
MK
2818 Many functions changed to use viper= instead of = when comparing
2819 characters.
0467b076 2820 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 2821 working with characters.
0467b076 2822 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
2823 Many functions changed to use viper= instead of = when comparing
2824 characters.
0467b076 2825 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 2826
0467b076 2827 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 2828 Several typos fixed in various docstrings.
0467b076
EZ
2829 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
2830 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
657f9cb8 2831 hook.
0467b076
EZ
2832 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
2833 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
2834 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
2835 (ediff-get-selected-buffers): New function.
2836 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
2837 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
657f9cb8 2838 save-window-excursion.
0467b076 2839 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 2840 termination check in while loop.
0467b076 2841 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 2842 dired buffer.
0467b076
EZ
2843 (ediff-files,ediff-merge-files,ediff-files3)
2844 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 2845
4f490d99
DL
28462000-10-28 Dave Love <fx@gnu.org>
2847
2848 * info.el (Info-fontify-node): Add help-echo for menu items.
2849
45b84006
EZ
28502000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
2851
5ebc02b3
EZ
2852 * startup.el (normal-top-level): If the value of $TERM indicates
2853 we are running from xterm or one of its work-alikes, default to a
2854 light background mode.
2855
45b84006
EZ
2856 Support for -fg, -bg, and -rv command-line arguments for TTYs:
2857 * faces.el (tty-handle-reverse-video): New function.
2858 (tty-create-frame-with-faces): Call it.
2859
2860 * frame.el (frame-notice-user-settings): Don't apply
2861 default-frame-alist and initial-frame-alist to MS-DOS frames.
2862 Call tty-handle-reverse-video, frame-set-background-mode, and
2863 face-set-after-frame-default for non-MS-DOS frames.
2864
2865 * startup.el (tty-long-option-alist): New variable.
2866 (tty-handle-args): New function.
2867 (command-line): Call tty-handle-args.
2868
2869 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
2870 startup.el now does that for all character-terminal frames.
2871
eab6e8b9
MB
28722000-10-28 Miles Bader <miles@gnu.org>
2873
2874 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
2875 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
2876 global. If :global is followed by a non-nil but non-t value,
2877 make the mode buffer-local, but also generate a `global-MODE'
2878 version using `easy-mmode-define-global-mode'. Add
2879 :conditional-turn-on keyword argument.
2880
51a29efc
DL
28812000-10-28 Dave Love <fx@gnu.org>
2882
2883 * international/latin1-disp.el (latin1-char-displayable-p): Don't
2884 use window-system.
2885
d71d7114
EZ
28862000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
2887
2888 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
2889 Don't call find-buffer-file-type-coding-system. Instead, just
2890 set eol-type to -unix if inhibit-eol-conversion is in effect, or
2891 if the file is on an untranslated filesystem.
2892 (add-untranslated-filesystem): Use "D" instead of "f" inside
2893 interactive.
2894
1f9cab4b
DL
28952000-10-27 Dave Love <fx@gnu.org>
2896
70c825df 2897 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
2898 (refill-mode): Use it.
2899
70c825df
SM
29002000-10-27 Stefan Monnier <monnier@cs.yale.edu>
2901
2902 * international/quail.el (quail-activate): Don't make-local-hook.
2903
7432cf10
AS
29042000-10-27 Andre Spiegel <spiegel@gnu.org>
2905
4836835a 2906 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 2907 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
2908 (vc-make-version-backup): Don't do it on MS-DOS without long file
2909 names.
4836835a 2910
7432cf10
AS
2911 * vc.el (vc-version-other-window): If an automatic backup of the
2912 desired version exists, rename it instead of copying it.
2913
4836835a
TTN
2914 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
2915 after command. If there's an unexpected error, signal it instead
7432cf10 2916 of being silent.
e1483c38 2917 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 2918
05ea7ef2
MB
29192000-10-27 Miles Bader <miles@lsi.nec.co.jp>
2920
fd1035aa
MB
2921 * shell.el (shell): Add BUFFER argument.
2922 * comint.el (make-comint-in-buffer): New function.
2923 (make-comint): Use it.
2924
05ea7ef2
MB
2925 * faces.el (face-spec-choose): Change syntax so that the list of
2926 attribute-value pairs is now the cdr of each clause, not the cadr.
2927 Detect old-style entries, and handle them. Use pop.
2928
835a55fe
SM
29292000-10-26 Stefan Monnier <monnier@cs.yale.edu>
2930
f5ab1cdd
SM
2931 * cus-edit.el (custom-mode-map): Use a sparse map.
2932 (custom-mode): Don't bother with make-local-hook.
2933
2934 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
2935
835a55fe
SM
2936 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
2937
c13b0ec8
GM
29382000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2939
2940 * ps-print.el: Avoid compilation gripes.
2941 (ps-print-version): New version number (6.2.1).
4836835a 2942
e9f63196
DL
29432000-10-26 Dave Love <fx@gnu.org>
2944
0b95284b
DL
2945 * menu-bar.el: Modify some menu item help strings.
2946 (menu-bar-help-menu): Add link to MORE.STUFF.
2947
e9f63196
DL
2948 * cus-edit.el (custom-mode): Add `special' mode-class property.
2949
2950 * wid-browse.el (widget-browse-mode): Likewise.
2951
2952 * wid-edit.el (widget-specify-field): Revert to using local-map
2953 property, not keymap.
2954
e276a14a
MB
29552000-10-26 Miles Bader <miles@lsi.nec.co.jp>
2956
c1545d88
MB
2957 * wid-edit.el (widget-field-end): When checking for a `boundary'
2958 field, do so in the correct buffer.
2959
3c1b77ca
MB
2960 * simple.el (undo): Correctly distinguish between numeric and
2961 non-numeric prefix args in non-transient-mark-mode, as per the doc
2962 string. When in transient-mark-mode, treat all prefix-args as
2963 numeric.
2964
f5ab1cdd
SM
2965 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
2966 Position point on match. Handle N == 0 correctly.
22626d9d
MB
2967
2968 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
2969 (comint-mode-map): Reverse order of `comint-write-output' and
2970 `comint-append-output-to-file'.
2971 (comint-append-output-to-file): Reinstate this function, for the
2972 benefit of the menu.
2973
d97151cb
SM
29742000-10-25 Stefan Monnier <monnier@cs.yale.edu>
2975
2976 * vc.el (vc-version-other-window): Bind `file'.
2977
ea7d6f5b
GM
29782000-10-25 Gerd Moellmann <gerd@gnu.org>
2979
f5ab1cdd 2980 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
2981
2982 * emacs-lisp/authors.el (batch-update-authors): New function.
2983 (authors-fixed-entries): New defconst.
2984 (authors-add-fixed-entries): New function.
2985 (authors): Call it.: Don't process lispref/.
2986
17c25cea
JR
29872000-10-25 Jason Rumney <jasonr@gnu.org>
2988
2989 * cus-edit.el (custom-button-face, custom-button-pressed-face):
2990 Merge x w32 and mac definitions.
2991
4ecda532
GM
29922000-10-25 Gerd Moellmann <gerd@gnu.org>
2993
2994 * menu-bar.el (menu-bar-options-menu): Add a help string for
2995 `uniquify'.
2996
b6735035
GM
29972000-10-25 Stephen Gildea <gildea@alum.mit.edu>
2998
f5ab1cdd
SM
2999 * time-stamp.el (time-stamp-string-preprocess):
3000 Fix a wrong type argument error.
b6735035 3001
f4cbc7a0
MB
30022000-10-25 Miles Bader <miles@gnu.org>
3003
3004 * recentf.el (recentf-mode): Variable removed.
3005 (recentf-mode): Use `define-minor-mode'.
3006
3007 * mwheel.el (mouse-wheel-mode): New global minor mode.
3008 (mwheel-install): Use `mouse-wheel-mode'.
3009
f4b020f6
DL
30102000-10-25 Dave Love <fx@gnu.org>
3011
f5ab1cdd
SM
3012 * progmodes/cperl-mode.el (cperl-mode):
3013 Set normal-auto-fill-function correctly.
072cb6f9 3014
f4b020f6
DL
3015 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
3016 inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 3017 bindings.
f4b020f6 3018
ebe2a441
MB
30192000-10-25 Miles Bader <miles@lsi.nec.co.jp>
3020
ff4dcd4b
MB
3021 * wid-edit.el (widget-field-at): New function.
3022 (widget-at, widget-field-activate): Use it.
3023 (widget-tabable-at): Use `widget-at'.
3024 (widget-specify-field): If the terminating character of the widget
3025 field (which is read-only) is a newline, put it into a special
3026 `boundary' field so that C-n/C-p act more naturally.
3027 (widget-field-end): Also don't subtract one if a special
3028 `boundary' field has been added after the widget field.
3029
ebe2a441
MB
3030 * comint.el (comint-output-filter, comint-send-input): Don't
3031 bother adding stickiness fields to overlays to fool the field
3032 code, since it should notice the overlay insertion-types now.
ff4dcd4b 3033
ebe2a441
MB
3034 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
3035 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
3036 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
3037
fe50b6ab
GM
30382000-10-24 Gerd Moellmann <gerd@gnu.org>
3039
53df4dda
GM
3040 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
3041 (authors): Set file coding system to iso-2022-7bit. Add
3042 file-local variables to output buffer.
3043
4836835a 3044 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
3045 WARN is nil.
3046
53df4dda
GM
30472000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3048
3049 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
3050
3051 * delim-col.el: Now there is a column formatting mechanism.
3052 Modified to customization mechanisms convention. Doc fix.
3053 (columns): New group for delim-col.
3054 (delimit-columns-before, delimit-columns-after)
3055 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
3056 (delimit-columns-end): New vars.
3057 (delimit-columns-customize, delimit-columns-format): New funs.
3058 (delimit-columns-region, delimit-columns-rectangle)
3059 (delimit-columns-rectangle-line): Modified to support column
3060 formatting.
4836835a 3061
a9839779
DL
30622000-10-24 Dave Love <fx@gnu.org>
3063
3064 * log-edit.el (log-edit): Add :version and a :group for vc.
3065
df0267b8
GM
30662000-10-24 Gerd Moellmann <gerd@gnu.org>
3067
9acc3873
GM
3068 * files.el (after-find-file): Don't print a message ``New file''
3069 if WARN is nil.
3070
63e1b552
GM
3071 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
3072 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
3073 get duplicate tool-bar entries because we'll see the global ones
3074 on more than one path through keymaps.
3075
1946f901
GM
3076 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
3077
df0267b8
GM
3078 * progmodes/cmacexp.el: Change Francesco's email address.
3079
ae3b264b
KH
30802000-10-24 Kenichi Handa <handa@etl.go.jp>
3081
3082 * window.el (fit-window-to-buffer): Adjust point of the window
3083 buffer, not that of the current buffer.
3084
23afac01
EZ
30852000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
3086
3087 * progmodes/cmacexp.el: Update the euthor's email address.
3088
22d1a4ed
MB
30892000-10-24 Miles Bader <miles@lsi.nec.co.jp>
3090
3091 * faces.el (face-spec-set-match-display): Add `graphic' display
3092 type (the inverse of `tty'). Use `display-graphic-p' instead of
3093 the window-system variable.
3094
f408aa48
KH
30952000-10-24 Kenichi Handa <handa@etl.go.jp>
3096
3097 * international/isearch-x.el (isearch-with-input-method): Call
3098 input-method-function with the first event in
3099 unread-command-events.
3100
94fe8a31
MB
31012000-10-24 Miles Bader <miles@lsi.nec.co.jp>
3102
3103 * faces.el (face-default-spec, face-user-default-spec): Make
3104 defsubsts.
3105
8f47302e
AC
31062000-10-24 Andrew Choi <akochoi@i-cable.com>
3107
3108 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
3109 New charsets.
3110
3111 * term/mac-win.el: Remove definitions of mac-roman-lower and
3112 mac-roman-upper, require dired, and define instead of set
3113 mac-ready-for-drag-n-drop to avoid compilation error.
3114
446c097e
AI
31152000-10-23 Andrew Innes <andrewi@gnu.org>
3116
3117 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
3118 superfluous calls to subst-char-in-string; instead apply
3119 expand-file-name after convert-standard-filename to ensure
3120 expected directory separators are used.
3121
379b70e7
EZ
31222000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
3123
3124 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
3125
85c766e9
DL
31262000-10-23 Dave Love <fx@gnu.org>
3127
b7e03a67
DL
3128 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
3129 (tool-bar-add-item): Set foreground and background for XBM icons.
3130
3131 * international/latin1-disp.el (latin1-char-displayable-p): New
3132 function (from Handa).
3133 (latin1-display-check-font): Use it.
3134
0dcf8835
DL
3135 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
3136 using :key-sequence, making it much more usable. Use nconc, not
3137 append.
3138 (imenu--create-keymap-1): Avoid append.
3139
85c766e9 3140 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 3141
cb3069bb
MB
31422000-10-23 Miles Bader <miles@lsi.nec.co.jp>
3143
3144 [the following changes fix a bug where `define-minor-mode' didn't
3145 correctly generate :require clauses for defcustoms in compiled files]
3146 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
3147 (byte-compile-log-file, byte-compile-log-1): Don't set
3148 `byte-compile-current-file' to nil. Instead set
3149 `byte-compile-last-logged-file' to it. Test whether
3150 byte-compile-current-file equals byte-compile-last-logged-file
3151 instead of whether its nil.
3b6542ba 3152 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 3153
6db6243b
SM
31542000-10-23 Stefan Monnier <monnier@cs.yale.edu>
3155
3156 * textmodes/refill.el: Fix var names in doc.
3157 (refill-mode): Don't bother with make-local-hook anymore.
3158
98490598
MB
31592000-10-23 Miles Bader <miles@lsi.nec.co.jp>
3160
e01cd227
MB
3161 * faces.el (face-user-default-spec, face-default-spec): New functions.
3162 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 3163 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
3164 Use `face-user-default-spec'. Simplify code slightly.
3165
4836835a 3166 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
3167 (woman-unknown-face): Add dark-background variants.
3168 (woman-default-faces): Renamed from `woman-colour-faces'.
3169 Set using the stored defaults, rather than using hard-wired colors.
3170 (woman-monochrome-faces): Renamed from `woman-black-faces'.
3171 Just make the foreground `unspecified' rather than "black".
3172 (woman-menu): Rename menu entries accordingly.
3173
98490598
MB
3174 * faces.el (header-line): Make more reasonable on mono/grayscale
3175 displays.
3176
1a578e9b
AC
31772000-10-23 Andrew Choi <akochoi@i-cable.com>
3178
3179 * cus-edit.el (custom-button-face): Use 3D look for mac.
3180 (custom-button-pressed-face): Likewise.
3181
3182 * faces.el (set-face-attributes-from-resources): Handle mac frames
3183 in the same way as x and w32 frames.
3184 (face-valid-attribute-values): Likewise.
3185 (read-face-attribute): Likewise.
3186 (defined-colors): Likewise.
3187 (color-defined-p): Likewise.
3188 (color-values): Likewise.
3189 (display-grayscale-p): Likewise.
3190 (face-set-after-frame-default): Likewise.
3191 (mode-line): Same default face as for x and w32.
3192 (tool-bar): Likewise.
3193
3194 * frame.el: Remove call to frame-notice-user-settings at end of
3195 the file.
3196
3197 * info.el (Info-fontify-node): make underlines invisible for mac
3198 as for x, pc, and w32 frame types.
3199
3200 * term/mac-win.el: New file.
3201
aaaf7be7
DL
32022000-10-22 Dave Love <fx@gnu.org>
3203
3204 * textmodes/refill.el: New file.
3205
5392d654
AS
32062000-10-22 Andre Spiegel <spiegel@gnu.org>
3207
4836835a 3208 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 3209 MANUAL and REGEXP.
4836835a 3210 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
3211 New functions.
3212 (vc-before-save): Use the latter.
3213 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
3214 confusion.
3215
4836835a 3216 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
3217 expected by vc[-hooks].el.
3218
3219 * vc.el (vc-checkout): Added `-p' suffix in call to
3220 vc-make-version-backups-p; use vc-make-version-backup to actually
3221 make the backup.
3222 (vc-version-other-window, vc-version-backup-file): Handle both
3223 automatic and manual backups.
3224 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
3225 of all of them.
3226
1e221c16
MB
32272000-10-22 Miles Bader <miles@gnu.org>
3228
7ff4fda5
MB
3229 * comint.el (comint-highlight-input, comint-highlight-prompt):
3230 Renamed, `-face' at end removed.
3231 (comint-send-input, comint-output-filter): Use renamed faces.
3232
3511cde8
MB
3233 * window.el (fit-window-to-buffer): Change defaulting of
3234 MAX-HEIGHT slightly.
3235
1e221c16
MB
3236 * faces.el (color-values, color-defined-p): Use `member', not
3237 `memq', because it works correctly for strings.
3238 (frame-set-background-mode): Actually, "unspecified-fg" and
3239 "unspecified-bg" *are* strings. Use `member', not `memq', and
3240 `equal', not `eq', when a string value is possible.
3241
b6ef4898
EZ
32422000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
3243
3244 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
3245
34939e2c
SM
32462000-10-21 Stefan Monnier <monnier@cs.yale.edu>
3247
3248 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
3249 sh-electric-rparen, sh-electric-less and sh-electric-hash.
3250 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
3251 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
3252 (sh-font-lock-syntactic-keywords): Use them.
3253 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
3254 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
3255 (sh-mode): Don't override font-lock-unfontify-region-function.
3256 Use a copy of sh-font-lock-syntactic-keywords.
3257 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
3258 Don't call sh-scan-buffer since font-lock does it on the fly.
3259 (sh-get-indent-info): Use `face' rather than `syntax-table'
3260 text-property to detect here-documents.
3261 Replace sh-special-syntax with sh-st-punc.
3262 (sh-prev-line): Use `face' rather than `syntax-table'
3263 text-property to skip over here-documents.
3264 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
3265 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
3266 (sh-electric-less, sh-set-here-doc-region)
4836835a 3267 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
3268 (sh-scan-buffer, sh-rescan-buffer): Remove.
3269
f3d3c491
AI
32702000-10-21 Andrew Innes <andrewi@gnu.org>
3271
3272 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
3273 remote (ange-ftp) file names.
3274
b86c791c
MB
32752000-10-21 Miles Bader <miles@gnu.org>
3276
d9c30bdf
MB
3277 * window.el (fit-window-to-buffer): New function.
3278 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
3279 (window-text-height): Don't expect minibuffers to have mode-lines.
3280
d9c30bdf 3281 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
feb5013d
MB
3282 * international/quail.el (quail-update-guidance): Use
3283 `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 3284
617fee5a
MB
3285 * international/quail.el (quail-show-guidance-buf): Make sure
3286 guidance window really has enough room.
3287 (quail-update-guidance): If quail-guidance-win is already shown,
3288 make sure its height is OK.
3289
b86c791c
MB
3290 * window.el (window-text-height, set-window-text-height):
3291 New functions.
3292 (shrink-window-if-larger-than-buffer): Use `window-text-height'
3293 instead of `window-height' & `mode-line-window-height-fudge'.
3294 (mode-line-window-height-fudge): Add FACE parameter.
3295 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
3296 instead of `enlarge-window' & `mode-line-window-height-fudge'.
3297
e34850d1
MB
32982000-10-20 Miles Bader <miles@gnu.org>
3299
3300 * window.el (height-affecting-face-attributes): Use `defconst'.
3301
3302 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
3303 New function, conditionally aliased to `mode-line-window-height-fudge'.
3304 (ispell-help): Use it.
3305 (ispell-choices-win-default-height): Don't include mode-line fudge.
3306 (ispell-choices-win-default-height): New function.
3307 (ispell-show-choices, ispell-command-loop): Use function
3308 `ispell-choices-win-default-height' instead of variable.
3309
a8b883c2
MB
33102000-10-20 Miles Bader <miles@lsi.nec.co.jp>
3311
8c6e4a58
MB
3312 * window.el (mode-line-window-height-fudge): New variable.
3313 (height-affecting-face-attributes): New variable.
3314 (mode-line-window-height-fudge): New function.
3315 (shrink-window-if-larger-than-buffer): Use it.
3316 * help.el (resize-temp-buffer-window): Likewise.
3317
a8b883c2
MB
3318 * info.el (Info-fontify-node): Add support for @subsubsection
3319 titles, which use `Info-title-4-face'.
3320 (Info-title-4-face): New face.
3321 (Info-title-3-face): Inherit from Info-title-4-face instead of
3322 variable-pitch.
3323
e64c3a75
JR
33242000-10-19 Jason Rumney <jasonr@gnu.org>
3325
3326 * dired.el (dired-insert-directory): Do not let errors signalled by
3327 attempt to run dired-free-space-program prevent dired from working.
3328
c70fe852
SM
33292000-10-19 Stefan Monnier <monnier@cs.yale.edu>
3330
3331 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
3332
877cf6b4
GM
33332000-10-19 Gerd Moellmann <gerd@gnu.org>
3334
5de037e0
GM
3335 * dirtrack.el (dirtrack): Fix call to run-hooks.
3336
6deb9af9
GM
3337 * cmuscheme.el (cmuscheme-program-name): Renamed from
3338 scheme-program-name because xscheme.el contains a defcustom with
3339 the same name. As a consequence, customizing group `cmuscheme'
3340 loaded `xscheme' which redefined run-scheme.
3341 (run-scheme): Use cmuscheme-program-name.
3342
877cf6b4
GM
3343 * ps-print.el (ps-print-emacs-type): Move into the
3344 eval-and-compile.
3345
e597d8fb 3346 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 3347 anonymous address, and add a website for Befrienders International.
4836835a 3348
3e9cb08f
GM
33492000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3350
c70fe852
SM
3351 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
3352 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
3353 (ps-print-version): New version number (6.2).
3354 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
3355 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
3356 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
3357 (ps-x-extent-priority, ps-x-extent-start-position)
3358 (ps-x-face-font-instance, ps-x-find-coding-system)
3359 (ps-x-font-instance-properties, ps-x-make-color-instance)
3360 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
3361 avoid compilation gripes without defining functions.
3362 (ps-e-find-composition): Alias for function find-composition, to have a
3363 suitable function depending on Emacs version.
3364 (ps-color-device, ps-color-values, ps-face-foreground-name)
3365 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
3366 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
3367 (ps-print-ensure-fontified): Function definitions surrounded by
3368 `eval-and-compile' to avoid compilation gripes.
3369 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
3370 by symbol-value to avoid compilation gripes.
3371 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
3372 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
3373
d8abcd91
MB
33742000-10-19 Miles Bader <miles@lsi.nec.co.jp>
3375
13ab33c4
MB
3376 * startup.el (normal-top-level): Call `frame-set-background-mode'
3377 after `frame-notice-user-settings' because the latter doesn't call
3378 the former on a tty.
3379
d8abcd91
MB
3380 * faces.el (frame-set-background-mode): `unspecified' &c are
3381 symbols, not strings.
3382
e8bce0a9
EZ
33832000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
3384
c70fe852
SM
3385 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
3386 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 3387
c70fe852
SM
3388 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
3389 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 3390
773272d8
KH
33912000-10-19 Kenichi Handa <handa@etl.go.jp>
3392
c70fe852 3393 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
3394 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
3395 for ISO10646-1 fonts.
3396 (x-font-name-charset-alist): Add an entry for "iso10646-1".
3397
772139c0
EZ
33982000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
3399
3400 * faces.el (frame-set-background-mode): If a tty frame defines a
3401 background color, use that to compute the background mode, instead
3402 of always defaulting to "dark".
3403
d134a19f
MB
34042000-10-19 Miles Bader <miles@lsi.nec.co.jp>
3405
8bb84cb2
MB
3406 * comint.el (comint-write-output): New function.
3407 (comint-mode-map): Add it to the menu.
e40a778f 3408 Bind `C-c C-s' to comint-write-output.
d134a19f 3409
dada41e1
GM
34102000-10-18 Gerd Moellmann <gerd@gnu.org>
3411
3412 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
3413 Use fancy-splash-delay.
3414
9b5360aa
GM
34152000-10-18 Alex Schroeder <alex@gnu.org>
3416
3417 * progmodes/sql.el (sql-sybase-options): New option.
3418 (sql-sybase): Use it. Add sql-database to the list of parameters
3419 provided for login. The options -w 2048 -n are not used any more.
3420
9035a35a
GM
3421 * comint.el (comint-read-input-ring): Bugfix such that the first
3422 and the last entry of the input ring file are not lost.
3423
3556c6dd
GM
34242000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3425
3426 * ps-print.el: Internal variable changes to defcustom,
3427 make-local-hook changes to defvar. Doc fix.
3428 (ps-print-version): New version number (6.1).
3429 (ps-setup, ps-do-despool): Code fix.
3430 (ps-printer-name): Customization fix.
3431 (ps-printer-name-option): Now is a defcustom instead of an
3432 internal variable.
3433 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
3434 (ps-print-begin-column-hook): Now are defvar instead of
3435 make-local-hook.
4836835a 3436
4e217e50
MB
34372000-10-18 Miles Bader <miles@gnu.org>
3438
3439 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
3440 (comint-kill-output): Changed into an alias for `comint-delete-output',
3441 and made obsolete.
3442 (comint-mode-map): Rename references to comint-kill-output.
3443
34460354
EZ
34442000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
3445
3446 * diff-mode.el (diff-header-face, diff-file-header-face)
3447 (diff-changed-face): Add bold and italic attributes to tty faces.
3448 (diff-function-face): New face.
3449 (diff-font-lock-keywords): Use it.
3450
17ea3cdb
MB
34512000-10-18 Miles Bader <miles@lsi.nec.co.jp>
3452
3453 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
3454 Remove commented-out call to force-mode-line-update.
3455 (comint-kill-output): Use `forward-line 0' instead of
3456 beginning-of-line to make sure we get past the prompt.
3457
9244f2c7
SM
34582000-10-17 Stefan Monnier <monnier@cs.yale.edu>
3459
3460 * diff-mode.el (diff-header-face, diff-file-header-face):
3461 Add specific setting for dark background.
3462 (diff-context-face): Renamed from diff-comment-face.
3463 Set explicitly rather than inheriting from font-lock-comment-face.
3464
1592c1ef
EZ
34652000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
3466
3467 * startup.el (command-line): Move the code which sets the default
3468 TTY colors to before before-init-hook.
3469
f86292a9
GM
34702000-10-17 Gerd Moellmann <gerd@gnu.org>
3471
3472 * jit-lock.el (jit-lock-stealth-time): Doc fix.
3473
f7f2e883
EZ
34742000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
3475
e854cc22
EZ
3476 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
3477 extensions, for MS-DOS.
3478
f7f2e883
EZ
3479 * diff-mode.el (diff-header-face, diff-file-header-face)
3480 (diff-changed-face): Define tty-specific colors.
3481
c7b4f0f9
GM
34822000-10-17 Gerd Moellmann <gerd@gnu.org>
3483
3484 * startup.el (fancy-splash-text): Realign the text.
3485
12a72271
EZ
34862000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
3487
3488 * font-lock.el (font-lock-comment-face): Define a separate default
3489 for dark-background tty's.
3490
61dfccfd
MB
34912000-10-17 Miles Bader <miles@gnu.org>
3492
3493 * help.el (resize-temp-buffer-window): Add hack to avoid last line
3494 being obscured by whizzy mode-lines on graphics displays.
3495
333cd59e
EZ
34962000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
3497
3498 * info.el (Info-title-1-face, Info-title-2-face)
3499 (Info-title-3-face): Define colors for tty's.
dada41e1 3500 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 3501
dbf1fcc1
EZ
35022000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
3503
3504 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
3505 reverse from the frame parameters, and don't invert foreground and
3506 background colors.
3507
ac629823
MB
35082000-10-16 Miles Bader <miles@gnu.org>
3509
3510 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
3511 string "*Info*". Call propertized-buffer-identification to spruce
3512 up the result.
3513
76eebffc
GM
35142000-10-16 Gerd Moellmann <gerd@gnu.org>
3515
3a6b59d9
GM
3516 * help.el: Provide `help' for the sake of define-minor-mode
3517 which generates defcustoms with requires.
3518
6569c3d3
GM
3519 * jit-lock.el (jit-lock-after-change): If we're in text that
3520 matches a multi-line font-lock pattern, make sure the whole text
3521 will be redisplayed.
3522
c2e0a611
GM
3523 * emacs-lisp/authors.el (authors-add): Don't add an entry if
3524 author's name is unknown.
3525
76eebffc
GM
3526 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
3527 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
3528 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
3529 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
3530 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
3531 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
3532 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
3533 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
3534 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
3535 Add author information.
3536
cf1e7b12
MB
35372000-10-16 Miles Bader <miles@lsi.nec.co.jp>
3538
3539 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
3540 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
3541 full-color version (using the Gimp) to eliminate dithering artifacts.
3542
5586f3eb
SM
35432000-10-15 Stefan Monnier <monnier@cs.yale.edu>
3544
3545 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
3546
3547 * simple.el (syntax-flag-table, string-to-syntax): Remove.
3548
ad64a888
DL
35492000-10-15 Dave Love <fx@gnu.org>
3550
3551 * progmodes/sh-script.el: Require skeleton and comint when
3552 compiling.
3553
3554 * pcomplete.el (pcomplete) <defgroup>: Add :version.
3555
3556 * whitespace.el: Doc fixes.
3557 (top-level): Don't add hooks here.
3558 (whitespace-running-emacs): Deleted.
3559 (timer): Don't require.
3560 (whitespace): Add back :version conditional on xemacs test.
3561 (whitespace-spacetab-regexp, whitespace-indent-regexp)
3562 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
3563 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
3564 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
3565 Avoid specific xemacs test.
3566 (whitespace-global-mode): New option.
3567 (whitespace-global-mode): New command.
3568 (whitespace-unload-hook): New function.
3569
3570 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 3571 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
3572 (Info-fontify-node): `Goto' goes to `Go to'.
3573 (Info-fontify-node): Add help-echo to xref links.
3574
1ef49fc6
EZ
35752000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
3576
3577 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
3578
8b7707e1
SM
35792000-10-15 Stefan Monnier <monnier@cs.yale.edu>
3580
b3b7f42f
SM
3581 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
3582 Use plist-get and allow :inherit.
3583
3584 * emacs-lisp/cl-macs.el (cl-do-arglist):
3585 Use plist-get and plist-member instead of memq.
3586
3c7fafc7
SM
3587 * emacs-lisp/ewoc.el (ewoc-location): New function.
3588 (ewoc-enter-after, ewoc-enter-before): Document return value.
3589 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
3590 Don't need make-local-hook any more.
3591 (cvs-addto-collection): Return the new tin.
3592 (cvs-mode-insert): Jump to the new line.
3593
8b7707e1
SM
3594 * jit-lock.el (jit-lock-fontify-buffer): Remove.
3595
3596 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
3597
3598 * font-lock.el (font-lock-syntactically-fontified): New var.
3599 (font-lock-fontify-syntactic-keywords-region): Use it.
3600 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
3601
3602 * diff-mode.el (diff-find-file-name): Fix regexp.
3603
3604 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
3605 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
3606
3607 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
3608 (sh-mode-syntax-table): Add punctuation syntax for < and >.
3609 (sh-mode): Don't make all vars local here.
3610 (sh-kw): Reformat.
3611 (sh-set-shell): Use dolist. Don't set indent-region-function.
3612 (sh-mode-syntax-table): Use pop.
3613 (sh-remember-variable): Use push.
3614 (sh-help-string-for-variable): Use memq.
3615 (sh-safe-backward-sexp): Remove.
3616 (sh-safe-forward-sexp): Add ARG.
3617 (sh-get-indent-info, sh-prev-stmt): Use it.
3618 (sh-prev-line): Simplify by using forward-comment.
3619 (sh-this-is-a-continuation): Simplify.
3620 (sh-learn-buffer-indent): Use dolist.
3621 (sh-do-nothing): Remove.
3622 (sh-set-char-syntax, sh-set-here-doc-region):
3623 Use inhibit-modification-hooks.
3624 (sh-name-style): Use mapcar and push.
3625 (sh-load-style): Use dolist.
3626 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
3627 (sh-case, sh-while-getopts): Use propertize directly rather
3628 than sh-electric-rparen.
3629
36302000-10-14 Stefan Monnier <monnier@cs.yale.edu>
3631
3632 * textmodes/tex-mode.el: Require CL when compiling.
3633 (tex-mode-syntax-table): Init immediately.
3634 (tex-mode-map): Bind M-RET to latex-insert-item.
3635 (latex-mode): Set indent-line-function to latex-indent.
3636 (tex-common-initialization): Don't setup the syntax-table any more.
3637 (latex-insert-item): New skeleton.
3638 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 3639 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 3640 (latex-indent, latex-find-indent): New functions.
4836835a 3641 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
3642 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
3643 (tex-compilation-parse-errors): Use with-syntax-table.
3644
86b7fcbb
MB
36452000-10-15 Miles Bader <miles@gnu.org>
3646
3647 * font-lock.el (font-lock-comment-face): Change dark-background,
3648 color, non-tty, default to `chocolate1'.
3649
57a24508
JW
36502000-10-13 John Wiegley <johnw@gnu.org>
3651
3652 * eshell/esh-util.el (require): Added a missing `require' form,
3653 needed when compiling (for an ange-ftp macro definition).
3654
40ad3db4
DL
36552000-10-13 Dave Love <fx@gnu.org>
3656
3657 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
3658
db460189
GM
36592000-10-13 Gerd Moellmann <gerd@gnu.org>
3660
b41c9501
GM
3661 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
3662 fix.
3663
4836835a 3664 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
3665 transparent -colors 8).
3666
3b5e21df
GM
36672000-10-13 Stephen Gildea <gildea@alum.mit.edu>
3668
3669 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
3670 that breaks with old list format timestamps.
3671 (time-stamp-warn-inactive, time-stamp-old-format-warn)
3672 (time-stamp-count, time-stamp-conversion-warn): Improved doc
3673 strings.
3674
16908a3f
JW
36752000-10-13 John Wiegley <johnw@gnu.org>
3676
d7103dda
JW
3677 * align.el, pcomplete.el, calendar/timeclock.el,
3678 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
3679
dace60cf 3680 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
3681 faulty math, where holiday hours were being computing as seconds.
3682
b6b70cda
JW
36832000-10-13 John Wiegley <johnw@gnu.org>
3684
3685 * desktop.el (desktop-buffer-modes-to-save): Added a global for
3686 specifying what "other" kinds of buffers should be saved. This
3687 used to be hard-coded.
3688 (desktop-buffer-misc-functions): A global for specifying how
3689 auxiliary data should be determined for special buffer types.
3690 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
3691 instead of hard-coding the special buffer types.
3692 (desktop-save): Run `desktop-buffer-misc-functions' to gather
3693 auxiliary data, instead of hard-coding for Info buffers and dired.
3694 (desktop-buffer-info-misc-data): Aux function for determining Info
3695 buffer auxiliary info.
3696 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
3697 (desktop-buffer-info): Changed this function to use the info
3698 gathered above.
3699 (desktop-create-buffer): Be a little more careful about what
3700 `minor-mode' means before calling it. This is important for some
3701 buffer types.
3702
8c6b1d83
JW
37032000-10-13 John Wiegley <johnw@gnu.org>
3704
3705 * eshell/esh-util.el: Added a global form which declares an
3706 autoload for `parse-time-string', if that function is not already
3707 defined, and if parse-time.el is available on the user's system.
3708
3709 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
3710 to be aware of ange-ftp user info.
3711 (eshell-do-ls): Bind `ange-cache'. Also, use
3712 `eshell-file-attributes'.
3713 (eshell-ls-annotate): Use `eshell-file-attributes'.
3714 (eshell-ls-file): Made the user-id printing code a bit smarter.
3715
3716 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
3717 allow identification of alias user ids in remote directories.
3718 It's manual, but there's no other way to know when the current
3719 user on the local machine, is also the owning user on the remote
3720 machine.
3721 (fboundp): Bind `ange-cache'.
3722 (eshell-directory-files-and-attributes): Re-organized the logic a
3723 bit to use `eshell-file-attributes' instead of `file-attributes'.
3724 The former is more sensitive to directories that are read via FTP,
3725 and knows how to use ange-ftp to determine full attribute
3726 information, instead of just the name and last modtime.
3727 (eshell-current-ange-uids): Return the current user id when in a
3728 remote directory.
3729 (eshell-parse-ange-ls): Parse a full directory listing that has
3730 been returned by ange-ftp.
3731 (eshell-file-attributes): This beefed up version of
3732 `file-attributes' is only special if the user is currently in a
3733 remote directory, in which case it does a lot of work to find out
3734 what the real attributes of a file are, as they appear on the
3735 remote machine. This makes usage of remote directories (i.e.,
3736 ange-ftp pathnames) much more useful. You can now use Eshell as a
3737 full-fledged FTP client, with much more manipulation ability than
3738 most other clients.
3739
3740 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
3741 variable, which means that Eshell's du should always be preferred
3742 in remote directories.
3743 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
3744 just `file-attributes'.
3745 (eshell-mvcp-template): Bind `ange-cache', to improve performance
3746 when reading remote directories. This is an Eshell-specific
3747 variable (not part of ange-ftp).
3748 (eshell/ln): Bind `ange-cache'.
3749 (eshell/du): Added some extra logic for determining when to use
3750 Eshell's du (which is slow), and when to use the external version
3751 (which may or may not exist).
3752
3753 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
3754 `eshell-interactive-process', rather than using
3755 `get-buffer-process', since backgrounded processes don't count in
3756 the context of this function's logic.
3757
3758 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
3759 `forward-char', so that null strings are parsed correctly.
3760
87730e84 37612000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
3762
3763 * eshell/em-pred.el (eshell-pred-file-type,
3764 eshell-pred-file-links, eshell-pred-file-size): Use
3765 `eshell-file-attributes'. This is more correct over ange-ftp.
3766
3767 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
3768 that remote file globbing is more efficient.
3769
3770 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
3771 gathering the files and attributes within a directory.
3772
3773 * eshell/em-unix.el (eshell/cat): If any of the files passed on
3774 the command line is a special file (not a regular file, directory
3775 or symlink), always attempt to call the external version of cat.
3776
87730e84 37772000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
3778
3779 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
3780 Eshell-friendly version of find-tag.
3781
1c7e37a9
MB
37822000-10-13 Miles Bader <miles@lsi.nec.co.jp>
3783
4836835a 3784 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
3785 (image-file-name-regexps): Add autoload cookies.
3786
11a7f341
KH
37872000-10-13 Kenichi Handa <handa@etl.go.jp>
3788
3789 * international/mule-cmds.el (select-safe-coding-system): If FROM
3790 is string, show it in *Warning* buffer.
3791
8ddddcb0
EZ
37922000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
3793
3794 * startup.el (normal-top-level): Use display-popup-menus-p instead
3795 of window-system.
3796 (command-line): Use display-graphic-p instead of window-system.
3797 (command-line-1): Use display-popup-menus-p and display-mouse-p
3798 instead of window-system.
3799
72200f89
SS
38002000-10-12 Sam Steingold <sds@gnu.org>
3801
3802 * tooltip.el (tooltip-use-echo-area): New user variable.
3803 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
3804
8661c643
DL
38052000-10-12 Dave Love <fx@gnu.org>
3806
d0b40dc1
DL
3807 * recentf.el: Maintainer's checkdoc fixes.
3808
a622451f
DL
3809 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
3810 character class, not ASCII when matching file names.
3811 (fancy-splash-head): Add trailing slash to URL.
3812 (command-line): Don't require XPM support for toolbar.
3813
8661c643
DL
3814 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
3815 (cperl-invalid-face): Revert last change.
3816 (cperl-init-faces): Quote cperl-invalid-face.
3817
ef2ed8ab
KH
38182000-10-12 Kenichi Handa <handa@etl.go.jp>
3819
3820 * startup.el (fancy-splash-text): Remove superfluous quote.
3821
b0da379e
GM
38222000-10-12 Gerd Moellmann <gerd@gnu.org>
3823
dbeb499b
GM
3824 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
3825 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
3826 (command-line-1): Don't use fancy-splash-pending-command.
3827 (fancy-splash-screens-1): Goto point-min after inserting text.
3828
d861718a
GM
3829 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
3830
b0da379e
GM
3831 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
3832 instead of shared-lisp-mode-map.
3833
4fb2ad98
MB
38342000-10-12 Miles Bader <miles@lsi.nec.co.jp>
3835
1cb4393e
MB
3836 * faces.el (header-line): Change tty-variant to use underlining.
3837
4fb2ad98
MB
3838 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
3839 (isearch-highlight): Restore lazy-isearch face properties at old
3840 position, and suppress them at new position.
3841 (isearch-dehighlight): Restore lazy-isearch face properties.
3842 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
3843 over the real isearch overlay, but in that case, don't give it a
3844 face property. Use `push'.
3845
eb991b25
KH
38462000-10-12 Kenichi Handa <handa@etl.go.jp>
3847
3848 * man.el (Man-getpage-in-background): Fix previous change.
3849 Decode the process output only when we are in multibyte mode.
3850
a818c1c0
DL
38512000-10-11 Dave Love <fx@gnu.org>
3852
c990f53a
DL
3853 * info.el (Info-mode-menu): Fix some help.
3854 (info-tool-bar-map): Add entry for Info-last.
3855
a818c1c0
DL
3856 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
3857 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
3858 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
3859 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
3860 * toolbar/search-replace.xpm, toolbar/exit.xpm:
3861 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
3862 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
3863 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
3864 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
3865 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
3866 Reduce colour requirements to 25 overall. (Probably wants
3867 revisiting from the originals to reduce further.)
3868
c1b096cb
EZ
38692000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
3870
3871 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
3872 buffer-file-coding-system, instead of raw-text.
3873 (dehexlify-buffer): Bind coding-system-for-read to
3874 buffer-file-coding-system, instead of raw-text.
3875
5c8b7eaf
SS
38762000-10-11 Sam Steingold <sds@gnu.org>
3877
3878 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
3879 `underline' - fixes the bug introduced on 2000-09-21.
3880
2cfbdb7a
DL
38812000-10-11 Dave Love <fx@gnu.org>
3882
3883 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
3884 compiler warnings.
3885 (scheme-mode): Doc fix.
3886 (scheme-font-lock-keywords-1): Match `define-syntax'.
3887
38882000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
3889
3890 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
3891 face specs as well as default ones. Only do anything if the
3892 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 3893 (region): Make dark-background `region' face less in-your-face.
4b33f290 3894
690ec649
SS
38952000-10-10 Sam Steingold <sds@gnu.org>
3896
3897 * chistory.el, ielm.el, ledit.el:
3898 * progmodes/inf-lisp.el, progmodes/scheme.el:
3899 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
3900
3b95d6bb
SM
39012000-10-10 Stefan Monnier <monnier@cs.yale.edu>
3902
3903 * textmodes/texinfo.el: Update copyright and fix typo.
3904
3905 * desktop.el (desktop-modes-not-to-save): New var.
3906 (desktop-save-buffer-p): Use it.
3907 Also, obey desktop-buffers-not-to-save even for non-file buffers.
3908 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
3909
d646c828
DL
39102000-10-10 Dave Love <fx@gnu.org>
3911
3912 * toolbar/tool-bar.el (tool-bar-add-item)
3913 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
3914 display.
3915
d646c828
DL
3916 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
3917 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
3918 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
3919 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
3920 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
3921 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
3922 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
3923 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
3924 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
3925 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
3926 the .xpms; probably need retouching.
3927
862a7e28
MB
39282000-10-10 Miles Bader <miles@lsi.nec.co.jp>
3929
3930 * subr.el (add-to-list): Add optional argument APPEND.
3931 * battery.el (display-battery): Use `add-to-list'.
3932
46e33aee
TTN
39332000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
3934
930baf47
TTN
3935 * play/zone.el (zone-timer, zone-wc-tbl): Rework
3936 these vars as symbol properties.
2cfbdb7a
DL
3937 (zone, zone-when-idle, zone-leave-me-alone)
3938 (zone-pgm-whack-chars): Use new symbol properties.
930baf47 3939
5a430f9c
TTN
3940 * battery.el (display-battery): Doc spelling fix.
3941
46e33aee
TTN
3942 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
3943 property.
3944
adf7d3a8
DL
39452000-10-09 Dave Love <fx@gnu.org>
3946
3947 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
3948 has been initialized before calling tool-bar-setup.
c2156508 3949 (tool-bar-add-item-from-menu): Add autoload cookie.
adf7d3a8 3950
06a8c9f8
EZ
39512000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
3952
e4ca8f8c
EZ
3953 * menu-bar.el (send-mail-item-name): New function.
3954 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
3955 of mail-user-agent in the menu. Don't display the "Send Mail"
3956 item if mail-user-agent is nil or its value is ignore.
3957 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
3958 if read-mail-command is nil or its value is ignore.
3959
06a8c9f8
EZ
3960 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
3961
7dbc9c8a
MB
39622000-10-09 Miles Bader <miles@gnu.org>
3963
29e0814b
MB
3964 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
3965 Correct image size.
3966 * toolbar/left_arrow.xpm: Correct image size.
3967
7dbc9c8a
MB
3968 * jka-compr.el: Don't call `jka-compr-install' when loading (it
3969 will be done by the definition of `auto-compression-mode' if
3970 necessary. Move code to uninstall existing file-name handler
3971 before definition of `auto-compression-mode'.
3972
3973 * image-file.el (auto-image-file-mode): Move to the end of the
3974 file, because `define-minor-mode' actually calls the mode-function
3975 if the associated variable is non-nil, which requires that all
3976 needed functions be already defined.
3977
65b61266
MB
3978 * mouse.el (popup-menu): Balance parens.
3979
d6b8c85b
SM
39802000-10-08 Stefan Monnier <monnier@cs.yale.edu>
3981
3982 * mouse.el (popup-menu): Move the command call outside the loop
3983 so that popup-menu returns whatever the command returns.
3984
3985 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
3986 (initialize-new-tags-table): Use run-hook-with-args-until-success.
3987 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
3988 (tags-table-format-functions): Renamed from tags-table-format-hooks.
3989
3990 * vc.el (vc-version-diff): diff-switches can be a list.
3991 Use relative filenames for prettier output.
3992
46e33aee 3993 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
d6b8c85b
SM
3994 (vc-post-command-functions): Remove old-VC compatibility code.
3995
3996 * newcomment.el (comment-indent-default): Autoload.
3997
3998 * font-lock.el (font-lock-defaults): Make buffer-local.
3999 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
4000 (font-lock-choose-keywords):
4001 Ignore LEVEL unless KEYWORDS is a list of syms.
4002 (c-keywords, c++-keywords, objc-keywords, java-keywords):
4003 Don't wrap regexp-opt things in \(...\) unnecessarily.
4004
4005 * jit-lock.el: Don't require font-lock any more.
4006 (jit-lock-functions): Make buffer-local.
4007 (jit-lock-saved-fontify-buffer-function): Remove.
4008 (jit-lock-mode): Remove autoload cookie.
4009 Remove font-lock specific code.
4010 (jit-lock-unregister): Don't bother handling complex hooks any more.
4011 (jit-lock-refontify): New function.
4012 (jit-lock-fontify-buffer): Use it.
4013 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
4014 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
4015 Add optional args START and END.
4016 Never call font-lock-fontify-region directly.
4017 (jit-lock-function, jit-lock-stealth-fontify): Use it.
4018
4019 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
4020
a30ed6ac
DL
40212000-10-08 Dave Love <fx@gnu.org>
4022
4e7c7ca9
DL
4023 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
4024
4025 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
4026
4027 * play/studly.el (studlify-region, studlify-word): Add autoload
4028 cookie.
4029
4030 * play/morse.el (morse-region, unmorse-region): Add autoload
4031 cookie.
4032
4033 * play/spook.el (spook-phrases-file): Use expand-file-name, not
4034 concat.
4035
4036 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
4037 insist on symbols starting with word syntax.
4038 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
4039 (eval-defun-1): Doc fix.
4040 (indent-sexp): Use nconc to build up indent-stack.
4041
4042 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
4043 Gnus with little use.
4044 (mail-setup-hook): Add mail-abbrevs-setup to options.
4045
968f7c4a
DL
4046 * recentf.el: Doc fixes.
4047
4048 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
4049 Clean up remainder.
4050
4051 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
4052 without timezone and (8) with timezone to enforce some whitespace.
4053 Simplify code somewhat.
4054
4055 * options.el (list-options): Doc that you should use customize.
4056
4057 * iswitchb.el (iswitchb-mode): Add :require.
4058
a30ed6ac
DL
4059 * info.el (Info-goto-node, Info-menu): Doc fix.
4060 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
4061 (info-tool-bar-map): New variable.
4062 (Info-mode): Use it.
4063 (Info-edit-map): Define all in defvar.
4064 (speedbar-attached-frame): Avoid compiler warning.
4065
4066 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
4067 (global-map): Bind [tool-bar] to a filtered map.
4068 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
4069 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
4070 Allow PBM icons.
4071 (tool-bar-setup): Adjust calls of tool-bar-add-item.
4072
4073 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
4074 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
4075 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
4076 icons, except up_arrow, which is left-arrow rotated.
4077
4078 * imenu.el (imenu-add-to-menubar): Fix last change.
4079
4e953aff
PB
40802000-10-08 Peter Breton <pbreton@ne.mediaone.net>
4081
4082 * generic-x.el (rul-generic-mode): Remove eval-when-compile
4083 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
4084
739e92a7
EZ
40852000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
4086
d20faceb
EZ
4087 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
4088 typos in doc strings.
4089
a640322e
EZ
4090 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
4091 the doc strings how to customize Font Lock faces.
4092
739e92a7
EZ
4093 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
4094 computing growth when dragging the header line.
4095
8be7408c
EZ
40962000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
4097
4098 * simple.el (kill-line): Doc fix.
4099
6fee86a3
MB
41002000-10-08 Miles Bader <miles@gnu.org>
4101
445a653e
MB
4102 * faces.el (secondary-selection): Make foreground visible on tty.
4103
6fee86a3
MB
4104 * jka-compr.el (auto-compression-mode): Move to the end of the
4105 file, because `define-minor-mode' actually calls the mode-function
4106 if the associated variable is non-nil, which requires that all
4107 needed functions be already defined.
4108 (with-auto-compression-mode): Add autoload cookie.
4109
a115794c
EZ
41102000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
4111
4112 * files.el (find-backup-file-name) [ms-dos]: If support for long
4113 file names is not available, behave as if version-control were set
4114 to never.
4115
b12e6de3
DL
41162000-10-07 Dave Love <fx@gnu.org>
4117
4118 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
4119 (browse-url-gnome-moz): New function.
4120 (browse-url-browser-function): Use it.
4121 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
4122
20b1d079
SM
41232000-10-07 Stefan Monnier <monnier@cs.yale.edu>
4124
4125 * indent.el (tab-always-indent): New var.
4126 (indent-for-tab-command): Use it.
39250ec3 4127
9ee45b2c 4128 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
a115794c 4129 raise an error. This way it can still default to a sane value.
9ee45b2c 4130
8c6b1d83
JW
41312000-10-06 Stefan Monnier <monnier@cs.yale.edu>
4132
39250ec3
SM
4133 * startup.el (fancy-splash-screens): Use local rather than global map.
4134 Don't use `update-menu-bindings' any more.
4135 Get rid of assumptions about keymap representation.
4136
a23ccdf2
DL
41372000-10-06 Dave Love <fx@gnu.org>
4138
814299a7 4139 * textmodes/fill.el (sentence-end-double-space)
742c1822
DL
4140 (sentence-end-without-period): Doc fix.
4141 (adaptive-fill-regexp): Purecopy.
4142 (unjustify-current-line): Use line-end-position.
4143 (fill-individual-paragraphs-prefix): Use line-beginning-position.
4144
4145 * net/eudc-vars.el (eudc): Add :version, :link.
4146
39250ec3 4147 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
742c1822
DL
4148
4149 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
4150 Fix for define-minor-mode.
4151 (function-at-point): Alias to function-called-at-point.
4152
4153 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
4154
4155 * simple.el (backward-word): Doc fix.
4156
a23ccdf2
DL
4157 * image-file.el (image-file-name-regexp): image-file-regexps ->
4158 image-file-name-regexps.
742c1822 4159 (image-file-name-extensions): Add pbm.
a23ccdf2 4160
39250ec3
SM
41612000-10-06 Stefan Monnier <monnier@cs.yale.edu>
4162
4163 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
4164 and add filename to the names so that diff-mode can jump to source.
4165
4166 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
814299a7 4167 (tex-font-lock-keywords, tex-font-lock-keywords-2)
39250ec3
SM
4168 (tex-font-lock-keywords-1): Remove.
4169 (font-lock-turn-on-thing-lock): Use jit-lock-register.
4170 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9ee45b2c
SM
4171 (font-lock-default-fontify-region):
4172 Expand beg..end correctly when just following a multiline region.
39250ec3
SM
4173 (font-lock-fontify-anchored-keywords):
4174 Include the anchor text as part of the multiline.
4175
8d5dfacd
GM
41762000-10-06 Gerd Moellmann <gerd@gnu.org>
4177
4178 * loadup.el (toplevel): Load `loaddefs' before `help' because the
4179 latter needs the autoloaded define-minor-mode macro during the
4180 bootstrap.
4181
4182 * startup.el (command-line): For now, activate tool-bar-mode only
4183 if XPM images are supported.
4184
4185 * mouse.el (mouse-drag-header-line): Don't allow resizing a
4186 window by dragging a header-line at the top of the frame; that's
4c19fbce 4187 confusing because the header-line doesn't move.
8d5dfacd
GM
4188 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
4189 of treating the event as a list. Some cleanup.
4190
f69aad2b 41912000-10-06 Miles Bader <miles@gnu.org>
8fb051f9 4192
f69aad2b
MB
4193 * simple.el (display-message-or-buffer): New function.
4194 (shell-command-on-region): Use `display-message-or-buffer'.
06933804 4195
09cb7646
MB
4196 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
4197 docstring parts.
4198
814299a7 4199 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8fb051f9
MB
4200 (smbclient-prompt-regexp): Add usage note to doc string.
4201 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
4202 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
4203 Use add-hook for adding the comint filter function, and only do so
4204 if it's not already in the global hook list.
4205 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
4206 to `make-local-variable'.
4207 (nslookup-font-lock-keywords): Remove prompt entry.
4208 (nslookup): Don't set the process-filter.
4209 (finger): Exit the loop correctly when the regexps list runs out.
4210 (ftp, smbclient, smbclient-list-shares):
4211 Set the real major mode immediately, not after execing.
4212 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
4213
4214 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
4215
4c19fbce
SM
42162000-10-05 Stefan Monnier <monnier@cs.yale.edu>
4217
4218 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
4219
4220 * which-func.el (which-func-format): Remove spurious space.
4221 (which-func-mode): Don't make it permanent-local.
4222 (which-func-ff-hook): Allow which-func-maxout to be nil.
4223 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
4224 (which-func-mode): Simplify.
4225 Use post-command-idle-hook rather than post-command-hook.
4226 Go through all buffers and update their state.
4227 (which-function): Also try add-log-current-defun-function.
4228
4229 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
4230 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
4231 Update call to with-vc-properties accordingly.
4232 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
4233 (vc-revert-buffer): More careful about window selection and deletion.
4234 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
4235
4236 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
4237 (cvs-retrieve-revision): Reuse a pre-existing buffer.
4238 (cvs-dired-action): Change the default to quickdir.
4239
4240 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
4241 if comment-indent-function returns nil.
4242 (comment-indent-default): New function.
4243 (comment-indent-function): Use it and document the new semantics.
4244
4245 * image-file.el: Docstring fixes.
4246
4247 * help.el (help-xref-on-pp): Use match-string.
4248 (describe-variable): New arg BUFFER.
4249 Store the current buffer in the help-xref-stack.
4250 (temp-buffer-resize-mode): Use define-minor-mode.
4251
4252 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
4253 consistently with its docstring.
4254 Set jit-lock-first-unfontify-pos in an idempotent way.
4255 (jit-lock-register): Autoload and add arg CONTEXTUAL.
4256
542c6552
GM
42572000-10-05 Alex Schroeder <alex@gnu.org>
4258
4259 * sql.el (sql-mysql-options): New variable.
4260 (sql-mysql): Use it.
4261
a3489ece
MB
42622000-10-05 Miles Bader <miles@lsi.nec.co.jp>
4263
77f6105c
MB
4264 * image.el (image): New group.
4265
814299a7 4266 * smerge-mode.el (smerge-mine-face, smerge-other-face)
a3489ece
MB
4267 (smerge-base-face, smerge-markers-face): Add dark-background variants.
4268
3478046b
PB
42692000-10-04 Peter Breton <pbreton@ne.mediaone.net>
4270
4271 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 4272 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3478046b
PB
4273 Ignore the value of wqindow-system; always define keywords
4274
22aca186
KH
42752000-10-05 Kenichi Handa <handa@etl.go.jp>
4276
4277 * startup.el (fancy-splash-screens): Remove the code for
4278 debugging; `(trace-to-stderr "EXITTT\n")'.
4279
55d5d717
MB
42802000-10-05 Miles Bader <miles@gnu.org>
4281
4282 * diff-mode.el (diff-goto-source): Update call to
4283 `diff-hunk-status-msg' to reflect new REV variable.
4284
41fa7178
SM
42852000-10-04 Stefan Monnier <monnier@cs.yale.edu>
4286
4287 * progmodes/icon.el (icon-mode):
4288 Don't gratuitously override the default for comment-column.
4289
4290 * vc-hooks.el (vc-mode-line): Fix interactive spec.
4291
4292 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
4293 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
4294 (jit-lock-functions): New var.
4295 (jit-lock-function-1): Use it if non-nil.
4296 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
4297 Set the `fontified' property before doing the fontification to avoid
4298 repeatedly going through the same error.
4299 Don't turn errors into messages.
4300 (jit-lock-register, jit-lock-unregister): New functions.
4301
4302 * dired.el (dired-mark-pop-up): Turn comment into docstring.
4303 Use with-current-buffer.
4304
4305 * dired-aux.el (dired-do-create-files, dired-kill-tree):
4306 Turn comment into docstring.
4307
4308 * apropos.el (apropos-mode): Use define-derived-mode.
4309
3dc78168
GM
43102000-10-04 Gerd Moellmann <gerd@gnu.org>
4311
4312 * startup.el (fancy-splash-pending-command): New variable.
4313 (fancy-splash-pre-command): New function.
4314 (fancy-splash-screens): Rewritten.
4315 (command-line-1): If fancy-splash-pending-command is set, call it
4316 interactively.
4317
dae9dc56
DL
43182000-10-04 Dave Love <fx@gnu.org>
4319
4320 * toolbar/tool-bar.el (tool-bar-setup): New function.
4321 (tool-bar-mode): Use it.
4322
4323 * subr.el (substitute-key-definition): Doc fix.
4324 (play-sound-file): New command.
4325
3388f0a5
AS
43262000-10-04 Andre Spiegel <spiegel@gnu.org>
4327
814299a7 4328 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
3388f0a5
AS
4329 vc-version-backup-file-name): New functions.
4330
4331 * files.el (basic-save-buffer): Call vc-before-save before saving.
814299a7
MB
4332
4333 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
3388f0a5
AS
4334 vc-cvs-stay-local-p.
4335
4336 * vc.el (vc-revert-buffer): Handle empty diff properly.
4337 (vc-version-backup-file): New function.
4338 (vc-checkout): Create a version backup if necessary.
4339 (vc-checkin): If a version backup file exists, delete it.
4340 (vc-version-diff): Diff locally using version backups, if available.
4341 (vc-revert-file): If there's a version backup, revert locally.
4342 (vc-transfer-file): Use version backup for base version, if
4343 available. If not, ask for confirmation whether to get it from the
4344 server. Update mode line before check-in.
4345
ebd4825d
DL
43462000-10-04 Dave Love <fx@gnu.org>
4347
4348 * toolbar/tool-bar.el (tool-bar-setup): New function.
4349 (tool-bar-mode): Use it.
4350
1b24f4b7
PB
43512000-10-04 Peter Breton <pbreton@ne.mediaone.net>
4352
3dc78168 4353 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 4354 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8b7187d8
PB
4355 Only set if window-system is non-nil
4356 (net-utils-run-program): Returns buffer.
4357 (network-connection-reconnect): Added this function.
4358
814299a7
MB
4359 * generic.el:
4360 Incorporates extensive cleanup and docfixes by
9a7f629d
PB
4361 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
4362 Uses cl compile-time macros.
3dc78168
GM
4363 (generic-mode-name, generic-comment-list)
4364 (generic-keywords-list, generic-font-lock-expressions)
4365 (generic-mode-function-list, generic-mode-syntax-table):
9a7f629d
PB
4366 Removed variables.
4367 (generic-mode-alist): Renamed to generic-mode-list.
4368 (generic-find-file-regexp): Default changed to "^#".
4369 (generic-read-type): Uses completing read on generic-mode-list.
4370 (generic-mode-sanity-check): removed this function.
4371 (generic-add-to-auto-mode): Removed this function
3dc78168 4372 (generic-mode-internal): Bind mode-specific definitions
9a7f629d
PB
4373 into function instead of putting them in alist.
4374 (generic-mode-set-comments): Reworked extensively.
4375 (generic-mode-find-file-hook): Simplified regexp searching
814299a7 4376 (generic-make-keywords-list): Omit extra pair of parens
9a7f629d 4377
814299a7 4378 * find-lisp.el (find-lisp-find-files-internal):
1b24f4b7
PB
4379 Make sure directory name ends with "/".
4380
814299a7 4381 * generic-x.el (apache-conf-generic-mode):
1b24f4b7
PB
4382 Regexp now allows leading whitespace.
4383 (rc-generic-mode): Added eval-when-compile
4384 around generic-make-keywords-list.
4385 Deleted duplicate regexp
4386 (rul-generic-mode): Added eval-when-compile
4387 around generic-make-keywords-list.
4388 (etc-fstab-generic-mode): New generic mode.
4389 (rul-generic-mode): Removed one eval-when-compile
814299a7 4390 which caused a max-specpdl-size exceeded error.
1b24f4b7 4391
a7bf5cf3
MB
43922000-10-04 Miles Bader <miles@gnu.org>
4393
4394 * simple.el (minibuffer-temporary-goal-position): New variable.
4395 (next-history-element): Try to keep the position of point in the
4396 input string constant.
4397
4398 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
4399 (dired-do-create-files): If there's only one file, pass it in as
4400 the DEFAULT arg to dired-mark-read-file-name.
4401
ce1087a9
SM
44022000-10-03 Stefan Monnier <monnier@cs.yale.edu>
4403
4404 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
4405 (diff-goto-source): Be smarter when choosing REVERSE or not.
4406
4407 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
4408 (texinfo-mode-menu): Add an explicit shortcut for update all.
4409
0e41e1d6
AS
44102000-10-03 Andre Spiegel <spiegel@gnu.org>
4411
814299a7 4412 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
858f7cb4
AS
4413 factorize backend-specific code cleanly (this was essentially
4414 conceived by Stefan Monnier).
4415 (vc-unregister): Function removed.
814299a7 4416 (vc-revert-file): New function.
858f7cb4
AS
4417 (vc-revert-buffer): Delegate some of the work to it.
4418
0e41e1d6
AS
4419 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
4420 default branch unconditionally.
4421 (vc-rcs-set-default-branch): New function.
4422 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
4423 (vc-rcs-checkin): If an appropriate default branch has been set,
4424 force creation of that branch.
858f7cb4
AS
4425 (vc-rcs-receive-file): Rewritten to contain only backend-specific
4426 code (as suggested by Stefan Monnier).
0e41e1d6 4427
01c86c56
GM
44282000-10-02 Gerd Moellmann <gerd@gnu.org>
4429
45c477b4
GM
4430 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
4431 highlighting overlay with a different face over the overlay
4432 isearch uses to highlight the current match because that can lead
4433 to bad face combinations.
4434
01c86c56
GM
4435 * loadup.el (toplevel): Load faces before isearch.
4436
4437 * isearch.el (isearch-faces): New custom group.
4438 (isearch): New defface; was already tested for in the code.
4439 (isearch-lazy-highlight-face): Changed to defface from defcustom.
4440 (isearch-highlight): Always use face `isearch'.
4441
944425c0
DL
44422000-10-02 Dave Love <fx@gnu.org>
4443
4444 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
4445 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
4446 comparison of opcode with operand.
4447
2a099bcc
MB
44482000-10-03 Miles Bader <miles@gnu.org>
4449
4450 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
4451 buffer, since the echo area will now grow to accommodate them.
4452
4300ecb8
AS
44532000-10-02 Andre Spiegel <spiegel@gnu.org>
4454
4455 * vc-hooks.el (vc-registered): If FILE used to be registered under
4456 a certain backend, try that one first.
4457
814299a7 4458 * vc.el (vc-responsible-backend): Undo the previous change in the
4300ecb8
AS
4459 argument list. Handle multiple backends correctly.
4460 (vc-find-new-backend): Function removed.
4461 (vc-register): Use vc-responsible-backend, as before.
4462 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
4463
64e6cc18
GM
44642000-10-02 Gerd Moellmann <gerd@gnu.org>
4465
4466 * startup.el (fancy-splash-head): Change message below the
4467 logo.
4468
00df919e
MB
44692000-10-02 Miles Bader <miles@lsi.nec.co.jp>
4470
4471 * diff-mode.el (diff-goto-source): Emit a status message.
4472 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
4eaa6852 4473 (diff-test-hunk): Fix doc string.
00df919e
MB
4474 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
4475 (diff-advance-after-apply-hunk): New variable.
4eaa6852 4476 (diff-apply-hunk): Don't return a value.
00df919e 4477
ceec5a0c
SM
44782000-10-01 Stefan Monnier <monnier@cs.yale.edu>
4479
4480 * vc.el (vc-editable-p): Minor optimization.
4481 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
4482 (vc-find-new-backend): New function split from vc-responsible-backend.
4483 (vc-register): Use it.
4484 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
4485 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
4486 (vc-default-unregister, vc-revert-buffer): Docstring fix.
4487 (vc-clear-headers): Don't use find-file.
4488 (vc-revert-buffer): Use `and' again (must have been a braino).
4489 (vc-switch-backend): Only prompt if requested.
4490 Short circuit if nothing is to be done.
4491 Don't use vc-resynch-buffer which could lose unsaved editing.
4492 (vc-default-receive-file): Update call to vc-unregister.
4493 (with-vc-file, vc-next-action-on-file):
4494 Use vc-backend rather than vc-registered.
4495 (vc-next-action-on-file): Use intern-soft.
4496 Deal with read-only *vc-diff* buffer.
4497 (vc-transfer-file): Docstring fix.
4498
4499 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
4500 (vc-rcs-receive-file): Avoid with-vc-properties.
4501 Update call to vc-unregister.
4502 Use constant `RCS' rather than (dynamically bound) var `backend'.
4503
4ad5da8f
AS
45042000-10-01 Andre Spiegel <spiegel@gnu.org>
4505
814299a7 4506 * vc.el (vc-next-action-on-file): Update mode line only if file
4ad5da8f
AS
4507 is visited.
4508 (vc-start-entry): New argument initial-contents. Don't visit the file
4509 if it isn't already visited. Brought documentation up-to-date.
814299a7
MB
4510 (vc-next-action, vc-register): Updated calls to vc-start-entry.
4511 (vc-checkin): New optional arg initial-contents, which is passed to
4ad5da8f
AS
4512 vc-start-entry.
4513 (vc-finish-logentry): Make sure to bury log buffer only if there
4514 really is one. Call `vc-resynch-buffer' on log-file, not
4515 buffer-file-name.
4516 (vc-default-comment-history, vc-default-wash-log): New functions.
4517 (vc-index-of): Removed.
4518 (vc-transfer-file): Make do without the above.
4519 (vc-default-receive-file): Call comment-history unconditionally. Pass
4520 the resulting string to vc-checkin, instead of inserting it into the
4521 comment ring.
4522
4523 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
4524 unconditionally. Use the comments as initial contents of the log
814299a7 4525 entry buffer. Document the trick to force branch creation with no
4ad5da8f
AS
4526 changes.
4527
aa0c3dca
MB
45282000-10-01 Miles Bader <miles@gnu.org>
4529
4530 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
4531 `recenter' with an arg to prevent redrawing the display.
4532
d5f5a2c5
SM
45332000-09-30 Stefan Monnier <monnier@cs.yale.edu>
4534
4535 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
4536
4537 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
4538
814299a7 4539 * progmodes/c-mode.el (c-mode):
d5f5a2c5
SM
4540 Don't gratuitously override the default for comment-column.
4541
4542 * textmodes/tex-mode.el (latex-metasection-list): New var.
4543 (latex-imenu-create-index): Use it.
4544 Move the regexp construction outside loops (and use push).
814299a7 4545 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
d5f5a2c5
SM
4546 (tex-font-lock-keywords): Moved from font-lock.el.
4547 (tex-comment-indent): Remove.
4548 (tex-common-initialization): Don't set comment-indent-function.
4549 (latex-block-default): New var.
4550 (tex-latex-block): Use it to provide a default choice.
4551 Add any unknown choice to latex-block-names.
4552 Insert [...] after {...}.
4553 (tex-last-unended-begin): Simplify regexp.
4554 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
4555 (latex-forward-sexp-1, latex-forward-sexp): New functions.
4556 (latex-mode): Set forward-sexp-function.
4557
4558 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
4559 Add regexp for @ignore ... @end ignore.
4560 (texinfo-heading-face): New face.
4561 (texinfo-font-lock-keywords): Use it.
4562 (texinfo-mode-menu): New menu.
4563 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
4564 New functions.
4565 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
814299a7 4566 (texinfo-section-types-regexp, texinfo-section-level-regexp)
d5f5a2c5
SM
4567 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
4568 Remove declaration.
4569 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
4570
4571 * delsel.el (delete-selection-mode): Use define-minor-mode.
4572
4573 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
4574
45752000-09-29 Stefan Monnier <monnier@cs.yale.edu>
4576
4577 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
4578
8a5506f2
GM
45792000-09-30 Gerd Moellmann <gerd@gnu.org>
4580
068127d6
GM
4581 * replace.el (keep-lines-read-args): New function.
4582 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
4583 read arguments interactively. Add parameters RSTART and REND.
4584 Operate on the active region in Transient Mark mode.
4585
d777bb8f
GM
4586 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
4587
8a5506f2
GM
4588 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
4589 (authors-obsolete-files-regexps): New variable.
4590 (authors-add): Don't record changes in obsolete files.
4591
3fa87bfc
SM
45922000-09-29 Stefan Monnier <monnier@cs.yale.edu>
4593
4594 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
4595
4596 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
4597 (comment-indent): Make sure there's a space between code and comment.
4598 Shift comments left to avoid going past fill-column.
4599
f02149ce
GM
46002000-09-29 Gerd Moellmann <gerd@gnu.org>
4601
4602 * startup.el (startup-echo-area-message): New function.
4603 (display-startup-echo-area-message): Use it.
4604 (fancy-splash-screens): Rewritten to use keymaps and a timer.
4605 (fancy-splash-default-action): New function.
4606 (fancy-splash-screens-1): New function.
4607 (fancy-splash-head): Put a help-echo and a keymap under the image.
4608
a3ef6569
SM
46092000-09-29 Stefan Monnier <monnier@cs.yale.edu>
4610
4611 * diff-mode.el (diff-add-log-file-name): Remove.
4612 (diff-mode): Use add-log-buffer-file-name-function.
4613
4614 * add-log.el (find-change-log): New arg BUFFER-FILE.
4615 (add-log-file-name): Obey add-log-file-name-function.
4616 (add-log-buffer-file-name-function): New var.
4617 (add-change-log-entry): Use it.
4618
75e5b373
MB
46192000-09-29 Miles Bader <miles@gnu.org>
4620
4621 * image-file.el (image-file-name-extensions): New variable.
4622 (image-file-name-regexps): Renamed from `image-file-regexps'.
4623 New default value is nil. Call `auto-image-file-mode'.
4624 (image-file-name-regexp): New function.
4625 (auto-image-file-mode): New minor mode.
4626 (insert-image-file): Don't make conditional on the image-file
4627 handler being enabled.
4628 (image-file-handler): Make the call here conditional instead.
4629 (set-image-file-handler-enabled, enable-image-file-handler)
4630 (disable-image-file-handler): Functions removed.
4631
4632 * emacs-lisp/authors.el (authors-print): Rephrase many-files
4633 string.
4634
de6e1f7c
GM
46352000-09-29 Gerd Moellmann <gerd@gnu.org>
4636
4637 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
4638 it's a function from CL.
4639 (latex-imenu-create-index): Replace eval-when-compile with progn
4640 because latex-section-alist is not bound while compiling.
4641
d8c201f5
SM
46422000-09-28 Stefan Monnier <monnier@cs.yale.edu>
4643
4644 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
4645 (outline-mode): Use define-derived-mode.
4646
814299a7 4647 * progmodes/perl-mode.el (perl-mode):
d8c201f5
SM
4648 * progmodes/awk-mode.el (awk-mode):
4649 * progmodes/asm-mode.el (asm-mode):
4650 Don't gratuitously override the default for comment-column.
4651
4652 * emacs-lisp/lisp.el (lisp-complete-symbol):
4653 Distinguish the let-binding case from the funcall case.
4654 (forward-sexp-function): New variable.
4655 (forward-sexp): Use it.
4656
4657 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
4658 (easy-mmode-defmap): Remove the now useless autoload.
4659
4660 * time.el (display-time-mode): Use define-minor-mode.
4661
4662 * subr.el (add-minor-mode): Don't eval NAME.
4663 Don't depend on the presence of TOGGLE-FUN for any special behavior.
4664 Use if rather than cond.
4665
4666 * simple.el (read-expression-map): Define more properly.
4667 (comment-indent-hook): Remove.
4668 (string-to-syntax): Bug fix.
4669
4670 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
4671 (cvs-ediff-diff): Fix typo.
4672 (cvs-revert-if-needed): Don't bother preserving read-only.
4673
4674 * paren.el (show-paren-mode): Use define-minor-mode.
4675
4676 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
4677 (toggle-auto-compression): Remove.
4678 (jka-compr-build-file-regexp): Remove useless grouping.
4679
4680 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
4681 Avoid user-reserved bindings.
4682 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
4683 (diff-header-face): Revert to grey85.
4684
4685 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
4686
4687 * complete.el (partial-completion-mode) <defcustom>: Remove.
4688 (partial-completion-mode): Use define-minor-mode.
4689 (PC-do-completion): Understand `completion-auto-help = delay'
4690 to mean to popup the completion buffer only the second time.
814299a7 4691 (PC-include-file-all-completions, PC-include-file-all-completions)
d8c201f5
SM
4692 (PC-include-file-all-completions): Don't quote lambda.
4693
4694 * comint.el (comint-mode-hook): Docstring fix.
4695 (comint-mode): Use define-derived-mode.
4696 (comint-mode-map): Remove obsolete comment.
4697 (make-comint): Minor stylistic change.
4698 (comint-insert-clicked-input): Be more careful to find the overlay.
4699 Use this-command-keys rather than hardcoding mouse-2.
4700
4701 * font-lock.el: Replace confusing (,@ with ,
4702 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
4703 Don't use regexp-opt-depth. Spice up the regexp for args.
4704 Don't distinguish between cmds that can take an opt arg or not.
4705 Use `append' and `prepend' rather than `keep'.
4706
4707 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
4708 (latex-outline-regexp): New var.
4709 (latex-outline-level): New fun.
4710 (latex-section-alist): New var.
4711 (latex-imenu-create-index): Use it. Use `push' as well.
4712 (tex-shell-map): Initialize it properly.
4713 (tex-mode): Minor stylistic change.
4714 (plain-tex-mode): Use define-derived-mode.
4715 (latex-mode): Use define-derived-mode.
4716 Construct the paragraph regexps in a more readable way.
4717 Set the buffer-local outline-{level,regexp} vars.
4718 (slitex-mode): Derive from latex-mode.
4719 (tex-common-initialization): Don't kill-all-vars anymore.
4720 Add setting for comment-add and font-lock-defaults.
4721 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
4722 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
4723 (tex-start-tex): New arg DIR (and send a chdir command for it).
4724 Also display the shell buffer and save it in tex-last-buffer-texed.
4725 (tex-region): Use expand-file-name rather than concat.
4726 Remove code made useless by changes in tex-start-tex.
4727 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
4728
4729 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
4730
ff398532
DL
47312000-09-28 Dave Love <fx@gnu.org>
4732
4733 * eshell/eshell.el (eshell) <defgroup>: Add :version.
4734
f9415d5b
GM
47352000-09-28 Gerd Moellmann <gerd@gnu.org>
4736
4737 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
4738 `append'.
4739
fa003899
SM
47402000-09-28 Stefan Monnier <monnier@cs.yale.edu>
4741
4742 * info.el (Info-extract-pointer): Undo last change.
4743 Instead, fix the position of the `bound' arg to re-search-backward.
4744
47452000-09-27 Stefan Monnier <monnier@cs.yale.edu>
4746
4747 * info.el (Info-extract-pointer):
4748 Widen more carefully, to avoid finding pointers in other nodes.
4749 (Info-index): Use push.
4750
f9415d5b 47512000-09-27 Gerd Moellmann <gerd@gnu.org>
6f22f1ad
GM
4752
4753 * frame.el (set-frame-font): Remove call to obsolete function
4754 frame-update-faces.
4755 (set-foreground-color, set-background-color): Likewise for
4756 frame-update-face-colors.
4757
5538b8ba
MB
47582000-09-27 Miles Bader <miles@gnu.org>
4759
4760 * image-file.el: New file.
4761
60536eea
GM
47622000-09-27 Gerd Moellmann <gerd@gnu.org>
4763
5b551d58
GM
4764 * frame.el (frame-notice-user-settings): Don't call
4765 frame-update-faces, which is a no-op now.
814299a7 4766
60536eea
GM
4767 * ediff-wind.el (ediff-control-frame-parameters): Add zero
4768 tool-bar-lines.
4769
36f1966f
DL
47702000-09-27 Dave Love <fx@gnu.org>
4771
4772 * mouse.el: Fix last change.
4773
c5785b73
MB
47742000-09-27 Miles Bader <miles@lsi.nec.co.jp>
4775
4776 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
4777
672172d9
KH
47782000-09-22 Kenichi Handa <handa@etl.go.jp>
4779
4780 * international/quail.el (quail-help): The output message is
4781 improved.
4782
4653b4ea
DL
47832000-09-26 Dave Love <fx@gnu.org>
4784
4785 * mouse.el (popup-menu): If POSITION is nil, set it using
4786 mouse-position.
4787
63900fcf
SS
47882000-09-25 Sam Steingold <sds@gnu.org>
4789
4790 * net/browse-url.el (browse-url-file-url): Check for null maps.
4791
cd3b81be
GM
47922000-09-26 Gerd Moellmann <gerd@gnu.org>
4793
876512ab 4794 * frame.el (frame-notice-user-settings): Don't add a
fa003899 4795 tool-bar-lines frame parameter to default-frame-alist in batch mode.
814299a7 4796
fa003899
SM
4797 * frame.el (frame-notice-user-settings):
4798 Make tool-bar-mode and default-frame-alist consistent.
77072ab1 4799
cd3b81be
GM
4800 * toolbar/tool-bar.el (tool-bar-help): New function.
4801
d8b4516f
GM
48022000-09-25 Gerd Moellmann <gerd@gnu.org>
4803
6567e9b5
GM
4804 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
4805 current-load-list in top-level forms. Else this leaks a cons cell
4806 every time a defun is called.
63900fcf 4807
d8b4516f 4808 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
63900fcf 4809
a461758e
DL
48102000-09-25 Dave Love <fx@gnu.org>
4811
7df6adc3
DL
4812 * startup.el (fancy-splash-head): Check XPM is available.
4813
a461758e
DL
4814 * autoinsert.el (auto-insert): Doc fix.
4815 (auto-insert-alist): Following GNU notices, don't say `copyright
4816 _by_'. Use line-beginning-position.
4817 (auto-insert): Check buffer-file-name is non-nil before use.
4818
b11af2dd
GM
48192000-09-25 Gerd Moellmann <gerd@gnu.org>
4820
4821 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
4822 starting with `@def' or `@multitable', in addition to ones
4823 specified by the user in auto-fill-inhibit-regexp.
4824
5f9f981b
GM
48252000-09-25 Markus Rost <rost@math.ohio-state.edu>
4826
4827 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
4828 rmail-dont-reply-to-names matches the empty string.
63900fcf 4829
8ff16b4e
GM
48302000-09-25 Gerd Moellmann <gerd@gnu.org>
4831
63900fcf 4832 * startup.el (command-line-1, fancy-splash-text): Change the
8ff16b4e
GM
4833 text to sound more friendly.
4834
9b4a7800
TTN
48352000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
4836
4837 * progmodes/hideshow.el: Update author email address.
4838 Generally, sync w/ maintainer version 5.22.
9b4a7800
TTN
4839 (hs-hide-all-non-comment-function): New var.
4840 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
4841 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
4842 (hs-show-region): Delete this command.
4843 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
4844
4c7c1f3f
DL
48452000-09-22 Dave Love <fx@gnu.org>
4846
4847 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
4848 (hl-line-highlight): Specify buffer when moving overlay.
4849
4850 * progmodes/fortran.el (fortran-mode): Locally set
4851 normal-auto-fill-function.
4852 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
4853 (fortran-mode-map): Adjust auto-fill menu entry.
4854
13f93dee
GM
48552000-09-22 Gerd Moellmann <gerd@gnu.org>
4856
36eb0a91
GM
4857 * vc-rcs.el (toplevel): Require `vc' when compiling.
4858
fa003899 4859 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13f93dee 4860
36a03bf9
AS
48612000-09-22 Andre Spiegel <spiegel@gnu.org>
4862
9b4a7800 4863 * vc.el (vc-switch-backend): Signal an error if the file is not
36a03bf9
AS
4864 registered under the new backend.
4865
9b4a7800 4866 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
36a03bf9
AS
4867 without explicit revision number.
4868
6e4e8a3b
SM
48692000-09-21 Stefan Monnier <monnier@cs.yale.edu>
4870
4871 * diff-mode.el (diff-file-header-face): Reset to its previous value.
4872 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
4873 (diff-xor): New function.
4874 (diff-find-source-location): Use it. Fix a stupid name clash.
4875 (diff-hunk-status-msg): New function.
4876 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
4877 (diff-test-hunk): Use diff-find-source-location.
4878 (diff-goto-source): Favor the `reverse'.
4879 (diff-hunk-text): Properly handle one-sided context diffs.
4880 (diff-apply-hunk): When done, advance to the next hunk.
4881
1b24b888
GM
48822000-09-21 Gerd Moellmann <gerd@gnu.org>
4883
623a0aae
GM
4884 * startup.el (command-line): If frame was created with a non-zero
4885 tool-bar-lines parameter, switch tool-bar-mode on.
9b4a7800 4886
1b24b888
GM
4887 * add-log.el (change-log-date-face, change-log-name-face)
4888 (change-log-email-face, change-log-file-face)
4889 (change-log-list-face, change-log-conditionals-face)
fa003899
SM
4890 (change-log-function-face, change-log-acknowledgement-face):
4891 New faces, inheriting from font-lock faces.
1b24b888 4892 (change-log-font-lock-keywords): Use them.
9b4a7800 4893
93b3a1c8
DL
48942000-09-21 Dave Love <fx@gnu.org>
4895
80585273
DL
4896 * progmodes/cperl-mode.el (top-level): Clean up
4897 `eval-when-compile's and assorted defvars.
4898 (cperl-invalid-face): Don't double-quote value. Change custom
4899 type.
4900 (cperl-mode): Set normal-auto-fill-function and don't zap
4901 auto-fill-function.
4902 (cperl-imenu--function-name-regexp-perl): Renamed from
4903 imenu-example--function-name-regexp-perl.
4904 (cperl-imenu--create-perl-index): Renamed from
4905 imenu-example--create-perl-index.
4906 (cperl-xsub-scan): Don't require cl.
4907
93b3a1c8
DL
4908 * msb.el (msb-mode-map): Use substitute-key-definition.
4909 (msb-mode): Use msb-mode-map.
4910
43ccb598
AS
49112000-09-21 Andre Spiegel <spiegel@gnu.org>
4912
4913 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
4914 New functions.
fa003899 4915 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
43ccb598
AS
4916 (vc-switch-backend): New function.
4917 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
4918 (vc-register): Fix prompt.
4919 (vc-unregister, vc-default-unregister): New functions.
4920 (vc-version-diff): Handle empty buffer in sentinel.
4921
4922 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
4923 (vc-rcs-state-heuristic): Use it to guess the state of files with
4924 non-strict locking.
4925 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
4926 been set with -b, but not created yet.
4927 (vc-rcs-fetch-master-state): With non-strict locking, compare file
4928 contents in order to find the state.
4929 (vc-rcs-checkin): Allow creation of branches with no changes.
fa003899
SM
4930 (vc-rcs-unregister, vc-rcs-receive-file)
4931 (vc-rcs-set-non-strict-locking): New functions.
43ccb598 4932
9b4a7800 4933 * vc-hooks.el (vc-name): Force correct computation of the value
43ccb598 4934 in case it is missing.
9b4a7800 4935
95fadcca
GM
49362000-09-21 Gerd Moellmann <gerd@gnu.org>
4937
4938 * startup.el (fancy-splash-tail): Use a different foreground
4939 color on a dark frame background.
4940
470f23e1
MB
49412000-09-21 Miles Bader <miles@lsi.nec.co.jp>
4942
4943 * info.el: Use the correct capitalization when making Info-mode
4944 and Info-edit-mode `special' modes.
4945
281096ed
SM
49462000-09-20 Stefan Monnier <monnier@cs.yale.edu>
4947
4948 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
4949 (diff-mode): Add support for add-log.el.
4950 (diff-hunk-text): Use char offsets rather than line offsets.
4951 (diff-find-source-location): Replace LINE with line-offset (nil
4952 if not found) and always set POS to a meaningful position.
4953 Adapt to the new char-offsets.
4954 (diff-apply-hunk): Drop support for the unused `select' POPUP.
4955 Adapt to the new diff-find-source-location.
4956 (diff-goto-source): Adapt to the new diff-find-source-location.
4957
4958 * add-log.el (add-log-file-name): New function (split out of
4959 add-change-log-entry).
4960 (add-change-log-entry): Use it.
4961 Call add-log-file-name-function with the changelog file name if
4962 the current buffer is not associated with any file.
4963 Avoid find-file if the selected window is dedicated.
4964
4965 * diff-mode.el (diff-find-source-location):
4966 Move code from diff-apply-hunk. Return buffer rather than file.
4967 (diff-apply-hunk): Use the new result from diff-find-source-location.
4968 (diff-goto-source): Use the new diff-find-source-location.
4969
c29d77c4
DL
49702000-09-20 Dave Love <fx@gnu.org>
4971
4972 * iswitchb.el: Some doc fixes.
4973 (iswitchb-mode-map): Define completely initially. Inherit
4974 minibuffer-local-map.
4975 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
4976 fundamental-mode.
4977 (iswitchb-global-map): New variable.
4978 (iswitchb-summaries-to-end): Amalgamate regexps.
4979 (iswitchb-mode): New.
4980 (iswitchb-mode-hook): New variable.
4981 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
4982 `extensions'.
4983
49939379
GM
49842000-09-20 Gerd Moellmann <gerd@gnu.org>
4985
d05c87ac
GM
4986 * ehelp.el (electric-help): New defgroup.
4987 (electric-help-shrink-window): New user-option.
4988 (with-electric-help): Use it.
4989
1ec082d4
GM
4990 * window.el (shrink-window-if-larger-than-buffer): If face
4991 `mode-line' has a :box, and we're on a graphical frame, add 1
4992 to the needed window height.
4993
f46c275e
GM
4994 * frame.el (frame-notice-user-settings): Add a last parameter nil
4995 to a call to `append', because the last list passed to `append' is
4996 not copied, and so subsequent calls to assq-delete-all will modify
4997 default-frame-alist.
4998
b7e11c5b
GM
4999 * startup.el (fancy-splash-image): Change :type.
5000 (fancy-splash-head): Use an XBM image if appropriate.
5001 (command-line-1): Show splash screens in more cases.
5002
26ff68aa
GM
5003 * startup.el (fancy-splash-text): Don't quote faces.
5004
8320414c
GM
5005 * dired.el (dired-font-lock-keywords): Undo last change.
5006 (dired-readin): Bind indent-tabs-mode to nil.
5007
49939379
GM
5008 * startup.el (fancy-splash-head): If frame's background mode
5009 is `dark', change the black background of the image to gray.
5010 (fancy-splash-screens): Display startup echo area message.
5011 (display-startup-echo-area-message): New function.
5012
c3b27206
MB
50132000-09-20 Miles Bader <miles@lsi.nec.co.jp>
5014
55a3d2a1
MB
5015 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
5016
5017 * info.el (info-header-node): Tweak for color ttys.
5018
37a99821
MB
5019 * faces.el (face-valid-attribute-values): Make sure directories we
5020 search for stipples both exist and are readable before trying to
5021 search them.
5022
0415d0d0
MB
5023 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
5024 in the dry-run case.
5025
523b128c
MB
5026 * jka-compr.el (with-auto-compression-mode): New macro.
5027
c3b27206
MB
5028 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
5029 (custom-group-tag-face, custom-variable-tag-face): Use relative
5030 :height and inherit from `variable-pitch' face instead of
5031 hardwiring :family.
5032 * hi-lock.el (hi-black-hb): Likewise.
5033
ddba99ad
MB
5034 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
5035 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
5036 toolbar-add-item, if image doesn't have a mask add a `:mask
5037 heuristic'.
5038
7e99fbde
SM
50392000-09-19 Stefan Monnier <monnier@cs.yale.edu>
5040
5041 * diff-mode.el: Docstring fixes.
5042 (diff-header-face, diff-comment-face): New faces.
5043 (diff-font-lock-keywords): Highlight a bit differently.
5044 (diff-find-source-location): Don't return SPAN any more.
5045 (diff-hunk-text): Don't bother erasing the temp buffer.
5046 (diff-find-text): Drop argument LINE.
5047 (diff-apply-hunk): Update calls to diff-find-text.
5048 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
5049
5050 * calendar/calendar.el: Docstring fixes.
5051 (calendar-make-alist): Don't quote lambda.
5052 (calendar-star-date): Use make-local-variable.
5053
fb275c02
DL
50542000-09-19 Dave Love <fx@gnu.org>
5055
7e99fbde
SM
5056 * toolbar/tool-bar.el: Renamed from toolbar.el.
5057 Change `toolbar' to `tool-bar' generally in symbols.
5058 Make some items invisible in `special' major modes.
5059 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
5060 Add arg PROPS.
532cb34d 5061
7e99fbde
SM
5062 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
5063 Add :version here.
fb275c02
DL
5064 (fancy-splash-delay, fancy-splash-image): Remove :version here.
5065
8f4ca9a5
GM
50662000-09-19 Gerd Moellmann <gerd@gnu.org>
5067
8b7707e1 5068 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
da1608d9 5069
8b7707e1 5070 * files.el (find-file-suppress-same-file-warnings): New user-option.
8fb3df59
GM
5071 (find-file-noselect): Use it.
5072
8b7707e1 5073 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
a01bb1db
GM
5074 (fancy-splash-screen): Defgroup.
5075
8f4ca9a5
GM
5076 * add-log.el (change-log-font-lock-keywords): Match names
5077 more exactly for the case that font-lock-constant-face is
5078 underlined.
5079
ba9eeda1 50802000-09-19 Richard M. Stallman <rms@gnu.org>
9b4a7800 5081
8b7707e1 5082 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
ba9eeda1 5083
289eaef9
AS
50842000-09-19 Andre Spiegel <spiegel@gnu.org>
5085
5086 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
5087
ce9ded5d
GM
50882000-09-19 Gerd Moellmann <gerd@gnu.org>
5089
c113de23
GM
5090 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
5091 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
5092 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
5093 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
5094 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
5095 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
5096 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
5097 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
5098 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
5099 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
5100 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8f4ca9a5 5101 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
c113de23 5102
ce9ded5d
GM
5103 * startup.el (fancy-splash-text): New variable.
5104 (fancy-splash-delay, fancy-splash-image): New user-options.
5105 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
5106 (fancy-splash-screens): New functions.
5107 (command-line-1): If display has a `display' frame parameter, has
5108 colors, and we have XPM support, show more fancy splash screens.
9b4a7800 5109
b9b1c3a9
DL
51102000-09-19 Dave Love <fx@gnu.org>
5111
5112 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
5113 with null `help'. Use modern backquote syntax.
5114
1af25534
GM
51152000-09-19 Gerd Moellmann <gerd@gnu.org>
5116
afd3c8cd
GM
5117 * font-lock.el (font-lock-mode): Change message telling the user
5118 that ``the buffer is too big''.
5119
1af25534
GM
5120 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
5121 for instance for the case that tab-width is 2.
5122
05b1f851
GM
51232000-09-18 Gerd Moellmann <gerd@gnu.org>
5124
5125 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
5126 toolbar-add-item, if image doesn't have a mask add a `:mask
5127 heuristic'.
5128
8ec8f673
MB
51292000-09-18 Miles Bader <miles@lsi.nec.co.jp>
5130
2b612b1f
MB
5131 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
5132 and return a cons if it's non-nil.
5133 (diff-apply-hunk): Try to jump to the line in the source text
5134 corresponding to the position of point in the in the hunk.
5135
9b4a7800 5136 * info.el (Info-title-3-face, Info-title-2-face)
8ec8f673
MB
5137 (Info-title-1-face): Use face inheritance and relative sizes
5138 instead of hard-wiring things.
5139
5140 * faces.el (secondary-selection): Make dark-background variant sane.
5141
5eedab4d
AI
51422000-09-16 Andrew Innes <andrewi@gnu.org>
5143
5eedab4d
AI
5144 * makefile.w32-in (compile-files-CMD): No need to make .elc files
5145 read-only, since they aren't under VC now.
5146
6a142f26
DL
51472000-09-17 Dave Love <fx@gnu.org>
5148
e07436e1
DL
5149 * tmm.el: Replace mapcar with mapc in several places.
5150
5151 * loadhist.el (unload-feature): Maybe call elp-restore-list and
5152 ad-unadvise.
5153
7d354dd5
DL
5154 * international/latin1-disp.el: New file.
5155
6a142f26
DL
5156 * calendar/cal-move.el (scroll-calendar-left)
5157 (scroll-calendar-right): Make arg optional (for active mode line).
5158
5159 * calendar/calendar.el (calendar-mode-line-format): Make fields
5160 mouse-sensitive.
5161 (calendar-read-date, calendar-read-date, calendar-window-list):
5162 Unquote lambda.
5163 (calendar-month-name): Use aref, not sref.
5164
5165 * view.el (minor-mode-alist): Propertize the string.
5166
5167 * international/characters.el (standard-case-table): Add entries
5168 for Greek.
5169
50ac70af
MB
51702000-09-18 Miles Bader <miles@gnu.org>
5171
53c9ab4f
MB
5172 * info.el (info-node, info-xref): Add dark-background variants.
5173
a114b1ca
MB
5174 * faces.el (header-line): Change defaults to be less confusing
5175 when mixed with mode-lines.
5176
50ac70af
MB
5177 * info.el (Info-fontify-node): Make a few cleanups.
5178 Add extra `help-echo' and `local-map' props to node xrefs.
5179 Use header-specific faces for node-names & xrefs.
5180 (Info-use-header-line): New variable.
53c9ab4f 5181 (info-header-xref, info-header-node): New faces.
50ac70af
MB
5182 (Info-setup-header-line): New function.
5183 (Info-select-node): Call Info-setup-header-line when enabled.
5184 (Info-extract-pointer): Work even if the header line is hidden.
5185 (Info-header-line): New variable.
5186
729927ff
SM
51872000-09-16 Stefan Monnier <monnier@cs.yale.edu>
5188
5189 * vms-patch.el (print-region-function): Don't quote lambda.
5190
5191 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
5192
5193 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
5194 (lm-get-header-re): Allow spaces between the header and the colon.
5195 (lm-header): Allow $ in non-RCS headers.
5196 (lm-header-multiline): Put the strings back into order.
5197 Stop at an empty line. Don't require two space chars if the
5198 line is clearly not another header line.
5199
5200 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
5201 (popup-menu-popup): Remove.
5202
7a98d821
GM
52032000-09-15 Gerd Moellmann <gerd@gnu.org>
5204
7f8f1edc
GM
5205 * toolbar/toolbar.el (toolbar-add-item): Use the same image
5206 specification if or if not tool-bar item contains an `:enabled'
5207 property.
5208
7a98d821
GM
5209 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
5210 current buffer has no file name.
5211
a7bc704b
DL
52122000-09-15 Dave Love <fx@gnu.org>
5213
5214 * strokes.el: Sync with maintainer's current version with changes
5215 for Emacs, but avoid runtime cl and levents.
5216 (toplevel): Change autoloads and compilation requires.
5217 (strokes-version, strokes-bug-address, strokes-lift): Values
5218 changed.
5219 (strokes-xpm-header, strokes-insinuated): New variable.
5220 (strokes): Add :link.
5221 (strokes-mode): Customized.
5222 (strokes-while-inhibiting-garbage-collector): New macro.
5223 (strokes-remassoc): Avoid remove-if.
5224 (strokes-fix-button2-command): Don't use ad-do-it.
5225 (strokes-insinuate): New function.
5226 (strokes-button-press-event-p, strokes-button-release-event-p):
5227 New functions, used instead of non-`strokes-' versions..
5228 (strokes-mouse-event-p): Rewritten.
5229 (strokes-event-closest-point): Avoid event-point.
5230 (strokes-get-grid-position): Avoid cdadr, caadr
5231 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
5232 functions.
5233 (strokes-help): Use with-output-to-temp-buffer.
5234 (strokes-window-configuration-changed-p): New function.
5235 (strokes-update-window-configuration): Use buffer-live-p,
5236 strokes-window-configuration-changed-p.
5237 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
5238 (strokes-char-face): New face.
5239 (strokes-char-table, strokes-base64-chars): New variable.
5240 (strokes-xpm-for-stroke, strokes-list-strokes)
5241 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
5242 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
5243 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
5244 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
5245 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
5246 functions.
5247
47e351a3
GM
52482000-09-15 Gerd Moellmann <gerd@gnu.org>
5249
ebb8f116
GM
5250 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
5251
47e351a3
GM
5252 * image.el (create-image): Doc fix.
5253
5254 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
5255 instead of `:heuristic-mask t'.
5256
fe83b953
AI
52572000-09-14 Andrew Innes <andrewi@gnu.org>
5258
5259 * makefile.w32-in: Revert to Unix line endings.
5260
52481729
AI
52612000-09-14 Andrew Innes <andrewi@gnu.org>
5262
3021e816
AI
5263 * makefile.w32-in: Add bootstrap support. Also copy lisp source
5264 when installing.
5265
52481729
AI
5266 * makefile.nt (DONTCOMPILE): Fix typo.
5267
5268 * shell.el (shell-write-history-on-exit): New function.
5269 (shell-dumb-shell-regexp): New custom variable.
5270 (shell-mode): Make shell-write-history-on-exit the process
5271 sentinel if shell name matches shell-dumb-shell-regexp.
5272
5273 * w32-fns.el: Comment out before-init-hook function which resets
5274 source-directory based; this breaks bootstrap.
5275
f8034e41
DL
52762000-09-14 Dave Love <fx@gnu.org>
5277
5278 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
5279 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
5280 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
5281 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
5282 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
5283 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
5284 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
5285 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
5286 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
5287
5288 * toolbar/toolbar.el: New.
5289
5290 * subdirs.el: Add toolbar.
5291
b9ce5694
GM
52922000-09-14 Gerd Moellmann <gerd@gnu.org>
5293
5294 * indent.el (indent-for-tab-command): Doc fix.
5295
986b7dee
GM
52962000-09-14 Alex Schroeder <alex@gnu.org>
5297
5298 * ansi-color.el (ansi-colors): Doc change.
5299 (ansi-color-get-face): Simplified regexp.
5300 (ansi-color-faces-vector): Added more faces, doc change.
5301 (ansi-color-names-vector): Doc change.
5302 (ansi-color-regexp): Simplified regexp.
5303 (ansi-color-parameter-regexp): New regexp.
5304 (ansi-color-filter-apply): Doc change.
5305 (ansi-color-filter-region): Doc change.
5306 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
5307 deal with zero length parameters.
5308 (ansi-color-apply-on-region): Doc change.
5309 (ansi-color-map): Doc change.
5310 (ansi-color-map-update): Removed debugging message.
5311 (ansi-color-get-face-1): Added condition-case to trap
5312 args-out-of-range errors.
5313 (ansi-color-get-face): Doc change.
5314 (ansi-color-make-face): Removed.
5315 (ansi-color-for-shell-mode): New option.
9b4a7800 5316
076ff911
KH
53172000-09-13 Kenichi Handa <handa@etl.go.jp>
5318
5319 * international/quail.el (quail-start-translation): Translate KEY
5320 if necessary even if it doesn't have any mapping in the current
5321 input method.
5322 (quail-start-conversion): Likewise.
5323 (quail-help): The output message is improved.
5324
bdf08678
MB
53252000-09-13 Miles Bader <miles@gnu.org>
5326
5327 * comint.el (comint-output-filter): Revert to using
5328 `insert-before-markers'. Add bletcherous hack to undo damage
5329 caused by `insert-before-markers'. Put `front-sticky' property on
5330 overlays created here so that the field code understands how the
5331 overlay works. Use a let when making comint-last-prompt-overlay,
5332 so that the code is easier to read.
5333
ffb8db8d
DL
53342000-09-13 Dave Love <fx@gnu.org>
5335
5336 * wid-edit.el (widget-default-format-handler): DTRT when
5337 doc-property is a function.
5338
5dd05f61
GM
53392000-09-12 Francesco Potorti` <pot@gnu.org>
5340
5341 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
5342 filed name if it's not there.
5343
35177617
DL
53442000-09-12 Dave Love <fx@gnu.org>
5345
9023837e
DL
5346 * simple.el (read-mail-command): Doc fix.
5347 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
5348
35177617
DL
5349 * vc.el (vc-dired-listing-switches): Fix :version.
5350
5351 * vc-hooks.el: Doc fixes.
5352
5353 * subr.el (add-minor-mode): Use toggle-fun arg.
5354
5355 * speedbar.el: Add :version to several defcustoms.
5356
5357 * imenu.el (imenu--truncate-items, imenu--cleanup)
5358 (imenu--generic-function): Avoid mapcar.
5359 (imenu--replace-spaces): Function removed.
5360 (imenu--completion-buffer): Use subst-char-in-string.
5361 (imenu-add-to-menubar): Use keymap inheritance.
5362
1afaae94
MB
53632000-09-12 Miles Bader <miles@gnu.org>
5364
5365 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
5366 (diff-mode-map): Bind `diff-test-hunk'.
5367 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
5368
53692000-09-11 Gerd Moellmann <gerd@gnu.org>
71246c2c
GM
5370
5371 * bytecomp.el (byte-compile-defvar): Undo last change
5372 because it breaks '(make-variable-buffer-local (defvar ...)'
5373 which is used at least in dired.
5374
63c36c3c
KH
53752000-09-12 Kenichi Handa <handa@etl.go.jp>
5376
5377 * international/quail.el (quail-define-package): Docstring
5378 modified.
5379
1ad24be1
KH
53802000-09-12 Kenichi Handa <handa@etl.go.jp>
5381
362a8065
KH
5382 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
5383 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
5384 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
5385 docstring of "chinese-py".
5386
1ad24be1
KH
5387 * international/quail.el (quail-translation-docstring): New
5388 variable.
5389 (quail-show-keyboard-layout): Docstring modified.
5390 (quail-select-current): Likewise.
5391 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
5392 infinite recursive call.
5393 (quail-help): Check quail-translation-docstring. Format of the
5394 output changed.
5395 (quail-help-insert-keymap-description): Adjusted for the above
5396 change.
5397
cc0f95a4
GM
53982000-09-11 Gerd Moellmann <gerd@gnu.org>
5399
5400 * bytecomp.el (byte-compile-defvar): Only cons onto
5401 current-load-list in top-level forms. Else this leaks a cons cell
5402 every time a defun is called.
5403
7530b6da
MB
54042000-09-11 Miles Bader <miles@lsi.nec.co.jp>
5405
5406 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
5407 Now understands non-unified diffs. Some functionality moved into
5408 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
5409 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
5410 modify anything. Only reposition point in the patched file if the
5411 patch succeeds. Only pop up another window if POPUP is true.
5412 Emit a message describing what happened if successful, and at what
5413 line-offset. Automatically detect reversed hunks and do something
5414 appropriate.
5415 (diff-hunk-text, diff-find-text): New functions.
5416 (diff-filter-lines): Function removed.
5417 (diff-test-hunk): New function.
5418 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
5419
6b124390
DL
54202000-09-10 Dave Love <fx@gnu.org>
5421
5422 * textmodes/tildify.el: Minor doc/commentary fixes.
5423 (tildify) <defgroup>: Add :version.
5424
5425 * faces.el (face-x-resources): Make custom type more specific.
5426 (frame-background-mode): Use mapc.
5427 (region) <defcustom>: Add :version.
5428
7f8b6551
SM
54292000-09-08 Stefan Monnier <monnier@cs.yale.edu>
5430
9b4a7800
TTN
5431 * vc-sccs.el (vc-sccs-register):
5432 * vc-rcs.el (vc-rcs-register):
7f8b6551
SM
5433 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
5434 * vc.el (vc-register): Clear file's properties.
5435
c454aac1
GM
54362000-09-08 Gerd Moellmann <gerd@gnu.org>
5437
5438 * faces.el (face-spec-set): Only face-spec-reset-face when
5439 ATTRS is non-nil.
5440
bb934822
EZ
54412000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
5442
5443 * help.el (help-insert-xref-button): Fix a typo in doc string.
5444
03419440
EZ
54452000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
5446
7f8b6551
SM
5447 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5448 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
43b11fee
EZ
5449 methods.
5450
03419440
EZ
5451 * menu-bar.el (read-mail-item-name): New function.
5452 (menu-bar-tools-menu): Use it to compute and display the package
5453 used to read email.
5454 (menu-bar-tools-menu): Fix typo in GUD's help string.
5455
dbcee71a
DL
54562000-09-07 Dave Love <fx@gnu.org>
5457
19e713d8
DL
5458 * diff-mode.el (diff-mouse-goto-source): New function.
5459
a7cafade 5460 * vc-sccs.el: Doc fixes.
7f8b6551 5461 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
a7cafade
DL
5462
5463 * vc-rcs.el: Doc fixes.
7f8b6551
SM
5464 (vc-rcs-register-switches, vc-rcs-checkin-switches)
5465 (vc-rcs-checkout-switches, vc-rcs-header)
a7cafade
DL
5466 (vc-rcs-master-templates): Add or change :version.
5467
7f8b6551 5468 * vc-cvs.el: Doc fixes.
a7cafade
DL
5469 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
5470 (vc-cvs-stay-local): Add :version.
5471
dbcee71a
DL
5472 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
5473
ed254191
KH
54742000-09-07 Kenichi Handa <handa@etl.go.jp>
5475
5476 * international/quail.el (quail-help): Fix previous change.
5477
ab0ee409
GM
54782000-09-07 Gerd Moellmann <gerd@gnu.org>
5479
f46f845b 5480 * faces.el (color-values): Doc fix.
9b4a7800 5481
ab0ee409
GM
5482 * faces.el (frame-set-background-mode): Use frame-parameter
5483 instead of frame-parameters.
5484
5485 * frame.el (filtered-frame-list): Reduce consing.
9b4a7800 5486 (frames-on-display-list): Call frame-parameter instead of
ab0ee409 5487 frame-parameters.
9b4a7800 5488
f7246ac7
KH
54892000-09-07 Kenichi Handa <handa@etl.go.jp>
5490
5491 * language/devan-util.el (devanagari-to-indian-region): In the
5492 loop, change the following char, not preceding char.
5493
96889af2
GM
54942000-09-07 Gerd Moellmann <gerd@gnu.org>
5495
1091dd67
GM
5496 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
5497 instead of frame-parameters.
5498
9b4a7800 5499 * faces.el (set-face-attribute): Simplify by calling
0da3ecef
GM
5500 internal-set-lisp-face-attribute with FRAME being 0.
5501
5502 * vc.el: Remove `Id' version control keyword.
96889af2 5503
0fddd0dc
KH
55042000-09-07 Kenichi Handa <handa@etl.go.jp>
5505
5506 * help.el (help-make-xrefs): Adjusted for the change of
5507 help-xref-mule-regexp.
5508 (help-insert-xref-button): New function.
5509
5510 * international/mule-cmds.el (help-xref-mule-regexp-template):
5511 Include the pattern for character set.
5512 (leim): New group.
5513
5514 * international/quail.el: Don't require face.
5515 (quail): New group.
7f8b6551 5516 (quail-other-command): Dummy command to make quail-help work better.
0fddd0dc
KH
5517 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
5518 (quail-keyboard-layout-substitution): New variable.
5519 (quail-update-keyboard-layout): New function.
5520 (quail-keyboard-layout-type): New customizable variable.
5521 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
5522 (quail-keyboard-translate): Pay attention to
5523 quail-keyboard-layout-substitution.
5524 (quail-insert-kbd-layout): New function.
5525 (quail-show-keyboard-layout): New function.
5526 (quail-get-translation): If the definition is a vector of length
7f8b6551 5527 1, and the element is a string of length 1, return the character
0fddd0dc
KH
5528 in that string.
5529 (quail-update-current-translations): Fix the case of
5530 relative-index out of range.
5531 (quail-build-decode-map, quail-insert-decode-map): New Functions.
5532 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7f8b6551 5533 Show key sequences for all available characters.
0fddd0dc
KH
5534 (quail-help-insert-keymap-description): Don't show such verbose
5535 key bindings as quail-self-insert-command.
5536
5537 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5538 Format changed, and each element now have extra documentations.
5539 (tit-process-header): Delete invalid characters from TIT-PROMPT.
5540 Adjusted for the change of quail-cxterm-package-ext-info.
5541
8ddceaf1
GM
55422000-09-06 Gerd Moellmann <gerd@gnu.org>
5543
5544 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
5545 requiring it leads to a recursive loading of vc.el and vc-hooks.el
5546 during bootstrap.
5547
099bd78a
SM
55482000-09-05 Stefan Monnier <monnier@cs.yale.edu>
5549
5550 * vc.el: (toplevel): Don't require `dired' at run-time.
5551 (vc-dired-resynch-file): Remove autoload cookie.
5552
55532000-09-05 Andre Spiegel <spiegel@gnu.org>
5554
5555 * vc.el: Made several backend functions optional.
5556 (vc-default-responsible-p): New function.
5557 (vc-merge): Use RET for first version to trigger merge-news, not
5558 prefix arg.
5559 (vc-annotate): Handle backends that do not support annotation.
5560 (vc-default-merge-news): Removed. The existence of a merge-news
5561 implementation is now checked on caller sites.
5562
9b4a7800 5563 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
099bd78a
SM
5564 case.
5565
9b4a7800 5566 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
099bd78a
SM
5567 special case that has been removed from the default in vc-hooks.el.
5568
55692000-09-05 Stefan Monnier <monnier@cs.yale.edu>
5570
5571 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
5572
55732000-09-05 Andre Spiegel <spiegel@gnu.org>
5574
5575 * vc-hooks.el: Require vc during compilation.
5576 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
5577 macro `with-vc-properties' in vc.el.
5578 (vc-file-getprop): Doc fix.
5579 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9b4a7800 5580
099bd78a
SM
5581 * vc.el: Require dired-aux during compilation.
5582 (vc-name-assoc-file): Moved to vc-sccs.el.
5583 (with-vc-properties): New macro.
9b4a7800 5584 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
099bd78a
SM
5585 vc-finish-steal): Use it.
5586 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
5587 to the backend-specific function is now supposed to do the checkout,
5588 too.
5589 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
5590
9b4a7800 5591 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
099bd78a
SM
5592 set file properties; that gets done in the generic code now.
5593
5594 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
5595 Changed parameter list, added code from vc.el that does the
5596 checkout, possibly with a double-take.
5597
5598 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
5599 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
5600 the above under the new name.
5601 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
5602 parameter list, added checkout command.
5603 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
5604 properties; that gets done in the generic code now.
5605
56062000-09-05 Stefan Monnier <monnier@cs.yale.edu>
5607
5608 * vc.el: Docstring fixes (courtesy of checkdoc).
5609
56102000-09-05 Stefan Monnier <monnier@cs.yale.edu>
5611
5612 * vc.el (vc-checkout-writable-buffer-hook)
5613 (vc-checkout-writable-buffer): Remove.
5614 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
5615 (vc-log-mode): Make it into a clean derived major mode.
5616 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
5617 vc-log-mode if log-edit is not available.
5618 (vc-dired-mode-map): Don't set-keymap-parent yet.
5619 (vc-dired-mode): Do set-keymap-parent here.
5620 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
5621
08ba3862
GM
56222000-09-05 Gerd Moellmann <gerd@gnu.org>
5623
5624 * faces.el (set-face-attribute, face-spec-reset-face)
5625 (face-spec-set): Avoid consing by removing calls to `apply'.
5626
5627 * frame.el (frame-parameter): Move to C code.
5628
3b4429b4
DL
56292000-09-05 Dave Love <fx@gnu.org>
5630
5631 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
5632 insert-before-markers-and-inherit. Now checked systematically!
5633
877055f6
GM
56342000-09-05 Alex Schroeder <alex@gnu.org>
5635
5636 * sql.el (sql-postgres): Use sql-postgres-options.
5637 (sql-postgres-options): New variable.
5638
56392000-09-05 Alex Schroeder <alex@gnu.org>
5640
5641 * sql.el (sql-mode-menu): Work around missing variable mark-active
5642 in XEmacs.
5643 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
5644 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
5645 compatibility.
5646
7a004b71
GM
56472000-09-04 Gerd Moellmann <gerd@gnu.org>
5648
54baed30 5649 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9b4a7800 5650
7a004b71
GM
5651 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
5652
5653 * Makefile.in (DONTCOMPILE): Fix typo in file name.
5654
56552000-09-04 Andre Spiegel <spiegel@gnu.org>
5656
5657 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
5658 don't support anything else under SCCS yet.
5659
5660 * vc-hooks.el: Minor doc fixes.
5661
56622000-09-04 Andre Spiegel <spiegel@gnu.org>
5663
5664 * vc.el (vc-next-action-on-file): Do not visit the file if it's
5665 not necessary. If verbose in state `needs-patch', do the same as
5666 under `up-to-date'. When NOT verbose and `needs-patch', check out
5667 latest version instead of `merge-news'.
5668 (vc-next-action-dired): Don't mess with default-directory here; it
5669 breaks other parts of dired. It is the job of the
099bd78a 5670 backend-specific functions to adjust it temporarily if they need it.
7a004b71
GM
5671 (vc-next-action): Remove a special CVS case.
5672 (vc-clear-headers): New optional arg FILE.
5673 (vc-checkin, vc-checkout): Set properties vc-state and
5674 vc-checkout-time properly.
099bd78a 5675 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7a004b71
GM
5676 (vc-print-log): Use new backend function `show-log-entry'.
5677 (vc-cancel-version): Do the checks in a different order. Added a
5678 FIXME concerning RCS-only code.
5679
5680 * vc-rcs.el (vc-rcs-show-log-entry): New function.
5681 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
5682
5683 * vc-cvs.el (vc-cvs-show-log-entry): New function.
5684
9b4a7800 5685 * vc-hooks.el (vc-default-mode-line-string): Show state
7a004b71
GM
5686 `needs-patch' as a `-' too.
5687
56882000-09-04 Andre Spiegel <spiegel@gnu.org>
5689
5690 * vc.el (vc-responsible-backend): New optional arg REGISTER.
5691 (vc-default-could-register): New function.
5692 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
5693 (vc-resynch-buffer): Call vc-dired-resynch-file.
5694 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
5695 vc-resynch-buffer instead of vc-resynch-window.
5696 (vc-next-action-dired): Don't redisplay here, that gets done as a
5697 result of the individual file operations.
5698 (vc-retrieve-snapshot): Corrected prompt order.
5699
5700 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9b4a7800 5701
7a004b71
GM
5702 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
5703 as well.
5704 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
5705 hostname regexps. Updated all callers.
5706 (vc-cvs-responsible-p): Handle directories as well.
5707 (vc-cvs-could-register): New function.
5708 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
5709 properties up-to-date.
9b4a7800 5710
7a004b71
GM
5711 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
5712 user whether to create one.
5713
57142000-09-04 Andre Spiegel <spiegel@gnu.org>
5715
5716 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
5717 check out a non-existing file.
5718
5719 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
5720 workfile does not exist.
5721
5722 * vc.el (vc-version-diff): Use `require' to check for existence of
5723 diff-mode.
5724
57252000-09-04 Andre Spiegel <spiegel@gnu.org>
5726
5727 * vc-cvs.el (vc-cvs-registered): Use new function
5728 vc-cvs-parse-entry to do the actual work.
5729
57302000-09-04 Andre Spiegel <spiegel@gnu.org>
5731
5732 * vc-hooks.el (vc-find-backend-function): If function doesn't
5733 exist, return nil instead of error.
5734 (vc-call-backend): Doc fix.
5735
5736 * vc.el (vc-do-command): Doc fix.
5737 (vc-finish-logentry): When checking in from vc-dired, choose the
5738 right backend for logentry check.
5739 (vc-dired-mode-map): Inherit from dired-mode-map.
5740 (vc-dired-mode): Local value of dired-move-to-filename-regexp
5741 simplified.
5742 (vc-dired-state-info): Removed, updated caller.
5743 (vc-default-dired-state-info): Use parentheses instead of hyphens.
5744 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
5745 (vc-dired-listing-switches): New variable.
5746 (vc-directory): Use it, instead of dired-listing-switches.
5747
5748 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
5749 (vc-cvs-dir-state): New function.
7f8b6551 5750 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7a004b71
GM
5751 (vc-cvs-parse-entry): New function, also to be used in
5752 vc-cvs-registered.
9b4a7800 5753
7a004b71
GM
57542000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5755
5756 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
5757 *or* single-window-frames.
5758
57592000-09-04 Andre Spiegel <spiegel@gnu.org>
5760
5761 * vc.el (vc-update-changelog): Split into generic part and default
5762 implementation. Doc string adapted.
5763 (vc-default-update-changelog): New function. Call the `rcs2log'
5764 script in exec-directory, to fix a long-standing nuisance.
5765
5766 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
5767 simply signals an error.
9b4a7800 5768
7a004b71
GM
57692000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5770
5771 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
5772 control-flow more clear and to avoid running `cvs' twice.
5773
5774 * vc.el (vc-next-action-on-file): Doc fix.
5775 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
5776 (vc-print-log): Eval `file' before constructing the continuation.
5777
57782000-09-04 Andre Spiegel <spiegel@gnu.org>
5779
5780 * vc.el (vc-next-action-on-file): Corrected several messages.
5781 (vc-merge): Add prefix arg `merge-news'; handle it.
5782
5783 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
5784 is not reached. It is.
5785 (vc-cvs-merge): Set state to 'edited after merge.
5786 (vc-cvs-merge-news): Set workfile version to nil if not known.
5787 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
5788
5789 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
5790 via stdout. (Merge from main line.)
9b4a7800 5791
7a004b71
GM
57922000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5793
5794 * vc.el (vc-finish-logentry): Thinko in the "same comment"
5795 detection.
5796
57972000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5798
5799 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
5800 against kill-all-local-variables.
5801 (vc-log-edit): Don't save vc-parent-buffer any more.
5802 (vc-last-comment-match): Initialize to an empty string.
5803 (vc-post-command-functions): New hook.
5804 (vc-do-command): Run it.
5805 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
5806 (vc-finish-logentry): Only add the comment to the ring if it's
5807 different from the last comment entered.
5808 (vc-new-comment-index): New function.
5809 (vc-previous-comment): Use it. Make the minibuffer message
5810 slightly less terse.
5811 (vc-comment-search-reverse): Make it work forward as well. Don't
5812 set vc-comment-ring-index if no match is found. Use
5813 vc-new-comment-index.
5814 (vc-comment-search-forward): Use vc-comment-search-reverse.
5815 (vc-dired-mode-map): Don't inherit from dired-mode-map since
5816 define-derived-mode will do it for us. Bind `v' to a keymap that
5817 inherits from vc-prefix-map so that we can bind `vt' without
5818 binding C-x v t.
5819 (vc-retrieve-snapshot): Parenthesis typo.
5820
5821 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
5822 to 1. Make sure to switch to *vc* before looking for an error
5823 message. Use vc-parse-buffer.
5824
58252000-09-04 Andre Spiegel <spiegel@gnu.org>
5826
5827 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
5828 and NAME.
5829 (vc-retrieve-snapshot): Split into two parts.
5830 (vc-default-retrieve-snapshot): New function.
5831
5832 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
5833 (vc-cvs-retrieve-snapshot): New function (untested).
5834 (vc-cvs-stay-local): Default to t.
5835 (vc-cvs-remote-p): New function and property.
5836 (vc-cvs-state): Stay local only if the above is t.
5837 (vc-handle-cvs): Removed.
5838 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
5839 done via vc-handled-backends now.
5840 (vc-cvs-header): Escape Id.
5841
58422000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5843
5844 * vc.el (vc-do-command): Remove unused commands.
5845 (vc-version-diff): Make sure default-directory ends with a slash.
5846 Move the window commands into a vc-exec-after.
5847 (vc-print-log): Move more of the code into the `vc-exec-after'.
5848
58492000-09-04 Andre Spiegel <spiegel@gnu.org>
5850
5851 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
5852 (vc-print-log): Search current revision from beginning of buffer.
5853 (vc-revert-buffer): Clear echo area after the diff is finished.
5854 (vc-prefix-map): Removed definition of "t" for terse display in vc
5855 dired.
5856 (vc-dired-mode-map): Inherit from dired-mode-map. Added
5857 definition of "vt" for terse display.
5858 (vc-dired-mode): Fix dired-move-to-filename-regexp.
5859
58602000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5861
5862 * vc.el (vc-exec-after): Avoid caddr.
5863
58642000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5865
5866 * vc.el (vc-exec-after): New function.
5867 (vc-do-command): Use it to add a termination message for async
5868 procs.
5869 (vc-checkout): Try to handle a missing-backend situation.
5870 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
5871 of a directory with a backend using async diffs.
5872 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
5873 present.
5874
5875 * vc-sccs.el (vc-sccs-state-heuristic): Use
5876 file-ownership-preserved-p.
5877
5878 * vc-rcs.el (vc-rcs-state-heuristic): Use
5879 file-ownership-preserved-p.
5880 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
5881
58822000-09-04 Andre Spiegel <spiegel@gnu.org>
5883
5884 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
5885 vc-do-command.
5886
5887 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
5888 when there are no changes.
5889
58902000-09-04 Andre Spiegel <spiegel@gnu.org>
5891
5892 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
5893
5894 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
5895
58962000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5897
5898 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
5899
5900 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
5901 the `fset' outside of the defvar so that it works even if
5902 vc-prefix-map was already defined.
5903 (vc-setup-buffer): New function, split out of vc-do-command.
5904 (vc-do-command): Allow BUFFER to be t to mean `just use the
5905 current buffer without any fuss'.
5906 (vc-version-diff): Change the `diff' backend operation to just put
5907 the diff in the current buffer without erasing it. Always use
5908 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
5909 shrink-window-if-larger-than-buffer.
5910 (vc-print-log): Change the `print-log' backend operation to just
5911 put the log in the current buffer without erasing it. Protect
5912 shrink-window-if-larger-than-buffer.
5913 (vc-update-change-log): Fix setd typo.
5914
5915 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
5916 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
5917
5918 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
5919 (vc-rcs-diff): Insert in the current buffer and remove unused arg
5920 CMP.
5921
5922 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
5923 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
5924 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
5925
59262000-09-04 Andre Spiegel <spiegel@gnu.org>
5927
5928 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
5929 not possible, use vc-BACKEND-workfile-unchanged-p.
5930 (vc-default-workfile-unchanged-p): New function. Delegates to a
5931 full vc-BACKEND-diff.
5932
5933 * vc-hooks.el (vc-simple-command): Removed.
5934
5935 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
5936 instead of vc-simple-command.
5937 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
5938 avoid doing a diff when opening a file.
5939 (vc-rcs-state): Added check for unlocked-changes.
5940 (vc-rcs-header): Escape Id.
5941 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
5942 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
5943 version.
5944
5945 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
5946 (vc-sccs-diff): Remove optional arg CMP.
5947 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
5948 SCCS-specific function.
5949
5950 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
5951 vc-simple-command.
5952
59532000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5954
5955 * vc.el (vc-editable-p): Renamed from vc-writable-p.
5956 (with-vc-file, vc-merge): Use vc-editable-p.
5957 (vc-do-command): Remove unused var vc-file and fix the
5958 doubly-defined `status' var. Add a user message when starting an
5959 async command.
5960 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
5961 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
5962 Use with-current-buffer.
5963 (vc-buffer-sync): Use unless.
5964 (vc-next-action-on-file): If the file is 'edited by read-only,
5965 make it read-write instead of trying to commit.
5966 (vc-version-diff, vc-update-change-log): Use `setq
5967 default-directory' rather than `cd'.
5968 (vc-log-edit): Don't forget to set default-directory in the
5969 buffer.
5970
5971 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
5972 (vc-sccs-state-heuristic): Use file-writable-p instead of
5973 comparing userids.
5974 (vc-sccs-checkout): Use `unless'.
5975
5976 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
5977 of comparing userids.
5978 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
5979 Simplify the logic by eliminating unreachable code.
5980 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
5981 just do a recursive call if we need to retry.
5982 (vc-rcs-checkout): Handle the case where rcs is missing by making
5983 the buffer read-write if requested and re-signalling the error.
5984
5985 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
5986
59872000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5988
5989 * vc-hooks.el (vc-handled-backends): Docstring change.
5990 (vc-ignore-vc-files): Mark obsolete.
5991 (vc-registered): Check vc-ignore-vc-files.
5992 (vc-find-file-hook, vc-file-not-found-hook): Don't check
5993 vc-ignore-vc-files.
5994
5995 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
5996
59972000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5998
5999 * vc.el (vc-checkout): Don't do anything special for ange-ftp
6000 files since ange-ftp already has vc-registered return nil.
6001
6002 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
6003 (vc-sccs-workfile-version): Use with-temp-buffer and new
6004 vc-parse-buffer and don't bother setting the property.
6005 (vc-sccs-add-triple): Use with-current-buffer and
6006 find-file-noselect.
6007 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
6008
6009 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
6010 derives from the old vc-parse-buffer but uses the revision number
6011 rather than the date (much easier to compare robustly).
6012 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
6013 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
6014 locking-user more directly. Check strict locking and set
6015 checkout-model appropriately.
6016 (vc-rcs-parse-locks): Remove.
6017 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
6018 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
6019 (vc-rcs-system-release): Use with-current-buffer and
6020 vc-parse-buffer.
6021 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
6022
6023 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
6024 (vc-simple-command): Docstring fix.
6025 (vc-registered): Align the way the file-handler is called with the
6026 way the function itself works.
6027 (vc-file-owner): Remove.
6028
6029 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
6030 extraction of fields and call to file-attributes because of a
6031 temporary bug in rcp.el.
6032 (vc-cvs-fetch-status): Use with-current-buffer.
6033
60342000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6035
6036 * vc.el (vc-do-command): Use file-relative-name.
6037 (vc-responsible-backend): Use vc-backend if possible.
6038 (vc-create-snapshot): Improve the `interactive' spec. Add support
6039 for branches and dispatch to backend-specific `create-snapshot'.
6040 (vc-default-create-snapshot): New function, containing the bulk of
6041 the old vc-create-snapshot.
6042 (vc-retrieve-snapshot): Improve the interactive spec.
6043
6044 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
6045 (vc-backend-hook-functions): Remove.
6046 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
6047 (vc-backend): Reintroduce the test for `file = nil' now that I
6048 know why it was there (and added a comment to better remember).
6049
6050 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
6051 code from vc-sccs-hooks.el.
6052 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
6053 'vc anymore.
6054 (vc-sccs-responsible-p): Use expand-file-name instead of concat
6055 and file-directory-p instead of file-exists-p.
6056 (vc-sccs-check-headers): Simplify the regexp.
6057
6058 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
6059 from vc-rcs-hooks.el. Don't require 'vc anymore.
6060 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
6061 file-directory-p instead of file-exists-p.
6062
6063 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
6064 from vc-cvs-hooks.el.
6065 (proto vc-cvs-registered): Require 'vc-cvs instead of
6066 'vc-cvs-hooks. Don't require 'vc anymore.
6067 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
6068 file-directory-p instead of file-exists-p.
6069 (vc-cvs-create-snapshot): New function, replacing
6070 vc-cvs-assign-name.
6071 (vc-cvs-assign-name): Remove.
6072
60732000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6074
6075 * vc-cvs.el (vc-cvs-header): New var.
6076
6077 * vc-rcs.el (vc-rcs-exists): Remove.
6078 (vc-rcs-header): New var.
6079
6080 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
6081 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
6082 (vc-sccs-header): New var.
6083
6084 * vc.el (vc-do-command): Get rid of the `last' argument.
6085 (vc-header-alist): Remove, replaced by vc-X-header.
6086 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
6087 (vc-dired-hook): Use expand-file-name instead of concat.
6088 (vc-directory): Use file-name-as-directory.
6089 (vc-snapshot-precondition, vc-create-snapshot)
6090 (vc-retrieve-snapshot): Allow the command to operate on any
6091 directory.
6092
6093 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
6094 just removing the 'WORKFILE argument or by removing the 'MASTER
6095 argument and replacing `file' with (vc-name file).
6096
60972000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6098
6099 * vc.el: Update Copyright and add a crude list of backend funs.
6100 (vc-writable-p): New function.
6101 (with-vc-file): Use vc-writable-p.
7f8b6551 6102 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7a004b71
GM
6103 (vc-register): Avoid vc-name.
6104 (vc-locking-user): Remove.
6105 (vc-steal-lock): Make the `owner' arg non-optional.
6106 (vc-merge): Use vc-writable-p instead of vc-locking-user and
6107 vc-checkout-model.
6108 (vc-default-dired-state-info): Use vc-state instead of
6109 vc-locking-user and return special strings for special states.
6110 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
6111 and get rid of one of the special CVS cases.
6112 (vc-cancel-version): prettify error message with \\[...].
6113 (vc-rename-master): New function.
6114 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
6115 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
6116 the CVS special case generic.
6117 (vc-default-record-rename): Remove.
6118 (vc-file-tree-walk-internal): Only call FUNC for files that are
6119 under control of some VC backend and replace `concat' with
6120 expand-file-name.
6121 (vc-file-tree-walk): Update docstring.
6122 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
6123 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
6124
6125 * vc-sccs.el (vc-sccs-rename-file): Renamed from
6126 vc-sccs-record-rename. Use `find-file-noselect' rather than
6127 `find-file' and call `vc-rename-master' to do the actual move.
6128 (vc-sccs-diff): Remove unused `backend' variable.
6129
6130 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
6131 to delay loading of vc-sccs until it is really used.
6132 (vc-sccs-master-templates): Preload.
6133 (vc-sccs-state): Update call to vc-sccs-parse-locks.
6134 (vc-sccs-project-dir): Remove (merged into
6135 vc-sccs-search-project-dir).
6136 (vc-sccs-search-project-dir): Rewrite using file name handling ops
6137 rather than `concat', make sure it is preloaded and don't bother
6138 to check that the file actually exists.
6139 (vc-sccs-parse-locks): Remove unused `file' argument, remove
6140 `locks' argument (use buffer's content instead) and eliminate n^2
6141 behavior.
6142
6143 * vc-rcs.el: Update Copyright.
6144 (vc-rcs-rename-file): New function.
6145 (vc-rcs-diff): Remove unused `backend' variable.
6146
6147 * vc-hooks.el: Update Copyright.
6148 (vc-backend): Don't accept a nil argument any more.
6149 (vc-up-to-date-p): Turn into a defsubst.
6150 (vc-possible-master): New function.
6151 (vc-check-master-templates): Use `vc-possible-master' and allow
6152 funs in vc-X-master-templates to return a non-existent file.
6153
6154 * vc-cvs.el: Update Copyright.
6155 (vc-cvs-diff): Remove unused `backend' variable.
7f8b6551 6156 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7a004b71
GM
6157
6158 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
6159
61602000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6161
6162 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
6163 since it can be called from vc-rcs.el.
6164 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
6165
61662000-09-04 Andre Spiegel <spiegel@gnu.org>
6167
6168 * vc.el (vc-version-diff): Expand file name read from the
6169 minibuffer. Handle the case when a previous version number can't
6170 be guessed. Give suitable messages when there were no differences
6171 found.
6172 (vc-clear-headers): Call backend-specific implementation, if one
6173 exists.
6174 (vc-cancel-version): Made error checks generic. When done, clear
6175 headers generically, too.
6176
6177 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
6178 from vc-clear-headers in vc.el.
6179
6180 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
6181 correctly.
6182 (vc-rcs-latest-on-branch-p): Made second argument VERSION
6183 optional. Handle the case when it's not there.
6184
61852000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6186
6187 * vc.el (vc-locking-user): Moved from vc-hooks.el.
6188
61892000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6190
6191 * vc-hooks.el (vc-loadup): Remove.
6192 (vc-find-backend-function): Use `require'. Also, handle the case
6193 where vc-BACKEND-hooks.el doesn't exist.
6194 (vc-call-backend): Cleanup.
6195
61962000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6197
6198 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
6199 vc-rcs-grab-templates)
6200 (vc-rcs-registered): Remove. The default function works as well.
6201 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
6202 vc-sccs-grab-templates)
6203 (vc-sccs-registered): Remove. The default function works as well.
6204
6205 * vc.el (vc-version-diff): Left out a vc- in call to
6206 vc-call-backend.
6207 (vc-default-dired-state-info, vc-default-record-rename)
6208 (vc-default-merge-news): Update for the new backend argument.
6209
6210 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
6211 using the default function.
6212 (vc-call-backend): If calling the default function, pass it the
6213 backend as first argument. Update the docstring accordingly.
6214 (vc-default-state-heuristic, vc-default-mode-line-string): Update
6215 for the new backend argument.
6216 (vc-make-backend-sym): Renamed from vc-make-backend-function.
6217 (vc-find-backend-function): Use the new name.
6218 (vc-default-registered): New function.
6219
62202000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6221
6222 * vc.el (vc-merge): Use vc-find-backend-function.
6223
6224 * vc-hooks.el (vc-backend-functions): Remove.
6225 (vc-loadup): Don't setup 'vc-functions.
6226 (vc-find-backend-function): New function.
6227 (vc-call-backend): Use above fun and populate 'vc-functions
6228 lazily.
6229 (vc-backend-defines): Remove.
6230
62312000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6232
6233 * vc.el (vc-register): Put a FIXME note for a newly found bug.
6234 Call vc-call-backend without the leading vc-.
6235 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
6236 (vc-check-headers): Call vc-call-backend without the leading vc-.
7f8b6551 6237 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7a004b71
GM
6238 (vc-annotate-display): Replace confusing use of `cond' with `or'.
6239 Call vc-call-backend without the leading vc-.
6240
6241 * vc-cvs.el (tail): Provide vc-cvs.
6242 * vc-sccs.el (tail): Provide vc-sccs.
6243 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
6244
6245 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
6246 (vc-make-backend-function, vc-call): Pass names without leading
7f8b6551 6247 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7a004b71
GM
6248 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
6249 (vc-call-backend): Always try to load vc-X-hooks.
6250 (vc-registered): Remove vc- in call to vc-call-backend.
6251
62522000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6253
6254 * vc.el (vc-process-filter): New function.
6255 (vc-do-command): Setup `vc-process-filter' for the async process.
6256 (vc-maybe-resolve-conflicts): New function to reduce
6257 code-duplication. Additionally, it puts the buffer in
6258 `smerge-mode' if applicable.
6259 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
6260 calling `merge-news'.
7f8b6551 6261 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7a004b71
GM
6262 (vc-log-edit): New function. Replacement for `vc-log-mode' by
6263 interfacing to log-edit.el.
6264 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
6265 log-edit is available.
6266 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
6267
62682000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6269
6270 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
6271 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
6272 defvar and the initialization.
6273 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
6274
6275 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
6276 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
6277
7f8b6551 6278 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7a004b71
GM
6279
62802000-09-04 Andre Spiegel <spiegel@gnu.org>
6281
6282 * vc.el (vc-file-clear-masterprops): Removed.
6283 (vc-checkin, vc-revert-buffer): Removed calls to the above.
6284 (vc-version-diff): Use buffer-size without argument.
6285 (vc-register): Heed vc-initial-comment.
6286
6287 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
6288 default branch.
6289
6290 * vc-rcs.el (vc-rcs-register): Parse command output to find master
6291 file name and workfile version.
6292 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
6293
6294 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
6295 vc-file-clear-masterprops.
6296
6297 * vc-sccs.el (vc-sccs-checkout): Removed call to
6298 vc-file-clear-masterprops. If writable, set vc-state to 'edited
6299 rather than user login name.
6300
6301
63022000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6303
6304 * vc.el (vc-workfile-unchanged-p): Remove unused argument
6305 `want-differences-if-changed' and simplify.
6306 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
6307 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
6308 output (which is invalid for async vc-diff) to decide whether to
6309 do the revert silently or not.
6310
63112000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6312
6313 * vc-hooks.el (vc-loadup): Load files quietly.
6314 (vc-call-backend): Oops, brain fart.
6315
63162000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6317
6318 * vc-cvs.el (vc-cvs-state): Typo.
7f8b6551 6319 (vc-cvs-merge-news): Return the status code rather than the error msg.
7a004b71
GM
6320
63212000-09-04 Andre Spiegel <spiegel@gnu.org>
6322
6323 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
6324 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
6325 vc-state or vc-up-to-date-p.
6326 (vc-merge): Use vc-backend-defines to check whether merging is
6327 possible. Set state to 'edited after successful merge.
6328
6329 * vc-hooks.el (vc-locking-user): If locked by the calling user,
6330 return that name. Redocumented.
6331
63322000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6333
6334 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
6335 new `vc-state' semantics.
6336 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
6337 'vc-locking-user to the current user.
6338 (vc-merge): Inline vc-backend-merge. Comment out code that I
6339 don't understand and hence can't adapt to the new `vc-state' and
6340 `vc-locking-user' semantics.
6341 (vc-backend-merge): Remove.
6342
6343 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
6344 rather than 'vc-locking-user.
6345
6346 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
6347
6348 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
6349 (vc-state): Don't use 'reserved any more. Just use the same
6350 convention as the one used for vc-<backend>-state where the
6351 locking user (as a string) is returned.
6352 (vc-locking-user): Update, based on the above convention. The
6353 'vc-locking-user property has disappeared.
7f8b6551 6354 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7a004b71
GM
6355
6356 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
6357 with a heuristic one.
6358 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
6359 (vc-cvs-checkin): Do a trivial parse to set the state in case of
6360 error. That allows us to get to 'needs-merge even in the
6361 stay-local case. There's still no way to detect 'needs-patch in
6362 such a setup (or to force an update for that matter).
6363 (vc-cvs-logentry-check): Remove, the default works as well.
6364
63652000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6366
7f8b6551 6367 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7a004b71
GM
6368
6369 * vc.el (vc-do-command): kill-all-local-variables, to reset any
6370 major-mode in which the buffer might have been put earlier. Use
6371 `remove' and `when'. Allow `okstatus' to be `async' and use
6372 `start-process' in this case.
6373 (vc-version-diff): Handle the case where the diff looks empty
6374 because of the use of an async process.
6375
63762000-09-04 Andre Spiegel <spiegel@gnu.org>
6377
6378 * vc.el (vc-next-action-on-file): Removed optional parameter
6379 `simple'. Recompute state unconditionally.
6380 (vc-default-toggle-read-only): Removed.
6381
6382 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
6383 (vc-toggle-read-only): Undid prev change.
6384
6385 * vc-cvs.el (vc-cvs-stay-local): Renamed from
6386 vc-cvs-simple-toggle. Redocumented.
6387 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
6388 (vc-cvs-toggle-read-only): Removed.
6389
63902000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6391
7f8b6551 6392 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7a004b71
GM
6393 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
6394 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
6395 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
6396 still is. So maybe it should be removed.
6397 (vc-head-version, vc-find-binary): Remove.
6398 (vc-recompute-state): Move from vc-hooks.el.
6399 (vc-next-action-on-file): Add a `simple' argument to allow
6400 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7f8b6551
SM
6401 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
6402 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7a004b71
GM
6403 (vc-dired-mode-map): Properly defvar it.
6404 (vc-print-log): Call log-view-mode if available.
6405 (small-temporary-file-directory): defvar instead of use boundp.
6406 (vc-merge-news): Moved to vc-cvs.el.
6407 (vc-default-merge-news): New function.
6408
6409 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
6410 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
6411 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
6412 unknown `vc-latest-version' function. It should probably refer to
6413 vc-workfile-version or somesuch, but it's very unclear to me and I
6414 don't have SCCS to test things.
6415
6416 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
6417 (vc-sccs-state-heuristic): Fix typo.
6418 (vc-sccs-workfile-unchanged-p): Add missing argument.
6419
6420 * vc-rcs.el: Require vc and vc-rcs-hooks.
6421 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
6422 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
6423 (vc-release-greater-or-equal-p): Move from vc.
6424 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
6425 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
6426 (vc-rcs-checkout): Add a missing `new-version' argument in the
7f8b6551 6427 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7a004b71
GM
6428
6429 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
6430 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
6431 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
6432 than the apparently unbound `workfile-version'.
6433
6434 * vc-hooks.el (vc-master-templates): Def the obsolete var.
6435 (vc-file-prop-obarray): Use `make-vector'.
6436 (vc-backend-functions): Add new hookable functions
6437 vc-toggle-read-only, vc-record-rename and vc-merge-news.
6438 (vc-loadup): If neither backend nor default functions exist, use
6439 the backend function rather than nil.
6440 (vc-call-backend): If the function if not bound yet, try to load
6441 the non-hook file to see if it provides it.
6442 (vc-call): New macro plus use it wherever possible.
6443 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
6444 nor `vc-find-binary' since it's only called from
7f8b6551 6445 vc-mistrust-permission which is only used once the backend is known.
7a004b71
GM
6446 (vc-checkout-model): Fix parenthesis.
6447 (vc-recompute-state, vc-prefix-map): Move to vc.el.
6448
7f8b6551 6449 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7a004b71
GM
6450 (vc-cvs-release, vc-cvs-system-release): Remove.
6451 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
6452 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
6453 status symbols.
6454 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
6455 (vc-cvs-toggle-read-only): First cut at a function to allow a
6456 cvs-status-free vc-toggle-read-only.
6457 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
6458 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
6459 vc-cvs-status. Also set vc-state rather than vc-locking-user.
6460 (vc-cvs-checkout): Modify access rights directly if the user
6461 requested not to use `cvs edit'. And refresh the mode line.
6462
6463 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
6464 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
6465
64662000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6467
6468 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
6469 workfile' that got lost when the code was extracted from vc.el.
6470 And merged the tail with the rest of the code (not possible in the
6471 old vc.el where the tail was shared among all backends). And
6472 explicitly set the state to 'edited if `writable' is set.
6473
6474 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
6475 (vc-cvs-state): Be careful to return the value from
6476 vc-cvs-parse-state.
6477 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
6478 property but return it instead. Also be careful to handle a nil
6479 or "" `rev' when workfile is non-nil (it was handled properly when
6480 workfile was nil).
6481
6482 * vc.el: Removed those pesky unnecessary `(function' quotes.
6483 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
6484 directly in the defvar.
6485 (vc-do-command): Bind inhibit-read-only so as to properly handle
6486 the case where the destination buffer has been made read-only.
6487 (vc-diff): Delegate to vc-version-diff in all cases.
7f8b6551 6488 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7a004b71
GM
6489 (vc-annotate-mode-variables): Removed (code moved partly to
6490 defvars and partly to vc-annotate-add-menu).
6491 (vc-annotate-mode): Turned into a derived-mode.
6492 (vc-annotate-add-menu): Moved in code in
6493 vc-annotate-mode-variables.
6494 (vc-update-change-log): Use make-temp-file if available.
6495
64962000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
6497
6498 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
6499 `vc-checkout-model' updated to `vc-cvs-update-model'.
6500
65012000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6502
6503 * vc.el (vc-next-action-on-file): Added handling of state
6504 `unlocked-changes'.
6505 (vc-checkout-carefully): Is now practically obsolete, unless the
6506 above is too slow to be enabled unconditionally.
6507 (vc-update-change-log): Fixed typo.
6508
6509 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
6510
7f8b6551
SM
6511 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
6512 Now handles state `unlocked-changes'.
6513 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7a004b71
GM
6514
6515 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
6516
6517 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
6518 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
6519 `unlocked-changes'.
6520 (vc-rcs-workfile-unchanged-p): Renamed from
6521 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
6522 function yet, but supposed to become one soon.
6523
6524 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
6525 `vc-steal-lock'.
6526 (vc-call-backend): Changed error message.
6527 (vc-state): Added description of state `unlocked-changes'.
6528
65292000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6530
6531 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
6532 always return t in CVS-controlled directories.
6533
6534 * vc.el (vc-responsible-backend): New function.
6535 (vc-register): Largely rewritten.
6536 (vc-admin): Removed (implementation moved into vc-register).
6537 (vc-checkin): Redocumented.
6538 (vc-finish-logentry): If no backend defined yet (because we are in
6539 the process of registering), use the responsible backend.
6540
6541 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
6542 Updated function lists.
6543 (vc-call-backend): Fixed typo.
6544
7f8b6551
SM
6545 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
6546 New functions.
6547 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
6548 Removed query option. Redocumented.
7a004b71
GM
6549
65502000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6551
6552 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
6553
6554 * vc.el: Updated callers of `vc-checkout-required' to use
6555 `vc-checkout-model'.
6556
65572000-09-04 Martin Lorentzson <martinl@gnu.org>
6558
6559 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
6560 stuff updated to reference this function instead of the old
6561 `vc-backend-release-p'.
6562
65632000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6564
6565 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
6566 vc-checkout-model. Return appropriate values. Updated callers.
6567
65682000-09-04 Martin Lorentzson <martinl@gnu.org>
6569
7f8b6551 6570 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7a004b71
GM
6571 (vc-backend-revert): Function moved into `vc-revert';
6572 `vc-next-action' must be updated to accomodate this change.
6573 (vc-backend-steal): Function moved into `vc-finish-steal'.
6574 (vc-backend-logentry-check): Function moved into
6575 `vc-finish-logentry'.
6576 (vc-backend-printlog): Function moved into `vc-print-log'.
6577 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
6578 (vc-backend-assign-name): Function moved into
6579 `vc-create-snapshot'.
6580
65812000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6582
6583 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7f8b6551
SM
6584 Rename to vc-checkout-model. Return appropriate values.
6585 Update callers.
7a004b71 6586
7f8b6551 6587 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7a004b71 6588 to vc-checkout-model.
7f8b6551
SM
6589 (vc-checkout-required): Rename to vc-checkout-model.
6590 Re-implement and re-comment.
7a004b71
GM
6591 (vc-after-save): Use vc-checkout-model.
6592
65932000-09-04 Martin Lorentzson <martinl@gnu.org>
6594
7f8b6551
SM
6595 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
6596 Update to use the vc-BACKEND-diff functions instead.
6597 `vc-diff' is now working.
7a004b71 6598
7f8b6551 6599 * vc-rcs.el (vc-rcs-logentry-check): New function.
7a004b71 6600
7f8b6551 6601 * vc-cvs.el (vc-cvs-logentry-check): New function.
7a004b71
GM
6602
6603 * vc-sccs.el (vc-sccs-diff): Function changed name from
6604 `vc-backend-diff'. This makes `vc-diff' work.
6605
7f8b6551 6606 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7a004b71 6607 of functions possibly implemented in a vc-BACKEND library.
7f8b6551 6608 (vc-checkout-required): Fix bug that caused an error to be
7a004b71
GM
6609 signaled during `vc-after-save'.
6610
7f8b6551
SM
6611 * vc.el: Fix typo.
6612 This checkin is made with our new VC code base for the very first time.
6613 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7a004b71
GM
6614
6615 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
6616 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
6617
6618 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
6619 updated to `vc-uses-locking'.
7f8b6551 6620 (vc-checkout-required): Call to backend function.
7a004b71
GM
6621 `vc-checkout-required' updated to `vc-uses-locking' instead.
6622
6623 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
6624 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
6625
7f8b6551 6626 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7a004b71 6627 to match the split into various backends.
7f8b6551 6628 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7a004b71
GM
6629 (vc-retrieve-snapshot): Bug fix.
6630
66312000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6632
6633 * vc-sccs.el (vc-sccs-release): Doc fix.
6634
66352000-09-04 Martin Lorentzson <martinl@gnu.org>
6636
6637 * vc.el (vc-next-action-on-file): Bug found and fixed.
6638 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
6639 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
6640
6641 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
6642 (vc-rcs-checkout): Name space cleaned up. No more revision number
6643 crunching function names that are not prefixed with vc-rcs.
6644 (vc-rcs-checkout-model): Function added. References to
6645 `vc-checkout-model' replaced.
6646
66472000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6648
6649 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
6650 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
6651 still need to be split, and implemented for RCS).
6652
66532000-09-04 Martin Lorentzson <martinl@gnu.org>
6654
6655 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
6656
6657 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
6658 required by the vc.el file.
6659
6660 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
6661 required by the vc.el file.
6662 (vc-rcs-exists): Function added.
6663
6664 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
6665 required by the vc.el file.
6666
6667 * vc.el (vc-admin): Updated to handle selection of appropriate
6668 backend. Current implementation is crufty and need re-thinking.
6669
6670 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
6671
66722000-09-04 Martin Lorentzson <martinl@gnu.org>
6673
6674 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
6675 beginning of annotate buffers correctly.
6676
6677 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
6678 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
6679 functionality updated quite a lot to support multiple backends.
6680 Variables `vc-annotate-mode', `vc-annotate-buffers',
6681 `vc-annotate-backend' added.
6682
6683 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
6684 `vc-annotate-difference' added to supported backend functions.
6685
66862000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6687
6688 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
6689 Use with-temp-file instead of /bin/sh. Merged from mainline
6690
66912000-09-04 Martin Lorentzson <martinl@gnu.org>
6692
6693 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
6694
6695 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
6696
6697 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
6698
66992000-09-04 Martin Lorentzson <martinl@gnu.org>
6700
6701 * vc-hooks.el: vc-state-heuristic added to
6702 vc-backend-hook-functions.
6703
6704 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
6705
6706 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
6707
7f8b6551
SM
6708 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
6709 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
7a004b71
GM
6710 state to `reserved'.
6711
6712 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
6713 `vc-checkout-required'. Rename the `locked' state to `reserved'.
6714
67152000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6716
7f8b6551 6717 * vc-rcs-hooks.el: Implement new state model. Hardly anything
7a004b71
GM
6718 untouched.
6719
7f8b6551 6720 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7a004b71 6721
7f8b6551 6722 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7a004b71
GM
6723 if defined. (Merged from main line, slightly adapted.)
6724
6725 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
6726 millenium problem (merged from mainline).
6727
67282000-09-04 Martin Lorentzson <martinl@gnu.org>
6729
6730 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
6731 part and moved the non-BACKEND stuff to vc.el.
6732
6733 * vc.el: Split the annotate feature into a BACKEND specific part
6734 and moved it from the vc-cvs.el file to this one.
6735
67362000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6737
7f8b6551
SM
6738 * vc-hooks.el: Implement new state model.
6739 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
6740 (vc-locking-user): Simplify. Now only needed if the file is
7a004b71 6741 locked by somebody else.
7f8b6551 6742 (vc-lock-from-permissions): Remove. Functionality is in
7a004b71
GM
6743 vc-sccs-hooks.el and vc-rcs-hooks.el now.
6744 (vc-mode-line-string): New name for former vc-status. Adapted.
7f8b6551 6745 (vc-mode-line): Adapt to use the above. Remove optional parameter.
7a004b71 6746
7f8b6551
SM
6747 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
6748 Various simplifications and adaptations all over the place.
7a004b71 6749
7f8b6551
SM
6750 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
6751 Simplify and adapt the rest.
7a004b71 6752
7f8b6551 6753 * vc.el (vc-resynch-window): Add TODO comment: check for
7a004b71 6754 interaction with view mode according to recent RCS change.
7f8b6551 6755 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7a004b71
GM
6756
67572000-09-04 Martin Lorentzson <martinl@gnu.org>
6758
7f8b6551 6759 * vc.el: Convert the remaining function comments to docstrings.
7a004b71
GM
6760
67612000-09-04 Martin Lorentzson <martinl@gnu.org>
6762
6763 * vc.el (vc-backend-release, vc-release-greater-or-equal)
6764 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
6765 (vc-minor-part, vc-previous-version): Functions that operate and
6766 compare revision numbers got proper documentation. Comments added
6767 about their possible removal.
6768
67692000-09-04 Martin Lorentzson <martinl@gnu.org>
6770
6771 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
6772 the vc-backend.el files.
6773
6774 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
6775
6776 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
6777 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
6778 (vc-rcs-previous-version): Functions added.
6779
6780 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
6781
6782 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
6783
67842000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6785
6786 * vc-hooks.el (vc-master-templates): Is really obsolete.
7f8b6551 6787 Comment out the definition for now. What is the right procedure
7a004b71
GM
6788 to get rid of it?
6789 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
6790 rewritten.
7f8b6551 6791 (vc-default-registered): Remove.
7a004b71
GM
6792 (vc-check-master-templates): New function; does mostly what the
6793 above did before.
6794 (vc-locking-user): Don't rely on the backend to set the property.
6795
6796 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7f8b6551 6797 Rewrite documentation.
7a004b71
GM
6798 (vc-rcs-templates-grabbed): New variable.
6799 (vc-rcs-grab-templates): New function.
7f8b6551 6800 (vc-rcs-registered): Rewrite to use above mechanism.
7a004b71
GM
6801
6802 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7f8b6551 6803 Rewrite documentation.
7a004b71
GM
6804 (vc-sccs-templates-grabbed): New variable.
6805 (vc-sccs-grab-templates): New function.
7f8b6551
SM
6806 (vc-sccs-registered): Rewrite to use above mechanism.
6807 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
6808 Don't throw the result, simply return it.
7a004b71 6809
7f8b6551
SM
6810 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
6811 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
6812 (vc-cvs-registered): Does the check itself now. Simplify.
7a004b71 6813
7f8b6551 6814 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7a004b71
GM
6815 from main line.
6816
68172000-09-04 Martin Lorentzson <martinl@gnu.org>
6818
7f8b6551 6819 * vc-cvs.el (vc-cvs-diff): New function.
7a004b71 6820
7f8b6551 6821 * vc-sccs.el (vc-sccs-diff): New function.
7a004b71 6822
7f8b6551
SM
6823 * vc-rcs.el (vc-rcs-diff): New function.
6824 (vc-rcs-checkout): Bug (typo) found and fixed.
6825 (vc-rcs-register-switches): New variable.
7a004b71
GM
6826
6827 * vc.el (vc-backend-diff): Function removed and placed in the
6828 backend files.
6829
68302000-09-04 Martin Lorentzson <martinl@gnu.org>
6831
6832 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
6833
6834 * vc.el (vc-backend-checkout): Function removed and replaced in
6835 the vc-backend.el files.
6836
6837 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
6838
6839 * vc.el (vc-backend-admin): Removed and replaced in the
6840 vc-backend.el files.
6841
6842 * vc.el (Martin): Removed all the annotate functionality since it
6843 is CVS backend specific.
6844
68452000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6846
6847 * spec.txt: Added specification of vc-state.
6848
6849 * vc-sccs-hooks.el (vc-sccs-master-properties):
7f8b6551 6850 Remove handling of vc-latest-version and
7a004b71
GM
6851 vc-your-latest-version. What used to be vc-latest-version, is now
6852 returned as vc-workfile-version.
7f8b6551 6853 (vc-sccs-workfile-version): Adapt.
7a004b71
GM
6854
68552000-09-04 Dave Love <fx@gnu.org>
6856
6857 * vc.el: [Merged from mainline.]
6858 (vc-dired-mode): Make the dired-move-to-filename-regexp
6859 regexp match the date, to avoid treating date as file size.
6860 Add YYYY S option to WESTERN/
6861
68622000-09-04 Dave Love <fx@gnu.org>
6863
6864 * vc.el: Require `compile' when compiling.
6865 (vc-logentry-check-hook): New option.
6866 (vc-steal-lock): Use compose-mail.
6867 (vc-dired-mode-map): Defvar when compiling.
6868 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
6869 vc-sccs.el and renamed. Callers changed.
6870 (vc-backend-checkout, vc-backend-logentry-check)
6871 (vc-backend-merge-news): Doc fix.
6872 (vc-default-logentry-check): New function.
6873 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
6874 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
6875 (vc-backend-merge): Doc fix. Use backend functions.
6876 (vc-check-headers): Use backend functions.
6877
6878 * vc-cvs.el: Require vc when compiling.
6879 (vc-cvs-register-switches): Doc fix.
6880 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
6881 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
6882 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
6883 New functions (code from vc.el).
6884 (vc-annotate-display-default): Fix interactive spec.
6885 (vc-annotate-time-span): Doc fix.
6886
6887 * vc-rcs.el: Require vc when compiling.
6888 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
6889 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
6890 (vc-rcs-checkin): New functions (code from vc.el).
6891 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
6892 Doc fix.
6893 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
6894
6895 * vc-sccs.el: Require vc when compiling.
6896 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
6897 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
6898 (vc-sccs-revert)
6899 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
6900 from vc.el).
6901 (vc-sccs-add-triple, vc-sccs-record-rename)
6902 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
6903 (vc-sccs-admin): Doc fix.
6904
69052000-09-04 Martin Lorentzson <martinl@gnu.org>
6906
6907 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
6908 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
6909 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
6910 from vc.el.
6911
6912 * vc-sccs.el (vc-admin-sccs): Added from vc.el
6913
6914 * vc-cvs.el: Moved the annotate functionality from vc.el.
6915 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
6916
69172000-09-04 Dave Love <fx@gnu.org>
6918
6919 * vc.el (vc-backend-release): Call vc-system-release.
6920
6921 * vc-sccs.el (vc-sccs-system-release):
6922 Renamed from vc-sccs-backend-release.
6923
6924 * vc-rcs.el (vc-rcs-system-release):
6925 Renamed from vc-rcs-backend-release.
6926
6927 * vc-cvs.el (vc-cvs-system-release):
6928 Renamed from vc-cvs-backend-release.
6929
69302000-09-04 Dave Love <fx@gnu.org>
6931
6932 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
6933 backend files.
6934 (vc-backend-release): Dispatch to backend functions.
6935 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
6936 probably needs attention.]
6937
6938 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
6939 (vc-sccs-backend-release): New function.
6940
6941 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
6942 (vc-cvs-backend-release): New function.
6943
6944 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
6945 Doc fix.
6946 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
6947 (vc-default-dired-state-info): New function.
6948 (vc-dired-state-info): Dispatch to backends.
6949 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
6950
6951 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
6952 from vc.el and renamed.
6953
69542000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6955
6956 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
6957 (vc-version-other-window, vc-backend-assign-name): Removed
6958 references to vc-latest-version; sometimes changed into
6959 vc-workfile-version.
6960
6961 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
6962 vc-rcs-master-workfile-version.
6963 (vc-rcs-workfile-version): Use the above. Don't call
6964 vc-latest-version (that was unreachable code, anyway).
6965 (vc-rcs-fetch-master-properties): Doc fix.
6966
6967 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
6968 (vc-backend-hook-functions): Removed them from this list, too.
6969 (vc-fetch-properties): Removed.
6970 (vc-workfile-version): Doc fix.
6971
6972 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
6973 (vc-rcs-workfile-version, vc-rcs-locking-user)
6974 (vc-rcs-uses-locking): Use it.
6975
6976 * vc-hooks.el (vc-consult-rcs-headers):
6977 Moved into vc-rcs-hooks.el, under the name
6978 vc-rcs-consult-headers.
6979
6980 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
6981 headers.
6982 (vc-cvs-find-master): Use this name only; correct different
6983 versions of the name.
6984
6985 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
6986 New functions.
6987 (vc-sccs-locking-user): Use the latter.
6988
6989 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
6990 New functions.
6991
6992 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
6993 Moved into both
6994 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
6995 functions are implementation details of those two backends.
6996
69972000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6998
6999 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
7000 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
7001
7002 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
7003 (vc-sccs-parse-locks): SCCS-specific code moved here from
7004 vc-hooks.
7005
7006 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
7007 code moved here from vc-hooks.
7008
7009 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
7010 into back-end specific parts and removed. Callers not updated
7011 yet; because I guess these callers will disappear into back-end
7012 specific files anyway.
7013
70142000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7015
7016 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
7017 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
7018 `vc-uses-locking'.
7019
7020 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
7021 Store yes/no in the property, and return t/nil. Updated all
7022 callers.
7023
7024 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
7025 vc-sccs-uses-locking. Don't set property.
7026 (vc-sccs-locking-user): Don't set property.
7027
7028 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
7029 vc-cvs-uses-locking. Don't set property here; leave that to
7030 vc-hooks.
7031 (vc-cvs-locking-user): Reflect above change. Streamlined.
7032
7033 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
7034 vc-rcs-uses-locking.
7035 (vc-rcs-locking-user): Reflect above change.
7036
70372000-09-04 Dave Love <fx@gnu.org>
7038
7039 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
7040
7041 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
7042
7043 * vc-hooks.el (vc-checkout-model): Punt to backends.
7044
7045 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
7046
7047 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
7048
7049 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
7050 New functions.
7051
7052 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
7053 New functions.
7054
7055 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
7056 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
7057
7058 * vc-hooks.el (vc-default-locking-user): New function.
7059 (vc-locking-user, vc-workfile-version): Punt to backends.
7060
70612000-09-04 Dave Love <fx@gnu.org>
7062
7063 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
7064 (vc-master-workfile-version): Moved from vc-hooks.
7065
7066 * vc-rcs-hooks.el: Fix duplicate code in last change.
7067
7068 * vc-rcs-hooks.el: Require vc-hooks when compiling.
7069 (vc-rcs-master-templates): Improve :type.
7070 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
7071 vc-master-workfile-version): Moved from vc-hooks.
7072
7073 * vc-sccs-hooks.el: Require vc-hooks when compiling.
7074 (vc-sccs-master-templates): Improve :type.
7075 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
7076
7077 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
7078
7079 * vc-cvs-hooks.el: Require vc-hooks when compiling.
7080 (vc-cvs-master-templates): Improve :type. Use
7081 vc-cvs-find-cvs-master.
7082 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
7083 from vc-hooks.
7084 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
7085
7086 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
7087 Moved to vc-cvs-hooks.
7088
7089 * vc-hooks.el: Add doc strings in various places. Simplify the
7090 minor mode setup.
7091 (vc-handled-backends): New user variable.
7092 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
7093 simplification.
7094
70952000-09-04 Dave Love <fx@gnu.org>
7096
7097 * vc.el: Some doc fixes for autoloaded and interactive functions.
7098 Fix compilation warnings from ediff stuff.
7099 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
7100
7101 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
7102
7103 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
7104
7105 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
7106
71072000-09-04 Dave Love <fx@gnu.org>
7108
7109 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
7110 New variable.
7111 (vc-make-backend-function, vc-loadup, vc-call-backend)
7112 (vc-backend-defines): New functions.
7113
7114 * vc-hooks.el: Various doc fixes.
7115 (vc-default-back-end, vc-follow-symlinks): Custom fix.
7116 (vc-match-substring): Function removed. Callers changed to use
7117 match-string.
7118 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
7119 Simplify.
7120
71212000-09-04 Dave Love <fx@gnu.org>
7122
7123 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
7124 type.
7125 (vc-sccs-project-dir, vc-search-sccs-project-dir)
7126 (vc-sccs-registered): Doc fix.
7127
7128 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
7129 (vc-cvs-registered): Doc fix.
7130
7131 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
7132 (vc-rcs-registered): Doc fix.
7133
71342000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7135
7136 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
7137
7138 * vc-hooks.el: vc-registered has been renamed
7139 vc-default-registered. Some functions have been moved to the
7140 backend specific files. they all support the
7141 vc-BACKEND-registered functions.
7142
71432000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7144
7145 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
7146
7147 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
7148
a033ea13
DL
71492000-09-04 Dave Love <fx@gnu.org>
7150
179fc9ef
DL
7151 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
7152 menu-bar-update-hook.
7153
7154 * help.el (help-manyarg-func-alist): Add
7155 find-operation-coding-system.
7156
a033ea13
DL
7157 * wid-edit.el (widget-sexp-validate): Fix garbled code.
7158
7159 * custom.el (custom-set-variables): Print message about errors in
7160 setting.
7161
f8803e97
AI
71622000-09-03 Andrew Innes <andrewi@gnu.org>
7163
7164 * makefile.w32-in: Change to DOS line endings.
7165
59836110
EZ
71662000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
7167
7168 * mouse.el (mouse-popup-menubar): Supply the prompt string for
7169 minor-mode keymaps, if they don't have one.
7170
5514ba5c
EZ
71712000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
7172
7173 * eshell/esh-module.el (eval-when-compile): Don't lose if
7174 esh-module.el's file name is truncated to DOS 8+3 limits.
7175
79cf8e80
JW
71762000-09-01 John Wiegley <johnw@gnu.org>
7177
7178 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
7179 predicate, which caused entries in the completion list to be
7180 doubled.
7181
71822000-08-30 John Wiegley <johnw@gnu.org>
7183
7184 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
7185 sending to subprocesses. Also, hook pre-command-hook if
7186 `eshell-send-direct-to-subprocesses' is non-nil.
7187 (eshell-send-direct-to-subprocesses): New config variable. If t,
7188 subprocess input is send immediately.
7189 (eshell-toggle-direct-send): New function.
7190 (eshell-self-insert-command): New function.
7191 (eshell-intercept-commands): New function.
7192 (eshell-send-input): If direct subprocess sending is enabled,
7193 don't echo any input to the Eshell buffer. Let the subprocess
7194 handle that. This requires "stty echo" in bash, for example.
7195
71962000-08-28 John Wiegley <johnw@gnu.org>
7197
7198 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
7199 completion function for Eshell's implementation of `unset'.
7200
778911b9
EZ
72012000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
7202
7203 * info.el (Info-directory-list): Doc fix.
7204
05d07b49
PB
72052000-08-31 Peter Breton <pbreton@ne.mediaone.net>
7206
9b4a7800 7207 * filecache.el (file-cache-add-directory-using-find): Don't quote
05d07b49
PB
7208 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
7209
9941d4c7
KH
72102000-08-31 Kenichi Handa <handa@etl.go.jp>
7211
7212 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
7213 coding systems.
7214
af9ba8ad
AI
72152000-08-30 Andrew Innes <andrewi@gnu.org>
7216
7217 * timer.el (run-with-idle-timer): Undo last change, so that timer
7218 is not activated immediately if Emacs is already idle. Some
7219 existing code relies on this behaviour.
7220
caccd8f2
MB
72212000-08-30 Miles Bader <miles@gnu.org>
7222
7223 * frame.el (set-frame-font): Do completion of font-name for
7224 interactive use.
7225
b64c0a1c
KH
72262000-08-30 Kenichi Handa <handa@etl.go.jp>
7227
7228 * international/quail.el (quail-start-translation): Bind locally
7229 last-command-event, last-command, and this-command.
7230 (quail-start-conversion): Likewise.
75cf0095 7231 (quail-self-insert-command): Fix docstring.
b64c0a1c 7232
fd5f61d3
GM
72332000-08-29 Gerd Moellmann <gerd@gnu.org>
7234
7235 * progmodes/executable.el
7236 (executable-make-buffer-file-executable-if-script-p): Check that
7237 buffer contains at least 2 characters.
7238
5b671d04
EZ
72392000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
7240
7241 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
7242
485d9513
DL
72432000-08-29 Dave Love <fx@gnu.org>
7244
a39fb83d
DL
7245 * diff-mode.el (diff-mode) <defgroup>: Add :version.
7246 (diff-mode-shared-map): Bind mouse-2.
7247 (diff-imenu-generic-expression): New variable.
7248 (diff-mode): Use it.
7249
485d9513
DL
7250 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
7251 (mouse-popup-menubar): Add minor mode menus.
7252 (popup-menu): Check for lookup-key returning number.
7253
ba3478d9
MB
72542000-08-29 Miles Bader <miles@gnu.org>
7255
7256 * comint.el (comint-send-input): Create overlays using the proper
7257 front/read-advance arguments.
9b4a7800 7258
c3d6d211
GM
72592000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7260
7261 * ps-print.el: Even/odd pages printing. Doc fix.
7262 (ps-print-version): New version number (6.0).
7263 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
7264 (ps-background, ps-begin-file, ps-begin-job): Code fix.
7265 (ps-print-duplex-feature): Variable eliminated.
7266 (ps-even-or-odd-pages): New variable.
7267
ba087cd7 7268 * progmodes/ebnf2ps.el: Doc fix.
87d0f685
GM
7269 (ebnf-version): New version (3.3).
7270 (ebnf-user-arrow): Change variable customization to sexp.
7271 (ebnf-user-arrow): Function eliminated.
7272 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9b4a7800 7273
d313265f
KH
72742000-08-29 Kenichi Handa <handa@etl.go.jp>
7275
cba62b78 7276 * help.el (help-xref-mule-regexp): New variable.
d313265f
KH
7277 (help-make-xrefs): Handle help-xref-mule-regexp.
7278
7279 * international/mule-cmds.el (help-xref-mule-regexp-template): New
7280 variable.
7281 (describe-input-method): Temporarily activate the specfied input
7282 method to display the information.
7283 (describe-language-environment): Hyperlinks to mule related items.
7284
7285 * international/mule-diag.el (charset-multibyte-form-string): New
7286 function.
7287 (list-character-sets-1): Use charset-multibyte-form-string.
7288 (describe-character-set): New function.
7289 (describe-coding-system): Hyperlinks to safe character sets.
7290
7291 * international/quail.el (quail-help): New arg PACKAGE.
7292 Hyperlinks to mule related items.
7293 (quail-help-insert-keymap-description): Use
7294 substitute-command-keys instead of describe-bindings.
7295 (quail-translation-help): Hyperlinks to mule related items.
7296
b4bd214e
JW
72972000-08-28 John Wiegley <johnw@gnu.org>
7298
ca7aae91
JW
7299 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
7300 have a defsubst call itself. Made `eshell-flatten-list' back into
7301 a function again.
7302
b4bd214e
JW
7303 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
7304 catch, in case re-centering point at bottom messes up the display.
7305 This happens frequently in Emacs 21, due I believe to variable
7306 line heights.
7307
7308 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
7309 to call `find-tag-interactive'.
7310
7311 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
7312 the list of remember directories.
7313
d44e146b
JW
73142000-08-28 John Wiegley <johnw@gnu.org>
7315
7316 * align.el: Test align-region-separate to see if it's a symbol.
7317
546c0888 73182000-08-28 John Wiegley <johnw@gnu.org>
d44e146b
JW
7319
7320 * eshell/esh-util.el (eshell-flatten-list): Made this function
7321 into a defsubst form. It gets used very frequently, although
7322 calls don't occur all that often.
7323
7324 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
7325 examining it.
7326
7327 * eshell/esh-cmd.el (eshell-rewrite-while-command):
7328 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
7329 `eshell-protect'.
7330 (eshell-copy-handles): Created a new macro for duplicating the
7331 current set of open handles. This is needed by the looping
7332 functions.
7333 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
7334 is not incorrectly stomped on.
7335
7336 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
7337 declaration for pcomplete-use-paring.
7338 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
7339 value of eshell-cmpl-use-paring.
7340 * pcomplete.el (pcomplete-use-paring): New config variable, to
7341 indicate whether paring should be used.
7342 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
7343 completion alternatives that have already been used.
7344
7345 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
7346 bound to C-c C-y, which will repeat the previous N arguments
7347 (based on prefix argument).
7348 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
7349
7350 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
7351 if there is no *Help* buffer. This is for XEmacs, which renames
7352 its help buffers uniquely. TODO: Find out what the current buffer
7353 name to delete is.
7354
7355 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
7356 first entry that correlates to a passwd/group number. Later
7357 entries (used for group/user name aliasing to multiple IDs) are
7358 ignored.
7359
9b4a7800
TTN
7360 * eshell/em-xtra.el (eshell/expr):
7361 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
7362 (eshell-grep, eshell/diff, eshell/locate):
d44e146b
JW
7363 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
7364 argument list, before passing it to the system command.
7365
7366 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
7367 `find-tag' for use at final position in Eshell buffers (which
7368 otherwise triggers an error on Emacs 21).
7369 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
7370 buffer, if it is currently bound to `find-tag'.
7371
7372 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
7373 in the list of matched Makefile names.
7374 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
7375 directory, prefer its contents to Makefile.
7376
7377 * eshell/em-dirs.el (eshell/cd): cd commands that look up
7378 directory parts (like "cd old new", or "cd =regexp"), are now case
7379 sensitive on non-Windows/DOS platforms.
7380
7381 * eshell/esh-mode.el (eshell-parse-command-input): When a user
7382 types RET after an open delimiter (like "), display a message
7383 indicating that Eshell is waiting for the closing delimiter.
7384
7385 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
7386 environment variables.
7387
7388 * eshell/em-unix.el (eshell/diff): Added logic to fail more
7389 gracefully if the user enters incorrect arguments.
7390
7391 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
7392 Eshell buffers.
7393
9b4a7800
TTN
7394 * eshell/esh-var.el (eshell-interpolate-variable):
7395 * eshell/esh-mode.el (eshell-move-argument):
d44e146b
JW
7396 * eshell/em-unix.el (eshell-du-sum-directory):
7397 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
7398 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
7399 (not (= ...)).
7400
7401 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
7402 to ensure the `preserve' flag gets propagated when doing recursive
7403 directory copies.
7404
546c0888 74052000-08-28 Stefan Monnier <monnier@cs.yale.edu>
d44e146b
JW
7406
7407 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
7408 Don't convert \n into \0177 in memory.
7409 (eshell-read-history, eshell-write-history): Convert \n to \0177,
7410 and back again, when reading and writing.
9b4a7800 7411
546c0888 74122000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
d44e146b
JW
7413
7414 * eshell/esh-util.el (eshell-processp): Added to relieve constant
7415 testing of `fboundp' on `processp'.
7416
7417 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
7418 (eshell/jobs): Don't call process-list if it is not bound.
7419 (eshell-gather-process-output): Support systems where async
7420 subprocesses aren't supported.
7421 (eshell-scratch-buffer, eshell-last-sync-output-start): New
7422 variables.
7423
7424 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
7425 eshell-do-eval returns t.
7426 (eshell-do-pipelines-synchronously): New defmacro.
7427 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
7428 when async subprocesses aren't supported.
7429 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
7430 if async subprocesses aren't supported.
7431 (eshell-resume-command): Don't assume STATUS is a string.
7432
7433 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
7434
7435 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
7436 (eshell-close-target, eshell-get-target): Use eshell-processp.
7437 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
7438 fix.
7439 (eshell-get-target, eshell-create-handles): Doc fix.
7440
546c0888 74412000-08-28 Miles Bader <miles@lsi.nec.co.jp>
d44e146b 7442
546c0888 7443 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
d44e146b
JW
7444 criterion to include commands that output something, as long as it
7445 leaves both the command and the end-of-buffer visible when the
7446 command has exited.
7447 (eshell-review-quick-commands): Adjust the help doc string
7448 accordingly.
7449
2a371c3b
PB
74502000-08-28 Peter Breton <pbreton@ne.mediaone.net>
7451
8348e1f9 7452 * locate.el (locate): Cleaned up locate command's interactive prompting
1ec321a7 7453 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8348e1f9 7454
9b4a7800 7455 * filecache.el (file-cache-case-fold-search): New variable
2a371c3b
PB
7456 (file-cache-assoc-function): New variable
7457 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
7458 Use file-cache-case-fold-search variable
7459 (file-cache-add-file): Use file-cache-assoc-function
7460 (file-cache-delete-file): likewise
7461 (file-cache-directory-name): likewise
7462 (file-cache-debug-read-from-minibuffer): likewise
7463
95931eb1
GM
74642000-08-28 Gerd Moellmann <gerd@gnu.org>
7465
7466 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
7467 (abbrev-table-name): New function.
7468 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
7469 If non-nil list local abbrev, only.
7470
bb17930d
GM
74712000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
7472
546c0888
EZ
7473 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
7474 from Gnus support code, and use special article copy buffer
bb17930d
GM
7475 `(gnus-original-article-buffer)' instead. This allows to get rid
7476 of article-hide-headers usage (which breaks in the latest Gnus
7477 version). Thanks to Detlev Zundel.
7478
41a68aef
KH
74792000-08-28 Kenichi Handa <handa@etl.go.jp>
7480
7481 * international/quail.el (quail-use-package): Hide "... loaded"
7482 message.
7483 (quail-start-translation, quail-start-conversion): Likewise.
7484
7485 * international/kkc.el (kkc-region): Hide "... loaded" message.
7486
28bb2cef
DL
74872000-08-27 Dave Love <fx@gnu.org>
7488
7489 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
7490
11a1118d
MB
74912000-08-27 Miles Bader <miles@gnu.org>
7492
7493 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
7494
0f85d477
KH
74952000-08-27 Kenichi Handa <handa@etl.go.jp>
7496
7497 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
7498 'ja-dic-cnv), not (require 'skkdic-cnv).
7499
2d73e8d3
MB
75002000-08-26 Miles Bader <miles@gnu.org>
7501
a0e5a5a4
MB
7502 * faces.el (face-x-resources): Add entry for :inherit.
7503 * cus-face.el (custom-face-attributes): Add support for :inherit
7504 attribute. Add support for relative face heights.
7505 (custom-face-attributes-get): Treat `nil' as being a default value
7506 for :inherit (as well as `unspecified').
7507
19feb949
MB
7508 * faces.el (set-face-attribute): Update doc string.
7509 (face-attribute-name-alist): Add :inherit.
7510 (face-valid-attribute-values): Handle :inherit.
7511 (face-read-string): Rephrase prompt to be less confusing.
7512 Assume that DEFAULT is a string, since we must return a string.
7513 (face-read-integer): Use `format' to turn DEFAULT into an
7514 acceptable default for face-read-string. Match NEW-VALUE against
7515 the string "unspecified", not the symbol `unspecified', since
7516 that's what face-read-string returns.
7517 (read-face-attribute): Lookup a name for old-value in valid, and
7518 use it as a default if we find one. Treat all values from
7519 face-read-string as strings. If the default is used, don't do any
7520 more processing on the value, just use the old value directly.
7521 (read-face-and-attribute, modify-face): Tweak prompt.
7522 (read-face-name): Don't assume prompt ends with a space.
7523
2d73e8d3
MB
7524 * faces.el (describe-face): Add support for :inherit attribute.
7525
a1a2e38f
KH
75262000-08-25 Kenichi Handa <handa@etl.go.jp>
7527
e84fa7c5
KH
7528 * terminal.el (terminal-emulator): Fix args to `concat'. Now
7529 concat doesn't accept interger.
7530
a1a2e38f
KH
7531 * international/kkc.el: Remove SKK from Keywords. Require
7532 ja-dic-utl instead of skkdic-utl.
7533
7534 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
7535 Provide ja-dic-cnv instead of skkdic-cnv.
7536 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
7537 (iso-2022-7bit-short): Add safe-charsets property.
7538 (skkdic-convert-postfix): Search Japanese chou-on character in
7539 addition to Hiragana character.
7540 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
7541 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
7542 (batch-skkdic-convert): Likewise.
7543
7544 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
7545 Provide ja-dic-utl instead of skkdic-utl.
7546 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
7547
f6499c03
DL
75482000-08-24 Dave Love <fx@gnu.org>
7549
1c2c3f16
DL
7550 * disp-table.el (standard-display-default): Make the test of `l'
7551 useful.
7552
f6499c03
DL
7553 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
7554 mod sample text.
7555
7556 * international/iso-ascii.el: Make pilcrow convenient string
7557 consistent with section.
7558 (iso-ascii-display): Set up multibyte characters as well as
7559 unibyte.
7560
c543db81
KH
75612000-08-24 Kenichi Handa <handa@etl.go.jp>
7562
7563 * international/mule-cmds.el (reset-language-environment): Set
7564 default-process-coding-system to '(undecided . iso-latin-1), which
7565 makes process I/O almost consistent with file I/O. Call this
7566 function when mule-cmds.el[c] is loaded.
7567
746d9caf
AI
75682000-08-22 Andrew Innes <andrewi@gnu.org>
7569
7570 * makefile.w32-in: New file.
7571
5484005d
MB
75722000-08-22 Miles Bader <miles@lsi.nec.co.jp>
7573
7574 * comint.el (comint-output-filter): Compare end of
7575 comint-last-output-overlay with the start of the newly inserted
7576 text, not the end, when deciding whether to extend it.
9b4a7800 7577 Set saved-point's insertion type to advance after insertion.
5484005d
MB
7578
7579 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
7580 since this is now done independently of font-lock mode.
7581
7a912f63
GM
75822000-08-21 Gerd Moellmann <gerd@gnu.org>
7583
7584 * server.el (server-kill-new-buffers): New user option.
7585 (server-existing-buffer): New buffer-local variable.
7586 (server-visit-files): When using an existing buffer, set
7587 server-existing-buffer to t.
7588 (server-buffer-done): If server-kill-new-buffers is t, kill the
7589 buffer, unless it was already present before visiting it with
7590 Emacs server.
9b4a7800 7591
240301df
EZ
75922000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
7593
7594 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
7595 even if the display doesn't support colors: some displays will
7596 support bold/underline faces.
7597
cbcef616
GM
75982000-08-21 Gerd Moellmann <gerd@gnu.org>
7599
6917e6bb
GM
7600 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
7601
cbcef616
GM
7602 * startup.el (command-line): If user's init file had an error,
7603 add explanatory text to *Messages*.
7604
6922b018
KH
76052000-08-21 Kenichi Handa <handa@etl.go.jp>
7606
7607 * man.el (Man-getpage-in-background): Decode the process output by
7608 the system locale coding system.
7609
e50c4203
DL
76102000-08-20 Dave Love <fx@gnu.org>
7611
96ab6351
DL
7612 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
7613 Don't test x-popup-menu.
7614 (function) <complete-function>: Complete only fbound symbols.
7615 <validate, value>: New.
7616 (variable) <complete-function>: Complete only bound symbols.
7617 (coding-system): Add :base-only, :complete-function, :validate,
7618 :value, :prompt-match.
7619 (widget-coding-system-prompt-value): Use read-coding-system and
7620 act on :base-only.
7621 (editable-field): Add :help-echo.
7622 (widget-push-button-gui, widget-push-button-cache)
7623 (widget-gui-action, widget-editable-list-gui): COmment out, along
7624 with uses.
7625 (widget-at): Make arg optional.
7626 (widget-echo-help): Adjust for current help-echo calling sequence.
7627 (widget-specify-field, widget-specify-button)
7628 (widget-specify-insert, widget-get-sibling, widget-image-find)
7629 (widget-convert, widget-insert, widget-leave-text)
7630 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
7631 (widget-setup, widget-field-find, widget-before-change)
7632 (widget-after-change, widget-default-complete)
7633 (widget-default-create, widget-default-delete)
7634 (widget-push-button-value-create, editable-field)
7635 (widget-field-prompt-value, widget-field-validate)
7636 (widget-choice-value-create, widget-choice-action)
7637 (widget-choice-validate, widget-checklist-add-item)
7638 (widget-radio-add-item, widget-radio-chosen)
7639 (widget-radio-value-inline, widget-editable-list-value-create)
7640 (widget-editable-list-entry-create)
7641 (widget-documentation-link-add)
7642 (widget-documentation-string-value-create)
7643 (widget-regexp-validate, widget-file-complete)
7644 (widget-sexp-validate, widget-plist-convert-widget)
7645 (widget-plist-convert-widget, widget-alist-convert-widget)
7646 (widget-alist-convert-widget, widget-color-complete): Simplify,
7647 particularly to avoid bindings which aren't optimized out.
7648
e50c4203
DL
7649 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
7650 Doc fix.
7651 (down-list, backward-up-list, up-list, kill-sexp)
7652 (backward-kill-sexp, mark-sexp): Make arg optional.
7653 (lisp-complete-symbol): Add optional arg PREDICATE.
7654
7655 * cus-start.el: Add display-buffer-reuse-frames,
7656 file-coding-system-alist.
7657
511bd4eb
GM
76582000-08-20 Gerd Moellmann <gerd@gnu.org>
7659
7660 * startup.el (command-line): Clear realized faces after
7661 modifying TTY color mappings.
7662
a9de7d29
MB
76632000-08-20 Miles Bader <miles@gnu.org>
7664
7665 * faces.el (face-attr-match-p): Don't return true if ATTRS are
7666 merely a subset of FACE's attributes.
7667
8a8023d9
MB
76682000-08-19 Miles Bader <miles@gnu.org>
7669
7670 * comint.el (comint-output-filter): Save the point with a marker,
7671 not just a buffer position.
7672
7673 * international/mule.el (set-buffer-process-coding-system): Make
7674 interactive prompt less confusing.
7675
1433385f
GM
76762000-08-19 Gerd Moellmann <gerd@gnu.org>
7677
7678 * hilit-chg.el: General cleanup of doc strings, comments and
7679 code formatting.
7680
136b4eda
MB
76812000-08-19 Miles Bader <miles@gnu.org>
7682
7683 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
7684 Compiler macro removed; beginning-of-line is no longer always
7685 equivalent to forward-line, in the presence of fields.
7686
7687 * comint.el (comint-output-filter): Remove ad-hoc saving of
7688 restriction, and just use save-restriction, now that it works
7689 correctly. Don't adjust comint-last-input-start to account for
7690 our insertion; it shouldn't have moved because we don't use
7691 insert-before-markers anymore. Comment out call to
7692 `force-mode-line-update'; why is it here?
7693
7694 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
7695 while checking for prompt to delete. Use `forward-line 0'
7696 instead of beginning-of-line.
7697 (gud-filter): Temporarily widen gud comint buffer while
7698 examining output.
7699
cdd0f857
SM
77002000-08-18 Stefan Monnier <monnier@cs.yale.edu>
7701
ebf96bfa
SM
7702 * progmodes/sh-script.el: Big bag of typos.
7703
cdd0f857
SM
7704 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
7705 check since ispell-process is not bound when ispell is not yet loaded.
7706
9bb7a286
DL
77072000-08-18 Dave Love <fx@gnu.org>
7708
7709 * image.el (find-image): Copy `spec' before using plist-put.
7710
74ec6045
GM
77112000-08-18 Gerd Moellmann <gerd@gnu.org>
7712
7713 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
7714 `portugues'.
7715
7716 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
7717 backward-kill-sexp, analogous to kill-sexp.
7718
7719 * progmodes/icon.el (icon-indent-line)
7720 (icon-is-continuation-line): Handle comments specially.
7721
77222000-08-17 Ken Stevens <k.stevens@ieee.org>
7723
7724 * ispell.el: Set to standard author/maintainer/keyword fields.
7725 Fine tuning to menu map appearance and operation, and added help.
7726 Remove `start' and `end' error messages when compiling.
7727 (ispell-choices-win-default-height): Fixed comment string.
7728 (ispell-dictionary-alist-1): Fixed regexp in castellano and
7729 castellano8 dictionaries.
7730 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
7731 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
7732 dictionary, added italiano dictionary.
7733 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
7734 word character
7735 (ispell-tex-skip-alists): Added psfig support.
7736 (ispell-skip-html): Renamed from ispell-skip-sgml.
7737 (ispell-begin-skip-region-regexp, ispell-skip-region)
7738 (ispell-minor-check): Improved html skipping support to skip across
7739 code, and recognize `&' commands without propper `;' syntax;
7740 (ispell-process-line): Fix alignment error when manually
7741 correcting spelling.
7742 (ispell): Fix comment string.
7743 (ispell-add-per-file-word-list): Always put word list on new line.
7744
3787e12e
GM
77452000-08-17 Gerd Moellmann <gerd@gnu.org>
7746
a7b28523
GM
7747 * format.el (format-encode-run-method): Fix error message to say
7748 `encode' instead of `decode'. Use save-window-excursion around
7749 shell-command-on-region as in format-decode-run-method because
7750 shell-command-on-region can display a buffer with error output.
7751 (format-decode): Don't record undo information for the decoding.
7752 (format-annotate-function): Add parameter FORMAT-COUNT. Make
7753 that number part of the temporary buffer name so that more than
7754 one decoding using a temporary buffer can happen safely.
7755
7756 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
7757 of `A-z' in the regexp.
7758
7759 * hilit-chg.el: Fix typos in commentary.
7760
3787e12e
GM
7761 * help.el (view-emacs-news): Rewritten for new naming scheme
7762 for old NEWS files.
7763
7764 * startup.el (command-line): Pop to *Messages* in case an error
7765 is signaled while loading user-init-file.
7766
d2473540
AS
77672000-08-17 Andreas Schwab <schwab@suse.de>
7768
7769 * files.el (insert-directory): Don't lose original file name,
7770 undoing an undocumented change.
7771
c0bbaf57
GM
77722000-08-17 Alex Schroeder <alex@gnu.org>
7773
7774 * sql.el (sql-magic-go): Use comint-bol.
7775 (sql-copy-column): Use comint-line-beginning-position.
7776 (comint-line-beginning-position): Define a replacement for
7777 comint-line-beginning-position if it is not fboundp.
7778
77792000-08-17 Alex Schroeder <alex@gnu.org>
7780
7781 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
7782 it didn't have any effect anyway.
7783
77842000-08-17 Alex Schroeder <alex@gnu.org>
7785
7786 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
7787 --pset and pager=off instead of sending \\o|cat at the beginning
7788 of the session.
7789
9d245da5
MB
77902000-08-17 Miles Bader <miles@gnu.org>
7791
7792 * progmodes/octave-inf.el: Add compatibility definition of
7793 comint-line-beginning-position.
7794
abfdbd2e
KH
77952000-08-17 Kenichi Handa <handa@etl.go.jp>
7796
7797 * startup.el (normal-top-level): Look in each dir in load-path for
7798 a leim-list.el file too. This assures of loading leim-list.el
7799 that is created at Emacs installation time even if a user have his
7800 own leim-list.el.
7801
a0b8c939
MB
78022000-08-17 Miles Bader <miles@gnu.org>
7803
7804 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
7805 foreground color to black if the background is dark.
7806
7382bcae
SM
78072000-08-16 Stefan Monnier <monnier@cs.yale.edu>
7808
7809 * loadhist.el (unload-feature): Typo.
7810
9b4a7800 7811 * finder.el (finder-compile-keywords):
7382bcae
SM
7812 * cus-dep.el (custom-make-dependencies): Add local-variable settings
7813 to the generated file.
7814
7815 * mail/mh-e.el (mh-make-local-vars):
7816 Replace make-variable-buffer-local with make-local-variable.
7817
cdd0f857 7818 * play/landmark.el:
7382bcae 7819 * options.el (Edit-options-{set,toggle,t,nil}):
9b4a7800
TTN
7820 * mail/mailabbrev.el (mail-abbrevs-mode):
7821 * textmodes/tex-mode.el (tex-expand-files):
7382bcae
SM
7822 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
7823
7824 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
7825
7826 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
7827 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
7828 Allow going past the last element.
9b4a7800 7829 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
7382bcae
SM
7830 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
7831 (cvs-mouse-toggle-mark): Don't move point.
7832 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
7833
7834 * progmodes/compile.el (grep): Provide a default set of files.
7835 (next-error): Docstring fix.
7836 (compilation-find-file): Avoid find-file (fails in a dedicated window).
7837
7838 * emacs-lisp/easy-mmode.el (define-minor-mode):
7839 Use `symbol-value' to keep the byte-compiler quiet.
7840
7841 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
7842 (diff-find-source-location): New fun, extracted from diff-goto-source.
7843 (diff-goto-source): Use it.
7844 (diff-next-complex-hunk, diff-filter-lines): New function.
7845 (diff-apply-hunk): New command.
7846
7847 * smerge-mode.el (smerge-mode-menu): Doc fix.
7848
7849 * msb.el (msb-mode): Define it in terms of define-minor-mode.
7850
4f00b8c1
DL
78512000-08-16 Dave Love <fx@gnu.org>
7852
2b5198bb
DL
7853 * windmove.el (windmove) <defgroup>: Add :version.
7854
7855 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
7856 (goto-address-fontify-p, goto-address-highlight-p)
7857 (goto-address-url-face, goto-address-url-mouse-face)
7858 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
7859 (goto-address-url-regexp): Use thing-at-point-url-regexp.
7860 (goto-address-fontify, goto-address-at-mouse): Simplify,
7861 (goto-address-at-point): browse-url-url-at-point,
7862 goto-address-find-address-at-point can return nil.
7863 (goto-address-find-address-at-point): Return nil on failure.
7864
7865 * align.el (align) <defgroup>: Add :version.
7866
7867 * calculator.el (calculator): Add :version.
7868 (calculator): Use two lines for calculator window if `modeline'
7869 face is boxed.
7870
4f00b8c1
DL
7871 * play/5x5.el: Doc fixes.
7872 (5x5) <defgroup>: Add :version.
7873
7874 * play/fortune.el (fortune) <defgroup>: Add :version.
7875 (fortune-append): Fix error message.
7876 (fortune-from-region): Doc fix.
7877
7878 * play/pong.el (pong): Doc fix.
7879
7880 * play/morse.el: Keywords, commentary, autoloads.
7881
69db7ee7
EZ
78822000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
7883
7884 * desktop.el (desktop-save): Don't look at symbol-value of a
7885 member of minor-mode-alist, unless it is boundp.
7886
10e1dad9
SS
78872000-08-16 Sam Steingold <sds@gnu.org>
7888
a0b8c939 7889 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10e1dad9
SS
7890 `while'; use `with-current-buffer' instead of `save-excursion'.
7891 Removed unnecessary kludges now that "*Buffer List*" is excluded.
7892
9d7bcb2e
KH
78932000-08-16 Kenichi Handa <handa@etl.go.jp>
7894
7895 * international/ccl.el (declare-ccl-program): Docstring modified.
7896 (ccl-execute-with-args): Likewise.
7897
04231ab8
MB
78982000-08-16 Miles Bader <miles@gnu.org>
7899
9d245da5 7900 * progmodes/sql.el: Add compatibility definition of
04231ab8
MB
7901 comint-line-beginning-position.
7902
f68446ef
GM
79032000-08-15 Gerd Moellmann <gerd@gnu.org>
7904
dc28878c
GM
7905 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
7906 'buffer-menu' property.
7907 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
7908 fails.
7909 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
7910 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
7911 wasn't killed.
10e1dad9 7912
58ed0d3b
GM
7913 * buff-menu.el (list-buffers-noselect): Don't display the
7914 *Buffer List* buffer.
7915
32dc52f7
GM
7916 * font-lock.el: Require jit-lock to prevent a very late
7917 `Loading jit-lock' message.
7918
f68446ef 7919 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10e1dad9 7920 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
f68446ef
GM
7921 mail address.
7922
90ac90a2
MB
79232000-08-15 Miles Bader <miles@gnu.org>
7924
7925 * textmodes/ispell.el (ispell-graphic-p): New constant.
7926 (ispell-choices-win-default-height, ispell-help): Use
7927 `ispell-graphic-p' instead of `xemacsp'.
7928
b0a0e263
DL
79292000-08-15 Dave Love <fx@gnu.org>
7930
c1e757e3
DL
7931 * simple.el: Autoload widget-convert when compiling.
7932 (mail-user-agent): Doc fix.
7933
7934 * help.el (function-called-at-point, variable-at-point): Use
7935 with-syntax-table.
7936 (help-manyarg-func-alist): Add insert-and-inherit.
7937
7938 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
7939
7940 * delsel.el (delsel-unload-hook): New function.
7941
7942 * find-file.el: Doc fixes. Move provide to end.
7943 (ff) <defgroup>: Add :link.
7944 (ff-goto-click): Deleted.
7945 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
7946 Use mouse-set-point.
7947
7948 * textmodes/tildify.el: Doc fixes.
7949 (tildify) <defgroup>: Add:version.
7950
7951 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
7952 (glasses-custom-set): Use set-default, not set.
7953 (minor-mode-alist): Propertize the lighter.
7954 (glasses-mode): Provide optional arg.
7955
5f847612
DL
7956 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
7957 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
7958 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
7959 option. Provide :type.
7960 (cwarn-configuration): Provide :type.
7961 (cwarn-mode): Doc fix.
7962
7963 * add-log.el (change-log-merge): Doc fix.
7964 (change-log-redate): New command.
7965
b0a0e263
DL
7966 * net/browse-url.el (browse-url-filename-alist): Add a clause for
7967 Doze and Dog.
7968 (browse-url): Use dolist, not mapcar.
7969 (browse-url-at-point): Check for null url.
7970 (browse-url-event-buffer, browse-url-event-point): Functions
7971 deleted.
7972 (browse-url-at-mouse, browse-url-netscape): Simplify.
7973
7974 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
7975 modes.
7976 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
7977 Fix previous change to mapcan.
7978 (msb--init-file-alist, msb--add-separators)
7979 (msb--make-keymap-menu): Simplify.
7980 (msb--choose-file-menu): Use copy-sequence.
7981 (msb-mode-map): Add title to keymap.
7982 (msb-unload-hook): New function.
7983
7984 * bs.el: Fix indentation.
7985 (bs) <defgroup>: Add :links.
2b5198bb
DL
7986 (bs-show): Doc fix.
7987 (bs-apply-sort-faces): Don't use window-system.
7988 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
b0a0e263 7989
70f1b78e
EZ
79902000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
7991
7992 * calendar/timeclock.el (timeclock-file): Run .timelog through
7993 convert-standard-filename.
7994
956777b3
GM
79952000-08-14 Gerd Moellmann <gerd@gnu.org>
7996
3215096c
GM
7997 * emacs-lisp/authors.el: New file.
7998
956777b3
GM
7999 * paren.el (show-paren-priority): New user option.
8000 (show-paren-function): Set overlay priorities to
8001 show-paren-priority.
10e1dad9 8002
0cde1424
MB
80032000-08-14 Miles Bader <miles@gnu.org>
8004
8005 * comint.el (comint-bol): Use `forward-line 0' instead of calling
8006 beginning-of-line with inhibit-field-text-motion bound.
8007
90cbf47e
GM
80082000-08-14 Gerd Moellmann <gerd@gnu.org>
8009
8010 * calendar/timeclock.el: New file.
8011
80122000-08-14 David Ponce <david@dponce.com>
8013
8014 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
8015 `widget-button-click'. so that one can use left mouse button to
8016 click on dialog buttons.
8017
80182000-08-14 Emmanuel Briot <briot@gnat.com>
8019
8020 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
814299a7 8021 identifiers, since XML is case sensitive
10e1dad9 8022
79e8dca7 80232000-08-12 Miles Bader <miles@gnu.org>
10e1dad9 8024
660394d1
MB
8025 * comint.el (comint-output-filter): Don't bother frobbing
8026 window-start, it doesn't seem to be necessary.
79e8dca7
MB
8027
8028 * comint.el (comint-send-string, comint-send-region): Make into
8029 real functions. Snapshot the prompt before sending.
8030
218c2cc7
EZ
80312000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
8032
8033 * info.el (Info-find-emacs-command-nodes): Rewrite to use
8034 technique similar to Info-index, instead of relying on specific
8035 names of relevant Index nodes.
8036 (Info-goto-emacs-command-node): Bind Info-history to nil when
8037 going to the first node found by Info-find-emacs-command-nodes.
8038
51e066d2 80392000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
968280cc
EZ
8040
8041 * menu-bar.el (menu-bar-help-menu): Add a :help string.
8042
867102f2
MB
80432000-08-10 Miles Bader <miles@gnu.org>
8044
8045 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
8046
af718538
EZ
80472000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
8048
8049 * info.el (Info-file-list-for-emacs): More elements for the
8050 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
8051 and woman manuals.
8052
c51bacd6
MB
80532000-08-10 Miles Bader <miles@lsi.nec.co.jp>
8054
8055 * comint.el (comint-send-input): Make the newline boundary overlay
8056 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
8057 (comint-output-filter): Use `insert' instead of
8058 `insert-before-markers'. Extend comint-last-output-overlay when
8059 necessary since we can't rely on insert-before-markers to do it.
8060 * gud.el (gud-filter): Use `with-current-buffer' instead of
8061 save-excursion when inserting the output, so that point gets
8062 updated correctly; the old method relied on a rather dodgy
8063 side-effect of comint-output-filter to avoid the effect of
8064 save-excursion.
8065
98532b12
EZ
80662000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
8067
8068 * files.el (recover-file): Call insert-directory instead of
8069 invoking `ls' directly.
8070
3db4b719
MB
80712000-08-10 Miles Bader <miles@gnu.org>
8072
8073 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
8074 (comint-last-prompt-overlay): New variables.
8075 (comint-output-filter): Implement prompt highlighting.
8076 (comint-snapshot-last-prompt): New function.
8077 (comint-send-input): Snapshot the last prompt.
8078 Use comint-highlight-input-face.
8079 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
8080 Use defface instead of defcustom.
8081 (send-invisible, comint-send-eof): Snapshot the last prompt.
8082 (comint-delchar-or-maybe-eof): Use comint-send-eof.
8083 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
8084
96190aa1
SM
80852000-08-09 Stefan Monnier <monnier@cs.yale.edu>
8086
5cda4b07
SM
8087 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
8088 (regexp-opt-group): Use a list of chars for `letters'.
8089 (regexp-opt-charset): `chars' is now a list of chars.
8090 Use a char-table rather than a vector so it works for multibyte chars.
8091
96190aa1
SM
8092 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
8093 Set cvs-minor-current-files to the selected fileinfo.
8094 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
8095 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
8096
7d093d56
EZ
80972000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
8098
8099 * files.el (insert-directory): Don't call access-file on
8100 directories on DOS and Windows.
8101
b24c5811
KH
81022000-08-09 Kenichi Handa <handa@etl.go.jp>
8103
8104 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
8105 longer if necessary.
8106 (ccl-embed-code): Call ccl-embed-data to store CODE in
8107 ccl-program-vector.
8108
0a6fd67e
MB
81092000-08-09 Miles Bader <miles@gnu.org>
8110
8111 * comint.el (comint-output-filter): Properly handle the case where
8112 the text surrounded by comint-last-output-overlay was deleted.
8113
9f6d1a6c
GM
81142000-08-08 Gerd Moellmann <gerd@gnu.org>
8115
25ad1371
GM
8116 * info.el (Info-insert-dir): Use Info-additional-directory-list if
8117 non-nil.
8118 (Info-file-list-for-emacs): Remove "info" from the list because
8119 that leads to trying to use the documentation from file `info'
8120 in various situations where it isn't appropriate, for instance
8121 C-h C-k C-h i.
8122
8123 * ffap.el (ffap-read-file-or-url-internal): Handle case that
8124 DIR and/or STRING are nil.
8125
8126 * progmodes/compile.el (compilation-setup): Make variable
8127 compilation-error-screen-columns buffer-local, as some comment
8128 in the code suggests it should be.
8129
8130 * files.el (auto-mode-interpreter-regexp): New variable.
8131 (set-auto-mode): Use it.
8132
8133 * indent.el (indent-for-tab-command): Doc fix.
8134
8135 * mouse-sel.el (mouse-sel-mode): Doc fix.
8136
9f6d1a6c
GM
8137 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
8138 labels.
8139
8140 * help.el (print-help-return-message): When
8141 display-buffer-reuse-frames is set, let the help window been quit,
8142 instead of deleting it, which might delete a reused frame.
8143
3d819a75
EZ
81442000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
8145
8146 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
8147 rename a directory to a name that differs only by its letter case.
8148
c5a52529
KH
81492000-08-08 Kenichi Handa <handa@etl.go.jp>
8150
8151 * international/quail.el (quail-define-rules): Handle Quail decode
8152 map correctly. Add code for supporting annotations.
8153 (quail-install-decode-map): New function.
8154 (quail-defrule-internal): New optional arguments decode-map and
8155 props.
8156 (quail-advice): New function.
8157
5e9e032a
SS
81582000-08-07 Sam Steingold <sds@gnu.org>
8159
8160 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
8161 `defconst', `define-condition', `with-slots'.
8162 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
8163
46645f4b
MB
81642000-08-03 Miles Bader <miles@gnu.org>
8165
8166 * comint.el (comint-use-prompt-regexp-instead-of-fields):
8167 New variable.
8168 (comint-prompt-regexp, comint-get-old-input): Document dependence on
8169 comint-use-prompt-regexp-instead-of-fields.
8170 (comint-send-input): Add `input' field property to stuff we send to
8171 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
8172 (comint-output-filter): Add `output' field property to process
8173 output, if comint-use-prompt-regexp-instead-of-fields is nil.
8174 (comint-replace-by-expanded-history)
8175 (comint-get-old-input-default, comint-show-output)
8176 (comint-backward-matching-input, comint-forward-matching-input)
8177 (comint-next-prompt, comint-previous-prompt): Use field
8178 properties if comint-use-prompt-regexp-instead-of-fields is nil.
8179 (comint-line-beginning-position): New function.
8180 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
8181 (comint-replace-by-expanded-history-before-point): Use
8182 comint-line-beginning-position and line-end-position.
8183 (comint-last-output-overlay): New variable.
8184 (comint-mode): Make `comint-last-output-overlay' buffer-local.
8185
8186 * shell.el (shell-prompt-pattern): Doc change.
8187 (shell-backward-command): Use line-beginning-position.
8188
8189 * gud.el (gud-gdb-complete-command): Use
8190 comint-line-beginning-position.
8191
8192 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
8193 comint-bol doesn't actually go to the beginning of the line.
8194
8195 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
8196 if comint-use-prompt-regexp-instead-of-fields is non-nil.
8197 (try-expand-line-all-buffers): Likewise.
8198
8199 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
8200 explicitly matching comint-prompt-regexp.
8201 (sql-copy-column): Use comint-line-beginning-position instead of
8202 explicitly matching comint-prompt-regexp.
8203
8204 * progmodes/octave-inf.el (inferior-octave-complete): Use
8205 comint-line-beginning-position.
8206
8207 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
8208
8209 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
8210 looking for a prompt, use `forward-line 0' instead of
8211 `beginning-of-line', to avoid getting caught by an input field.
8212
ff3d9573
GM
82132000-08-07 Gerd Moellmann <gerd@gnu.org>
8214
8215 * files.el (shell-quote-wildcard-pattern): Make sure to return
8216 PATTERN, in the Unix case.
8217
e0d8827b
EZ
82182000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
8219
8220 * play/zone.el (zone): Discard any pending input before running
8221 the randomly-chosen pgm.
8222
24d55b8f
KH
82232000-08-07 Kenichi Handa <handa@etl.go.jp>
8224
8225 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
8226 checking the existence of any multibyte characters.
8227
3d05e1ee
GM
82282000-08-06 Gerd Moellmann <gerd@gnu.org>
8229
6c4a4368
GM
8230 * help.el (describe-mode): Test minor-mode symbol for being
8231 bound before testing its value for being nil.
8232
3d05e1ee
GM
8233 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
8234 `first', `second', and `third'.
8235
8236 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
8237 (second): Make it an alias for `cadr'.
8238
6968a481
EZ
82392000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
8240
8241 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
8242 types of display support faces now.
8243
e49aa397
GM
82442000-08-05 Gerd Moellmann <gerd@gnu.org>
8245
8246 * pcvs.el (require): Require `cl' during compilation, only.
8247
8248 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
8249 (toplevel): Remove `remq' and `remove' from autoloads.
8250 (cl-fake-autoloads): New variable. If set, arrange for an error
8251 when CL functions etc. are autoloaded.
8252
588aca27
EZ
82532000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
8254
2e78d4ab
EZ
8255 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
8256
85628348
EZ
8257 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
8258 popped up, but the user clicks outside the menu, return an empty
8259 regexp (that causes unhighlight-regexp to have no effect).
8260
74f0e552
EZ
8261 * menu-bar.el (menu-bar-games-menu): Add Zone.
8262
588aca27
EZ
8263 * hi-lock.el (toplevel): Require font-lock.
8264
f4988be7
GM
82652000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8266
ba087cd7 8267 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
f4988be7
GM
8268 (ebnf-8-bit-chars): New var for bug fix.
8269 (ebnf-string): Bug fix.
8270
027b73ac
SS
82712000-08-03 Sam Steingold <sds@gnu.org>
8272
8273 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
8274 instead of `buffer-string'.
8275 (require 'cl): Always, not just when compiling.
8276 `ignore-errors' in `interactive', `list*', `defun*' &c make this
8277 necessary.
8278
2f1fa038
EZ
82792000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
8280
8281 * international/mule-cmds.el (select-safe-coding-system): Make
8282 the message text about selecting a safe coding system more clear.
8283
ead53494
GM
82842000-08-02 Gerd Moellmann <gerd@gnu.org>
8285
abb2db1c
GM
8286 * hi-lock.el: New file.
8287
8288 * play/zone.el: New file.
8289
ead53494
GM
8290 * replace.el (occur): Set tab-width in the *Occur* buffer to the
8291 value of tab-width in the original buffer. Choose a line number
8292 format that's a multiple of the original buffer's tab width, so
8293 that lines appear right.
8294
8295 * textmodes/ispell.el (ispell): New function, replacing an alias.
8296 Spell-check active region if in transient-mark-mode and mark
8297 is active; otherwise spell-check buffer.
8298
82992000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8300
8301 * ps-mule.el: Fix a customization problem on
8302 ps-mule-font-info-database-default.
8303
f4a2b0a4
EZ
83042000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
8305
8306 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
8307 display-mouse-p instead of window-system.
8308 (ebrowse-member-mode-map): Ditto.
8309
b685181e
GM
83102000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8311
ba087cd7
EZ
8312 * progmodes/ebnf2ps.el: Update ps-print functions call.
8313 Indentation fix. Doc fix.
b685181e
GM
8314 (ebnf-version): New version number (3.2).
8315 (ebnf-format-color, ebnf-begin-job): Code fix.
027b73ac 8316
3b5fab87
EZ
83172000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
8318
032ebb29
EZ
8319 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
8320 font lock support on window-system.
8321 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
8322
3b5fab87
EZ
8323 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
8324 display-color-p, if fboundp, instead of window-system.
8325
7e2605e7
EZ
83262000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
8327
8328 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
8329 instead of window-system.
8330
8331 * wid-edit.el (widget-choose): Use display-mouse-p instead of
8332 window-system.
8333 (widget-choice-mouse-down-action): Use display-popup-menus-p
8334 instead of window-system.
8335
8336 * strokes.el (strokes-file): Run the file name through
8337 convert-standard-filename.
8338 (strokes-mode): Call display-mouse-p instead of looking at
8339 window-system. Change the error message accordingly.
8340
8341 * progmodes/cpp.el (toplevel): Support faces on tty's.
8342
8343 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
8344 (lm-plot-square, lm-init-display): Don't use window-system.
8345
8346 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
8347 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
8348
8349 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
8350 instead of looking at window-system.
8351
26119624
GM
83522000-07-30 Gerd Moellmann <gerd@gnu.org>
8353
8354 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
8355 of testing if iswitchb-prepost-hooks is bound, because the
8356 latter will always be true when invoking a recursive minibuffer
8357 from an active Iswitchb buffer.
8358
c90596f3
EZ
83592000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
8360
8361 * files.el (shell-quote-wildcard-pattern): New function.
8362 (insert-directory): Call it. Only prepend "\" to command on Unix
8363 and GNU/Linux systems.
8364
18925e78
GM
83652000-07-30 Gerd Moellmann <gerd@gnu.org>
8366
8367 * eshell/esh-groups.el: Change custom :link file names
8368 from `eshell.info' to `eshell'.
8369
83702000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
8371
8372 * dired.el (dired-build-subdir-alist): Expand subdirectory names
8373 correctly in recursive ange-ftp listings.
8374
83752000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8376
8377 * ps-print.el: Fix bug 1: if ps-font-size-internal,
8378 ps-header-font-size-internal and
8379 ps-header-title-font-size-internal variables are not set,
8380 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
8381 face text property is (foreground-color . COLOR) or
8382 `(background-color . COLOR)', ps-print crashes. Doc fix.
8383 (ps-print-version): New version number (5.2.4).
8384 (ps-plot-region): Code fix.
8385 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
8386 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
8387 Bug fix 2.
8388
83892000-07-30 Milan Zamazal <pdm@freesoft.cz>
8390
8391 * glasses.el (glasses-make-readable): Fix uncapitalization of
8392 identifiers like `myXMLDocument'.
8393
aeb4c63e
KF
83942000-07-28 Karl Fogel <kfogel@red-bean.com>
8395
18925e78
GM
8396 * mail/mail-hist.el (mail-hist-previous-input)
8397 (mail-hist-next-input): Do the obvious code factorization.
8398 (mail-hist-retrieve-and-insert): New func, contains common
aeb4c63e
KF
8399 code of above two.
8400 If inserting a message body, leave point at top.
8401
9d453139
SS
84022000-07-28 Sam Steingold <sds@gnu.org>
8403
8404 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
18925e78
GM
8405 Use `<=', not `<' to compare times!
8406 (ange-ftp-ls): Remove.
9d453139 8407
b548072f
GM
84082000-07-27 Gerd Moellmann <gerd@gnu.org>
8409
27848c01
GM
8410 * play/cookie1.el: Add explanation of how to make cookie.el
8411 compatible with strfile(1) to comment.
8412
8413 * subr.el (remove, remq): New functions.
8414
3ab82477
GM
8415 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
8416 escape `*' in regexps.
8417 (midnight-find): Reverse order of arguments in the funcall of
8418 TEST.
8419
8420 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
8421 and `.class'.
8422
b548072f
GM
8423 * play/meese.el: Add Commentary section.
8424
27848c01
GM
84252000-07-27 Alex Schroeder <alex@gnu.org>
8426
8427 * sql.el (sql-ms): Added autoload cookie.
8428 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
8429 (sql-oracle): Ditto.
8430 (sql-help): Doc change.
8431
8432 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
8433 types and exceptions.
8434
84352000-07-27 Alex Schroeder <alex@gnu.org>
8436
8437 * sql.el (sql-placeholder-history): New variable.
8438 (sql-query-placeholders-and-send): New function that will query
8439 the user and replace placeholders with user input.
8440 (sql-oracle): If running on NT, set comint-input-sender to
8441 sql-query-placeholders-and-send.
8442
8443 (sql-stop): If in the SQLi buffer, insert stop notification, else
8444 present it as a message.
8445
84462000-07-27 Alex Schroeder <alex@gnu.org>
8447
8448 * sql.el (sql-input-ring-separator): Doc change.
8449 (sql-input-ring-file-name): Doc change.
8450 (sql-interactive-mode): Use `sql-input-ring-separator' and
8451 `sql-input-ring-file-name' to set the comint-mode equivalents
8452 without making them local variables.
8453 (sql-stop): Don't bind `sql-input-ring-separator' and
8454 `sql-input-ring-file-name' dynamically to their comint-mode
8455 equivalents.
8456
91ae8751
KH
84572000-07-27 Kenichi Handa <handa@etl.go.jp>
8458
8459 * international/mule.el (register-char-codings): New function.
8460 (make-coding-system): Handle `safe-chars' specification in the arg
8461 PROPERTY.
8462
8463 * international/mule-cmds.el
8464 (find-coding-systems-region-subset-p): This function deleted.
8465 (sort-coding-systems-predicate): New variable.
8466 (sort-coding-systems): New function.
8467 (find-coding-systems-region): Use
8468 find-coding-systems-region-internal.
8469 (find-coding-systems-string): Use find-coding-systems-region.
8470 (find-coding-systems-for-charsets): Check
8471 char-coding-system-table.
8472 (select-safe-coding-system-accept-default-p): New variable.
8473 (select-safe-coding-system): Mostly rewritten. New argument
8474 ACCEPT-DEFAULT-P.
8475 (select-message-coding-system): Call select-safe-coding-system
8476 with ACCEPT-DEFAULT-P arg.
8477 (reset-language-environment): Reset default-sendmail-coding-system
8478 to the default value iso-latin-1.
8479 (set-language-environment): Don't set the obsolete variable
8480 charset-origin-alist.
8481
8482 * international/codepage.el (cp-coding-system-for-codepage-1):
8483 Give `safe-chars' property to make-coding-system.
8484
8485 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
8486 calling select-message-coding-system twice.
8487
8488 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
8489 instead of `safe-charsets'.
8490 (cyrillic-alternativnyj): Likewise.
8491 (ccl-encode-alternativnyj): Don't check the charset
8492 cyrillic-iso8859-5.
8493
90cf4474
KH
84942000-07-27 Kenichi Handa <handa@etl.go.jp>
8495
8496 * composite.el (compose-chars-after): Preserve match data.
8497
a1f84f6d
SS
84982000-07-26 Sam Steingold <sds@gnu.org>
8499
8500 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
8501 (ange-ftp-real-file-newer-than-file-p): New function.
8502 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
8503 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
8504
8505 * tooltip.el (tooltip-float-time): Removed (use `float-time').
8506 * midnight.el (midnight-float-time): Ditto.
8507
e092928e
AS
85082000-07-26 Andreas Schwab <schwab@suse.de>
8509
8510 * files.el (normal-backup-enable-predicate): Correct
8511 interpretation of the return value of compare-strings.
8512
7465ebef
GM
85132000-07-26 Gerd Moellmann <gerd@gnu.org>
8514
3353ef5a
GM
8515 * isearch.el (isearch-resume): New function.
8516 (isearch-done): Add something to command-history to resume
8517 the search.
8518 (isearch-yank-line, isearch-yank-word): Use
8519 buffer-substring-no-properties instead of buffer-substring.
8520
7465ebef
GM
8521 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
8522 of flyspell-mouse-map.
8523
8524 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
8525 duplicate definition.
8526 (makefile-mode): Remove duplicate setting of local-abbrev-table.
8527
8528 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
8529 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
8530
5044b74a
SS
85312000-07-25 Sam Steingold <sds@gnu.org>
8532
25759a92
SS
8533 * net/ange-ftp.el: Get modtime over the net.
8534 (ange-ftp-file-modtime): New function.
a95cb10a
GM
8535 (ange-ftp-write-region, ange-ftp-insert-file-contents)
8536 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
25759a92
SS
8537 Use it.
8538 (ange-ftp-dot-to-slash): New function.
8539 (ange-ftp-fix-name-for-vms): Use it.
8540
5044b74a
SS
8541 * midnight.el (midnight-buffer-display-time): Use
8542 `with-current-buffer'.
8543
5dcfb3f4
GM
85442000-07-25 Gerd Moellmann <gerd@gnu.org>
8545
8546 * find-dired.el: Update copyright notice.
8547 (find-dired): Offer to kill a running `find'.
8548
8549 * enriched.el (enriched-face-ans): For a `foreground-color'
8550 property, return '(("x-color" COLOR))' so that COLOR will be
8551 output as a parameter of the x-color annotation. Likewise for the
8552 `background-color' property. In the case of normal face
8553 properties, don't return annotations for unspecified foreground
8554 and background face attributes.
8555
8c662166
KH
85562000-07-25 Kenichi Handa <handa@etl.go.jp>
8557
8558 * language/japan-util.el (japanese-katakana-region): Fix handling
8559 HANKAKU argument.
8560
c28da489
MB
85612000-07-25 Miles Bader <miles@gnu.org>
8562
8563 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
8564 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
8565 constrain-to-field.
8566
ad349719
AI
85672000-07-24 Andrew Innes <andrewi@gnu.org>
8568
8569 * timer.el (timer-activate-when-idle): Add optional parameter
8570 DONT-WAIT. Update docstring.
8571 (run-with-idle-timer): Specify extra parameter to
8572 timer-activate-when-idle, so that timer will be activated
8573 immediately if Emacs is already idle.
8574
8575 * w32-fns.el (w32-using-nt): Fix docstring.
8576
c95162f5
DL
85772000-07-24 Dave Love <fx@gnu.org>
8578
8579 * mouse.el (popup-menu): Set last-command-event.
8580 (mouse-major-mode-menu-prefix): Declare.
8581
e3c31fd5
GM
85822000-07-24 Gerd Moellmann <gerd@gnu.org>
8583
8584 * textmodes/flyspell.el: Update to author's version 1.5d.
8585
8586 * progmodes/hideshow.el: Update copyright notice.
8587
8588 * vcursor.el: Set maintainer to FSF, since author cannot
8589 be reached.
8590
7636d2a3
EZ
85912000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
8592
fbe0a958
EZ
8593 * info.el (Info-goto-emacs-key-command-node): Leave a space after
8594 the prompt.
8595
7636d2a3
EZ
8596 * mouse.el (popup-menu): Run the keymap through indirect-function,
8597 in case it was defined with define-prefix-key. If the menu is a
8598 list of keymaps, look up the binding of user's choice in each one
8599 of the keymaps.
8600 (mouse-popup-menubar): If the global and local menu-bar keymaps
8601 don't have a prompt string, create one and insert it into the
8602 keymap. Don't barf if current-local-map returns nil.
8603
e024b101
GM
86042000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
8605
8606 * dired.el (dired-sort-R-check): Added to allow recursive listing
8607 to be undone.
8608 (dired-sort-other): Use it.
8609
7972fcfc
GM
86102000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8611
e024b101 8612 * Release of cc-mode 5.27
7972fcfc
GM
8613
86142000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8615
8616 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
8617 c-beginning-of-statement-1 that caused a bad case of recursion
8618 which could consume a lot of CPU in large classes in languages
8619 that have in-expression classes (i.e. Java and Pike).
8620
8621 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
8622 statements before top level constructs (i.e. case 6 is moved
8623 before case 5 and is now case 4) to catch in-expression
8624 classes in top level expressions correctly.
8625
86262000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8627
8628 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
8629 objc-method-intro. Case 4 removed and case 5I added.
8630
8631 * cc-langs.el (c-append-paragraph-start): New variable used by
8632 c-common-init to get paragraph-start correct.
8633 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
8634 initialize paragraph-start to make it correct both with and
8635 without the javadoc special case.
8636
8637 * cc-mode.el (java-mode): Use c-append-paragraph-start to
8638 initialize paragraph-start for javadoc markup.
8639
8640 * cc-vars.el (c-style-variables-are-local-p): Incompatible
8641 change by defaulting this to t. It's motivated by the
8642 confusing behavior that otherwise arise from the style system
8643 when editing both java and non-java files at the same time
8644 (see the comments about style setting in c-common-init).
8645
86462000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8647
8648 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
8649 similar to the one in c-fill-paragraph to check the fill
8650 prefix from the adaptive fill function for sanity.
8651
86522000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8653
8654 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
8655 defun block.
8656
86572000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8658
5044b74a 8659 * cc-mode.texi Documented the change of cpp-macro.
7972fcfc
GM
8660
86612000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8662
8663 * cc-align.el (c-lineup-multi-inher): Handle lines with
8664 leading comma nicely. Extended to handle member initializers
8665 too.
8666
e024b101 8667 * cc-engine.el: (c-beginning-of-inheritance-list,
7972fcfc
GM
8668 c-guess-basic-syntax): Fixed recognition of inheritance lists
8669 when the lines begins with a comma.
8670
5044b74a 8671 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
7972fcfc
GM
8672
8673 * cc-vars.el (c-offsets-alist): Changed default for
8674 member-init-cont to c-lineup-multi-inher since it now handles
8675 member initializers and indents better for leading commas.
8676
86772000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8678
8679 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
8680 handling that caused class open lines to be recognized as
8681 statement-conts in some cases.
8682
8683 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
8684 guessed by the adaptive fill function unless point is on the
8685 first line of a block comment.
8686
8687 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
8688 when the buffer ends with a macro continuation char.
8689
8690 * cc-engine.el (c-guess-basic-syntax): Added support for
8691 function definitions as statements in Pike. The first
8692 statement in a lambda block is now labeled defun-block-intro
8693 instead of statement-block-intro.
8694
8695 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
8696 so that the class surrounding point is selected, not the one
8697 innermost in the state.
8698
8699 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
8700 recognition of switch labels having hanging multiline
8701 statements.
8702
8703 * cc-engine.el (c-beginning-of-member-init-list): Broke out
8704 some code in c-guess-basic-syntax to a separate function.
8705 * cc-engine.el (c-just-after-func-arglist-p): Fixed
8706 recognition of member inits with multiple line arglists.
8707 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
8708 member-init-cont when the commas are in funny places.
8709
87102000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8711
8712 * cc-defs.el (c-auto-newline): Removed this macro since it's
8713 not used anymore.
8714
8715 * cc-engine.el (c-looking-at-bos): New helper function.
8716 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
8717 inexpr and toplevel classes apart in Pike.
8718
8719 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
8720 of case 9A.
8721
8722 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
8723 constant, since "class" can introduce an in-expression class
8724 in Pike nowadays.
8725
87262000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8727
8728 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
8729 indentation on cpp-macro lines.
8730
8731 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
8732 a syntax modifier like comment-intro, to make it possible to
8733 get syntactic indentation for preprocessor directives. It's
8734 incompatible wrt to lineup functions on cpp-macro, but it has
8735 no observable effect in the 99.9% common case where cpp-macro
8736 is set to -1000.
8737
87382000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8739
8740 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
8741 member-init-cont when the preceding arglist is several lines.
8742
87432000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8744
8745 * cc-styles.el (c-style-alist): The basic offset for the BSD
8746 style corrected to 8.
8747
87482000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8749
8750 * cc-styles.el (c-style-alist): Adjusted the indentation of
8751 brace list openers in the gnu style.
8752
87532000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8754
8755 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
8756
8757 * cc-cmds.el (c-electric-brace, c-electric-slash,
8758 c-electric-star, c-electric-semi&comma, c-electric-colon,
8759 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
8760 when c-syntactic-indentation is nil.
8761
8762 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
8763 we were left at comments preceding the first statement when
8764 reaching the beginning of the buffer.
8765
8766 * cc-vars.el (c-syntactic-indentation): New variable to turn
8767 off all syntactic indentation.
8768
87692000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8770
8771 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
8772 between the text and the block comment ender when it hangs,
8773 depending on how many there are before the fill.
8774
87752000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8776
8777 * cc-engine.el (c-beginning-of-closest-statement): New helper
8778 function to go back to the closest preceding statement start,
8779 which could be inside a conditional statement.
8780 * cc-engine.el (c-guess-basic-syntax): Use
8781 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
8782
8783 * cc-engine.el (c-guess-basic-syntax): Better handling of
8784 arglist-intro, arglist-cont-nonempty and arglist-close when
8785 the arglist is nested inside parens. Cases 7A, 7C and 7F
8786 changed.
8787
8788 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
8789 up-to-date with javadoc 1.2.
8790
87912000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8792
8793 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
8794 multiline Pike type decls.
8795
87962000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8797
8798 * cc-cmds.el (c-indent-new-comment-line): Always break
8799 multiline comments in multiline mode, regardless of
8800 comment-multi-line.
8801
88022000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8803
8804 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
8805 fully::qualified::names in C++ member init lists. Preamble in
8806 case 5D changed.
8807
88082000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8809
8810 * cc-langs.el (c-common-init): Handling of obsolete variables
8811 moved to c-initialize-cc-mode. More compatible style override
8812 when using global style variables.
8813 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
8814 variables moved here.
8815
e024b101 8816 * cc-mode.texi: Documented the special behavior of
7972fcfc
GM
8817 c-special-indent-hook as a style variable. Don't talk about
8818 doing (c-make-styles-buffer-local t) in a mode hook, since
8819 that's already too late to work right.
5044b74a 8820
7972fcfc
GM
8821 * cc-styles.el (c-make-styles-buffer-local): Flag style
8822 variable localness in c-style-variables-are-local-p to make
8823 the compatibility measure in c-common-init work well.
8824
8825 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
8826 longer contain set-from-style.
8827 * cc-styles.el (c-initialize-builtin-style): Don't check for
8828 set-from-style on c-special-indent-hook.
8829 * cc-styles.el (c-copy-tree): Obsolete. The standard function
8830 copy-alist is sufficient now.
8831
8832 * cc-styles.el (c-set-style, c-set-style-1,
8833 c-get-style-variables): Fixes to variable initialization so
8834 that duplicate entries in styles have the same effect
8835 regardless of DONT-OVERRIDE.
8836
8837 * cc-styles.el (c-set-style-2): Fixed bug where the
8838 initialization of inheriting styles failed when the
8839 dont-override flag is set.
8840
8841 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
8842 on this.
8843
88442000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8845
8846 * cc-defs.el (c-forward-comment): Removed the workaround
8847 introduced in 5.38 since it had worse side-effects. If a line
8848 contains the string "//\"", it regarded the // as a comment
8849 start since the \ temporarily doesn't have escape syntax.
8850
88512000-07-17 Emmanuel Briot <briot@act-europe.fr>
8852
8853 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
8854 ada-xref.el before ada-prj.el, so that the Project menu is created
8855 when ada-prj tries to add to it.
8856 (ada-activate-keys-for-case): Suppress the characters that are not
8857 part of the Ada syntax. Better compatibility with else-mode
8858 (ada-adjust-case-interactive): When auto-casing is not active,
8859 correctly insert newlines (used to insert only ^M). Prevent the
8860 syntax table from being changed in case of an error
814299a7 8861 (or '_' becomes part of a word and some commands are confused).
7972fcfc
GM
8862 Do nothing if ada-auto-case is nil.
8863 (ada-after-keyword-p): Ignore keywords that are also attributes
8864 (ada-batch-reformat): Update usage comment
8865 (ada-call-from-contextual-menu): New function
8866 (ada-case-read-exceptions): Reinitialize the casing exception list
8867 first to nil first, so that the casing exception file can be
8868 shared.
8869 (ada-check-defun-name): Handles "configure" keyword for gnatdist
8870 files.
8871 (ada-compile-goto-error): Fix regexp used to detect a file:line
8872 anywhere in the error message
8873 (ada-contextual-menu-last-point): New variable
8874 (ada-create-keymap): If the variable delete-key-deletes-forward is
8875 t on XEmacs, it means that DEL should delete one character
8876 forward.
8877 (ada-create-menu): Use :included instead of :visible for XEmacs.
8878 New submenu "Options".
8879 (ada-end-stmt-re): Correctly indent "select ... then abort"
8880 statements.
8881 (ada-fill-comment-paragraph): Correctly delete all leading '--'
8882 even if they don't match ada-fill-comment-prefix Fix handling of
8883 paragraphs on the first or last line of a file.
8884 (ada-format-paramlist): Fix handling of default parameter values.
8885 (ada-get-body-name): New function.
8886 (ada-get-current-indent): Optimized by searchling directly for an
8887 existing generic part or a statement outside of it. Handle
8888 ada-indent-align-comments when indenting comments Replaced some
8889 regexps by testing directly the next character. This results in a
8890 huge speedup on some files. New indentation scheme for renames
8891 statements. Stop looking for the 'while' or 'for' associated with
8892 a 'loop' at the first semicolon encountered. A "return" can also
8893 match an anonymous access subprogram declaration.
8894 (ada-get-indent-noindent): Ignore strings and comments when
8895 looking for the keywords "record" and "private".
8896 (ada-goto-matching-decl-start): When matching "if", make sure we
8897 are not in fact seeing "end if". Ignore "when" statements except
8898 when initial keyword was "begin". Fix handling of nested
8899 procedures. Add a recursive call to this function to skip over
8900 other 'end' statmts. Fix indentation for "when .. => begin"
8901 (ada-in-open-paren-p): Fix indentation for complex boolean
8902 expressions, where 'and then', 'or else' and parenthesis
8903 statements are mixed up.
8904 (ada-in-paramlist-p): Skip comments while searching for the
8905 beginning Fix handling of operator declarations.
8906 (ada-indent-align-comments): New variable
8907 (ada-indent-current): Change the syntax table only in the
8908 protected section, so that we are sure it is restored correctly.
8909 (ada-indent-on-previous-lines): Use ada-use-indent and
8910 ada-with-indent Correctly indent "select ... then"
8911 (ada-indent-region): Slight speedup.
8912 (ada-indent-renames): New variable.
8913 (ada-last-which-function-subprog, ada-last-which-function-line):
8914 New variables
8915 (ada-looking-at-semi-private): Correctly indent the 'private'
8916 keyword when it is the first word in a package declaration.
8917 (ada-loose-case-word): Stop searching if at the end of the buffer.
8918 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
8919 even if point is not initially at the end of the word.
8920 (ada-matching-decl-start-re): Add "when".
8921 (ada-mode): Add support for abbrev-mode, outline-mode and
8922 which-func-mode Override the old find-file.el entry in
8923 ff-special-constructs since it is using the obsolete
8924 ada-spec-suffix variable
8925 (ada-no-auto-case): New function
8926 (ada-scan-paramlist): When parsing the argument type, accept
8927 spaces (as in "X 'Class", generated by Rational Rose).
8928 (ada-other-file-name): No longer loads the other file.
8929 (ada-popup-menu): Save and restore the current buffer and cursor
8930 position before and after displaying the menu.
8931 (ada-search-ignore-complex-boolean): New function.
8932 (ada-uncomment-region): Emacs21 already knows how to delete
8933 comments not starting in the first column.
8934 (ada-use-indent): New variable
8935 (ada-which-function): New function.
8936 (ada-with-indent): New variable
8937 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
8938 can be batch-compiled from the command line.
8939
8940 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
8941 Add to the menu when the file is loaded, not in ada-mode-hook.
8942 Add -toolbar to the default ddd command Switches moved from
8943 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
8944 ada-prj-default-comp-opt
8945 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
8946 Reference Manual to the menu
8947 (ada-check-current): rewritten as a call to ada-compile-current
8948 (ada-compile): Removed.
8949 (ada-compile-application, ada-compile-current, ada-check-current):
8950 Set the compilation-search-path so that compile.el automatically
8951 finds the sources in src_dir. Automatic scrollong of the
8952 compilation buffer. C-uC-cC-c asks for confirmation before
8953 compiling
8954 (ada-compile-current): New parameter, prj-field
8955 (ada-complete-identifier): Load the .ali file before doing
8956 processing
8957 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
8958 conform to gnatmake's behavior.
8959 (ada-find-file-in-dir): New function
8960 (ada-find-references): Set the environment variables for gnatfind
8961 (ada-find-src-file-in-dir): New function.
8962 (ada-first-non-nil): Removed
8963 (ada-gdb-application): Add support for jdb, the java debugger.
8964 (ada-get-ada-file-name): Load the original-file first if not done
8965 yet.
8966 (ada-get-all-references): Handles the new ali syntax (parent types
8967 are found between <>).
8968 (ada-initialize-runtime-library): New function
8969 (ada-mode-hook): Always load a project file when a file is opened,
8970 so that the casing exceptions are correctly read.
8971 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
8972 (ada-parse-prj-file): Use find-file-noselect instead of find-file
8973 to open the project file, since the latter does not work with
8974 speedbar Get default values before loading the prj file, or the
8975 default executable file name is wrong. Use the absolute value of
8976 src_dir to initialize ada-search-directories and
8977 compilation-search-path,... Add the standard runtime library to
8978 the search path for find-file.
8979 (ada-prj-default-debugger): Was missing an opening '{'
8980 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
8981 variables.
8982 (ada-prj-default-gnatmake-opt): New variable
8983 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
8984 buffers, the project file is the default one Save the windows
8985 configuration before displaying the menu.
8986 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
8987 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
8988 ...) regexp-quote identifiers names to support operators +,
8989 -,... in regexps.
8990 (ada-remote): New function.
8991 (ada-run-application): Erase the output buffer before starting the
8992 run Support remote execution of the application. Use
8993 call-process, or the arguments are incorrectly parsed
8994 (ada-set-default-project-file): Reread the content of the active
8995 project file, not the one from the current buffer When a project
8996 file is set as the default project, all directories are
8997 automatically associated with it.
8998 (ada-set-environment): New function
8999 (ada-treat-cmd-string): New special variable ${current}
9000 (ada-treat-cmd-string): Revised. The substitution is now done for
9001 any ${...} substring
9002 (ada-xref-current): If no body was found, compiles the spec
9003 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
9004 compiler to get rid of command line length limitations.
9005 (ada-xref-get-project-field): New function
9006 (ada-xref-project-files): New variable
9007 (ada-xref-runtime-library-specs-path)
9008 (ada-xref-runtime-library-ali-path): New variables
9009 (ada-xref-set-default-prj-values): Default run command now does a
9010 cd to the build directory. New field: main_unit Provide a default
9011 file name even if the current buffer has no prj file.
9012
9013 * ada-prj.el:
9014 Rewritten to show a tabbed-dialog.
9015 (ada-prj-add-ada-menu): Remove the map and name parameters.
9016 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
9017 New function
9018 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
9019 (ada-prj-load-from-file): New function
9020 (ada-prj-save): Always save fields that depend on the current buffer
9021 (ada-prj-show-value): New function
5044b74a 9022
7972fcfc
GM
9023 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
9024 Ada mode. This will allow us to display the Ada menu in any buffer
9025 we want (for project items).
9026 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
9027 number of spaces in the header.
5044b74a 9028
8730a8da
DL
90292000-07-24 Dave Love <fx@gnu.org>
9030
9031 * ediff-init.el (ediff-region-help-echo): Bind face-help.
9032
db3ca487
NF
90332000-07-23 Noah Friedman <friedman@splode.com>
9034
ad953485
NF
9035 * type-break.el (type-break): perform autosave.
9036 Suggested by Stephen Gildea <gildea@intouchsys.com>.
9037 (type-break-do-query): Cancel query schedule while performing
9038 actual query, to avoid possibility of a second query being made
9039 while first one is already in progress.
9040 (type-break-time-stamp-format): New variable.
9041 (type-break-time-stamp): New function.
9042 (type-break-time-warning): Use it.
9043 (type-break-keystroke-warning): Use it.
9044 (type-break-noninteractive-query): Use it.
9045
03a9c6d0
NF
9046 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
9047 cookie.
9048 Use add-minor-mode to set minor-mode-alist, if available.
9049 (eldoc-echo-area-use-multiline-p): New user option.
9050 (eldoc-echo-area-multiline-supported-p): New variable.
9051 (eldoc-docstring-format-sym-doc): Use them.
9052 (eldoc-mode): If not using idle timers, append to local post and
9053 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
9054 (eldoc-display-message-no-interference-p): Don't interfere with
9055 edebug.
9056 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
9057 (eldoc-function-arglist): New function.
9058 (eldoc-function-argstring): Use it.
9059
db3ca487
NF
9060 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
9061 auto save directory exists before calling directory-files.
9062
f7ad1899
DL
90632000-07-23 Dave Love <fx@gnu.org>
9064
9065 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
9066 ^o, ^u.
9067
43e764c9
DL
90682000-07-21 Dave Love <fx@gnu.org>
9069
475de6f4
DL
9070 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
9071 now passed to the function. It now works properly.
9072
43e764c9
DL
9073 * smerge-mode.el (smerge-mode-menu): Fill it out.
9074
e8bea4c0
GM
90752000-07-20 Gerd Moellmann <gerd@gnu.org>
9076
9077 * info-look.el (info-lookup): If *info* is shown in another frame
9078 on the same display, select that frame, instead of switching to
9079 the Info buffer in another window of the selected frame.
9080
9081 * simple.el (universal-argument-map): Bind numeric keypad keys
9082 kp-0 to kp-9 and kp-subtract.
9083 (digit-argument): Handle these keys.
9084
bc75b4fd
DL
90852000-07-20 Dave Love <fx@gnu.org>
9086
9087 * net/goto-addr.el (goto-address-fontify): Don't bother with
9088 buffer-modified and read-only stuff -- irrelevant with overlays.
9089 Put an extra property on the overlays and use it to clean up in
9090 case goto-address is re-run.
9091
8b7bc628
RS
90922000-07-19 Richard M. Stallman <rms@gnu.org>
9093
18e21ce8
RS
9094 * timer.el (run-with-idle-timer): Doc fix.
9095
db3ca487 9096 * mail/mail-utils.el (mail-strip-quoted-names):
8b7bc628
RS
9097 Handle case where <...> appears inside "...".
9098 Use replace-match to edit the string more simply.
9099 (rmail-dont-reply-to): Cope with an unmatched ".
9100
50575ec2
DL
91012000-07-19 Dave Love <fx@gnu.org>
9102
9103 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
9104 implementation.
9105
9106 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
9107 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
9108 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
9109
4279296d
GM
91102000-07-19 Gerd Moellmann <gerd@gnu.org>
9111
47db06aa
GM
9112 * textmodes/refer.el: Correct maintainer's email address.
9113
9114 * progmodes/hideif.el: Correct author's email address.
9115 Fix typo in comment.
9116
9117 * xml.el: New file.
9118
4279296d
GM
9119 * mail/mailheader.el: Correct author's mail address.
9120
9121 * gnus/parse-time.el: Correct author's mail address.
9122
47db06aa 91232000-07-19 Colin Walters <walters@cis.ohio-state.edu>
db3ca487
NF
9124
9125 * comint.el (comint-highlight-input, comint-highlight-face):
47db06aa
GM
9126 New user options.
9127 (comint-input-ring-file-name): Change custom type.
9128 (comint-mode-map): Bind mouse-2.
9129 (comint-insert-clicked-input): New function.
9130 (comint-send-input): Handle input highlighting.
9131
21ad0f7b
SM
91322000-07-18 Stefan Monnier <monnier@cs.yale.edu>
9133
9134 * mouse.el (popup-menu): New function.
9135 (mouse-major-mode-menu): Use it.
9136
3b33a005
DL
91372000-07-18 Dave Love <fx@gnu.org>
9138
9139 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
9140 improvements.
9141
dc1cac59
GM
91422000-07-18 Gerd Moellmann <gerd@gnu.org>
9143
21ad0f7b 9144 * faces.el (face-font-selection-order)
dc1cac59 9145 (face-font-family-alternatives): Add custom type.
db3ca487 9146
f8276b77
DL
91472000-07-18 Dave Love <fx@gnu.org>
9148
9149 * cus-edit.el (custom-variable-reset-saved)
9150 (custom-variable-reset-standard): Remove unused bindings.
9151
9152 * rect.el (open-rectangle-line): Remove unused let.
9153
9154 * hl-line.el (hl-line-highlight): Check hl-line-mode.
9155
3d6cd763
GM
91562000-07-18 Gerd Moellmann <gerd@gnu.org>
9157
9158 * cdl.el: Fix `Maintainer' keyword.
9159
9160 * play/pong.el: Add author's email address.
9161
34342a07
SS
91622000-07-17 Sam Steingold <sds@gnu.org>
9163
9164 * files.el (insert-directory): Call `split-string' instead of
9165 re-implementing it.
9166
088831a6
GM
91672000-07-18 Gerd Moellmann <gerd@gnu.org>
9168
9169 * mail/vms-pmail.el: Change maintainer to FSF.
9170
9171 * net/goto-addr.el: Change maintainer to FSF.
9172
088831a6 9173 * info.el (Info-title-face-alist): Removed.
db3ca487 9174
c152047f
GM
91752000-07-18 David Ponce <david@dponce.com>
9176
9177 * recentf.el (recentf-open-files): New command that works like
9178 `recentf-open-more-files', but shows the whole list of files (not just
9179 those omitted from the menu). Useful if you don't use a menu-bar!
9180 (recentf-open-more-files) Modified to use `recentf-open-files'.
9181
9182 (recentf-open-files, recentf-open-more-files)
9183 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
e04d21aa 9184
c152047f
GM
9185 (recentf-dialog-mode): New mode for dialogs. You can now just type
9186 "q" to cancel the dialogs.
9187
91882000-07-18 David Ponce <david@dponce.com>
9189
9190 * recentf.el: This is a major update of recentf.el. It adds new
9191 features to better organize the recentf menu and "More..." buffer.
9192
9193 Using new provided menu filtering functions you can now organize the
9194 recent files list:
9195
9196 - by major modes
9197 - by directories
9198 - by user defined rules
9199
9200 Finally, with the new `recentf-filter-changer' customizable filter you
9201 can define a ring of filters and dynamically (via the menu) cycle on
9202 each menu organization in the ring (a la msb).
9203
68be2869
EZ
92042000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
9205
9206 * eshell/eshell.el (eshell): Replace links to eshell.info with
9207 links to eshell, to avoid problems on systems where the manual is
9208 installed as `eshell'.
9209 * eshell/esh-cmd.el (eshell-cmd): Ditto.
9210 * eshell/em-smart.el (eshell-smart): Ditto.
9211 * eshell/em-banner.el (eshell-banner): Ditto.
21ad0f7b 9212 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
68be2869
EZ
9213
9214 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
9215 same-file check in the MS-DOS version (it does support inodes).
9216
9217 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
9218
21ad0f7b
SM
9219 * eshell/eshell.el (eshell-directory-name):
9220 Run default directory name through convert-standard-filename.
68be2869 9221
269b4dcb
KH
92222000-07-18 Kenichi Handa <handa@etl.go.jp>
9223
21ad0f7b
SM
9224 * international/mule-cmds.el (select-safe-coding-system):
9225 Fix typo in the comment.
240a16cf 9226
21ad0f7b
SM
9227 * language/european.el (compound-text):
9228 Force katakana-jisx0201 to be designated to G1.
aa96c820 9229
21ad0f7b
SM
9230 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
9231 Don't translate some national variant characters of latin-jisx0201.
aa96c820 9232 (x-ctext): Force katakana-jisx0201 to be designated to G1.
a99c9d06 9233
269b4dcb
KH
9234 * international/kkc.el (kkc-after-update-conversion-functions):
9235 New variable.
9236 (kkc-update-conversion): Run functions in it at the tail.
9237
68be2869 92382000-07-16 John Wiegley <johnw@gnu.org>
6feeb380 9239
21ad0f7b
SM
9240 * lisp/align.el (align-newline-and-indent):
9241 Adding new function. for auto-aligning blocks of code on RET.
6feeb380
JW
9242 (align-region): Fixed badly formatted minibuffer message.
9243
7a3fd467
KH
92442000-07-17 Kenichi Handa <handa@etl.go.jp>
9245
21ad0f7b 9246 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
7a3fd467
KH
9247 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
9248 the conversion list at first if appropriate.
9249 (kkc-next): Don't update kkc-next-count here.
9250 (kkc-prev): Don't update kkc-prev-count here.
9251 (kkc-show-conversion-list-update): Fix setting up of conversion
9252 list message.
9253
a45423d8
SM
92542000-07-16 Stefan Monnier <monnier@cs.yale.edu>
9255
088831a6 9256 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
a45423d8 9257
91a38db1
DL
92582000-07-16 Dave Love <fx@gnu.org>
9259
9260 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
9261 function to be more specific.
9262
9263 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
9264 non-string help-echo.
9265 (widget-types-convert-widget): Defsubst it.
9266 (widget-echo-help): Try to cope with a help-echo function of two
9267 possible sorts.
9268
3fddcdc3
JR
92692000-07-15 Jason Rumney <jasonr@gnu.org>
9270
9271 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
9272 Declare as obsolete.
9273
9274 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
9275
bd23a692
GM
92762000-07-14 Gerd Moellmann <gerd@gnu.org>
9277
9278 * hilit-chg.el: Fix typo.
9279
d4af987a
DL
92802000-07-14 Dave Love <fx@gnu.org>
9281
9282 * info.el (Info-mode-menu): Fix use of :help, :enable.
9283
3a4f3f86
SM
92842000-07-14 Stefan Monnier <monnier@cs.yale.edu>
9285
9286 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
9287
cf6936a4
DL
92882000-07-13 Dave Love <fx@gnu.org>
9289
4d6d04b5
DL
9290 * emacs-lisp/easymenu.el: Doc fixes.
9291 (easy-menu-remove): Defalias to ignore.
9292
cf6936a4
DL
9293 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
9294 Call throw correctly.
9295
56437999
GM
92962000-07-13 Gerd Moellmann <gerd@gnu.org>
9297
9298 * faces.el (frame-background-mode): Doc fix.
9299
9300 * simple.el (eval-expression-print-length): Change custom type to
9301 allow entering nil as value.
9302
d04a3972
DL
93032000-07-13 Dave Love <fx@gnu.org>
9304
3a4f3f86
SM
9305 * progmodes/fortran.el (fortran-imenu-generic-expression):
9306 Change definition layout.
a8189dfe
DL
9307 (fortran-mode-menu): Reinstate customize entries.
9308
d04a3972
DL
9309 * cus-edit.el (custom-group-menu-create, customize-menu-create):
9310 Use :filter, per old XEmacs code.
9311
4bf4fb05
GM
93122000-07-12 Gerd Moellmann <gerd@gnu.org>
9313
9314 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
9315 event when deciding what to send to the terminal.
9316
37328bcd
DL
93172000-07-12 Dave Love <fx@gnu.org>
9318
9319 * cus-start.el: Add optional version as 4th element of specs and
9320 use it for several things new in v21. Remove load-path. Fix type
9321 of line-number-display-limit.
9322
89492072
DL
93232000-07-11 Dave Love <fx@gnu.org>
9324
3a4f3f86
SM
9325 * progmodes/fortran.el: Don't require easymenu.
9326 Use repeat counts in various regexps.
315aa1de
DL
9327 (fortran-mode-syntax-table): Defvar directly.
9328 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
3a4f3f86
SM
9329 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
9330 Use defvar, not defconst.
9331 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
315aa1de
DL
9332 (fortran-mode): Set fortran-comment-line-start-skip,
9333 fortran-comment-line-start-skip, dabbrev-case-fold-search.
9334 (fortran-comment-indent): Use defsubst.
3a4f3f86
SM
9335 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
9336 Use fortran-comment-indent, not fortran-comment-indent-function.
315aa1de
DL
9337 (fortran-comment-region, fortran-electric-line-number): Simplify.
9338 (fortran-auto-fill): New function.
9339 (fortran-do-auto-fill): Deleted.
3a4f3f86
SM
9340 (fortran-find-comment-start-skip):
9341 Check for non-null comment-start-skip.
9342 (fortran-auto-fill-mode, fortran-fill-statement):
9343 Use fortran-auto-fill.
315aa1de 9344 (fortran-fill): Use fortran-auto-fill. Check for null
3a4f3f86 9345 comment-start-skip. Simplify final clause and use end-of-line finally.
315aa1de 9346
89492072
DL
9347 * widget.el (widget-plist-member): New alias.
9348
d55ead18
EZ
93492000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
9350
9351 * eshell/esh-module.el (toplevel): Reference
9352 byte-compile-current-file only if it is bound.
9353
e82a2a05
GM
93542000-07-10 Gerd Moellmann <gerd@gnu.org>
9355
9356 * dired.el: Don't require `dired-aux'.
9357
1fc7fb2b
MB
93582000-07-10 Miles Bader <miles@lsi.nec.co.jp>
9359
9360 * dired-aux.el (dired-show-file-type): New function.
9361 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
9362 (dired-show-file-type): Add autoload.
9363
ab49ce15
KH
93642000-07-10 Kenichi Handa <handa@etl.go.jp>
9365
9366 * international/mule-diag.el (describe-font): Adjusted for the
3a4f3f86 9367 change of fontset-info.
ab49ce15
KH
9368 (print-fontset): Likewise.
9369
f45aab65
SM
93702000-07-09 Stefan Monnier <monnier@cs.yale.edu>
9371
9372 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
9373
2f72fd2f
GM
93742000-07-07 Gerd Moellmann <gerd@gnu.org>
9375
e82a2a05 9376 * bindings.el: Bind `[delete]' to delete-char.
965522f5 9377
2f72fd2f
GM
9378 * dired.el (dired-find-alternate-file): New function.
9379 (dired-mode-map): Bind `a' to dired-find-alternate-file.
9380 (toplevel): Require dired-aux when compiling.
9381 (dired-buffers): Move defvar within file to avoid compiler warning.
9382
9383 * info.el (Info-last-search): Variable removed.
9384 (Info-search-history): New variable.
9385 (Info-search): New Info-search-history.
9386
9387 * battery.el, info-look.el: Change author's mail address.
9388
965522f5 93892000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
34342a07 9390
965522f5
GM
9391 * mail/rmail.el (rmail-clear-headers): Don't throw an error
9392 if rmail-ignored-headers is nil.
9393 (rmail-retry-failure): Bind rmail-ignored-headers and
9394 rmail-displayed-headers to nil.
9395
dd8888a1
GM
93962000-07-06 Gerd Moellmann <gerd@gnu.org>
9397
e5c81191
GM
9398 * lpr.el (lpr-page-header-switches): Add `-h' switch.
9399 (print-region-1): Don't hard code `-h' here.
9400
dd8888a1
GM
9401 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
9402
e5c81191
GM
94032000-07-01 Francesco Potorti` <pot@gnu.org>
9404
9405 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
9406 exim can use "your message" instead of "the message".
34342a07 9407
f45aab65
SM
94082000-07-06 Stefan Monnier <monnier@cs.yale.edu>
9409
9410 * facemenu.el: Docstrings fixes.
9411 (facemenu-get-face): Don't use internal-find-face.
9412 (facemenu-iterate): Rename arg to match the docstring.
9413
9414 * newcomment.el (uncomment-region): Be more careful when skipping
9415 backwards over `=' not to bump into BOBP.
9416
d396e521 94172000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
34342a07 9418
dd8888a1
GM
9419 * ediff-diff.el (ediff-wordify): Use syntax table.
9420 * ediff-init.el (ediff-has-face-support-p): Use
d396e521 9421 ediff-color-display-p.
dd8888a1 9422 (ediff-color-display-p): Use display-color-p, changed to defun
d396e521
MK
9423 from defsubst.
9424 Got rid of special cases for NeXT and OS/2.
dd8888a1 9425 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
d396e521 9426 face.
34342a07 9427
5e2dfaa4
SM
94282000-07-05 Stefan Monnier <monnier@cs.yale.edu>
9429
9430 * emacs-lisp/lucid.el: Require CL.
9431 (copy-tree, remprop): Remove, it's provided by CL.
9432 (map-keymap): Define in terms of cl-map-keymap.
9433 (extent-property, set-extent-end-glyph): New functions.
9434
9435 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
9436
d5c5cddd
GM
94372000-07-05 Gerd Moellmann <gerd@gnu.org>
9438
485266d0
GM
9439 * Makefile.in (DONTCOMPILE): Add comment that the name may
9440 not be changed without changing the make-dist script.
9441
5e2dfaa4 9442 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
d5c5cddd 9443 (cl-mapc): Use mapc instead of cl-old-mapc.
34342a07 9444
e2c46326
AI
94452000-07-05 Andrew Innes <andrewi@gnu.org>
9446
9447 * makefile.nt: Add support for `bootstrap' and related targets.
9448
a027a91b
SM
94492000-07-05 Stefan Monnier <monnier@cs.yale.edu>
9450
9451 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
9452 (easy-menu-do-define): Use `menu-item' format.
9453 Handle case where easy-menu-create-menu returns a symbol.
9454 Manually call the potential top-level filter in the function binding.
9455 (easy-menu-filter-return): New arg NAME.
9456 Convert to a keymap if MENU is an XEmacs menu.
9457 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
9458 (easy-menu-converted-items-table, easy-menu-convert-item):
9459 New var and fun to memoize easy-menu-convert-item-1.
9460 (easy-menu-do-add-item): Use it.
9461 (easy-menu-create-menu): Use easy-menu-convert-item.
9462 Wrap easy-menu-filter-return around any :filter specification.
9463 Don't convert the menu if a filter was specified.
9464 Tell easy-menu-make-symbol not to check for MENU being an expression.
9465 (easy-menu-make-symbol): New arg NOEXP.
9466
5e03eb84
GM
94672000-07-05 Gerd Moellmann <gerd@gnu.org>
9468
9469 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
9470 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
9471 (eval-defun): If called with prefix arg, instrument code for
9472 Edebug.
9473
9474 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
9475 similar to that of eval-defun.
9476
fca68a95
DL
94772000-07-04 Dave Love <fx@gnu.org>
9478
7ccbba4c
DL
9479 * hl-line.el (hl-line-overlay): Make it permanent-local.
9480
fca68a95
DL
9481 * calendar/todo-mode.el: Replaced with a working version, based on
9482 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
9483
94842000-07-03 Miles Bader <miles@lsi.nec.co.jp>
78e7e8a0
MB
9485
9486 * paths.el (prune-directory-list): New function.
9487 (Info-default-directory-list): Rewritten to more methodically
9488 enumerate a big list of possible info directories (based on the
9489 list used by the standalone info reader).
fca68a95 9490
78e7e8a0 9491 * info.el (info-initialize): Use prune-directory-list to remove
3a4f3f86 9492 non-existent directories from Info-directory-list.
78e7e8a0 9493
78e7e8a0
MB
9494 * paths.el (Info-default-directory-list): Try a list of possible
9495 info-directories instead of a single one. Add the possible
9496 info directory "/usr/share/info".
9497
9498 * woman.el (woman-man.conf-path): Explicitly include the debian
9499 man-db config file "/etc/manpath.config".
9500 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
9501 are present in `manpath.config'.
9502 (woman-manpath): Include "/usr/share/man".
9503
67c9a1d2
GM
95042000-07-03 Gerd Moellmann <gerd@gnu.org>
9505
6753393b
GM
9506 * frame.el (blink-cursor-mode): Don't hide cursor initially.
9507
9508 * startup.el (command-line): Initialize blink-cursor based
9509 on window-system.
9510
e4f98ad3
GM
9511 * frame.el (blink-cursor): Default to nil if not running under
9512 a window-system.
9513
2f516940
GM
9514 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
9515 (face-x-resources): Remove duplicate entry for :font.
9516
67c9a1d2
GM
9517 * textmodes/refer.el (refer-find-entry-internal): Use some-window
9518 instead of cycling through windows with next-window.
9519
9520 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
9521 of cycling through windows with next-window.
9522
9523 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
9524 of cycling through windows with next-window.
9525
9526 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
9527 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
9528 instead of cycling through windows with next-window.
9529
9530 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
9531 instead of cycling through windows with next-window.
9532
9533 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
9534 of cycling through windows with next-window.
9535
9536 * terminal.el (te-process-output): Use walk-windows instead of
9537 cycling through windows with next-window.
9538
9539 * server.el (server-switch-buffer): Use some-window instead of
9540 cycling through windows with next-window.
9541
9542 * window.el (some-window): New function.
9543 (walk-windows): Remove reference to walk-windows-start.
831a6cb0 9544
3a4f3f86 9545 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
831a6cb0 9546
8b7bc628 95472000-07-03 Richard Stallman <rms@gnu.org>
67c9a1d2
GM
9548
9549 * window.el (walk-windows): Guarantee termination by keeping a list
9550 of all the windows already handled.
9551
d0d57043
EZ
95522000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
9553
9554 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
9555 window-system.
9556
9557 * man.el (Man-notify-when-ready): Don't use window-system. If
9558 Man-notify-method is newframe, and the display is not
9559 multi-frame, select the frame created for the man page.
9560 (Man-init-defvars): Doc fix.
9561
d5483ab1
GM
95622000-06-28 Gerd Moellmann <gerd@gnu.org>
9563
af5c25e1
GM
9564 * faces.el (region): Change background color for light background.
9565
9566 * ediff-wind.el (ediff-setup-control-frame): Remove :box
9567 attribute from mode-line face of Ediff control frame.
9568
d5483ab1
GM
9569 * replace.el (query-replace-map): Bind `e' like `E'.
9570
9d47450f
EZ
95712000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
9572
3a4f3f86
SM
9573 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
9574 Change name to "Select All".
496b7491 9575
9d47450f
EZ
9576 * dos-fns.el (convert-standard-filename): Fix last change.
9577
0b431deb
GM
95782000-06-27 Gerd Moellmann <gerd@gnu.org>
9579
4fa9f636
GM
9580 * help.el (describe-variable): Don't insert a second `'s' in front
9581 of the string `value is shown below'. Since the syntax-table is
9582 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
9583 an existing `'s', so that this won't be deleted.
9584
0b431deb
GM
9585 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
9586 * pcmpl-unix.el: New files.
9587
32cad0aa
SM
95882000-06-26 Stefan Monnier <monnier@cs.yale.edu>
9589
9590 * wid-edit.el (widget-member): Use the new plist-member.
9591
2c69ced2
GM
95922000-06-26 Gerd Moellmann <gerd@gnu.org>
9593
44c0f771
GM
9594 * replace.el (perform-replace): Undo change of 2000-04-04.
9595 Instead, move backward 1 character at the end of the loop when
9596 necessary.
34342a07 9597
1d36487c
GM
9598 * faces.el (fringe): Change face for different backgrounds.
9599
9600 * eshell/esh-module.el (toplevel): Load defgroup's differently;
9601 patch from John.
9602
2c69ced2
GM
9603 * eshell/*.el: Change spelling of the Free Software Foundation.
9604
9605 * eshell/esh-toggle.el: Removed.
9606
9607 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
9608
9609 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
9610 interactively.
9611
96122000-06-26 Alex Schroeder <alex@gnu.org>
9613
9614 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
9615 `define-key'; instead of checking `(emacs-version)' check for
9616 `set-keymap-parent' and `set-keymap-name' directly. Add entries
9617 for `;' and `o' which might be electric.
9618
9619 (sql-electric-stuff): New user option.
9620 (sql-magic-go): New function which uses `sql-electric-stuff'.
9621 (sql-magic-semicolon): New function which uses
9622 `sql-electric-stuff'.
9623
9624 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
9625 is not fboundp.
9626
9627 (sql-oracle-options): New variable.
9628 (sql-oracle): Use it.
9629
9630 (sql-imenu-generic-expression): Doc change.
9631 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
9632 is used.
9633
9634 (sql-informix): Added command line parameter "-" to force
9635 sql-informix-program to use stdout.
9636
db1306d8
EZ
96372000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
9638
3a4f3f86 9639 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
db1306d8
EZ
9640 (cp864-decode-table): Doc fix.
9641 (cp720-decode-table): New variable, supports the Arabic OEM
9642 codepage used by Windows.
9643 (cp737-decode-table): New, Greek OEM codepage used by Windows.
9644
c69e5fcd
DL
96452000-06-23 Dave Love <fx@gnu.org>
9646
9647 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
9648 (font-lock-fontify-anchored-keywords): Use
9649 line-beginning-position.
9650 (global-font-lock-mode): Use mapc.
9651
30ad8f23
SM
96522000-06-23 Stefan Monnier <monnier@cs.yale.edu>
9653
9654 * eshell/esh-module.el: Require CL when compiling.
9655
26b4dc84
GM
96562000-06-23 Gerd Moellmann <gerd@gnu.org>
9657
78c56e70
GM
9658 * comint.el (comint-substitute-in-file-name): Call replace-match
9659 with second and third arg t.
9660
34342a07 9661 * cus-edit.el (custom-button-face, custom-button-pressed-face):
f6478c66
GM
9662 Specify foreground color.
9663
9664 * faces.el (tool-bar, mode-line, header-line): Specify foreground
9665 color.
9666
affbf647
GM
9667 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
9668
9669 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
9670 cddr instead of cdddr.
9671
25fffb31
GM
9672 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
9673 instead of copy-list.
9674
9675 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
9676 of copy-list.
9677
26b4dc84
GM
9678 * subdirs.el: Add eshell subdirectory.
9679
9680 * eshell: New subdirectory containing the Eshell package.
9681
9682 * pcomplete.el: New file.
9683
78c56e70
GM
96842000-06-23 Paul Eggert <eggert@twinsun.com>
9685
ea055732
GM
9686 * mail/mailpost.el (post-mail-send-it): Make sure file has
9687 proper permissions from birth.
9688
9689 * files.el (basic-save-buffer-2): When temporarily setting
9690 file modes, set them to current modes plus 0200, not to 0777.
9691
78c56e70
GM
9692 * emerge.el (emerge-make-temp-file): Make sure file has proper
9693 permissions from birth.
9694
a3a7ff33
EZ
96952000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
9696
9697 * files.el (make-backup-file-name-1): On DOS/Windows, run the
9698 backup file name through convert-standard-filename.
9699
9700 * dos-fns.el (convert-standard-filename): Convert leading
9701 directories as well. When long file names are supported, convert
9702 characters that are invalid in Windows file names.
9703
1fd9b7fe
GM
97042000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9705
9706 * ps-print.el: Fix bug: if ^L is the very first buffer character,
9707 ps-print crashes. New feature: page selection for printing. Create
9708 raw-text-unix coding system for XEmacs. Doc fix.
9709 (ps-print-version): New version number (5.2.3).
9710 (ps-plot-region): Bug fix.
9711 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
9712 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
9713 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
9714 funs.
9715 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
9716 (ps-last-page): New vars.
9717
16ed8416
GM
97182000-06-21 Gerd Moellmann <gerd@gnu.org>
9719
9720 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
9721 empty option string.
9722
4fbee715
EZ
97232000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
9724
9725 * man.el (man): Doc fix.
9726
eaecfc94
KH
97272000-06-21 Kenichi Handa <handa@etl.go.jp>
9728
9729 * international/mule-cmds.el (set-language-info-alist): Docstring
9730 fixed.
9731
4a27bdfb
GM
97322000-06-20 Gerd Moellmann <gerd@gnu.org>
9733
9734 * version.el (emacs-version): Use ISO date format.
9735
9736 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
9737 instead of `M-backspace'.
9738
9739 * simple.el (turn-off-auto-fill): New function.
9740
8972fe79
SM
97412000-06-20 Stefan Monnier <monnier@cs.yale.edu>
9742
9743 * jit-lock.el (with-buffer-prepared-for-jit-lock):
9744 Renamed from with-buffer-prepared-for-font-lock and use
9745 inhibit-modification-hooks rather than setting *-change-functions.
9746 Update all functions to use the new name.
9747 (jit-lock-first-unfontify-pos): New semantics (and doc).
9748 (jit-lock-mode): Make non-interactive.
9749 Don't automatically turn on font-lock.
9750 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
9751 Always use jit-lock-after-change.
9752 Remove and restore font-lock-after-change-function.
9753 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
9754 (jit-lock-after-unfontify-buffer): Remove.
9755 (jit-lock-stealth-fontify):
9756 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
9757 (jit-lock-after-change): Set the `fontified' text-prop to nil.
9758
5d80cc9c
SS
97592000-06-20 Sam Steingold <sds@gnu.org>
9760
9761 * emacs-lisp/cl-indent.el (toplevel): Indent
9762 `print-unreadable-object' properly. Untabify.
9763
f54e4d13
CD
97642000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
9765
9766 * textmodes/reftex.el (reftex-find-citation-regexp-format):
9767 Support for bibentry.
9768 (reftex-compile-variables): Fixed problem with end of section-re.
9769
9770 * texmodes/reftex-dcr.el (reftex-view-crossref,
8972fe79
SM
9771 reftex-view-crossref-from-bibtex):
9772 Deal with changed `reftex-find-citation-regexp-format'.
f54e4d13
CD
9773 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
9774 Replaced `remprop' with `put'.
8972fe79
SM
9775 (reftex-view-crossref, reftex-view-crossref-when-idle):
9776 Support for bibentry.
f54e4d13 9777
8972fe79
SM
9778 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
9779 New entry for bibentry package.
f54e4d13 9780
8972fe79
SM
9781 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
9782 Regexp also matches "\nobibliography".
f54e4d13 9783
8972fe79
SM
9784 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
9785 Call `reftex-ensure-write-access' before doing anything.
f54e4d13
CD
9786 (reftex-ensure-write-access): New function.
9787
f54e4d13
CD
97882000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
9789
9790 * progmodes/idlwave.el: File re-installed (update to version 4.2)
9791
9792 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
9793
9794 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
9795
9796 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
9797
9798
560c43f4
DL
97992000-06-20 Dave Love <fx@gnu.org>
9800
9801 * faces.el (frame-background-mode): Use set-default, not set, in
9802 setter.
9803 (frame-update-faces, frame-update-face-colors): Define with
9804 defalias.
9805
9806 * enriched.el (enriched-decode-foreground)
9807 (enriched-decode-background): Don't use internal-find-face.
9808
9809 * apropos.el: Doc fixes.
9810
9811 * cus-edit.el (customize-changed-options): Check arg.
9812 (customize-version-lessp): Don't require decimal point.
9813
9814 * custom.el (defcustom, defgroup): Doc fix.
9815
9816 * newcomment.el (comment) <defgroup>: Add :version.
9817 (comment-multi-line): Doc fix.
9818
9819 * emulation/mlsupport.el (define-hooked-local-abbrev,
9820 define-hooked-global-abbrev): Fix, using define-abbrev.
9821
cdf0357b
GM
98222000-06-19 Gerd Moellmann <gerd@gnu.org>
9823
9824 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
9825 the whole buffer.
9826
10013d74
DL
98272000-06-19 Dave Love <fx@gnu.org>
9828
9829 * menu-bar.el (menu-bar-options-save): New function.
9830 (menu-bar-options-menu): Use it.
9831 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
9832 Simplify.
9833
6922f208
AS
98342000-06-19 Andreas Schwab <schwab@suse.de>
9835
9836 * progmodes/etags.el (tags-query-replace): Put new parameters
9837 START and END at the end, for backward compatibility.
9838
10d7bf84
KH
98392000-06-19 Kenichi Handa <handa@etl.go.jp>
9840
9841 * international/codepage.el:
9842 (cp-coding-system-for-codepage-1): Delete special codes for
9843 generating xxx-dos coding system because now a CCL based coding
9844 system can handle EOL conversion by default.
9845
9846 * international/mule.el (make-coding-system): Generate subsidiary
9847 coding systems for EOL handling variants even for a CCL based
9848 coding system.
9849
8f3c9a3d
KH
98502000-06-19 Kenichi Handa <handa@etl.go.jp>
9851
9852 * international/isearch-x.el (isearch-minibuffer-input-method)
9853 (isearch-minibuffer-input-method-function): These variables
9854 deleted.
9855 (isearch-with-input-method): Don't use the above variables.
9856 (isearch-process-search-multibyte-characters): Likewise. Call
9857 read-string with the arg INHERIT-INPUT-METHOD t.
9858
c2acf685
SM
98592000-06-17 Stefan Monnier <monnier@cs.yale.edu>
9860
13f0d185
SM
9861 * font-lock.el (font-lock-after-fontify-buffer)
9862 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
9863
9864 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
9865 Use consistent make-local-variable style for font-lock-fontified.
9866 (jit-lock-fontify-buffer):
9867 Don't bother checking for font-lock-mode and jit-lock-mode.
9868
c2acf685
SM
9869 * time.el: Remove trailing ^M that prevent CVS-merging.
9870
a9021acd
GM
98712000-06-16 Gerd Moellmann <gerd@gnu.org>
9872
9873 * Makefile.in (distclean): New target.
5d80cc9c 9874
0df68e9f
SM
98752000-06-16 Stefan Monnier <monnier@cs.yale.edu>
9876
9877 * Makefile.in (srcdir): Define for update-subdirs.
9878
6344985d
GM
98792000-06-16 Gerd Moellmann <gerd@gnu.org>
9880
9881 * find-lisp.el: New file.
9882
63239267
AI
98832000-06-16 Andrew Innes <andrewi@gnu.org>
9884
9885 * time.el (display-time-mail-function): New variable, to allow
9886 external packages to indicate when new mail is available.
9887 (display-time-update): Use it.
9888
1699f991
KH
98892000-06-16 Kenichi Handa <handa@etl.go.jp>
9890
a3b37893
KH
9891 * international/mule.el (mule-version): Change version name to
9892 SAKAKI. AOI has already been used by Meadow.
9893
1699f991
KH
9894 * international/quail.el (quail-show-guidance-buf): To find the
9895 bottom window (but minibuffer), pay attention to the height of
9896 minibuffer.
9897
228b083e
EZ
98982000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
9899
7d5c8691
EZ
9900 * arc-mode.el (archive-mode-map): Use the new menu-item format for
9901 menu-bar menus. Add help strings. Don't remove the Edit menu
9902 from the menu bar, as the menu bar has enough space now.
9903
261f3289
EZ
9904 * Makefile.in (SHELL): Make sure /bin/sh is used.
9905
228b083e
EZ
9906 * woman.el (woman-man-buffer): Fix bold and underlined CJK
9907 characters, which use series of two ^H characters instead of one.
9908
e27e8d71
GM
99092000-06-15 Gerd Moellmann <gerd@gnu.org>
9910
5d80cc9c 9911 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
451ec4e3 9912 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
5d80cc9c 9913 functions.
451ec4e3
GM
9914 (Info-find-node-2): Try a case-sensitive search first, then
9915 do a case-insensitive search.
9916
9917 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
9918 tutorials.
9919
b675095c
GM
9920 * complete.el (PC-env-vars-alist): New variable.
9921 (PC-complete-as-file-name): New function.
9922 (partial-completion-mode): Initialize PC-env-vars-alist from
9923 process-environment.
9924 (PC-do-completion): Handle completion of env vars.
9925
9926 * info.el (Info-set-mode-line): Show file name in mode line,
9927 use `*Info*' instead of `Info:'.
9928
e27e8d71
GM
9929 * startup.el (command-line-1): Change copyright messages to year
9930 2000.
9931
28223a7e
DL
99322000-06-15 Dave Love <fx@gnu.org>
9933
9934 * net/goto-addr.el (goto-address-fontify): Use keymap property,
9935 not local-map.
9936
32684631
KH
99372000-06-15 Kenichi Handa <handa@etl.go.jp>
9938
9939 * international/mule.el (set-buffer-file-coding-system): Almost
9940 rewritten to handle `undecided' as no-op.
9941
9f817ea4
GM
99422000-06-14 Gerd Moellmann <gerd@gnu.org>
9943
e27e8d71 9944 * Makefile.in: New file.
dce6b995
GM
9945
9946 * Makefile: Removed.
9947
9f817ea4
GM
9948 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
9949 (goto-address-highlight-keymap): Bind C-c RET.
9950
2de33f94
KH
99512000-06-14 Kenichi Handa <handa@etl.go.jp>
9952
bbf1e8a5
KH
9953 * mail/sendmail.el (sendmail-send-it): The temporary buffer
9954 inherits buffer-file-coding-system of the current buffer.
725a6897 9955
02891cc3
KH
9956 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
9957 0. Give correct argument to set-auto-coding-function.
9958 (tar-expunge): For goto-char, use (point-min), not 0.
9959 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
9960 (tar-subfile-save-buffer): Likewize.
9961
2de33f94
KH
9962 * international/mule.el
9963 (after-insert-file-set-buffer-file-coding-system): Call
9964 set-buffer-file-coding-system with the arg FORCE t.
9965
1681ead6
GM
99662000-06-13 Gerd Moellmann <gerd@gnu.org>
9967
9968 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
9969 nil. Contemporary sendmails issue an X-Authentication-Warning if
b675095c 9970 the sender is set with `-f'.
1681ead6 9971
fdf4b680
DL
99722000-06-13 Dave Love <fx@gnu.org>
9973
9c50afce
DL
9974 * help.el (describe-function-1): Kluge around cases of functions
9975 fset to subrs whose doc doesn't match their symbol-name.
9976
0ad550ba 9977 * image.el (insert-image): Default STRING to a space.
f290ca08 9978
fdf4b680 9979 * info.el Doc fixes.
5d80cc9c 9980 (Info-build-node-completions): Match Ref tags.
fdf4b680 9981
9b6610db
EZ
99822000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
9983
a704139d
EZ
9984 * frame.el (display-multi-frame-p, display-multi-font-p): New
9985 defaliases for display-graphic-p.
9986
9b6610db
EZ
9987 * hl-line.el: Fixed a typo in commentary.
9988
7a5ea398
KH
99892000-06-13 Kenichi Handa <handa@etl.go.jp>
9990
9991 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
9992 fixed.
9993
0dc91c57
DL
99942000-06-12 Dave Love <fx@gnu.org>
9995
9996 * image.el (insert-image): Save a little consing.
9997
0bd5914b
KH
99982000-06-12 Kenichi Handa <handa@etl.go.jp>
9999
10000 * language/tibet-util.el: Convert all tibetan-1-column characters
10001 to the corresponding tibetan characters.
10002 (tibetan-add-components): Delete code for the special treatment of
10003 'a chung.
10004
10005 * language/tibetan.el (tibetan-composable-pattern): Fix previous
10006 change.
10007 (tibetan-vowel-transcription-alist): More rules added.
10008 (tibetan-composite-vowel-alist): New variable.
10009 (tibetan-precomposition-rule-alist): More rules added.
10010
6dc7d3d5
SM
100112000-06-12 Stefan Monnier <monnier@cs.yale.edu>
10012
9c04c393
SM
10013 * startup.el (command-line): Only call menu-bar-mode if interactive.
10014
10015 * thingatpt.el (toplevel symbol-properties):
10016 * textmodes/makeinfo.el (makeinfo-compile):
10017 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
5d80cc9c 10018 * progmodes/hideif.el (hif-compress-define-list)
9c04c393 10019 (hide-ifdef-use-define-alist):
5d80cc9c 10020 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
9c04c393
SM
10021 (ange-ftp-vms-add-file-entry):
10022 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
10023 * man.el (Man-build-man-command):
10024 * mail/rnewspost.el (news-reply-header-hook):
10025 * info.el (Info-insert-dir):
10026 * emulation/mlconvert.el (backward-word, forward-word, setq):
10027 * emacs-lisp/gulp.el (gulp-send-requests):
5d80cc9c
SS
10028 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
10029 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
9c04c393
SM
10030 (byte-optimize-apply, end of file):
10031 * emacs-lisp/advice.el (ad-advice-class-completion-table)
10032 (ad-make-freeze-definition):
10033 * startup.el (command-line, command-line-1): Don't quote lambdas.
10034
6dc7d3d5
SM
10035 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
10036 (cvs-cleanup-removed): New function.
10037 (cvs-cleanup-functions): New var.
10038 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
10039 some flexibility in specifying additional entries to auto-cleanup.
10040 (cvs-quickdir): New function.
10041 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
10042 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
10043 (cvs-mode-find-file): Check that we are on a filename or dirname
10044 when invoked through a mouse-click.
10045 (cvs-full-path): Remove.
10046 (cvs-dired-action): Re-introduced.
10047 (cvs-dired-noselect): Use it.
10048 (vc-post-command-functions): use this new hook if available.
10049
10050 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
10051 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
10052 (cvs-filename-map, cvs-dirname-map): Remove.
10053 (cvs-default-action): Remove.
10054 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
10055 if the arg is really a keymap.
10056 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
10057 Don't hardcode the mapping from state (aka type) to face, but check
10058 the var cvs-fi-<type>-face instead.
10059 (cvs-fileinfo-from-entries): New function.
10060
10061 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
10062 Docstring fix.
10063 (cvs-find-file-and-jump): Change default to be safer.
10064 (cvs-mode-diff-map): Define it as a function as well.
10065 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
10066 Bind mouse-2 in this global map rather than with text-properties.
10067
10068 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
10069 file to resolve the ambiguity between C(conflict) and C(need-merge).
10070
5050a2ef
KH
100712000-06-12 Kenichi Handa <handa@etl.go.jp>
10072
10073 * international/mule.el (set-buffer-file-coding-system): If
10074 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
10075 unconditionally.
10076
35a7ac84
DL
100772000-06-12 Dave Love <fx@gnu.org>
10078
10079 * wid-edit.el (widget-specify-button): Really suppress the face if
10080 required.
10081
db8eeecd
GM
100822000-06-11 Gerd Moellmann <gerd@gnu.org>
10083
10084 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
10085
70223ca4
SM
100862000-06-11 Stefan Monnier <monnier@cs.yale.edu>
10087
10088 * imenu.el (imenu-generic-expression): Docstring fix.
10089
10090 * composite.el (composition-function-table): Move the `put'
10091 below the autoload cookie so we can load the file before loaddefs.
10092
10093 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
10094
10095 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
10096 Handle easy-mmode-define-global-mode.
10097 For complex macros like define-minor-mode that can generate
10098 several autoload entries, try to autoload entries in the
10099 macroexpanded code.
10100
10101 * emacs-lisp/easy-mmode.el (define-minor-mode):
10102 If KEYMAP is a symbol, just use it.
10103 Use byte-compile-current-file and load-file-name to infer the
10104 proper :require to pass to defcustom.
10105 Wrap the hook var into `progn' so as not to autoload it.
10106 Add a :autoload-end cookie.
10107 Be more careful about the evaluation of KEYMAP.
10108 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
10109 (define-derived-mode): Move define-abbrev-table outside of defvar.
10110
101112000-06-10 Stefan Monnier <monnier@cs.yale.edu>
10112
10113 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
10114 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
10115 (backup-compiled-files): Ignore errors during `tar'.
10116 (bootstrap): Make autoloads before elc files.
10117
9c53b34e
KH
101182000-06-10 Kenichi Handa <handa@etl.go.jp>
10119
10120 * international/mule.el (set-buffer-file-coding-system): If one of
5d80cc9c 10121 undecided-XXX is specified, change only EOL conversion.
9c53b34e
KH
10122
10123 * international/mule-conf.el (unix): New alias for the coding
10124 system undecided-unix.
10125
22ddd299
DL
101262000-06-09 Dave Love <fx@gnu.org>
10127
5ee42746
DL
10128 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
10129
70223ca4 10130 * progmodes/executable.el: Byte compile dynamic.
22ddd299
DL
10131 (executable-insert): Change custom type.
10132 (executable-find): Add autoload cookie.
cc7e1d18
DL
10133 (executable-make-buffer-file-executable-if-script-p): New
10134 function. After Noah Friedman.
22ddd299
DL
10135
10136 * files.el (after-save-hook): Customize, with
cc7e1d18 10137 executable-make-buffer-file-executable-if-script-p as an option.
22ddd299 10138
41ea3794
KH
101392000-06-09 Kenichi Handa <handa@etl.go.jp>
10140
f89437e3
KH
10141 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
10142 "tib24p-mule.bdf" for Tibetan.
10143
7a4ee259
KH
10144 * composite.el (decompose-composite-char): Declare it as obsolete.
10145
ff6a65c2
KH
10146 * man.el (Man-fontify-manpage): Pay attention to underline and
10147 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
41ea3794 10148
f83fe4b4
GM
101492000-06-08 Gerd Moellmann <gerd@gnu.org>
10150
10151 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
10152 Set maintainer to FSF since author isn't reachable.
10153
e56d7900
DL
101542000-06-08 Dave Love <fx@gnu.org>
10155
10156 * international/mule-cmds.el (select-safe-coding-system): If
10157 DEFAULT-CODING-SYSTEM is not specified, also check the most
10158 preferred coding-system if buffer-file-coding-system is
10159 `undecided'. From Handa.
10160
d3981b49
KH
101612000-06-08 Kenichi Handa <handa@etl.go.jp>
10162
10163 * international/mule.el
10164 (after-insert-file-set-buffer-file-coding-system): If the buffer
10165 size is greater than INSERTED, judget that we are not visiting.
10166
bff71087
RV
101672000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
10168
10169 * whitespace.el (defgroup whitespace): Comment out `:version'.
10170 XEmacs 20.4 has problems defining the group with this present.
10171 We'll have this commented out till get resolve the problem.
10172
fd9ac94c 101732000-06-07 John Wiegley <johnw@gnu.org>
e04d21aa 10174
fd9ac94c
GM
10175 * align.el (align-dq-string-modes, align-sq-string-modes)
10176 (align-open-comment-modes): Add pyhton-mode.
10177 (align-rules-list): Use get-text-property instead of
10178 text-properties-at.
10179 (align-rules-list): Add python-assignment.
10180 (align-rules-list): Change perl-comma-delimiter to
10181 basic-comma-delimiter. Use if for Perl modes and python-mode.
10182 (align-rules-list): Add python-chain-logic and
10183 basic-line-continuation.
45f485a6
GM
10184
101852000-06-07 Jari Aalto <jari.aalto@poboxes.com>
10186
10187 * apropos.el (apropos-mode-hook): New user variable.
10188 (apropos-mode): Run apropos-mode-hook.
bff71087 10189
45f485a6
GM
101902000-06-07 David Ponce <david@dponce.com>
10191
10192 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
10193 commands. Require `wid-edit' at run-time.
10194
101952000-06-07 David Ponce <david@dponce.com>
10196
10197 * recentf.el: Added some "Commentary".
10198 (recentf-open-more-files, recentf-edit-list): Minor changes to
10199 move the point at the top of the file list. This behaviour is
10200 consistent with the menu one when the list contains a lot of
10201 files.
10202 (recentf-cleanup): Now displays the number of items removed from
10203 the list.
10204 (recentf-relative-filter) New menu filter to show filenames
10205 relative to `default-directory'.
bff71087 10206
45f485a6
GM
102072000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10208
10209 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
10210 with/without giving an error if PostScript printer doesn't have this
10211 kind of page size. Zebra Stripe continues or restarts on next page.
10212 Manual/automatic paper feeding. Switch or not the header.
10213 (ps-print-version): New version number (5.2.2).
10214 (ps-windows-system): Include emx as a Windows system.
10215 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
10216 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
10217 (ps-background-text): Code fix.
10218 (ps-error-handler-message, ps-user-defined-prologue)
10219 (ps-print-prologue-header, ps-printer-name)
10220 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
10221 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
10222 (ps-use-face-background): Customization fix.
10223 (ps-n-up-database): Data fix.
10224 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
10225 (ps-switch-header): New vars.
10226 (ps-xemacs-color-name, ps-face-foreground-name)
10227 (ps-face-background-name, ps-boolean-constant): New funs.
10228
c14dcd22
DL
102292000-06-07 Dave Love <fx@gnu.org>
10230
10231 * allout.el: New version from Manheimer.
10232
e4044bb0
KH
102332000-06-07 Kenichi Handa <handa@etl.go.jp>
10234
10235 * textmodes/fill.el (fill-find-break-point): Check the validity of
10236 charset.
10237
59cfe8b9
KF
102382000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10239
10240 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
10241 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
10242 Call display-color-p and display-mouse-p instead of looking at
10243 window-system.
10244
bb2337f5
DL
102452000-06-06 Dave Love <fx@gnu.org>
10246
10247 * image.el (find-image): Doc fix. Return nil if image not found.
10248 (put-image, insert-image): Make STRING arg optional.
10249
8e624fa2
KH
102502000-06-06 Kenichi Handa <handa@etl.go.jp>
10251
10252 * language/vietnamese.el: Remove eval-when-compile.
10253 (viet-viscii-nonascii-translation-table): Define it as a
10254 translation table made from viet-viscii-decode-table.
10255 (viet-viscii-encode-table): Define it as a translation table made
10256 from the reverse map of above.
10257 (viet-vscii-nonascii-translation-table): Define it as a
10258 translation table made from viet-vscii-decode-table.
10259 (viet-vscii-encode-table): Define it as a translation table made
10260 from the reverse map of above.
10261 (ccl-decode-viscii): Use translate-character.
10262 (ccl-encode-viscii, ccl-encode-viscii-font)
10263 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
10264 Likewize.
bff71087 10265
8e624fa2
KH
10266 * language/cyrillic.el: Remove eval-when-compile.
10267 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
10268 translation table made from cyrillic-koi8-r-decode-table.
10269 (cyrillic-koi8-r-encode-table): Define it as a translation table
10270 made from the reverse map of above.
10271 (ccl-decode-koi8): Use translate-character.
10272 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
10273 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
10274 a translation table made from cyrillic-alternativnyj-decode-table.
10275 (cyrillic-alternativnyj-encode-table): Define it as a translation
10276 table made from the reverse map of above.
10277 (ccl-decode-alternativnyj): Use translate-character.
10278 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
10279 Likewize
10280
10281 * international/mule-diag.el (non-iso-charset-alist): Specify
10282 translation table symbol instead of translation table itself.
10283 (list-block-of-chars): CHARSET may be a translation table symbol.
10284
10285 * international/mule.el (make-coding-system): If CODING-SYSTEM
10286 already exists, override it.
10287
10288 * international/fontset.el: Use family `proportional' for Tibetan
10289 fonts.
10290
10291 * international/ccl.el (ccl-compile-translate-character): Don't
10292 check if Rrr has property translation-table.
10293 (ccl-compile-map-multiple): Modified to avoid compiler warning.
10294
1969fae2
GM
102952000-06-05 Gerd Moellmann <gerd@gnu.org>
10296
10297 * info.el: Bind case-fold-search to t when searching in case
10298 a user sets it to nil in a hook.
10299
d5b037c5
SM
103002000-06-05 Stefan Monnier <monnier@cs.yale.edu>
10301
d3d02e65
SM
10302 * autoarg.el (autoarg-mode, autoarg-kp-mode):
10303 * hl-line.el (hl-line-mode): Use the new :global key argument.
10304
10305 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
10306 (tar-clip-time-string): Prepend a space.
10307 (tar-grind-file-mode): Construct a string rather than modifying one.
10308 (tar-header-block-summarize): Fix docstring.
10309 Use `format' rather than an error-prone set of copy-loops.
10310
10311 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
10312 (diff-goto-source, diff-unified->context, diff-context->unified)
10313 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
10314 understand the format output by the `-p' argument to diff.
10315
bff71087 10316 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
d3d02e65
SM
10317 (sh-re-done): Use defconst.
10318 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
10319 (sh-help-string-for-variable, sh-guess-basic-offset):
10320 Don't quote lambdas.
10321 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
10322 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
10323
f7c4478f
SM
10324 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
10325 (mh-letter-mode): Derive from text-mode.
10326 This implicitly means that it now calls kill-all-local-variables.
10327 Also remove the Emacs-18 compatibility code.
10328
a8add29d
SM
10329 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
10330 Make use of symbol-property doc-string-elt.
10331 Use memq rather than a sequence of eq.
10332 (doc-string-elt): Fix the wrong or missing previously unused values.
10333 (autoload-print-form): New function extracted from
10334 generate-file-autoloads to allow recursion when handling progn
10335 so that defvar's and defun's docstrings are properly printed.
10336 (generate-file-autoloads): Use it.
10337
d5b037c5
SM
10338 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
10339 Use find-file-hooks in the minor-mode function.
10340 Be careful not to loop indefinitely in the post-command-hook function.
10341
560ef11a 103422000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
bff71087 10343
1969fae2 10344 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
560ef11a 10345 tty's.
1969fae2 10346 * ediff-diff.el (ediff-exec-process): Use --binary for fine
d5b037c5 10347 differences whenever appropriate.
1969fae2
GM
10348 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
10349 * viper.el (find-file, find-file-other-window): Get viper to do
bff71087
RV
10350 wildcards.
10351
b5bbbb76
SM
103522000-06-04 Stefan Monnier <monnier@cs.yale.edu>
10353
d5b037c5
SM
10354 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
10355 (jit-lock-fontify-buffer): New function for JIT refontification.
10356 (jit-lock-mode): Fix docstring.
10357 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
10358 Remove jit-lock-after-change from the _local_ hook.
10359 (jit-lock-function-1): Fix docstring.
10360
10361 * info.el (Info-on-current-buffer): Initialize info.
10362
10363 * newcomment.el (comment-indent): Ignore comment-indent-hook.
10364
10365 * progmodes/tcl.el (tcl-indent-for-comment):
10366 Ignore comment-indent-hook.
10367
10368 * emacs-lisp/easy-mmode.el: Require CL during compilation.
10369 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
b5bbbb76
SM
10370 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
10371 and improve to use the lighter to guess the capitalization.
10372 (define-minor-mode): Inline code from easy-mmode-define-toggle.
10373 Add keyword arguments to specify global-ness or the custom group.
10374 Add local-map and help-echo properties to the lighter.
10375 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
d5b037c5 10376 (easy-mmode-define-global-mode): New macro.
b5bbbb76 10377
bfa6c260
DL
103782000-06-02 Dave Love <fx@gnu.org>
10379
10380 * wid-edit.el: byte-compile-dynamic since we typically don't use
10381 all the widgets. Don't require cl or widget. Remove
10382 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
10383 (widget-read-event): Removed. Callers changed to use read-event.
10384 (widget-button-release-event-p): Renamed from
10385 button-release-event-p.
10386 (widget-field-add-space, widget-field-use-before-change):
10387 Uncustomize.
10388 (widget-specify-field): Use keymap property, not local-map.
10389 (widget-specify-button): Obey :suppress-face.
10390 (widget-specify-insert): Use modern backquote syntax.
10391 (widget-image-directory): Renamed from widget-glyph-directory.
10392 (widget-image-enable): Renamed from widget-glyph-enable.
10393 (widget-image-find): Replaces widget-glyph-find.
10394 (widget-button-pressed-face): Move defvar.
10395 (widget-image-insert): Replaces widget-glyph-insert.
10396 (widget-convert): Use keywordp.
10397 (widget-leave-text, widget-children-value-delete): Use mapc.
10398 (widget-keymap): Remove XEmacs stuff.
b5bbbb76 10399 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
bfa6c260
DL
10400 (widget-button-click): Don't set point at the click, but re-centre
10401 if we scroll out of window. Rewritten for images v. glyphs &c.
10402 (widget-tabable-at): Use POS arg, not point.
10403 (widget-beginning-of-line, widget-end-of-line)
10404 (widget-item-value-create, widget-sublist, widget-princ-to-string)
10405 (widget-sexp-prompt-value, widget-echo-help): Simplify.
10406 (widget-default-create): Use widget-image-insert; some rewriting.
10407 (widget-visibility-value-create)
10408 (widget-push-button-value-create, widget-toggle-value-create): Use
10409 widget-image-insert.
10410 (checkbox): Create on and off images dynamically.
10411 (documentation-link): Change :help-echo.
10412 (widget-documentation-link-echo-help): Remove.
10413
3837de12
SM
104142000-06-02 Stefan Monnier <monnier@cs.yale.edu>
10415
10416 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
10417
10418 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
10419 (easy-mmode-define-toggle, define-minor-mode): Use it.
10420 (easy-mmode-define-keymap): Docstring fix.
10421 (define-derived-mode): Default PARENT to fundamental-mode.
10422 Add the derived-mode-parent symbol-property.
10423 (easy-mmode-derived-mode-p): New function.
10424
90aa4ea8
DL
104252000-06-02 Dave Love <fx@gnu.org>
10426
37193ee6
DL
10427 * files.el (convert-standard-filename): Doc fix.
10428 (normal-backup-enable-predicate): New function.
10429 (backup-enable-predicate): Use it to replace the lambda form.
10430
10431 * calendar/todo-mode.el: [This needs more work on the outline
10432 stuff.] Doc fixes.
10433 (todo) <defgroup>: Add :version.
10434 (todo-add-category): Don't use pushnew.
10435 (todo-cmd-raise): Fix typo.
10436 (todo-top-priorities): Change temp buffer name.
10437 (todo-category-alist): Avoid redundant lambda.
3837de12
SM
10438 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
10439 Use outline-next-heading.
37193ee6 10440
90aa4ea8
DL
10441 * autoarg.el: Rewritten to use define-minor-mode.
10442 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
10443 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
10444
2e54623a
KH
104452000-06-02 Kenichi Handa <handa@etl.go.jp>
10446
10447 * isearch.el (isearch-other-meta-char): Fix previous change.
10448
c5def0db
SM
104492000-06-01 Stefan Monnier <monnier@cs.yale.edu>
10450
3837de12
SM
10451 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
10452 (log-edit-done): Only add the comment to the ring if it's different
10453 from the last comment entered.
10454
c5def0db
SM
10455 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
10456
2330c9d4
DL
104572000-06-01 Dave Love <fx@gnu.org>
10458
10459 * hl-line.el: Rewritten using define-minor-mode.
10460
10461 * help.el (describe-function-1): Distinguish special form from
10462 builtin function. Sanity-check presence of arglist for builtins.
10463
6e5dfc31
KH
104642000-06-01 Kenichi Handa <handa@etl.go.jp>
10465
4dc1225b
KH
10466 * international/characters.el: Fix syntax/category setting of
10467 Tibetan characters.
10468
10469 * language/tibet-util.el (tibetan-add-components): Fixes for new
10470 encoding of Tibetan characters.
10471 (tibetan-decompose-precomposition-alist): New variable.
10472 (tibetan-decompose-region): Convert precomposed characters to
10473 non-precomposed characters.
10474 (tibetan-decompose-string): Likewise.
10475 (tibetan-composition-function): Fix args to
10476 thibetan-compose-string.
10477
10478 * language/tibetan.el (tibetan-composable-pattern): More
10479 characters included.
10480 (tibetan-consonant-transcription-alist): Rule for "R" added.
10481 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
10482 "+R" added.
10483 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
10484
eadef5e6
KH
10485 * language/lao-util.el (lao-composition-function): Fix args to
10486 compose-string.
10487
10488 * language/thai-util.el (thai-composition-function): Fix args to
10489 compose-string.
10490
6e5dfc31 10491 * isearch.el (isearch-update): Set disable-point-adjustment to t
6389e4ab
KH
10492 to prevent the point moving to the end of a composition when a
10493 part of a composition is searched.
6e5dfc31
KH
10494 (isearch-other-meta-char): If the key invoking this command can be
10495 mapped by function-key-map to a printing char, call
10496 isearch-process-search-char directly.
10497
2598a293
SM
104982000-06-01 Stefan Monnier <monnier@cs.yale.edu>
10499
10500 * emacs-lisp/bytecomp.el:
10501 * frame.el:
10502 * international/mule-cmds.el:
10503 * international/mule-util.el:
10504 * international/mule.el:
10505 * mouse.el:
10506 * subr.el:
10507 * faces.el: Update calls to make-obsolete with a WHEN argument.
10508
10509 * byte-run.el (make-obsolete, make-obsolete-variable):
10510 Add an optional WHEN argument and change the format of the
bff71087 10511 symbol-property information.
2598a293
SM
10512 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
10513 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
10514 new obsolete-symbol-property format and print WHEN if it is provided.
10515
28d8dff1
DL
105162000-05-31 Dave Love <fx@gnu.org>
10517
10518 * loadhist.el (loadhist-hook-functions): Remove
10519 before-change-function, after-change-function.
10520 (unload-feature): Deal with symbols which are both bound and
10521 fbound.
10522
10523 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
10524 before-change-function, after-change-function.
10525
10526 * simple.el (newline): Don't bind before-change-function,
10527 after-change-function.
10528
7f565d87
RV
105292000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
10530
10531 * whitespace.el (whitespace-rescan-timer-time): Update interval
10532 set to 600 seconds (10 minutes) instead of 60 seconds since
10533 a large number of whitespace buffers causes emacs to `freeze'
10534 for a considerable amount of time.
10535
bff71087 10536 * whitespace.el: Updated email address
7f565d87 10537
a8d693d8
DL
105382000-05-31 Dave Love <fx@gnu.org>
10539
10540 * add-log.el (change-log-font-lock-keywords) <function>: Add
10541 pattern for function of change.
10542 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
10543 acknowledgements patterns.
10544
a50192e7
KH
105452000-05-31 Kenichi Handa <handa@etl.go.jp>
10546
10547 * isearch.el (isearch-printing-char): If keyboard coding system is
10548 being used, call isearch-process-search-multibyte-characters.
10549
10550 * international/isearch-x.el: Mostly rewritten.
10551
10552 * international/quail.el (quail-start-conversion): Don't include
10553 unhandled events in the returned events, but set them in
10554 unread-command-events. Exit if all inputs are deleted.
10555
7e492772
JR
105562000-05-30 Jason Rumney <jasonr@gnu.org>
10557
10558 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
10559
10560 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
10561 Reenable code to create initial fontsets.
10562 Use set-fontset-font in place of put-charset-property.
10563
10fc3187
GM
105642000-05-30 Gerd Moellmann <gerd@gnu.org>
10565
79148ea7
GM
10566 * progmodes/perl-mode.el (perl-indent-line): When looking for a
10567 label, ensure that the first colon isn't followed by another.
10568
10569 * paths.el (Info-default-directory-list): Doc fix.
10570
086d5b87
GM
10571 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
10572 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
10573 send a query containing USER only, not USER@HOST.
10574
10fc3187
GM
10575 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
10576 and rmail-msgend to compute the restriction at the end, instead of
10577 computing it.
10578
49e70dec
GM
105792000-05-29 Gerd Moellmann <gerd@gnu.org>
10580
66254a13
GM
10581 * dabbrev.el (dabbrev-expand): Don't display messages in the
10582 echo area if the minibuffer window is active.
10583
49e70dec
GM
10584 * jit-lock.el (jit-lock-mode): Add after change function to
10585 local hook.
10586
105872000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
10588
10589 * antlr-mode.el: New commands: hide/unhide actions,
10590 upcase/downcase literals.
10591 (antlr-tiny-action-length): New user option.
10592 (antlr-hide-actions): New command. Suggested by
10593 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
7f565d87 10594 (antlr-mode-map): New binding [C-c C-v].
49e70dec
GM
10595 (antlr-mode-menu): New entries.
10596 (antlr-downcase-literals): New command.
10597 (antlr-upcase-literals): Ditto.
10598
10599 * antlr-mode.el: Minor changes: indendation, mode-name.
10600 (antlr-indent-line): Indent cpp directive at column 0.
10601 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
10602
10603 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
10604 (antlr-font-lock-additional-keywords): Workaround for intentional
10605 bug in XEmacs version of font-lock.
10606 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
10607 be used by a smarter version of `buffers-menu-grouping-function'.
10608
106092000-05-29 Gerd Moellmann <gerd@gnu.org>
10610
10611 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
10612 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
10613
49f93684
KH
106142000-05-29 Kenichi Handa <handa@etl.go.jp>
10615
10616 * international/encoded-kb.el
10617 (encoded-kbd-iso2022-designation-map): Pay attention to that
10618 charset-iso-final-char return -1 for eight-bit-control and
10619 eight-bit-graphic.
10620
5b1ae051
EZ
106212000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
10622
10623 * speedbar.el (speedbar-use-images, speedbar-update-flag)
10624 (speedbar-easymenu-definition-base): Use display-graphic-p where
10625 available, instead of window-system.
10626
a205e32a
EZ
106272000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
10628
10629 * international/codepage.el (cp-coding-system-for-codepage-1): Add
10630 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
10631 coding systems.
10632
dd854dc2
DL
106332000-05-26 Dave Love <fx@gnu.org>
10634
c88a85d5
DL
10635 * disp-table.el (standard-display-underline): Don't use
10636 internal-find-face.
10637
dd854dc2
DL
10638 * mail/reporter.el: Maintainer change. Doc fixes.
10639 (reporter-version): Deleted.
10640
10641 * emacs-lisp/elp.el: Maintainer change.
10642 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
10643
dc29aa6c
SM
106442000-05-26 Stefan Monnier <monnier@cs.yale.edu>
10645
10646 * add-log.el (add-change-log-entry): Merge the current entry with the
10647 previous one if the previous one is empty.
10648
ed62683d
DL
106492000-05-26 Dave Love <fx@gnu.org>
10650
4370a375
DL
10651 * loadhist.el (unload-feature): Fix interactive spec [from
10652 lijnzaad@ebi.ac.uk].
10653
ed62683d
DL
10654 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
10655 subr-arity to check primitives.
10656 (byte-compile-flush-pending, byte-compile-file-form-progn)
10657 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
10658 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
10659 mapcar.
10660
ba9f8f95
KH
106612000-05-26 Kenichi Handa <handa@etl.go.jp>
10662
0f3e0672
KH
10663 * international/fontset.el: Set family names of non-latin charsets
10664 in default fontset to "*".
10665
cebefb44
KH
10666 * international/mule-diag.el (print-fontset): Combine family part
10667 and registry part of the fontname by "-*-" instead of "-".
10668
ba9f8f95
KH
10669 * international/mule-cmds.el (encode-coding-char): Make strings
10670 multibyte before calling encode-coding-string.
10671
931d0724
SM
106722000-05-25 Stefan Monnier <monnier@cs.yale.edu>
10673
10674 * derived.el: Fix keywords.
8ccce2b0 10675 (define-derived-mode): Only define if needed.
931d0724
SM
10676
10677 * simple.el (fill-comment, comment-column, comment-start)
10678 (comment-start-skip, comment-end, comment-indent-function)
10679 (block-comment-start, block-comment-end, indent-for-comment)
10680 (set-comment-column, kill-comment, comment-padding, comment-region)
10681 (comment-multi-line, indent-new-comment-line): Remove.
10682
10683 * bindings.el (esc-map): Change ; to comment-dwim and use the new
10684 function names for comment operations.
10685
10686 * newcomment.el: Add abundant autoload cookies.
10687 (comment-style): Don't depend on runtime data at compile-time.
10688 (comment-indent-hook): Remove.
10689 (comment-indent): Check if comment-indent-hook is bound.
10690 (comment-region): Docstring fix.
10691
6fc596cf
DL
106922000-05-25 Dave Love <fx@gnu.org>
10693
10694 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
10695 byte-code-function-p.
10696
10697 * mail/rmailsum.el: Add provide.
10698
10699 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
10700
10701 * smerge-mode.el (smerge-diff-switches): Don't use list* in
10702 defcustom.
10703
7997f1ca 107042000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 10705
7997f1ca
MK
10706 * ediff-diff.el (ediff-exec-process): delete --binary option from
10707 non-buffer ediff jobs.
7f565d87 10708
e7a903e8
EZ
107092000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10710
10711 * hilit-chg.el (highlight-changes-mode): Ask about color or
10712 grayscale support, not about window-system.
10713
10714 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
10715 window-system.
10716 (ffap-highlight): Always default to t.
10717
10718 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
10719 display-popup-menus-p instead of looking at window-system.
10720
10721 * disp-table.el (standard-display-g1, standard-display-graphic):
10722 Only refuse to use string glyphs on X and MS-Windows.
10723
10724 * avoid.el: Remove window-system from commentary, suggest to use
10725 display-*-p instead.
10726
10727 * apropos.el (apropos-print): Use display-mouse-p instead of
10728 window-system.
10729
14028d57
EZ
107302000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10731
10732 * international/codepage.el (cp-decoding-vector-for-codepage):
10733 Fill up unsupported characters with their own codes. From Kenichi
10734 Handa.
10735
1a4f9cc1
EZ
107362000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10737
10738 * international/mule-diag.el (describe-char-after): Use
10739 display-graphic-p instead of window-system, so that this function
10740 works on MS-DOS.
10741
89f6ca4e
EZ
107422000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10743
10744 * international/codepage.el (cp-make-coding-systems-for-codepage):
10745 Remove the eight-bit-graphic and eight-bit-control charsets from
10746 the list of charsets which we convert into `?'.
10747
eacfd7fe
KH
107482000-05-25 Kenichi Handa <handa@etl.go.jp>
10749
10750 * international/mule-conf.el: Specify CHARSET-ID explicitely for
10751 private charsets.
10752 (mule-unicode-0100-24ff, japanese-jisx0213-1,
10753 japanese-jisx0213-2): New charsets.
10754
10755 * international/fontset.el: Setup default fontset for new charsets.
10756
deadf7e3
DL
107572000-05-24 Dave Love <fx@gnu.org>
10758
10759 * info.el (Info-find-node-2): Restructure [following "Vadim
10760 S. Solomin" <sovs@uic.nnov.ru>].
10761
10762 * icomplete.el: Fix header for Finder.
10763
107642000-05-24 Eric M. Ludlam <zappo@ultranet.com>
10765
10766 * rmailout.el (rmail-output-to-rmail-file): Added optional param
10767 STAY.
10768
10769 * rmail.el (rmail-automatic-folder-directives): New user variable.
10770 (rmail-show-message): Add call to `rmail-auto-file' during
10771 display.
10772 (rmail-auto-file): New function.
10773
6de3983f 107742000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 10775
fc6a6a4e 10776 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
6de3983f 10777 account.
fc6a6a4e
GM
10778 (ediff-test-utility,ediff-diff-mandatory-option)
10779 (ediff-reset-diff-options): Utilities for proper initialization of
6de3983f 10780 ediff-diff-options and ediff-diff3-options on Windows.
7f565d87 10781
fc6a6a4e 10782 * ediff-init.el (ediff-merge-filename-prefix): New customizable
6de3983f 10783 variable.
7f565d87 10784
fc6a6a4e 10785 * ediff-mult.el (ediff-filegroup-action): Use
6de3983f
MK
10786 ediff-merge-filename-prefix.
10787
fc290d1d
MK
107882000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
10789
fc6a6a4e 10790 * viper-ex.el (ex-write): Set selective display to nil.
7f565d87 10791
273182b8
EZ
107922000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
10793
10794 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
10795 aliases for hebrew-iso-8bit.
10796
f471ea57
EZ
107972000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
10798
10799 * woman.el: New version from Francis J. Wright
10800 <F.J.Wright@Maths.QMW.ac.uk>.
10801 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
10802 names in environment variables regardless of the path separator.
10803 (woman-topic-all-completions-1): Don't call file-name-directory-p
10804 on all files, since woman-file-regexp already filters out any
10805 directories.
10806
01162f24
KH
108072000-05-24 Kenichi Handa <handa@etl.go.jp>
10808
48e3df76
KH
10809 * international/quail.el (quail-start-translation): Don't change
10810 modified-p of the current buffer.
10811 (quail-start-conversion): Likewise.
10812
10813 * international/kkc.el (kkc-region): Don't change modified-p of
10814 the current buffer.
10815
747d90ea
KH
10816 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
10817 conform to RFC1468.
10818 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
01162f24 10819
17a223ff
EL
108202000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
10821
10822 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
10823 (speedbar-insert-button): Invisible text property fix.
10824 (speedbar-directory-plus): Renamed from speedbar-directory-+
10825 (speedbar-directory-minus): Renamed from speedbar-directory--
10826 (speedbar-page-plus): Renamed from speedbar-file-+
10827 (speedbar-page-minus): Renamed from speedbar-file--
10828 (speedbar-page): Renamed from speedbar-file-
10829 (speedbar-tag): Renamed from speedbar-tag-
10830 (speedbar-tag-plus): Renamed from speedbar-tag-+
10831 (speedbar-tag-minus): Renamed from speedbar-tag--
10832 (speedbar-expand-image-button-alist): Use above renames.
10833
10834 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
10835 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
10836 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
10837 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
10838 * sb-pg.xpm: Renamed from sb-file.xpm
10839 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
10840 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
7f565d87 10841
e6b6fc18
KH
108422000-05-24 Kenichi Handa <handa@etl.go.jp>
10843
10844 * international/quail.el (quail-show-guidance-buf): Set
10845 current-input-method of the guidance buffer to the name of the
10846 curren input method.
10847
a1a336eb
SM
108482000-05-23 Stefan Monnier <monnier@cs.yale.edu>
10849
10850 * progmodes/compile.el (compile-internal): Style typo.
10851
10852 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
10853 quote vars and functions in the docstring.
10854
10855 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
10856
10857 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
10858 Don't quote lambdas.
10859
10860 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
10861
9695b783
GM
108622000-05-23 Gerd Moellmann <gerd@gnu.org>
10863
716e3b88
GM
10864 * startup.el (command-line): Determine source file of compiled
10865 user init file differently. Warn if compiled user init file
10866 is older than its source file.
10867
9695b783 10868 * ffap.el (ffap-url-regexp): Add `https'.
7f565d87 10869
41ac433f
EZ
108702000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
10871
10872 * files.el (make-backup-file-name-1): Replace slashes with `!'
10873 rather than `|' (which is not allowed on Windows). Replace the
10874 drive letters with a string "drive_X".
10875
46600ab1
GM
108762000-05-23 Gerd Moellmann <gerd@gnu.org>
10877
10878 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
10879
10880 * files.el (interpreter-mode-alist): Add `bash2'.
10881
79a64d87
DL
108822000-05-22 Dave Love <fx@gnu.org>
10883
10884 * loadhist.el (feature-symbols, file-provides, file-requires): Use
10885 mapc.
10886 (feature-file): Avoid calling symbol-name. Doc fix.
10887 (file-set-intersect, file-dependents): Use dolist, not mapcar.
10888 (loadhist-hook-functions): Add mouse-position-function.
10889 (unload-feature): Change uses of mapcar.
10890
10891 * files.el (parse-colon-path): Doc fix.
10892 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
10893 (set-auto-mode): Use mapc.
10894
10895 * complete.el (PC-look-for-include-file): Use :alnum: character
10896 class.
10897 (partial-completion-mode): Add autoload cookie.
10898
0e8c11d8
SS
108992000-05-22 Sam Steingold <sds@gnu.org>
10900
ce75fd23 10901 * info.el (Info-fontify-node): Fixed the call to
0e8c11d8
SS
10902 `add-text-properties' (bug introduced on 2000-05-18).
10903
d8d0fa6c
DL
109042000-05-22 Dave Love <fx@gnu.org>
10905
10906 * bindings.el: Remove debug-ignored-errors set in other files.
10907
10908 * progmodes/etags.el: Add to debug-ignored-errors.
10909 (visit-tags-table-buffer): Clear out buffers holding old tables
10910 when making a new list.
10911 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
10912 mapc.
10913
10914 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
10915 quote keywords.
10916 (cmpl-string-case-type): Use character classes.
10917
0e8c11d8
SS
10918 * comint.el:
10919 * textmodes/ispell.el:
10920 * imenu.el:
d8d0fa6c
DL
10921 * mail/mh-e.el:
10922 * progmodes/compile.el: Add to debug-ignored-errors.
10923
10924 * dabbrev.el: Add to debug-ignored-errors.
10925 (dabbrev-completion): Use mapc.
10926
1edbbf8a
EZ
109272000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
10928
10929 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
10930 (woman-mapcan, woman-parse-man.conf)
10931 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
10932 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
10933 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
10934 path syntax better.
10935 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
10936 (woman-manpath): Call woman-parse-man.conf.
10937 (woman-emulation): New defcustom, defaults to nroff.
10938 (woman-font-support): New defconst.
10939 (woman-use-symbol-font): New defcustom.
10940 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
10941 "Emulation".
10942 Many functions: Doc fix.
10943
5bd2148c
KH
109442000-05-22 Kenichi Handa <handa@etl.go.jp>
10945
10946 * international/quail.el (quail-simple-translation-keymap): Map
10947 128..255 to quail-self-insert-command.
10948 (quail-keyboard-layout-alist): Add definition for "pc102-de".
10949
4125ec7e
SM
109502000-05-22 Stefan Monnier <monnier@cs.yale.edu>
10951
a1a336eb
SM
10952 * help.el (help-manyarg-func-alist): Typo.
10953
40aeecad
SM
10954 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
10955 intervals which makes it heaps simpler.
10956
4125ec7e
SM
10957 * newcomment.el (comment-region-internal): Go back to BEG after quoting
10958 the nested comment markers.
e4da9c1c
SM
10959
10960 * subr.el (remove-hook): Don't turn the hook's value into a list.
10961
cb7216a7
DL
109622000-05-21 Dave Love <fx@gnu.org>
10963
ac266581
DL
10964 * edmacro.el (edmacro-parse-keys): Return vector if any elements
10965 are invalid characters.
10966
cb7216a7
DL
10967 * international/mule-util.el (detect-coding-with-priority): Use
10968 mapc. Remove redundant lambda.
10969
10970 * international/mule-diag.el (list-non-iso-charset-chars)
10971 (describe-fontset): Remove redundant lambda.
10972
10973 * emulation/crisp.el (brief-mode): New alias.
10974
10975 * emacs-lisp/ring.el (ring-elements): New function.
10976
10977 * emacs-lisp/easymenu.el (easy-menu-create-menu)
10978 (easy-menu-do-add-item): Use keywordp.
10979
10980 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
10981
10982 * replace.el: Doc and error message fixes.
10983 (replace-highlight): Use facep, not internal-find-face.
10984
9b0d1d6e
SM
109852000-05-20 Stefan Monnier <monnier@cs.yale.edu>
10986
b2d2cf58
SM
10987 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
10988
ffe7dc64
SM
10989 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
10990 (log-edit-insert-changelog): Drop `:' as well.
10991
10992 * log-view.el: Fix file description.
10993 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
10994 available.
10995 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
10996 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
10997
c8c21615
SM
10998 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
10999 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
11000 Print a status message if the toggle is called interactively.
11001 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
11002 for global minor modes and use `defcustom' for them.
11003 Use add-minor-mode.
11004 (easy-mmode-define-derived-mode): Remove.
11005 (define-derived-mode): Fancier default docstring.
11006 (easy-mmode-define-navigation): Signal an error rather than (ding).
11007
9b0d1d6e
SM
11008 * newcomment.el (comment-styles): New `box-multi'.
11009 (comment-normalize-vars): Better default for comment-continue to
11010 avoid whitespace-only continuations.
11011 (comment-search-forward): Always move even in the no-syntax case.
11012 (comment-padright): Only obey N if it's only obeyed for padleft.
11013 (comment-make-extra-lines): Better handling of empty continuations.
11014 Use `=' for the filler if comment-start has only one character.
11015 (uncomment-region): Try handling the special `=' filler.
11016 (comment-region): Allow LINES even if MULTI is nil.
11017 (comment-box): Choose box style based on comment-style.
11018
f5ee6d0f
KH
110192000-05-20 Kenichi Handa <handa@etl.go.jp>
11020
9b0d1d6e 11021 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
f5ee6d0f
KH
11022 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
11023
c9671f81
KH
110242000-05-20 Kenichi HANDA <handa@etl.go.jp>
11025
11026 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
11027 and insert, not subst-char-in-region.
11028
11029 * international/mule-diag.el (list-character-sets-1): Handle
11030 charsets eight-bit-control and eight-bit-graphic.
11031 (list-iso-charset-chars): Likewise.
11032 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
11033 charactes as is. Use indent-to to align characters.
11034
11035 * international/mule-cmds.el (find-multibyte-characters): Never
11036 exclude charsets eight-bit-control and eight-bit-graphic.
11037
1426aa5c
SM
110382000-05-19 Stefan Monnier <monnier@cs.yale.edu>
11039
11040 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
11041 Don't quote lambdas.
11042
11043 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
11044
2b63d473
GM
110452000-05-19 Gerd Moellmann <gerd@gnu.org>
11046
11047 * gud.el (gud-jdb-directories): Doc fix.
11048
f1355756
SM
110492000-05-19 Stefan Monnier <monnier@cs.yale.edu>
11050
11051 * newcomment.el: New file.
11052
5f64c9e0
GM
110532000-05-19 Gerd Moellmann <gerd@gnu.org>
11054
2b63d473 11055 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
5f64c9e0 11056
db7314bd
AS
110572000-05-18 Andreas Schwab <schwab@suse.de>
11058
11059 * dired.el (dired-between-files): Also skip lines beginning with
11060 `used'.
11061
25bb0401
GM
110622000-05-18 Gerd Moellmann <gerd@gnu.org>
11063
11064 * msb.el (msb-menu-cond): Add choice `user'.
11065
a199a865 110662000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
0e8c11d8 11067
a199a865
GM
11068 * ps-print.el: Compatibility, customization and doc fix.
11069 (ps-printer-name-option): Replace defconst by defvar.
11070 (ps-postscript-code-directory): XEmacs compatibility.
11071 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
11072 fix.
11073 (ps-user-defined-prologue, ps-print-prologue-header)
11074 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
11075 compatibility and code fix.
11076 (ps-print-background-image, ps-print-background-text):
11077 Customization fix.
11078 (ps-line-number-start, ps-n-up-on): New vars.
11079
25bb0401
GM
110802000-05-18 Espen Skoglund <esk@ira.uka.de>
11081
11082 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
11083 the indent-comment function to just return the appropriate indent.
11084
68e6c83a
EL
110852000-05-18 Eric M. Ludlam <zappo@ultranet.com>
11086
11087 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
11088 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
11089 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
11090
dae6cb9f
DL
110912000-05-18 Dave Love <fx@gnu.org>
11092
11093 * info.el (Info-fontify-node): Add intangible property as well as
11094 invisible.
11095
11096 * calendar/appt.el (appt-make-list): Match all lines of entry.
11097 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
11098
813086ea
KH
110992000-05-18 Kenichi Handa <handa@etl.go.jp>
11100
11101 * international/mule-diag.el (describe-char-after): Call
11102 internal-char-font, not char-font. If internal-char-font returns
11103 nil, display "-- none --".
11104
24978190
EZ
111052000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
11106
11107 * image.el (image-type-available-p): Don't reference image-types
11108 if it isn't bound.
11109
2fca2d5d
SM
111102000-05-17 Stefan Monnier <monnier@cs.yale.edu>
11111
11112 * autoarg.el (autoarg-mode): Typo in the :set argument.
11113
cfc75d05
EZ
111142000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
11115
11116 * startup.el (command-line-1): Don't signal an error if the
11117 directory for auto-save-list files does not yet exist.
11118
c4e30387
KH
111192000-05-17 Kenichi Handa <handa@etl.go.jp>
11120
11121 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
11122
dd6b8ea7
SM
111232000-05-16 Stefan Monnier <monnier@cs.yale.edu>
11124
11125 * subr.el (remove-hook): `setq' hook-value, not `set'.
11126
399c88ad
SS
111272000-05-16 Sam Steingold <sds@gnu.org>
11128
a199a865 11129 * info.el (debug-ignored-errors): More errors to ignore.
399c88ad 11130
01651f07
DL
111312000-05-16 Dave Love <fx@gnu.org>
11132
11133 * cus-edit.el: Don't require cl or easymenu.
11134 (custom-variable-prompt): Test standard-value property, not
11135 user-variable-p.
11136
2248c40d
SS
111372000-05-16 Sam Steingold <sds@gnu.org>
11138
11139 * subr.el (add-hook): `setq' hook-value, not `set'.
11140
b15f3b77
GM
111412000-05-16 Gerd Moellmann <gerd@gnu.org>
11142
11143 * startup.el (command-line-1): Mention the FAQ in the startup
11144 message.
11145
11146 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
11147
11148 * progmodes/compile.el (compilation-parse-errors): Collect
11149 `nomessage' regexps last.
11150
11151 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
11152
11153 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
11154 to the function name.
11155
f9bbcfac
EL
111562000-05-15 Dave Love <fx@gnu.org>
11157
11158 * speedbar.el (speedbar-recenter): Typo.
11159 (speedbar-expand-line): Make arg optional.
11160 (speedbar-mode): Avoid a compiler warning.
11161
119b42eb
GM
111622000-05-15 Gerd Moellmann <gerd@gnu.org>
11163
11164 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
11165 user-specified option string is empty.
11166
11167 * mouse.el (mouse-yank-at-click): Doc fix.
11168
f685bea9
EZ
111692000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
11170
11171 * term/internal.el (IT-character-translations): More updates of
11172 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
11173 documents.
11174
a1b8d58b
GM
111752000-05-15 Gerd Moellmann <gerd@gnu.org>
11176
11177 * env.el (getenv): New function, interactively callable.
11178 (setenv, getenv): Remove autoload cookies.
11179
11180 * loadup.el: Load `env'.
11181
11182 * progmodes/f90.el: Change author's mail address.
11183
c9bba7ed
DL
111842000-05-14 Dave Love <fx@gnu.org>
11185
e5c83697
DL
11186 * mail/rmail.el (rmail-show-message-hook): Customize and offer
11187 goto-addr as an option.
11188
11189 * help.el (help-xref-stack): Doc fix.
11190 (help-xref-following): New variable.
11191 (help-make-xrefs): Use it.
11192 (help-xref-go-back): Use position information from stack element.
11193 (help-follow): Make position in stack element a pair. Use
11194 help-xref-following.
399c88ad 11195
e5c83697
DL
11196 * autoarg.el: New file.
11197
11198 * faces.el: Declare more functions obsolete.
11199
c9bba7ed
DL
11200 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
11201 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
11202 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
11203 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
11204 Remove all the setup-...-environment functions.
11205
b6389bfb
EL
112062000-05-13 Eric M. Ludlam <zappo@ultranet.com>
11207
a1b8d58b
GM
11208 * speedbar.el: Updated the commentary section. xemacs20p now uses
11209 >= when detecting. Require `defimage' safely.
b6389bfb
EL
11210 (speedbar-easymenu-definition-base): Add toggle for images.
11211 (speedbar-easymenu-definition-special): Add flush cache & expand.
11212 (speedbar-visiting-tag-hook): Set new defaults. Added options.
11213 (speedbar-reconfigure-keymaps-hook): New variable.
11214 (speedbar-frame-parameters): Updated documentation.
11215 (speedbar-use-imenu-flag): Updated custom tag
11216 (speedbar-dynamic-tags-function-list): New variable.
11217 (speedbar-tag-hierarchy-method): Updated doc & custom.
a1b8d58b
GM
11218 (speedbar-indentation-width, speedbar-indentation-width) New
11219 variables.
11220 (speedbar-hide-button-brackets-flag): Customizable.
b6389bfb
EL
11221 (speedbar-vc-indicator): Doc update.
11222 (speedbar-ignored-path-expressions): Updated default value.
11223 (speedbar-supported-extension-expressions): Updated default value.
11224 (speedbar-syntax-table): Remove {} paren status.
a1b8d58b
GM
11225 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
11226 as "+". Added overlay aliases.
11227 (speedbar-mode): Use `speedbar-mode-line-update' instead of
11228 `force-mode-line-update'.
11229 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
11230 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
11231 `mouse-set-point'
b6389bfb 11232 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
a1b8d58b
GM
11233 (speedbar-item-info-tag-helper): Revamped to handle a wider range
11234 of arbitrary text, and new helper functions.
11235 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
11236 filename finder.
b6389bfb
EL
11237 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
11238 (speedbar-directory-buttons): Update path search/expansion.
11239 (speedbar-make-tag-line): Pay attention to
a1b8d58b
GM
11240 `speedbar-indentation-width'. Use more care w/ invisible
11241 properties.
b6389bfb
EL
11242 (speedbar-change-expand-button-char): Call
11243 `speedbar-insert-image-button-maybe'.
11244 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
a1b8d58b
GM
11245 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
11246 (speedbar-trim-words-tag-hierarchy)
11247 (speedbar-simple-group-tag-hierarchy): New functions
b6389bfb 11248 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
a1b8d58b
GM
11249 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
11250 functions.
b6389bfb
EL
11251 (speedbar-mouse-set-point): New function
11252 (speedbar-power-click): Updated documentation.
a1b8d58b
GM
11253 (speedbar-line-token, speedbar-goto-this-file): Handle more types
11254 of tag prefix text.
11255 (speedbar-expand-line, speedbar-contract-line): Make more robust
11256 to strange text.
11257 (speedbar-expand-line): Takes universal argument to flush the
11258 cache.
b6389bfb
EL
11259 (speedbar-flush-expand-line): New function.
11260 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
11261 Use new generator insertion method.
11262 (speedbar-fetch-dynamic-tags): New function.
11263 (speedbar-fetch-dynamic-imenu): Removed code now handled in
11264 `speedbar-fetch-dynamic-imenu'.
11265 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
11266 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
11267 "Revert Buffer" menu items.
11268 (speedbar-buffer-buttons-engine): Be smarter when creating a
11269 filename tag (for expansion purposes.).
a1b8d58b
GM
11270 (speedbar-highlight-one-tag-line,
11271 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
11272 (speedbar-recenter): New functions.
b6389bfb 11273 (defimage-speedbar): Image loading abstraction.
a1b8d58b
GM
11274 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
11275 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
11276 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
11277 (speedbar-tag-type, speedbar-tag-mail): New images.
b6389bfb
EL
11278 (speedbar-expand-image-button-alist): New variable.
11279 (speedbar-insert-image-button-maybe): Insert an image over some
11280 buttons.
11281
43fe9244
KH
112822000-05-13 Kenichi Handa <handa@etl.go.jp>
11283
11284 * international/mule-cmds.el (encode-coding-char): An ASCII
11285 character is always encodable.
11286
11287 * international/mule-conf.el: Add more information in descriptions
11288 of character sets.
11289
813086ea 11290 * international/mule-diag.el (describe-char-after): New function.
43fe9244
KH
11291 (describe-font-internal): Adjusted for the change of font-info.
11292 (describe-font): Likewise.
11293 (print-fontset): Rewritten for the new fontset implementation.
11294 (describe-fontset): Include fontset alias names in completion.
11295 (list-fontsets): Adjusted for the change of print-fontset.
11296
11297 * simple.el (what-cursor-position): If DETAIL is non-nil, call
11298 describe-char-after instead of displaying the detail in the echo
11299 area.
813086ea
KH
11300 (syntax-code-table): Format changed.
11301 (string-to-syntax): Adjusted for the above change.
0e8c11d8 11302
e8564f57
SM
113032000-05-12 Stefan Monnier <monnier@cs.yale.edu>
11304
11305 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
11306
9278c60d
DL
113072000-05-12 Dave Love <fx@gnu.org>
11308
11309 * calendar/todo-mode.el: Remove some compatibility stuff and CL
11310 dependence. Use line-{beginning,end}-position, not
11311 point-at{b,e}ol. Some doc fixes.
11312 (todo-position): New function. Fix callers of position to use it.
11313 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
11314
be0505fe
GM
113152000-05-12 Gerd Moellmann <gerd@gnu.org>
11316
11317 * time.el (display-time-mail-icon): Use `:ascent center'.
11318
a8a3541c
GM
11319 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
11320 handling FTP security extensions.
399c88ad 11321
44d5f148
DL
113222000-05-11 Dave Love <fx@gnu.org>
11323
33d0c179 11324 * calendar/todo-mode.el: New file.
44d5f148 11325
da4496b6
GM
113262000-05-11 Gerd Moellmann <gerd@gnu.org>
11327
cdc4401d
GM
11328 * comint.el (comint-read-input-ring): Move reference to
11329 comint-input-ring-size outside of the save-excursion. It was
11330 causing the default value to be the only one ever seen.
399c88ad 11331
0279f991
GM
11332 * font-lock.el: Update copyright. Remove Simon Marshall's email
11333 address on request from him.
11334
da4496b6
GM
11335 * subr.el (substitute-key-definition): Add comment describing
11336 the meaning of PREFIX.
11337
ac5cb26d
SM
113382000-05-10 Stefan Monnier <monnier@cs.yale.edu>
11339
11340 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
11341
11342 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
11343 (add-minor-mode): Don't make the variable buffer-local and add a
11344 reference to define-minor-mode in the docstring.
11345
11346 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
11347 HEADER/FOOTER and fix bug with trailing empty directory.
11348 (cvs-append-to-ignore): Use vc-editable-p if available.
11349 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
11350 (vc-do-command): Tweak advice to handle the new VC.
11351
11352 * log-view.el (log-view-goto-rev): New function for the new VC.
11353 (log-view-minor-wrap): Use mark-active.
11354
11355 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
11356 (log-edit-changelog-full-paragraphs): New var.
11357 (log-edit-insert-changelog): Remove a lonely leading `* file'.
11358 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
11359 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
11360 (log-edit-changelog-ours-p, log-edit-changelog-entries)
11361 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
11362 Replace the `cvs' prefix with `log-edit'.
11363
11364 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
11365
11366 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
11367 (diff-font-lock-defaults): Explicitly turn off multiline.
11368 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
11369 (diff-ediff-patch): Fix call to ediff-patch-file.
11370 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
11371 Handle comments.
11372
11373 * frame.el (automatic-hscrolling): Typo.
11374
11375 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
11376
21c34da3
DL
113772000-05-09 Sam Steingold <sds@goems.com>
11378
11379 * apropos.el (apropos-print): use `describe-face' instead of
11380 `customize-face-other-window'.
11381
950cf06f
DL
113822000-05-09 Dave Love <fx@gnu.org>
11383
11384 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
11385
11386 * help.el (describe-variable): Have customize button pop the
11387 help-xref stack when invoked.
11388 (help-xref-symbol-regexp): Add `face'.
11389 (help-make-xrefs): Check for quoted face names and adapt regexp
11390 submatch numbers to cope.
11391 (help-xref-interned): Maybe insert face doc too. Separate
11392 sections with a line of hyphens.
11393
0623e40f 11394 * faces.el: Some doc fixes. Declare some functions obsolete.
950cf06f
DL
11395 (describe-face): Add customize button. Return the help
11396 text. Fix prompt.
11397
82e2ca9d
EZ
113982000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
11399
11400 * term/internal.el (IT-character-translations): Fix last change.
11401
10c00b5c
EZ
114022000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
11403
11404 * woman.el: New file
11405 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
11406
9deed82f
EZ
114072000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
11408
001ad319
EZ
11409 * term/internal.el (IT-character-translations): Update ASCII
11410 simulations for greek-iso8859-7, add latin-iso8859-14 and
11411 latin-iso8859-15.
11412
9deed82f
EZ
11413 * international/mule-cmds.el (set-language-info-alist): Call
11414 define-prefix-command with 3 arguments, to make the map suitable
11415 for a menu.
11416
4f37b78a
DL
114172000-05-07 Dave Love <fx@gnu.org>
11418
1ec321a7 11419 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
4f37b78a 11420
64a4c526
DL
114212000-05-05 Dave Love <fx@gnu.org>
11422
11423 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
11424 list in doc string. Don't quote keyword symbols.
11425 * emacs-lisp/cl.el: Likewise
11426 * emacs-lisp/cl-seq.el: Likewise
11427
056565f7
GM
114282000-05-05 Gerd Moellmann <gerd@gnu.org>
11429
11430 * abbrev.el (abbrev-mode): Make ARG optional.
11431
4656b314
GM
114322000-05-04 Gerd Moellmann <gerd@gnu.org>
11433
ec82fb2f
GM
11434 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
11435
11436 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
11437
4656b314
GM
11438 * subr.el (substitute-key-definition): Clarify documentation.
11439
114402000-05-04 Milan Zamazal <pdm@freesoft.cz>
11441
11442 * glasses.el (glasses-convert-to-unreadable): Use
11443 `glasses-separator' instead of the hard-wired "_".
11444 (glasses-mode): Call `glasses-make-unreadable' only in a single
11445 place.
11446
7b081c78
EZ
114472000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
11448
11449 * term/internal.el (cjk-codepages-alist): Add associations for
11450 Chinese and Korean codepages. Remove FIXME comment.
11451
baa5536e
DL
114522000-05-03 Dave Love <fx@gnu.org>
11453
11454 * time.el (display-time-mail-face, display-time-use-mail-icon):
11455 New option.
11456 (display-time-mail-icon): New variable.
11457 (display-time-string-forms): Use the above. Fix the local-map.
11458
cbf18892
GM
114592000-05-03 Gerd Moellmann <gerd@gnu.org>
11460
4ff40dd0
GM
11461 * replace.el (query-replace-map): Add binding for `E'.
11462 (query-replace-help): Extend help text.
11463 (perform-replace): Allow editing the replacement string.
11464
11465 * make-mode.el (makefile-mode-abbrev-table): New variable.
11466 (makefile-mode): Set local abbrev table to
11467 makefile-mode-abbrev-table.
11468 (makefile-font-lock-keywords): Fontify includes and conditionals.
399c88ad 11469
cbf18892
GM
11470 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
11471 set TOGGLE's value.
11472
4ff40dd0
GM
11473 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
11474 mail-interactive-insert-alias.
11475 (mail-abbrev-complete-alias): New command.
11476 (mail-mode-map): Bind it to `M-TAB'.
399c88ad 11477
ffec4d9f
KH
114782000-05-03 Kenichi Handa <handa@etl.go.jp>
11479
11480 * language/lao-util.el (lao-compose-region): New function.
11481
1b0672c3
GM
114822000-05-02 Gerd Moellmann <gerd@gnu.org>
11483
576da55d
GM
11484 * files.el (recover-session): Make directories as necessary
11485 if they don't exist yet.
11486
399c88ad
SS
11487 * calendar/cal-french.el
11488 (french-calendar-multibyte-special-days-array)
1b0672c3
GM
11489 (french-calendar-special-days-array): Change French text.
11490 (calendar-french-date-string): Change output.
11491 (calendar-goto-french-date): Likewise.
11492
114932000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
11494
11495 * wid-edit.el (widget-default-active): Obey `:always-active'.
11496 (widget-documentation-string-value-create): Set `:always-active'.
11497
4b33deaa
EZ
114982000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
11499
11500 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
11501 default prefix to `~/_emacs.d/auto-save.list/_s'.
11502 (normal-top-level): Create the directory for auto-save files, if
11503 it doesn't already exist (in the ms-dos case only).
11504
5c922ea7
EZ
115052000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
11506
11507 * international/mule-cmds.el (set-language-environment): Don't
11508 concat an integer (dos-codepage), use format instead.
11509
820ad5e7
DL
115102000-05-02 Dave Love <fx@gnu.org>
11511
11512 * help.el (help-xref-on-pp): Check for constant symbols.
11513
57cb56f5
GM
115142000-04-29 Gerd Moellmann <gerd@gnu.org>
11515
11516 * startup.el (normal-top-level): Put a condition-case around
11517 the code loading subdirs.el.
11518
115192000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
399c88ad 11520
57cb56f5
GM
11521 * ps-print.el: Upside-down and face background color printing,
11522 line number step, doc fix.
11523 (ps-print-version): New version number (5.2).
11524 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
11525 (ps-face-attribute-list, ps-plot-with-face): Code fix.
11526 (ps-spool-config): Var fix.
11527 (ps-printer-name-option): Const fix.
11528 (ps-print-upside-down, ps-use-face-background)
11529 (ps-line-number-step): New vars.
11530 (ps-window-system, ps-lp-system): New consts.
11531 (ps-face-background): New fun.
11532
084cec2f
GM
115332000-04-28 Richard Stallman <rms@gnu.org>
11534
11535 * files.el (make-auto-save-file-name):
11536 Apply auto-save-file-name-transforms to visited file name
11537 before generating auto save file name.
11538 (auto-save-file-name-transforms): New variable.
11539
399c88ad 11540 * files.el (backup-enable-predicate):
084cec2f
GM
11541 Correctly test for a file under a temporary directory.
11542
c94f4677
GM
115432000-04-28 Gerd Moellmann <gerd@gnu.org>
11544
11545 * subr.el (add-minor-mode): Rewritten.
11546
7b211df5
KH
115472000-04-28 Kenichi Handa <handa@etl.go.jp>
11548
11549 * mail/sendmail.el (sendmail-send-it): Set
11550 buffer-file-coding-system to the selected coding system for MIME
11551 header.
11552
c76e04a8 115532000-04-27 Gerd Moellmann <gerd@gnu.org>
e3e36d74 11554
c76e04a8
GM
11555 * dired.el (dired-move-to-filename-regexp): Allow format where
11556 YYYY is followed by two spaces.
e3e36d74 11557
c76e04a8
GM
11558 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
11559 in the second character class of the regexp.
11560
11561 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
11562 mh-etc, too.
353964e3 11563
c76e04a8
GM
11564 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
11565 nil.
399c88ad 11566
353964e3
GM
11567 * subr.el (add-minor-mode): Use `set' instead of `setq'.
11568
11569 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
11570 argument.
11571
c76e04a8 115722000-04-27 Sen Nagata <sen@eccosys.com>
399c88ad 11573
c76e04a8
GM
11574 * emacs-lisp/crm.el (crm-completion-table): New variable.
11575 (crm-collection-fn, crm-test-completion)
11576 (completing-read-multiple): Use it.
11577
115782000-04-27 Dave Love <fx@gnu.org>
11579
11580 * help.el (locate-library): Use mapc.
11581 (help-manyarg-func-alist): Add call-process-region.
11582
7464346d
GM
115832000-04-26 Gerd Moellmann <gerd@gnu.org>
11584
b35bd33d
GM
11585 * subr.el (add-minor-mode): Make argument MAP optional.
11586
7464346d
GM
11587 * desktop.el (desktop-save): Save list of minor modes.
11588 (desktop-create-buffer): Restore minor modes.
11589 (desktop-minor-mode-table): New user-option.
11590
11591 * subr.el (add-minor-mode): New function.
11592
11593 * image.el (find-image): New function.
11594 (defimage): Rewritten to find image at load time.
11595
11596 * startup.el (normal-top-level-add-to-load-path): Handle
11597 case that the default directory is not in load-path.
11598
11599 * help.el: Old patch from Stefan Monnier.
11600 (help-xref-on-pp): New function.
11601 (describe-variable): Use it to display xrefs in a symbol's value.
11602
23c0fb21
SM
116032000-04-26 Stefan Monnier <monnier@cs.yale.edu>
11604
11605 * cus-edit.el (custom-face): Fix parenthesis.
11606
fad95037
KH
116072000-04-26 Kenichi Handa <handa@etl.go.jp>
11608
f03392a1
KH
11609 * mail/rmail.el (rmail-expunge): When there are no deleted
11610 messages, do nothing.
fad95037 11611
0d7c5bb9
DL
116122000-04-26 Dave Love <fx@gnu.org>
11613
11614 * international/mule-cmds.el (locale-translation-file-name):
11615 Defvar to nil.
11616 (set-locale-environment): Set it here (at runtime).
11617
612839b6
GM
116182000-04-25 Gerd Moellmann <gerd@gnu.org>
11619
11620 * replace.el (perform-replace): Add parameters START and END. Use
11621 them instead of the check for a region in Transient Mark mode.
11622 (query-replace-read-args): Return two more list elements for the
11623 start and end of the region in Transient Mark mode.
11624 (query-replace, query-replace-regexp, query-replace-regexp-eval)
11625 (map-query-replace-regexp, replace-string, replace-regexp): Add
11626 optional last arguments START and END and pass them to
11627 perform-replace.
11628
11629 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
11630 form with additional arguments for perform-replace.
11631
11632 * progmodes/etags.el (tags-query-replace): Add parameters START
11633 and END. Construct a form with additional arguments for
11634 perform-replace.
11635
11636 * simple.el (shell-command): Set default directory for "*Shell
11637 Command Output" buffer.
11638
11639 * language/european.el (iso-latin-4): Fix typo.
11640
11641 * emacs-lisp/crm.el: New file.
11642
2917cc05
DL
116432000-04-24 Dave Love <fx@gnu.org>
11644
11645 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
11646 (Custom-reset-saved, Custom-reset-standard)
11647 (custom-group-value-create, custom-group-set, custom-group-save)
11648 (custom-group-reset-current, custom-group-reset-saved)
11649 (custom-group-reset-standard): Use mapc.
11650 (custom-buffer-create-internal): Disable undo when creating items.
11651 Use mapc.
11652 (custom-face): Avoid redundant lambda.
11653
abfcc168
GM
116542000-04-24 Gerd Moellmann <gerd@gnu.org>
11655
11656 * startup.el (auto-save-list-file-prefix): Set default to
11657 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
11658
fa78f71b
SS
116592000-04-24 Sam Steingold <sds@gnu.org>
11660
11661 * time-stamp.el (time-stamp-string-preprocess): Always convert
11662 `field-result' to a string.
11663
cc181e95
GM
116642000-04-24 Gerd Moellmann <gerd@gnu.org>
11665
11666 * frame.el (scrolling): New group.
11667 (automatic-hscrolling): New user-option.
11668
11669 * startup.el (command-line-x-option-alist): Add `-lsp' and
11670 `--line-spacing'.
11671
6142fdcb
DL
116722000-04-19 Dave Love <fx@gnu.org>
11673
11674 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
11675 (cl-mapc): Rename from mapc. Fix the funcall.
11676
5e3dac3f
GM
116772000-04-19 Gerd Moellmann <gerd@gnu.org>
11678
1c459486
GM
11679 * simple.el (clone-indirect-buffer-other-window): New command.
11680 (clone-indirect-buffer): Add optional arg NORECROD.
11681 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
11682
271b4185
GM
11683 * help.el (resize-temp-buffer-window): Use count-screen-lines.
11684
11685 * window.el (count-screen-lines): New function.
11686 (shrink-window-if-larger-than-buffer): Use count-screen-lines
11687 instead of window-buffer-height.
11688
11689 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
11690 non-existing variable comint-input-sentinel.
11691 (inferior-lisp-args-to-list): Removed.
11692 (inferior-lisp): Use split-string instead of
11693 inferior-lisp-args-to-list.
11694
11695 * hexl.el (hexl-insert-hex-string): New command.
11696
5e3dac3f
GM
11697 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
11698 instead of concat.
11699
f6d3257b
GM
117002000-04-18 Gerd Moellmann <gerd@gnu.org>
11701
11702 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
11703 at the start of an existing but empty folder.
11704
117052000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11706
11707 * ps-mule.el: Customization fix, doc fix.
11708 (ps-multibyte-buffer): Customization fix.
11709
8b7bc628 117102000-04-17 Richard M. Stallman <rms@gnu.org>
e61482c0
RS
11711
11712 * subr.el (read-passwd): Use read-char-exclusive.
11713
0daee095
GM
117142000-04-17 Gerd Moellmann <gerd@gnu.org>
11715
11716 * textmodes/texinfo.el (texinfo-insert-@email)
11717 (texinfo-insert-@emph, texinfo-insert-@quotation)
11718 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
11719 (texinfo-mode-map): Add key bindings for them.
11720
11721 * files.el (basic-save-buffer-2): Use a template with `$'
11722 instead of `#' for VMS.
11723
11724 * simple.el (clone-indirect-buffer): New function.
11725
e10f64e7
GM
117262000-04-16 Stephen Eglen <stephen@gnu.org>
11727
11728 * iswitchb.el (iswitchb-case): New function. If the user input
11729 contains any upper-case characters, the search is made
11730 case-sensitive.
11731
e3721db1
SM
117322000-04-17 Stefan Monnier <monnier@cs.yale.edu>
11733
e10f64e7
GM
11734 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
11735 comment-end.
e3721db1
SM
11736 (texinfo-font-lock-syntactic-keywords): New var.
11737 (texinfo-font-lock-keywords): Remove comment regexp.
11738 (texinfo-insert-block): New function.
11739 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
e10f64e7
GM
11740 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
11741 and font-lock-defaults. Use regexp-opt for outline-regexp.
e3721db1 11742 (texinfo-environments): New var.
e10f64e7
GM
11743 (texinfo-environment-regexp): Use regexp-opt and
11744 texinfo-environments.
e3721db1 11745
e10f64e7
GM
11746 * textmodes/ispell.el (ispell-menu-map-needed): Check that
11747 ispell-process is bound since this might be eval'd before ispell
11748 is loaded.
11749 (ispell-message): Use a tiny bit less magic and a bit more hard
11750 data to figure out what kind of sc-cite-regexp to use.
e3721db1
SM
11751
11752 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
11753
11754 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
11755 (insert-cyclic-diary-entry): Unquote the lambda.
11756
11757 * gud.el (gud-jdb-build-source-files-list): Fix typo.
11758
11759 * files.el (backup-enable-predicate): Unquote the lambda.
11760
11761 * cus-edit.el (custom-face, face): Unquote the lambda.
11762
712dc9e0
GM
117632000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11764
11765 * ps-print.el: Check for line-beginning-position definition.
fa78f71b 11766
712dc9e0
GM
11767 * ps-print.el: Fix counting lines in a region.
11768 (ps-print-version): New version number (5.1.5).
11769 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
11770 (ps-printing-region): Fun code fix.
11771
ffc50f2a
GM
117722000-04-15 Gerd Moellmann <gerd@gnu.org>
11773
11774 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
11775 to file-directory-p.
11776
a2522dca
GM
117772000-04-14 Gerd Moellmann <gerd@gnu.org>
11778
11779 * gud.el (gud-jdb-build-source-files-list): Check that directory
11780 exists before calling directory-files.
11781
6e883610
DL
117822000-04-13 Dave Love <fx@gnu.org>
11783
11784 * emacs-lisp/trace.el: Change maintainer. Use new backquote
11785 syntax.
11786
11787 * emacs-lisp/cl-specs.el: Remove when, unless.
11788
11789 * emacs-lisp/cl-extra.el: Don't quote keywords.
11790 (cl-old-mapc): New variable.
11791 (mapc): Use it.
11792 (cl-map-intervals): Use with-current-buffer. Don't check for
11793 next-property-change.
11794 (cl-map-overlays): Use with-current-buffer.
11795 (cl-expt): Remove.
11796 (copy-tree, remprop): Define unconditionally.
11797
11798 * emacs-lisp/cl-compat.el (keywordp): Remove.
11799
11800 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
11801 to use keywordp.
11802 (edebug-spec): Enable keywordp.
11803
11804 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
11805 string-lessp.
11806
11807 * cus-start.el: Use keywordp.
11808
198e3c7a
GM
118092000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11810
11811 * diary-lib.el (include-other-diary-files): Fix the fix of
11812 2000-02-18 by doing a save-excursion.
11813
118142000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11815
11816 * ps-print.el: Customization fix, doc fix.
11817 (ps-print-version): New version number (5.1.4).
11818 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
11819 (ps-print-preprint): Adjust code.
11820 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
11821 (ps-print-prologue-header, ps-print-control-characters)
11822 (ps-spool-config): Customization fix.
fa78f71b 11823
8eba343c
EZ
118242000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
11825
11826 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
11827 converted to the new menu-item format, names silightly changed,
11828 help strings added.
11829
11830 Support for spelling without async subprocesses:
11831
11832 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
11833 (ispell-session-buffer): New variables.
11834 (ispell-start-process, ispell-process-status,
11835 ispell-accept-output, ispell-send-string): New functions, for
11836 Ispell invocation when async subprocesses aren't supported.
11837 (ispell-word, ispell-pdict-save, ispell-command-loop,
11838 ispell-process-line, ispell-buffer-local-parsing): Replace calls
11839 to process-send-string with calls to ispell-send-string, and
11840 accept-process-output with ispell-accept-output.
11841 (ispell-init-process): Call ispell-process-status instead of
11842 process-status with.
11843 (ispell-init-process): Call ispell-start-process. Call
11844 ispell-accept-output and ispell-send-string. Don't call
11845 process-kill-without-query and kill-process if they are unbound.
11846 (ispell-async-processp): New function.
11847
3d30065d
DL
118482000-04-12 Dave Love <fx@gnu.org>
11849
11850 * info.el: Add debug-ignored-errors.
11851 (Info-mode-menu): Add some items.
11852 (Info-directory): Add autoload cookie.
11853
11854 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
11855 Modify `truncate-lines'. Make `describe-language-environment'
11856 always visible and add help. Modify `describe-key' help. Invoke
11857 Info-directory from `info'. New entry `emacs-manual'.
11858
1a1b1895
GM
118592000-04-10 Gerd Moellmann <gerd@gnu.org>
11860
8b2affc5
GM
11861 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
11862 propertized-buffer-identification.
11863 (ebrowse-update-member-buffer-mode-line): Likewise.
11864 (ebrowse--mode-strings): Removed.
11865 (ebrowse--mode-line-props): Removed.
11866
1a1b1895
GM
11867 * files.el (auto-mode-alist): Add `EBROWSE'.
11868
11869 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
11870 space before testing for end of buffer.
11871 (ebrowse-load): Removed.
11872 (ebrowse-revert-tree-buffer-from-file): Rewritten.
11873 (ebrowse-create-tree-buffer): Rewritten.
11874 (ebrowse-tree-mode): Read tree from buffer.
11875
11876 * progmodes/ebrowse-ffh.el: Removed.
11877
223f3c91
KH
118782000-04-10 Kenichi Handa <handa@etl.go.jp>
11879
11880 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
11881
25fbf2c4
GM
118822000-04-10 Gerd Moellmann <gerd@gnu.org>
11883
11884 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
11885 at the wrong place.
11886
92c13173
DL
118872000-04-09 Dave Love <fx@gnu.org>
11888
11889 * files.el (backup-enable-predicate): Use
11890 temporary-file-directory, small-temporary-file-directory.
11891 (make-backup-file-name-function, backup-directory-alist): New
11892 variables.
11893 (make-backup-file-name-1): New function.
11894 (make-backup-file-name): Use it.
11895 (find-backup-file-name): Likewise. Use format for clarity, not
11896 concat.
11897 (file-newest-backup): Use make-backup-file-name.
11898
be0dbdab
GM
118992000-04-09 Gerd Moellmann <gerd@gnu.org>
11900
c45be9ac 11901 * progmodes/ebrowse-ffh.el: New file.
fa78f71b 11902
c45be9ac
GM
11903 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
11904 to ebrowse-ffh.el.
11905 (ebrowse-load): Add autoload.
11906
11907 * finder.el (finder-commentary): Add autoload cookie.
11908
be0dbdab
GM
11909 * mail/rfc2368.el: Correct author's email address.
11910
11911 * progmodes/ebrowse.el: New file.
11912
11913 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
11914 item help string.
11915 (easy-menu-do-add-item): Ditto.
11916 (easy-menu-define): Extend doc string.
11917
11918 * jit-lock.el (with-buffer-unmodified): Use
11919 restore-buffer-modified-p.
11920 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
11921 (jit-lock-function, jit-lock-stealth-fontify): Don't use
11922 with-buffer-unmodified.
11923
3f923efe
DL
119242000-04-08 Dave Love <fx@gnu.org>
11925
11926 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
11927 unless, when.
11928
d35bee0e
MK
119292000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
11930
11931 * viper-util.el (viper-put-on-search-overlay): New subroutine.
11932 (viper-flash-search-pattern): No operation when using Emacs
fa78f71b 11933 doesn't support face.
d35bee0e 11934 Use `viper-put-on-search-overlay'.
fa78f71b 11935
c407c570
GM
119362000-04-04 Gerd Moellmann <gerd@gnu.org>
11937
11938 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
11939 like C-r.
11940
11941 * progmodes/make-mode.el: Some doc fixes.
11942 (makefile-mode-abbrev-table): New variable.
11943 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
11944 (makefile-font-lock-keywords): Fontify includes and conditionals.
11945 (toplevel): Require `dabbrev' and `add-log' when compiling.
11946
11947 * replace.el (perform-replace): Don't move forward one char
11948 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
11949 to do that because it leaves point 1 position after the last
11950 replacement, after everything has been replaced.
11951
11952 * jit-lock.el (with-buffer-unmodified): New macro.
11953 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
11954 modified state.
11955 (jit-lock-function-1): Extracted from jit-lock-function; not
11956 preserving buffer's modified state.
11957 (jit-lock-function, jit-lock-stealth-fontify): Call
11958 jit-lock-function-1.
11959
11960 * mail/rfc2368.el: Remove supernumerary copyright line.
11961
685e5ed2
GM
119622000-04-04 Milan Zamazal <pdm@freesoft.cz>
11963
11964 * glasses.el: Provide facilities for inserting space before left
11965 parentheses and uncapitalization of identifiers.
11966 (glasses-mode): Try to remove old overlays in all cases.
11967
0166aed1
GM
119682000-04-03 Gerd Moellmann <gerd@gnu.org>
11969
62f20204
GM
11970 * progmodes/compile.el (compile-internal): Display the compilation
11971 buffer in a different frame, if it's already displayed there.
11972
6460c400
GM
11973 * mail/rfc2368.el: New file.
11974
c0510d27
GM
11975 * simple.el (sendmail-user-agent-compose): Recognize a `body'
11976 header and insert its value as mail body.
11977
11978 * subr.el (member-ignore-case): New function.
11979
11980 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
11981 (dabbrev--find-expansion): Ignore buffers matching a regexp
11982 from dabbrev-ignored-regexps.
11983
0166aed1
GM
11984 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
11985 to extensions handled by gzip.
11986
c0510d27
GM
119872000-04-03 Richard M. Stallman <rms@gnu.org>
11988
11989 * files.el (insert-directory): List the total free space
11990 along with the used space.
fa78f71b 11991
c0510d27
GM
11992 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
11993 line is followed by one that matches CITATION-REGEXP, end the
11994 paragraph.
11995
119962000-04-03 Markus Rost <rost@delysid.gnu.org>
11997
11998 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
11999 (rmail-make-basic-summary-line): Use that option.
fa78f71b 12000
14c04384
KH
120012000-04-03 Kenichi Handa <handa@etl.go.jp>
12002
12003 * international/mule-cmds.el (encoded-string-description):
12004 Rewritten. Try pretty description for ISO 2022 escape sequences
3a100fd6
KH
12005 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
12006 for hexadecimal format.
14c04384 12007
ccf5869a
DL
120082000-04-01 Dave Love <fx@gnu.org>
12009
12010 * cpp.el: Change customization group to `c' from `C'.
12011
12012 * vcursor.el (vcursor-move): Use display-color-p.
12013
12014 * international/mule-util.el: Provide mule-utils.
12015 (string-to-sequence): Simplify and speed up.
12016
12017 * international/mule.el (make-coding-system): Purecopy doc-string.
12018
12019 * international/mule-cmds.el: Various menu changes.
12020 (describe-specified-language-support): Handle `Default'.
12021 (set-language-info): Purecopy `info'.
12022
610d841e
GM
120232000-03-31 Andrew Innes <andrewi@gnu.org>
12024
12025 * vc.el (vc-backend-diff): Return the correct status if we had to
12026 retry the rcsdiff command without the --brief option.
fa78f71b 12027
7f9de034
DL
120282000-03-31 Dave Love <fx@gnu.org>
12029
2de47765
DL
12030 * help.el (help-manyarg-func-alist): Correct several omissions.
12031
72838819
DL
12032 * add-log.el: Don't require cl, fortran.
12033 (add-log-current-defun-function): Doc fix.
12034 (change-log-version-number-regexp-list): Remove SCCS part. Doc
12035 fix.
12036 (change-log-version-rcs): Function deleted.
12037 (change-log-version-number-search): Doc fix. Use
12038 vc-workfile-version. Avoid CL dolist.
12039 (add-change-log-entry): Just call add-log-current-defun to get
12040 defun. Simplify somewhat.
12041 (change-log-get-method-definition-1): Likewise.
12042 (add-log-current-defun): Return nil if calling
12043 add-log-current-defun-function does so. Move Fortran stuff to
12044 fortran.el. Return string without properties.
12045
7f9de034
DL
12046 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
12047 and :alpha: char classes.
12048
12049 * mail/supercite.el: Defvar curline when compiling.
12050 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
12051 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
12052 rather than a-zA-Z0-9 to allow non-ASCII characters.
12053
aa110c0c
GM
120542000-03-31 Gerd Moellmann <gerd@gnu.org>
12055
12056 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
12057
12058 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
12059 Re-enable new code.
12060
12061 * lpr.el (print-region-1): Use -d to specify printer name for
12062 systems `usg-unix-v*, `dgux', `hpux', `irix'.
12063
120642000-03-31 Dave Love <fx@gnu.org>
fa78f71b 12065
aa110c0c
GM
12066 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
12067 for function definition in symbol's function value slot first
12068 instead of first consulting byte-compile-function-environment.
fa78f71b 12069
6733d074
KH
120702000-03-31 Kenichi Handa <handa@etl.go.jp>
12071
12072 * language/european.el ("Polish"): New language environment.
12073 (setup-polish-environment): New function.
12074
63fcfa04
GM
120752000-03-30 Gerd Moellmann <gerd@gnu.org>
12076
12077 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
12078 Disable new code.
12079
12080 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
12081 trying to `load' the symbol of an autoload instead of the file
12082 recorded in the autoload. Fix error messages.
12083
7438c86b
GM
120842000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12085
12086 * ps-print.el: PostScript programming fix for ghostview, doc fix.
12087 (ps-print-version): New version number (5.1.3).
12088 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
12089 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
12090 (ps-generate-postscript-with-faces): Code fix.
12091 (ps-color-values): XEmacs compatibility.
12092 (ps-print-background-image, ps-print-background-text, ps-printer-name)
12093 (ps-default-fg, ps-default-bg): Adjust customization.
12094 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
12095 (ps-color-scale): Renaming old ps-color-value fun.
12096 (ps-print-headers): Replace ps-print-header group to avoid conflict
12097 with ps-print-header variable.
12098 (ps-print-miscellany): New group.
12099 (ps-format-color, ps-rgb-color): New funs.
12100 (ps-default-foreground): New var.
12101 (ps-printer-name-option): New const.
fa78f71b 12102
326855a0
PB
121032000-03-30 Peter Breton <pbreton@ne.mediaone.net>
12104
1f56ba73
PB
12105 * net/net-utils.el:
12106 (network-connection-host, network-connection-service): New variables
12107 (network-connection-mode): New mode, derived from comint-mode
12108 (network-connection-mode-setup): New function, saves host and
fa78f71b 12109 service information in local variables.
1f56ba73 12110
326855a0
PB
12111 * lisp/locate.el:
12112 (locate-word-at-point): Added this function
12113 (locate): Default to using locate-word-at-point as input
12114 Run dired-mode-hook
12115
141384bd
DL
121162000-03-29 Dave Love <fx@gnu.org>
12117
12118 * calendar/appt.el: Doc fixes.
12119 (appt-check): Convert min-to-app to a string before passing to
12120 appt-disp-window-function or concat.
12121 (appt-delete-window): Remove test for frame-root-window.
12122 (appt-select-lowest-window, appt-convert-time): Simplify.
12123
12124 * emacs-lisp/bytecomp.el: Doc fixes.
12125 (byte-compile-file-form-autoload): Update
12126 byte-compile-function-environment.
12127
c5aa0fc2
AS
121282000-03-29 Andreas Schwab <schwab@suse.de>
12129
12130 * emacs-lisp/autoload.el: Also print defsubst doc string
12131 specially.
12132
12133 * dired.el (dired-insert-directory): If dired-free-space-program
12134 failed just delete its output.
12135
f1d6fe69
DL
121362000-03-29 Dave Love <fx@gnu.org>
12137
12138 * international/iso-cvt.el: Move provide to end. Doc fixes.
12139 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
12140 (iso-iso2sgml, iso-sgml2iso): New functions.
12141 (iso-cvt-define-menu): Fix some entries and use backquote for
12142 clarity.
12143
12144 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
12145
b61f1215
GM
121462000-03-28 Gerd Moellmann <gerd@gnu.org>
12147
12148 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
12149 ISO-DATE. If non-nil, return date in ISO 8601 format.
12150
ea4b0ca3
SM
121512000-03-26 Stefan Monnier <monnier@cs.yale.edu>
12152
3831af62
SM
12153 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
12154 if it ever becomes used.
12155 (log-edit-mode-hook): Default to vc-log-mode-hook.
12156 (log-edit-mode): Fix the docstring.
12157
ea4b0ca3
SM
12158 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
12159 the code.
12160
08f8b1cc
DL
121612000-03-26 Dave Love <fx@gnu.org>
12162
082527fe
DL
12163 * net/browse-url.el (browse-url): Re-fix case of
12164 browse-url-browser-function being an alist.
12165 (browse-url): Add :link to defgroup.
12166
08f8b1cc
DL
12167 * files.el: Doc fixes.
12168 (file-truename): Include `[' in wildcard characters.
12169 (automount-dir-prefix): Customize.
12170 (find-file-wildcards): Add :version.
12171 (find-file-noselect): Simplify a mapcar call.
12172
12173 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
12174 compatible with inf-lisp version.
12175 (eval-defun-1): Fix custom-declare-variable case.
12176
ea4b0ca3
SM
121772000-03-25 Stefan Monnier <monnier@cs.yale.edu>
12178
12179 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
12180
9a0dd3dc
GM
121812000-03-24 Gerd Moellmann <gerd@gnu.org>
12182
b68c375f
GM
12183 * Makefile (COMPILE_FIRST): New macro.
12184 (compile-files): Compile files from COMPILE_FIRST first.
12185
12186 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
12187 code.
12188
9a0dd3dc
GM
12189 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
12190 matching open parenthesis in column 0 to defun-prompt-regexp
12191 only if open-paren-in-column-0-is-defun-start is set.
12192
12193 * sun-curs.el: Require CL at compile-time only.
12194
12195 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
12196 instead of copy-list which is a function from CL.
12197 (msb--choose-menu, msb--mode-menu-cond)
12198 (msb--create-buffer-menu-2): Use dolist instead of mapc.
12199 (msb--init-file-alist): Use mapcar instead of mapcan.
12200 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
12201 `(' in column 0 in doc string.
12202 (msb--add-separators): Use mapcar instead of mapcan.
12203
12204 * cus-dep.el: Require CL at compile-time only.
12205
c7dcadb5
SM
122062000-03-24 Stefan Monnier <monnier@cs.yale.edu>
12207
12208 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
12209 (byte-compile-warnings): New warning `noruntime'.
12210 (byte-compile-constants, byte-compile-variables): Fix docstring.
12211 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
12212 execute `eval-whenc-compile's body.
12213 (byte-compile-unresolved-functions): Fix docstring.
12214 (byte-compile-eval): New function.
12215 (byte-compile-callargs-warn): Check if the function will be available
12216 at runtime (via property `byte-compile-noruntime').
12217 (byte-compile-print-syms): New function.
12218 (byte-compile-warn-about-unresolved-functions): Also warn about
12219 `noruntime' functions (and use `byte-compile-print-syms').
12220 (byte-compile-file): Capitalize the message.
12221
3b55acc9
GM
122222000-03-24 Gerd Moellmann <gerd@gnu.org>
12223
12224 * mail/rmail.el (rmail-confirm-expunge): New user-option.
12225 (rmail-expunge): Ask for confirmation depending on the setting
12226 of rmail-confirm-expunge.
12227
122282000-03-23 Gerd Moellmann <gerd@gnu.org>
12229
12230 * Makefile (bootstrap-clean): If $(emacs) exists, build
12231 loaddefs.el first. A loaddefs.el that's not up-to-date might
12232 cause a bootstrap failure because things don't autoload as
12233 expected.
12234
02c76af4
DL
122352000-03-23 Dave Love <fx@gnu.org>
12236
12237 * net/browse-url.el: Restore previous use of
12238 browse-url-maybe-new-window.
12239
1a3199d9
GM
122402000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12241
12242 * ps-print.el: Skip banner page fix.
12243 (ps-print-version): New version number (5.1.2).
12244 (ps-begin-file, ps-end-file, ps-generate): Code fix.
fa78f71b 12245
1a3199d9
GM
122462000-03-23 Dave Pearson <davep@davep.org>
12247
12248 * net/quickurl.el Changed the type of parameter passed to the
12249 function defined by `quickurl-format-function'. Before only the
12250 text of the URL was passed. Now the whole URL structure is passed
12251 and the function is responsible for extracting the parts it
12252 requires. Changed the default of `quickurl-format-function'
12253 accordingly.
12254 (quickurl-insert): Changed the `funcall' of
12255 `quickurl-format-function' to match the above change.
12256 (quickurl-list-insert): Changed the `url' case so that it makes
12257 use of `quickurl-format-function', previous to this the format was
12258 hard wired.
fa78f71b 12259
72db3ab5
GM
122602000-03-22 Gerd Moellmann <gerd@gnu.org>
12261
12262 * startup.el: Change some spellings for the X Window System.
12263
68049bfa
SM
122642000-03-22 Stefan Monnier <monnier@cs.yale.edu>
12265
12266 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
12267 up the code and the regexp and make sure the cursor is temporarily
12268 moved to the suspicious line while querying the user.
12269
ff4df011
JR
122702000-03-22 Jason Rumney <jasonr@gnu.org>
12271
12272 * w32-fns.el (w32-charset-info-alist): Initialize.
12273
ee1c5b21
GM
122742000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12275
12276 * ps-print.el: N-up last page fix.
12277 (ps-print-version): New version number (5.1.1).
12278 (ps-end-file, ps-end-job, ps-generate): Code fix.
fa78f71b 12279
d2cbfba0
SM
122802000-03-21 Stefan Monnier <monnier@cs.yale.edu>
12281
bfb857d8
SM
12282 * files.el (find-file-run-dired): Update docstring.
12283 (find-directory-functions): New hook.
12284 (find-file-noselect): Run find-directory-functions rather than
12285 calling dired directly.
12286
12287 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
12288
cb3430a1
SM
12289 * pcvs.el: Add a minimal leading commentary.
12290 (cvs-make-cvs-buffer): Change the header part by removing the startup
12291 message and adding a `Module' entry. Also replace the FOOTER and
12292 HEADER special fileinfos with the new support in ewoc for updating
12293 its own footer and header.
12294 (cvs-update-header): Update to use the header/footer of the ewoc.
12295 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
12296 (cvs-is-within-p): New function.
12297 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
12298 to only examine some subset of the buffers.
12299
12300 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
12301 `format' instead of our own ad-hoc functions.
12302 Remove HEADER and FOOTER cases, now handled in the EWOC.
12303 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
12304
12305 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
12306 output to avoid scaring the user.
12307 (cvs-parse-table): Catch message for non-up-to-date commits.
12308
12309 * pcvs-defs.el (cvs-startup-message): Remove.
12310 (cvs-global-menu): New autoloaded menu.
12311
12312 * pcvs-util.el (cvs-string-fill): Remove.
12313
12314 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
12315 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
12316 PP part of it and also make it work for footers and headers.
12317 (ewoc-create): Drop POS and BUFFER arguments.
12318 Use the DLL's dummy node to store the end-of-footer position.
12319 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
12320 (ewoc-refresh): Remove unused `header' variable.
12321 (ewoc-(get|set)-hf): New functions.
12322
d2cbfba0
SM
12323 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
12324 log-view-*-(message|file) and use easy-mmode-define-navigation.
12325 (log-view-message-re): Match SCCS format as well.
12326 And match the revision line rather than the dashed separator line.
12327 (log-view-mode): Use the new define-derived-mode.
12328 (log-view-current-tag): Fill in with an actual implementation.
12329
12330 * cvs-status.el (cvs-status-(prev|next)): Rename from
12331 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
12332 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
12333 to let the output "breathe" a little more (more readable).
12334 (cvs-status-mode): Use the new define-derived-mode.
12335
12336 * smerge-mode.el (smerge-auto-leave): New function and variable.
12337 (smerge-basic-map): Rename from smerge-basic-keymap.
12338 Change the bindings for smerge-diff-*.
12339 (smerge-*-map): Use easy-mmode-defmap.
12340 (smerge-(next|prev)): Use easy-mmode-define-navigation.
12341 (smerge-keep-*): Use smerge-auto-leave.
12342
51663132
JR
123432000-03-21 Jason Rumney <jasonr@gnu.org>
12344
12345 * cus-edit.el (custom-button-face): Use 3D look for w32.
12346 (custom-button-pressed-face): Likewise.
12347
3f6e4b8b
GM
123482000-03-21 Gerd Moellmann <gerd@gnu.org>
12349
12350 * progmodes/etags.el (tags-case-fold-search): New user-option.
12351 (tags-loop-eval): New function. Bind case-fold-search around eval
12352 depending on the value of tags-case-fold-search.
12353 (tags-loop-continue): Use tags-loop-eval.
12354 (find-tag-in-order): Bind case-fold-search depending on the value
12355 of tags-case-fold-search.
12356
c7ea3acc
SM
123572000-03-21 Stefan Monnier <monnier@cs.yale.edu>
12358
0ae39f53
SM
12359 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
12360 (diff-end-of-hunk): Return the end position for use in
12361 `easy-mmode-define-navigation'.
12362 (diff-recenter): Remove.
12363 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
12364 of `easy-mmode-define-navigation'.
12365 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
12366 previous renaming) and fix to use new names.
12367 (diff-merge-strings): Use \n as separator: simpler, faster.
12368 (diff-mode): Use `define-derived-mode'.
12369
c7ea3acc
SM
12370 * derived.el (define-derived-mode): Don't autoload anymore.
12371 Prefer the macro-only version provided by easy-mmode.el.
12372
12373 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
12374 `easy-mmode-define-derived-mode'.
12375 Use `combine-run-hooks'.
12376 (easy-mmode-define-navigation): New macro.
12377
12378 * subr.el (combine-run-hooks): New function.
12379
6c4bfdc0
KH
123802000-03-21 Kenichi HANDA <handa@etl.go.jp>
12381
12382 * term/x-win.el: Fontsets related initialization is simplified.
12383
12384 * international/mule-diag.el (describe-font): Don't refer to
12385 global-fontset-alist, instead call font-list.
12386 (describe-fontset, list-fontsets, mule-diag): Likewise.
12387 (print-fontset): Adjusted for the change of fontset
12388 implementation.
12389
12390 * international/fontset.el (x-charset-registries): Variable
12391 removed, instead the corresponding data is stored in the default
12392 fontset.
12393 (register-alternate-fontnames): Function removed.
12394 (resolved-ascii-font): Variable removed.
12395 (x-compose-font-name): Ignore the second argument REDOCE.
12396 (x-complement-fontset-spec): Complement only an ASCII font and
12397 element for those charsets than can use that ASCII font.
12398 (generate-fontset-menu): Don't refer to global-fontset-alist,
12399 instead call fontset-list.
12400 (uninstantiated-fontset-alist): Variable removed.
12401 (x-style-funcs-alist): Likewise.
12402 (fontset-default-styles): Likewise.
12403 (x-modify-font-name): Function removed.
12404 (create-fontset-from-fontset-spec): Ignore the argument
12405 STYLE-VARIANT.
12406 (create-fontset-from-ascii-font): Docsting adjusted for the above
12407 change.
12408 (instantiate-fontset, resolve-fontset-name): Functions removed.
12409 (fontset-list): Now implemented by C code.
fa78f71b 12410
6c4bfdc0
KH
12411 * faces.el (read-face-font): Fix TABLE arg to completing-read.
12412 (describe-face): Include `font' attribute in the description.
12413
9111d4b5
KH
124142000-03-21 Kenichi Handa <handa@etl.go.jp>
12415
12416 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
12417
b33dd3b0
GM
124182000-03-20 Gerd Moellmann <gerd@gnu.org>
12419
a25bbe00
GM
12420 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
12421 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
12422 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
fa78f71b 12423
b33dd3b0
GM
12424 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
12425 about behavior of set-buffer-modified-p wrt redisplay.
12426
8b7bc628 124272000-03-19 Richard M. Stallman <rms@gnu.org>
e53ae11c
RS
12428
12429 * view.el (view-mode-disable): Kill local binding of view-read-only.
12430
d7b511c4
GM
124312000-03-18 Gerd Moellmann <gerd@gnu.org>
12432
12433 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
12434 is a string, convert it to a syntax cell using string-to-syntax.
12435
12436 * simple.el (syntax-code-table, syntax-flag-table): New variables.
12437 (string-to-syntax): New function.
12438
12439 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
12440 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
b33dd3b0 12441 try to use passive ftp mode.
d7b511c4 12442
998ecc60
GM
124432000-03-17 Gerd Moellmann <gerd@gnu.org>
12444
b33dd3b0 12445 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
998ecc60
GM
12446
12447 * simple.el (append-to-buffer): Update point of windows after
12448 insertion.
12449
12450 * abbrev.el (inverse-add-abbrev): Identify word by first moving
12451 forward then moving backward. Reindent.
12452
12453 * frame.el (other-frame): Call x-focus-frame only if
12454 focus-follows-mouse is off.
12455
235d6821
DL
124562000-03-17 Dave Love <fx@gnu.org>
12457
12458 * pcvs-util.el (cvs-strings->string): Rename
12459 replace-regexps-in-string.
12460
a29a2cd1
SM
124612000-03-17 Stefan Monnier <monnier@cs.yale.edu>
12462
af595444
SM
12463 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
12464 regexp for labels cannot span several lines.
12465
12466 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
998ecc60 12467 `(setq :<key> ':<key>)' to the macro expansion.
a29a2cd1 12468
a9be2843
DL
124692000-03-16 Dave Love <fx@gnu.org>
12470
12471 * progmodes/f90.el (f90): Put custom group under `languages', not
12472 `fortran'.
12473 (f90-mode-hook): Customize.
12474 (f90-mode): Set add-log-current-defun-function.
12475 (f90-current-defun): New function.
12476
d0ab3e9d
GM
124772000-03-16 Gerd Moellmann <gerd@gnu.org>
12478
16b20ed9
GM
12479 * cus-edit.el (custom-variable-tag-face): Handle case that
12480 default face's height is not a number.
12481 (custom-face-tag-face, custom-group-tag-face-1)
12482 (custom-group-tag-face): Ditto.
12483 (custom-group-tag-face-1): Add :group.
fa78f71b 12484
d0ab3e9d
GM
12485 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
12486
ae8ab422
GM
124872000-03-15 Gerd Moellmann <gerd@gnu.org>
12488
12489 * pcvs-defs.el (toplevel): Remove autoload cookie for form
12490 requiring easymenu.
12491
81c7ca69
GM
124922000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12493
12494 * ps-print.el: PostScript user-defined prologue, PostScript error
12495 handler, doc fix.
12496 (ps-print-version): New version number (5.1).
12497 (ps-user-defined-prologue, ps-error-handler-message)
12498 (ps-print-prologue-0, ps-error-handler-alist): New vars.
12499 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
12500 (ps-insert-string): New function.
fa78f71b 12501
dcf1003d
KH
125022000-03-15 Kenichi Handa <handa@etl.go.jp>
12503
12504 * international/ccl.el (ccl-compile-expression): Don't generate
12505 invalid self-assignment code.
12506
73825616
DL
125072000-03-14 Dave Love <fx@gnu.org>
12508
12509 * subr.el (replace-regexp-in-string): Renamed from
12510 replace-regexps-in-string. Doc fix.
12511
031020ac
DL
125122000-03-12 Dave Love <fx@gnu.org>
12513
12514 * cus-edit.el: Doc fixes.
12515 (customize-set-variable, customize-save-variable): Rename args for
12516 doc.
12517 (custom-variable-tag-face, custom-face-tag-face)
12518 (custom-group-tag-face-1, custom-group-tag-face): Modify from
12519 style which user identify as hyperlink.
12520 (hook): Don't add undefined functions to the hook.
12521 (debug-ignored-errors): Transfer message from bindings.el.
12522
9b2f3c38
GM
125232000-03-12 Gerd Moellmann <gerd@gnu.org>
12524
12525 * recentf.el (recentf-keep-non-readable-files-p): Remove
12526 double/nested definition.
12527
0d6e23cf
DL
125282000-03-12 Dave Love <fx@gnu.org>
12529
12530 * facemenu.el (facemenu-get-face): Use display-color-p.
12531 * enriched.el (enriched-decode-foreground): Likewise.
12532 (enriched-decode-background): Likewise.
12533 * isearch.el (isearch-highlight): Likewise.
12534 * info-look.el (info-lookup): Likewise.
12535 * simple.el (completion-setup-function): Likewise.
12536
12537 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
12538 :options.
12539
12540 * bindings.el (mode-line-format): Fix line-number and
12541 column-number items. Add help-echo for the background.
12542 (mode-line-mule-info): Modify help-echo.
12543
1598a961 12544 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
0d6e23cf
DL
12545
12546 * files.el (load-file): Allow completion to .elc.
12547
12548 * man.el: Doc fixes.
12549 (Man-init-defvars): Use display-color-p to set fontification.
12550
12551 * play/hanoi.el (hanoi-internal): Don't use oddp.
12552
e1cff360
GM
125532000-03-12 Gerd Moellmann <gerd@gnu.org>
12554
12555 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
12556
12557 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
12558
5e5dff44
GM
125592000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
12560
12561 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
12562 Fix comment.
12563
5b467bf4
SM
125642000-03-10 Stefan Monnier <monnier@cs.yale.edu>
12565
83fef604
SM
12566 * font-lock.el (font-lock-keywords): Fix the doc now that
12567 regexp-opt-depth is unnecessary.
12568 (save-buffer-state): Set an edebug spec.
12569 (font-lock-fontify-anchored-keywords): Properly handle the case when
12570 the matcher goes past the limit.
12571
5b467bf4
SM
12572 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
12573 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
12574
83fef604
SM
12575 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
12576 dll.el and cookie.el (from Elib) with heavy renaming and other
12577 massaging.
5b467bf4
SM
12578
12579 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
12580 Autoload the functions used.
12581 (easy-mmode-define-syntax): Fix CL typo.
12582 (easy-mmode-define-derived-mode): Improve the docstring generation.
12583
d407456c
GM
125842000-03-10 Gerd Moellmann <gerd@gnu.org>
12585
12586 * textmodes/texinfo.el (texinfo-version): Variable and function
12587 removed.
12588
5a7a545c
SM
125892000-03-09 Stefan Monnier <monnier@cs.yale.edu>
12590
0d6e23cf
DL
12591 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
12592 allow more flexibility.
12593 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
12594 fns.
12595 (easy-mmode-defmap, easy-mmode-defsyntax)
12596 (easy-mmode-define-derived-mode): New macros.
5a7a545c 12597
d407456c 125982000-03-09 Didier Verna <didier@xemacs.org>
445b0666
DL
12599
12600 * rect.el (replace-rectangle): New function.
12601
126022000-03-09 Dave Love <fx@gnu.org>
12603
12604 * progmodes/fortran.el (fortran-comment-line-start): Define as
12605 "C".
12606 (fortran-comment-line-start-skip): Don't match cpp stuff.
12607 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
12608 (fortran-mode-map): Remove over-eager custom-menu-create for now.
12609 (fortran-mode): Don't set fortran-comment-line-start-skip,
12610 fortran-comment-line-start here. Set comment-start,
12611 add-log-current-defun.
12612 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
12613 (fortran-current-defun): New function.
12614
80460654
GM
126152000-03-09 Gerd Moellmann <gerd@gnu.org>
12616
d1221ea9
GM
12617 * emacs-lisp/re-builder.el: New file.
12618
1853aa6b
GM
12619 * mouse.el (mouse-drag-region): Don't run up-event handler
12620 if hscroll has changed.
12621
80460654
GM
12622 * octave-mod.el (octave-font-lock-keywords): To font-lock the
12623 builtin operators, use `font-lock-builtin-face' for Emacs and
12624 `font-lock-preprocessor-face' otherwise.
fa78f71b
SS
12625
12626 * font-lock.el (lisp-font-lock-keywords-1): Highlight
80460654
GM
12627 `(defun (setf foo)' differently.
12628
c0056275
SM
126292000-03-08 Stefan Monnier <monnier@cs.yale.edu>
12630
12631 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
80460654
GM
12632 (regexp-opt): Update comment and adapt the code the new meaning of
12633 the `paren' argument of regex-opt-group for shy-groups.
12634 (regexp-opt-depth): Handle shy groups as well as backslashed
12635 backslashes.
c0056275
SM
12636 (regexp-opt-group): Turn the leading comment into a docstring.
12637 Allow `paren' to be a string (the string to use to open a group).
80460654
GM
12638 Remove open-presuf and close-presuf. Instead of checking for `all
12639 one-char' and then later on check for `several one-char', handle
12640 both cases close together. Also apply a more generic algorithm
12641 for suffixes (the mirror image of the algorithm used for
12642 prefixes). Use shy-groups. Use nreverse rather than reverse.
c0056275
SM
12643 (regexp-opt-try-suffix): Removed.
12644
12645 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
80460654
GM
12646 from comint-mode-map, so we can just inherit from it. Also, move
12647 the initialization into the `defvar' since there's no docstring
12648 anyway and it's fairly short.
12649 (inferior-scheme-mode): Define it as derived-mode: the code is
12650 shorter and this way we inherit from comint-mode-map rather than
12651 copying it.
c0056275 12652
80460654
GM
12653 * subr.el (replace-regexps-in-string): Properly handle the case
12654 where we match an empty string.
c0056275 12655
80460654
GM
12656 * comint.el (comint-exec-1): Add the current-dir to the exec-path
12657 when the command has a directory component (such as "./testml").
c0056275
SM
12658 Also fix a typo in the comment.
12659
5e91ff9e
GM
126602000-03-08 Gerd Moellmann <gerd@gnu.org>
12661
feab4fba
GM
12662 * Makefile (compile-files): Compile files one by one because
12663 that's the only way to ensure a clean compilation environment for
12664 each individual file.
12665
5e91ff9e
GM
12666 * frame.el (other-frame): Call x-focus-frame.
12667
76162e12
DL
126682000-03-07 Dave Love <fx@gnu.org>
12669
f64ce788
DL
12670 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
12671 :require to defcustom.
12672
76162e12
DL
12673 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
12674 lists.
12675
12676 * files.el (auto-mode-alist): Add configure.in.
12677
12678 * progmodes/autoconf.el: New file.
12679
f7daf1e1
GM
126802000-03-07 Gerd Moellmann <gerd@gnu.org>
12681
12682 * mail/mh-e.el: Change maintainer to `none'.
12683
12684 * recentf.el (recentf-keep-non-readable-files-p): Quote args
12685 to remove-hook and add-hook.
12686
126872000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
12688
12689 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
12690 it as the default.
12691 (mail-send): Test mail-send-nonascii also for the new `mime' value.
12692 (sendmail-send-it): Conditionally add MIME headers specifying the
12693 used character set.
fa78f71b 12694
63f6b2c4
DL
126952000-03-07 Dave Love <fx@gnu.org>
12696
12697 * winner.el: Fix keywords, autoload cookies. Split
12698 eval-when-compile form to avoid compilation failure.
12699
8330e2f9
KH
127002000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
12701
12702 * international/mule.el: Modify comment about coding system
12703 property `coding-category'.
12704 (make-coding-system): New argument EOL-TYPE. Pay attention to
12705 coding-category property of PROPERTIES.
12706
12707 * international/mule-conf.el (coding-category-utf-8,
12708 coding-category-utf-16-be, coding-category-utf-16-le): New coding
12709 categories. Include them in the argument for set-coding-priority.
12710
12711 * international/mule-cmds.el (reset-language-environment): Include
12712 coding-category-utf-8, coding-category-utf-16-be, and
12713 coding-category-utf-16-le in the argument for set-coding-priority.
12714 (reset-language-environment): Initialize coding-category-utf-8,
12715 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
12716
18bb0684
GM
127172000-03-06 Karl Fogel <kfogel@red-bean.com>
12718
12719 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
12720 code abstracted out of `bookmark-jump-noselect'. Now tries info
12721 extensions as well as compression extensions.
12722 (bookmark-jump-noselect): Use above new func.
fa78f71b 12723
71a6ba55
GM
127242000-03-03 Gerd Moellmann <gerd@gnu.org>
12725
12726 * strokes.el: Change maintainer's mail address.
12727
0d56cdff
KH
127282000-03-03 Kenichi Handa <handa@etl.go.jp>
12729
12730 * international/mule-diag.el (list-character-sets): Make help-echo
12731 string by substitute-command-keys.
12732 (list-character-sets): Likewise.
12733 (sort-listed-character-sets): Call help-setup-xref.
12734
900fa1f1
GM
127352000-03-02 Gerd Moellmann <gerd@gnu.org>
12736
12737 * time.el (display-time-mail-file): Add `none' to the list of
12738 choices.
12739
54d04320
DL
127402000-03-01 Dave Love <fx@gnu.org>
12741
43f3fa09
DL
12742 * help.el (help-xref-go-back): Don't try to set position.
12743
54d04320
DL
12744 * international/mule-diag.el (list-character-sets): Call
12745 help-setup-xref. Add help-echo to xrefs.
12746 (list-character-sets-1): Add help-echo to xrefs.
12747
d054101f
GM
127482000-03-02 Gerd Moellmann <gerd@gnu.org>
12749
12750 * frame.el (blink-cursor-mode): Switch cursor on when turning
12751 the mode off.
12752
12753 * add-log.el (add-log-current-defun): Add support for
12754 Autoconf mode.
12755
12756 * mail/rmail.el (rmail-quit-hook): New variable.
12757
d77dae5c
DL
127582000-03-01 Dave Love <fx@gnu.org>
12759
e5f597f0
DL
12760 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
12761
d77dae5c
DL
12762 * help.el (help-xref-button): Add help-echo arg.
12763 (describe-function-1, describe-variable, help-make-xrefs): Use it.
12764
12765 * faces.el (list-faces-display): Supply help-echo with
12766 help-make-xrefs.
12767
12768 * facemenu.el (list-text-properties-at): Set help-xref-stack to
12769 nil.
12770
72d19d75
GM
127712000-03-01 Gerd Moellmann <gerd@gnu.org>
12772
2df636f4
GM
12773 * image.el (defimage): Look for image files in load-path.
12774
fa78f71b 12775 * frame.el (busy-cursor-delay-seconds): Change type to
72d19d75
GM
12776 `number'.
12777
2df636f4
GM
127782000-03-01 David Ponce <david.ponce@wanadoo.fr>
12779
12780 * recentf.el (recentf): Added version tag to the defgroup of
12781 recentf.
12782
127832000-03-01 David Ponce <david.ponce@wanadoo.fr>
12784
12785 * recentf.el (recentf-cleanup): Changed to remove excluded file
12786 too.
12787 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
12788 action to select/unselect a file.
12789 (recentf-edit-list): Code cleanup and improvement.
12790 (recentf-open-more-files-action): `recentf-open-more-files' button
12791 widget action to open a file.
12792 (recentf-open-more-files): No more use standard completion but
12793 widgets.
12794 (recentf-more-collection): Deleted.
12795 (recentf-more-history): Deleted.
12796 (recentf-setup-more-completion): Deleted.
12797
127982000-03-01 David Ponce <david.ponce@wanadoo.fr>
12799
12800 * recentf.el (recentf-mode): No more needs that Emacs is running
12801 under a window-system.
12802
128031999-03-01 David Ponce <david.ponce@wanadoo.fr>
12804
12805 * recentf.el (recentf-edit-list): New command to edit the recent
12806 list which allow the user to remove files.
12807 (recentf-edit-selected-items): New global variable, used by
12808 `recentf-edit-list' to hold the list of files to be removed from
12809 the recent list.
12810 (recentf-make-menu-items): Updated to display a "Edit list..."
12811 menu item. Minor code cleanup.
12812
128131999-03-01 David Ponce <david.ponce@wanadoo.fr>
12814
12815 * recentf.el (recentf-open-more-files): New command to open files
12816 that are not displayed in the menu.
12817 (recentf-more-collection): New global variable holding the set of
12818 permissible completions used by `recentf-open-more-files'.
12819 (recentf-more-history): New global variable holding the history list
12820 used by `recentf-open-more-files' completion.
12821 (recentf-setup-more-completion): New function to setup completion for
12822 `recentf-open-more-files'.
12823 (recentf-make-menu-items): Updated to display a "More..." menu item.
12824
128251999-03-01 David Ponce <david.ponce@wanadoo.fr>
12826
12827 * recentf.el (recentf-menu-action): Doc fixed.
12828
128291999-03-01 David Ponce <david.ponce@wanadoo.fr>
12830
12831 * recentf.el (recentf-menu-filter): Doc updated.
12832 (recentf-update-menu-hook): Allow menu filters to force menu update.
12833 (recentf-make-menu-items): New menu filter handling.
12834 (recentf-make-menu-item): New helper function.
12835 (recentf-menu-elements): New menu handling function.
12836 (recentf-sort-ascending): Updated to new menu filter handling.
12837 (recentf-sort-descending): Updated to new menu filter handling.
12838 (recentf-sort-basenames-ascending): New menu filter function.
12839 (recentf-sort-basenames-descending): New menu filter function.
12840 (recentf-show-basenames): New menu filter function.
12841 (recentf-show-basenames-ascending): New menu filter function.
12842 (recentf-show-basenames-descending): New menu filter function.
12843
72d19d75
GM
128442000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12845
12846 * diary-lib.el (list-diary-entries): Don't try to go forward at
12847 the end of the buffer.
12848
1ac1c836
KH
128492000-02-29 Kenichi Handa <handa@etl.go.jp>
12850
12851 * international/mule-diag.el (list-character-sets): Completely
12852 rewritten.
12853 (sort-listed-character-sets): New function.
12854 (list-character-sets-1): Completely rewritten.
12855 (list-character-sets-2): New function.
12856 (non-iso-charset-alist): New variable.
12857 (decode-codepage-char): New function.
12858 (charset-history): New variable.
12859 (read-charset) (list-block-of-chars)
12860 (list-iso-charset-chars)
12861 (list-non-iso-charset-chars)
12862 (list-charset-chars): New functions.
12863 (mule-diag): Call list-character-sets-2, not
12864 list-character-sets-2.
12865 (dump-charsets): Likewise.
12866
ed4d0512
GM
128672000-02-29 Gerd Moellmann <gerd@gnu.org>
12868
72d19d75
GM
12869 * dired-x.el (dired-filename-at-point): Add `@' to valid
12870 file name characters.
12871 (dired-filename-at-point): Handle ange-ftp file names.
12872
ed4d0512
GM
12873 * frame.el (frame-notice-user-settings): Use assq-delete-all
12874 instead of assoc-delete-all.
12875 (frame-notice-user-settings): Ditto.
12876
12877 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
12878 Don't copy alist.
12879
32038c7a
GM
128802000-02-28 Eli Barzilay <eli@cs.cornell.edu>
12881
12882 * calculator.el (calculator-use-menu): New option.
12883 (calculator-initial-bindings): Changed some bindings to work as
12884 macros.
12885 (calculator-forced-input): Removed.
12886 (calculator-restart-other-mode): New variable.
12887 (calculator-mode-map): Set up menu.
fa78f71b 12888
32038c7a
GM
128892000-02-28 Jari Aalto <jari.aalto@poboxes.com>
12890
12891 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
12892 tags.
fa78f71b 12893
55d7ff38 128942000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
fa78f71b 12895
55d7ff38
MK
12896 * viper-cmd.el (viper-envelop-ESC-key): added the option to
12897 translate all ESC key sequences.
12898 (viper-goto-mark-subr): restore markers for files for which
12899 they were saved.
12900 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
12901 * viper-util.el (viper-set-replace-overlay-glyphs,
12902 viper-set-replace-overlay): always check if the replacement
12903 overlay is live.
12904 * viper.el (viper-vi-state-mode-list): added major modes.
12905 * ediff-wind.el: minor comment changes.
12906 * ediff.el: copyright notice date fix.
fa78f71b 12907
387023ee
JR
129082000-02-27 Jason Rumney <jasonr@gnu.org>
12909
12910 * faces.el (face-font-family-alternatives): Add arial to helv.
12911 (mode-line, header-line, tool-bar): Same default as x for w32.
12912 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
12913 face-font-family-alternatives from working.
12914 * term/w32-win.el (mouse-set-font): Do not build fontset from
12915 chosen font.
12916
f43d79c1
GM
129172000-02-25 Sam Steingold <sds@goems.com>
12918
5d80cc9c 12919 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
f43d79c1 12920 properly.
fa78f71b 12921
8b7bc628 129222000-02-25 Richard M. Stallman <rms@gnu.org>
f43d79c1
GM
12923
12924 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
12925
4eb8436f
GM
129262000-02-25 Gerd Moellmann <gerd@gnu.org>
12927
12928 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
12929 writable.
12930
449c3c52 12931 * frame.el (busy-cursor-delay-seconds): New option.
f5b58615 12932
42088c12
GM
129332000-02-24 Gerd Moellmann <gerd@gnu.org>
12934
12935 * frame.el (show-cursor-in-non-selected-windows): New option.
12936
c60ea02e
GM
129372000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12938
12939 * diary-lib.el (include-other-diary-files): Undo the selective
12940 display in any included file and don't kill it.
12941
d066de8e
EZ
129422000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
12943
12944 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
12945 bar. Menu items converted to (menu-item format, help strings
12946 added.
12947 [downcase, upcase]: Don't enable on MS-DOS.
12948 [symlink, symlinks]: Don't show if make-symbolic-link is not
12949 bound.
12950 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
12951
b6906b38
DL
129522000-02-23 Dave Love <fx@gnu.org>
12953
275cf1b2
DL
12954 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
12955 (backward-kill-word): Revert addition of * to interactive spec --
12956 it's a feature.
12957
12958 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
12959 (backward-kill-sentence, kill-sentence): Likewise.
12960
99d48056
DL
12961 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
12962 scratch buffer name.
12963 (gud-format-command): Use int-to-string in ?l case. Simplify
12964 slightly.
12965
12966 * term/w32-win.el (internal-face-interactive): Update prompt for
12967 new read-face-name.
12968
12969 * mail/footnote.el (footnote): Add :version to defgroup.
12970 (footnote-section-tag-regexp): Customize.
12971 (footnote-start-tag, footnote-end-tag): New option.
12972 (footnote-latin-regexp): New variable.
12973 (Footnote-latin): New function.
12974 (footnote-style-alist): Add element for latin style.
12975 (footnote-style): Moved.
12976 (Footnote-goto-footnote): Use eq to test arg.
12977
12978 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
12979
b6906b38
DL
12980 * emacs-lisp/byte-opt.el: Change old backquote syntax.
12981 (byte-compile-trueconstp): Include keywords.
12982 (byte-optimize-quote, byte-optimize-lapcode): Use
12983 byte-compile-const-symbol-p.
12984 (byte-optimize-char-before): New optimization.
12985
12986 * emacs-lisp/bytecomp.el: Change old backquote syntax.
12987 (byte-compile-const-symbol-p): New function.
12988 (byte-compile-constp, byte-compile-out-toplevel)
12989 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
12990 Use it.
12991
12992 * subr.el (define-key-after): Default AFTER to t. Doc fix.
12993
214f877f
KH
129942000-02-23 Kenichi Handa <handa@etl.go.jp>
12995
c709bcf1
KH
12996 * international/encoded-kb.el: Be sure to update minor-mode-alist
12997 and minor-mode-map-alist.
12998 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
12999 codes SS2 and SS3 correctly.
13000 (encoded-kbd-self-insert-ccl): New function.
13001 (encoded-kbd-setup-keymap): New function.
13002 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
13003 by calling encoded-kbd-setup-keymap.
13004
214f877f
KH
13005 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
13006 characters.
13007 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
13008 locally.
13009
b021ef18
DL
130102000-02-22 Dave Love <fx@gnu.org>
13011
13012 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
13013 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
13014 defvar.
13015 (lisp-mode-syntax-table): Set up for #|...|# comments.
13016 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
13017 classes. Match `defface'.
13018 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
13019 (eval-defun-1): Fix for defcustom.
13020 (lisp-indent-region): Doc fix.
13021
13022 * subr.el (when, unless, split-string): Doc fix.
13023 (read-passwd): Move call of clear-this-command-keys to the right
13024 place.
13025 (replace-regexps-in-string): New function.
13026
14cc00ad
GM
130272000-02-22 Gerd Moellmann <gerd@gnu.org>
13028
13029 * help.el (describe-variable): Set syntax table to
13030 emacs-lisp-mode-syntax-table when moving forward over the
13031 symbol's name.
13032
47da5efa
DL
130332000-02-22 Dave Love <fx@gnu.org>
13034
13035 * xt-mouse.el: Doc fixes.
13036 (xterm-mouse-position-function): New function, replacing advice of
13037 mouse-position.
13038 (xterm-mouse-mode): Use it. Don't turn on under a window system.
13039
13040 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
13041
f0a6c717
GM
130422000-02-21 Gerd Moellmann <gerd@gnu.org>
13043
13044 * format.el (format-annotate-single-property-change): Handle
13045 properties.with dotted-list values.
13046 (format-proper-list-p): New function.
13047
13048 * enriched.el (enriched-face-ans): Handle '(foreground-color
13049 . COLOR) and (background-color . COLOR).
13050
2be80b63
DL
130512000-02-20 Dave Love <fx@gnu.org>
13052
13053 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
13054 and assignments to it.
13055 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
13056 current local map.
13057 (make-flyspell-overlay): Use it.
13058 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
13059
13060 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
13061 (lm-get-header-re): Defun, not defsubst.
13062 (lm-get-package-name): Defun, not defsubst. Simplify.
13063 (lm-version): Doc fix. Simplify.
13064 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
13065 (lm-crack-address, lm-last-modified-date, lm-commentary)
13066 (lm-verify, lm-synopsis): Simplify.
13067 (lm-report-bug): Require emacsbug. Use compose-mail.
13068
329eed9f
GM
130692000-02-20 Gerd Moellmann <gerd@gnu.org>
13070
13071 * dired.el (dired-mode): Call propertized-buffer-identification
13072 to set mode-line-buffer-identification to something having
13073 the right text properties.
13074
13075 * bindings.el (propertized-buffer-identification): New function.
13076
be5bb146
DL
130772000-02-20 Dave Love <fx@gnu.org>
13078
13079 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
13080 check for t-mouse too.
13081
13082 * cus-start.el: Make echo-keystrokes `number'.
13083
1d4311c3
EZ
130842000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
13085
13086 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
13087 Don't call ring-empty-p unless tags-location-ring is bound.
13088 From Noah Friedman <friedman@splode.com>.
13089
a23c5037
TTN
130902000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
13091
13092 * progmodes/hideshow.el (hs-flag-region): No longer use
13093 `intangible' overlay property.
13094
13095 (hs-toggle-hiding): New command.
13096 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
13097
13098 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
13099 Fix omission bug: Run `hs-minor-mode-hook' for both activation
13100 and deactivation.
13101
b6a22bf8
GM
131022000-02-18 Gerd Moellmann <gerd@gnu.org>
13103
13104 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
13105
d621caf7
GM
131062000-02-17 Gerd Moellmann <gerd@gnu.org>
13107
3c0ed7ce
GM
13108 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
13109
d621caf7
GM
13110 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
13111 of `*' to handle `(* ... *)' comments.
13112
538d88fb
EZ
131132000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
13114
53c80cf6 13115 * faces.el (list-faces-display): Use display-mouse-p instead of
f24fef2f 13116 window-system.
53c80cf6 13117
538d88fb
EZ
13118 * menu-bar.el (global-map): Menu-bar items converted to the new
13119 format (menu-item..., rearranged for better CUA compliance, and
13120 their names changed for better clarity. Help strings added.
13121
13122 * international/mule-cmds.el (mule-menu-keymap)
13123 (describe-language-environment-map, set-coding-system-map)
13124 (setup-language-environment-map): Convert to new (menu-item...
13125 form, add help strings. Change names of menu items for better
13126 clarity. "Mule" menu-bar item removed (it's now in the "Options"
13127 submenu).
13128
8389e1e2 131292000-02-17 Gerd Moellmann <gerd@gnu.org>
84fe35f0 13130
a23c5037 13131 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
8389e1e2 13132 within the code.
a23c5037 13133
8389e1e2 131342000-02-16 Dave Love <fx@gnu.org>
a23c5037 13135
84fe35f0
DL
13136 * faces.el: Don't require custom. Add more specific :groups to
13137 various deffaces.
13138 (set-face-attribute): Purecopy args.
13139 (read-face-name): Default to name at point and use it in prompt.
13140 Remove colon from arg in all callers.
13141 (list-faces-display): Hyperlink to face descriptions and customize
13142 buffers.
13143
b2aeee30
DL
131442000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
13145
13146 * wid-edit.el (widget-match-inline): An atom never matches a
13147 list.
13148
99e95407
GM
131492000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13150
82d2c7c5
DL
13151 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
13152 at ':' characters by call to split-string.
99e95407
GM
13153
131542000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13155
82d2c7c5 13156 * textmodes/bibtex.el: Added RCS version identification.
99e95407
GM
13157
131582000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13159
82d2c7c5
DL
13160 * textmodes/bibtex.el: Some temporary comments removed.
13161 (bibtex-field-name, bibtex-entry-type): Made the relationship
13162 explicit.
13163 (bibtex-field-const): Allow capital letters.
13164 (bibtex-start-of-string): Deleted because unused.
13165
13166 * textmodes/bibtex.el: Unified some nomenclature. We no longer
13167 use the term 'reference' to describe a bibtex entry as a whole.
13168 Further, reference keys are no longer called 'labels'.
13169 (bibtex-keys): Renamed to bibtex-reference-keys.
13170 (bibtex-reformat-previous-labels): Renamed to
13171 bibtex-reformat-previous-reference-keys.
13172 (bibtex-reference-type): Renamed to bibtex-entry-type.
13173 (bibtex-reference-head): Renamed to bibtex-entry-head.
13174 (bibtex-reference-maybe-empty-head): Renamed to
13175 bibtex-entry-maybe-empty-head.
13176 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
13177 (bibtex-search-reference): Renamed to bibtex-search-entry.
13178 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
13179 bibtex-enclosing-entry-maybe-empty-head.
13180 (bibtex-entry-field-alist, bibtex-entry-head,
13181 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
13182 bibtex-map-entries, bibtex-search-entry,
13183 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
13184 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13185 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
13186 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
13187 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
13188 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
13189 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
99e95407
GM
13190
131912000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13192
82d2c7c5
DL
13193 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
13194 comment.
13195 (bibtex-format-field-delimiters): New function, functionality
13196 extracted from bibtex-format-entry.
13197 (bibtex-autokey-get-yearfield-digits): New function, functionality
13198 extracted from bibtex-autokey-get-yearfield.
13199
13200 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
13201 entries in order to avoid stack overflow in the regexp matcher if
13202 field contents become large.
13203 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
13204 bibtex-field-string-part-not-braced,
13205 bibtex-field-string-part-no-inner-braces,
13206 bibtex-field-string-part-1-inner-brace,
13207 bibtex-field-string-part-2-inner-braces,
13208 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
13209 bibtex-field-string-quoted, bibtex-field-string,
13210 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
13211 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
13212 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
13213 as parsing is now performed by the following functions.
13214 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
13215 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
13216 bibtex-parse-field-string, bibtex-search-forward-field-string,
13217 bibtex-parse-association, bibtex-field-name-for-parsing,
13218 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
13219 bibtex-search-forward-field, bibtex-search-backward-field,
13220 bibtex-start-of-field, bibtex-end-of-field,
13221 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
13222 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
13223 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
13224 bibtex-parse-string, bibtex-search-forward-string,
13225 bibtex-search-backward-string, bibtex-start-of-string,
13226 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
13227 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
13228 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
13229 entries. Instead of reporting the results of the parsing by
13230 match-beginning or match-end, these functions return data structures
13231 that hold the corresponding positions.
13232 (bibtex-enclosing-field): Changed to also report field boundaries by
13233 return values rather than by match-beginning or match-end. The
13234 following functions have been adapted to use the new parsing
13235 functions.
13236 (bibtex-skip-to-valid-entry, bibtex-search-reference,
13237 bibtex-enclosing-field, bibtex-format-entry,
13238 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
13239 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
13240 bibtex-print-help-message, bibtex-end-of-entry,
13241 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
13242 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13243 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
13244 method for parsing.
13245 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
13246 bibtex-map-entries, bibtex-flash-head,
13247 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
13248 bibtex-autokey-change, bibtex-autokey-get-namefield,
13249 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
13250 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13251 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
13252 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13253 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
13254 order to make the new binding of case-fold-search immediately
13255 visible.
99e95407
GM
13256
132572000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13258
82d2c7c5
DL
13259 * textmodes/bibtex.el: Copyright notice is up to date.
13260 Added constant 'bibtex-maintainer-salutation.
99e95407 13261
82d2c7c5
DL
13262 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
13263 than make-temp-name, use match-string-no-properties and eliminate
13264 a quadratic behavior when building bibtex-strings.
99e95407 13265
82d2c7c5
DL
13266 * bibtex.el (bibtex-reference-key): Accept string entries whose
13267 reference key contains upper case letters.
99e95407
GM
13268
132692000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13270
82d2c7c5
DL
13271 * bibtex.el (bibtex-reference-head): Allow entries to start with
13272 a new line.
99e95407
GM
13273
132742000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13275
82d2c7c5
DL
13276 * bibtex.el: Hiding of entry bodies is not longer provided by
13277 bibtex.el directly. Instead the hideshow package can be used.
13278 Added a special bibtex entry to hs-special-modes-alist.
13279 (bibtex-hs-forward-sexp): Added for hideshow.el.
8389e1e2
GM
13280
132812000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13282
f24fef2f
SM
13283 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
13284 at ':' characters by call to split-string.
8389e1e2
GM
13285
132862000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13287
f24fef2f 13288 * textmodes/bibtex.el: Added RCS version identification.
8389e1e2
GM
13289
132902000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13291
f24fef2f
SM
13292 * textmodes/bibtex.el: Some temporary comments removed.
13293 (bibtex-field-name, bibtex-entry-type): Made the relationship
13294 explicit.
13295 (bibtex-field-const): Allow capital letters.
13296 (bibtex-start-of-string): Deleted because unused.
fa78f71b 13297
f24fef2f
SM
13298 * textmodes/bibtex.el: Unified some nomenclature. We no longer
13299 use the term 'reference' to describe a bibtex entry as a whole.
13300 Further, reference keys are no longer called 'labels'.
13301 (bibtex-keys): Renamed to bibtex-reference-keys.
13302 (bibtex-reformat-previous-labels): Renamed to
13303 bibtex-reformat-previous-reference-keys.
13304 (bibtex-reference-type): Renamed to bibtex-entry-type.
13305 (bibtex-reference-head): Renamed to bibtex-entry-head.
13306 (bibtex-reference-maybe-empty-head): Renamed to
13307 bibtex-entry-maybe-empty-head.
13308 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
13309 (bibtex-search-reference): Renamed to bibtex-search-entry.
13310 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
13311 bibtex-enclosing-entry-maybe-empty-head.
13312 (bibtex-entry-field-alist, bibtex-entry-head,
13313 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
13314 bibtex-map-entries, bibtex-search-entry,
13315 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
13316 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13317 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
13318 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
13319 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
13320 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
13321 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
8389e1e2
GM
13322
133232000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13324
f24fef2f
SM
13325 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
13326 comment.
13327 (bibtex-format-field-delimiters): New function, functionality
13328 extracted from bibtex-format-entry.
13329 (bibtex-autokey-get-yearfield-digits): New function, functionality
13330 extracted from bibtex-autokey-get-yearfield.
fa78f71b 13331
f24fef2f
SM
13332 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
13333 entries in order to avoid stack overflow in the regexp matcher if
13334 field contents become large.
13335 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
13336 bibtex-field-string-part-not-braced,
13337 bibtex-field-string-part-no-inner-braces,
13338 bibtex-field-string-part-1-inner-brace,
13339 bibtex-field-string-part-2-inner-braces,
13340 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
13341 bibtex-field-string-quoted, bibtex-field-string,
13342 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
13343 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
13344 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
13345 as parsing is now performed by the following functions.
13346 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
13347 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
13348 bibtex-parse-field-string, bibtex-search-forward-field-string,
13349 bibtex-parse-association, bibtex-field-name-for-parsing,
13350 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
13351 bibtex-search-forward-field, bibtex-search-backward-field,
13352 bibtex-start-of-field, bibtex-end-of-field,
13353 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
13354 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
13355 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
13356 bibtex-parse-string, bibtex-search-forward-string,
13357 bibtex-search-backward-string, bibtex-start-of-string,
13358 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
13359 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
13360 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
13361 entries. Instead of reporting the results of the parsing by
13362 match-beginning or match-end, these functions return data structures
13363 that hold the corresponding positions.
13364 (bibtex-enclosing-field): Changed to also report field boundaries by
13365 return values rather than by match-beginning or match-end. The
13366 following functions have been adapted to use the new parsing
13367 functions.
13368 (bibtex-skip-to-valid-entry, bibtex-search-reference,
13369 bibtex-enclosing-field, bibtex-format-entry,
13370 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
13371 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
13372 bibtex-print-help-message, bibtex-end-of-entry,
13373 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
13374 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13375 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
13376 method for parsing.
13377 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
13378 bibtex-map-entries, bibtex-flash-head,
13379 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
13380 bibtex-autokey-change, bibtex-autokey-get-namefield,
13381 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
13382 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13383 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
13384 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13385 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
13386 order to make the new binding of case-fold-search immediately
13387 visible.
8389e1e2
GM
13388
133892000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13390
f24fef2f
SM
13391 * textmodes/bibtex.el: Copyright notice is up to date.
13392 Added constant 'bibtex-maintainer-salutation.
fa78f71b 13393
f24fef2f
SM
13394 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
13395 than make-temp-name, use match-string-no-properties and eliminate
13396 a quadratic behavior when building bibtex-strings.
fa78f71b 13397
f24fef2f
SM
13398 * bibtex.el (bibtex-reference-key): Accept string entries whose
13399 reference key contains upper case letters.
8389e1e2
GM
13400
134012000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13402
f24fef2f
SM
13403 * bibtex.el (bibtex-reference-head): Allow entries to start with
13404 a new line.
8389e1e2
GM
13405
134062000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13407
f24fef2f
SM
13408 * bibtex.el: Hiding of entry bodies is not longer provided by
13409 bibtex.el directly. Instead the hideshow package can be used.
13410 Added a special bibtex entry to hs-special-modes-alist.
13411 (bibtex-hs-forward-sexp): Added for hideshow.el.
99e95407
GM
13412
134132000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13414
82d2c7c5 13415 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
99e95407
GM
13416 proceedings entry type (for cross referencing). Thanks to Wagner
13417 Toledo Correa for the suggestion.
13418
82d2c7c5 13419 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
99e95407 13420
eae61d8f
KH
134212000-02-14 Kenichi Handa <handa@etl.go.jp>
13422
13423 * international/characters.el: Setup case table for Vietnamese.
13424
fb07a302
GM
134252000-02-12 Gerd Moellmann <gerd@gnu.org>
13426
13427 * uniquify.el (toplevel): Require CL at compile time.
13428 (uniquify-push): Removed.
13429
13430 * shadowfile.el (shadow-when): Removed.
13431
13432 * tempo.el (tempo-dolist, tempo-mapc): Removed.
13433 (tempo-process-and-insert-string): Use dolist instead of
13434 tempo-dolist.
13435
13436 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
13437 regexp for paragraph-start.
13438
13439 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
13440 commas as well.
13441
a0eddf92
DL
134422000-02-10 Dave Love <fx@gnu.org>
13443
13444 * wid-edit.el: (widgets) [defgroup]: Remove url link.
13445 (widget-color-choice-list, widget-color-history, widget-mouse-help):
13446 Deleted.
13447 (widget-specify-field, widget-specify-button): Don't use
13448 widget-mouse-help as help-echo property.
13449 (default): Use #'ignore for :validate and :mouse-down-action.
13450 (checkbox): Add help-echo.
13451 (widget-sexp-validate): Rewritten to clarify error messages.
13452 (character): Use char-valid-p in :match function.
13453 (widget-color-complete): Use facemenu-color-alist.
13454 (widget-color-action): Use facemenu-read-color.
13455
13456 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
13457 set up `caar' &c that we now have.
13458
82d2c7c5
DL
134592000-02-09 Ray Blaak <blaak@gnu.org>
13460
13461 * delphi.el: Make resourcestring a declaration region, like const
13462 and var.
13463
6cbc1482
DL
134642000-02-09 Dave Love <fx@gnu.org>
13465
13466 * bindings.el (mode-line-input-method-map): New variable.
13467 (mode-line-mule-info): Use it; fix last change.
13468 (mode-line-mode-menu): Move definition.
13469 (mode-line-mouse-sensitive-p): Deleted.
13470 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
13471 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
13472 level.
13473
13474 * startup.el (command-line-1): Don't call
13475 make-mode-line-mouse-sensitive.
13476
f7136ee8
GM
134772000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
13478
13479 * mail/rmail.el (rmail-retry-failure): Use
13480 rmail-beginning-of-message before rmail-toggle-header, because the
13481 former toggles headers.
13482
6e1d0d15
SM
134832000-02-06 Stefan Monnier <monnier@cs.yale.edu>
13484
fef8c55b
SM
13485 * diff-mode.el (diff-kill-junk): New interactive function.
13486 (diff-reverse-direction): Use delete-and-extract-region.
13487 (diff-post-command-hook): Restrict the area so that the hook also works
13488 outside of any diff hunk. This is necessary for the minor-mode.
13489 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
13490 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
13491
6e1d0d15
SM
13492 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
13493 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
13494 so that it can be used more easily in <foo>-mode-hook. Also make sure
13495 to avoid duplicate entries.
13496 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
13497 (font-lock-remove-keywords): Just as was done for `add', allow it to
13498 work even if font-lock-mode is nil. Also make sure we don't modify
13499 any pre-existing list by forcing a copy-sequence. Finally rename
13500 `major-mode' to `mode'.
13501 (font-lock-fontify-syntactic-anchored-keywords)
13502 (font-lock-fontify-anchored-keywords)
13503 (font-lock-fontify-keywords-region): Use line-end-position.
13504 Don't make `font-lock-multiline' local (it's now done in
13505 font-lock-set-defaults).
13506 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
13507 move the `font-lock-fontified' creation to inside the `unless'.
13508
a75dfea0
AI
135092000-02-06 Andrew Innes <andrewi@gnu.org>
13510
13511 * term/w32-win.el (x-handle-args): Comment out call to message,
13512 which occurs before window system is initialized.
13513
13514 * makefile.nt: Add support for recompiling lisp code.
13515
b85e9462
DL
135162000-02-04 Dave Love <fx@gnu.org>
13517
9ff33afb
DL
13518 * bindings.el (mode-line-mule-info): Fix/extend last change.
13519
b85e9462
DL
13520 * completion.el: Replace completion-dolist with dolist.
13521
13522 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
13523 dotimes.
13524
44dff075
CD
135252000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
13526
13527 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
13528 environment names before they go into the section regexp.
13529
13530 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
13531 char class in regexp.
13532
13533 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
13534 `case-fold-search' to nil.
13535
13536 * progmodes/idlwave.el (idlwave-template): Respect
13537 `idlwave-abbrev-change-case'.
13538 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
13539 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
13540 idlwave-while): respect `idlwave-reserved-word-upcase'.
13541 (idlwave-rw-case): New function.
13542 (idlwave-statement-match): Fixed problem with assignment regexp.
13543 (idlwave-font-lock-keywords): Improved regexp for keyword
13544 parameters.
a23c5037 13545 (idlwave-surround): New argument LENGTH to support padding of
44dff075
CD
13546 operators longer than 1 char.
13547
13548 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
13549 idlwave-shell-expression-overlay. Implemented printing of
13550 expressions on higher levels of the calling stack.
13551 (idlwave-shell-display-level-in-calling-stack): Restore stack
13552 level.
13553 (idlwave-retrieve-expression-from-level): New function.
13554 (idlwave-shell-last-calling-stack): Variable removed.
13555 (idlwave-shell-reset): Argument action reversed (`visible' to
13556 `hidden'). Also remove stop-line overlay.
13557 (idlwave-shell-calling-stack-routine): New variable.
13558 (idlwave-shell-parse-stack-and-display): Messages now display
13559 negative level numbers.
13560 (idlwave-shell-mode): Set `modeline-format'.
13561 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
13562 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
13563 21.
13564 (idlwave-shell-print-expression-function): New option.
a23c5037 13565
44dff075
CD
13566 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
13567 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
13568 `tool-bar' instead of `toolbar'.
13569
f26c34fd
DL
135702000-02-02 Dave Love <fx@gnu.org>
13571
13572 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
13573 emacs-lisp-mode-hook. Don't check for defalias being defined.
13574
13575 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
13576 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
13577 the new builtins directly.
13578
13579 * whitespace.el (whitespace): Add :version to defgroup.
13580
13581 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
13582 Doc fix.
13583
13584 * thingatpt.el (sexp-at-point, symbol-at-point)
13585 (number-at-point, list-at-point): Add autoload cookie.
13586
13587 * recentf.el (recentf): Add :version to defgroup.
13588
13589 * quickurl.el (quickurl): Add :version to defgroup.
13590
13591 * elide-head.el (elide-head): Use point-marker more.
13592
13593 * bs.el (bs): Add :version to defgroup.
13594
13595 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
13596
13597 * progmodes/delphi.el (delphi): Add :version to defgroup.
13598
d240a249
GM
135992000-02-02 Gerd Moellmann <gerd@gnu.org>
13600
13601 * ange-ftp.el (ange-ftp-write-region): Handle case that
13602 succeeding process operation sets a different coding system.
13603
13604 * calculator.el: New file.
13605
d5179a01
EZ
136062000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
13607
13608 * frame.el (frames-on-display-list, framep-on-display): New
13609 functions.
13610 (display-mouse-p, display-popup-menus-p, display-graphic-p)
13611 (display-selections-p, display-screens, display-pixel-width)
13612 (display-pixel-height, display-mm-width, display-mm-height)
13613 (display-backing-store, display-save-under, display-planes)
13614 (display-color-cells, display-visual-class): New functions.
13615
13616 * term/tty-colors.el (tty-color-gray-shades): New function.
13617
13618 * faces.el (display-color-p): Use framep-on-display.
13619 (display-grayscale-p): New function.
13620
968e00f0
DL
136212000-01-31 Dave Love <fx@gnu.org>
13622
13623 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
13624 (create-fontset-from-x-resource): Don't concat integers.
13625
2cb750ba
GM
136262000-01-31 Inge Frick <inge@nada.kth.se>
13627
13628 * view.el: Some changes in documentation. Removed some trailing
13629 whitespace. Changed some parameter names to agree with
13630 documentation.
13631 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
13632 window is not deleted. Modifies change 1998-04-26.
a23c5037 13633
74e9213b
GM
136342000-01-31 Gerd Moellmann <gerd@gnu.org>
13635
47569935
GM
13636 * windmove.el: New file.
13637
74e9213b
GM
13638 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
13639 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2cb750ba 13640 progmodes/ebnf-yac.el: Update copyright and license info.
a23c5037 13641
74e9213b
GM
13642 * jit-lock.el (jit-lock-function): Widen before calculating end
13643 position.
13644 (jit-lock-stealth-chunk-start): Rewritten.
13645
13646 * info.el (Info-title-face-alist): Removed.
13647 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
13648 faces.
13649 (Info-fontify-node): Use these faces.
13650
994c5afe
GM
136512000-01-30 Gerd Moellmann <gerd@gnu.org>
13652
13653 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
13654 (cl-macro-list1): Recognize `&allow-other-keys' instead of
13655 `&allow-other-keywords'.
13656
13657 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
13658 the list of directories scanned heuristically.
13659
13660 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
13661 exist.
13662
f00276e3
JR
136632000-01-30 Jason Rumney <jasonr@gnu.org>
13664
13665 * w32-fns.el: Define w32-tty-standard-colors.
13666
13667 * startup.el (command-line): Use w32-tty-standard-colors when in
13668 w32 console mode.
13669
cc4dfff0
DL
136702000-01-30 Dave Love <fx@gnu.org>
13671
e645e77b
DL
13672 * jka-compr.el (jka-compr-load): Fix up load-history.
13673
cc4dfff0
DL
13674 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
13675
13676 * emacs-lisp/cl-macs.el: Revert previous change.
13677
16215eb0
DL
136782000-01-29 Dave Love <fx@gnu.org>
13679
13680 * facemenu.el: Purecopy various strings.
13681
13682 * timezone.el (timezone-fix-time): Window against 69 for two-digit
13683 years. Deal with three-digit years.
13684
13685 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
13686 defconst, purecopy.
13687 (help-back-label): Purecopy it.
13688
bbd9b566
GM
136892000-01-18 Gerd Moellmann <gerd@gnu.org>
13690
13691 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
13692 variable. If non-nil, order the buffer list according to the
13693 currently selected frame.
13694 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
13695 non-nil, pass the selected frame to function buffer-list.
a23c5037 13696
887448e1
GM
136972000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13698
13699 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
13700
7df85084
DL
137012000-01-28 Dave Love <fx@gnu.org>
13702
142e109c
DL
13703 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
13704
7df85084
DL
13705 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
13706 Don't use lisp-indent-hook property.
13707 (cl-abs): Remove.
13708
13709 * subr.el: Move out indent and edebug specs for when and unless.
13710
13711 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
13712 when, unless.
13713
13714 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
13715 unless, when.
13716
3b43c01c
GM
137172000-01-28 Gerd Moellmann <gerd@gnu.org>
13718
d060bc9f
GM
13719 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
13720 `collecting' as synonym for `collect'.
13721
13722 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
13723 for the case it contains spaces.
13724
13725 * simple.el (what-cursor-position): Change formatting of
13726 messages.
13727
b02786f9
GM
13728 * frame.el (delete-other-frames): New function.
13729 (toplevel): Bind it to C-x 5 1.
13730
efd68b8a
GM
13731 * sort.el (sort-numeric-base): New option.
13732 (sort-numeric-fields): If number starts with `0' or `0[xX[',
13733 interpret it as octal or hexadecimal. Use sort-numeric-base
13734 as default base.
13735
3b43c01c
GM
13736 * progmodes/glasses.el: New file.
13737
984ae001
GM
137382000-01-27 Gerd Moellmann <gerd@gnu.org>
13739
a0b796e3
GM
13740 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
13741 userids differently.
13742
984ae001
GM
13743 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
13744 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
13745 progmodes/ebnf-yac.el: New files.
13746
6c67ddee
DL
137472000-01-26 Dave Love <fx@gnu.org>
13748
13749 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
13750 on a function with an empty body. [From Eric Ludlam.]
13751
4e6473c8
GM
137522000-01-25 Andre Spiegel <spiegel@gnu.org>
13753
13754 * vc.el (vc-version-diff): Make sure file name is expanded.
13755
e12489f9
GM
137562000-01-25 Gerd Moellmann <gerd@gnu.org>
13757
13758 * scroll-bar.el (scroll-bar-timer): Variable removed.
13759 (scroll-bar-toolkit-scroll): Don't use a timer.
13760
8dbe2b07
KH
137612000-01-25 Kenichi Handa <handa@etl.go.jp>
13762
13763 * language/thai-util.el (thai-composition-function): Delete
13764 superfluous `a'.
13765
26ef1c87
DL
137662000-01-24 Dave Love <fx@gnu.org>
13767
13768 * fortran.el (fortran-mode): Use beginning-of-defun-function,
13769 end-of-defun-function.
13770
13771 * font-lock.el (turn-on-font-lock): Don't depend on window-system
13772 &c.
13773
7ed4e9a7
JR
137742000-01-22 Jason Rumney <jasonr@gnu.org>
13775
13776 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
13777 conflicts with new face support.
13778
8b7bc628 137792000-01-22 Richard M. Stallman <rms@gnu.org>
d2ce3151
RS
13780
13781 * replace.el (query-replace): Rename last arg to DELIMITED.
13782 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
13783 (query-replace-regexp): Likewise.
13784
8b7bc628 137852000-01-20 Richard M. Stallman <rms@gnu.org>
2d5e9b54 13786
02b14400
RS
13787 * subr.el (with-syntax-table): Use make-symbol, not gensym.
13788
5bb6f079
RS
13789 * emacs-lisp/lisp.el (beginning-of-defun-function):
13790 Variable renamed from beginning-of-defun.
13791 Do not call make-variable-buffer-local.
13792 (beginning-of-defun-raw): Use new variable name; doc fix.
13793 (beginning-of-defun): Doc fix.
13794 (end-of-defun-function): Variable renamed from end-of-defun.
13795 Do not call make-variable-buffer-local.
13796 (end-of-defun): Use new variable name; doc fix.
13797
02b14400
RS
13798 * subr.el (dolist, dotimes): Copied from cl-macs.el
13799 and made to work.
2d5e9b54 13800
a23c5037 13801 * mail/undigest.el (rmail-digest-end-regexps):
2d5e9b54
RS
13802 Variable replaces rmail-digest-end-regexp.
13803 Allows multiple regexps for detecting the end line.
13804 (undigestify-rmail-message): Corresponding changes.
13805
60af03f1
DL
138062000-01-19 Dave Love <fx@gnu.org>
13807
fe5d99e1
DL
13808 * files.el (user-init-file): Don't declare here -- is primitive.
13809
60af03f1
DL
13810 * startup.el (command-line): Check for compiled user-init-file and
13811 set to uncompiled version if necessary.
13812
72dbbc7d
GM
138132000-01-18 Gerd Moellmann <gerd@gnu.org>
13814
6a1950ec
GM
13815 * mail/undigest.el (rmail-digest-end-regexp): New user option.
13816 (undigestify-rmail-message): Use it.
13817
72dbbc7d
GM
13818 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
13819
fbe91bbd
GM
138202000-01-17 Gerd Moellmann <gerd@gnu.org>
13821
13822 * tmm.el (tmm-goto-completions): Adapt to prompt being part
13823 of mini-buffer.
13824
33a6685b
GM
138252000-01-14 Gerd Moellmann <gerd@gnu.org>
13826
b3303df7
GM
13827 * emacs-lisp/copyright.el (copyright-update): Removed the
13828 requirement for a trailing space from `copyright-regexp', to
13829 support copyrights with owner specified on a separate line..
a23c5037 13830
3c4c8064
GM
13831 * align.el: New file.
13832
33a6685b
GM
13833 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
13834
13835 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
13836
044a4975
DL
138372000-01-13 Dave Love <fx@gnu.org>
13838
13839 * ph.el: Removed. (Obsoleted by EUDC.)
13840
0a352cd7
GM
138412000-01-13 Gerd Moellmann <gerd@gnu.org>
13842
13843 * net/eudc.el (toplevel): Remove autoloaded code installing
13844 menu with easymenu, because that causes build problems.
13845
13846 * frame.el (frame-notice-user-settings): New variable.
13847 (frame-notice-user-settings): Don't modify frame parameters
13848 if called a second time.
13849
8b7bc628 138502000-01-13 Richard M. Stallman <rms@gnu.org>
0a352cd7
GM
13851
13852 * frame.el (frame-notice-user-settings):
13853 Notice default-frame-parameters even for non-window frames.
13854
feb450e0
GM
138552000-01-13 Gerd Moellmann <gerd@gnu.org>
13856
13857 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
13858 for Emacs.
13859 (eudc-bob-can-display-inline-images): Extend for Emacs.
13860 (eudc-bob-toggle-inline-display): Ditto.
13861 (eudc-bob-display-jpeg): Ditto.
13862
99c6d63b
GM
138632000-01-12 Gerd Moellmann <gerd@gnu.org>
13864
7970b229
GM
13865 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
13866 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
13867 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
a23c5037 13868
e4936aa9
GM
13869 * add-log.el (add-change-log-entry): Fix error trying an `(insert
13870 nil)'.
13871
13872 * subdirs.el: Add `net' directory.
13873
133c9e59
GM
13874 * net: New directory.
13875
99c6d63b
GM
13876 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
13877 eval-last-sexp. Don't bind debug-on-error here.
13878 (eval-last-sexp): New function. Bind debug-on-error if
13879 eval-expression-debug-on-error is non-nil.
13880 (eval-defun-2, eval-defun): Likewise.
13881
13882 * simple.el (eval-expression): Don't bind debug-on-error if
13883 eval-expression-debug-on-error is nil. Detect changed
13884 debug-on-error, and propagate new value to global binding, if
13885 eval-expression-debug-on-error is non-nil,
13886 (eval-expression-debug-on-error): Change doc string.
a23c5037 13887
8b7bc628 138882000-01-11 Richard M. Stallman <rms@gnu.org>
83c8f461
RS
13889
13890 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
13891
13892 * emacs-lisp/lisp-mode.el (with-syntax-table):
13893 Set up lisp-indent-function property.
13894
13895 * subr.el (with-syntax-table): Moved from simple.el.
13896
13897 * simple.el (with-syntax-table): Moved to subr.el.
13898
7e3c74fa
GM
138992000-01-11 Gerd Moellmann <gerd@gnu.org>
13900
1fab1775
GM
13901 * tmm.el (tmm-shortcut): Delete region after prompt instead
13902 of erasing buffer.
13903
7e3c74fa 13904 * textmodes/fill.el (fill-common-string-prefix): New function.
133c9e59
GM
13905 (fill-context-prefix): Use the longest common prefix of first
13906 and second line fill prefix, if there is one.
7e3c74fa 13907
8b7bc628 139082000-01-11 Richard M. Stallman <rms@gnu.org>
782bd3ec
RS
13909
13910 * array.el (array-mode): Don't use make-variable-buffer-local.
13911 Use make-local-variable for `truncate-lines'.
13912
aa705642 139132000-01-11 Jari Aalto <jari.aalto@poboxes.com>
57df2446 13914
aa705642
GM
13915 * add-log.el (add-log-current-defun): Handle user-defined
13916 add-log-current-function returning nil,
a23c5037 13917
57df2446 13918 * add-log.el (add-change-log-entry): Insert version number
aa705642 13919 if having found a current function
c1356086
GM
13920
13921 * add-log.el (add-log-current-defun): Call
13922 `add-log-current-defun-function'. Try matches at level 0 and
13923 level 1. Strip whitespace from defun found.
a23c5037 13924
1d8c59e9
RS
139252000-01-10 John Wiegley <johnw@gnu.org>
13926
13927 * allout.el (isearch-done/outline-provisions): Added `edit'
13928 argument to correspond with the current definition of
13929 `isearch-done'.
13930
8cf87e9b
DL
139312000-01-10 Dave Love <fx@gnu.org>
13932
13933 * elide-head.el (elide-head): Use point-marker, not point.
13934
9050446c
GM
139352000-01-10 Gerd Moellmann <gerd@gnu.org>
13936
8321b22a
GM
13937 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
13938 before and after the year 2000.
a23c5037 13939
9050446c
GM
13940 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
13941 Add ispell- prefix.
13942
139432000-01-10 Ken Stevens <k.stevens@ieee.org>
13944
13945 * ispell.el: Only define dictionaries in menus when they exist.
13946 (version18p): New variable.
13947 (version20p): New variable.
13948 (xemacsp): New variable.
13949 (ispell-choices-win-default-height): Fix for XEmacs visibility.
13950 (ispell-dictionary-alist1): Added Brasileiro dictionary.
13951 (ispell-dictionary-alist6): Russian command lines no longer accept
f24fef2f 13952 run-together words.
9050446c
GM
13953 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
13954 (ispell-dictionary-alist): Add koi8-r to customize definition.
13955 (check-ispell-version): Added documentation string. Returns
f24fef2f 13956 library path when called non-interactively.
9050446c
GM
13957 (ispell-menu-map-needed): Uses new variables.
13958 (ispell-library-path): New variable.
13959 (ispell-decode-string): XEmacs fix for bogus variable bindings.
13960 (ispell-word): Improved documentation string. Test for valid
13961 character mappings. Correctly check typed in word changes that can
13962 result in single words split into multiple words. Returns
13963 replacement word.
13964 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
13965 replace in recursive query replace mode. Help message for
13966 recursive edit mode.
13967 (ispell-show-choices): Protect against bad framepop bindings.
13968 (ispell-help): Fix to work with XEmacs.
13969 (ispell-highlight-spelling-error): Use new variables.
13970 (ispell-overlay-window): Fix to work with XEmacs.
13971 (ispell-parse-output): Passed and returns location information
13972 tracking spelling corrections. Doesn't recheck same word on
13973 current line.
13974 (ispell-init-process): Protect against bogus XEmacs variable binding.
13975 Fix call to single argument in sleep-for. Use new variables.
13976 (ispell-region): Passed and returns location information tracking
13977 spelling corrections. Doesn't check same word on current line.
13978 Improved documentation string. Doesn't resend a line already
13979 checked to the ispell process - fixes bug in LaTeX parsing.
13980 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
13981 (ispell-skip-region): No longer skips <TT> in SGML.
13982 (ispell-process-line): Tracks location information with spelling
13983 corrections. Added documentation string. Accounts for words
13984 already accepted on this line. Don't allow query-replace on line
13985 starting with math characters. Doesn't resend a line already sent
13986 to ispell process. Fixes alignment error bug.
a23c5037 13987
8b7bc628 139882000-01-10 Richard M. Stallman <rms@gnu.org>
6d0c28f4 13989
a23c5037 13990 * dired-x.el (dired-guess-shell-alist-default):
8f3efb4e
RS
13991 Suggest xloadimage, which is free, not xv, which isn't.
13992
a23c5037 13993 * ange-ftp.el (ange-ftp-file-name-nondirectory):
6d0c28f4
RS
13994 Don't ever include the host name or user name in the value.
13995
9ed79f5d
GM
139962000-01-09 Gerd Moellmann <gerd@gnu.org>
13997
13998 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
13999 of a real newline.
14000
b950abb1
GM
140012000-01-09 Stephen Eglen <stephen@gnu.org>
14002
a23c5037 14003 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
b950abb1
GM
14004 for .png files.
14005
3c708e98
GM
140062000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
14007
14008 * cus-edit.el (custom-hook-convert-widget): Fix comment.
14009
bf61662d
GM
140102000-01-09 Gerd Moellmann <gerd@gnu.org>
14011
f1d851ae
GM
14012 * progmodes/cperl-mode.el: Replace ^F with ^L.
14013
bf61662d 14014 * sendmail.el (toplevel): Provide `sendmail' when compiling
a23c5037 14015 before `require'ing rmail and mailalias to prevent infinite
bf61662d
GM
14016 recursion.
14017
c65d14ee
DL
140182000-01-08 Dave Love <fx@gnu.org>
14019
8cf87e9b
DL
14020 * emacs-lisp/backquote.el: Remove inappropriate customization
14021 (allowing custom.el to use backquote).
c65d14ee 14022
83de2ebc
DL
140232000-01-07 Dave Love <fx@gnu.org>
14024
14025 * add-log.el (add-log-debugging): Deleted.
14026 (add-change-log-entry): Treat a backup FILE-NAME as its parent
14027 file. Remove debugging code.
14028 (change-log-get-method-definition, change-log-name): Add doc.
14029 (change-log-sortable-date-at): New function.
14030 (change-log-merge): New command.
14031
14032 * time.el (display-time-string-forms): Make the Mail string active.
14033 (display-time-update): Provide help-echo for load average.
14034
14035 * bindings.el (make-mode-line-mouse2-map): New function.
14036 (mode-line-modified): Use it and simplify.
14037 (mode-line-mule-info): Provide help-echo info.
14038 (minor-mode-alist): Activate the strings.
14039 (make-mode-line-mouse-sensitive): Simplify for
14040 mode-line-buffer-identification.
14041
c1475eae
GM
140422000-01-07 Gerd Moellmann <gerd@gnu.org>
14043
14044 * play/pong.el: New file.
14045
83de2ebc
DL
140462000-01-06 Dave Love <fx@gnu.org>
14047
14048 * array.el: Assorted cleanups for compiler warnings, doc strings,
14049 `array-' prefix for symbols.
14050
140512000-01-05 Dave Love <fx@gnu.org>
14052
14053 * textmodes/outline.el (outline-mode-menu-bar-map): Add
14054 outline-headers-as-kill.
14055 (outline-mode): Define imenu-generic-expression.
14056 (outline-headers-as-kill): New command.
14057
14058 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
14059 from paragraph-start.
14060 (paragraph-indent-minor-mode): New command.
14061
14062 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
14063 M-C-e, M-C-h, C-j, C-xnd, TAB.
14064 (fortran-mode): Set beginning-of-defun, end-of-defun.
14065 (fortran-column-ruler): Simplify.
14066 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
14067 (fortran-with-subprogram-narrowing): Likewise.
14068 (fortran-indent-subprogram): Call mark-defun.
14069 (fortran-check-for-matching-do): Change narrowing.
14070
14071 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
14072 (cl-lucid-hash-tag): Delete.
14073 (cl-hash-table-p): Correct test for native table.
14074 (cl-hash-table-count): Use hash-table-count.
14075
14076 * browse-url.el (browse-url): Fix case of
14077 browse-url-browser-function being an alist.
14078
676ac023
CD
140792000-01-05 Carsten Dominik <cd@gnu.org>
14080
c1475eae
GM
14081 * textmodes/reftex-vars.el (reftex-parse-file-extension)
14082 (reftex-index-phrase-file-extension): New options.
676ac023
CD
14083
14084 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
c1475eae 14085 Use new option `reftex-index-phrase-file-extension'.
676ac023
CD
14086
14087 * textmodes/reftex.el (reftex-access-parse-file): Use new option
c1475eae 14088 `reftex-parse-file-extension'.
eb483e17 14089
88807984
DL
140902000-01-05 Dave Love <fx@gnu.org>
14091
83de2ebc 14092 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
88807984
DL
14093 (beginning-of-defun-raw): Use it.
14094 (end-of-defun): New variable.
14095 (end-of-defun): Use it.
14096 (check-parens): New command.
14097
1362aeb4
TTN
140982000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
14099
c1475eae
GM
14100 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
14101 (hs-show-block): Don't use `mapcar' when not accumulating.
1362aeb4 14102
7ddafb95
TTN
14103 Fix buglet in local variables initialization.
14104
7334aa99
AS
141052000-01-05 Andreas Schwab <schwab@suse.de>
14106
14107 * hscroll.el (hscroll): Doc fix.
14108
b12e24cd
CD
141092000-01-05 Carsten Dominik <cd@gnu.org>
14110
14111 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
14112 idlw-toolbar.
14113
14114 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
14115 file idlw-rinfo.el.
1362aeb4
TTN
14116 (idlwave-customize): load must read file idlw-shell.el.
14117 (idlwave-create-customize-menu): load must read file idlw-shell.el.
b12e24cd 14118
d6226972
CD
141192000-01-05 Carsten Dominik <dominik@astro.uva.nl>
14120
14121 * progmodes/idlw-shell.el: Also provide idlwave-shell
14122 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
14123 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
14124
14125 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
14126 both reftex-dcr and reftex-vcr.
1362aeb4 14127
d6226972
CD
14128 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
14129
6ddb893f 141302000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
894ee0a2
KH
14131
14132 * ps-print.el: PostScript code now is in separate files, doc fix.
14133 (ps-print-version): New version number (5.0.3).
14134 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
14135 local.
14136 (ps-spool-config): Initialization fix.
c1475eae
GM
14137 (ps-print-prologue-1, ps-print-prologue-2)
14138 (ps-print-duplex-feature): PostScript code moved to separated file.
894ee0a2
KH
14139 (ps-background-image): Little code reformating.
14140 (ps-begin-file, ps-begin-job): Fix code.
88807984 14141 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
894ee0a2
KH
14142 (ps-prologue-file): New fun.
14143
ae833aae
KH
141442000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14145
c1475eae 14146 * ps-vars.el: Eliminated.
ae833aae
KH
14147
14148 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
14149 `;;;###autoload'.
14150
14151 * ps-print.el: ps-vars eliminated, doc fix.
14152 (ps-print-version): New version number (5.0.2).
14153 (ps-spool-config): Initialization fix.
14154 (ps-print-customize): New fun.
14155
560a7bd2
GM
141562000-01-04 Gerd Moellmann <gerd@gnu.org>
14157
14158 * autorevert.el (auto-revert-mode): Return value of
14159 auto-revert-mode.
14160
f45dd0f4
DL
141612000-01-04 Dave Love <fx@gnu.org>
14162
fae2ac05
DL
14163 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
14164 menu items.
f45dd0f4 14165
61255981
DL
141662000-01-03 Dave Love <fx@gnu.org>
14167
88807984 14168 * elide-head.el (elide-head) [defgroup]: Add :version.
c282ca4d 14169
83de2ebc 14170 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
61255981
DL
14171 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
14172 `cl-hash-table-p', not `hash-table-p'.
14173 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
14174
c182a70f
EZ
141752000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
14176
14177 * faces.el (face-read-integer, read-face-attribute)
14178 (color-defined-p, color-values): unspecified-{f,b}g are now
14179 strings.
14180
047f434a
GM
141812000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
14182
14183 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
14184 at comment end, and re-insert them after filling.
14185
bab531e2
EZ
141862000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
14187
14188 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
f7002084
EZ
14189 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
14190 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
bab531e2 14191
d684c676
EZ
141922000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
14193
14194 * term/x-win.el (xw-defined-colors): Call color-supported-p,
14195 the new name of face-color-supported-p.
14196
14197 * term/w32-win.el (xw-defined-colors): Likewise.
14198
0aad4805
EZ
141992000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
14200
14201 * simple.el (completion-setup-function): Count completion-size
14202 from minibuffer-prompt-end, not from point-min.
14203
5fe1d139
EZ
142042000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
14205
14206 * faces.el (read-face-attribute, defined-colors, color-defined-p):
14207 Pass the frame to tty-color-* functions.
14208 (display-color-p, frame-set-background-mode): Pass the frame to
14209 tty-display-color-p.
14210
14211 * term/tty-colors.el (tty-defined-color-alist): Renamed from
14212 tty-color-alist.
14213 (tty-color-alist, tty-modify-color-alist): New functions.
14214 (tty-color-define, tty-color-clear, tty-color-approximate)
14215 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
14216 an optional parameter FRAME.
14217
162dec01
GM
142182000-01-01 Gerd Moellmann <gerd@gnu.org>
14219
27189709
GM
14220 * image.el (create-image, defimage): Don't assume image data is a
14221 string.
14222
162dec01
GM
14223 * image.el (defimage): Handle specifications containing :data
14224 instead of :file.
14225 (image-type-from-data): New function.
14226 (image-type-from-file-header): Use it.
14227 (create-image): Add parameter DATA-P.
1362aeb4 14228
bea56df7 14229See ChangeLog.8 for earlier changes.
25a6fab1
KH
14230
14231;; Local Variables:
e64c3a75 14232;; coding: iso-2022-7bit
25a6fab1 14233;; End: