Run the preprocessor with -traditional.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
56f24bc1
AS
12001-01-08 Andre Spiegel <spiegel@gnu.org>
2
3 * vc.el (vc-default-latest-on-branch-p): New function, replaces
4 constant implementations in backends.
5
6 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
7 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
8
9 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
10 WRITABLE to EDITABLE.
11
12 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
13 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
14 to EDITABLE.
15
b7812d30
EZ
162001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
17
18 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
19 (copyright, copyright-update): Compute the current year at run
20 time.
21
7e56ea04
GM
222001-01-08 Gerd Moellmann <gerd@gnu.org>
23
24 * isearch.el (isearch-old-signal-hook): Removed.
25 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
26 instead of setting signal-hook-function.
27 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
28
a758f97d
GM
292001-01-08 Kevin Gallagher <kevingal@onramp.net>
30
31 * emulation/edt.el: Update to version 4.0. Provide support for
32 EDT scroll margins at top and bottom of the window. Provide an
33 emulation of the EDT SUBS command (bound to GOLD-Enter, by
34 default). Enhance edt-quit, bound to GOLD-q by default, to warn
35 user when file-related buffer modifications exist. Provide
36 support for running EDT Emulation in XEmacs. Provide customize
37 access to some user updatable variables. Add Commentary section
38 to file header. Fixed a few minor bugs and cleaned up some code.
39
40 * emulation/edt-mapper.el: Update to version 4.0. Provide support
41 for detecting a keypress that generates an ASCII key sequence.
42 (Previously, only a keypress that generates a vector was
43 recognized.) Embed Window Manager name into name of the generated
44 EDT Emulation initialization file since the initialization file is
45 Window Manager specific. Add Commentary section to file header.
46
30db89f9
EZ
472001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
48
4deb3ba9
EZ
49 * mail/sendmail.el (mail-mode): Doc fix.
50
30db89f9
EZ
51 * info.el (Info-goto-emacs-command-node): Doc fix.
52 (Info-goto-emacs-key-command-node): Doc fix.
53
c3f2772b
EZ
542001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
55
56 * ediff-ve.el (noninteractive): Don't load generic-sc on MS-DOS
57 systems without long file-name support.
58
0dac6924
AI
592001-01-06 Andrew Innes <andrewi@gnu.org>
60
61 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
62
4e6ef391
EZ
632001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
64
380866a2
EZ
65 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
66 (isearch-lazy-highlight-update): Doc fix.
67
148b5960
EZ
68 * ffap.el (ffap-bindings): Doc fix.
69
4e6ef391
EZ
70 * dired-x.el (dired-virtual-guess-dir): Doc fix.
71
4cb1bcc2
DL
722001-01-05 Dave Love <fx@gnu.org>
73
74 * emacs-lisp/cl-seq.el (remove, remq): Remove.
75
3828218c
GM
762001-01-05 Gerd Moellmann <gerd@gnu.org>
77
f1ade7d3
GM
78 * mouse-drag.el (mouse-drag-safe-scroll): Bind
79 scroll-preserve-screen-position to nil.
80
1f4139d5
GM
81 * isearch.el (isearch-old-signal-hook): New variable.
82 (isearch-mode): Set signal-hook-function to isearch-done.
83 (isearch-done): Restore old signal-hook-function.
84
3828218c
GM
85 * info.el (Info-fontify-node): Mark one more char as intangible.
86
3970013f
KH
872000-01-05 Kenichi Handa <handa@etl.go.jp>
88
3828218c 89 * composite.el (compose-last-chars): New argument COMPONENTS. If
3970013f
KH
90 it is non-nil, compose preceding characters by compose-region with
91 COMPONENTS.
92
93 * international/quail.el (quail-input-string-to-events): New function.
94 (quail-input-method): Convert input string to events here.
95 (quail-start-translation): Return input string, not event list.
96 (quail-start-conversion): Likewise.
97
f3b05e99
GM
982001-01-04 Gerd Moellmann <gerd@gnu.org>
99
2f5ded21
GM
100 * tooltip.el (tooltip-cancel-delayed-tip)
101 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
102 and tooltip-add-timeout.
103 (tooltip-show): Set border color from faces's foreground.
104 (tooltip-show-help-function): If called with the same help string
105 as last time, do nothing.
106 (tooltip-help-tips): Don't set tooltip-help-message to nil.
107
0f2ac578
GM
108 * startup.el (fancy-splash-screens): Don't bind show-help-function
109 to nil.
110
f3b05e99
GM
111 * tooltip.el (tooltip-frame-parameters): Remove colors.
112 (tooltip): New face
113 (tooltip-set-param): New function.
114 (tooltip-show): Set up color frame parameters from face `tooltip'.
115 Display the tooltip text in face `tooltip'.
116
8416e94a
DL
1172001-01-04 Dave Love <fx@gnu.org>
118
119 * whitespace.el (whitespace-global-mode): Fix typo.
120
121 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
122
30db89f9
EZ
1232001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
124
125 * help.el (help-for-help): Fix a typo in a doc string. From
126 kwzh@gnu.org (Karl Heuer).
127
b847eb8c
DL
1282001-01-03 Dave Love <fx@gnu.org>
129
130 * dired-x.el: Doc fixes. Maintainer change.
131 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix
132 :type.
133 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
134 (dired-guess-shell-alist-user): Customize.
135 (dired-x-help-address): Set to bug-gnu-emacs.
136 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
137 (dired-default-directory): Renamed from default-directory.
138
139 * hl-line.el (hl-line): Doc fix.
140
43c4b570
KF
1412001-01-03 Karl Fogel <kfogel@red-bean.com>
142
1bf6b1bf 143 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 144
5297fb00
RS
1452001-01-02 Richard M. Stallman <rms@caffeine.ai.mit.edu>
146
147 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
148 to remove all the current alternative-match highlighting.
149 If nil, remove only what's outside the current window.
150 (isearch-lazy-highlight-remove-overlays): Take optional
151 region within which NOT to remove them.
152 (isearch-lazy-highlight-new-loop): Greatly simplified.
153 (isearch-lazy-highlight-update): Find all the other occurrences
154 visible in the window, in just one call.
155 (isearch-lazy-highlight-start): Now holds start of region to scan.
156 (isearch-lazy-highlight-end): Now holds end of region to scan.
157 (isearch-lazy-highlight-wrapped): Variable deleted.
158 (isearch-lazy-highlight-search): Function deleted.
159
13d6a61c
AI
1602000-01-02 Andrew Innes <andrewi@gnu.org>
161
162 * w32-fns.el (convert-standard-filename): Do length check on name
163 before aref.
164
064866e7
DL
1652001-01-02 Dave Love <fx@gnu.org>
166
b33e041b
DL
167 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
168 value.
169 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
170
171 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
172
8166ffd5
DL
173 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
174 read syntax.
175
064866e7
DL
176 * calendar/todo-mode.el (todo): Add :link, :version.
177 (todo-save-top-priorities): Remove autoload cookie.
178 (todo-add-category, todo-add-item-non-interactively)
179 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload
180 cookie.
181
6dde6abc
GM
1822001-01-02 Gerd Moellmann <gerd@gnu.org>
183
184 * comint.el (comint-input-history-ignore): New variable.
185 (comint-read-input-ring): Ignore entries matching
186 comint-input-history-ignore.
187
1a8a9daf
GM
1882001-01-02 Eric M. Ludlam <zappo@gnu.org>
189
190 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
191 (lm-copyright-mark): New function.
192 (lm-crack-copyright): New function.
193 (lm-verify): Check that the file has a copyright.
194 Check that the file is copyright Free Software Foundation.
195
9c92eb53
KH
1962000-12-30 Kenichi Handa <handa@etl.go.jp>
197
198 * international/mule-diag.el (print-fontset): Indent font name by
199 24 columns, not 25.
200
49172314
GM
2012000-12-29 Gerd Moellmann <gerd@gnu.org>
202
762a68ec
GM
203 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
204 in Subject line.
205
49172314
GM
206 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
207 Use mail-mode-hook instead of mail-setup-hook. Otherwise
208 continuing an interrupted message with C-u C-x m for instence,
209 winds up in Mail mode without abbrevs.
210
bd7a2e26
GM
2112000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
212
213 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
214 non-nil. Adding almost all customization variables on ps-setup. Doc
2f5ded21 215 fix.
bd7a2e26
GM
216 (ps-print-version): New version number (6.3.3).
217 (ps-end-with-control-d): Initialization fix.
218 (ps-lines-printed): New var.
219 (ps-skip-newline): New fun.
220 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
221 (ps-next-line, ps-continue-line, ps-plot-region)
222 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
223
2b3f28a4
KH
2242000-12-29 Kenichi Handa <handa@etl.go.jp>
225
226 * international/fontset.el (x-complement-fontset-spec): Resolve
227 ASCII font name so that the same family name is used for fonts
228 registered in x-font-name-charset-alist.
229 (create-fontset-from-fontset-spec): Adjusted for the above change.
230 The name of fontset alias should be a unresolved ASCII font name.
231
2ece9174
GM
2322000-12-28 Gerd Moellmann <gerd@gnu.org>
233
234 * simple.el (delete-key-deletes-forward-mode): Bind backspace
235 and delete in isearch-mode-map.
236
cbe3ad7a
RS
2372000-12-28 Richard M. Stallman <rms@gnu.org>
238
239 * dired-x.el (dired-guess-shell-alist-default):
240 Use xpdf instead of acroread.
241
a816f1c5
KH
2422000-12-28 Kenichi Handa <handa@etl.go.jp>
243
f086e73c
KH
244 * textmodes/artist.el (artist-butlast): Deleted.
245 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 246 artist-butlast.
f086e73c 247
a816f1c5
KH
248 * subr.el (butlast, nbutlast): Moved from cl.el to here.
249
250 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
251
b202115b
EZ
2522000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
253
254 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
255
256 * ls-lisp.el: Better support for the Mac and MS-Windows.
257 (ls-lisp): New defgroup.
258 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
259 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
260 (ls-lisp-support-shell-wildcards): New defcustoms.
261 (ls-lisp-parse-symlink): New function.
262 (insert-directory): Code to convert switches to a list and set up
263 the wildcard argument copied from ls-lisp-insert-directory.
264 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
265 for -C and -R switches.
266 (ls-lisp-column-format): New function.
267 (ls-lisp-delete-matching, ls-lisp-handle-switches)
268 (ls-lisp-format-time): Add doc strings.
269 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
270 Support ls-lisp-dirs-first.
271 (ls-lisp-classify, ls-lisp-extension): New functions.
272 (ls-lisp-format): Optionally support emulation of symlinks.
273 Support -i, -s, and -G switches.
274
6061fbf0
GM
2752000-12-27 Gerd Moellmann <gerd@gnu.org>
276
5e25feee
GM
277 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
278
6061fbf0
GM
279 * version.el (emacs-version): Print X scroll bar information.
280
281 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
282 instead of x-toolkit-scroll-bars-p.
283
284 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
285 of x-toolkit-scroll-bars-p.
286
25050dab
EZ
2872000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
288
289 * ffap.el (ffap-bindings): Make interactive and add an autoload
290 cookie.
291 (ffap-bindings): Doc fix, to reflect the above change.
292
c1786874
KH
2932000-12-27 Kenichi Handa <handa@etl.go.jp>
294
295 * term.el (term-char-mode): Define all non-ascii self-inserting
296 characters to 'term-send-raw in term-raw-map.
297
7261ece3 2982000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
6061fbf0
GM
299
300 * viper-init (viper-restore-cursor-type): Added condition-case
7261ece3
MK
301 guard.
302
6061fbf0 303 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook): Changed
7261ece3 304 initialization; use add-hook.
6061fbf0 305 (ediff-file-remote-p): Use file-local-copy.
7261ece3 306
6061fbf0 307 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
7261ece3 308
6061fbf0
GM
309 * ediff.el (ediff-patch-buffer): Bug fix.
310 (ediff-revision): Allow selection of the file at the prompt.
7261ece3 311
83f40583
SM
3122000-12-23 Stefan Monnier <monnier@cs.yale.edu>
313
314 * subr.el (combine-run-hooks): Remove.
315
316 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
317 and remove the rogue second spec.
318
bdd6d4e8
GM
3192000-12-23 Gerd Moellmann <gerd@gnu.org>
320
321 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
322
26736ce3
SM
3232000-12-22 Stefan Monnier <monnier@cs.yale.edu>
324
0e86b6b0
SM
325 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
326 Use minibuffer menu prompt for the `=' prefix.
327 (smerge-command-prefix): Change default to C-^.
6eabfb26 328 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 329
26736ce3
SM
330 * skeleton.el (skeleton-internal-1): Make sure the first line of
331 the region is also re-indented.
d21584d6
SM
332 (skeleton-end-newline): New var.
333 (skeleton-end-hook): Use it.
26736ce3 334
95fa4fd7
MB
3352000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
336
337 * comint.el (comint-password-prompt-regexp): Support CVS.
338
f060b834
GM
3392000-12-22 Gerd Moellmann <gerd@gnu.org>
340
856ff7a7
GM
341 * simple.el (delete-key-deletes-forward-mode): Simplify. Also
342 backspace key combinations, depending on
343 delete-key-deletes-forward.
344
345 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
346
f060b834
GM
347 * simple.el (delete-key-deletes-forward): Doc fix.
348
653558a1
GM
3492000-08-22 Emmanuel Briot <briot@gnat.com>
350
351 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 352 white spaces are relevant in the XML file.
653558a1
GM
353 (xml-parse-file): Do not kill an existing Emacs buffer if the file
354 to parse was already edited. This allows for on-the-fly analysis
26736ce3 355 of XML files.
653558a1
GM
356 (xml-parse-tag): Check that the casing is the same in the start
357 tag and end tag, since XML is case-sensitive. Allows for spaces
358 in the end tag, after the name of the tag.
359 (xml-parse-attlist): Allow for the character '-' in the name of
360 attributes, as in the standard http-equiv attribute Do not save
26736ce3 361 the properties in the XML tree, since they are not relevant.
653558a1 362
3ad93d8d
SM
3632000-12-21 Stefan Monnier <monnier@cs.yale.edu>
364
365 * generic.el (generic-read-type): Undo last change, inline into
366 `generic-mode' and then remove.
367 (generic-mode): Inline generic-read-type.
368 (define-generic-mode): Push the symbol name rather than the symbol
369 onto generic-mode-list.
370
177f4e88
GM
3712000-12-21 Gerd Moellmann <gerd@gnu.org>
372
8e15274f
GM
373 * generic.el (generic-read-type): Build an alist for
374 completing-read as in 20.7.
375
376 * play/landmark.el (lm): Use interactive spec `P'.
377 (toplevel): Don't set debug-on-error.
378
177f4e88
GM
379 * server.el (server-switch-buffer): Choose a window on a visible
380 frame.
381
6ba384dc
GM
3822000-12-21 Dave Pearson <davep@davep.org>
383
384 * quickurl.el: Commentry change, I've moved my web site.
385
647a066c
GM
3862000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
387
388 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
389 ranges like \177-\237, but accepts the character sequence from \177 to
390 \237. Doc fix.
391 (ebnf-version): New version (3.4).
392 (ebnf-setup): Code fix.
393 (ebnf-range-regexp): New fun.
394 (ebnf-8-bit-chars): Const fix.
395
396 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
397 entry. Doc fix.
398 (ebnf-bnf-lex): Code fix.
399 (ebnf-bnf-comment-chars): Const fix.
400
401 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
402 entry. Doc fix.
403 (ebnf-iso-comment-chars): Const fix.
404
405 * ebnf-otz.el: Doc fix.
406
407 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
408 entry. Doc fix.
409 (ebnf-yac-skip-code): Code fix.
410 (ebnf-yac-comment-chars): Const fix.
411
bc22fd18
EZ
4122000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
413
414 * files.el (insert-directory-safely): New function.
834d23b2
EZ
415 (recover-file): Use it instead of insert-directory. From Markus
416 Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 417
587fc3f9
KH
4182000-12-21 Kenichi Handa <handa@etl.go.jp>
419
eeefcfde 420 * international/mule-cmds.el (select-safe-coding-system): Check
4d513a57 421 coding-category-list more rigidly. Improve help message.
eeefcfde 422
587fc3f9
KH
423 * dired.el (dired-move-to-filename-regexp): Fix previous change.
424
01860fb9
MB
4252000-12-21 Miles Bader <miles@gnu.org>
426
587fc3f9
KH
427 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank
428 prefix.
01860fb9 429
3f9d67a6
KH
4302000-12-21 Kenichi Handa <handa@etl.go.jp>
431
9fd1c1f7
KH
432 * international/mule-diag.el (describe-char-after): Make *Help*
433 buffer inherit multibyteness of the current buffer.
434
3f9d67a6
KH
435 * international/mule.el (make-char): Docstring adjusted for the
436 change of make-char-internal.
437
c9669fac
SM
4382000-12-20 Stefan Monnier <monnier@cs.yale.edu>
439
440 * international/iso-cvt.el: Docstrings fix.
441
19594307
DL
4422000-12-20 Dave Love <fx@gnu.org>
443
444 * subr.el (eval-after-load): Doc fix.
445
b1a447b3
KH
4462000-12-20 Kenichi Handa <handa@etl.go.jp>
447
448 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
449 for numbers.
450
09877d5d
MB
4512000-12-20 Miles Bader <miles@gnu.org>
452
453 * international/quail.el (quail-help): Resize the help window
454 again after it has all its contents. Remove unneeded progn.
455
71d4497a
GM
4562000-12-19 Gerd Moellmann <gerd@gnu.org>
457
458 * pcmpl-linux.el: Fix copy/paste error.
459
741e56a0
AI
4602000-12-19 Andrew Innes <andrewi@gnu.org>
461
462 * simple.el (delete-key-deletes-forward-mode): Fix typo in
463 docstring.
464
cc24d91c
CD
4652000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
466
ba4c05aa
CD
467 * progmodes/idlw-rinfo.el: Fixed copyright notice.
468
469 * progmodes/idlw-toolbar.el: Fixed copyright notice.
470
471 * progmodes/idlw-shell.el: Fixed copyright notice.
472
473 * progmodes/idlwave.el: Fixed copyright notice.
474
71d4497a 475 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
476 TAB as key separators.
477
524c8caf
GM
4782000-12-19 Alex Schroeder <alex@gnu.org>
479
480 * sql.el (sql-sybase-options): New option.
481 (sql-sybase): Use it. Add sql-database to the list of parameters
482 provided for login. The options -w 2048 -n are not used any more.
483 (sql-postgres-options): Changed default from "--pset" to "-P".
484 (sql-mysql-options): Doc change.
485 (sql-stop): Doc change.
486
b5fa513d
KH
4872000-12-19 Kenichi Handa <handa@etl.go.jp>
488
489 * international/quail.el (quail-input-method): Always hide
490 the guidance buffer on exiting.
491
91c9e6ce
GM
4922000-12-18 Gerd Moellmann <gerd@gnu.org>
493
c6da4eb4
GM
494 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
495 isn't fboundp.
496
3d2a0e0b
GM
497 * server.el (server-buffer-done): Bury the buffer before
498 killing it.
499
91c9e6ce
GM
500 * faces.el (face-spec-set): Interpret a nil in specs for
501 foreground and background colors as `unspecified', for
502 compatibility with 20.x.
503
40fa0008
DL
5042000-12-18 Dave Love <fx@gnu.org>
505
22adbe54
DL
506 * simple.el (mail-user-agent): Doc fix.
507 (input-mode-8-bit): Removed.
508
509 * international/mule.el (set-keyboard-coding-system): Doc fix.
510 (keyboard-coding-system): New option.
511
40fa0008
DL
512 * mail/sendmail.el (send-mail-function): Customize.
513
6f4745e2
EZ
5142000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
515
516 * international/codepage.el (cp866-decode-table): New table.
517
82b90229
GM
5182000-12-18 Gerd Moellmann <gerd@gnu.org>
519
520 * version.el (emacs-version): Remove `%a' from the time format
521 because the weekday doesn't fit well into each locale.
522
5a047002
MB
5232000-12-18 Miles Bader <miles@gnu.org>
524
7f49aa07
MB
525 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
526
5a047002
MB
527 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
528 Check that emacs-major-version is `=' to 20, not `>='.
529 (artist-replace-chars): Use `make-string' instead of a loop.
530
22ea2607
EZ
5312000-12-17 Stefan Monnier <monnier@cs.yale.edu>
532
533 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
534 (cvs-execute-single-file): Don't change directory.
535 Patch from Per Cederqvist.
536
6c825f8e
EZ
5372000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
538
539 * textmodes/ispell.el (check-ispell-version): If
540 `ispell-program-name' is "aspell", pass it the -v switch instead
541 of -vv.
542
8ff06845
KH
5432000-12-16 Kenichi Handa <handa@etl.go.jp>
544
af4bb4c8
KH
545 * international/mule-diag.el (mule-diag): Insert information about
546 configure options, multibyte awareness, language env.
547
8ff06845
KH
548 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
549 regexp to search for candidates.
550
b24e84ab
EZ
5512000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
552
553 * info.el (Info-forward-node): If the node has an
554 Info-header-line, widen the buffer before searching for "next:"
555 and "up:" pointers, and set the search limit to stay in the
556 current node.
557
7981d89f
MB
5582000-12-16 Miles Bader <miles@gnu.org>
559
560 * simple.el (delete-trailing-whitespace): Remove extraneous let.
561
88ee7917
MB
5622000-12-15 Miles Bader <miles@gnu.org>
563
564 * comint.el (comint-send-string, comint-send-region): Also accept
565 a buffer, buffer-name, or nil for PROCESS, for compatibility with
566 process-send-string/region.
567
0c28d842
GM
5682000-12-15 Gerd Moellmann <gerd@gnu.org>
569
4ea7fdca
GM
570 * isearch.el (isearch-lazy-highlight-max): New user-option.
571 (isearch-lazy-highlight-update): Don't highlight more than
572 isearch-lazy-highlight-max matches.
573
0c28d842
GM
574 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
575
3ffa545b
GM
5762000-12-15 Richard M. Stallman <rms@caffeine.ai.mit.edu>
577
8062e53a
GM
578 * sort.el (sort-columns): Fix error message.
579
3ffa545b
GM
580 * dabbrev.el (dabbrev--last-case-pattern): Value is now
581 `upcase' or `downcase' or nil.
582 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
583 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
584 (dabbrev--substitute-expansion): New arg record-case-pattern.
585 If it is non-nil, set dabbrev--last-case-pattern.
586 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
587
588 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
589
c2d7f289
MB
5902000-12-15 Miles Bader <miles@gnu.org>
591
b6348438
MB
592 * paths.el (Info-default-directory-list): Don't delete
593 configure-info-directory from the list of standard info
594 directories when appending it to the end -- their order is
595 important.
596
f9056dd9
MB
597 * faces.el (read-face-attribute): If there's no entry for the
598 user's input in VALID, just use it as-is (this will often result
599 in an error, but it may be OK for e.g. colors using hexadecimal
600 notation, and at least will yield a better error message).
601
c2d7f289
MB
602 * window.el (mode-line-window-height-fudge): Function removed.
603 (height-affecting-face-attributes, mode-line-window-height-fudge):
604 Variables removed.
605 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
606 window is really the right size. Use vertical-motion
607 rather than forward-line.
608 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
609 (ispell-command-loop, ispell-show-choices): Use the variable
610 ispell-choices-win-default-height, rather than the function.
611 (ispell-choices-win-default-height): Function removed.
612 (ispell-mode-line-window-height-fudge): Function removed.
613
8f530b95
SM
6142000-12-14 Stefan Monnier <monnier@cs.yale.edu>
615
616 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
617
6d435deb
EZ
6182000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
619
4dddb0b7
EZ
620 * paths.el (Info-default-directory-list): If
621 configure-info-directory is not one of the standard directories,
622 put it first in the list; otherwise put it last. Doc string
623 changed accordingly.
624
625 * info.el (Info-directory-list): Change doc string to reflect the
626 change in Info-default-directory-list.
627
6d435deb
EZ
628 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
629 windows-nt as windowed environments, even under -nw.
630
631 * startup.el (command-line): Don't call x-backspace-delete-keys-p
632 if not fboundp. Switch delete-forward mode for the <delete> key
633 on all PC platforms, even under -nw.
634
635 * term/internal.el ([M-delete]): Remap to M-d.
636
9d7d9263
GM
6372000-12-14 Gerd Moellmann <gerd@gnu.org>
638
639 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
640
7cf0153a
EZ
6412000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
642
643 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
644
5e5b3d41
GM
6452000-12-14 Gerd Moellmann <gerd@gnu.org>
646
5f368d29
GM
647 * startup.el (command-line): Call delete-key-deletes-forward-mode,
648 if appropriate.
649
650 * simple.el (delete-key-deletes-forward): New user-option.
651 (delete-key-deletes-forward-mode): New function.
652
9d7d9263 653 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 654
5e5b3d41
GM
655 * emacs-lisp/easymenu.el (easy-menu-current-active-maps): Test
656 if symbol is bound before getting its value.
657
658 * tooltip.el (tooltip-show): If an error is signaled in
659 x-show-tip, display that error, and display the help in the
660 echo area.
c2d7f289 661
191b83b6
KH
6622000-12-14 Kenichi Handa <handa@etl.go.jp>
663
664 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi): Show
665 "... entries" messages for every 10000 entries, not 10.
666
6192b604
KF
6672000-12-13 Karl Fogel <kfogel@red-bean.com>
668
669 * bookmark.el: Provide a generic exit hook, as suggested by
670 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
671 (bookmark-exit-hook): New var.
672 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
673 old raw lambda form in `kill-emacs-hook', and runs new
674 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
675 as logically that feature must have been provided if this function
676 is running.
677 Removed ;;;###autoload before the `add-hook' call.
678
5edf6b55
SM
6792000-12-13 Stefan Monnier <monnier@cs.yale.edu>
680
681 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
682 (easy-menu-current-active-maps): New function.
683 (easy-menu-get-map): Use it.
684 Make a proper menu entry when creating a new keymap.
685
16b5e8e6
KH
6862000-12-13 Kenichi Handa <handa@etl.go.jp>
687
d49fc4eb
KH
688 * international/characters.el: Fix cases and syntaxes for
689 mule-unicode-0100-24ff.
690
3b53d876
KH
691 * dired.el (dired-move-to-filename-regexp): Fixed for the case
692 that a Japanese character is not appended after day and year.
693
16b5e8e6
KH
694 * info.el (Info-suffix-list): Change format for a command that
695 requires arguments.
696 (info-insert-file-contents): Adjusted for the above change.
697
1df1c518
AS
6982000-12-12 Andreas Schwab <schwab@suse.de>
699
700 * tar-mode.el (tar-extract): Base the name of the subfile buffer
701 on the name of the tar buffer. Verify that the existing buffer is
702 visiting the same subfile.
703
a7a07b98
DL
7042000-12-12 Dave Love <fx@gnu.org>
705
706 * subdirs.el: Add obsolete.
707
4fdbd809
GM
7082000-12-12 Gerd Moellmann <gerd@gnu.org>
709
bfdb75ee
GM
710 * mail/rmailsum.el (rmail-summary-expunge)
711 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
712 instead of rmail-confirm-expunge.
713
4fdbd809
GM
714 * replace.el (perform-replace): Don't use an empty match adjacent
715 to a non-empty match when computing the next match before the
716 replacement is performed.
717
e9a59cad
GM
7182000-12-12 Milan Zamazal <pdm@freesoft.cz>
719
720 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
721 definition (patch by Stefan Monnier).
722 (glasses-mode): Use jit-lock instead of `after-change-functions'
723 (patch by Stefan Monnier).
724
c2def7a0
MB
7252000-12-12 Miles Bader <miles@gnu.org>
726
727 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
728 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
729
591b63b4
AC
7302000-12-12 Andrew Choi <akochoi@i-cable.com>
731
732 * term/mac-win.el: Remove load for ls-lisp.
733
a924cf63 734 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 735
5ff4ba3d
MB
7362000-12-12 Miles Bader <miles@gnu.org>
737
738 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
739 Respect field end too.
740 (just-one-space): Respect fields as `delete-horizontal-space'.
741 (newline-and-indent, reindent-then-newline-and-indent): Use
742 `delete-horizontal-space'.
743
d0c679bc
SM
7442000-12-11 Stefan Monnier <monnier@cs.yale.edu>
745
adf9c994
SM
746 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
747 (so as to obey the field property in the minibuffer).
748
4b0cd42d
SM
749 * obsolete/c-mode.el: Moved from lisp/progmodes.
750 * obsolete/auto-show.el: Moved from lisp.
751 * obsolete/ooutline.el: Moved from lisp/textmodes.
d0c679bc 752
89f85863
CD
7532000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
754
755 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
756 changes to list them here.
757
758 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7. Too
759 many changes to list them here.
760
761 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7. Too
762 many changes to list them here.
763
764 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
765
3e0d35ce
GM
7662000-12-11 Gerd Moellmann <gerd@gnu.org>
767
d990421f
GM
768 * simple.el (kill-new): Don't try to setcar kill-ring if it is
769 nil.
770
fda514f7
GM
771 * cus-edit.el (custom-save-variables, custom-save-faces):
772 Comment fix.
773
3e0d35ce
GM
774 * hscroll.el: Moved to `obsolete' subdir.
775
ff904dd6
MB
7762000-12-11 Miles Bader <miles@gnu.org>
777
778 * window.el (window-text-height): Function removed (now in C).
779
fb97d87f
SM
7802000-12-10 Stefan Monnier <monnier@cs.yale.edu>
781
782 * log-edit.el (log-edit-parent-buffer): New var.
783 (log-edit): Set it. Add BUFFER argument.
784 (log-edit-done): Use char-before.
785 Don't bother checking validity of vc-comment-ring.
786 Only bury the buffer if log-edit popped it up.
787
788 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
789 (cvs-mode-diff-help): Remove.
790 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 791 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
792
793 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
794 Remove binding for ? now made unnecessary.
795
7de77417
CD
7962000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
797
798 * textmodes/reftex.el (reftex-scanning-info-available-p): New
799 function
800 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
801
802 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
803 when master file is not open.
804
4efa209f
SM
8052000-12-09 Stefan Monnier <monnier@cs.yale.edu>
806
807 * progmodes/ada-stmt.el: Update `maintainer'.
808
0a8052bd
GM
8092000-12-09 Stephen Gildea <gildea@alum.mit.edu>
810
811 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
812 choices to match documentation string.
813
a12167c5
MB
8142000-12-09 Miles Bader <miles@gnu.org>
815
2161605d
MB
816 * minibuf-eldef.el: New file.
817
a12167c5
MB
818 * window.el (fit-window-to-buffer): Don't pass last argument to
819 pos-visible-in-window-p, now that its meaning is inverted.
820
9ea8de1b
EZ
8212000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
822
823 * image.el (create-image): Doc fix; spotted by Per Cederqvist
824 <ceder@lysator.liu.se>.
825
5002ddbb
SM
8262000-12-08 Stefan Monnier <monnier@cs.yale.edu>
827
b6114d80
SM
828 * autoinsert.el (auto-insert-alist): Add missing final \n.
829
ee8d23ee
SM
830 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
831 (cvs-menu-map): Remove.
832 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
833 (cvs-mode-quit): Turn it back into a plain function.
834
5002ddbb 835 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 836 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
837
838 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
839 file where it's more visible.
840 (texinfo-filter, texinfo-chapter-level-regexp): New variables
841 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
842 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
843 (texinfo-inside-macro-p): Only catch `scan-error's.
844 (texinfo-inside-env-p): Make better use of the match info.
845 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
846 (texinfo-insert-@end): Slight re-organization.
847 Also remove useless `looking-at' call.
848
30cd075d
AI
8492000-12-08 Andrew Innes <andrewi@gnu.org>
850
851 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
852 accessible in -nw mode.
853
854 * term/w32-win.el: Remove stuff about selection timeout, which is
855 irrelevant on Windows. Move clipboard support to w32-fns.el, so
856 it is accessible in -nw mode.
857
01b91009
DL
8582000-12-08 Dave Love <fx@gnu.org>
859
860 * emacs-lisp/lisp-mode.el (lisp-mode): Set
861 font-lock-keywords-case-fold-search.
862
842b2a94
GM
8632000-12-08 Gerd Moellmann <gerd@gnu.org>
864
865 * textmodes/ispell.el (ispell): Doc fix.
866
f9d5f611
KH
8672000-12-08 Kenichi Handa <handa@etl.go.jp>
868
869 * international/quail.el (quail-insert-decode-map): Check the
870 frame width of a window displaying the current buffer, not that of
871 the selected frame.
872 (quail-help): Make sure that the help buffer has window before
873 inserting text in it.
874
e04d21aa
SS
8752000-12-07 Sam Steingold <sds@gnu.org>
876
877 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
878 Backquote is used in isearch.el, so autoloading saves nothing.
879
fc3e23a4
EZ
8802000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
881
137cad7c
EZ
882 * startup.el (normal-top-level-add-subdirs-to-load-path): Ignore
883 the CVS and RCS subdirectories case-insensitively.
884
fc3e23a4
EZ
885 * dired.el (dired-insert-directory): If file-system-info is
886 fboundp, call it instead of invoking dired-free-space-program.
887
796ecd10
GM
8882000-12-07 Gerd Moellmann <gerd@gnu.org>
889
0f5f7c3e
GM
890 * server.el (server-visit-files): Push files on file-name-history.
891
3764ba49
GM
892 * progmodes/cc-langs.el: Update copyright.
893
8e7931da
GM
894 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
895
ae0d7485 896 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 897
796ecd10
GM
898 * bindings.el (mode-line-mode-menu): Reverse the order
899 of define-keys so that the menu appears in alphabetical order.
900
ae0d7485
GM
9012000-12-07 Milan Zamazal <pdm@freesoft.cz>
902
903 * progmodes/glasses.el (glasses-mode): Update mode line at the end
904 of the function.
905
e2849090
DL
9062000-12-07 Dave Love <fx@gnu.org>
907
908 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
909
910 * facemenu.el (facemenu-unlisted-faces): Fix value.
911
5c7f629c
SM
9122000-12-07 Stefan Monnier <monnier@cs.yale.edu>
913
914 * font-lock.el (font-lock-default-fontify-region):
915 Include the terminating \n (off-by-one error).
916 (font-lock-set-defaults): Use dolist.
917
918 * derived.el (define-derived-mode): Don't use combine-run-hooks.
919
73481ae3
KH
9202000-12-07 Kenichi Handa <handa@etl.go.jp>
921
ffbaa122
KH
922 * international/mule-cmds.el (describe-language-environment): Fix
923 for the case that an input method title is not string but a list.
924
73481ae3
KH
925 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
926 of wrong SIZE record.
927
e2896b22
DL
9282000-12-06 Dave Love <fx@gnu.org>
929
67292061
DL
930 * newcomment.el (comment-region, comment-dwim): Doc fix.
931
932 * textmodes/texinfo.el: Require tex-mode when compiling.
933 (texinfo-update-node): Doc fix.
934 (texinfo-imenu-generic-expression): Add @anchor.
935 (texinfo-font-lock-keywords): Add @uref.
936 (texinfo-inside-macro-p): Don't use ignore-errors.
937 (texinfo-insert-quote): Match more contexts.
938
e76938e7
DL
939 * international/mule.el (decode-char, encode-char): Doc fix.
940 (auto-coding-alist): Customize.
941
942 * files.el (load-file): Fix change of 2000-03-12.
943
e2896b22
DL
944 * wid-edit.el (widget-text-keymap): Doc fix.
945
6610f4b2
AI
9462000-12-06 Andrew Innes <andrewi@gnu.org>
947
948 * makefile.w32-in (lisp): Set to an absolute directory, namely
949 $(CURDIR).
950
9e3366e4
EZ
9512000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
952
953 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
954 read generated-autoload-file, and set buffer-file-coding-system to
955 raw-text-unix after reading the file.
956
957 * international/mule-conf.el (file-coding-system-alist): Use
958 raw-text for reading loaddefs.el and raw-text-unix for writing
959 it.
960
d94d636f
GM
9612000-12-06 Gerd Moellmann <gerd@gnu.org>
962
384333ee
GM
963 * replace.el (occur): Make line-number-width 1 smaller for the
964 colon following the line number.
965
347d0813
GM
966 * startup.el (fancy-splash-text, command-line-1): Use
967 `File' for the menu name instead of `Files'.
e04d21aa 968
d4b72d58
GM
969 * tmm.el: Update copyright.
970
d94d636f
GM
971 * cus-start.el: Add entry for even-window-heights.
972
6e424019
MB
9732000-12-06 Miles Bader <miles@gnu.org>
974
975 * faces.el (frame-set-background-mode): Avoid stomping on
976 locally modified faces.
977
e6477b58
KH
9782000-12-06 Kenichi Handa <handa@etl.go.jp>
979
980 * international/fontset.el: Correct the font registries for
981 japanese-jisx0213-1 and japanese-jisx0213-2.
982
21999ab9
GM
9832000-12-05 Gerd Moellmann <gerd@gnu.org>
984
57d6e381
GM
985 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
986
21999ab9
GM
987 * iswitchb.el: Update customization commentary.
988
7422819c
GM
9892000-12-05 Rob Riepel <riepel@Stanford.EDU>
990
991 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
992 (tpu-search-highlight): Fixed comparison of overlay end positions.
993 (tpu-trim-line-ends): Implemented trimming logic locally.
994
995 * emulation/tpu-extras.el (tpu-write-file-hook)
996 (tpu-set-cursor-bound): Replaced picture-clean with
997 tpu-trim-line-ends.
998
73daff18
KH
9992000-12-05 Kenichi Handa <handa@etl.go.jp>
1000
1001 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
1002 to cn-gb.
1003 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
1004
6a4cd002
DL
10052000-12-04 Dave Love <fx@gnu.org>
1006
1007 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
1008
6452929e
GM
10092000-12-04 Gerd Moellmann <gerd@gnu.org>
1010
e04d21aa 1011 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
1012 (rmail-summary-expunge-and-save): Ask for confirmation with
1013 rmail-expunge-confirmed.
1014
1015 * mail/rmail.el (rmail-expunge-confirmed): New function.
1016 (rmail-expunge): Use it.
1017
0c68ce6f
GM
1018 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
1019 (etags-recognize-tags-table, find-tag-in-order): New
1020 functionality: interpret file names as tags.
e04d21aa 1021
7a53d8c8
EZ
10222000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
1023
1024 * info.el (Info-scroll-prefer-subnodes): New defcustom.
1025 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't
1026 visit the first subnode until the bottom of the current node is
1027 visible.
1028
caa15ef7
GM
10292000-12-04 Gerd Moellmann <gerd@gnu.org>
1030
1031 * format.el (format-decode): Don't change buffer's undo list.
1032
e225faa7
KH
10332000-12-04 Kenichi Handa <handa@etl.go.jp>
1034
1035 * faces.el (face-font-registry-alternatives): Add entries for CJK
1036 fonts. Doc-string adjusted for the actual usage of this data.
1037
1038 * international/fontset.el: Change the font registries for CJK
1039 fonts in the default fontset. Don't append '*' to registries.
1040
8b262a65
SM
10412000-12-03 Stefan Monnier <monnier@cs.yale.edu>
1042
e04d21aa 1043 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
1044 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
1045
1046 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
1047 (derived-mode-p): New function.
1048 (derived-mode-make-docstring): Add `docstring' argument.
1049 Use it if available and complete it if necessary.
1050
33c4460b
AS
10512000-12-03 Andreas Schwab <schwab@suse.de>
1052
1053 * type-break.el (type-break): Don't make parent of itself.
1054
5c9b3fac
MB
10552000-12-03 Miles Bader <miles@gnu.org>
1056
1057 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
1058
27ce741e
SM
10592000-12-02 Stefan Monnier <monnier@cs.yale.edu>
1060
07c16ec4
SM
1061 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
1062 (tex-main-file, tex-file): Simplify.
1063 (tex-generate-zap-file-name): Use subst-char-in-string.
1064 (tex-strip-dots): Remove.
1065
c19cc275
SM
1066 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
1067
27ce741e
SM
1068 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
1069 to check if the match succeeded.
1070
285991dc
GM
10712000-12-02 Gerd Moellmann <gerd@gnu.org>
1072
1073 * startup.el (use-fancy-splash-screens-p): New function.
1074 (command-line-1): Use it to determine whether or not to use
1075 a fancy splash screen.
1076
52dca1b2
AS
10772000-12-02 Andreas Schwab <schwab@suse.de>
1078
1079 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
1080
d3e7e7cf
EZ
10812000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
1082
2dce2360
EZ
1083 * international/mule.el (make-char): Fix last change.
1084
9768eaa7
EZ
1085 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
1086 New defcustoms.
1087 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
1088 autoloading tex-mode; instead, do the same manually. Use
1089 texinfo-open-quote and texinfo-close-quote. Insert literal quote
1090 with numeric argument. Docstring fix.
1091 (toplevel): Require cl when compiling.
e04d21aa 1092
285991dc 1093 * international/mule.el (make-char): Doc fix.
d3e7e7cf 1094
0dd5e255
JR
10952000-12-02 Jason Rumney <jasonr@gnu.org>
1096
1097 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
1098 the Emacs Lisp manual)
1099
fbb87147
EZ
11002000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
1101
5cbb3e93
EZ
1102 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
1103
fbb87147
EZ
1104 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
1105 the Emacs Lisp manual).
1106
1636ca09
GM
11072000-12-02 Gerd Moellmann <gerd@gnu.org>
1108
1109 * simple.el (next-line-add-newlines): Change default to nil.
1110
68875f0e
EZ
11112000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
1112
1113 * files.el (revert-buffer, recover-file): Bind
1114 coding-system-for-read to emacs-mule-unix, not to no-conversion.
1115
fd9ac94c
GM
11162000-12-01 Gerd Moellmann <gerd@gnu.org>
1117
1118 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
1119
45450dd5
MB
11202000-12-01 Miles Bader <miles@gnu.org>
1121
1122 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
1123
09df8881
KH
11242000-12-01 Kenichi Handa <handa@etl.go.jp>
1125
1126 * international/mule-diag.el (describe-char-after): Fix typo.
1127 (describe-character-set, non-iso-charset-alist): Fix typo.
1128
dea0a87d
MB
11292000-12-01 Miles Bader <miles@gnu.org>
1130
b170205b
MB
1131 * image-file.el (image-file-name-regexp): Automatically add
1132 upper-case variants of each filename extension in
1133 `image-file-name-extensions', since they seem to be common.
1134
e04d21aa 1135 * simple.el (minibuffer-contents)
dea0a87d
MB
1136 (minibuffer-contents-no-properties, delete-minibuffer-contents):
1137 New functions.
1138 * filecache.el (file-cache-directory-name)
1139 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
1140
2b69bc11 11412000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 1142
dea0a87d
MB
1143 * filecache.el (file-cache-minibuffer-complete): Don't try to
1144 delete the minibuffer prompt.
1145
a8a1b05d
DL
11462000-11-30 Dave Love <fx@gnu.org>
1147
1148 * cus-start.el: Fix read-buffer-function type.
1149
693c4692
GM
11502000-11-30 Gerd Moellmann <gerd@gnu.org>
1151
1152 * md5.el: Removed. There's a built-in function, now.
1153
2c0b1898
GM
11542000-11-30 Markus Rost <rost@math.ohio-state.edu>
1155
1156 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
1157 as dummy 0-th char of rmail-deleted-vector.
1158
63dfcf4b
EZ
11592000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
1160
1161 * ps-print.el (ps-end-job): Bind case-fold-search only after
1162 switching to ps-spool-buffer.
1163
11642000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1165
1166 * ps-print.el: Line number font customization. PostScript: Lines and
1167 PageCount are initialized on each page. Doc Fix.
1168 (ps-print-version): New version number (6.3.2).
1169 (ps-lpr-switches, ps-font-info-database, ps-font-size)
1170 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
1171 (ps-right-header): Customization fix.
1172 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
1173 Fix code.
1174 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
1175 New vars.
1176
df3aedcf
GM
11772000-11-30 Gerd Moellmann <gerd@gnu.org>
1178
edfb795e
GM
1179 * bs.el: Fix typos and spelling errors.
1180 (bs-appearance) <defgroup>: Renamed from bs-appearence.
1181 (bs-configuration): Doc fix.
e04d21aa 1182
df3aedcf
GM
1183 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
1184
8b8a7f01
GM
11852000-11-30 Rob Riepel <riepel@Stanford.EDU>
1186
1187 * emulation/tpu-edt.el (tpu-version): New version.
1188 (tpu-search-overlay, tpu-replace-overlay): New initial range.
1189 (tpu-original-mode-line): Variable deleted.
1190 (tpu-mark-flag): New initial value.
1191 (tpu-set-mode-line): Don't redefine mode-line-format. Add
1192 tpu-mark-flag to minor-mode-alist.
1193 (tpu-update-mode-line): New mark flag logic.
1194 (tpu-get): Use find-file-wildcards.
1195 (tpu-search-highlight): Move overlay less, reset overlay properly.
1196 (tpu-unselect): Deactivate mark.
1197 (tpu-lm-replace): Reset overlay properly.
1198 (tpu-forward-line): Use forward-visible-line.
1199 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
1200
1201 * emulation/tpu-extras.el (tpu-forward-line): Use
1202 forward-visible-line.
e04d21aa 1203
c069a9d3
GM
12042000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
1205
1206 * cus-edit.el (custom-face-value-create): Always emphasize tag.
1207
b02cd40b
GM
12082000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1209
1210 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
1211 and skip whitespace and newlines.
e04d21aa 1212
b7a90344
SM
12132000-11-30 Stefan Monnier <monnier@cs.yale.edu>
1214
1215 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
1216
be6bbb55
GM
12172000-11-29 Gerd Moellmann <gerd@gnu.org>
1218
0383ed60
GM
1219 * help.el (describe-function-1): Regexp-quote function name
1220 when used as part of a regexp.
1221
c7957947
GM
1222 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
1223 face-attribute instead of face-foreground and face-background.
1224 (tool-bar-add-item): Likewise, and handle unspecified colors.
1225
1226 * enriched.el (enriched-face-ans): Use face-attribute instead
1227 of face-foreground and face-background.
1228
1229 * faces.el (face-foreground, face-background, face-stipple):
1230 Return nil if attribute is unspecified, for backward
1231 compatibility.
1232
7423978d
GM
1233 * files.el (auto-mode-alist): Add an entry for antlr-mode.
1234
ef128c78
GM
1235 * play/5x5.el: Remove version info.
1236
a81fc510
GM
1237 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
1238
be6bbb55
GM
1239 * frame.el (blink-cursor-mode): Doc fix.
1240
f9396e03
GM
12412000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
1242
1243 * antlr-mode.el: New commands to run ANTLR from within Emacs and
1244 to create Makefile rules.
1245 (antlr-tool-command): New user option.
1246 (antlr-ask-about-save): New user option.
1247 (antlr-makefile-specification): New user option.
1248 (antlr-file-formats-alist): New variable.
1249 (antlr-special-file-formats): New variable.
1250 (antlr-unknown-file-formats): New user option.
1251 (antlr-help-unknown-file-text): New variable.
1252 (antlr-help-rules-intro): New variable.
1253 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
1254 (antlr-mode-menu): Add entries.
1255 (antlr-file-dependencies): New function.
1256 (antlr-directory-dependencies): New function.
1257 (antlr-superclasses-glibs): New function.
1258 (antlr-run-tool): New command.
1259 (antlr-makefile-insert-variable): New function.
1260 (antlr-insert-makefile-rules): New function.
1261 (antlr-show-makefile-rules): New command.
1262
1263 * antlr-mode.el: More Emacs/XEmacs stuff.
1264 (antlr-no-action-keywords): New constant with value nil.
1265 (antlr-font-lock-keywords-alist): Use it. Old value would break
1266 syntax highlighting in Emacs-21.0.
1267 (antlr-default-directory): Emacs/XEmacs dependend function.
1268 (antlr-read-shell-command): Ditto.
1269 (antlr-with-displaying-help-buffer): Ditto.
1270
12712000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
1272
1273 * antlr-mode.el: imenu, parsing and highlighting changes.
1274 (antlr-imenu-create-index-function): Don't create extra submenus
1275 for definitions in different grammar classes. It is not necessary
1276 for the menu and would make command `imenu' awkward to use.
1277 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
1278 header actions and more than one.
1279 (antlr-font-lock-tokendef-face): Changed color.
1280 (antlr-font-lock-tokenref-face): Changed color.
1281 (antlr-font-lock-additional-keywords): Also highlight lowercase.
1282 (antlr-mode-syntax-table): New variable.
1283 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
1284 (antlr-with-syntax-table): Don't copy syntax table.
1285
12862000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
1287
1288 * antlr-mode.el: Minor changes: language setting.
1289 (antlr-language-alist): The value for file option "language" can
1290 be both an identifier and a string.
1291 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
1292 (antlr-language-limit-n-regexp): Change accordingly.
1293
12942000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
1295
1296 * antlr-mode.el: Minor changes: tabs, hiding.
1297 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
1298 (antlr-action-visibility): Also allow value nil to also hide the
1299 braces. Renamed from `antlr-tiny-action-length'.
1300 Suggested by Jay@aol.com.
1301 (antlr-hide-actions): Change accordingly. Hide line if completely
1302 hidden action is on a line of its own.
e04d21aa 1303
6ad948eb
SM
13042000-11-29 Stefan Monnier <monnier@cs.yale.edu>
1305
1306 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
1307
1308 * sort.el (sort-columns): Don't concat strings with numbers.
1309
9c6a4107
DL
13102000-11-29 Dave Love <fx@gnu.org>
1311
1312 * cus-edit.el (face): Fix :format.
1313
1314 * mail/feedmail.el: Require smtpmail when compiling.
1315 (mail-do-fcc): Autoload.
1316 (feedmail) <defgroup>: Fix :link.
1317 (feedmail-nuke-body-in-fcc): Fix :type.
1318 (feedmail-send-it): Add autoload cookie.
1319
053b8d35
SM
13202000-11-29 Stefan Monnier <monnier@cs.yale.edu>
1321
1322 * newcomment.el (comment-indent): Save excursion around call to
1323 comment-indent-function.
1324
242c13e8
MB
13252000-11-29 Miles Bader <miles@gnu.org>
1326
1327 * subr.el (member-ignore-case): Return the tail of the list who's
1328 car matches, like `member', not the matching element itself.
1329
8f4b5f28
KH
13302000-11-29 Kenichi Handa <handa@etl.go.jp>
1331
1332 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
1333 should not contain `\n'.
1334
bebe4a2c
GM
13352000-11-28 Gerd Moellmann <gerd@gnu.org>
1336
fd9ac94c 1337 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 1338
ba7e40eb
GM
1339 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
1340
75ab0c79
GM
1341 * dired-aux.el (dired-do-create-files): Construct default file
1342 name for dired-mark-read-file-name so that when the user enters
1343 just RET, the target file will end up in the target directory.
1344
bebe4a2c
GM
1345 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
1346 local-abbrev-table before changing buffers because it might
1347 have a buffer-local binding.
1348
fa6d1ca8
MB
13492000-11-28 Miles Bader <miles@gnu.org>
1350
1351 * simple.el (delete-horizontal-space): Handle fields more generally.
1352
8d2c2642
GM
13532000-11-28 Gerd Moellmann <gerd@gnu.org>
1354
1355 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
1356
8b31236d
DL
13572000-11-28 Dave Love <fx@gnu.org>
1358
3cbd02d2
DL
1359 * progmodes/ps-mode.el (ps-mode): Set comment-start and
1360 comment-start-skip locally.
1361
8b31236d
DL
1362 * progmodes/fortran.el (fortran-mode): Don't set
1363 fortran-comment-line-start-skip. Set comment-start to
1364 fortran-comment-line-start.
1365 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
1366 (fortran-comment-line-start-skip): Simplify slightly.
1367
ae4bf56d
GM
13682000-11-28 Gerd Moellmann <gerd@gnu.org>
1369
17ef7534
GM
1370 * play/5x5.el: Remove RCS keyword.
1371
fd9ac94c 1372 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 1373
665b27a6
GM
13742000-11-28 Milan Zamazal <pdm@freesoft.cz>
1375
1376 * textmodes/tildify.el (tildify-string-alist): Add
1377 `plain-tex-mode' here.
1378
fe3c2ae3
GM
13792000-11-28 Colin Walters <walters@cis.ohio-state.edu>
1380
1381 * chistory.el (Command-history-setup): Remove extraneous `keymap'
1382 reference.
1383
d970106b
MB
13842000-11-28 Miles Bader <miles@gnu.org>
1385
36b80a0d
MB
1386 * cus-face.el (custom-face-attributes): Add post-filter function
1387 for :box. Make pre-filter function for :box handle all cases.
1388
d970106b
MB
1389 * wid-edit.el (widget-choose): Make sure pop-up window is large
1390 enough to display all the choices, as there's no way to scroll it.
1391
5a2bae6c
KH
13922000-11-28 Kenichi Handa <handa@etl.go.jp>
1393
1394 * international/mule-conf.el: Make the coding system no-conversion
1395 safe for all characters.
1396
9e836e23
DL
13972000-11-27 Dave Love <fx@gnu.org>
1398
8b31236d
DL
1399 * net/ldap.el (ldap) <defgroup>: Add :version.
1400
9e836e23
DL
1401 * tooltip.el (tooltip-use-echo-area): Doc fix.
1402
1403 * cus-start.el <minibuffer-prompt-properties>: Add version.
1404 <read-buffer-function>: Add.
1405
1406 * apropos.el (apropos-print): Add help-echo to active text.
1407
1408 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
1409
4a74d071
GM
14102000-11-27 Gerd Moellmann <gerd@gnu.org>
1411
1412 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
1413 type, group and version.
1414
76058c27
EZ
14152000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
1416
4a74d071 1417 * select.el (x-get-selection): Docstring fix.
76058c27 1418
fd9ac94c 14192000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 1420
fd9ac94c 1421 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 1422
49060c51
AI
14232000-11-27 Andrew Innes <andrewi@gnu.org>
1424
1425 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
1426
1427 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
1428
b2a8e429
MB
14292000-11-27 Miles Bader <miles@gnu.org>
1430
1431 * dired.el (dired-get-filename): Return filename verbatim if
1432 LOCALP is `verbatim'.
1433 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
1434 `verbatim' so that we don't inadvertently delete a non-existant
1435 directory name.
1436
5ac0366d
KH
14372000-11-27 Kenichi Handa <handa@etl.go.jp>
1438
1439 * international/characters.el: Specify cases and syntaxes for
1440 mule-unicode-0100-24ff.
1441
67f1cf4c
GM
14422000-11-27 Gerd Moellmann <gerd@gnu.org>
1443
1444 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
1445 that foreground and/or background colors of the face `tool-bar'
1446 are unspecified.
1447
46c56972
MB
14482000-11-27 Miles Bader <miles@gnu.org>
1449
e04d21aa 1450 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
1451 (widget-field-end): Handle widget field `pseudo-overlays'.
1452 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
1453 if it's there instead of in `widget-field-list'.
1454
46c56972 1455 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
1456 (help-make-xrefs): Delete extraneous newlines at the end of the
1457 docstring.
46c56972 1458
640a9cdd
JR
14592000-11-25 Jason Rumney <jasonr@gnu.org>
1460
1461 * startup.el (command-line): Call set-locale-environment after
1462 Window System init file is read, as it can result in a call to
1463 redraw-frame.
1464
0b3f96d4
EZ
14652000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
1466
1467 * simple.el (shell-command): Mention the effect of the prefix
1468 argument in the doc string.
1469
8da6e2a1
MB
14702000-11-25 Miles Bader <miles@gnu.org>
1471
a658d039
MB
1472 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
1473
8da6e2a1 1474 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 1475 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 1476
d3416cca
JR
14772000-11-24 Jason Rumney <jasonr@gnu.org>
1478
1479 * international/mule-cmds.el (locale-language-names): Add "jp" as
1480 a non-standard alternative for Japanese.
1481
17e37f53
AS
14822000-11-24 Andre Spiegel <spiegel@gnu.org>
1483
1484 * vc-hooks.el: Require 'cl during compilation.
1485
9aa5f148
GM
14862000-11-24 Gerd Moellmann <gerd@gnu.org>
1487
ba193890
GM
1488 * faces.el (face-set-after-frame-default): Let face attributes
1489 specified for new frames override frame parameters.
1490
9aa5f148
GM
1491 * startup.el (command-line): Fix computation of the source file
1492 for user-init-file when user-init-file is a compiled file.
1493
51a1edab
MB
14942000-11-24 Miles Bader <miles@gnu.org>
1495
e04d21aa 1496 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
1497 (custom-post-filter-face-spec): New functions.
1498 (custom-face-set, custom-face-value-create): Filter the face spec
1499 before and after customization.
1500 (custom-face-set): If VALUE specifies a null face, pass a
1501 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
1502 * cus-face.el (custom-face-attributes): Remove SET and GET
1503 functions. Add some IN-FILTER and OUT-FILTER functions in the few
1504 cases they're needed.
1505
1ed74431
MB
1506 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
1507 that it's distinguishable from the :off-glyph on dark-background
1508 displays. Set its background color too.
1509
67ee1125
MB
1510 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
1511 so that people can easily turn it off.
1512
7d027816 15132000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 1514
7d027816 1515 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 1516
9aa5f148 1517 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 1518
9aa5f148 1519 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 1520
9aa5f148 1521 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 1522 redundant skip-small-frames test.
e04d21aa 1523
9aa5f148 1524 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
7d027816 1525 (viper-downgrade-to-insert): protect against errors in hooks.
e04d21aa 1526
9aa5f148
GM
1527 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
1528 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
1529 (viper-restore-cursor-type,viper-set-insert-cursor-type): New
7d027816 1530 functions.
e04d21aa 1531
9aa5f148 1532 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 1533
9aa5f148 1534 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 1535
f07fa1b8
KH
15362000-11-24 Kenichi Handa <handa@etl.go.jp>
1537
1538 * international/mule-diag.el (list-iso-charset-chars): For
1539 two-byte charset, fix the `while' condition.
1540 (list-non-iso-charset-chars): Fix the `while' condition.
1541
ba8299ff
SM
15422000-11-23 Stefan Monnier <monnier@cs.yale.edu>
1543
79372165
SM
1544 * subr.el (add-hook, remove-hook): Don't call make-local-hook
1545 if the variable is make-variable-buffer-local.
1546
ba8299ff
SM
1547 * progmodes/ada-stmt.el (ada-template-map): Initialize
1548 and bind it to C-c t in ada-mode-map.
1549 (ada-stmt-mode-hook): New function extracted from old code.
1550 Only change the buffer-local side of skeleton-*.
1551 (ada-mode-hook): Use it.
1552
68a887fa
EZ
15532000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
1554
1555 * iswitchb.el (iswitchb-minibuf-depth): New variable.
1556 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
1557 we expect to be returned by minibuffer-depth once we prompt the
1558 user in the minibuffer.
1559 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
1560 as recorded in iswitchb-minibuf-depth, return non-nil.
1561
3b345582
EZ
15622000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
1563
1564 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
1565 (hscroll-window-maybe): Docstring fix.
1566
595dead2
DL
15672000-11-23 Dave Love <fx@gnu.org>
1568
1569 * rect.el (string-rectangle): Don't test delete-selection-mode.
1570
1e66b27a
GM
15712000-11-23 Gerd Moellmann <gerd@gnu.org>
1572
02790ce2
GM
1573 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
1574 is in the tool bar.
1575
1e66b27a
GM
1576 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
1577 with `no-dir'; we want the directory part to be able to remove
1578 it.
1579
a4caa65d
SM
15802000-11-22 Stefan Monnier <monnier@cs.yale.edu>
1581
1582 * textmodes/outline.el (outline-flag-region):
1583 Don't bind inhibit-read-only since we don't modify the buffer.
1584 (outline-isearch-open-invisible): Don't jump to overlay-start
1585 since we're trying to unhide text around point.
1586 (outline-discard-overlays): Use dolist.
1587
1588 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
1589
03e757c1
GM
15902000-11-22 Gerd Moellmann <gerd@gnu.org>
1591
e04d21aa 1592 * mail/rmail.el (rmail-confirm-expunge): Default to
03e757c1 1593 y-or-n-p.
e04d21aa 1594
1598a961
SM
15952000-11-22 Stefan Monnier <monnier@cs.yale.edu>
1596
1597 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
1598 Fix ARG regexp to skip quoted braces.
1599 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
1600 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
1601 are (correctly) handled separately).
1602 Remove `caption' and `footnote' from `citations': they contain text.
1603 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
1604 (latex-skeleton-end-hook): New function.
1605 (latex-mode): Use it.
1606 (tex-start-tex-marker): Remove.
1607 (tex-send-tex-command): Don't set tex-start-tex-marker.
1608 (tex-error-parse-syntax-table): New var.
1609 (tex-compilation-parse-errors): Use it.
1610 Ignore tex-start-tex-marker. Don't bother with marker-position.
1611 (tex-validate-buffer): Don't bother with marker-position.
1612
1613 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 1614 (flyspell-generic-progmode-verify): Use it.
1598a961 1615
eaae8106
SS
16162000-11-22 Sam Steingold <sds@gnu.org>
1617
03e757c1
GM
1618 * simple.el (delete-trailing-whitespace): New interactive
1619 function.
e04d21aa 1620
eaae8106 1621 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 1622 `ada-remove-trailing-spaces'.
eaae8106 1623 (ada-remove-trailing-spaces): Removed.
e04d21aa 1624
eaae8106 1625 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 1626
1598a961
SM
1627 * textmodes/picture.el (picture-clean): Removed.
1628 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 1629
a41d49e9
GM
16302000-11-22 Gerd Moellmann <gerd@gnu.org>
1631
e053c60f
GM
1632 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
1633
a41d49e9
GM
1634 * hi-lock.el (hi-lock-refontify): Don't call non-existent
1635 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 1636 do anything special when jit-lock is active.
a41d49e9
GM
1637 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
1638
197615f3
DL
16392000-11-22 Dave Love <fx@gnu.org>
1640
ddbfaa9f
DL
1641 * calendar/todo-mode.el (todo-top-priorities): Use
1642 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
1643
ddc3c695
DL
1644 * language/chinese.el, language/cyrillic.el:
1645 * language/devanagari.el, language/ethiopic.el, language/greek.el:
1646 * language/hebrew.el, language/indian.el, language/japanese.el:
1647 * language/korean.el, language/lao.el, language/misc-lang.el:
1648 * language/thai.el, language/tibetan.el, language/vietnamese.el:
1649 Use provide.
1650
fb9fa98d
DL
1651 * cus-edit.el (custom-buffer-create-internal): Save some consing.
1652 (custom-variable-set): Improve validation error mesage.
1653
197615f3
DL
1654 * rect.el (string-rectangle): Revert last change.
1655 (string-rectangle-line): New arg DELETE.
1656 (string-rectangle): Check delete-selection-mode.
1657
1658 * emacs-lisp/edebug.el (edebug-version)
1659 (edebug-maintainer-address): Deleted.
1660 (edebug-submit-bug-report): Just alias to report-emacs-bug.
1661 (edebug-read-function): Account for other `'#' read forms.
1662 (edebug-mode-menus): Make some items toggles.
1663 (edebug-outside-unread-command-event, unread-command-event):
1664 Remove these to avoid warnings.
1665
f4117c4d
GM
16662000-11-22 David Ponce <david@dponce.com>
1667
1668 * recentf.el (recentf-menu-items-for-commands)
1669 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 1670 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 1671
f4117c4d
GM
1672 (recentf-build-dir-rules, recentf-dump-variable)
1673 (recentf-edit-list, recentf-open-files-item)
1674 (recentf-open-files): Replaced unnecessary `mapcar' with new
1675 built-in `mapc'.
eaae8106 1676
f8e2f3f2
MB
16772000-11-23 Miles Bader <miles@gnu.org>
1678
1679 * faces.el (menu): Make inverse-video on ttys too.
1680
4c4a541d
SM
16812000-11-22 Stefan Monnier <monnier@cs.yale.edu>
1682
1683 * simple.el (comment-line-break-function): Use the new name
1684 indent-new-comment-line -> comment-indent-new-line.
1685 (clone-indirect-buffer): Don't ignore NORECORD.
1686 (next-completion): Properly handle the case where items are adjacent.
1687
1688 * mouse.el (popup-menu): Stupid typo.
1689
980d836e
GM
16902000-11-22 Gerd Moellmann <gerd@gnu.org>
1691
60e8e0a5
GM
1692 * emacs-lisp/authors.el: Remove autoload cookies, add author,
1693 maintainer, keywords tags.
1694
980d836e
GM
1695 * rect.el (replace-rectangle): Don't call string-rectangle-line
1696 with too many arguments.
1697
e08b2069
AS
16982000-11-22 Andre Spiegel <spiegel@gnu.org>
1699
60e8e0a5 1700 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 1701 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
1702 vc-locking-user, which no longer exists.
1703
1704 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
1705
c6779d8d
DL
17062000-11-22 Dave Love <fx@gnu.org>
1707
1708 * md5.el (md5): Provide.
1709 (md5): Fix error call.
1710
e672fdce
MB
17112000-11-22 Miles Bader <miles@gnu.org>
1712
eaae8106 1713 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
1714 (refill-fill-paragraph-at): Remove debugging code.
1715
80e24c04
MB
1716 * calendar/calendar.el (generate-calendar-window): When we don't
1717 call `fit-window-to-buffer', make sure the top line is fully visible.
1718
3a17d6cc
MB
1719 * image-file.el (insert-image-file): Don't make `read-only'
1720 property rear-nonsticky.
1721
ae1a21c6
MB
1722 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
1723 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
1724 stashing away its original value.
1725 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
1726 in the recursive edit.
1727 Bind `isearch-original-minibuffer-message-timeout' to protect it.
1728 (isearch-done): Restore `minibuffer-message-timeout'.
1729
e672fdce
MB
1730 * cus-start.el: Remove entry for `mode-line-inverse-video'.
1731
3ea79df8
SM
17322000-11-21 Stefan Monnier <monnier@cs.yale.edu>
1733
1734 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
1735
1736 * find-lisp.el (find-lisp-find-files-internal):
1737 Use dolist, when and file-name-as-directory.
1738
980d836e 1739 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
1740 (define-derived-mode, define-minor-mode): Add specs.
1741
1742 * window.el: General comment and spacing fixes.
1743 (save-selected-window): Use backquotes.
1744 (window-safely-shrinkable-p): New function.
1745 (shrink-window-if-larger-than-buffer): Use it.
1746
1747 * subr.el (make-local-hook): Docstring fix.
1748
1749 * shell.el (shell-mode): Use define-derived-mode.
1750
1751 * newcomment.el (comment-indent): Insert comment before calling
1752 comment-indent-function. Don't insert in column 0.
1753 (comment-dwim): Indent before inserting comment.
1754
1755 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
1756 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
1757 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
1758 Use mapc rather than map.
1759
1760 * files.el (find-buffer-visiting): Compare all attributes before
1761 declaring two files identical (rather than just their inode-no).
1762 (auto-mode-alist): Use \' rather than $.
1763
1764 * which-func.el: Update maintainer line.
1765
1766 * pcvs.el (uniquify-buffer-file-name): Remove advice.
1767 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
1768 (uniquify-buffer-file-name): Use it.
1769
8f62f2b8
MB
17702000-11-22 Miles Bader <miles@gnu.org>
1771
1772 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
1773 * simple.el (minibuffer-avoid-prompt): New function.
1774
fb279a6d
GM
17752000-11-21 Gerd Moellmann <gerd@gnu.org>
1776
1777 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
1778
867092e9
MB
17792000-11-21 Miles Bader <miles@gnu.org>
1780
ef860850
MB
1781 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
1782 inclusion of `track-mouse'.
1783
867092e9
MB
1784 * textmodes/refill.el (refill-ignorable-overlay): New variable.
1785 (refill-adjust-ignorable-overlay): New function.
1786 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
1787 only the paragraph's tail if possible.
1788 Update `refill-ignorable-overlay'.
1789 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
1790
1791 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
1792 point inside the fill-prefix.
1793
1794 * textmodes/refill.el (refill-post-command-function): Don't reset
1795 refill-doit in the case where a self-insertion command doesn't
1796 case a refill. Use `refill-fill-paragraph-at', getting position
1797 from `refill-doit'.
1798 (refill-after-change-function): Set `refill-doit' to END.
1799 (refill-fill-paragraph-at): New function, mostly from old
1800 refill-fill-paragraph.
1801 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
1802 (refill-pre-command-function): New function.
1803 (refill-mode): Add it to `pre-command-hook'.
1804
ff9ab414
GM
18052000-11-20 Gerd Moellmann <gerd@gnu.org>
1806
29a01b72
GM
1807 * textmodes/artist.el (artist-mode): Fix autoload cookie.
1808
ff9ab414
GM
1809 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
1810 javadoc tags.
eaae8106 1811
885b211b
AS
18122000-11-20 Andre Spiegel <spiegel@gnu.org>
1813
1814 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
1815 vc.el).
1816
eaae8106 1817 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 1818 require vc.
eaae8106
SS
1819
1820 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 1821 checkouts.
eaae8106 1822
d1838556
DL
18232000-11-20 Dave Love <fx@gnu.org>
1824
1825 * Makefile.in (DONTCOMPILE): Omit bindings.el.
1826
2b69bc11 18272000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 1828
2b69bc11
GM
1829 * calculator.el (calculator-paste): Use `if' instead of `and'
1830 and `or'.
1831 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 1832
b95b34e5
GM
18332000-11-19 Gerd Moellmann <gerd@gnu.org>
1834
030de92f
GM
1835 * info.el (info-menu-5): Doc fix.
1836
b95b34e5
GM
1837 * textmodes/artist.el: New file.
1838
54970452
AS
18392000-11-19 Andre Spiegel <spiegel@gnu.org>
1840
eaae8106 1841 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
1842 and differentiate according to checkout model.
1843 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
1844 since this function is only concerned with master state.
1845
eaae8106 1846 * vc-hooks.el (vc-workfile-unchanged-p,
54970452
AS
1847 vc-default-workfile-unchanged-p): Moved here from vc.el.
1848
eaae8106 1849 * vc.el (vc-workfile-unchanged-p,
54970452
AS
1850 vc-default-workfile-unchanged-p): See above.
1851
e5a9dabf
MB
18522000-11-19 Miles Bader <miles@gnu.org>
1853
1854 * image-file.el (insert-image-file): Make `intangible' and
1855 `read-only' properties rear-nonsticky too.
1856
24127af0
GM
18572000-11-18 Gerd Moellmann <gerd@gnu.org>
1858
d392e9c5 1859 * ps-print.el: Update copyright notice.
eaae8106 1860
d392e9c5
GM
1861 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
1862 (tooltip-show): Use the offsets.
1863
24127af0 1864 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 1865 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
1866 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
1867
2b69bc11 18682000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 1869
2b69bc11
GM
1870 * ps-print.el (toplevel): Test for find-coding-system being
1871 fboundp before calling ps-x-find-coding-system.
08ea6f17 1872
66321b2f
SM
18732000-11-16 Stefan Monnier <monnier@cs.yale.edu>
1874
1875 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
1876 (vc-version-backup-file): Docstring fix.
1877
046110c6
GM
18782000-11-16 Gerd Moellmann <gerd@gnu.org>
1879
4104194e
GM
1880 * files.el (basic-save-buffer): Don't add a newline if
1881 find-file-literally is non-nil.
1882 (find-file-literally): Extend doc string.
1883
046110c6
GM
1884 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
1885 sort(1) with the `-f' argument.
1886
6505c16e
AS
18872000-11-16 Andre Spiegel <spiegel@gnu.org>
1888
fd063975
AS
1889 * vc.el: Updated backend documentation.
1890 (vc-default-check-headers): New function.
1891
3d02dd81 1892 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
1893
1894 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 1895 up-to-date.
eaae8106 1896 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 1897 the minibuffer is not active.
fd063975 1898
eaae8106 1899 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 1900 `vc-cvs-use-edit' is on.
eaae8106
SS
1901 (vc-cvs-checkout): When this is used for reverting the workfile,
1902 make a backup of the original contents and revert to that in case
8791d617 1903 of error.
eaae8106 1904 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 1905 remote repositories.
eaae8106 1906
6505c16e
AS
1907 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
1908 for both version and ratio in the minibuffer.
fd063975 1909
eaae8106 1910 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 1911 Use vc-do-command to perform the annotation, not call-process.
6505c16e 1912
a13f0660
KH
19132000-11-16 Kenichi Handa <handa@etl.go.jp>
1914
1915 * international/quail.el (quail-start-translation): Don't call
1916 `message' before reading key sequence.
1917
1389a414
MB
19182000-11-16 Miles Bader <miles@lsi.nec.co.jp>
1919
1920 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
1921
9256a532
KH
19222000-11-16 Kenichi Handa <handa@etl.go.jp>
1923
1924 * window.el (fit-window-to-buffer): Be sure to acquire at least
1925 one text line even if the buffer is empty.
1926
0e14fe9f
GM
19272000-11-16 Gerd Moellmann <gerd@gnu.org>
1928
eaae8106 1929 * net/ange-ftp.el (ange-ftp-file-writable-p)
0e14fe9f
GM
1930 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
1931 ange-ftp-process-verbose to nil.
1932
da645c53
DL
19332000-11-15 Dave Love <fx@gnu.org>
1934
233d5cde
DL
1935 * wid-edit.el (widget-specify-field, widget-specify-button): If
1936 :help-echo is a function, set help-echo of overlay to
1937 widget-mouse-help.
1938 (widget-mouse-help): New function.
1939 (widget-echo-help): Rewritten for :help-echo functions only taking
1940 a widget arg.
1941
b12057b9
DL
1942 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
1943 display-graphic-p.
1944 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
1945 and that JPEG is available.
1946 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
1947
da645c53
DL
1948 * international/mule-cmds.el (locale-charset-language-names):
1949 Match @euro.
1950
6d133d1f
GM
19512000-11-15 Gerd Moellmann <gerd@gnu.org>
1952
1953 * faces.el (face-set-after-frame-default): If
0e14fe9f 1954 `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
1955 default face from X resources.
1956
49ac2ac5
EZ
19572000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
1958
1959 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
1960 Don't set EMACSLOADPATH.
1961
4fb0a34c
EZ
19622000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
1963
1964 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
1965 texinfo-insert-@url.
1966 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
1967 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
1968
bb304a7a
SM
19692000-11-14 Stefan Monnier <monnier@cs.yale.edu>
1970
82bc80bf
SM
1971 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
1972 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
1973 (checkdoc-minor-keymap): Backward compatibility.
1974 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
1975 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
1976 (checkdoc-this-string-valid-engine): Be a bit more strict
1977 to avoid matching substrings of `...' quoted vars/funs.
1978 (checkdoc-defun-info): Only look for `interactive' if alone.
1979 (debug-ignored-errors): Add "arg doesn't appear in docstring".
1980
e8c87124
SM
1981 * progmodes/compile.el (grep): `tag-default' can be nil.
1982
bb304a7a
SM
1983 * newcomment.el (comment-indent): Paren typo.
1984
8628686a
DL
19852000-11-14 Dave Love <fx@gnu.org>
1986
25c269ef
DL
1987 * calculator.el: New maintainer version.
1988
66321b2f 1989 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 1990
8628686a
DL
1991 * cmuscheme.el: Doc fixes.
1992 (cmuscheme) <defgroup>: Use `scheme' as parent.
1993 (cmuscheme-program-name): Remove. Change uses to
1994 scheme-program-name.
1995
1996 * xscheme.el (scheme-program-name): Don't define here.
1997
1998 * progmodes/scheme.el (scheme-program-name): New variable
1999 (originally in cmuscheme).
2000
88f0a1eb
MB
20012000-11-14 Miles Bader <miles@gnu.org>
2002
2003 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
2004 Handle header-lines. Don't loop forever if we can't enlarge the
2005 window anymore. Simplify a bit.
2006
cd9a000c
KH
20072000-11-14 Kenichi Handa <handa@etl.go.jp>
2008
2009 * window.el (fit-window-to-buffer): Don't check
2010 window-text-height. Assure that the last line is fully visible.
2011
2012 * international/quail.el (quail-show-guidance-buf): Call
2013 fit-window-to-buffer to assure the enough height of the guidance
2014 buffer.
2015 (quail-update-guidance): Avoid making the guidance buffer shorter.
2016
d3fcda22
SM
20172000-11-14 Stefan Monnier <monnier@cs.yale.edu>
2018
bdbd9606
SM
2019 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
2020 rather than `prepend' and add an interesting comment.
2021 (tex-math-face, tex-font-lock-syntactic-face-function):
2022 New face and function to use it.
2023 (tex-define-common-keys, tex-mode-map): Use menu-item rather
2024 than `menu-enable' symbol property.
2025 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
2026 (tex-mode): Add some latex-mode commands for auto-selection.
2027 Use tex-font-lock-syntactic-face-function.
2028 (tex-insert-quote): Simplify.
2029 (tex-shell): New mode.
2030 (tex-start-shell): Use it.
2031 (tex-shell-proc, tex-shell-buf): New functions.
2032 (tex-send-command): Use it.
2033 (tex-main-file): Fix the meaning of the new arg REALFILE.
2034 (tex-send-tex-command): New function split from `tex-start-tex'.
2035 Set compilation-last-buffer and compilation-parsing-end.
2036
d3fcda22
SM
2037 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
2038 when it follows non-comment text on the line.
2039
2040 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2041 Set font-lock-defaults.
2042 (lisp-mode-shared-map): Init inside the defvar.
2043 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
2044 Use define-derived-mode.
2045
bdab1d43
MB
20462000-11-14 Miles Bader <miles@lsi.nec.co.jp>
2047
2048 * faces.el (header-line): Use `:box nil' for color/gs displays too.
2049
936ae731
GM
20502000-11-14 Gerd Moellmann <gerd@gnu.org>
2051
2052 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
2053 recursively optimize body because that can lead to infinite
2054 recursion; see comment there.
2055
1695ca2b
EZ
20562000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
2057
2058 * faces.el (face-spec-set-match-display): Revert the change from
2059 2000-10-24. Add a FIXME for after v21.1.
2060
9d348294
MB
20612000-11-13 Miles Bader <miles@gnu.org>
2062
2063 * textmodes/fill.el (skip-line-prefix): New function.
2064 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
2065 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
2066 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
2067 point inside the fill-prefix.
9d348294 2068
b85fa13c
MB
20692000-11-13 Miles Bader <miles@lsi.nec.co.jp>
2070
2071 * calendar/calendar.el (generate-calendar-window): Use
2072 `fit-window-to-buffer'.
2073
a0b47716
SM
20742000-11-12 Stefan Monnier <monnier@cs.yale.edu>
2075
2076 * gud.el (gud-minor-mode): New var.
2077 (gud-symbol, gud-val): New functions.
2078 (gud-find-file): Copy gud-minor-mode to the new buffer.
2079 (gud-menu-map): Include entries for commands that are not always
2080 available, using :enable to (de)activate them.
2081 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
2082 (gud-mode-map): New map.
eaae8106 2083 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
2084 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
2085 Don't set up gud's menu (it's done by the minor-mode).
2086 (gud-minibuffer-local-map): New.
2087 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
2088 (gud-query-cmdline): New function.
2089 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
2090 (gud-mode): Use define-derived-mode.
2091 Don't set up gud's menu (it's done by the minor-mode).
2092 (gud-chop-words): Remove.
2093 (gud-common-init): Use split-string instead.
2094 (gud-new-keymap, gud-make-debug-menu): Eradicate.
2095
2096 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
2097 Add keyword arg :name.
2098
2099 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
2100 (diff-count-matches, diff-split-hunk): New functions.
2101 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
2102
2103 * pcvs-info.el (cvs-fi-conflict-face): New var.
2104
2105 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
2106 Make it into a simple syntax-table, shared among all submodes.
2107 (sh-heredoc-face): Re-introduce.
2108 (sh-font-lock-syntactic-face-function): New function.
2109 (sh-mode): Use it. Also use define-derived-mode.
2110 Remove old bogus setting of indent-region-function.
2111 (sh-set-shell): Don't set the syntax-table any more.
2112 (sh-mode-syntax-table) <defun>: Remove.
2113
f5ed37df
MB
21142000-11-12 Miles Bader <miles@gnu.org>
2115
2116 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
2117 message if interactive.
2118
0b074c2f
DL
21192000-11-12 Dave Love <fx@gnu.org>
2120
2121 * mail/feedmail.el: Fix header,
2122 (feedmail) <defgroup>: Add :link.
2123
2124 * view.el: Use local-map property, not keymap on mode-line string.
2125
2126 * scroll-all.el (scroll-all-mode): Customize variable. Add
2127 autoload cookie to function.
2128
2129 * lazy-lock.el: Remove compatibility code.
2130
2131 * finder.el (finder-known-keywords): Add `files', remove `vms'.
2132 (finder-help-echo): New variable.
2133 (finder-mouse-face-on-line): Add help-echo stuff.
2134 (finder-list-keywords, finder-list-matches): Use mapc.
2135
2136 * faces.el (face-font-registry-alternatives): Add :version.
2137
2138 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
2139 tags-table-list.
2140
a0b47716 2141 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 2142
a0b47716 2143 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
2144 (mail-mode): Use [:alnum:] in some regexps.
2145
6d502396
DL
21462000-11-10 Dave Love <fx@gnu.org>
2147
2148 * ediff.el (ediff-regions-internal, ediff-documentation):
2149 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
2150 fundamental mode.
2151
2152 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
2153 buffer into fundamental mode.
2154 (ediff-set-difference): Use copy-sequence if available.
2155
2156 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
2157 ediff-patch-map non-nil.
2158 (ediff-fixup-patch-map, ediff-fixup-patch-map)
2159 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
2160 buffer into fundamental mode.
2161
2162 * ediff-merg.el (state-or-merge): Defvar when compiling.
2163
a82fe213
JR
21642000-11-10 Jason Rumney <jasonr@gnu.org>
2165
2166 * w32-fns.el (w32-add-charset-info): New function.
2167 (w32-charset-info-alist): Use it.
2168
52d89894
GM
21692000-11-10 Gerd Moellmann <gerd@gnu.org>
2170
2171 * faces.el (face-font-registry-alternatives): New user-option.
2172
178932de
SM
21732000-11-10 Stefan Monnier <monnier@cs.yale.edu>
2174
d7fa3319
SM
2175 * textmodes/texinfo.el (texinfo-block-default): New var.
2176 (texinfo-insert-block): Use it. Insert a newline if needed.
2177
178932de
SM
2178 * textmodes/fill.el (fill-indent-according-to-mode): New var.
2179 (fill-region-as-paragraph): Use it.
2180
2181 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
2182 (latex-mode): Tweak tex-*-(head|trail)er regexps.
2183 Tweak paragraph regexps to allow a leading [ \t]*.
2184 (tex-latex-block): Insert a newline if necessary.
2185 (latex-insert-item): Only insert a newline if necessary.
2186 (tex-guess-main-file): New function.
2187 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
2188 Set tex-main-file if TeX-master is provided.
2189 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
2190
bd02b8e0
GM
21912000-11-10 Gerd Moellmann <gerd@gnu.org>
2192
2193 * startup.el (command-line): Set the default tooltip-mode
2194 to t for graphical displays which implement x-show-tip.
2195
2196 * tooltip.el (tooltip-mode): Add a comment about startup.el
2197 setting the default value of this user-option.
2198
b29b03eb
SM
21992000-11-09 Stefan Monnier <monnier@cs.yale.edu>
2200
2201 * font-lock.el (font-lock-*-face) <defvar>: Move.
2202 (font-lock-defaults-alist): Mark obsolete.
2203 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
2204 (font-lock-mode): Use define-minor-mode.
2205 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
2206 (font-lock-turn-off-thing-lock): Be more explicit.
2207 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
2208 (font-lock-syntactic-face-function): New var.
2209 (font-lock-fontify-syntactically-region): Use it.
2210 (font-lock-doc-face): New.
2211
2212 * pcvs.el (cvs-enabledp): Ignore errors.
2213 (cvs-commit-filelist): Never query.
2214 (cvs-mode-insert): Always add a terminating / in the initial prompt.
2215 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
2216 (cvs-do-removal): Use cvs-partition rather than delete-if.
2217 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
2218 cvs-bury-buffer.
2219
2220 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2221 Allow `next' to jump to after the end of the last match.
2222
778fbc46
GM
22232000-11-09 Gerd Moellmann <gerd@gnu.org>
2224
730c746c
GM
2225 * simple.el (byte-compiling-files-p): New function.
2226
2227 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
2228 if it is there.
2229
2230 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
2231 nil again.
2232
778fbc46
GM
2233 * textmodes/ispell.el (ispell-library-path): Don't call
2234 check-ispell-version when byte-compiling because that starts
2235 an ispell process, and ispell might not be installed.
2236 (toplevel): Don't set up a menu when byte-compiling.
2237
2238 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
2239 it, so that a boundp test can be used to determine if we're
2240 currently byte-compiling.
2241
5912c5bb
DL
22422000-11-09 Dave Love <fx@gnu.org>
2243
2244 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
2245 eval-after-load.
2246
7bb054a5
GM
22472000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2248
2249 * ps-print.el: Patch for variable initialization when spooling. Doc
2250 fix.
2251 (ps-output-list): Fun eliminated.
2252 (ps-begin-file, ps-begin-job): Code fix.
2253
9db2706e
DL
22542000-11-08 Dave Love <fx@gnu.org>
2255
2256 * ediff-wind.el (ediff-control-frame-parameters): Zero
2257 tool-bar-lines.
2258
f7eb32aa
GM
22592000-11-08 Gerd Moellmann <gerd@gnu.org>
2260
2261 * simple.el (shell-command, display-message-or-buffer)
2262 (shell-command-on-region): Mention resize-mini-windows in the doc
2263 string.
2264 (display-message-or-buffer): Take the value of resize-mini-windows
2265 into account.
2266
7b01b08c
GM
22672000-11-07 Gerd Moellmann <gerd@gnu.org>
2268
acad3c0b
GM
2269 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
2270
7b01b08c
GM
2271 * dired.el (dired-between-files): Add `^. find' as an alternative
2272 to the regular expression, for find-dired.
2273
6f602bd0
SM
22742000-11-06 Stefan Monnier <monnier@cs.yale.edu>
2275
2276 * textmodes/texnfo-upd.el: Require texinfo.
2277 (defmacro, defgroup): Remove.
2278 (texinfo-section-to-generic-alist): Remove.
2279 Use texinfo-section-list instead (i.e. level is changed string->int).
2280 (texinfo-filter): New function.
2281 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
2282 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
2283 Use it. And use regexp-opt.
2284 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
2285 (texinfo-update-menu-region-beginning)
2286 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
2287 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
2288 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 2289 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
2290 (texinfo-sequential-node-update): Remove autoload cookie.
2291
2292 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
2293 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
2294 (texinfo-chapter-level-regexp): Remove.
2295 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
2296
bb216218
DL
22972000-11-06 Dave Love <fx@gnu.org>
2298
6f602bd0 2299 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 2300
6f602bd0
SM
2301 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
2302 Match defun*.
bb216218 2303
ff8dd5d5
KH
23042000-11-06 Kenichi Handa <handa@etl.go.jp>
2305
2306 * composite.el (composition-function-table): Variable declaration
2307 moved to src/composite.c.
2308 (compose-chars-after): New optional arg object.
2309
e9da51a1
GM
23102000-11-06 Gerd Moellmann <gerd@gnu.org>
2311
e0c12c68
GM
2312 * bindings.el (mode-line-toggle-read-only)
2313 (mode-line-toggle-modified, mode-line-widen)
2314 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
2315 (make-mode-line-mouse2-map): Rewritten.
2316 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
2317 functions so that C-h k can show something with a doc string.
eaae8106 2318
e9da51a1
GM
2319 * startup.el (fancy-splash-delay): Set to 10 seconds.
2320 (fancy-splash-max-time): New user-option.
2321 (fancy-splash-stop-time): New variable.
2322 (fancy-splash-screens): Set it. Catch `stop-splashing'.
2323 (fancy-splash-screens-1): Throw `stop-splashing' when current
2324 time is greater than fancy-splash-stop-time.
2325
611dbdf0
SM
23262000-11-06 Stefan Monnier <monnier@cs.yale.edu>
2327
4d2806e2
SM
2328 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
2329
611dbdf0
SM
2330 * pcvs.el (cvs-mode-marked): New arg `noquery'.
2331 Prompt user for a file rather than raising an error.
2332 (cvs-enabledp): Fix call to cvs-mode-marked.
2333 (cvs-insert-file): New function (extracted from cvs-mode-insert).
2334 (cvs-mode-insert): Use it. Change the init prompt' value.
2335 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
2336
2337 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
2338 Don't pass default arg to ewoc-locate.
2339 (ewoc-collect): Return result in the right order.
2340
2341 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
2342
2343 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
2344 (cvs-status-get-tags): Fix regexp.
2345 (cvs-status-trees, cvs-status-cvstrees):
2346 Combine after change hooks and don't sit-for.
4d2806e2
SM
2347 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
2348 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
2349 Use make-char rather than hard-coded cryptic data.
2350 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
2351
2352 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
2353
2354 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
2355 (cvs-insert-strings): New function.
2356
937b2877
MB
23572000-11-06 Miles Bader <miles@lsi.nec.co.jp>
2358
2359 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
2360 `mwheel-scroll-amount'.
2361 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
2362 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
2363 string-matching against the version string.
2364
c6c97763
KH
23652000-11-06 Kenichi Handa <handa@etl.go.jp>
2366
6eaec747
KH
2367 * language/thai.el ("Thai"): Set a lisp form that produces
2368 composed string in `sample-text' language info.
2369
2370 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
2371 composed string in `sample-text' language info.
2372
2373 * international/mule-cmds.el (describe-language-environment): Eval
2374 `sample-text' data and insert the result.
2375
c6c97763
KH
2376 * international/mule-conf.el (compound-text): Define this coding
2377 system here. Make x-ctext and ctext aliases of it.
2378
2379 * language/european.el (compound-text, ctext): Moved to
2380 international/mule-conf.el.
2381
d1145f85
AI
23822000-11-05 Andrew Innes <andrewi@gnu.org>
2383
2384 * w32-fns.el (w32-version): New function.
2385
178a6a45
SM
23862000-11-05 Stefan Monnier <monnier@cs.yale.edu>
2387
2388 * progmodes/awk-mode.el: Update copyright.
2389 (awk-mode-abbrev-table): Remove.
2390 (awk-font-lock-keywords): Use regexp-opt.
2391 (awk-mode): Use define-derived-mode.
2392
2393 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
2394 when extracting a suffix.
2395
1ba90166
AS
23962000-11-04 Andre Spiegel <spiegel@gnu.org>
2397
2398 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
2399 auto-save-mode.
2400
546790cb
JR
24012000-11-04 Jason Rumney <jasonr@gnu.org>
2402
2403 * language/european.el (decode-mac-roman): Test against r1 not r0.
2404
d247e32d
SM
24052000-11-03 Stefan Monnier <monnier@cs.yale.edu>
2406
fbf44f44
SM
2407 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
2408 (icon-mode): Define indent-line-function.
2409 (icon-comment-indent): Simplify.
2410 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
2411
2412 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
2413
2414 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
2415 Bind change-log-default-mode to defeat the caching done on it.
2416 Don't bother saving excursion any more.
2417
2418 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
2419
2420 * frame.el (after-setting-font-hook): Rename hooks -> hook.
2421 (set-frame-font): Use the new name (and the old for compatibility).
2422
eaae8106
SS
2423 * toolbar/tool-bar.el (tool-bar-mode):
2424 * time.el (display-time-mode):
2425 * recentf.el (recentf-mode):
2426 * paren.el (show-paren-mode):
2427 * mwheel.el (mouse-wheel-mode):
2428 * msb.el (msb-mode):
2429 * jka-compr.el (auto-compression-mode):
2430 * image-file.el (auto-image-file-mode):
2431 * hl-line.el (hl-line-mode):
2432 * delsel.el (delete-selection-mode):
2433 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
2434 * complete.el (partial-completion-mode): Drop unneeded positional args.
2435
eaae8106 2436 * info.el (Info-mode):
79372165 2437 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 2438
d247e32d
SM
2439 * log-edit.el (log-edit-menu): New menu.
2440
4921558e
MB
24412000-11-03 Miles Bader <miles@gnu.org>
2442
2443 * wid-edit.el (widget-end-of-line): Reinstate, with a new
2444 definition, so that trailing spaces are handled properly.
2445 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
2446
1fc02b3c
GM
24472000-11-03 Gerd Moellmann <gerd@gnu.org>
2448
2449 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
2450 tab character.
2451 (fancy-splash-screens): Set tab-width to 20.
2452
51d001f7
DL
24532000-11-03 Dave Love <fx@gnu.org>
2454
2455 * comint.el (comint-completion-addsuffix): Fix custom type.
2456
ba22aeff
SM
24572000-11-02 Stefan Monnier <monnier@cs.yale.edu>
2458
2459 * font-lock.el (font-lock-buffers): Remove.
2460 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
2461 (font-lock-change-major-mode): Remove.
2462 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
2463 (font-lock-default-fontify-region): Extend the multiline
2464 fontification to whole lines.
2465 (font-lock-fontify-anchored-keywords)
2466 (font-lock-fontify-keywords-region): If matching just one
2467 line (with \n) only mark the \n as multiline.
2468
2469 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
2470 Correctly handle the case where several :group args are supplied.
2471 Allow :extra-args.
2472 (easy-mmode-define-global-mode): Allow :extra-args.
2473 Correctly handle the case where several :group args are supplied.
2474
9c887ada
MB
24752000-11-02 Miles Bader <miles@gnu.org>
2476
eaae8106 2477 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
2478 (holiday-face): Remove dependency on `window-system'.
2479
7f25090d
KR
24802000-11-02 Ken Raeburn <raeburn@gnu.org>
2481
2482 * Makefile.in (emacs): Set EMACSLOADPATH always.
2483 (update-authors, .el.elc, compile-files): Don't do it explicitly
2484 here.
9b911107 2485 (compile-files): Bomb out if compilation of a file fails.
7f25090d 2486
7dd6009c
DL
24872000-11-02 Dave Love <fx@gnu.org>
2488
2489 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
2490
94821e4f
EZ
24912000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
2492
2493 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
2494 punctuation in the warning inserted into the *mail* buffer.
2495
1ac3fc42
GM
24962000-11-02 Gerd Moellmann <gerd@gnu.org>
2497
57731876
GM
2498 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
2499 (authors-public-domain-p): New function.
2500 (authors-print): Use it.
2501
975f82c9
GM
2502 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
2503
1ac3fc42
GM
2504 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
2505
4b3eb10f
GM
25062000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2507
975f82c9 2508 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
2509 (ps-print-version): New version number (6.3.1).
2510 (ps-even-or-odd-pages): Customization fix.
2511 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
2512 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
2513 (ps-page-count): Var replaced by `ps-page-column'.
2514 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
2515 (ps-print-sheet-p): New fun.
2516
7da794df
MB
25172000-11-02 Miles Bader <miles@lsi.nec.co.jp>
2518
2519 * tooltip.el (tooltip-gud-tips-setup): New function.
2520 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
2521 (tooltip-mode): Call tooltip-gud-tips-setup.
2522 (tooltip-gud-tips): Use `gud-basic-call' instead of
2523 process-send-string, so the prompt gets frobbed appropriately.
2524 Handle nil return value from `tooltip-gud-print-command'.
2525
0e40b809
EL
25262000-11-01 Eric M. Ludlam <zappo@ultranet.com>
2527
2528 * comint.el (comint-add-to-input-history): New function.
2529 (comint-send-input): Use `comint-add-to-input-history'.
2530
50ada0db
MB
25312000-11-02 Miles Bader <miles@lsi.nec.co.jp>
2532
973a3104
MB
2533 * info.el (info-menu-header): New face.
2534 (Info-fontify-menu-headers): New function.
2535 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
2536
50ada0db
MB
2537 * info.el (Info-insert-dir): Don't include blank lines at
2538 beginning of additional dir files (one is added automatically).
2539
bff53411
SM
25402000-11-01 Stefan Monnier <monnier@cs.yale.edu>
2541
2542 * emacs-lisp/easy-mmode.el (define-minor-mode):
2543 Revert the latest changes.
2544 Allow the three positional arguments to be skipped and replaced
2545 by keyword arguments.
2546 Add a :toggle argument to determine whether a nil arg means toggle
2547 or means turn-on. The default is unchanged.
2548 Add a call to force-mode-line-update.
2549
6b8a0b2d
DL
25502000-11-01 Dave Love <fx@gnu.org>
2551
2552 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
2553 cookie.
2554
5bf99100
MB
25552000-11-01 Miles Bader <miles@lsi.nec.co.jp>
2556
2557 * calendar/calendar.el (diary-face, holiday-face): Add
2558 dark-background variants.
2559
a4032611
SS
25602000-10-31 Sam Steingold <sds@gnu.org>
2561
2562 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
2563 `tex-main-file' does not have directory in it.
2564
c286608e
SM
25652000-10-31 Stefan Monnier <monnier@cs.yale.edu>
2566
2567 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
2568
4836835a
TTN
25692000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
2570
2571 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
2572 functional change.
2573
26dcb81b
GM
25742000-10-31 Gerd Moellmann <gerd@gnu.org>
2575
2576 * files.el (find-file-noselect): When we expand a wildcard, return
2577 a list of buffers, as we should do according to the doc string.
2578
49fc4500
KR
25792000-10-31 Ken Raeburn <raeburn@gnu.org>
2580
2581 * loadup.el (top level): Adjust load path if program name is
2582 "../src/bootstrap-emacs", in case it's not dumped and thus the
2583 load path adjustment hasn't already been done.
2584
ea0c615d
GM
25852000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2586
2587 * ps-print.el: Fix bug on selected pages for printing. Use
2588 `color-values' for Emacs 21. Ensure fontification when jit-lock
2589 is on. Try to avoid warning messages when compiling. Doc Fix.
2590 (ps-print-version): New version number (6.3).
2591 (ps-color-device): Use `color-values' to determine if device
2592 supports color.
2593 (ps-color-values): Try to use `x-color-values' when using XEmacs.
2594 (ps-print-page-p): Changed from defsubst to defun.
2595 (ps-page-number): Changed from defmacro to defun.
2596 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
2597 printing.
c286608e 2598 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
2599 (ps-end-file, ps-dummy-page): Funs eliminated.
2600 (ps-print-color-scale): Changed default value.
2601 (ps-page-n-up, ps-print-page-p): New internal vars.
2602 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
2603 (ps-plot-region, ps-generate, ps-end-job): Code fix.
2604
9e20722f
GM
2605 * delim-col.el: Little programming improvement.
2606 (delimit-columns-str): New macro.
2607 (delimit-columns-region, delimit-columns-rectangle): Code fix.
2608
d7a0fd00
KH
26092000-10-31 Kenichi Handa <handa@etl.go.jp>
2610
c286608e
SM
2611 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
2612 Moved to european.el.
d7a0fd00
KH
2613 (ccl-encode-mac-roman-font, fontset-mac): Modified for
2614 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
2615 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
2616 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 2617
234be340
DL
26182000-10-30 Dave Love <fx@gnu.org>
2619
2620 * progmodes/cc-menus.el (imenu-generic-expression)
2621 (imenu-progress-message): Only defvar when compiling.
2622
4edc4a39
DL
2623 * emacs-lisp/elp.el (elp-unload-hook): New function.
2624
2625 * loadhist.el (unload-feature): Call elp-restore-function,
2626 checking for symbols; don't use elp-restore-all.
2627 (loadhist-hook-functions): Doc fix.
2628
70c825df
SM
26292000-10-30 Stefan Monnier <monnier@cs.yale.edu>
2630
2631 * log-edit.el (log-edit-confirm): Fix the default.
2632
1d3baf74
GM
26332000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2634
2635 * delim-col.el: Little fix: replace delimit-columns-align-columns by
2636 delimit-columns-format.
2637 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 2638
1ec321a7
MB
26392000-10-30 Miles Bader <miles@lsi.nec.co.jp>
2640
2641 * comint.el (comint-replace-by-expanded-history): Don't use
2642 comint-get-old-input (we're not looking at *old* input).
2643 (comint-get-old-input-default): If using fields, signal an error
2644 when the point is not in an input field.
2645
70737ea9
KH
26462000-10-30 Kenichi Handa <handa@etl.go.jp>
2647
2648 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
2649 and mule-unicode-e000-ffff.
2650
fa0cb51d 2651 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
2652 (make-coding-system): Accept a symbol of translation table as a
2653 value of property `safe-chars'.
2654
2655 * international/mule-cmds.el (encode-coding-char): Check property
2656 safe-chars instead of safe-charsets.
2657
2658 * international/fontset.el (fontset-default): Modified for
2659 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
2660 (x-font-name-charset-alist): Likewise.
2661 (ccl-encode-unicode-font): New CCL program. Record it in
2662 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
2663
70c825df
SM
2664 * language/european.el (mac-roman-decoder, mac-roman-encoder):
2665 New translation tables.
70737ea9
KH
2666 (decode-mac-roman, encode-mac-roman): Definition of these CCL
2667 programs are modified and moved from mac-win.el.
2668 (mac-roman): Definition of this coding system is modified and
2669 moved from mac-win.el.
4836835a 2670
fda2ce24 26712000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 2672
1d3baf74 2673 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 2674 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 2675
dd4d3cb6
MB
26762000-10-29 Miles Bader <miles@gnu.org>
2677
2678 * custom.el (custom-add-to-group): Allow multiple entries for a
2679 given value OPTION, as long as their widget types are different.
2680 * cus-edit.el (custom-face-value-create): If face name doesn't end
2681 with "face", add such here (similar to custom group widgets).
2682
2683 * comint.el (comint-highlight-prompt): Add :type.
2684
dace60cf
JW
26852000-10-28 John Wiegley <johnw@gnu.org>
2686
2687 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
2688 Changed this function to operate on a temporary buffer instead of
2689 the main buffer. This not only keeps flyspell from marking a
2690 buffer as changed that wasn't, but it solves the jumpy cursor
2691 problem when attempts are made to edit incorrect words.
2692 (flyspell-maybe-correct-doubling): Same change as for
2693 `flyspell-maybe-correct-transposition'.
2694
2695 * calendar/timeclock.el (timeclock-log): Doc fix.
2696 (timeclock-last-event): Doc fix.
2697 (timeclock-log): Kill the timelog buffer after appending a new
2698 event.
2699 (timeclock-find-discrep): Use a temp buffer to read in the
2700 timelog, instead of visiting the file.
2701 (timeclock-log-data): A new function, along with a host of helper
2702 functions, for the purpose of making timelog data accessible to
2703 programmers.
2704
2705 * eshell/esh-mode.el (window-height test): Make certain that
2706 `eshell-stringify-t' is non-nil.
2707 (eshell-password-prompt-regexp): Changed to a much simpler
2708 password regexp.
2709 (eshell-send-input): If `eshell-invoke-directly' returns t,
2710 directly invoke the parsed command using `eval'. This improves
2711 turn-around time on simple commands by a factor of three or
2712 greater, such as cd, ls, pwd, etc. -- which get used very often.
2713 It also conserves thousands of cons cells per call (since
2714 `eshell-do-eval' consumes memory like a Cookie Monster set loose
2715 in the Pacific Cookie Company).
2716
2717 * eshell/esh-test.el (eshell-test): Whitespace fix.
2718
2719 * eshell/em-ls.el (eshell-ls-insert-directory): Make
2720 `eshell-ls-initial-args' nil when inserting directory contents.
2721
2722 * eshell/em-script.el (eshell-script-initialize): Add names to
2723 `eshell-complex-commands, since `source' and `.' are complex.
2724
0467b076
EZ
2725 * eshell/esh-cmd.el (eshell-rewrite-for-command)
2726 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
2727 `eshell-copy-handles'.
2728 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
2729 bodies.
2730 (eshell-separate-commands): Whitespace fix.
2731 (eshell-complex-commands): Added a new list of names, for
2732 determining whether a given command is as simple as it looks.
2733 (eshell-invoke-directly): New function. Returns t if a command
2734 should be invoked directly (using `eval'), rather than indirectly
2735 using `eshell-do-eval'.
2736 (eshell-do-eval): Whitespace fix.
2737
2738 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
2739 which provides an emulation of the DOS shell behavior of assuming
2740 that cp/mv/ln should copy/move/link to the current directory.
2741 (eshell-remove-entries): Added a doc string.
2742 (eshell-shuffle-files): Removed the check for `target' being null.
2743 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
2744 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
2745 it to do a smarter check of whether a destination was provided.
2746 (eshell/mv, eshell/cp): Enable `:preserve-args'.
2747 (eshell/ln): Enable `:preserve-args', and use
2748 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
2749 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
2750 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
2751 list after flattening it. This makes it possible to cat files
2752 with numerical names.
2753 (eshell-unix-initialize): Added several names to
2754 `eshell-complex-commands.
2755 (eshell-unix-command-complex-p): Return t if a given command name
2756 may result in external processes being invoked.
2757
2758 * eshell/em-glob.el (eshell-glob-show-progress): Make this
2759 variable nil by default, since it slows down glob processing by a
2760 factor of two or more, and increases memory consumption.
2761
2762 * eshell/em-smart.el: Added a note about how memory consumptive
2763 smart display mode can be (at least this is true in Emacs 21).
2764 (eshell-smart-initialize): Whitespace fix.
2765 (eshell-refresh-windows): Use `if' instead of `when'.
2766 (eshell-smart-scroll-window): Calling `save-current-buffer' was
2767 not necessary.
2768 (eshell-currently-handling-window): Added a missing global
2769 variable.
2770
2771 * eshell/em-ls.el (eshell-do-ls): Code simplification.
2772 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
2773 Whitespace fix.
2774 (eshell-ls-exclude-hidden): Added this variable in addition to
2775 `eshell-ls-exclude-regexp'. This one prevents files beginning
2776 with . from even being read, which can improve memory consumption
2777 quite a bit.
2778 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
2779 read file entries beginning with a dot. In home directories with
2780 lots of hidden files, fully two-thirds of the time spent in ls is
2781 used to read directory entries that are immediately thrown away.
2782 (eshell-ls-initial-args): Added back this configuration variable,
2783 for specifying default initial arguments to every call to ls.
2784 Much faster than using an alias to do the same thing.
2785 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
2786 (eshell-ls-dir): Whitespace change.
2787
2788 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
2789
2790 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
2791 available.
2792 (eshell-stringify-t): Added a customization variable, to indicate
2793 whether `t' should be rendered as a string at all. If not, one
2794 can still determine if the result of an expression is true using
2795 "file-exists-p FILE && echo true".
2796 (eshell-stringify): If `eshell-stringify-t' is nil, don't
2797 stringify t!
2798
2799 * eshell/esh-module.el: Whitespace fix.
2800
2801 * eshell/em-alias.el (eshell-alias-initialize): Added
2802 `eshell-command-aliased-p' to `eshell-complex-commands'.
2803 (eshell-command-aliased-p): New function that returns t if a
2804 command name names an aliased.
2805
657f9cb8 28062000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 2807
0467b076 2808 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 2809 redrawing the screen when changing cursor color.
0467b076
EZ
2810 (viper-insert-state-pre-command-sentinel)
2811 (viper-replace-state-pre-command-sentinel)
70c825df
SM
2812 (viper-replace-state-post-command-sentinel):
2813 Use viper-preserve-cursor-color.
657f9cb8
MK
2814 Many functions changed to use viper= instead of = when comparing
2815 characters.
0467b076 2816 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 2817 working with characters.
0467b076 2818 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
2819 Many functions changed to use viper= instead of = when comparing
2820 characters.
0467b076 2821 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 2822
0467b076 2823 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 2824 Several typos fixed in various docstrings.
0467b076
EZ
2825 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
2826 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
657f9cb8 2827 hook.
0467b076
EZ
2828 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
2829 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
2830 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
2831 (ediff-get-selected-buffers): New function.
2832 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
2833 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
657f9cb8 2834 save-window-excursion.
0467b076 2835 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 2836 termination check in while loop.
0467b076 2837 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 2838 dired buffer.
0467b076
EZ
2839 (ediff-files,ediff-merge-files,ediff-files3)
2840 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 2841
4f490d99
DL
28422000-10-28 Dave Love <fx@gnu.org>
2843
2844 * info.el (Info-fontify-node): Add help-echo for menu items.
2845
45b84006
EZ
28462000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
2847
5ebc02b3
EZ
2848 * startup.el (normal-top-level): If the value of $TERM indicates
2849 we are running from xterm or one of its work-alikes, default to a
2850 light background mode.
2851
45b84006
EZ
2852 Support for -fg, -bg, and -rv command-line arguments for TTYs:
2853 * faces.el (tty-handle-reverse-video): New function.
2854 (tty-create-frame-with-faces): Call it.
2855
2856 * frame.el (frame-notice-user-settings): Don't apply
2857 default-frame-alist and initial-frame-alist to MS-DOS frames.
2858 Call tty-handle-reverse-video, frame-set-background-mode, and
2859 face-set-after-frame-default for non-MS-DOS frames.
2860
2861 * startup.el (tty-long-option-alist): New variable.
2862 (tty-handle-args): New function.
2863 (command-line): Call tty-handle-args.
2864
2865 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
2866 startup.el now does that for all character-terminal frames.
2867
eab6e8b9
MB
28682000-10-28 Miles Bader <miles@gnu.org>
2869
2870 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
2871 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
2872 global. If :global is followed by a non-nil but non-t value,
2873 make the mode buffer-local, but also generate a `global-MODE'
2874 version using `easy-mmode-define-global-mode'. Add
2875 :conditional-turn-on keyword argument.
2876
51a29efc
DL
28772000-10-28 Dave Love <fx@gnu.org>
2878
2879 * international/latin1-disp.el (latin1-char-displayable-p): Don't
2880 use window-system.
2881
d71d7114
EZ
28822000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
2883
2884 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
2885 Don't call find-buffer-file-type-coding-system. Instead, just
2886 set eol-type to -unix if inhibit-eol-conversion is in effect, or
2887 if the file is on an untranslated filesystem.
2888 (add-untranslated-filesystem): Use "D" instead of "f" inside
2889 interactive.
2890
1f9cab4b
DL
28912000-10-27 Dave Love <fx@gnu.org>
2892
70c825df 2893 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
2894 (refill-mode): Use it.
2895
70c825df
SM
28962000-10-27 Stefan Monnier <monnier@cs.yale.edu>
2897
2898 * international/quail.el (quail-activate): Don't make-local-hook.
2899
7432cf10
AS
29002000-10-27 Andre Spiegel <spiegel@gnu.org>
2901
4836835a 2902 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 2903 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
2904 (vc-make-version-backup): Don't do it on MS-DOS without long file
2905 names.
4836835a 2906
7432cf10
AS
2907 * vc.el (vc-version-other-window): If an automatic backup of the
2908 desired version exists, rename it instead of copying it.
2909
4836835a
TTN
2910 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
2911 after command. If there's an unexpected error, signal it instead
7432cf10 2912 of being silent.
e1483c38 2913 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 2914
05ea7ef2
MB
29152000-10-27 Miles Bader <miles@lsi.nec.co.jp>
2916
fd1035aa
MB
2917 * shell.el (shell): Add BUFFER argument.
2918 * comint.el (make-comint-in-buffer): New function.
2919 (make-comint): Use it.
2920
05ea7ef2
MB
2921 * faces.el (face-spec-choose): Change syntax so that the list of
2922 attribute-value pairs is now the cdr of each clause, not the cadr.
2923 Detect old-style entries, and handle them. Use pop.
2924
835a55fe
SM
29252000-10-26 Stefan Monnier <monnier@cs.yale.edu>
2926
f5ab1cdd
SM
2927 * cus-edit.el (custom-mode-map): Use a sparse map.
2928 (custom-mode): Don't bother with make-local-hook.
2929
2930 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
2931
835a55fe
SM
2932 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
2933
c13b0ec8
GM
29342000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2935
2936 * ps-print.el: Avoid compilation gripes.
2937 (ps-print-version): New version number (6.2.1).
4836835a 2938
e9f63196
DL
29392000-10-26 Dave Love <fx@gnu.org>
2940
0b95284b
DL
2941 * menu-bar.el: Modify some menu item help strings.
2942 (menu-bar-help-menu): Add link to MORE.STUFF.
2943
e9f63196
DL
2944 * cus-edit.el (custom-mode): Add `special' mode-class property.
2945
2946 * wid-browse.el (widget-browse-mode): Likewise.
2947
2948 * wid-edit.el (widget-specify-field): Revert to using local-map
2949 property, not keymap.
2950
e276a14a
MB
29512000-10-26 Miles Bader <miles@lsi.nec.co.jp>
2952
c1545d88
MB
2953 * wid-edit.el (widget-field-end): When checking for a `boundary'
2954 field, do so in the correct buffer.
2955
3c1b77ca
MB
2956 * simple.el (undo): Correctly distinguish between numeric and
2957 non-numeric prefix args in non-transient-mark-mode, as per the doc
2958 string. When in transient-mark-mode, treat all prefix-args as
2959 numeric.
2960
f5ab1cdd
SM
2961 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
2962 Position point on match. Handle N == 0 correctly.
22626d9d
MB
2963
2964 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
2965 (comint-mode-map): Reverse order of `comint-write-output' and
2966 `comint-append-output-to-file'.
2967 (comint-append-output-to-file): Reinstate this function, for the
2968 benefit of the menu.
2969
d97151cb
SM
29702000-10-25 Stefan Monnier <monnier@cs.yale.edu>
2971
2972 * vc.el (vc-version-other-window): Bind `file'.
2973
ea7d6f5b
GM
29742000-10-25 Gerd Moellmann <gerd@gnu.org>
2975
f5ab1cdd 2976 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
2977
2978 * emacs-lisp/authors.el (batch-update-authors): New function.
2979 (authors-fixed-entries): New defconst.
2980 (authors-add-fixed-entries): New function.
2981 (authors): Call it.: Don't process lispref/.
2982
17c25cea
JR
29832000-10-25 Jason Rumney <jasonr@gnu.org>
2984
2985 * cus-edit.el (custom-button-face, custom-button-pressed-face):
2986 Merge x w32 and mac definitions.
2987
4ecda532
GM
29882000-10-25 Gerd Moellmann <gerd@gnu.org>
2989
2990 * menu-bar.el (menu-bar-options-menu): Add a help string for
2991 `uniquify'.
2992
b6735035
GM
29932000-10-25 Stephen Gildea <gildea@alum.mit.edu>
2994
f5ab1cdd
SM
2995 * time-stamp.el (time-stamp-string-preprocess):
2996 Fix a wrong type argument error.
b6735035 2997
f4cbc7a0
MB
29982000-10-25 Miles Bader <miles@gnu.org>
2999
3000 * recentf.el (recentf-mode): Variable removed.
3001 (recentf-mode): Use `define-minor-mode'.
3002
3003 * mwheel.el (mouse-wheel-mode): New global minor mode.
3004 (mwheel-install): Use `mouse-wheel-mode'.
3005
f4b020f6
DL
30062000-10-25 Dave Love <fx@gnu.org>
3007
f5ab1cdd
SM
3008 * progmodes/cperl-mode.el (cperl-mode):
3009 Set normal-auto-fill-function correctly.
072cb6f9 3010
f4b020f6
DL
3011 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
3012 inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 3013 bindings.
f4b020f6 3014
ebe2a441
MB
30152000-10-25 Miles Bader <miles@lsi.nec.co.jp>
3016
ff4dcd4b
MB
3017 * wid-edit.el (widget-field-at): New function.
3018 (widget-at, widget-field-activate): Use it.
3019 (widget-tabable-at): Use `widget-at'.
3020 (widget-specify-field): If the terminating character of the widget
3021 field (which is read-only) is a newline, put it into a special
3022 `boundary' field so that C-n/C-p act more naturally.
3023 (widget-field-end): Also don't subtract one if a special
3024 `boundary' field has been added after the widget field.
3025
ebe2a441
MB
3026 * comint.el (comint-output-filter, comint-send-input): Don't
3027 bother adding stickiness fields to overlays to fool the field
3028 code, since it should notice the overlay insertion-types now.
ff4dcd4b 3029
ebe2a441
MB
3030 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
3031 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
3032 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
3033
fe50b6ab
GM
30342000-10-24 Gerd Moellmann <gerd@gnu.org>
3035
53df4dda
GM
3036 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
3037 (authors): Set file coding system to iso-2022-7bit. Add
3038 file-local variables to output buffer.
3039
4836835a 3040 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
3041 WARN is nil.
3042
53df4dda
GM
30432000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3044
3045 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
3046
3047 * delim-col.el: Now there is a column formatting mechanism.
3048 Modified to customization mechanisms convention. Doc fix.
3049 (columns): New group for delim-col.
3050 (delimit-columns-before, delimit-columns-after)
3051 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
3052 (delimit-columns-end): New vars.
3053 (delimit-columns-customize, delimit-columns-format): New funs.
3054 (delimit-columns-region, delimit-columns-rectangle)
3055 (delimit-columns-rectangle-line): Modified to support column
3056 formatting.
4836835a 3057
a9839779
DL
30582000-10-24 Dave Love <fx@gnu.org>
3059
3060 * log-edit.el (log-edit): Add :version and a :group for vc.
3061
df0267b8
GM
30622000-10-24 Gerd Moellmann <gerd@gnu.org>
3063
9acc3873
GM
3064 * files.el (after-find-file): Don't print a message ``New file''
3065 if WARN is nil.
3066
63e1b552
GM
3067 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
3068 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
3069 get duplicate tool-bar entries because we'll see the global ones
3070 on more than one path through keymaps.
3071
1946f901
GM
3072 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
3073
df0267b8
GM
3074 * progmodes/cmacexp.el: Change Francesco's email address.
3075
ae3b264b
KH
30762000-10-24 Kenichi Handa <handa@etl.go.jp>
3077
3078 * window.el (fit-window-to-buffer): Adjust point of the window
3079 buffer, not that of the current buffer.
3080
23afac01
EZ
30812000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
3082
3083 * progmodes/cmacexp.el: Update the euthor's email address.
3084
22d1a4ed
MB
30852000-10-24 Miles Bader <miles@lsi.nec.co.jp>
3086
3087 * faces.el (face-spec-set-match-display): Add `graphic' display
3088 type (the inverse of `tty'). Use `display-graphic-p' instead of
3089 the window-system variable.
3090
f408aa48
KH
30912000-10-24 Kenichi Handa <handa@etl.go.jp>
3092
3093 * international/isearch-x.el (isearch-with-input-method): Call
3094 input-method-function with the first event in
3095 unread-command-events.
3096
94fe8a31
MB
30972000-10-24 Miles Bader <miles@lsi.nec.co.jp>
3098
3099 * faces.el (face-default-spec, face-user-default-spec): Make
3100 defsubsts.
3101
8f47302e
AC
31022000-10-24 Andrew Choi <akochoi@i-cable.com>
3103
3104 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
3105 New charsets.
3106
3107 * term/mac-win.el: Remove definitions of mac-roman-lower and
3108 mac-roman-upper, require dired, and define instead of set
3109 mac-ready-for-drag-n-drop to avoid compilation error.
3110
446c097e
AI
31112000-10-23 Andrew Innes <andrewi@gnu.org>
3112
3113 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
3114 superfluous calls to subst-char-in-string; instead apply
3115 expand-file-name after convert-standard-filename to ensure
3116 expected directory separators are used.
3117
379b70e7
EZ
31182000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
3119
3120 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
3121
85c766e9
DL
31222000-10-23 Dave Love <fx@gnu.org>
3123
b7e03a67
DL
3124 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
3125 (tool-bar-add-item): Set foreground and background for XBM icons.
3126
3127 * international/latin1-disp.el (latin1-char-displayable-p): New
3128 function (from Handa).
3129 (latin1-display-check-font): Use it.
3130
0dcf8835
DL
3131 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
3132 using :key-sequence, making it much more usable. Use nconc, not
3133 append.
3134 (imenu--create-keymap-1): Avoid append.
3135
85c766e9 3136 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 3137
cb3069bb
MB
31382000-10-23 Miles Bader <miles@lsi.nec.co.jp>
3139
3140 [the following changes fix a bug where `define-minor-mode' didn't
3141 correctly generate :require clauses for defcustoms in compiled files]
3142 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
3143 (byte-compile-log-file, byte-compile-log-1): Don't set
3144 `byte-compile-current-file' to nil. Instead set
3145 `byte-compile-last-logged-file' to it. Test whether
3146 byte-compile-current-file equals byte-compile-last-logged-file
3147 instead of whether its nil.
3b6542ba 3148 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 3149
6db6243b
SM
31502000-10-23 Stefan Monnier <monnier@cs.yale.edu>
3151
3152 * textmodes/refill.el: Fix var names in doc.
3153 (refill-mode): Don't bother with make-local-hook anymore.
3154
98490598
MB
31552000-10-23 Miles Bader <miles@lsi.nec.co.jp>
3156
e01cd227
MB
3157 * faces.el (face-user-default-spec, face-default-spec): New functions.
3158 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 3159 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
3160 Use `face-user-default-spec'. Simplify code slightly.
3161
4836835a 3162 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
3163 (woman-unknown-face): Add dark-background variants.
3164 (woman-default-faces): Renamed from `woman-colour-faces'.
3165 Set using the stored defaults, rather than using hard-wired colors.
3166 (woman-monochrome-faces): Renamed from `woman-black-faces'.
3167 Just make the foreground `unspecified' rather than "black".
3168 (woman-menu): Rename menu entries accordingly.
3169
98490598
MB
3170 * faces.el (header-line): Make more reasonable on mono/grayscale
3171 displays.
3172
1a578e9b
AC
31732000-10-23 Andrew Choi <akochoi@i-cable.com>
3174
3175 * cus-edit.el (custom-button-face): Use 3D look for mac.
3176 (custom-button-pressed-face): Likewise.
3177
3178 * faces.el (set-face-attributes-from-resources): Handle mac frames
3179 in the same way as x and w32 frames.
3180 (face-valid-attribute-values): Likewise.
3181 (read-face-attribute): Likewise.
3182 (defined-colors): Likewise.
3183 (color-defined-p): Likewise.
3184 (color-values): Likewise.
3185 (display-grayscale-p): Likewise.
3186 (face-set-after-frame-default): Likewise.
3187 (mode-line): Same default face as for x and w32.
3188 (tool-bar): Likewise.
3189
3190 * frame.el: Remove call to frame-notice-user-settings at end of
3191 the file.
3192
3193 * info.el (Info-fontify-node): make underlines invisible for mac
3194 as for x, pc, and w32 frame types.
3195
3196 * term/mac-win.el: New file.
3197
aaaf7be7
DL
31982000-10-22 Dave Love <fx@gnu.org>
3199
3200 * textmodes/refill.el: New file.
3201
5392d654
AS
32022000-10-22 Andre Spiegel <spiegel@gnu.org>
3203
4836835a 3204 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 3205 MANUAL and REGEXP.
4836835a 3206 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
3207 New functions.
3208 (vc-before-save): Use the latter.
3209 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
3210 confusion.
3211
4836835a 3212 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
3213 expected by vc[-hooks].el.
3214
3215 * vc.el (vc-checkout): Added `-p' suffix in call to
3216 vc-make-version-backups-p; use vc-make-version-backup to actually
3217 make the backup.
3218 (vc-version-other-window, vc-version-backup-file): Handle both
3219 automatic and manual backups.
3220 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
3221 of all of them.
3222
1e221c16
MB
32232000-10-22 Miles Bader <miles@gnu.org>
3224
7ff4fda5
MB
3225 * comint.el (comint-highlight-input, comint-highlight-prompt):
3226 Renamed, `-face' at end removed.
3227 (comint-send-input, comint-output-filter): Use renamed faces.
3228
3511cde8
MB
3229 * window.el (fit-window-to-buffer): Change defaulting of
3230 MAX-HEIGHT slightly.
3231
1e221c16
MB
3232 * faces.el (color-values, color-defined-p): Use `member', not
3233 `memq', because it works correctly for strings.
3234 (frame-set-background-mode): Actually, "unspecified-fg" and
3235 "unspecified-bg" *are* strings. Use `member', not `memq', and
3236 `equal', not `eq', when a string value is possible.
3237
b6ef4898
EZ
32382000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
3239
3240 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
3241
34939e2c
SM
32422000-10-21 Stefan Monnier <monnier@cs.yale.edu>
3243
3244 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
3245 sh-electric-rparen, sh-electric-less and sh-electric-hash.
3246 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
3247 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
3248 (sh-font-lock-syntactic-keywords): Use them.
3249 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
3250 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
3251 (sh-mode): Don't override font-lock-unfontify-region-function.
3252 Use a copy of sh-font-lock-syntactic-keywords.
3253 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
3254 Don't call sh-scan-buffer since font-lock does it on the fly.
3255 (sh-get-indent-info): Use `face' rather than `syntax-table'
3256 text-property to detect here-documents.
3257 Replace sh-special-syntax with sh-st-punc.
3258 (sh-prev-line): Use `face' rather than `syntax-table'
3259 text-property to skip over here-documents.
3260 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
3261 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
3262 (sh-electric-less, sh-set-here-doc-region)
4836835a 3263 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
3264 (sh-scan-buffer, sh-rescan-buffer): Remove.
3265
f3d3c491
AI
32662000-10-21 Andrew Innes <andrewi@gnu.org>
3267
3268 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
3269 remote (ange-ftp) file names.
3270
b86c791c
MB
32712000-10-21 Miles Bader <miles@gnu.org>
3272
d9c30bdf
MB
3273 * window.el (fit-window-to-buffer): New function.
3274 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
3275 (window-text-height): Don't expect minibuffers to have mode-lines.
3276
d9c30bdf 3277 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
feb5013d
MB
3278 * international/quail.el (quail-update-guidance): Use
3279 `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 3280
617fee5a
MB
3281 * international/quail.el (quail-show-guidance-buf): Make sure
3282 guidance window really has enough room.
3283 (quail-update-guidance): If quail-guidance-win is already shown,
3284 make sure its height is OK.
3285
b86c791c
MB
3286 * window.el (window-text-height, set-window-text-height):
3287 New functions.
3288 (shrink-window-if-larger-than-buffer): Use `window-text-height'
3289 instead of `window-height' & `mode-line-window-height-fudge'.
3290 (mode-line-window-height-fudge): Add FACE parameter.
3291 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
3292 instead of `enlarge-window' & `mode-line-window-height-fudge'.
3293
e34850d1
MB
32942000-10-20 Miles Bader <miles@gnu.org>
3295
3296 * window.el (height-affecting-face-attributes): Use `defconst'.
3297
3298 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
3299 New function, conditionally aliased to `mode-line-window-height-fudge'.
3300 (ispell-help): Use it.
3301 (ispell-choices-win-default-height): Don't include mode-line fudge.
3302 (ispell-choices-win-default-height): New function.
3303 (ispell-show-choices, ispell-command-loop): Use function
3304 `ispell-choices-win-default-height' instead of variable.
3305
a8b883c2
MB
33062000-10-20 Miles Bader <miles@lsi.nec.co.jp>
3307
8c6e4a58
MB
3308 * window.el (mode-line-window-height-fudge): New variable.
3309 (height-affecting-face-attributes): New variable.
3310 (mode-line-window-height-fudge): New function.
3311 (shrink-window-if-larger-than-buffer): Use it.
3312 * help.el (resize-temp-buffer-window): Likewise.
3313
a8b883c2
MB
3314 * info.el (Info-fontify-node): Add support for @subsubsection
3315 titles, which use `Info-title-4-face'.
3316 (Info-title-4-face): New face.
3317 (Info-title-3-face): Inherit from Info-title-4-face instead of
3318 variable-pitch.
3319
e64c3a75
JR
33202000-10-19 Jason Rumney <jasonr@gnu.org>
3321
3322 * dired.el (dired-insert-directory): Do not let errors signalled by
3323 attempt to run dired-free-space-program prevent dired from working.
3324
c70fe852
SM
33252000-10-19 Stefan Monnier <monnier@cs.yale.edu>
3326
3327 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
3328
877cf6b4
GM
33292000-10-19 Gerd Moellmann <gerd@gnu.org>
3330
5de037e0
GM
3331 * dirtrack.el (dirtrack): Fix call to run-hooks.
3332
6deb9af9
GM
3333 * cmuscheme.el (cmuscheme-program-name): Renamed from
3334 scheme-program-name because xscheme.el contains a defcustom with
3335 the same name. As a consequence, customizing group `cmuscheme'
3336 loaded `xscheme' which redefined run-scheme.
3337 (run-scheme): Use cmuscheme-program-name.
3338
877cf6b4
GM
3339 * ps-print.el (ps-print-emacs-type): Move into the
3340 eval-and-compile.
3341
e597d8fb 3342 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 3343 anonymous address, and add a website for Befrienders International.
4836835a 3344
3e9cb08f
GM
33452000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3346
c70fe852
SM
3347 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
3348 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
3349 (ps-print-version): New version number (6.2).
3350 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
3351 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
3352 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
3353 (ps-x-extent-priority, ps-x-extent-start-position)
3354 (ps-x-face-font-instance, ps-x-find-coding-system)
3355 (ps-x-font-instance-properties, ps-x-make-color-instance)
3356 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
3357 avoid compilation gripes without defining functions.
3358 (ps-e-find-composition): Alias for function find-composition, to have a
3359 suitable function depending on Emacs version.
3360 (ps-color-device, ps-color-values, ps-face-foreground-name)
3361 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
3362 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
3363 (ps-print-ensure-fontified): Function definitions surrounded by
3364 `eval-and-compile' to avoid compilation gripes.
3365 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
3366 by symbol-value to avoid compilation gripes.
3367 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
3368 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
3369
d8abcd91
MB
33702000-10-19 Miles Bader <miles@lsi.nec.co.jp>
3371
13ab33c4
MB
3372 * startup.el (normal-top-level): Call `frame-set-background-mode'
3373 after `frame-notice-user-settings' because the latter doesn't call
3374 the former on a tty.
3375
d8abcd91
MB
3376 * faces.el (frame-set-background-mode): `unspecified' &c are
3377 symbols, not strings.
3378
e8bce0a9
EZ
33792000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
3380
c70fe852
SM
3381 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
3382 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 3383
c70fe852
SM
3384 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
3385 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 3386
773272d8
KH
33872000-10-19 Kenichi Handa <handa@etl.go.jp>
3388
c70fe852 3389 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
3390 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
3391 for ISO10646-1 fonts.
3392 (x-font-name-charset-alist): Add an entry for "iso10646-1".
3393
772139c0
EZ
33942000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
3395
3396 * faces.el (frame-set-background-mode): If a tty frame defines a
3397 background color, use that to compute the background mode, instead
3398 of always defaulting to "dark".
3399
d134a19f
MB
34002000-10-19 Miles Bader <miles@lsi.nec.co.jp>
3401
8bb84cb2
MB
3402 * comint.el (comint-write-output): New function.
3403 (comint-mode-map): Add it to the menu.
e40a778f 3404 Bind `C-c C-s' to comint-write-output.
d134a19f 3405
dada41e1
GM
34062000-10-18 Gerd Moellmann <gerd@gnu.org>
3407
3408 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
3409 Use fancy-splash-delay.
3410
9b5360aa
GM
34112000-10-18 Alex Schroeder <alex@gnu.org>
3412
3413 * progmodes/sql.el (sql-sybase-options): New option.
3414 (sql-sybase): Use it. Add sql-database to the list of parameters
3415 provided for login. The options -w 2048 -n are not used any more.
3416
9035a35a
GM
3417 * comint.el (comint-read-input-ring): Bugfix such that the first
3418 and the last entry of the input ring file are not lost.
3419
3556c6dd
GM
34202000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3421
3422 * ps-print.el: Internal variable changes to defcustom,
3423 make-local-hook changes to defvar. Doc fix.
3424 (ps-print-version): New version number (6.1).
3425 (ps-setup, ps-do-despool): Code fix.
3426 (ps-printer-name): Customization fix.
3427 (ps-printer-name-option): Now is a defcustom instead of an
3428 internal variable.
3429 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
3430 (ps-print-begin-column-hook): Now are defvar instead of
3431 make-local-hook.
4836835a 3432
4e217e50
MB
34332000-10-18 Miles Bader <miles@gnu.org>
3434
3435 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
3436 (comint-kill-output): Changed into an alias for `comint-delete-output',
3437 and made obsolete.
3438 (comint-mode-map): Rename references to comint-kill-output.
3439
34460354
EZ
34402000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
3441
3442 * diff-mode.el (diff-header-face, diff-file-header-face)
3443 (diff-changed-face): Add bold and italic attributes to tty faces.
3444 (diff-function-face): New face.
3445 (diff-font-lock-keywords): Use it.
3446
17ea3cdb
MB
34472000-10-18 Miles Bader <miles@lsi.nec.co.jp>
3448
3449 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
3450 Remove commented-out call to force-mode-line-update.
3451 (comint-kill-output): Use `forward-line 0' instead of
3452 beginning-of-line to make sure we get past the prompt.
3453
9244f2c7
SM
34542000-10-17 Stefan Monnier <monnier@cs.yale.edu>
3455
3456 * diff-mode.el (diff-header-face, diff-file-header-face):
3457 Add specific setting for dark background.
3458 (diff-context-face): Renamed from diff-comment-face.
3459 Set explicitly rather than inheriting from font-lock-comment-face.
3460
1592c1ef
EZ
34612000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
3462
3463 * startup.el (command-line): Move the code which sets the default
3464 TTY colors to before before-init-hook.
3465
f86292a9
GM
34662000-10-17 Gerd Moellmann <gerd@gnu.org>
3467
3468 * jit-lock.el (jit-lock-stealth-time): Doc fix.
3469
f7f2e883
EZ
34702000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
3471
e854cc22
EZ
3472 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
3473 extensions, for MS-DOS.
3474
f7f2e883
EZ
3475 * diff-mode.el (diff-header-face, diff-file-header-face)
3476 (diff-changed-face): Define tty-specific colors.
3477
c7b4f0f9
GM
34782000-10-17 Gerd Moellmann <gerd@gnu.org>
3479
3480 * startup.el (fancy-splash-text): Realign the text.
3481
12a72271
EZ
34822000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
3483
3484 * font-lock.el (font-lock-comment-face): Define a separate default
3485 for dark-background tty's.
3486
61dfccfd
MB
34872000-10-17 Miles Bader <miles@gnu.org>
3488
3489 * help.el (resize-temp-buffer-window): Add hack to avoid last line
3490 being obscured by whizzy mode-lines on graphics displays.
3491
333cd59e
EZ
34922000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
3493
3494 * info.el (Info-title-1-face, Info-title-2-face)
3495 (Info-title-3-face): Define colors for tty's.
dada41e1 3496 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 3497
dbf1fcc1
EZ
34982000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
3499
3500 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
3501 reverse from the frame parameters, and don't invert foreground and
3502 background colors.
3503
ac629823
MB
35042000-10-16 Miles Bader <miles@gnu.org>
3505
3506 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
3507 string "*Info*". Call propertized-buffer-identification to spruce
3508 up the result.
3509
76eebffc
GM
35102000-10-16 Gerd Moellmann <gerd@gnu.org>
3511
3a6b59d9
GM
3512 * help.el: Provide `help' for the sake of define-minor-mode
3513 which generates defcustoms with requires.
3514
6569c3d3
GM
3515 * jit-lock.el (jit-lock-after-change): If we're in text that
3516 matches a multi-line font-lock pattern, make sure the whole text
3517 will be redisplayed.
3518
c2e0a611
GM
3519 * emacs-lisp/authors.el (authors-add): Don't add an entry if
3520 author's name is unknown.
3521
76eebffc
GM
3522 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
3523 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
3524 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
3525 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
3526 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
3527 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
3528 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
3529 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
3530 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
3531 Add author information.
3532
cf1e7b12
MB
35332000-10-16 Miles Bader <miles@lsi.nec.co.jp>
3534
3535 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
3536 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
3537 full-color version (using the Gimp) to eliminate dithering artifacts.
3538
5586f3eb
SM
35392000-10-15 Stefan Monnier <monnier@cs.yale.edu>
3540
3541 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
3542
3543 * simple.el (syntax-flag-table, string-to-syntax): Remove.
3544
ad64a888
DL
35452000-10-15 Dave Love <fx@gnu.org>
3546
3547 * progmodes/sh-script.el: Require skeleton and comint when
3548 compiling.
3549
3550 * pcomplete.el (pcomplete) <defgroup>: Add :version.
3551
3552 * whitespace.el: Doc fixes.
3553 (top-level): Don't add hooks here.
3554 (whitespace-running-emacs): Deleted.
3555 (timer): Don't require.
3556 (whitespace): Add back :version conditional on xemacs test.
3557 (whitespace-spacetab-regexp, whitespace-indent-regexp)
3558 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
3559 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
3560 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
3561 Avoid specific xemacs test.
3562 (whitespace-global-mode): New option.
3563 (whitespace-global-mode): New command.
3564 (whitespace-unload-hook): New function.
3565
3566 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 3567 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
3568 (Info-fontify-node): `Goto' goes to `Go to'.
3569 (Info-fontify-node): Add help-echo to xref links.
3570
1ef49fc6
EZ
35712000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
3572
3573 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
3574
8b7707e1
SM
35752000-10-15 Stefan Monnier <monnier@cs.yale.edu>
3576
b3b7f42f
SM
3577 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
3578 Use plist-get and allow :inherit.
3579
3580 * emacs-lisp/cl-macs.el (cl-do-arglist):
3581 Use plist-get and plist-member instead of memq.
3582
3c7fafc7
SM
3583 * emacs-lisp/ewoc.el (ewoc-location): New function.
3584 (ewoc-enter-after, ewoc-enter-before): Document return value.
3585 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
3586 Don't need make-local-hook any more.
3587 (cvs-addto-collection): Return the new tin.
3588 (cvs-mode-insert): Jump to the new line.
3589
8b7707e1
SM
3590 * jit-lock.el (jit-lock-fontify-buffer): Remove.
3591
3592 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
3593
3594 * font-lock.el (font-lock-syntactically-fontified): New var.
3595 (font-lock-fontify-syntactic-keywords-region): Use it.
3596 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
3597
3598 * diff-mode.el (diff-find-file-name): Fix regexp.
3599
3600 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
3601 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
3602
3603 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
3604 (sh-mode-syntax-table): Add punctuation syntax for < and >.
3605 (sh-mode): Don't make all vars local here.
3606 (sh-kw): Reformat.
3607 (sh-set-shell): Use dolist. Don't set indent-region-function.
3608 (sh-mode-syntax-table): Use pop.
3609 (sh-remember-variable): Use push.
3610 (sh-help-string-for-variable): Use memq.
3611 (sh-safe-backward-sexp): Remove.
3612 (sh-safe-forward-sexp): Add ARG.
3613 (sh-get-indent-info, sh-prev-stmt): Use it.
3614 (sh-prev-line): Simplify by using forward-comment.
3615 (sh-this-is-a-continuation): Simplify.
3616 (sh-learn-buffer-indent): Use dolist.
3617 (sh-do-nothing): Remove.
3618 (sh-set-char-syntax, sh-set-here-doc-region):
3619 Use inhibit-modification-hooks.
3620 (sh-name-style): Use mapcar and push.
3621 (sh-load-style): Use dolist.
3622 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
3623 (sh-case, sh-while-getopts): Use propertize directly rather
3624 than sh-electric-rparen.
3625
36262000-10-14 Stefan Monnier <monnier@cs.yale.edu>
3627
3628 * textmodes/tex-mode.el: Require CL when compiling.
3629 (tex-mode-syntax-table): Init immediately.
3630 (tex-mode-map): Bind M-RET to latex-insert-item.
3631 (latex-mode): Set indent-line-function to latex-indent.
3632 (tex-common-initialization): Don't setup the syntax-table any more.
3633 (latex-insert-item): New skeleton.
3634 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 3635 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 3636 (latex-indent, latex-find-indent): New functions.
4836835a 3637 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
3638 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
3639 (tex-compilation-parse-errors): Use with-syntax-table.
3640
86b7fcbb
MB
36412000-10-15 Miles Bader <miles@gnu.org>
3642
3643 * font-lock.el (font-lock-comment-face): Change dark-background,
3644 color, non-tty, default to `chocolate1'.
3645
57a24508
JW
36462000-10-13 John Wiegley <johnw@gnu.org>
3647
3648 * eshell/esh-util.el (require): Added a missing `require' form,
3649 needed when compiling (for an ange-ftp macro definition).
3650
40ad3db4
DL
36512000-10-13 Dave Love <fx@gnu.org>
3652
3653 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
3654
db460189
GM
36552000-10-13 Gerd Moellmann <gerd@gnu.org>
3656
b41c9501
GM
3657 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
3658 fix.
3659
4836835a 3660 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
3661 transparent -colors 8).
3662
3b5e21df
GM
36632000-10-13 Stephen Gildea <gildea@alum.mit.edu>
3664
3665 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
3666 that breaks with old list format timestamps.
3667 (time-stamp-warn-inactive, time-stamp-old-format-warn)
3668 (time-stamp-count, time-stamp-conversion-warn): Improved doc
3669 strings.
3670
16908a3f
JW
36712000-10-13 John Wiegley <johnw@gnu.org>
3672
d7103dda
JW
3673 * align.el, pcomplete.el, calendar/timeclock.el,
3674 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
3675
dace60cf 3676 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
3677 faulty math, where holiday hours were being computing as seconds.
3678
b6b70cda
JW
36792000-10-13 John Wiegley <johnw@gnu.org>
3680
3681 * desktop.el (desktop-buffer-modes-to-save): Added a global for
3682 specifying what "other" kinds of buffers should be saved. This
3683 used to be hard-coded.
3684 (desktop-buffer-misc-functions): A global for specifying how
3685 auxiliary data should be determined for special buffer types.
3686 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
3687 instead of hard-coding the special buffer types.
3688 (desktop-save): Run `desktop-buffer-misc-functions' to gather
3689 auxiliary data, instead of hard-coding for Info buffers and dired.
3690 (desktop-buffer-info-misc-data): Aux function for determining Info
3691 buffer auxiliary info.
3692 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
3693 (desktop-buffer-info): Changed this function to use the info
3694 gathered above.
3695 (desktop-create-buffer): Be a little more careful about what
3696 `minor-mode' means before calling it. This is important for some
3697 buffer types.
3698
8c6b1d83
JW
36992000-10-13 John Wiegley <johnw@gnu.org>
3700
3701 * eshell/esh-util.el: Added a global form which declares an
3702 autoload for `parse-time-string', if that function is not already
3703 defined, and if parse-time.el is available on the user's system.
3704
3705 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
3706 to be aware of ange-ftp user info.
3707 (eshell-do-ls): Bind `ange-cache'. Also, use
3708 `eshell-file-attributes'.
3709 (eshell-ls-annotate): Use `eshell-file-attributes'.
3710 (eshell-ls-file): Made the user-id printing code a bit smarter.
3711
3712 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
3713 allow identification of alias user ids in remote directories.
3714 It's manual, but there's no other way to know when the current
3715 user on the local machine, is also the owning user on the remote
3716 machine.
3717 (fboundp): Bind `ange-cache'.
3718 (eshell-directory-files-and-attributes): Re-organized the logic a
3719 bit to use `eshell-file-attributes' instead of `file-attributes'.
3720 The former is more sensitive to directories that are read via FTP,
3721 and knows how to use ange-ftp to determine full attribute
3722 information, instead of just the name and last modtime.
3723 (eshell-current-ange-uids): Return the current user id when in a
3724 remote directory.
3725 (eshell-parse-ange-ls): Parse a full directory listing that has
3726 been returned by ange-ftp.
3727 (eshell-file-attributes): This beefed up version of
3728 `file-attributes' is only special if the user is currently in a
3729 remote directory, in which case it does a lot of work to find out
3730 what the real attributes of a file are, as they appear on the
3731 remote machine. This makes usage of remote directories (i.e.,
3732 ange-ftp pathnames) much more useful. You can now use Eshell as a
3733 full-fledged FTP client, with much more manipulation ability than
3734 most other clients.
3735
3736 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
3737 variable, which means that Eshell's du should always be preferred
3738 in remote directories.
3739 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
3740 just `file-attributes'.
3741 (eshell-mvcp-template): Bind `ange-cache', to improve performance
3742 when reading remote directories. This is an Eshell-specific
3743 variable (not part of ange-ftp).
3744 (eshell/ln): Bind `ange-cache'.
3745 (eshell/du): Added some extra logic for determining when to use
3746 Eshell's du (which is slow), and when to use the external version
3747 (which may or may not exist).
3748
3749 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
3750 `eshell-interactive-process', rather than using
3751 `get-buffer-process', since backgrounded processes don't count in
3752 the context of this function's logic.
3753
3754 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
3755 `forward-char', so that null strings are parsed correctly.
3756
87730e84 37572000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
3758
3759 * eshell/em-pred.el (eshell-pred-file-type,
3760 eshell-pred-file-links, eshell-pred-file-size): Use
3761 `eshell-file-attributes'. This is more correct over ange-ftp.
3762
3763 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
3764 that remote file globbing is more efficient.
3765
3766 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
3767 gathering the files and attributes within a directory.
3768
3769 * eshell/em-unix.el (eshell/cat): If any of the files passed on
3770 the command line is a special file (not a regular file, directory
3771 or symlink), always attempt to call the external version of cat.
3772
87730e84 37732000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
3774
3775 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
3776 Eshell-friendly version of find-tag.
3777
1c7e37a9
MB
37782000-10-13 Miles Bader <miles@lsi.nec.co.jp>
3779
4836835a 3780 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
3781 (image-file-name-regexps): Add autoload cookies.
3782
11a7f341
KH
37832000-10-13 Kenichi Handa <handa@etl.go.jp>
3784
3785 * international/mule-cmds.el (select-safe-coding-system): If FROM
3786 is string, show it in *Warning* buffer.
3787
8ddddcb0
EZ
37882000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
3789
3790 * startup.el (normal-top-level): Use display-popup-menus-p instead
3791 of window-system.
3792 (command-line): Use display-graphic-p instead of window-system.
3793 (command-line-1): Use display-popup-menus-p and display-mouse-p
3794 instead of window-system.
3795
72200f89
SS
37962000-10-12 Sam Steingold <sds@gnu.org>
3797
3798 * tooltip.el (tooltip-use-echo-area): New user variable.
3799 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
3800
8661c643
DL
38012000-10-12 Dave Love <fx@gnu.org>
3802
d0b40dc1
DL
3803 * recentf.el: Maintainer's checkdoc fixes.
3804
a622451f
DL
3805 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
3806 character class, not ASCII when matching file names.
3807 (fancy-splash-head): Add trailing slash to URL.
3808 (command-line): Don't require XPM support for toolbar.
3809
8661c643
DL
3810 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
3811 (cperl-invalid-face): Revert last change.
3812 (cperl-init-faces): Quote cperl-invalid-face.
3813
ef2ed8ab
KH
38142000-10-12 Kenichi Handa <handa@etl.go.jp>
3815
3816 * startup.el (fancy-splash-text): Remove superfluous quote.
3817
b0da379e
GM
38182000-10-12 Gerd Moellmann <gerd@gnu.org>
3819
dbeb499b
GM
3820 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
3821 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
3822 (command-line-1): Don't use fancy-splash-pending-command.
3823 (fancy-splash-screens-1): Goto point-min after inserting text.
3824
d861718a
GM
3825 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
3826
b0da379e
GM
3827 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
3828 instead of shared-lisp-mode-map.
3829
4fb2ad98
MB
38302000-10-12 Miles Bader <miles@lsi.nec.co.jp>
3831
1cb4393e
MB
3832 * faces.el (header-line): Change tty-variant to use underlining.
3833
4fb2ad98
MB
3834 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
3835 (isearch-highlight): Restore lazy-isearch face properties at old
3836 position, and suppress them at new position.
3837 (isearch-dehighlight): Restore lazy-isearch face properties.
3838 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
3839 over the real isearch overlay, but in that case, don't give it a
3840 face property. Use `push'.
3841
eb991b25
KH
38422000-10-12 Kenichi Handa <handa@etl.go.jp>
3843
3844 * man.el (Man-getpage-in-background): Fix previous change.
3845 Decode the process output only when we are in multibyte mode.
3846
a818c1c0
DL
38472000-10-11 Dave Love <fx@gnu.org>
3848
c990f53a
DL
3849 * info.el (Info-mode-menu): Fix some help.
3850 (info-tool-bar-map): Add entry for Info-last.
3851
a818c1c0
DL
3852 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
3853 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
3854 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
3855 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
3856 * toolbar/search-replace.xpm, toolbar/exit.xpm:
3857 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
3858 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
3859 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
3860 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
3861 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
3862 Reduce colour requirements to 25 overall. (Probably wants
3863 revisiting from the originals to reduce further.)
3864
c1b096cb
EZ
38652000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
3866
3867 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
3868 buffer-file-coding-system, instead of raw-text.
3869 (dehexlify-buffer): Bind coding-system-for-read to
3870 buffer-file-coding-system, instead of raw-text.
3871
5c8b7eaf
SS
38722000-10-11 Sam Steingold <sds@gnu.org>
3873
3874 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
3875 `underline' - fixes the bug introduced on 2000-09-21.
3876
2cfbdb7a
DL
38772000-10-11 Dave Love <fx@gnu.org>
3878
3879 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
3880 compiler warnings.
3881 (scheme-mode): Doc fix.
3882 (scheme-font-lock-keywords-1): Match `define-syntax'.
3883
38842000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
3885
3886 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
3887 face specs as well as default ones. Only do anything if the
3888 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 3889 (region): Make dark-background `region' face less in-your-face.
4b33f290 3890
690ec649
SS
38912000-10-10 Sam Steingold <sds@gnu.org>
3892
3893 * chistory.el, ielm.el, ledit.el:
3894 * progmodes/inf-lisp.el, progmodes/scheme.el:
3895 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
3896
3b95d6bb
SM
38972000-10-10 Stefan Monnier <monnier@cs.yale.edu>
3898
3899 * textmodes/texinfo.el: Update copyright and fix typo.
3900
3901 * desktop.el (desktop-modes-not-to-save): New var.
3902 (desktop-save-buffer-p): Use it.
3903 Also, obey desktop-buffers-not-to-save even for non-file buffers.
3904 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
3905
d646c828
DL
39062000-10-10 Dave Love <fx@gnu.org>
3907
3908 * toolbar/tool-bar.el (tool-bar-add-item)
3909 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
3910 display.
3911
d646c828
DL
3912 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
3913 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
3914 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
3915 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
3916 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
3917 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
3918 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
3919 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
3920 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
3921 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
3922 the .xpms; probably need retouching.
3923
862a7e28
MB
39242000-10-10 Miles Bader <miles@lsi.nec.co.jp>
3925
3926 * subr.el (add-to-list): Add optional argument APPEND.
3927 * battery.el (display-battery): Use `add-to-list'.
3928
46e33aee
TTN
39292000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
3930
930baf47
TTN
3931 * play/zone.el (zone-timer, zone-wc-tbl): Rework
3932 these vars as symbol properties.
2cfbdb7a
DL
3933 (zone, zone-when-idle, zone-leave-me-alone)
3934 (zone-pgm-whack-chars): Use new symbol properties.
930baf47 3935
5a430f9c
TTN
3936 * battery.el (display-battery): Doc spelling fix.
3937
46e33aee
TTN
3938 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
3939 property.
3940
adf7d3a8
DL
39412000-10-09 Dave Love <fx@gnu.org>
3942
3943 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
3944 has been initialized before calling tool-bar-setup.
c2156508 3945 (tool-bar-add-item-from-menu): Add autoload cookie.
adf7d3a8 3946
06a8c9f8
EZ
39472000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
3948
e4ca8f8c
EZ
3949 * menu-bar.el (send-mail-item-name): New function.
3950 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
3951 of mail-user-agent in the menu. Don't display the "Send Mail"
3952 item if mail-user-agent is nil or its value is ignore.
3953 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
3954 if read-mail-command is nil or its value is ignore.
3955
06a8c9f8
EZ
3956 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
3957
7dbc9c8a
MB
39582000-10-09 Miles Bader <miles@gnu.org>
3959
29e0814b
MB
3960 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
3961 Correct image size.
3962 * toolbar/left_arrow.xpm: Correct image size.
3963
7dbc9c8a
MB
3964 * jka-compr.el: Don't call `jka-compr-install' when loading (it
3965 will be done by the definition of `auto-compression-mode' if
3966 necessary. Move code to uninstall existing file-name handler
3967 before definition of `auto-compression-mode'.
3968
3969 * image-file.el (auto-image-file-mode): Move to the end of the
3970 file, because `define-minor-mode' actually calls the mode-function
3971 if the associated variable is non-nil, which requires that all
3972 needed functions be already defined.
3973
65b61266
MB
3974 * mouse.el (popup-menu): Balance parens.
3975
d6b8c85b
SM
39762000-10-08 Stefan Monnier <monnier@cs.yale.edu>
3977
3978 * mouse.el (popup-menu): Move the command call outside the loop
3979 so that popup-menu returns whatever the command returns.
3980
3981 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
3982 (initialize-new-tags-table): Use run-hook-with-args-until-success.
3983 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
3984 (tags-table-format-functions): Renamed from tags-table-format-hooks.
3985
3986 * vc.el (vc-version-diff): diff-switches can be a list.
3987 Use relative filenames for prettier output.
3988
46e33aee 3989 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
d6b8c85b
SM
3990 (vc-post-command-functions): Remove old-VC compatibility code.
3991
3992 * newcomment.el (comment-indent-default): Autoload.
3993
3994 * font-lock.el (font-lock-defaults): Make buffer-local.
3995 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
3996 (font-lock-choose-keywords):
3997 Ignore LEVEL unless KEYWORDS is a list of syms.
3998 (c-keywords, c++-keywords, objc-keywords, java-keywords):
3999 Don't wrap regexp-opt things in \(...\) unnecessarily.
4000
4001 * jit-lock.el: Don't require font-lock any more.
4002 (jit-lock-functions): Make buffer-local.
4003 (jit-lock-saved-fontify-buffer-function): Remove.
4004 (jit-lock-mode): Remove autoload cookie.
4005 Remove font-lock specific code.
4006 (jit-lock-unregister): Don't bother handling complex hooks any more.
4007 (jit-lock-refontify): New function.
4008 (jit-lock-fontify-buffer): Use it.
4009 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
4010 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
4011 Add optional args START and END.
4012 Never call font-lock-fontify-region directly.
4013 (jit-lock-function, jit-lock-stealth-fontify): Use it.
4014
4015 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
4016
a30ed6ac
DL
40172000-10-08 Dave Love <fx@gnu.org>
4018
4e7c7ca9
DL
4019 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
4020
4021 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
4022
4023 * play/studly.el (studlify-region, studlify-word): Add autoload
4024 cookie.
4025
4026 * play/morse.el (morse-region, unmorse-region): Add autoload
4027 cookie.
4028
4029 * play/spook.el (spook-phrases-file): Use expand-file-name, not
4030 concat.
4031
4032 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
4033 insist on symbols starting with word syntax.
4034 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
4035 (eval-defun-1): Doc fix.
4036 (indent-sexp): Use nconc to build up indent-stack.
4037
4038 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
4039 Gnus with little use.
4040 (mail-setup-hook): Add mail-abbrevs-setup to options.
4041
968f7c4a
DL
4042 * recentf.el: Doc fixes.
4043
4044 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
4045 Clean up remainder.
4046
4047 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
4048 without timezone and (8) with timezone to enforce some whitespace.
4049 Simplify code somewhat.
4050
4051 * options.el (list-options): Doc that you should use customize.
4052
4053 * iswitchb.el (iswitchb-mode): Add :require.
4054
a30ed6ac
DL
4055 * info.el (Info-goto-node, Info-menu): Doc fix.
4056 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
4057 (info-tool-bar-map): New variable.
4058 (Info-mode): Use it.
4059 (Info-edit-map): Define all in defvar.
4060 (speedbar-attached-frame): Avoid compiler warning.
4061
4062 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
4063 (global-map): Bind [tool-bar] to a filtered map.
4064 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
4065 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
4066 Allow PBM icons.
4067 (tool-bar-setup): Adjust calls of tool-bar-add-item.
4068
4069 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
4070 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
4071 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
4072 icons, except up_arrow, which is left-arrow rotated.
4073
4074 * imenu.el (imenu-add-to-menubar): Fix last change.
4075
4e953aff
PB
40762000-10-08 Peter Breton <pbreton@ne.mediaone.net>
4077
4078 * generic-x.el (rul-generic-mode): Remove eval-when-compile
4079 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
4080
739e92a7
EZ
40812000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
4082
d20faceb
EZ
4083 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
4084 typos in doc strings.
4085
a640322e
EZ
4086 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
4087 the doc strings how to customize Font Lock faces.
4088
739e92a7
EZ
4089 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
4090 computing growth when dragging the header line.
4091
8be7408c
EZ
40922000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
4093
4094 * simple.el (kill-line): Doc fix.
4095
6fee86a3
MB
40962000-10-08 Miles Bader <miles@gnu.org>
4097
445a653e
MB
4098 * faces.el (secondary-selection): Make foreground visible on tty.
4099
6fee86a3
MB
4100 * jka-compr.el (auto-compression-mode): Move to the end of the
4101 file, because `define-minor-mode' actually calls the mode-function
4102 if the associated variable is non-nil, which requires that all
4103 needed functions be already defined.
4104 (with-auto-compression-mode): Add autoload cookie.
4105
a115794c
EZ
41062000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
4107
4108 * files.el (find-backup-file-name) [ms-dos]: If support for long
4109 file names is not available, behave as if version-control were set
4110 to never.
4111
b12e6de3
DL
41122000-10-07 Dave Love <fx@gnu.org>
4113
4114 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
4115 (browse-url-gnome-moz): New function.
4116 (browse-url-browser-function): Use it.
4117 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
4118
20b1d079
SM
41192000-10-07 Stefan Monnier <monnier@cs.yale.edu>
4120
4121 * indent.el (tab-always-indent): New var.
4122 (indent-for-tab-command): Use it.
39250ec3 4123
9ee45b2c 4124 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
a115794c 4125 raise an error. This way it can still default to a sane value.
9ee45b2c 4126
8c6b1d83
JW
41272000-10-06 Stefan Monnier <monnier@cs.yale.edu>
4128
39250ec3
SM
4129 * startup.el (fancy-splash-screens): Use local rather than global map.
4130 Don't use `update-menu-bindings' any more.
4131 Get rid of assumptions about keymap representation.
4132
a23ccdf2
DL
41332000-10-06 Dave Love <fx@gnu.org>
4134
814299a7 4135 * textmodes/fill.el (sentence-end-double-space)
742c1822
DL
4136 (sentence-end-without-period): Doc fix.
4137 (adaptive-fill-regexp): Purecopy.
4138 (unjustify-current-line): Use line-end-position.
4139 (fill-individual-paragraphs-prefix): Use line-beginning-position.
4140
4141 * net/eudc-vars.el (eudc): Add :version, :link.
4142
39250ec3 4143 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
742c1822
DL
4144
4145 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
4146 Fix for define-minor-mode.
4147 (function-at-point): Alias to function-called-at-point.
4148
4149 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
4150
4151 * simple.el (backward-word): Doc fix.
4152
a23ccdf2
DL
4153 * image-file.el (image-file-name-regexp): image-file-regexps ->
4154 image-file-name-regexps.
742c1822 4155 (image-file-name-extensions): Add pbm.
a23ccdf2 4156
39250ec3
SM
41572000-10-06 Stefan Monnier <monnier@cs.yale.edu>
4158
4159 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
4160 and add filename to the names so that diff-mode can jump to source.
4161
4162 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
814299a7 4163 (tex-font-lock-keywords, tex-font-lock-keywords-2)
39250ec3
SM
4164 (tex-font-lock-keywords-1): Remove.
4165 (font-lock-turn-on-thing-lock): Use jit-lock-register.
4166 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9ee45b2c
SM
4167 (font-lock-default-fontify-region):
4168 Expand beg..end correctly when just following a multiline region.
39250ec3
SM
4169 (font-lock-fontify-anchored-keywords):
4170 Include the anchor text as part of the multiline.
4171
8d5dfacd
GM
41722000-10-06 Gerd Moellmann <gerd@gnu.org>
4173
4174 * loadup.el (toplevel): Load `loaddefs' before `help' because the
4175 latter needs the autoloaded define-minor-mode macro during the
4176 bootstrap.
4177
4178 * startup.el (command-line): For now, activate tool-bar-mode only
4179 if XPM images are supported.
4180
4181 * mouse.el (mouse-drag-header-line): Don't allow resizing a
4182 window by dragging a header-line at the top of the frame; that's
4c19fbce 4183 confusing because the header-line doesn't move.
8d5dfacd
GM
4184 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
4185 of treating the event as a list. Some cleanup.
4186
f69aad2b 41872000-10-06 Miles Bader <miles@gnu.org>
8fb051f9 4188
f69aad2b
MB
4189 * simple.el (display-message-or-buffer): New function.
4190 (shell-command-on-region): Use `display-message-or-buffer'.
06933804 4191
09cb7646
MB
4192 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
4193 docstring parts.
4194
814299a7 4195 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8fb051f9
MB
4196 (smbclient-prompt-regexp): Add usage note to doc string.
4197 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
4198 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
4199 Use add-hook for adding the comint filter function, and only do so
4200 if it's not already in the global hook list.
4201 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
4202 to `make-local-variable'.
4203 (nslookup-font-lock-keywords): Remove prompt entry.
4204 (nslookup): Don't set the process-filter.
4205 (finger): Exit the loop correctly when the regexps list runs out.
4206 (ftp, smbclient, smbclient-list-shares):
4207 Set the real major mode immediately, not after execing.
4208 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
4209
4210 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
4211
4c19fbce
SM
42122000-10-05 Stefan Monnier <monnier@cs.yale.edu>
4213
4214 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
4215
4216 * which-func.el (which-func-format): Remove spurious space.
4217 (which-func-mode): Don't make it permanent-local.
4218 (which-func-ff-hook): Allow which-func-maxout to be nil.
4219 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
4220 (which-func-mode): Simplify.
4221 Use post-command-idle-hook rather than post-command-hook.
4222 Go through all buffers and update their state.
4223 (which-function): Also try add-log-current-defun-function.
4224
4225 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
4226 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
4227 Update call to with-vc-properties accordingly.
4228 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
4229 (vc-revert-buffer): More careful about window selection and deletion.
4230 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
4231
4232 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
4233 (cvs-retrieve-revision): Reuse a pre-existing buffer.
4234 (cvs-dired-action): Change the default to quickdir.
4235
4236 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
4237 if comment-indent-function returns nil.
4238 (comment-indent-default): New function.
4239 (comment-indent-function): Use it and document the new semantics.
4240
4241 * image-file.el: Docstring fixes.
4242
4243 * help.el (help-xref-on-pp): Use match-string.
4244 (describe-variable): New arg BUFFER.
4245 Store the current buffer in the help-xref-stack.
4246 (temp-buffer-resize-mode): Use define-minor-mode.
4247
4248 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
4249 consistently with its docstring.
4250 Set jit-lock-first-unfontify-pos in an idempotent way.
4251 (jit-lock-register): Autoload and add arg CONTEXTUAL.
4252
542c6552
GM
42532000-10-05 Alex Schroeder <alex@gnu.org>
4254
4255 * sql.el (sql-mysql-options): New variable.
4256 (sql-mysql): Use it.
4257
a3489ece
MB
42582000-10-05 Miles Bader <miles@lsi.nec.co.jp>
4259
77f6105c
MB
4260 * image.el (image): New group.
4261
814299a7 4262 * smerge-mode.el (smerge-mine-face, smerge-other-face)
a3489ece
MB
4263 (smerge-base-face, smerge-markers-face): Add dark-background variants.
4264
3478046b
PB
42652000-10-04 Peter Breton <pbreton@ne.mediaone.net>
4266
4267 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 4268 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3478046b
PB
4269 Ignore the value of wqindow-system; always define keywords
4270
22aca186
KH
42712000-10-05 Kenichi Handa <handa@etl.go.jp>
4272
4273 * startup.el (fancy-splash-screens): Remove the code for
4274 debugging; `(trace-to-stderr "EXITTT\n")'.
4275
55d5d717
MB
42762000-10-05 Miles Bader <miles@gnu.org>
4277
4278 * diff-mode.el (diff-goto-source): Update call to
4279 `diff-hunk-status-msg' to reflect new REV variable.
4280
41fa7178
SM
42812000-10-04 Stefan Monnier <monnier@cs.yale.edu>
4282
4283 * progmodes/icon.el (icon-mode):
4284 Don't gratuitously override the default for comment-column.
4285
4286 * vc-hooks.el (vc-mode-line): Fix interactive spec.
4287
4288 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
4289 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
4290 (jit-lock-functions): New var.
4291 (jit-lock-function-1): Use it if non-nil.
4292 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
4293 Set the `fontified' property before doing the fontification to avoid
4294 repeatedly going through the same error.
4295 Don't turn errors into messages.
4296 (jit-lock-register, jit-lock-unregister): New functions.
4297
4298 * dired.el (dired-mark-pop-up): Turn comment into docstring.
4299 Use with-current-buffer.
4300
4301 * dired-aux.el (dired-do-create-files, dired-kill-tree):
4302 Turn comment into docstring.
4303
4304 * apropos.el (apropos-mode): Use define-derived-mode.
4305
3dc78168
GM
43062000-10-04 Gerd Moellmann <gerd@gnu.org>
4307
4308 * startup.el (fancy-splash-pending-command): New variable.
4309 (fancy-splash-pre-command): New function.
4310 (fancy-splash-screens): Rewritten.
4311 (command-line-1): If fancy-splash-pending-command is set, call it
4312 interactively.
4313
dae9dc56
DL
43142000-10-04 Dave Love <fx@gnu.org>
4315
4316 * toolbar/tool-bar.el (tool-bar-setup): New function.
4317 (tool-bar-mode): Use it.
4318
4319 * subr.el (substitute-key-definition): Doc fix.
4320 (play-sound-file): New command.
4321
3388f0a5
AS
43222000-10-04 Andre Spiegel <spiegel@gnu.org>
4323
814299a7 4324 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
3388f0a5
AS
4325 vc-version-backup-file-name): New functions.
4326
4327 * files.el (basic-save-buffer): Call vc-before-save before saving.
814299a7
MB
4328
4329 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
3388f0a5
AS
4330 vc-cvs-stay-local-p.
4331
4332 * vc.el (vc-revert-buffer): Handle empty diff properly.
4333 (vc-version-backup-file): New function.
4334 (vc-checkout): Create a version backup if necessary.
4335 (vc-checkin): If a version backup file exists, delete it.
4336 (vc-version-diff): Diff locally using version backups, if available.
4337 (vc-revert-file): If there's a version backup, revert locally.
4338 (vc-transfer-file): Use version backup for base version, if
4339 available. If not, ask for confirmation whether to get it from the
4340 server. Update mode line before check-in.
4341
ebd4825d
DL
43422000-10-04 Dave Love <fx@gnu.org>
4343
4344 * toolbar/tool-bar.el (tool-bar-setup): New function.
4345 (tool-bar-mode): Use it.
4346
1b24f4b7
PB
43472000-10-04 Peter Breton <pbreton@ne.mediaone.net>
4348
3dc78168 4349 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 4350 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8b7187d8
PB
4351 Only set if window-system is non-nil
4352 (net-utils-run-program): Returns buffer.
4353 (network-connection-reconnect): Added this function.
4354
814299a7
MB
4355 * generic.el:
4356 Incorporates extensive cleanup and docfixes by
9a7f629d
PB
4357 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
4358 Uses cl compile-time macros.
3dc78168
GM
4359 (generic-mode-name, generic-comment-list)
4360 (generic-keywords-list, generic-font-lock-expressions)
4361 (generic-mode-function-list, generic-mode-syntax-table):
9a7f629d
PB
4362 Removed variables.
4363 (generic-mode-alist): Renamed to generic-mode-list.
4364 (generic-find-file-regexp): Default changed to "^#".
4365 (generic-read-type): Uses completing read on generic-mode-list.
4366 (generic-mode-sanity-check): removed this function.
4367 (generic-add-to-auto-mode): Removed this function
3dc78168 4368 (generic-mode-internal): Bind mode-specific definitions
9a7f629d
PB
4369 into function instead of putting them in alist.
4370 (generic-mode-set-comments): Reworked extensively.
4371 (generic-mode-find-file-hook): Simplified regexp searching
814299a7 4372 (generic-make-keywords-list): Omit extra pair of parens
9a7f629d 4373
814299a7 4374 * find-lisp.el (find-lisp-find-files-internal):
1b24f4b7
PB
4375 Make sure directory name ends with "/".
4376
814299a7 4377 * generic-x.el (apache-conf-generic-mode):
1b24f4b7
PB
4378 Regexp now allows leading whitespace.
4379 (rc-generic-mode): Added eval-when-compile
4380 around generic-make-keywords-list.
4381 Deleted duplicate regexp
4382 (rul-generic-mode): Added eval-when-compile
4383 around generic-make-keywords-list.
4384 (etc-fstab-generic-mode): New generic mode.
4385 (rul-generic-mode): Removed one eval-when-compile
814299a7 4386 which caused a max-specpdl-size exceeded error.
1b24f4b7 4387
a7bf5cf3
MB
43882000-10-04 Miles Bader <miles@gnu.org>
4389
4390 * simple.el (minibuffer-temporary-goal-position): New variable.
4391 (next-history-element): Try to keep the position of point in the
4392 input string constant.
4393
4394 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
4395 (dired-do-create-files): If there's only one file, pass it in as
4396 the DEFAULT arg to dired-mark-read-file-name.
4397
ce1087a9
SM
43982000-10-03 Stefan Monnier <monnier@cs.yale.edu>
4399
4400 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
4401 (diff-goto-source): Be smarter when choosing REVERSE or not.
4402
4403 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
4404 (texinfo-mode-menu): Add an explicit shortcut for update all.
4405
0e41e1d6
AS
44062000-10-03 Andre Spiegel <spiegel@gnu.org>
4407
814299a7 4408 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
858f7cb4
AS
4409 factorize backend-specific code cleanly (this was essentially
4410 conceived by Stefan Monnier).
4411 (vc-unregister): Function removed.
814299a7 4412 (vc-revert-file): New function.
858f7cb4
AS
4413 (vc-revert-buffer): Delegate some of the work to it.
4414
0e41e1d6
AS
4415 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
4416 default branch unconditionally.
4417 (vc-rcs-set-default-branch): New function.
4418 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
4419 (vc-rcs-checkin): If an appropriate default branch has been set,
4420 force creation of that branch.
858f7cb4
AS
4421 (vc-rcs-receive-file): Rewritten to contain only backend-specific
4422 code (as suggested by Stefan Monnier).
0e41e1d6 4423
01c86c56
GM
44242000-10-02 Gerd Moellmann <gerd@gnu.org>
4425
45c477b4
GM
4426 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
4427 highlighting overlay with a different face over the overlay
4428 isearch uses to highlight the current match because that can lead
4429 to bad face combinations.
4430
01c86c56
GM
4431 * loadup.el (toplevel): Load faces before isearch.
4432
4433 * isearch.el (isearch-faces): New custom group.
4434 (isearch): New defface; was already tested for in the code.
4435 (isearch-lazy-highlight-face): Changed to defface from defcustom.
4436 (isearch-highlight): Always use face `isearch'.
4437
944425c0
DL
44382000-10-02 Dave Love <fx@gnu.org>
4439
4440 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
4441 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
4442 comparison of opcode with operand.
4443
2a099bcc
MB
44442000-10-03 Miles Bader <miles@gnu.org>
4445
4446 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
4447 buffer, since the echo area will now grow to accommodate them.
4448
4300ecb8
AS
44492000-10-02 Andre Spiegel <spiegel@gnu.org>
4450
4451 * vc-hooks.el (vc-registered): If FILE used to be registered under
4452 a certain backend, try that one first.
4453
814299a7 4454 * vc.el (vc-responsible-backend): Undo the previous change in the
4300ecb8
AS
4455 argument list. Handle multiple backends correctly.
4456 (vc-find-new-backend): Function removed.
4457 (vc-register): Use vc-responsible-backend, as before.
4458 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
4459
64e6cc18
GM
44602000-10-02 Gerd Moellmann <gerd@gnu.org>
4461
4462 * startup.el (fancy-splash-head): Change message below the
4463 logo.
4464
00df919e
MB
44652000-10-02 Miles Bader <miles@lsi.nec.co.jp>
4466
4467 * diff-mode.el (diff-goto-source): Emit a status message.
4468 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
4eaa6852 4469 (diff-test-hunk): Fix doc string.
00df919e
MB
4470 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
4471 (diff-advance-after-apply-hunk): New variable.
4eaa6852 4472 (diff-apply-hunk): Don't return a value.
00df919e 4473
ceec5a0c
SM
44742000-10-01 Stefan Monnier <monnier@cs.yale.edu>
4475
4476 * vc.el (vc-editable-p): Minor optimization.
4477 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
4478 (vc-find-new-backend): New function split from vc-responsible-backend.
4479 (vc-register): Use it.
4480 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
4481 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
4482 (vc-default-unregister, vc-revert-buffer): Docstring fix.
4483 (vc-clear-headers): Don't use find-file.
4484 (vc-revert-buffer): Use `and' again (must have been a braino).
4485 (vc-switch-backend): Only prompt if requested.
4486 Short circuit if nothing is to be done.
4487 Don't use vc-resynch-buffer which could lose unsaved editing.
4488 (vc-default-receive-file): Update call to vc-unregister.
4489 (with-vc-file, vc-next-action-on-file):
4490 Use vc-backend rather than vc-registered.
4491 (vc-next-action-on-file): Use intern-soft.
4492 Deal with read-only *vc-diff* buffer.
4493 (vc-transfer-file): Docstring fix.
4494
4495 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
4496 (vc-rcs-receive-file): Avoid with-vc-properties.
4497 Update call to vc-unregister.
4498 Use constant `RCS' rather than (dynamically bound) var `backend'.
4499
4ad5da8f
AS
45002000-10-01 Andre Spiegel <spiegel@gnu.org>
4501
814299a7 4502 * vc.el (vc-next-action-on-file): Update mode line only if file
4ad5da8f
AS
4503 is visited.
4504 (vc-start-entry): New argument initial-contents. Don't visit the file
4505 if it isn't already visited. Brought documentation up-to-date.
814299a7
MB
4506 (vc-next-action, vc-register): Updated calls to vc-start-entry.
4507 (vc-checkin): New optional arg initial-contents, which is passed to
4ad5da8f
AS
4508 vc-start-entry.
4509 (vc-finish-logentry): Make sure to bury log buffer only if there
4510 really is one. Call `vc-resynch-buffer' on log-file, not
4511 buffer-file-name.
4512 (vc-default-comment-history, vc-default-wash-log): New functions.
4513 (vc-index-of): Removed.
4514 (vc-transfer-file): Make do without the above.
4515 (vc-default-receive-file): Call comment-history unconditionally. Pass
4516 the resulting string to vc-checkin, instead of inserting it into the
4517 comment ring.
4518
4519 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
4520 unconditionally. Use the comments as initial contents of the log
814299a7 4521 entry buffer. Document the trick to force branch creation with no
4ad5da8f
AS
4522 changes.
4523
aa0c3dca
MB
45242000-10-01 Miles Bader <miles@gnu.org>
4525
4526 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
4527 `recenter' with an arg to prevent redrawing the display.
4528
d5f5a2c5
SM
45292000-09-30 Stefan Monnier <monnier@cs.yale.edu>
4530
4531 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
4532
4533 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
4534
814299a7 4535 * progmodes/c-mode.el (c-mode):
d5f5a2c5
SM
4536 Don't gratuitously override the default for comment-column.
4537
4538 * textmodes/tex-mode.el (latex-metasection-list): New var.
4539 (latex-imenu-create-index): Use it.
4540 Move the regexp construction outside loops (and use push).
814299a7 4541 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
d5f5a2c5
SM
4542 (tex-font-lock-keywords): Moved from font-lock.el.
4543 (tex-comment-indent): Remove.
4544 (tex-common-initialization): Don't set comment-indent-function.
4545 (latex-block-default): New var.
4546 (tex-latex-block): Use it to provide a default choice.
4547 Add any unknown choice to latex-block-names.
4548 Insert [...] after {...}.
4549 (tex-last-unended-begin): Simplify regexp.
4550 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
4551 (latex-forward-sexp-1, latex-forward-sexp): New functions.
4552 (latex-mode): Set forward-sexp-function.
4553
4554 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
4555 Add regexp for @ignore ... @end ignore.
4556 (texinfo-heading-face): New face.
4557 (texinfo-font-lock-keywords): Use it.
4558 (texinfo-mode-menu): New menu.
4559 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
4560 New functions.
4561 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
814299a7 4562 (texinfo-section-types-regexp, texinfo-section-level-regexp)
d5f5a2c5
SM
4563 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
4564 Remove declaration.
4565 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
4566
4567 * delsel.el (delete-selection-mode): Use define-minor-mode.
4568
4569 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
4570
45712000-09-29 Stefan Monnier <monnier@cs.yale.edu>
4572
4573 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
4574
8a5506f2
GM
45752000-09-30 Gerd Moellmann <gerd@gnu.org>
4576
068127d6
GM
4577 * replace.el (keep-lines-read-args): New function.
4578 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
4579 read arguments interactively. Add parameters RSTART and REND.
4580 Operate on the active region in Transient Mark mode.
4581
d777bb8f
GM
4582 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
4583
8a5506f2
GM
4584 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
4585 (authors-obsolete-files-regexps): New variable.
4586 (authors-add): Don't record changes in obsolete files.
4587
3fa87bfc
SM
45882000-09-29 Stefan Monnier <monnier@cs.yale.edu>
4589
4590 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
4591
4592 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
4593 (comment-indent): Make sure there's a space between code and comment.
4594 Shift comments left to avoid going past fill-column.
4595
f02149ce
GM
45962000-09-29 Gerd Moellmann <gerd@gnu.org>
4597
4598 * startup.el (startup-echo-area-message): New function.
4599 (display-startup-echo-area-message): Use it.
4600 (fancy-splash-screens): Rewritten to use keymaps and a timer.
4601 (fancy-splash-default-action): New function.
4602 (fancy-splash-screens-1): New function.
4603 (fancy-splash-head): Put a help-echo and a keymap under the image.
4604
a3ef6569
SM
46052000-09-29 Stefan Monnier <monnier@cs.yale.edu>
4606
4607 * diff-mode.el (diff-add-log-file-name): Remove.
4608 (diff-mode): Use add-log-buffer-file-name-function.
4609
4610 * add-log.el (find-change-log): New arg BUFFER-FILE.
4611 (add-log-file-name): Obey add-log-file-name-function.
4612 (add-log-buffer-file-name-function): New var.
4613 (add-change-log-entry): Use it.
4614
75e5b373
MB
46152000-09-29 Miles Bader <miles@gnu.org>
4616
4617 * image-file.el (image-file-name-extensions): New variable.
4618 (image-file-name-regexps): Renamed from `image-file-regexps'.
4619 New default value is nil. Call `auto-image-file-mode'.
4620 (image-file-name-regexp): New function.
4621 (auto-image-file-mode): New minor mode.
4622 (insert-image-file): Don't make conditional on the image-file
4623 handler being enabled.
4624 (image-file-handler): Make the call here conditional instead.
4625 (set-image-file-handler-enabled, enable-image-file-handler)
4626 (disable-image-file-handler): Functions removed.
4627
4628 * emacs-lisp/authors.el (authors-print): Rephrase many-files
4629 string.
4630
de6e1f7c
GM
46312000-09-29 Gerd Moellmann <gerd@gnu.org>
4632
4633 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
4634 it's a function from CL.
4635 (latex-imenu-create-index): Replace eval-when-compile with progn
4636 because latex-section-alist is not bound while compiling.
4637
d8c201f5
SM
46382000-09-28 Stefan Monnier <monnier@cs.yale.edu>
4639
4640 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
4641 (outline-mode): Use define-derived-mode.
4642
814299a7 4643 * progmodes/perl-mode.el (perl-mode):
d8c201f5
SM
4644 * progmodes/awk-mode.el (awk-mode):
4645 * progmodes/asm-mode.el (asm-mode):
4646 Don't gratuitously override the default for comment-column.
4647
4648 * emacs-lisp/lisp.el (lisp-complete-symbol):
4649 Distinguish the let-binding case from the funcall case.
4650 (forward-sexp-function): New variable.
4651 (forward-sexp): Use it.
4652
4653 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
4654 (easy-mmode-defmap): Remove the now useless autoload.
4655
4656 * time.el (display-time-mode): Use define-minor-mode.
4657
4658 * subr.el (add-minor-mode): Don't eval NAME.
4659 Don't depend on the presence of TOGGLE-FUN for any special behavior.
4660 Use if rather than cond.
4661
4662 * simple.el (read-expression-map): Define more properly.
4663 (comment-indent-hook): Remove.
4664 (string-to-syntax): Bug fix.
4665
4666 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
4667 (cvs-ediff-diff): Fix typo.
4668 (cvs-revert-if-needed): Don't bother preserving read-only.
4669
4670 * paren.el (show-paren-mode): Use define-minor-mode.
4671
4672 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
4673 (toggle-auto-compression): Remove.
4674 (jka-compr-build-file-regexp): Remove useless grouping.
4675
4676 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
4677 Avoid user-reserved bindings.
4678 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
4679 (diff-header-face): Revert to grey85.
4680
4681 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
4682
4683 * complete.el (partial-completion-mode) <defcustom>: Remove.
4684 (partial-completion-mode): Use define-minor-mode.
4685 (PC-do-completion): Understand `completion-auto-help = delay'
4686 to mean to popup the completion buffer only the second time.
814299a7 4687 (PC-include-file-all-completions, PC-include-file-all-completions)
d8c201f5
SM
4688 (PC-include-file-all-completions): Don't quote lambda.
4689
4690 * comint.el (comint-mode-hook): Docstring fix.
4691 (comint-mode): Use define-derived-mode.
4692 (comint-mode-map): Remove obsolete comment.
4693 (make-comint): Minor stylistic change.
4694 (comint-insert-clicked-input): Be more careful to find the overlay.
4695 Use this-command-keys rather than hardcoding mouse-2.
4696
4697 * font-lock.el: Replace confusing (,@ with ,
4698 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
4699 Don't use regexp-opt-depth. Spice up the regexp for args.
4700 Don't distinguish between cmds that can take an opt arg or not.
4701 Use `append' and `prepend' rather than `keep'.
4702
4703 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
4704 (latex-outline-regexp): New var.
4705 (latex-outline-level): New fun.
4706 (latex-section-alist): New var.
4707 (latex-imenu-create-index): Use it. Use `push' as well.
4708 (tex-shell-map): Initialize it properly.
4709 (tex-mode): Minor stylistic change.
4710 (plain-tex-mode): Use define-derived-mode.
4711 (latex-mode): Use define-derived-mode.
4712 Construct the paragraph regexps in a more readable way.
4713 Set the buffer-local outline-{level,regexp} vars.
4714 (slitex-mode): Derive from latex-mode.
4715 (tex-common-initialization): Don't kill-all-vars anymore.
4716 Add setting for comment-add and font-lock-defaults.
4717 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
4718 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
4719 (tex-start-tex): New arg DIR (and send a chdir command for it).
4720 Also display the shell buffer and save it in tex-last-buffer-texed.
4721 (tex-region): Use expand-file-name rather than concat.
4722 Remove code made useless by changes in tex-start-tex.
4723 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
4724
4725 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
4726
ff398532
DL
47272000-09-28 Dave Love <fx@gnu.org>
4728
4729 * eshell/eshell.el (eshell) <defgroup>: Add :version.
4730
f9415d5b
GM
47312000-09-28 Gerd Moellmann <gerd@gnu.org>
4732
4733 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
4734 `append'.
4735
fa003899
SM
47362000-09-28 Stefan Monnier <monnier@cs.yale.edu>
4737
4738 * info.el (Info-extract-pointer): Undo last change.
4739 Instead, fix the position of the `bound' arg to re-search-backward.
4740
47412000-09-27 Stefan Monnier <monnier@cs.yale.edu>
4742
4743 * info.el (Info-extract-pointer):
4744 Widen more carefully, to avoid finding pointers in other nodes.
4745 (Info-index): Use push.
4746
f9415d5b 47472000-09-27 Gerd Moellmann <gerd@gnu.org>
6f22f1ad
GM
4748
4749 * frame.el (set-frame-font): Remove call to obsolete function
4750 frame-update-faces.
4751 (set-foreground-color, set-background-color): Likewise for
4752 frame-update-face-colors.
4753
5538b8ba
MB
47542000-09-27 Miles Bader <miles@gnu.org>
4755
4756 * image-file.el: New file.
4757
60536eea
GM
47582000-09-27 Gerd Moellmann <gerd@gnu.org>
4759
5b551d58
GM
4760 * frame.el (frame-notice-user-settings): Don't call
4761 frame-update-faces, which is a no-op now.
814299a7 4762
60536eea
GM
4763 * ediff-wind.el (ediff-control-frame-parameters): Add zero
4764 tool-bar-lines.
4765
36f1966f
DL
47662000-09-27 Dave Love <fx@gnu.org>
4767
4768 * mouse.el: Fix last change.
4769
c5785b73
MB
47702000-09-27 Miles Bader <miles@lsi.nec.co.jp>
4771
4772 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
4773
672172d9
KH
47742000-09-22 Kenichi Handa <handa@etl.go.jp>
4775
4776 * international/quail.el (quail-help): The output message is
4777 improved.
4778
4653b4ea
DL
47792000-09-26 Dave Love <fx@gnu.org>
4780
4781 * mouse.el (popup-menu): If POSITION is nil, set it using
4782 mouse-position.
4783
63900fcf
SS
47842000-09-25 Sam Steingold <sds@gnu.org>
4785
4786 * net/browse-url.el (browse-url-file-url): Check for null maps.
4787
cd3b81be
GM
47882000-09-26 Gerd Moellmann <gerd@gnu.org>
4789
876512ab 4790 * frame.el (frame-notice-user-settings): Don't add a
fa003899 4791 tool-bar-lines frame parameter to default-frame-alist in batch mode.
814299a7 4792
fa003899
SM
4793 * frame.el (frame-notice-user-settings):
4794 Make tool-bar-mode and default-frame-alist consistent.
77072ab1 4795
cd3b81be
GM
4796 * toolbar/tool-bar.el (tool-bar-help): New function.
4797
d8b4516f
GM
47982000-09-25 Gerd Moellmann <gerd@gnu.org>
4799
6567e9b5
GM
4800 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
4801 current-load-list in top-level forms. Else this leaks a cons cell
4802 every time a defun is called.
63900fcf 4803
d8b4516f 4804 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
63900fcf 4805
a461758e
DL
48062000-09-25 Dave Love <fx@gnu.org>
4807
7df6adc3
DL
4808 * startup.el (fancy-splash-head): Check XPM is available.
4809
a461758e
DL
4810 * autoinsert.el (auto-insert): Doc fix.
4811 (auto-insert-alist): Following GNU notices, don't say `copyright
4812 _by_'. Use line-beginning-position.
4813 (auto-insert): Check buffer-file-name is non-nil before use.
4814
b11af2dd
GM
48152000-09-25 Gerd Moellmann <gerd@gnu.org>
4816
4817 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
4818 starting with `@def' or `@multitable', in addition to ones
4819 specified by the user in auto-fill-inhibit-regexp.
4820
5f9f981b
GM
48212000-09-25 Markus Rost <rost@math.ohio-state.edu>
4822
4823 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
4824 rmail-dont-reply-to-names matches the empty string.
63900fcf 4825
8ff16b4e
GM
48262000-09-25 Gerd Moellmann <gerd@gnu.org>
4827
63900fcf 4828 * startup.el (command-line-1, fancy-splash-text): Change the
8ff16b4e
GM
4829 text to sound more friendly.
4830
9b4a7800
TTN
48312000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
4832
4833 * progmodes/hideshow.el: Update author email address.
4834 Generally, sync w/ maintainer version 5.22.
9b4a7800
TTN
4835 (hs-hide-all-non-comment-function): New var.
4836 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
4837 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
4838 (hs-show-region): Delete this command.
4839 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
4840
4c7c1f3f
DL
48412000-09-22 Dave Love <fx@gnu.org>
4842
4843 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
4844 (hl-line-highlight): Specify buffer when moving overlay.
4845
4846 * progmodes/fortran.el (fortran-mode): Locally set
4847 normal-auto-fill-function.
4848 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
4849 (fortran-mode-map): Adjust auto-fill menu entry.
4850
13f93dee
GM
48512000-09-22 Gerd Moellmann <gerd@gnu.org>
4852
36eb0a91
GM
4853 * vc-rcs.el (toplevel): Require `vc' when compiling.
4854
fa003899 4855 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13f93dee 4856
36a03bf9
AS
48572000-09-22 Andre Spiegel <spiegel@gnu.org>
4858
9b4a7800 4859 * vc.el (vc-switch-backend): Signal an error if the file is not
36a03bf9
AS
4860 registered under the new backend.
4861
9b4a7800 4862 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
36a03bf9
AS
4863 without explicit revision number.
4864
6e4e8a3b
SM
48652000-09-21 Stefan Monnier <monnier@cs.yale.edu>
4866
4867 * diff-mode.el (diff-file-header-face): Reset to its previous value.
4868 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
4869 (diff-xor): New function.
4870 (diff-find-source-location): Use it. Fix a stupid name clash.
4871 (diff-hunk-status-msg): New function.
4872 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
4873 (diff-test-hunk): Use diff-find-source-location.
4874 (diff-goto-source): Favor the `reverse'.
4875 (diff-hunk-text): Properly handle one-sided context diffs.
4876 (diff-apply-hunk): When done, advance to the next hunk.
4877
1b24b888
GM
48782000-09-21 Gerd Moellmann <gerd@gnu.org>
4879
623a0aae
GM
4880 * startup.el (command-line): If frame was created with a non-zero
4881 tool-bar-lines parameter, switch tool-bar-mode on.
9b4a7800 4882
1b24b888
GM
4883 * add-log.el (change-log-date-face, change-log-name-face)
4884 (change-log-email-face, change-log-file-face)
4885 (change-log-list-face, change-log-conditionals-face)
fa003899
SM
4886 (change-log-function-face, change-log-acknowledgement-face):
4887 New faces, inheriting from font-lock faces.
1b24b888 4888 (change-log-font-lock-keywords): Use them.
9b4a7800 4889
93b3a1c8
DL
48902000-09-21 Dave Love <fx@gnu.org>
4891
80585273
DL
4892 * progmodes/cperl-mode.el (top-level): Clean up
4893 `eval-when-compile's and assorted defvars.
4894 (cperl-invalid-face): Don't double-quote value. Change custom
4895 type.
4896 (cperl-mode): Set normal-auto-fill-function and don't zap
4897 auto-fill-function.
4898 (cperl-imenu--function-name-regexp-perl): Renamed from
4899 imenu-example--function-name-regexp-perl.
4900 (cperl-imenu--create-perl-index): Renamed from
4901 imenu-example--create-perl-index.
4902 (cperl-xsub-scan): Don't require cl.
4903
93b3a1c8
DL
4904 * msb.el (msb-mode-map): Use substitute-key-definition.
4905 (msb-mode): Use msb-mode-map.
4906
43ccb598
AS
49072000-09-21 Andre Spiegel <spiegel@gnu.org>
4908
4909 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
4910 New functions.
fa003899 4911 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
43ccb598
AS
4912 (vc-switch-backend): New function.
4913 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
4914 (vc-register): Fix prompt.
4915 (vc-unregister, vc-default-unregister): New functions.
4916 (vc-version-diff): Handle empty buffer in sentinel.
4917
4918 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
4919 (vc-rcs-state-heuristic): Use it to guess the state of files with
4920 non-strict locking.
4921 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
4922 been set with -b, but not created yet.
4923 (vc-rcs-fetch-master-state): With non-strict locking, compare file
4924 contents in order to find the state.
4925 (vc-rcs-checkin): Allow creation of branches with no changes.
fa003899
SM
4926 (vc-rcs-unregister, vc-rcs-receive-file)
4927 (vc-rcs-set-non-strict-locking): New functions.
43ccb598 4928
9b4a7800 4929 * vc-hooks.el (vc-name): Force correct computation of the value
43ccb598 4930 in case it is missing.
9b4a7800 4931
95fadcca
GM
49322000-09-21 Gerd Moellmann <gerd@gnu.org>
4933
4934 * startup.el (fancy-splash-tail): Use a different foreground
4935 color on a dark frame background.
4936
470f23e1
MB
49372000-09-21 Miles Bader <miles@lsi.nec.co.jp>
4938
4939 * info.el: Use the correct capitalization when making Info-mode
4940 and Info-edit-mode `special' modes.
4941
281096ed
SM
49422000-09-20 Stefan Monnier <monnier@cs.yale.edu>
4943
4944 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
4945 (diff-mode): Add support for add-log.el.
4946 (diff-hunk-text): Use char offsets rather than line offsets.
4947 (diff-find-source-location): Replace LINE with line-offset (nil
4948 if not found) and always set POS to a meaningful position.
4949 Adapt to the new char-offsets.
4950 (diff-apply-hunk): Drop support for the unused `select' POPUP.
4951 Adapt to the new diff-find-source-location.
4952 (diff-goto-source): Adapt to the new diff-find-source-location.
4953
4954 * add-log.el (add-log-file-name): New function (split out of
4955 add-change-log-entry).
4956 (add-change-log-entry): Use it.
4957 Call add-log-file-name-function with the changelog file name if
4958 the current buffer is not associated with any file.
4959 Avoid find-file if the selected window is dedicated.
4960
4961 * diff-mode.el (diff-find-source-location):
4962 Move code from diff-apply-hunk. Return buffer rather than file.
4963 (diff-apply-hunk): Use the new result from diff-find-source-location.
4964 (diff-goto-source): Use the new diff-find-source-location.
4965
c29d77c4
DL
49662000-09-20 Dave Love <fx@gnu.org>
4967
4968 * iswitchb.el: Some doc fixes.
4969 (iswitchb-mode-map): Define completely initially. Inherit
4970 minibuffer-local-map.
4971 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
4972 fundamental-mode.
4973 (iswitchb-global-map): New variable.
4974 (iswitchb-summaries-to-end): Amalgamate regexps.
4975 (iswitchb-mode): New.
4976 (iswitchb-mode-hook): New variable.
4977 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
4978 `extensions'.
4979
49939379
GM
49802000-09-20 Gerd Moellmann <gerd@gnu.org>
4981
d05c87ac
GM
4982 * ehelp.el (electric-help): New defgroup.
4983 (electric-help-shrink-window): New user-option.
4984 (with-electric-help): Use it.
4985
1ec082d4
GM
4986 * window.el (shrink-window-if-larger-than-buffer): If face
4987 `mode-line' has a :box, and we're on a graphical frame, add 1
4988 to the needed window height.
4989
f46c275e
GM
4990 * frame.el (frame-notice-user-settings): Add a last parameter nil
4991 to a call to `append', because the last list passed to `append' is
4992 not copied, and so subsequent calls to assq-delete-all will modify
4993 default-frame-alist.
4994
b7e11c5b
GM
4995 * startup.el (fancy-splash-image): Change :type.
4996 (fancy-splash-head): Use an XBM image if appropriate.
4997 (command-line-1): Show splash screens in more cases.
4998
26ff68aa
GM
4999 * startup.el (fancy-splash-text): Don't quote faces.
5000
8320414c
GM
5001 * dired.el (dired-font-lock-keywords): Undo last change.
5002 (dired-readin): Bind indent-tabs-mode to nil.
5003
49939379
GM
5004 * startup.el (fancy-splash-head): If frame's background mode
5005 is `dark', change the black background of the image to gray.
5006 (fancy-splash-screens): Display startup echo area message.
5007 (display-startup-echo-area-message): New function.
5008
c3b27206
MB
50092000-09-20 Miles Bader <miles@lsi.nec.co.jp>
5010
55a3d2a1
MB
5011 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
5012
5013 * info.el (info-header-node): Tweak for color ttys.
5014
37a99821
MB
5015 * faces.el (face-valid-attribute-values): Make sure directories we
5016 search for stipples both exist and are readable before trying to
5017 search them.
5018
0415d0d0
MB
5019 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
5020 in the dry-run case.
5021
523b128c
MB
5022 * jka-compr.el (with-auto-compression-mode): New macro.
5023
c3b27206
MB
5024 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
5025 (custom-group-tag-face, custom-variable-tag-face): Use relative
5026 :height and inherit from `variable-pitch' face instead of
5027 hardwiring :family.
5028 * hi-lock.el (hi-black-hb): Likewise.
5029
ddba99ad
MB
5030 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
5031 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
5032 toolbar-add-item, if image doesn't have a mask add a `:mask
5033 heuristic'.
5034
7e99fbde
SM
50352000-09-19 Stefan Monnier <monnier@cs.yale.edu>
5036
5037 * diff-mode.el: Docstring fixes.
5038 (diff-header-face, diff-comment-face): New faces.
5039 (diff-font-lock-keywords): Highlight a bit differently.
5040 (diff-find-source-location): Don't return SPAN any more.
5041 (diff-hunk-text): Don't bother erasing the temp buffer.
5042 (diff-find-text): Drop argument LINE.
5043 (diff-apply-hunk): Update calls to diff-find-text.
5044 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
5045
5046 * calendar/calendar.el: Docstring fixes.
5047 (calendar-make-alist): Don't quote lambda.
5048 (calendar-star-date): Use make-local-variable.
5049
fb275c02
DL
50502000-09-19 Dave Love <fx@gnu.org>
5051
7e99fbde
SM
5052 * toolbar/tool-bar.el: Renamed from toolbar.el.
5053 Change `toolbar' to `tool-bar' generally in symbols.
5054 Make some items invisible in `special' major modes.
5055 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
5056 Add arg PROPS.
532cb34d 5057
7e99fbde
SM
5058 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
5059 Add :version here.
fb275c02
DL
5060 (fancy-splash-delay, fancy-splash-image): Remove :version here.
5061
8f4ca9a5
GM
50622000-09-19 Gerd Moellmann <gerd@gnu.org>
5063
8b7707e1 5064 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
da1608d9 5065
8b7707e1 5066 * files.el (find-file-suppress-same-file-warnings): New user-option.
8fb3df59
GM
5067 (find-file-noselect): Use it.
5068
8b7707e1 5069 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
a01bb1db
GM
5070 (fancy-splash-screen): Defgroup.
5071
8f4ca9a5
GM
5072 * add-log.el (change-log-font-lock-keywords): Match names
5073 more exactly for the case that font-lock-constant-face is
5074 underlined.
5075
ba9eeda1 50762000-09-19 Richard M. Stallman <rms@gnu.org>
9b4a7800 5077
8b7707e1 5078 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
ba9eeda1 5079
289eaef9
AS
50802000-09-19 Andre Spiegel <spiegel@gnu.org>
5081
5082 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
5083
ce9ded5d
GM
50842000-09-19 Gerd Moellmann <gerd@gnu.org>
5085
c113de23
GM
5086 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
5087 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
5088 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
5089 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
5090 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
5091 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
5092 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
5093 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
5094 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
5095 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
5096 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8f4ca9a5 5097 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
c113de23 5098
ce9ded5d
GM
5099 * startup.el (fancy-splash-text): New variable.
5100 (fancy-splash-delay, fancy-splash-image): New user-options.
5101 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
5102 (fancy-splash-screens): New functions.
5103 (command-line-1): If display has a `display' frame parameter, has
5104 colors, and we have XPM support, show more fancy splash screens.
9b4a7800 5105
b9b1c3a9
DL
51062000-09-19 Dave Love <fx@gnu.org>
5107
5108 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
5109 with null `help'. Use modern backquote syntax.
5110
1af25534
GM
51112000-09-19 Gerd Moellmann <gerd@gnu.org>
5112
afd3c8cd
GM
5113 * font-lock.el (font-lock-mode): Change message telling the user
5114 that ``the buffer is too big''.
5115
1af25534
GM
5116 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
5117 for instance for the case that tab-width is 2.
5118
05b1f851
GM
51192000-09-18 Gerd Moellmann <gerd@gnu.org>
5120
5121 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
5122 toolbar-add-item, if image doesn't have a mask add a `:mask
5123 heuristic'.
5124
8ec8f673
MB
51252000-09-18 Miles Bader <miles@lsi.nec.co.jp>
5126
2b612b1f
MB
5127 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
5128 and return a cons if it's non-nil.
5129 (diff-apply-hunk): Try to jump to the line in the source text
5130 corresponding to the position of point in the in the hunk.
5131
9b4a7800 5132 * info.el (Info-title-3-face, Info-title-2-face)
8ec8f673
MB
5133 (Info-title-1-face): Use face inheritance and relative sizes
5134 instead of hard-wiring things.
5135
5136 * faces.el (secondary-selection): Make dark-background variant sane.
5137
5eedab4d
AI
51382000-09-16 Andrew Innes <andrewi@gnu.org>
5139
5eedab4d
AI
5140 * makefile.w32-in (compile-files-CMD): No need to make .elc files
5141 read-only, since they aren't under VC now.
5142
6a142f26
DL
51432000-09-17 Dave Love <fx@gnu.org>
5144
e07436e1
DL
5145 * tmm.el: Replace mapcar with mapc in several places.
5146
5147 * loadhist.el (unload-feature): Maybe call elp-restore-list and
5148 ad-unadvise.
5149
7d354dd5
DL
5150 * international/latin1-disp.el: New file.
5151
6a142f26
DL
5152 * calendar/cal-move.el (scroll-calendar-left)
5153 (scroll-calendar-right): Make arg optional (for active mode line).
5154
5155 * calendar/calendar.el (calendar-mode-line-format): Make fields
5156 mouse-sensitive.
5157 (calendar-read-date, calendar-read-date, calendar-window-list):
5158 Unquote lambda.
5159 (calendar-month-name): Use aref, not sref.
5160
5161 * view.el (minor-mode-alist): Propertize the string.
5162
5163 * international/characters.el (standard-case-table): Add entries
5164 for Greek.
5165
50ac70af
MB
51662000-09-18 Miles Bader <miles@gnu.org>
5167
53c9ab4f
MB
5168 * info.el (info-node, info-xref): Add dark-background variants.
5169
a114b1ca
MB
5170 * faces.el (header-line): Change defaults to be less confusing
5171 when mixed with mode-lines.
5172
50ac70af
MB
5173 * info.el (Info-fontify-node): Make a few cleanups.
5174 Add extra `help-echo' and `local-map' props to node xrefs.
5175 Use header-specific faces for node-names & xrefs.
5176 (Info-use-header-line): New variable.
53c9ab4f 5177 (info-header-xref, info-header-node): New faces.
50ac70af
MB
5178 (Info-setup-header-line): New function.
5179 (Info-select-node): Call Info-setup-header-line when enabled.
5180 (Info-extract-pointer): Work even if the header line is hidden.
5181 (Info-header-line): New variable.
5182
729927ff
SM
51832000-09-16 Stefan Monnier <monnier@cs.yale.edu>
5184
5185 * vms-patch.el (print-region-function): Don't quote lambda.
5186
5187 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
5188
5189 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
5190 (lm-get-header-re): Allow spaces between the header and the colon.
5191 (lm-header): Allow $ in non-RCS headers.
5192 (lm-header-multiline): Put the strings back into order.
5193 Stop at an empty line. Don't require two space chars if the
5194 line is clearly not another header line.
5195
5196 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
5197 (popup-menu-popup): Remove.
5198
7a98d821
GM
51992000-09-15 Gerd Moellmann <gerd@gnu.org>
5200
7f8f1edc
GM
5201 * toolbar/toolbar.el (toolbar-add-item): Use the same image
5202 specification if or if not tool-bar item contains an `:enabled'
5203 property.
5204
7a98d821
GM
5205 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
5206 current buffer has no file name.
5207
a7bc704b
DL
52082000-09-15 Dave Love <fx@gnu.org>
5209
5210 * strokes.el: Sync with maintainer's current version with changes
5211 for Emacs, but avoid runtime cl and levents.
5212 (toplevel): Change autoloads and compilation requires.
5213 (strokes-version, strokes-bug-address, strokes-lift): Values
5214 changed.
5215 (strokes-xpm-header, strokes-insinuated): New variable.
5216 (strokes): Add :link.
5217 (strokes-mode): Customized.
5218 (strokes-while-inhibiting-garbage-collector): New macro.
5219 (strokes-remassoc): Avoid remove-if.
5220 (strokes-fix-button2-command): Don't use ad-do-it.
5221 (strokes-insinuate): New function.
5222 (strokes-button-press-event-p, strokes-button-release-event-p):
5223 New functions, used instead of non-`strokes-' versions..
5224 (strokes-mouse-event-p): Rewritten.
5225 (strokes-event-closest-point): Avoid event-point.
5226 (strokes-get-grid-position): Avoid cdadr, caadr
5227 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
5228 functions.
5229 (strokes-help): Use with-output-to-temp-buffer.
5230 (strokes-window-configuration-changed-p): New function.
5231 (strokes-update-window-configuration): Use buffer-live-p,
5232 strokes-window-configuration-changed-p.
5233 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
5234 (strokes-char-face): New face.
5235 (strokes-char-table, strokes-base64-chars): New variable.
5236 (strokes-xpm-for-stroke, strokes-list-strokes)
5237 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
5238 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
5239 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
5240 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
5241 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
5242 functions.
5243
47e351a3
GM
52442000-09-15 Gerd Moellmann <gerd@gnu.org>
5245
ebb8f116
GM
5246 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
5247
47e351a3
GM
5248 * image.el (create-image): Doc fix.
5249
5250 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
5251 instead of `:heuristic-mask t'.
5252
fe83b953
AI
52532000-09-14 Andrew Innes <andrewi@gnu.org>
5254
5255 * makefile.w32-in: Revert to Unix line endings.
5256
52481729
AI
52572000-09-14 Andrew Innes <andrewi@gnu.org>
5258
3021e816
AI
5259 * makefile.w32-in: Add bootstrap support. Also copy lisp source
5260 when installing.
5261
52481729
AI
5262 * makefile.nt (DONTCOMPILE): Fix typo.
5263
5264 * shell.el (shell-write-history-on-exit): New function.
5265 (shell-dumb-shell-regexp): New custom variable.
5266 (shell-mode): Make shell-write-history-on-exit the process
5267 sentinel if shell name matches shell-dumb-shell-regexp.
5268
5269 * w32-fns.el: Comment out before-init-hook function which resets
5270 source-directory based; this breaks bootstrap.
5271
f8034e41
DL
52722000-09-14 Dave Love <fx@gnu.org>
5273
5274 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
5275 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
5276 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
5277 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
5278 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
5279 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
5280 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
5281 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
5282 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
5283
5284 * toolbar/toolbar.el: New.
5285
5286 * subdirs.el: Add toolbar.
5287
b9ce5694
GM
52882000-09-14 Gerd Moellmann <gerd@gnu.org>
5289
5290 * indent.el (indent-for-tab-command): Doc fix.
5291
986b7dee
GM
52922000-09-14 Alex Schroeder <alex@gnu.org>
5293
5294 * ansi-color.el (ansi-colors): Doc change.
5295 (ansi-color-get-face): Simplified regexp.
5296 (ansi-color-faces-vector): Added more faces, doc change.
5297 (ansi-color-names-vector): Doc change.
5298 (ansi-color-regexp): Simplified regexp.
5299 (ansi-color-parameter-regexp): New regexp.
5300 (ansi-color-filter-apply): Doc change.
5301 (ansi-color-filter-region): Doc change.
5302 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
5303 deal with zero length parameters.
5304 (ansi-color-apply-on-region): Doc change.
5305 (ansi-color-map): Doc change.
5306 (ansi-color-map-update): Removed debugging message.
5307 (ansi-color-get-face-1): Added condition-case to trap
5308 args-out-of-range errors.
5309 (ansi-color-get-face): Doc change.
5310 (ansi-color-make-face): Removed.
5311 (ansi-color-for-shell-mode): New option.
9b4a7800 5312
076ff911
KH
53132000-09-13 Kenichi Handa <handa@etl.go.jp>
5314
5315 * international/quail.el (quail-start-translation): Translate KEY
5316 if necessary even if it doesn't have any mapping in the current
5317 input method.
5318 (quail-start-conversion): Likewise.
5319 (quail-help): The output message is improved.
5320
bdf08678
MB
53212000-09-13 Miles Bader <miles@gnu.org>
5322
5323 * comint.el (comint-output-filter): Revert to using
5324 `insert-before-markers'. Add bletcherous hack to undo damage
5325 caused by `insert-before-markers'. Put `front-sticky' property on
5326 overlays created here so that the field code understands how the
5327 overlay works. Use a let when making comint-last-prompt-overlay,
5328 so that the code is easier to read.
5329
ffb8db8d
DL
53302000-09-13 Dave Love <fx@gnu.org>
5331
5332 * wid-edit.el (widget-default-format-handler): DTRT when
5333 doc-property is a function.
5334
5dd05f61
GM
53352000-09-12 Francesco Potorti` <pot@gnu.org>
5336
5337 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
5338 filed name if it's not there.
5339
35177617
DL
53402000-09-12 Dave Love <fx@gnu.org>
5341
9023837e
DL
5342 * simple.el (read-mail-command): Doc fix.
5343 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
5344
35177617
DL
5345 * vc.el (vc-dired-listing-switches): Fix :version.
5346
5347 * vc-hooks.el: Doc fixes.
5348
5349 * subr.el (add-minor-mode): Use toggle-fun arg.
5350
5351 * speedbar.el: Add :version to several defcustoms.
5352
5353 * imenu.el (imenu--truncate-items, imenu--cleanup)
5354 (imenu--generic-function): Avoid mapcar.
5355 (imenu--replace-spaces): Function removed.
5356 (imenu--completion-buffer): Use subst-char-in-string.
5357 (imenu-add-to-menubar): Use keymap inheritance.
5358
1afaae94
MB
53592000-09-12 Miles Bader <miles@gnu.org>
5360
5361 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
5362 (diff-mode-map): Bind `diff-test-hunk'.
5363 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
5364
53652000-09-11 Gerd Moellmann <gerd@gnu.org>
71246c2c
GM
5366
5367 * bytecomp.el (byte-compile-defvar): Undo last change
5368 because it breaks '(make-variable-buffer-local (defvar ...)'
5369 which is used at least in dired.
5370
63c36c3c
KH
53712000-09-12 Kenichi Handa <handa@etl.go.jp>
5372
5373 * international/quail.el (quail-define-package): Docstring
5374 modified.
5375
1ad24be1
KH
53762000-09-12 Kenichi Handa <handa@etl.go.jp>
5377
362a8065
KH
5378 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
5379 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
5380 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
5381 docstring of "chinese-py".
5382
1ad24be1
KH
5383 * international/quail.el (quail-translation-docstring): New
5384 variable.
5385 (quail-show-keyboard-layout): Docstring modified.
5386 (quail-select-current): Likewise.
5387 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
5388 infinite recursive call.
5389 (quail-help): Check quail-translation-docstring. Format of the
5390 output changed.
5391 (quail-help-insert-keymap-description): Adjusted for the above
5392 change.
5393
cc0f95a4
GM
53942000-09-11 Gerd Moellmann <gerd@gnu.org>
5395
5396 * bytecomp.el (byte-compile-defvar): Only cons onto
5397 current-load-list in top-level forms. Else this leaks a cons cell
5398 every time a defun is called.
5399
7530b6da
MB
54002000-09-11 Miles Bader <miles@lsi.nec.co.jp>
5401
5402 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
5403 Now understands non-unified diffs. Some functionality moved into
5404 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
5405 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
5406 modify anything. Only reposition point in the patched file if the
5407 patch succeeds. Only pop up another window if POPUP is true.
5408 Emit a message describing what happened if successful, and at what
5409 line-offset. Automatically detect reversed hunks and do something
5410 appropriate.
5411 (diff-hunk-text, diff-find-text): New functions.
5412 (diff-filter-lines): Function removed.
5413 (diff-test-hunk): New function.
5414 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
5415
6b124390
DL
54162000-09-10 Dave Love <fx@gnu.org>
5417
5418 * textmodes/tildify.el: Minor doc/commentary fixes.
5419 (tildify) <defgroup>: Add :version.
5420
5421 * faces.el (face-x-resources): Make custom type more specific.
5422 (frame-background-mode): Use mapc.
5423 (region) <defcustom>: Add :version.
5424
7f8b6551
SM
54252000-09-08 Stefan Monnier <monnier@cs.yale.edu>
5426
9b4a7800
TTN
5427 * vc-sccs.el (vc-sccs-register):
5428 * vc-rcs.el (vc-rcs-register):
7f8b6551
SM
5429 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
5430 * vc.el (vc-register): Clear file's properties.
5431
c454aac1
GM
54322000-09-08 Gerd Moellmann <gerd@gnu.org>
5433
5434 * faces.el (face-spec-set): Only face-spec-reset-face when
5435 ATTRS is non-nil.
5436
bb934822
EZ
54372000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
5438
5439 * help.el (help-insert-xref-button): Fix a typo in doc string.
5440
03419440
EZ
54412000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
5442
7f8b6551
SM
5443 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5444 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
43b11fee
EZ
5445 methods.
5446
03419440
EZ
5447 * menu-bar.el (read-mail-item-name): New function.
5448 (menu-bar-tools-menu): Use it to compute and display the package
5449 used to read email.
5450 (menu-bar-tools-menu): Fix typo in GUD's help string.
5451
dbcee71a
DL
54522000-09-07 Dave Love <fx@gnu.org>
5453
19e713d8
DL
5454 * diff-mode.el (diff-mouse-goto-source): New function.
5455
a7cafade 5456 * vc-sccs.el: Doc fixes.
7f8b6551 5457 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
a7cafade
DL
5458
5459 * vc-rcs.el: Doc fixes.
7f8b6551
SM
5460 (vc-rcs-register-switches, vc-rcs-checkin-switches)
5461 (vc-rcs-checkout-switches, vc-rcs-header)
a7cafade
DL
5462 (vc-rcs-master-templates): Add or change :version.
5463
7f8b6551 5464 * vc-cvs.el: Doc fixes.
a7cafade
DL
5465 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
5466 (vc-cvs-stay-local): Add :version.
5467
dbcee71a
DL
5468 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
5469
ed254191
KH
54702000-09-07 Kenichi Handa <handa@etl.go.jp>
5471
5472 * international/quail.el (quail-help): Fix previous change.
5473
ab0ee409
GM
54742000-09-07 Gerd Moellmann <gerd@gnu.org>
5475
f46f845b 5476 * faces.el (color-values): Doc fix.
9b4a7800 5477
ab0ee409
GM
5478 * faces.el (frame-set-background-mode): Use frame-parameter
5479 instead of frame-parameters.
5480
5481 * frame.el (filtered-frame-list): Reduce consing.
9b4a7800 5482 (frames-on-display-list): Call frame-parameter instead of
ab0ee409 5483 frame-parameters.
9b4a7800 5484
f7246ac7
KH
54852000-09-07 Kenichi Handa <handa@etl.go.jp>
5486
5487 * language/devan-util.el (devanagari-to-indian-region): In the
5488 loop, change the following char, not preceding char.
5489
96889af2
GM
54902000-09-07 Gerd Moellmann <gerd@gnu.org>
5491
1091dd67
GM
5492 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
5493 instead of frame-parameters.
5494
9b4a7800 5495 * faces.el (set-face-attribute): Simplify by calling
0da3ecef
GM
5496 internal-set-lisp-face-attribute with FRAME being 0.
5497
5498 * vc.el: Remove `Id' version control keyword.
96889af2 5499
0fddd0dc
KH
55002000-09-07 Kenichi Handa <handa@etl.go.jp>
5501
5502 * help.el (help-make-xrefs): Adjusted for the change of
5503 help-xref-mule-regexp.
5504 (help-insert-xref-button): New function.
5505
5506 * international/mule-cmds.el (help-xref-mule-regexp-template):
5507 Include the pattern for character set.
5508 (leim): New group.
5509
5510 * international/quail.el: Don't require face.
5511 (quail): New group.
7f8b6551 5512 (quail-other-command): Dummy command to make quail-help work better.
0fddd0dc
KH
5513 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
5514 (quail-keyboard-layout-substitution): New variable.
5515 (quail-update-keyboard-layout): New function.
5516 (quail-keyboard-layout-type): New customizable variable.
5517 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
5518 (quail-keyboard-translate): Pay attention to
5519 quail-keyboard-layout-substitution.
5520 (quail-insert-kbd-layout): New function.
5521 (quail-show-keyboard-layout): New function.
5522 (quail-get-translation): If the definition is a vector of length
7f8b6551 5523 1, and the element is a string of length 1, return the character
0fddd0dc
KH
5524 in that string.
5525 (quail-update-current-translations): Fix the case of
5526 relative-index out of range.
5527 (quail-build-decode-map, quail-insert-decode-map): New Functions.
5528 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7f8b6551 5529 Show key sequences for all available characters.
0fddd0dc
KH
5530 (quail-help-insert-keymap-description): Don't show such verbose
5531 key bindings as quail-self-insert-command.
5532
5533 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5534 Format changed, and each element now have extra documentations.
5535 (tit-process-header): Delete invalid characters from TIT-PROMPT.
5536 Adjusted for the change of quail-cxterm-package-ext-info.
5537
8ddceaf1
GM
55382000-09-06 Gerd Moellmann <gerd@gnu.org>
5539
5540 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
5541 requiring it leads to a recursive loading of vc.el and vc-hooks.el
5542 during bootstrap.
5543
099bd78a
SM
55442000-09-05 Stefan Monnier <monnier@cs.yale.edu>
5545
5546 * vc.el: (toplevel): Don't require `dired' at run-time.
5547 (vc-dired-resynch-file): Remove autoload cookie.
5548
55492000-09-05 Andre Spiegel <spiegel@gnu.org>
5550
5551 * vc.el: Made several backend functions optional.
5552 (vc-default-responsible-p): New function.
5553 (vc-merge): Use RET for first version to trigger merge-news, not
5554 prefix arg.
5555 (vc-annotate): Handle backends that do not support annotation.
5556 (vc-default-merge-news): Removed. The existence of a merge-news
5557 implementation is now checked on caller sites.
5558
9b4a7800 5559 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
099bd78a
SM
5560 case.
5561
9b4a7800 5562 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
099bd78a
SM
5563 special case that has been removed from the default in vc-hooks.el.
5564
55652000-09-05 Stefan Monnier <monnier@cs.yale.edu>
5566
5567 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
5568
55692000-09-05 Andre Spiegel <spiegel@gnu.org>
5570
5571 * vc-hooks.el: Require vc during compilation.
5572 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
5573 macro `with-vc-properties' in vc.el.
5574 (vc-file-getprop): Doc fix.
5575 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9b4a7800 5576
099bd78a
SM
5577 * vc.el: Require dired-aux during compilation.
5578 (vc-name-assoc-file): Moved to vc-sccs.el.
5579 (with-vc-properties): New macro.
9b4a7800 5580 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
099bd78a
SM
5581 vc-finish-steal): Use it.
5582 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
5583 to the backend-specific function is now supposed to do the checkout,
5584 too.
5585 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
5586
9b4a7800 5587 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
099bd78a
SM
5588 set file properties; that gets done in the generic code now.
5589
5590 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
5591 Changed parameter list, added code from vc.el that does the
5592 checkout, possibly with a double-take.
5593
5594 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
5595 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
5596 the above under the new name.
5597 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
5598 parameter list, added checkout command.
5599 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
5600 properties; that gets done in the generic code now.
5601
56022000-09-05 Stefan Monnier <monnier@cs.yale.edu>
5603
5604 * vc.el: Docstring fixes (courtesy of checkdoc).
5605
56062000-09-05 Stefan Monnier <monnier@cs.yale.edu>
5607
5608 * vc.el (vc-checkout-writable-buffer-hook)
5609 (vc-checkout-writable-buffer): Remove.
5610 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
5611 (vc-log-mode): Make it into a clean derived major mode.
5612 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
5613 vc-log-mode if log-edit is not available.
5614 (vc-dired-mode-map): Don't set-keymap-parent yet.
5615 (vc-dired-mode): Do set-keymap-parent here.
5616 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
5617
08ba3862
GM
56182000-09-05 Gerd Moellmann <gerd@gnu.org>
5619
5620 * faces.el (set-face-attribute, face-spec-reset-face)
5621 (face-spec-set): Avoid consing by removing calls to `apply'.
5622
5623 * frame.el (frame-parameter): Move to C code.
5624
3b4429b4
DL
56252000-09-05 Dave Love <fx@gnu.org>
5626
5627 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
5628 insert-before-markers-and-inherit. Now checked systematically!
5629
877055f6
GM
56302000-09-05 Alex Schroeder <alex@gnu.org>
5631
5632 * sql.el (sql-postgres): Use sql-postgres-options.
5633 (sql-postgres-options): New variable.
5634
56352000-09-05 Alex Schroeder <alex@gnu.org>
5636
5637 * sql.el (sql-mode-menu): Work around missing variable mark-active
5638 in XEmacs.
5639 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
5640 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
5641 compatibility.
5642
7a004b71
GM
56432000-09-04 Gerd Moellmann <gerd@gnu.org>
5644
54baed30 5645 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9b4a7800 5646
7a004b71
GM
5647 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
5648
5649 * Makefile.in (DONTCOMPILE): Fix typo in file name.
5650
56512000-09-04 Andre Spiegel <spiegel@gnu.org>
5652
5653 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
5654 don't support anything else under SCCS yet.
5655
5656 * vc-hooks.el: Minor doc fixes.
5657
56582000-09-04 Andre Spiegel <spiegel@gnu.org>
5659
5660 * vc.el (vc-next-action-on-file): Do not visit the file if it's
5661 not necessary. If verbose in state `needs-patch', do the same as
5662 under `up-to-date'. When NOT verbose and `needs-patch', check out
5663 latest version instead of `merge-news'.
5664 (vc-next-action-dired): Don't mess with default-directory here; it
5665 breaks other parts of dired. It is the job of the
099bd78a 5666 backend-specific functions to adjust it temporarily if they need it.
7a004b71
GM
5667 (vc-next-action): Remove a special CVS case.
5668 (vc-clear-headers): New optional arg FILE.
5669 (vc-checkin, vc-checkout): Set properties vc-state and
5670 vc-checkout-time properly.
099bd78a 5671 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7a004b71
GM
5672 (vc-print-log): Use new backend function `show-log-entry'.
5673 (vc-cancel-version): Do the checks in a different order. Added a
5674 FIXME concerning RCS-only code.
5675
5676 * vc-rcs.el (vc-rcs-show-log-entry): New function.
5677 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
5678
5679 * vc-cvs.el (vc-cvs-show-log-entry): New function.
5680
9b4a7800 5681 * vc-hooks.el (vc-default-mode-line-string): Show state
7a004b71
GM
5682 `needs-patch' as a `-' too.
5683
56842000-09-04 Andre Spiegel <spiegel@gnu.org>
5685
5686 * vc.el (vc-responsible-backend): New optional arg REGISTER.
5687 (vc-default-could-register): New function.
5688 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
5689 (vc-resynch-buffer): Call vc-dired-resynch-file.
5690 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
5691 vc-resynch-buffer instead of vc-resynch-window.
5692 (vc-next-action-dired): Don't redisplay here, that gets done as a
5693 result of the individual file operations.
5694 (vc-retrieve-snapshot): Corrected prompt order.
5695
5696 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9b4a7800 5697
7a004b71
GM
5698 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
5699 as well.
5700 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
5701 hostname regexps. Updated all callers.
5702 (vc-cvs-responsible-p): Handle directories as well.
5703 (vc-cvs-could-register): New function.
5704 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
5705 properties up-to-date.
9b4a7800 5706
7a004b71
GM
5707 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
5708 user whether to create one.
5709
57102000-09-04 Andre Spiegel <spiegel@gnu.org>
5711
5712 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
5713 check out a non-existing file.
5714
5715 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
5716 workfile does not exist.
5717
5718 * vc.el (vc-version-diff): Use `require' to check for existence of
5719 diff-mode.
5720
57212000-09-04 Andre Spiegel <spiegel@gnu.org>
5722
5723 * vc-cvs.el (vc-cvs-registered): Use new function
5724 vc-cvs-parse-entry to do the actual work.
5725
57262000-09-04 Andre Spiegel <spiegel@gnu.org>
5727
5728 * vc-hooks.el (vc-find-backend-function): If function doesn't
5729 exist, return nil instead of error.
5730 (vc-call-backend): Doc fix.
5731
5732 * vc.el (vc-do-command): Doc fix.
5733 (vc-finish-logentry): When checking in from vc-dired, choose the
5734 right backend for logentry check.
5735 (vc-dired-mode-map): Inherit from dired-mode-map.
5736 (vc-dired-mode): Local value of dired-move-to-filename-regexp
5737 simplified.
5738 (vc-dired-state-info): Removed, updated caller.
5739 (vc-default-dired-state-info): Use parentheses instead of hyphens.
5740 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
5741 (vc-dired-listing-switches): New variable.
5742 (vc-directory): Use it, instead of dired-listing-switches.
5743
5744 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
5745 (vc-cvs-dir-state): New function.
7f8b6551 5746 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7a004b71
GM
5747 (vc-cvs-parse-entry): New function, also to be used in
5748 vc-cvs-registered.
9b4a7800 5749
7a004b71
GM
57502000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5751
5752 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
5753 *or* single-window-frames.
5754
57552000-09-04 Andre Spiegel <spiegel@gnu.org>
5756
5757 * vc.el (vc-update-changelog): Split into generic part and default
5758 implementation. Doc string adapted.
5759 (vc-default-update-changelog): New function. Call the `rcs2log'
5760 script in exec-directory, to fix a long-standing nuisance.
5761
5762 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
5763 simply signals an error.
9b4a7800 5764
7a004b71
GM
57652000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5766
5767 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
5768 control-flow more clear and to avoid running `cvs' twice.
5769
5770 * vc.el (vc-next-action-on-file): Doc fix.
5771 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
5772 (vc-print-log): Eval `file' before constructing the continuation.
5773
57742000-09-04 Andre Spiegel <spiegel@gnu.org>
5775
5776 * vc.el (vc-next-action-on-file): Corrected several messages.
5777 (vc-merge): Add prefix arg `merge-news'; handle it.
5778
5779 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
5780 is not reached. It is.
5781 (vc-cvs-merge): Set state to 'edited after merge.
5782 (vc-cvs-merge-news): Set workfile version to nil if not known.
5783 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
5784
5785 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
5786 via stdout. (Merge from main line.)
9b4a7800 5787
7a004b71
GM
57882000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5789
5790 * vc.el (vc-finish-logentry): Thinko in the "same comment"
5791 detection.
5792
57932000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5794
5795 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
5796 against kill-all-local-variables.
5797 (vc-log-edit): Don't save vc-parent-buffer any more.
5798 (vc-last-comment-match): Initialize to an empty string.
5799 (vc-post-command-functions): New hook.
5800 (vc-do-command): Run it.
5801 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
5802 (vc-finish-logentry): Only add the comment to the ring if it's
5803 different from the last comment entered.
5804 (vc-new-comment-index): New function.
5805 (vc-previous-comment): Use it. Make the minibuffer message
5806 slightly less terse.
5807 (vc-comment-search-reverse): Make it work forward as well. Don't
5808 set vc-comment-ring-index if no match is found. Use
5809 vc-new-comment-index.
5810 (vc-comment-search-forward): Use vc-comment-search-reverse.
5811 (vc-dired-mode-map): Don't inherit from dired-mode-map since
5812 define-derived-mode will do it for us. Bind `v' to a keymap that
5813 inherits from vc-prefix-map so that we can bind `vt' without
5814 binding C-x v t.
5815 (vc-retrieve-snapshot): Parenthesis typo.
5816
5817 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
5818 to 1. Make sure to switch to *vc* before looking for an error
5819 message. Use vc-parse-buffer.
5820
58212000-09-04 Andre Spiegel <spiegel@gnu.org>
5822
5823 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
5824 and NAME.
5825 (vc-retrieve-snapshot): Split into two parts.
5826 (vc-default-retrieve-snapshot): New function.
5827
5828 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
5829 (vc-cvs-retrieve-snapshot): New function (untested).
5830 (vc-cvs-stay-local): Default to t.
5831 (vc-cvs-remote-p): New function and property.
5832 (vc-cvs-state): Stay local only if the above is t.
5833 (vc-handle-cvs): Removed.
5834 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
5835 done via vc-handled-backends now.
5836 (vc-cvs-header): Escape Id.
5837
58382000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5839
5840 * vc.el (vc-do-command): Remove unused commands.
5841 (vc-version-diff): Make sure default-directory ends with a slash.
5842 Move the window commands into a vc-exec-after.
5843 (vc-print-log): Move more of the code into the `vc-exec-after'.
5844
58452000-09-04 Andre Spiegel <spiegel@gnu.org>
5846
5847 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
5848 (vc-print-log): Search current revision from beginning of buffer.
5849 (vc-revert-buffer): Clear echo area after the diff is finished.
5850 (vc-prefix-map): Removed definition of "t" for terse display in vc
5851 dired.
5852 (vc-dired-mode-map): Inherit from dired-mode-map. Added
5853 definition of "vt" for terse display.
5854 (vc-dired-mode): Fix dired-move-to-filename-regexp.
5855
58562000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5857
5858 * vc.el (vc-exec-after): Avoid caddr.
5859
58602000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5861
5862 * vc.el (vc-exec-after): New function.
5863 (vc-do-command): Use it to add a termination message for async
5864 procs.
5865 (vc-checkout): Try to handle a missing-backend situation.
5866 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
5867 of a directory with a backend using async diffs.
5868 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
5869 present.
5870
5871 * vc-sccs.el (vc-sccs-state-heuristic): Use
5872 file-ownership-preserved-p.
5873
5874 * vc-rcs.el (vc-rcs-state-heuristic): Use
5875 file-ownership-preserved-p.
5876 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
5877
58782000-09-04 Andre Spiegel <spiegel@gnu.org>
5879
5880 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
5881 vc-do-command.
5882
5883 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
5884 when there are no changes.
5885
58862000-09-04 Andre Spiegel <spiegel@gnu.org>
5887
5888 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
5889
5890 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
5891
58922000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5893
5894 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
5895
5896 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
5897 the `fset' outside of the defvar so that it works even if
5898 vc-prefix-map was already defined.
5899 (vc-setup-buffer): New function, split out of vc-do-command.
5900 (vc-do-command): Allow BUFFER to be t to mean `just use the
5901 current buffer without any fuss'.
5902 (vc-version-diff): Change the `diff' backend operation to just put
5903 the diff in the current buffer without erasing it. Always use
5904 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
5905 shrink-window-if-larger-than-buffer.
5906 (vc-print-log): Change the `print-log' backend operation to just
5907 put the log in the current buffer without erasing it. Protect
5908 shrink-window-if-larger-than-buffer.
5909 (vc-update-change-log): Fix setd typo.
5910
5911 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
5912 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
5913
5914 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
5915 (vc-rcs-diff): Insert in the current buffer and remove unused arg
5916 CMP.
5917
5918 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
5919 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
5920 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
5921
59222000-09-04 Andre Spiegel <spiegel@gnu.org>
5923
5924 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
5925 not possible, use vc-BACKEND-workfile-unchanged-p.
5926 (vc-default-workfile-unchanged-p): New function. Delegates to a
5927 full vc-BACKEND-diff.
5928
5929 * vc-hooks.el (vc-simple-command): Removed.
5930
5931 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
5932 instead of vc-simple-command.
5933 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
5934 avoid doing a diff when opening a file.
5935 (vc-rcs-state): Added check for unlocked-changes.
5936 (vc-rcs-header): Escape Id.
5937 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
5938 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
5939 version.
5940
5941 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
5942 (vc-sccs-diff): Remove optional arg CMP.
5943 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
5944 SCCS-specific function.
5945
5946 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
5947 vc-simple-command.
5948
59492000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5950
5951 * vc.el (vc-editable-p): Renamed from vc-writable-p.
5952 (with-vc-file, vc-merge): Use vc-editable-p.
5953 (vc-do-command): Remove unused var vc-file and fix the
5954 doubly-defined `status' var. Add a user message when starting an
5955 async command.
5956 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
5957 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
5958 Use with-current-buffer.
5959 (vc-buffer-sync): Use unless.
5960 (vc-next-action-on-file): If the file is 'edited by read-only,
5961 make it read-write instead of trying to commit.
5962 (vc-version-diff, vc-update-change-log): Use `setq
5963 default-directory' rather than `cd'.
5964 (vc-log-edit): Don't forget to set default-directory in the
5965 buffer.
5966
5967 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
5968 (vc-sccs-state-heuristic): Use file-writable-p instead of
5969 comparing userids.
5970 (vc-sccs-checkout): Use `unless'.
5971
5972 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
5973 of comparing userids.
5974 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
5975 Simplify the logic by eliminating unreachable code.
5976 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
5977 just do a recursive call if we need to retry.
5978 (vc-rcs-checkout): Handle the case where rcs is missing by making
5979 the buffer read-write if requested and re-signalling the error.
5980
5981 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
5982
59832000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5984
5985 * vc-hooks.el (vc-handled-backends): Docstring change.
5986 (vc-ignore-vc-files): Mark obsolete.
5987 (vc-registered): Check vc-ignore-vc-files.
5988 (vc-find-file-hook, vc-file-not-found-hook): Don't check
5989 vc-ignore-vc-files.
5990
5991 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
5992
59932000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5994
5995 * vc.el (vc-checkout): Don't do anything special for ange-ftp
5996 files since ange-ftp already has vc-registered return nil.
5997
5998 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
5999 (vc-sccs-workfile-version): Use with-temp-buffer and new
6000 vc-parse-buffer and don't bother setting the property.
6001 (vc-sccs-add-triple): Use with-current-buffer and
6002 find-file-noselect.
6003 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
6004
6005 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
6006 derives from the old vc-parse-buffer but uses the revision number
6007 rather than the date (much easier to compare robustly).
6008 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
6009 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
6010 locking-user more directly. Check strict locking and set
6011 checkout-model appropriately.
6012 (vc-rcs-parse-locks): Remove.
6013 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
6014 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
6015 (vc-rcs-system-release): Use with-current-buffer and
6016 vc-parse-buffer.
6017 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
6018
6019 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
6020 (vc-simple-command): Docstring fix.
6021 (vc-registered): Align the way the file-handler is called with the
6022 way the function itself works.
6023 (vc-file-owner): Remove.
6024
6025 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
6026 extraction of fields and call to file-attributes because of a
6027 temporary bug in rcp.el.
6028 (vc-cvs-fetch-status): Use with-current-buffer.
6029
60302000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6031
6032 * vc.el (vc-do-command): Use file-relative-name.
6033 (vc-responsible-backend): Use vc-backend if possible.
6034 (vc-create-snapshot): Improve the `interactive' spec. Add support
6035 for branches and dispatch to backend-specific `create-snapshot'.
6036 (vc-default-create-snapshot): New function, containing the bulk of
6037 the old vc-create-snapshot.
6038 (vc-retrieve-snapshot): Improve the interactive spec.
6039
6040 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
6041 (vc-backend-hook-functions): Remove.
6042 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
6043 (vc-backend): Reintroduce the test for `file = nil' now that I
6044 know why it was there (and added a comment to better remember).
6045
6046 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
6047 code from vc-sccs-hooks.el.
6048 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
6049 'vc anymore.
6050 (vc-sccs-responsible-p): Use expand-file-name instead of concat
6051 and file-directory-p instead of file-exists-p.
6052 (vc-sccs-check-headers): Simplify the regexp.
6053
6054 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
6055 from vc-rcs-hooks.el. Don't require 'vc anymore.
6056 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
6057 file-directory-p instead of file-exists-p.
6058
6059 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
6060 from vc-cvs-hooks.el.
6061 (proto vc-cvs-registered): Require 'vc-cvs instead of
6062 'vc-cvs-hooks. Don't require 'vc anymore.
6063 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
6064 file-directory-p instead of file-exists-p.
6065 (vc-cvs-create-snapshot): New function, replacing
6066 vc-cvs-assign-name.
6067 (vc-cvs-assign-name): Remove.
6068
60692000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6070
6071 * vc-cvs.el (vc-cvs-header): New var.
6072
6073 * vc-rcs.el (vc-rcs-exists): Remove.
6074 (vc-rcs-header): New var.
6075
6076 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
6077 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
6078 (vc-sccs-header): New var.
6079
6080 * vc.el (vc-do-command): Get rid of the `last' argument.
6081 (vc-header-alist): Remove, replaced by vc-X-header.
6082 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
6083 (vc-dired-hook): Use expand-file-name instead of concat.
6084 (vc-directory): Use file-name-as-directory.
6085 (vc-snapshot-precondition, vc-create-snapshot)
6086 (vc-retrieve-snapshot): Allow the command to operate on any
6087 directory.
6088
6089 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
6090 just removing the 'WORKFILE argument or by removing the 'MASTER
6091 argument and replacing `file' with (vc-name file).
6092
60932000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6094
6095 * vc.el: Update Copyright and add a crude list of backend funs.
6096 (vc-writable-p): New function.
6097 (with-vc-file): Use vc-writable-p.
7f8b6551 6098 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7a004b71
GM
6099 (vc-register): Avoid vc-name.
6100 (vc-locking-user): Remove.
6101 (vc-steal-lock): Make the `owner' arg non-optional.
6102 (vc-merge): Use vc-writable-p instead of vc-locking-user and
6103 vc-checkout-model.
6104 (vc-default-dired-state-info): Use vc-state instead of
6105 vc-locking-user and return special strings for special states.
6106 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
6107 and get rid of one of the special CVS cases.
6108 (vc-cancel-version): prettify error message with \\[...].
6109 (vc-rename-master): New function.
6110 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
6111 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
6112 the CVS special case generic.
6113 (vc-default-record-rename): Remove.
6114 (vc-file-tree-walk-internal): Only call FUNC for files that are
6115 under control of some VC backend and replace `concat' with
6116 expand-file-name.
6117 (vc-file-tree-walk): Update docstring.
6118 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
6119 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
6120
6121 * vc-sccs.el (vc-sccs-rename-file): Renamed from
6122 vc-sccs-record-rename. Use `find-file-noselect' rather than
6123 `find-file' and call `vc-rename-master' to do the actual move.
6124 (vc-sccs-diff): Remove unused `backend' variable.
6125
6126 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
6127 to delay loading of vc-sccs until it is really used.
6128 (vc-sccs-master-templates): Preload.
6129 (vc-sccs-state): Update call to vc-sccs-parse-locks.
6130 (vc-sccs-project-dir): Remove (merged into
6131 vc-sccs-search-project-dir).
6132 (vc-sccs-search-project-dir): Rewrite using file name handling ops
6133 rather than `concat', make sure it is preloaded and don't bother
6134 to check that the file actually exists.
6135 (vc-sccs-parse-locks): Remove unused `file' argument, remove
6136 `locks' argument (use buffer's content instead) and eliminate n^2
6137 behavior.
6138
6139 * vc-rcs.el: Update Copyright.
6140 (vc-rcs-rename-file): New function.
6141 (vc-rcs-diff): Remove unused `backend' variable.
6142
6143 * vc-hooks.el: Update Copyright.
6144 (vc-backend): Don't accept a nil argument any more.
6145 (vc-up-to-date-p): Turn into a defsubst.
6146 (vc-possible-master): New function.
6147 (vc-check-master-templates): Use `vc-possible-master' and allow
6148 funs in vc-X-master-templates to return a non-existent file.
6149
6150 * vc-cvs.el: Update Copyright.
6151 (vc-cvs-diff): Remove unused `backend' variable.
7f8b6551 6152 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7a004b71
GM
6153
6154 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
6155
61562000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6157
6158 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
6159 since it can be called from vc-rcs.el.
6160 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
6161
61622000-09-04 Andre Spiegel <spiegel@gnu.org>
6163
6164 * vc.el (vc-version-diff): Expand file name read from the
6165 minibuffer. Handle the case when a previous version number can't
6166 be guessed. Give suitable messages when there were no differences
6167 found.
6168 (vc-clear-headers): Call backend-specific implementation, if one
6169 exists.
6170 (vc-cancel-version): Made error checks generic. When done, clear
6171 headers generically, too.
6172
6173 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
6174 from vc-clear-headers in vc.el.
6175
6176 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
6177 correctly.
6178 (vc-rcs-latest-on-branch-p): Made second argument VERSION
6179 optional. Handle the case when it's not there.
6180
61812000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6182
6183 * vc.el (vc-locking-user): Moved from vc-hooks.el.
6184
61852000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6186
6187 * vc-hooks.el (vc-loadup): Remove.
6188 (vc-find-backend-function): Use `require'. Also, handle the case
6189 where vc-BACKEND-hooks.el doesn't exist.
6190 (vc-call-backend): Cleanup.
6191
61922000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6193
6194 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
6195 vc-rcs-grab-templates)
6196 (vc-rcs-registered): Remove. The default function works as well.
6197 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
6198 vc-sccs-grab-templates)
6199 (vc-sccs-registered): Remove. The default function works as well.
6200
6201 * vc.el (vc-version-diff): Left out a vc- in call to
6202 vc-call-backend.
6203 (vc-default-dired-state-info, vc-default-record-rename)
6204 (vc-default-merge-news): Update for the new backend argument.
6205
6206 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
6207 using the default function.
6208 (vc-call-backend): If calling the default function, pass it the
6209 backend as first argument. Update the docstring accordingly.
6210 (vc-default-state-heuristic, vc-default-mode-line-string): Update
6211 for the new backend argument.
6212 (vc-make-backend-sym): Renamed from vc-make-backend-function.
6213 (vc-find-backend-function): Use the new name.
6214 (vc-default-registered): New function.
6215
62162000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6217
6218 * vc.el (vc-merge): Use vc-find-backend-function.
6219
6220 * vc-hooks.el (vc-backend-functions): Remove.
6221 (vc-loadup): Don't setup 'vc-functions.
6222 (vc-find-backend-function): New function.
6223 (vc-call-backend): Use above fun and populate 'vc-functions
6224 lazily.
6225 (vc-backend-defines): Remove.
6226
62272000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6228
6229 * vc.el (vc-register): Put a FIXME note for a newly found bug.
6230 Call vc-call-backend without the leading vc-.
6231 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
6232 (vc-check-headers): Call vc-call-backend without the leading vc-.
7f8b6551 6233 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7a004b71
GM
6234 (vc-annotate-display): Replace confusing use of `cond' with `or'.
6235 Call vc-call-backend without the leading vc-.
6236
6237 * vc-cvs.el (tail): Provide vc-cvs.
6238 * vc-sccs.el (tail): Provide vc-sccs.
6239 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
6240
6241 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
6242 (vc-make-backend-function, vc-call): Pass names without leading
7f8b6551 6243 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7a004b71
GM
6244 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
6245 (vc-call-backend): Always try to load vc-X-hooks.
6246 (vc-registered): Remove vc- in call to vc-call-backend.
6247
62482000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6249
6250 * vc.el (vc-process-filter): New function.
6251 (vc-do-command): Setup `vc-process-filter' for the async process.
6252 (vc-maybe-resolve-conflicts): New function to reduce
6253 code-duplication. Additionally, it puts the buffer in
6254 `smerge-mode' if applicable.
6255 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
6256 calling `merge-news'.
7f8b6551 6257 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7a004b71
GM
6258 (vc-log-edit): New function. Replacement for `vc-log-mode' by
6259 interfacing to log-edit.el.
6260 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
6261 log-edit is available.
6262 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
6263
62642000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6265
6266 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
6267 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
6268 defvar and the initialization.
6269 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
6270
6271 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
6272 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
6273
7f8b6551 6274 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7a004b71
GM
6275
62762000-09-04 Andre Spiegel <spiegel@gnu.org>
6277
6278 * vc.el (vc-file-clear-masterprops): Removed.
6279 (vc-checkin, vc-revert-buffer): Removed calls to the above.
6280 (vc-version-diff): Use buffer-size without argument.
6281 (vc-register): Heed vc-initial-comment.
6282
6283 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
6284 default branch.
6285
6286 * vc-rcs.el (vc-rcs-register): Parse command output to find master
6287 file name and workfile version.
6288 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
6289
6290 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
6291 vc-file-clear-masterprops.
6292
6293 * vc-sccs.el (vc-sccs-checkout): Removed call to
6294 vc-file-clear-masterprops. If writable, set vc-state to 'edited
6295 rather than user login name.
6296
6297
62982000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6299
6300 * vc.el (vc-workfile-unchanged-p): Remove unused argument
6301 `want-differences-if-changed' and simplify.
6302 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
6303 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
6304 output (which is invalid for async vc-diff) to decide whether to
6305 do the revert silently or not.
6306
63072000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6308
6309 * vc-hooks.el (vc-loadup): Load files quietly.
6310 (vc-call-backend): Oops, brain fart.
6311
63122000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6313
6314 * vc-cvs.el (vc-cvs-state): Typo.
7f8b6551 6315 (vc-cvs-merge-news): Return the status code rather than the error msg.
7a004b71
GM
6316
63172000-09-04 Andre Spiegel <spiegel@gnu.org>
6318
6319 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
6320 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
6321 vc-state or vc-up-to-date-p.
6322 (vc-merge): Use vc-backend-defines to check whether merging is
6323 possible. Set state to 'edited after successful merge.
6324
6325 * vc-hooks.el (vc-locking-user): If locked by the calling user,
6326 return that name. Redocumented.
6327
63282000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6329
6330 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
6331 new `vc-state' semantics.
6332 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
6333 'vc-locking-user to the current user.
6334 (vc-merge): Inline vc-backend-merge. Comment out code that I
6335 don't understand and hence can't adapt to the new `vc-state' and
6336 `vc-locking-user' semantics.
6337 (vc-backend-merge): Remove.
6338
6339 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
6340 rather than 'vc-locking-user.
6341
6342 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
6343
6344 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
6345 (vc-state): Don't use 'reserved any more. Just use the same
6346 convention as the one used for vc-<backend>-state where the
6347 locking user (as a string) is returned.
6348 (vc-locking-user): Update, based on the above convention. The
6349 'vc-locking-user property has disappeared.
7f8b6551 6350 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7a004b71
GM
6351
6352 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
6353 with a heuristic one.
6354 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
6355 (vc-cvs-checkin): Do a trivial parse to set the state in case of
6356 error. That allows us to get to 'needs-merge even in the
6357 stay-local case. There's still no way to detect 'needs-patch in
6358 such a setup (or to force an update for that matter).
6359 (vc-cvs-logentry-check): Remove, the default works as well.
6360
63612000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6362
7f8b6551 6363 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7a004b71
GM
6364
6365 * vc.el (vc-do-command): kill-all-local-variables, to reset any
6366 major-mode in which the buffer might have been put earlier. Use
6367 `remove' and `when'. Allow `okstatus' to be `async' and use
6368 `start-process' in this case.
6369 (vc-version-diff): Handle the case where the diff looks empty
6370 because of the use of an async process.
6371
63722000-09-04 Andre Spiegel <spiegel@gnu.org>
6373
6374 * vc.el (vc-next-action-on-file): Removed optional parameter
6375 `simple'. Recompute state unconditionally.
6376 (vc-default-toggle-read-only): Removed.
6377
6378 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
6379 (vc-toggle-read-only): Undid prev change.
6380
6381 * vc-cvs.el (vc-cvs-stay-local): Renamed from
6382 vc-cvs-simple-toggle. Redocumented.
6383 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
6384 (vc-cvs-toggle-read-only): Removed.
6385
63862000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6387
7f8b6551 6388 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7a004b71
GM
6389 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
6390 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
6391 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
6392 still is. So maybe it should be removed.
6393 (vc-head-version, vc-find-binary): Remove.
6394 (vc-recompute-state): Move from vc-hooks.el.
6395 (vc-next-action-on-file): Add a `simple' argument to allow
6396 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7f8b6551
SM
6397 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
6398 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7a004b71
GM
6399 (vc-dired-mode-map): Properly defvar it.
6400 (vc-print-log): Call log-view-mode if available.
6401 (small-temporary-file-directory): defvar instead of use boundp.
6402 (vc-merge-news): Moved to vc-cvs.el.
6403 (vc-default-merge-news): New function.
6404
6405 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
6406 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
6407 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
6408 unknown `vc-latest-version' function. It should probably refer to
6409 vc-workfile-version or somesuch, but it's very unclear to me and I
6410 don't have SCCS to test things.
6411
6412 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
6413 (vc-sccs-state-heuristic): Fix typo.
6414 (vc-sccs-workfile-unchanged-p): Add missing argument.
6415
6416 * vc-rcs.el: Require vc and vc-rcs-hooks.
6417 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
6418 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
6419 (vc-release-greater-or-equal-p): Move from vc.
6420 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
6421 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
6422 (vc-rcs-checkout): Add a missing `new-version' argument in the
7f8b6551 6423 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7a004b71
GM
6424
6425 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
6426 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
6427 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
6428 than the apparently unbound `workfile-version'.
6429
6430 * vc-hooks.el (vc-master-templates): Def the obsolete var.
6431 (vc-file-prop-obarray): Use `make-vector'.
6432 (vc-backend-functions): Add new hookable functions
6433 vc-toggle-read-only, vc-record-rename and vc-merge-news.
6434 (vc-loadup): If neither backend nor default functions exist, use
6435 the backend function rather than nil.
6436 (vc-call-backend): If the function if not bound yet, try to load
6437 the non-hook file to see if it provides it.
6438 (vc-call): New macro plus use it wherever possible.
6439 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
6440 nor `vc-find-binary' since it's only called from
7f8b6551 6441 vc-mistrust-permission which is only used once the backend is known.
7a004b71
GM
6442 (vc-checkout-model): Fix parenthesis.
6443 (vc-recompute-state, vc-prefix-map): Move to vc.el.
6444
7f8b6551 6445 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7a004b71
GM
6446 (vc-cvs-release, vc-cvs-system-release): Remove.
6447 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
6448 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
6449 status symbols.
6450 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
6451 (vc-cvs-toggle-read-only): First cut at a function to allow a
6452 cvs-status-free vc-toggle-read-only.
6453 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
6454 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
6455 vc-cvs-status. Also set vc-state rather than vc-locking-user.
6456 (vc-cvs-checkout): Modify access rights directly if the user
6457 requested not to use `cvs edit'. And refresh the mode line.
6458
6459 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
6460 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
6461
64622000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6463
6464 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
6465 workfile' that got lost when the code was extracted from vc.el.
6466 And merged the tail with the rest of the code (not possible in the
6467 old vc.el where the tail was shared among all backends). And
6468 explicitly set the state to 'edited if `writable' is set.
6469
6470 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
6471 (vc-cvs-state): Be careful to return the value from
6472 vc-cvs-parse-state.
6473 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
6474 property but return it instead. Also be careful to handle a nil
6475 or "" `rev' when workfile is non-nil (it was handled properly when
6476 workfile was nil).
6477
6478 * vc.el: Removed those pesky unnecessary `(function' quotes.
6479 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
6480 directly in the defvar.
6481 (vc-do-command): Bind inhibit-read-only so as to properly handle
6482 the case where the destination buffer has been made read-only.
6483 (vc-diff): Delegate to vc-version-diff in all cases.
7f8b6551 6484 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7a004b71
GM
6485 (vc-annotate-mode-variables): Removed (code moved partly to
6486 defvars and partly to vc-annotate-add-menu).
6487 (vc-annotate-mode): Turned into a derived-mode.
6488 (vc-annotate-add-menu): Moved in code in
6489 vc-annotate-mode-variables.
6490 (vc-update-change-log): Use make-temp-file if available.
6491
64922000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
6493
6494 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
6495 `vc-checkout-model' updated to `vc-cvs-update-model'.
6496
64972000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6498
6499 * vc.el (vc-next-action-on-file): Added handling of state
6500 `unlocked-changes'.
6501 (vc-checkout-carefully): Is now practically obsolete, unless the
6502 above is too slow to be enabled unconditionally.
6503 (vc-update-change-log): Fixed typo.
6504
6505 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
6506
7f8b6551
SM
6507 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
6508 Now handles state `unlocked-changes'.
6509 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7a004b71
GM
6510
6511 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
6512
6513 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
6514 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
6515 `unlocked-changes'.
6516 (vc-rcs-workfile-unchanged-p): Renamed from
6517 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
6518 function yet, but supposed to become one soon.
6519
6520 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
6521 `vc-steal-lock'.
6522 (vc-call-backend): Changed error message.
6523 (vc-state): Added description of state `unlocked-changes'.
6524
65252000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6526
6527 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
6528 always return t in CVS-controlled directories.
6529
6530 * vc.el (vc-responsible-backend): New function.
6531 (vc-register): Largely rewritten.
6532 (vc-admin): Removed (implementation moved into vc-register).
6533 (vc-checkin): Redocumented.
6534 (vc-finish-logentry): If no backend defined yet (because we are in
6535 the process of registering), use the responsible backend.
6536
6537 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
6538 Updated function lists.
6539 (vc-call-backend): Fixed typo.
6540
7f8b6551
SM
6541 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
6542 New functions.
6543 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
6544 Removed query option. Redocumented.
7a004b71
GM
6545
65462000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6547
6548 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
6549
6550 * vc.el: Updated callers of `vc-checkout-required' to use
6551 `vc-checkout-model'.
6552
65532000-09-04 Martin Lorentzson <martinl@gnu.org>
6554
6555 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
6556 stuff updated to reference this function instead of the old
6557 `vc-backend-release-p'.
6558
65592000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6560
6561 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
6562 vc-checkout-model. Return appropriate values. Updated callers.
6563
65642000-09-04 Martin Lorentzson <martinl@gnu.org>
6565
7f8b6551 6566 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7a004b71
GM
6567 (vc-backend-revert): Function moved into `vc-revert';
6568 `vc-next-action' must be updated to accomodate this change.
6569 (vc-backend-steal): Function moved into `vc-finish-steal'.
6570 (vc-backend-logentry-check): Function moved into
6571 `vc-finish-logentry'.
6572 (vc-backend-printlog): Function moved into `vc-print-log'.
6573 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
6574 (vc-backend-assign-name): Function moved into
6575 `vc-create-snapshot'.
6576
65772000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6578
6579 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7f8b6551
SM
6580 Rename to vc-checkout-model. Return appropriate values.
6581 Update callers.
7a004b71 6582
7f8b6551 6583 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7a004b71 6584 to vc-checkout-model.
7f8b6551
SM
6585 (vc-checkout-required): Rename to vc-checkout-model.
6586 Re-implement and re-comment.
7a004b71
GM
6587 (vc-after-save): Use vc-checkout-model.
6588
65892000-09-04 Martin Lorentzson <martinl@gnu.org>
6590
7f8b6551
SM
6591 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
6592 Update to use the vc-BACKEND-diff functions instead.
6593 `vc-diff' is now working.
7a004b71 6594
7f8b6551 6595 * vc-rcs.el (vc-rcs-logentry-check): New function.
7a004b71 6596
7f8b6551 6597 * vc-cvs.el (vc-cvs-logentry-check): New function.
7a004b71
GM
6598
6599 * vc-sccs.el (vc-sccs-diff): Function changed name from
6600 `vc-backend-diff'. This makes `vc-diff' work.
6601
7f8b6551 6602 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7a004b71 6603 of functions possibly implemented in a vc-BACKEND library.
7f8b6551 6604 (vc-checkout-required): Fix bug that caused an error to be
7a004b71
GM
6605 signaled during `vc-after-save'.
6606
7f8b6551
SM
6607 * vc.el: Fix typo.
6608 This checkin is made with our new VC code base for the very first time.
6609 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7a004b71
GM
6610
6611 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
6612 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
6613
6614 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
6615 updated to `vc-uses-locking'.
7f8b6551 6616 (vc-checkout-required): Call to backend function.
7a004b71
GM
6617 `vc-checkout-required' updated to `vc-uses-locking' instead.
6618
6619 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
6620 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
6621
7f8b6551 6622 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7a004b71 6623 to match the split into various backends.
7f8b6551 6624 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7a004b71
GM
6625 (vc-retrieve-snapshot): Bug fix.
6626
66272000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6628
6629 * vc-sccs.el (vc-sccs-release): Doc fix.
6630
66312000-09-04 Martin Lorentzson <martinl@gnu.org>
6632
6633 * vc.el (vc-next-action-on-file): Bug found and fixed.
6634 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
6635 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
6636
6637 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
6638 (vc-rcs-checkout): Name space cleaned up. No more revision number
6639 crunching function names that are not prefixed with vc-rcs.
6640 (vc-rcs-checkout-model): Function added. References to
6641 `vc-checkout-model' replaced.
6642
66432000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6644
6645 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
6646 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
6647 still need to be split, and implemented for RCS).
6648
66492000-09-04 Martin Lorentzson <martinl@gnu.org>
6650
6651 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
6652
6653 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
6654 required by the vc.el file.
6655
6656 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
6657 required by the vc.el file.
6658 (vc-rcs-exists): Function added.
6659
6660 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
6661 required by the vc.el file.
6662
6663 * vc.el (vc-admin): Updated to handle selection of appropriate
6664 backend. Current implementation is crufty and need re-thinking.
6665
6666 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
6667
66682000-09-04 Martin Lorentzson <martinl@gnu.org>
6669
6670 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
6671 beginning of annotate buffers correctly.
6672
6673 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
6674 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
6675 functionality updated quite a lot to support multiple backends.
6676 Variables `vc-annotate-mode', `vc-annotate-buffers',
6677 `vc-annotate-backend' added.
6678
6679 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
6680 `vc-annotate-difference' added to supported backend functions.
6681
66822000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6683
6684 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
6685 Use with-temp-file instead of /bin/sh. Merged from mainline
6686
66872000-09-04 Martin Lorentzson <martinl@gnu.org>
6688
6689 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
6690
6691 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
6692
6693 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
6694
66952000-09-04 Martin Lorentzson <martinl@gnu.org>
6696
6697 * vc-hooks.el: vc-state-heuristic added to
6698 vc-backend-hook-functions.
6699
6700 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
6701
6702 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
6703
7f8b6551
SM
6704 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
6705 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
7a004b71
GM
6706 state to `reserved'.
6707
6708 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
6709 `vc-checkout-required'. Rename the `locked' state to `reserved'.
6710
67112000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6712
7f8b6551 6713 * vc-rcs-hooks.el: Implement new state model. Hardly anything
7a004b71
GM
6714 untouched.
6715
7f8b6551 6716 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7a004b71 6717
7f8b6551 6718 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7a004b71
GM
6719 if defined. (Merged from main line, slightly adapted.)
6720
6721 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
6722 millenium problem (merged from mainline).
6723
67242000-09-04 Martin Lorentzson <martinl@gnu.org>
6725
6726 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
6727 part and moved the non-BACKEND stuff to vc.el.
6728
6729 * vc.el: Split the annotate feature into a BACKEND specific part
6730 and moved it from the vc-cvs.el file to this one.
6731
67322000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6733
7f8b6551
SM
6734 * vc-hooks.el: Implement new state model.
6735 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
6736 (vc-locking-user): Simplify. Now only needed if the file is
7a004b71 6737 locked by somebody else.
7f8b6551 6738 (vc-lock-from-permissions): Remove. Functionality is in
7a004b71
GM
6739 vc-sccs-hooks.el and vc-rcs-hooks.el now.
6740 (vc-mode-line-string): New name for former vc-status. Adapted.
7f8b6551 6741 (vc-mode-line): Adapt to use the above. Remove optional parameter.
7a004b71 6742
7f8b6551
SM
6743 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
6744 Various simplifications and adaptations all over the place.
7a004b71 6745
7f8b6551
SM
6746 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
6747 Simplify and adapt the rest.
7a004b71 6748
7f8b6551 6749 * vc.el (vc-resynch-window): Add TODO comment: check for
7a004b71 6750 interaction with view mode according to recent RCS change.
7f8b6551 6751 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7a004b71
GM
6752
67532000-09-04 Martin Lorentzson <martinl@gnu.org>
6754
7f8b6551 6755 * vc.el: Convert the remaining function comments to docstrings.
7a004b71
GM
6756
67572000-09-04 Martin Lorentzson <martinl@gnu.org>
6758
6759 * vc.el (vc-backend-release, vc-release-greater-or-equal)
6760 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
6761 (vc-minor-part, vc-previous-version): Functions that operate and
6762 compare revision numbers got proper documentation. Comments added
6763 about their possible removal.
6764
67652000-09-04 Martin Lorentzson <martinl@gnu.org>
6766
6767 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
6768 the vc-backend.el files.
6769
6770 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
6771
6772 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
6773 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
6774 (vc-rcs-previous-version): Functions added.
6775
6776 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
6777
6778 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
6779
67802000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6781
6782 * vc-hooks.el (vc-master-templates): Is really obsolete.
7f8b6551 6783 Comment out the definition for now. What is the right procedure
7a004b71
GM
6784 to get rid of it?
6785 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
6786 rewritten.
7f8b6551 6787 (vc-default-registered): Remove.
7a004b71
GM
6788 (vc-check-master-templates): New function; does mostly what the
6789 above did before.
6790 (vc-locking-user): Don't rely on the backend to set the property.
6791
6792 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7f8b6551 6793 Rewrite documentation.
7a004b71
GM
6794 (vc-rcs-templates-grabbed): New variable.
6795 (vc-rcs-grab-templates): New function.
7f8b6551 6796 (vc-rcs-registered): Rewrite to use above mechanism.
7a004b71
GM
6797
6798 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7f8b6551 6799 Rewrite documentation.
7a004b71
GM
6800 (vc-sccs-templates-grabbed): New variable.
6801 (vc-sccs-grab-templates): New function.
7f8b6551
SM
6802 (vc-sccs-registered): Rewrite to use above mechanism.
6803 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
6804 Don't throw the result, simply return it.
7a004b71 6805
7f8b6551
SM
6806 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
6807 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
6808 (vc-cvs-registered): Does the check itself now. Simplify.
7a004b71 6809
7f8b6551 6810 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7a004b71
GM
6811 from main line.
6812
68132000-09-04 Martin Lorentzson <martinl@gnu.org>
6814
7f8b6551 6815 * vc-cvs.el (vc-cvs-diff): New function.
7a004b71 6816
7f8b6551 6817 * vc-sccs.el (vc-sccs-diff): New function.
7a004b71 6818
7f8b6551
SM
6819 * vc-rcs.el (vc-rcs-diff): New function.
6820 (vc-rcs-checkout): Bug (typo) found and fixed.
6821 (vc-rcs-register-switches): New variable.
7a004b71
GM
6822
6823 * vc.el (vc-backend-diff): Function removed and placed in the
6824 backend files.
6825
68262000-09-04 Martin Lorentzson <martinl@gnu.org>
6827
6828 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
6829
6830 * vc.el (vc-backend-checkout): Function removed and replaced in
6831 the vc-backend.el files.
6832
6833 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
6834
6835 * vc.el (vc-backend-admin): Removed and replaced in the
6836 vc-backend.el files.
6837
6838 * vc.el (Martin): Removed all the annotate functionality since it
6839 is CVS backend specific.
6840
68412000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6842
6843 * spec.txt: Added specification of vc-state.
6844
6845 * vc-sccs-hooks.el (vc-sccs-master-properties):
7f8b6551 6846 Remove handling of vc-latest-version and
7a004b71
GM
6847 vc-your-latest-version. What used to be vc-latest-version, is now
6848 returned as vc-workfile-version.
7f8b6551 6849 (vc-sccs-workfile-version): Adapt.
7a004b71
GM
6850
68512000-09-04 Dave Love <fx@gnu.org>
6852
6853 * vc.el: [Merged from mainline.]
6854 (vc-dired-mode): Make the dired-move-to-filename-regexp
6855 regexp match the date, to avoid treating date as file size.
6856 Add YYYY S option to WESTERN/
6857
68582000-09-04 Dave Love <fx@gnu.org>
6859
6860 * vc.el: Require `compile' when compiling.
6861 (vc-logentry-check-hook): New option.
6862 (vc-steal-lock): Use compose-mail.
6863 (vc-dired-mode-map): Defvar when compiling.
6864 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
6865 vc-sccs.el and renamed. Callers changed.
6866 (vc-backend-checkout, vc-backend-logentry-check)
6867 (vc-backend-merge-news): Doc fix.
6868 (vc-default-logentry-check): New function.
6869 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
6870 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
6871 (vc-backend-merge): Doc fix. Use backend functions.
6872 (vc-check-headers): Use backend functions.
6873
6874 * vc-cvs.el: Require vc when compiling.
6875 (vc-cvs-register-switches): Doc fix.
6876 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
6877 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
6878 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
6879 New functions (code from vc.el).
6880 (vc-annotate-display-default): Fix interactive spec.
6881 (vc-annotate-time-span): Doc fix.
6882
6883 * vc-rcs.el: Require vc when compiling.
6884 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
6885 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
6886 (vc-rcs-checkin): New functions (code from vc.el).
6887 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
6888 Doc fix.
6889 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
6890
6891 * vc-sccs.el: Require vc when compiling.
6892 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
6893 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
6894 (vc-sccs-revert)
6895 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
6896 from vc.el).
6897 (vc-sccs-add-triple, vc-sccs-record-rename)
6898 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
6899 (vc-sccs-admin): Doc fix.
6900
69012000-09-04 Martin Lorentzson <martinl@gnu.org>
6902
6903 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
6904 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
6905 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
6906 from vc.el.
6907
6908 * vc-sccs.el (vc-admin-sccs): Added from vc.el
6909
6910 * vc-cvs.el: Moved the annotate functionality from vc.el.
6911 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
6912
69132000-09-04 Dave Love <fx@gnu.org>
6914
6915 * vc.el (vc-backend-release): Call vc-system-release.
6916
6917 * vc-sccs.el (vc-sccs-system-release):
6918 Renamed from vc-sccs-backend-release.
6919
6920 * vc-rcs.el (vc-rcs-system-release):
6921 Renamed from vc-rcs-backend-release.
6922
6923 * vc-cvs.el (vc-cvs-system-release):
6924 Renamed from vc-cvs-backend-release.
6925
69262000-09-04 Dave Love <fx@gnu.org>
6927
6928 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
6929 backend files.
6930 (vc-backend-release): Dispatch to backend functions.
6931 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
6932 probably needs attention.]
6933
6934 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
6935 (vc-sccs-backend-release): New function.
6936
6937 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
6938 (vc-cvs-backend-release): New function.
6939
6940 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
6941 Doc fix.
6942 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
6943 (vc-default-dired-state-info): New function.
6944 (vc-dired-state-info): Dispatch to backends.
6945 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
6946
6947 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
6948 from vc.el and renamed.
6949
69502000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6951
6952 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
6953 (vc-version-other-window, vc-backend-assign-name): Removed
6954 references to vc-latest-version; sometimes changed into
6955 vc-workfile-version.
6956
6957 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
6958 vc-rcs-master-workfile-version.
6959 (vc-rcs-workfile-version): Use the above. Don't call
6960 vc-latest-version (that was unreachable code, anyway).
6961 (vc-rcs-fetch-master-properties): Doc fix.
6962
6963 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
6964 (vc-backend-hook-functions): Removed them from this list, too.
6965 (vc-fetch-properties): Removed.
6966 (vc-workfile-version): Doc fix.
6967
6968 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
6969 (vc-rcs-workfile-version, vc-rcs-locking-user)
6970 (vc-rcs-uses-locking): Use it.
6971
6972 * vc-hooks.el (vc-consult-rcs-headers):
6973 Moved into vc-rcs-hooks.el, under the name
6974 vc-rcs-consult-headers.
6975
6976 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
6977 headers.
6978 (vc-cvs-find-master): Use this name only; correct different
6979 versions of the name.
6980
6981 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
6982 New functions.
6983 (vc-sccs-locking-user): Use the latter.
6984
6985 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
6986 New functions.
6987
6988 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
6989 Moved into both
6990 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
6991 functions are implementation details of those two backends.
6992
69932000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6994
6995 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
6996 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
6997
6998 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
6999 (vc-sccs-parse-locks): SCCS-specific code moved here from
7000 vc-hooks.
7001
7002 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
7003 code moved here from vc-hooks.
7004
7005 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
7006 into back-end specific parts and removed. Callers not updated
7007 yet; because I guess these callers will disappear into back-end
7008 specific files anyway.
7009
70102000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7011
7012 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
7013 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
7014 `vc-uses-locking'.
7015
7016 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
7017 Store yes/no in the property, and return t/nil. Updated all
7018 callers.
7019
7020 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
7021 vc-sccs-uses-locking. Don't set property.
7022 (vc-sccs-locking-user): Don't set property.
7023
7024 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
7025 vc-cvs-uses-locking. Don't set property here; leave that to
7026 vc-hooks.
7027 (vc-cvs-locking-user): Reflect above change. Streamlined.
7028
7029 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
7030 vc-rcs-uses-locking.
7031 (vc-rcs-locking-user): Reflect above change.
7032
70332000-09-04 Dave Love <fx@gnu.org>
7034
7035 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
7036
7037 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
7038
7039 * vc-hooks.el (vc-checkout-model): Punt to backends.
7040
7041 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
7042
7043 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
7044
7045 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
7046 New functions.
7047
7048 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
7049 New functions.
7050
7051 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
7052 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
7053
7054 * vc-hooks.el (vc-default-locking-user): New function.
7055 (vc-locking-user, vc-workfile-version): Punt to backends.
7056
70572000-09-04 Dave Love <fx@gnu.org>
7058
7059 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
7060 (vc-master-workfile-version): Moved from vc-hooks.
7061
7062 * vc-rcs-hooks.el: Fix duplicate code in last change.
7063
7064 * vc-rcs-hooks.el: Require vc-hooks when compiling.
7065 (vc-rcs-master-templates): Improve :type.
7066 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
7067 vc-master-workfile-version): Moved from vc-hooks.
7068
7069 * vc-sccs-hooks.el: Require vc-hooks when compiling.
7070 (vc-sccs-master-templates): Improve :type.
7071 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
7072
7073 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
7074
7075 * vc-cvs-hooks.el: Require vc-hooks when compiling.
7076 (vc-cvs-master-templates): Improve :type. Use
7077 vc-cvs-find-cvs-master.
7078 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
7079 from vc-hooks.
7080 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
7081
7082 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
7083 Moved to vc-cvs-hooks.
7084
7085 * vc-hooks.el: Add doc strings in various places. Simplify the
7086 minor mode setup.
7087 (vc-handled-backends): New user variable.
7088 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
7089 simplification.
7090
70912000-09-04 Dave Love <fx@gnu.org>
7092
7093 * vc.el: Some doc fixes for autoloaded and interactive functions.
7094 Fix compilation warnings from ediff stuff.
7095 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
7096
7097 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
7098
7099 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
7100
7101 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
7102
71032000-09-04 Dave Love <fx@gnu.org>
7104
7105 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
7106 New variable.
7107 (vc-make-backend-function, vc-loadup, vc-call-backend)
7108 (vc-backend-defines): New functions.
7109
7110 * vc-hooks.el: Various doc fixes.
7111 (vc-default-back-end, vc-follow-symlinks): Custom fix.
7112 (vc-match-substring): Function removed. Callers changed to use
7113 match-string.
7114 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
7115 Simplify.
7116
71172000-09-04 Dave Love <fx@gnu.org>
7118
7119 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
7120 type.
7121 (vc-sccs-project-dir, vc-search-sccs-project-dir)
7122 (vc-sccs-registered): Doc fix.
7123
7124 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
7125 (vc-cvs-registered): Doc fix.
7126
7127 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
7128 (vc-rcs-registered): Doc fix.
7129
71302000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7131
7132 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
7133
7134 * vc-hooks.el: vc-registered has been renamed
7135 vc-default-registered. Some functions have been moved to the
7136 backend specific files. they all support the
7137 vc-BACKEND-registered functions.
7138
71392000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7140
7141 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
7142
7143 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
7144
a033ea13
DL
71452000-09-04 Dave Love <fx@gnu.org>
7146
179fc9ef
DL
7147 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
7148 menu-bar-update-hook.
7149
7150 * help.el (help-manyarg-func-alist): Add
7151 find-operation-coding-system.
7152
a033ea13
DL
7153 * wid-edit.el (widget-sexp-validate): Fix garbled code.
7154
7155 * custom.el (custom-set-variables): Print message about errors in
7156 setting.
7157
f8803e97
AI
71582000-09-03 Andrew Innes <andrewi@gnu.org>
7159
7160 * makefile.w32-in: Change to DOS line endings.
7161
59836110
EZ
71622000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
7163
7164 * mouse.el (mouse-popup-menubar): Supply the prompt string for
7165 minor-mode keymaps, if they don't have one.
7166
5514ba5c
EZ
71672000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
7168
7169 * eshell/esh-module.el (eval-when-compile): Don't lose if
7170 esh-module.el's file name is truncated to DOS 8+3 limits.
7171
79cf8e80
JW
71722000-09-01 John Wiegley <johnw@gnu.org>
7173
7174 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
7175 predicate, which caused entries in the completion list to be
7176 doubled.
7177
71782000-08-30 John Wiegley <johnw@gnu.org>
7179
7180 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
7181 sending to subprocesses. Also, hook pre-command-hook if
7182 `eshell-send-direct-to-subprocesses' is non-nil.
7183 (eshell-send-direct-to-subprocesses): New config variable. If t,
7184 subprocess input is send immediately.
7185 (eshell-toggle-direct-send): New function.
7186 (eshell-self-insert-command): New function.
7187 (eshell-intercept-commands): New function.
7188 (eshell-send-input): If direct subprocess sending is enabled,
7189 don't echo any input to the Eshell buffer. Let the subprocess
7190 handle that. This requires "stty echo" in bash, for example.
7191
71922000-08-28 John Wiegley <johnw@gnu.org>
7193
7194 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
7195 completion function for Eshell's implementation of `unset'.
7196
778911b9
EZ
71972000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
7198
7199 * info.el (Info-directory-list): Doc fix.
7200
05d07b49
PB
72012000-08-31 Peter Breton <pbreton@ne.mediaone.net>
7202
9b4a7800 7203 * filecache.el (file-cache-add-directory-using-find): Don't quote
05d07b49
PB
7204 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
7205
9941d4c7
KH
72062000-08-31 Kenichi Handa <handa@etl.go.jp>
7207
7208 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
7209 coding systems.
7210
af9ba8ad
AI
72112000-08-30 Andrew Innes <andrewi@gnu.org>
7212
7213 * timer.el (run-with-idle-timer): Undo last change, so that timer
7214 is not activated immediately if Emacs is already idle. Some
7215 existing code relies on this behaviour.
7216
caccd8f2
MB
72172000-08-30 Miles Bader <miles@gnu.org>
7218
7219 * frame.el (set-frame-font): Do completion of font-name for
7220 interactive use.
7221
b64c0a1c
KH
72222000-08-30 Kenichi Handa <handa@etl.go.jp>
7223
7224 * international/quail.el (quail-start-translation): Bind locally
7225 last-command-event, last-command, and this-command.
7226 (quail-start-conversion): Likewise.
75cf0095 7227 (quail-self-insert-command): Fix docstring.
b64c0a1c 7228
fd5f61d3
GM
72292000-08-29 Gerd Moellmann <gerd@gnu.org>
7230
7231 * progmodes/executable.el
7232 (executable-make-buffer-file-executable-if-script-p): Check that
7233 buffer contains at least 2 characters.
7234
5b671d04
EZ
72352000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
7236
7237 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
7238
485d9513
DL
72392000-08-29 Dave Love <fx@gnu.org>
7240
a39fb83d
DL
7241 * diff-mode.el (diff-mode) <defgroup>: Add :version.
7242 (diff-mode-shared-map): Bind mouse-2.
7243 (diff-imenu-generic-expression): New variable.
7244 (diff-mode): Use it.
7245
485d9513
DL
7246 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
7247 (mouse-popup-menubar): Add minor mode menus.
7248 (popup-menu): Check for lookup-key returning number.
7249
ba3478d9
MB
72502000-08-29 Miles Bader <miles@gnu.org>
7251
7252 * comint.el (comint-send-input): Create overlays using the proper
7253 front/read-advance arguments.
9b4a7800 7254
c3d6d211
GM
72552000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7256
7257 * ps-print.el: Even/odd pages printing. Doc fix.
7258 (ps-print-version): New version number (6.0).
7259 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
7260 (ps-background, ps-begin-file, ps-begin-job): Code fix.
7261 (ps-print-duplex-feature): Variable eliminated.
7262 (ps-even-or-odd-pages): New variable.
7263
ba087cd7 7264 * progmodes/ebnf2ps.el: Doc fix.
87d0f685
GM
7265 (ebnf-version): New version (3.3).
7266 (ebnf-user-arrow): Change variable customization to sexp.
7267 (ebnf-user-arrow): Function eliminated.
7268 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9b4a7800 7269
d313265f
KH
72702000-08-29 Kenichi Handa <handa@etl.go.jp>
7271
cba62b78 7272 * help.el (help-xref-mule-regexp): New variable.
d313265f
KH
7273 (help-make-xrefs): Handle help-xref-mule-regexp.
7274
7275 * international/mule-cmds.el (help-xref-mule-regexp-template): New
7276 variable.
7277 (describe-input-method): Temporarily activate the specfied input
7278 method to display the information.
7279 (describe-language-environment): Hyperlinks to mule related items.
7280
7281 * international/mule-diag.el (charset-multibyte-form-string): New
7282 function.
7283 (list-character-sets-1): Use charset-multibyte-form-string.
7284 (describe-character-set): New function.
7285 (describe-coding-system): Hyperlinks to safe character sets.
7286
7287 * international/quail.el (quail-help): New arg PACKAGE.
7288 Hyperlinks to mule related items.
7289 (quail-help-insert-keymap-description): Use
7290 substitute-command-keys instead of describe-bindings.
7291 (quail-translation-help): Hyperlinks to mule related items.
7292
b4bd214e
JW
72932000-08-28 John Wiegley <johnw@gnu.org>
7294
ca7aae91
JW
7295 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
7296 have a defsubst call itself. Made `eshell-flatten-list' back into
7297 a function again.
7298
b4bd214e
JW
7299 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
7300 catch, in case re-centering point at bottom messes up the display.
7301 This happens frequently in Emacs 21, due I believe to variable
7302 line heights.
7303
7304 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
7305 to call `find-tag-interactive'.
7306
7307 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
7308 the list of remember directories.
7309
d44e146b
JW
73102000-08-28 John Wiegley <johnw@gnu.org>
7311
7312 * align.el: Test align-region-separate to see if it's a symbol.
7313
546c0888 73142000-08-28 John Wiegley <johnw@gnu.org>
d44e146b
JW
7315
7316 * eshell/esh-util.el (eshell-flatten-list): Made this function
7317 into a defsubst form. It gets used very frequently, although
7318 calls don't occur all that often.
7319
7320 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
7321 examining it.
7322
7323 * eshell/esh-cmd.el (eshell-rewrite-while-command):
7324 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
7325 `eshell-protect'.
7326 (eshell-copy-handles): Created a new macro for duplicating the
7327 current set of open handles. This is needed by the looping
7328 functions.
7329 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
7330 is not incorrectly stomped on.
7331
7332 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
7333 declaration for pcomplete-use-paring.
7334 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
7335 value of eshell-cmpl-use-paring.
7336 * pcomplete.el (pcomplete-use-paring): New config variable, to
7337 indicate whether paring should be used.
7338 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
7339 completion alternatives that have already been used.
7340
7341 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
7342 bound to C-c C-y, which will repeat the previous N arguments
7343 (based on prefix argument).
7344 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
7345
7346 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
7347 if there is no *Help* buffer. This is for XEmacs, which renames
7348 its help buffers uniquely. TODO: Find out what the current buffer
7349 name to delete is.
7350
7351 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
7352 first entry that correlates to a passwd/group number. Later
7353 entries (used for group/user name aliasing to multiple IDs) are
7354 ignored.
7355
9b4a7800
TTN
7356 * eshell/em-xtra.el (eshell/expr):
7357 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
7358 (eshell-grep, eshell/diff, eshell/locate):
d44e146b
JW
7359 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
7360 argument list, before passing it to the system command.
7361
7362 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
7363 `find-tag' for use at final position in Eshell buffers (which
7364 otherwise triggers an error on Emacs 21).
7365 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
7366 buffer, if it is currently bound to `find-tag'.
7367
7368 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
7369 in the list of matched Makefile names.
7370 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
7371 directory, prefer its contents to Makefile.
7372
7373 * eshell/em-dirs.el (eshell/cd): cd commands that look up
7374 directory parts (like "cd old new", or "cd =regexp"), are now case
7375 sensitive on non-Windows/DOS platforms.
7376
7377 * eshell/esh-mode.el (eshell-parse-command-input): When a user
7378 types RET after an open delimiter (like "), display a message
7379 indicating that Eshell is waiting for the closing delimiter.
7380
7381 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
7382 environment variables.
7383
7384 * eshell/em-unix.el (eshell/diff): Added logic to fail more
7385 gracefully if the user enters incorrect arguments.
7386
7387 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
7388 Eshell buffers.
7389
9b4a7800
TTN
7390 * eshell/esh-var.el (eshell-interpolate-variable):
7391 * eshell/esh-mode.el (eshell-move-argument):
d44e146b
JW
7392 * eshell/em-unix.el (eshell-du-sum-directory):
7393 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
7394 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
7395 (not (= ...)).
7396
7397 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
7398 to ensure the `preserve' flag gets propagated when doing recursive
7399 directory copies.
7400
546c0888 74012000-08-28 Stefan Monnier <monnier@cs.yale.edu>
d44e146b
JW
7402
7403 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
7404 Don't convert \n into \0177 in memory.
7405 (eshell-read-history, eshell-write-history): Convert \n to \0177,
7406 and back again, when reading and writing.
9b4a7800 7407
546c0888 74082000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
d44e146b
JW
7409
7410 * eshell/esh-util.el (eshell-processp): Added to relieve constant
7411 testing of `fboundp' on `processp'.
7412
7413 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
7414 (eshell/jobs): Don't call process-list if it is not bound.
7415 (eshell-gather-process-output): Support systems where async
7416 subprocesses aren't supported.
7417 (eshell-scratch-buffer, eshell-last-sync-output-start): New
7418 variables.
7419
7420 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
7421 eshell-do-eval returns t.
7422 (eshell-do-pipelines-synchronously): New defmacro.
7423 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
7424 when async subprocesses aren't supported.
7425 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
7426 if async subprocesses aren't supported.
7427 (eshell-resume-command): Don't assume STATUS is a string.
7428
7429 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
7430
7431 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
7432 (eshell-close-target, eshell-get-target): Use eshell-processp.
7433 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
7434 fix.
7435 (eshell-get-target, eshell-create-handles): Doc fix.
7436
546c0888 74372000-08-28 Miles Bader <miles@lsi.nec.co.jp>
d44e146b 7438
546c0888 7439 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
d44e146b
JW
7440 criterion to include commands that output something, as long as it
7441 leaves both the command and the end-of-buffer visible when the
7442 command has exited.
7443 (eshell-review-quick-commands): Adjust the help doc string
7444 accordingly.
7445
2a371c3b
PB
74462000-08-28 Peter Breton <pbreton@ne.mediaone.net>
7447
8348e1f9 7448 * locate.el (locate): Cleaned up locate command's interactive prompting
1ec321a7 7449 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8348e1f9 7450
9b4a7800 7451 * filecache.el (file-cache-case-fold-search): New variable
2a371c3b
PB
7452 (file-cache-assoc-function): New variable
7453 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
7454 Use file-cache-case-fold-search variable
7455 (file-cache-add-file): Use file-cache-assoc-function
7456 (file-cache-delete-file): likewise
7457 (file-cache-directory-name): likewise
7458 (file-cache-debug-read-from-minibuffer): likewise
7459
95931eb1
GM
74602000-08-28 Gerd Moellmann <gerd@gnu.org>
7461
7462 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
7463 (abbrev-table-name): New function.
7464 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
7465 If non-nil list local abbrev, only.
7466
bb17930d
GM
74672000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
7468
546c0888
EZ
7469 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
7470 from Gnus support code, and use special article copy buffer
bb17930d
GM
7471 `(gnus-original-article-buffer)' instead. This allows to get rid
7472 of article-hide-headers usage (which breaks in the latest Gnus
7473 version). Thanks to Detlev Zundel.
7474
41a68aef
KH
74752000-08-28 Kenichi Handa <handa@etl.go.jp>
7476
7477 * international/quail.el (quail-use-package): Hide "... loaded"
7478 message.
7479 (quail-start-translation, quail-start-conversion): Likewise.
7480
7481 * international/kkc.el (kkc-region): Hide "... loaded" message.
7482
28bb2cef
DL
74832000-08-27 Dave Love <fx@gnu.org>
7484
7485 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
7486
11a1118d
MB
74872000-08-27 Miles Bader <miles@gnu.org>
7488
7489 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
7490
0f85d477
KH
74912000-08-27 Kenichi Handa <handa@etl.go.jp>
7492
7493 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
7494 'ja-dic-cnv), not (require 'skkdic-cnv).
7495
2d73e8d3
MB
74962000-08-26 Miles Bader <miles@gnu.org>
7497
a0e5a5a4
MB
7498 * faces.el (face-x-resources): Add entry for :inherit.
7499 * cus-face.el (custom-face-attributes): Add support for :inherit
7500 attribute. Add support for relative face heights.
7501 (custom-face-attributes-get): Treat `nil' as being a default value
7502 for :inherit (as well as `unspecified').
7503
19feb949
MB
7504 * faces.el (set-face-attribute): Update doc string.
7505 (face-attribute-name-alist): Add :inherit.
7506 (face-valid-attribute-values): Handle :inherit.
7507 (face-read-string): Rephrase prompt to be less confusing.
7508 Assume that DEFAULT is a string, since we must return a string.
7509 (face-read-integer): Use `format' to turn DEFAULT into an
7510 acceptable default for face-read-string. Match NEW-VALUE against
7511 the string "unspecified", not the symbol `unspecified', since
7512 that's what face-read-string returns.
7513 (read-face-attribute): Lookup a name for old-value in valid, and
7514 use it as a default if we find one. Treat all values from
7515 face-read-string as strings. If the default is used, don't do any
7516 more processing on the value, just use the old value directly.
7517 (read-face-and-attribute, modify-face): Tweak prompt.
7518 (read-face-name): Don't assume prompt ends with a space.
7519
2d73e8d3
MB
7520 * faces.el (describe-face): Add support for :inherit attribute.
7521
a1a2e38f
KH
75222000-08-25 Kenichi Handa <handa@etl.go.jp>
7523
e84fa7c5
KH
7524 * terminal.el (terminal-emulator): Fix args to `concat'. Now
7525 concat doesn't accept interger.
7526
a1a2e38f
KH
7527 * international/kkc.el: Remove SKK from Keywords. Require
7528 ja-dic-utl instead of skkdic-utl.
7529
7530 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
7531 Provide ja-dic-cnv instead of skkdic-cnv.
7532 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
7533 (iso-2022-7bit-short): Add safe-charsets property.
7534 (skkdic-convert-postfix): Search Japanese chou-on character in
7535 addition to Hiragana character.
7536 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
7537 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
7538 (batch-skkdic-convert): Likewise.
7539
7540 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
7541 Provide ja-dic-utl instead of skkdic-utl.
7542 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
7543
f6499c03
DL
75442000-08-24 Dave Love <fx@gnu.org>
7545
1c2c3f16
DL
7546 * disp-table.el (standard-display-default): Make the test of `l'
7547 useful.
7548
f6499c03
DL
7549 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
7550 mod sample text.
7551
7552 * international/iso-ascii.el: Make pilcrow convenient string
7553 consistent with section.
7554 (iso-ascii-display): Set up multibyte characters as well as
7555 unibyte.
7556
c543db81
KH
75572000-08-24 Kenichi Handa <handa@etl.go.jp>
7558
7559 * international/mule-cmds.el (reset-language-environment): Set
7560 default-process-coding-system to '(undecided . iso-latin-1), which
7561 makes process I/O almost consistent with file I/O. Call this
7562 function when mule-cmds.el[c] is loaded.
7563
746d9caf
AI
75642000-08-22 Andrew Innes <andrewi@gnu.org>
7565
7566 * makefile.w32-in: New file.
7567
5484005d
MB
75682000-08-22 Miles Bader <miles@lsi.nec.co.jp>
7569
7570 * comint.el (comint-output-filter): Compare end of
7571 comint-last-output-overlay with the start of the newly inserted
7572 text, not the end, when deciding whether to extend it.
9b4a7800 7573 Set saved-point's insertion type to advance after insertion.
5484005d
MB
7574
7575 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
7576 since this is now done independently of font-lock mode.
7577
7a912f63
GM
75782000-08-21 Gerd Moellmann <gerd@gnu.org>
7579
7580 * server.el (server-kill-new-buffers): New user option.
7581 (server-existing-buffer): New buffer-local variable.
7582 (server-visit-files): When using an existing buffer, set
7583 server-existing-buffer to t.
7584 (server-buffer-done): If server-kill-new-buffers is t, kill the
7585 buffer, unless it was already present before visiting it with
7586 Emacs server.
9b4a7800 7587
240301df
EZ
75882000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
7589
7590 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
7591 even if the display doesn't support colors: some displays will
7592 support bold/underline faces.
7593
cbcef616
GM
75942000-08-21 Gerd Moellmann <gerd@gnu.org>
7595
6917e6bb
GM
7596 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
7597
cbcef616
GM
7598 * startup.el (command-line): If user's init file had an error,
7599 add explanatory text to *Messages*.
7600
6922b018
KH
76012000-08-21 Kenichi Handa <handa@etl.go.jp>
7602
7603 * man.el (Man-getpage-in-background): Decode the process output by
7604 the system locale coding system.
7605
e50c4203
DL
76062000-08-20 Dave Love <fx@gnu.org>
7607
96ab6351
DL
7608 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
7609 Don't test x-popup-menu.
7610 (function) <complete-function>: Complete only fbound symbols.
7611 <validate, value>: New.
7612 (variable) <complete-function>: Complete only bound symbols.
7613 (coding-system): Add :base-only, :complete-function, :validate,
7614 :value, :prompt-match.
7615 (widget-coding-system-prompt-value): Use read-coding-system and
7616 act on :base-only.
7617 (editable-field): Add :help-echo.
7618 (widget-push-button-gui, widget-push-button-cache)
7619 (widget-gui-action, widget-editable-list-gui): COmment out, along
7620 with uses.
7621 (widget-at): Make arg optional.
7622 (widget-echo-help): Adjust for current help-echo calling sequence.
7623 (widget-specify-field, widget-specify-button)
7624 (widget-specify-insert, widget-get-sibling, widget-image-find)
7625 (widget-convert, widget-insert, widget-leave-text)
7626 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
7627 (widget-setup, widget-field-find, widget-before-change)
7628 (widget-after-change, widget-default-complete)
7629 (widget-default-create, widget-default-delete)
7630 (widget-push-button-value-create, editable-field)
7631 (widget-field-prompt-value, widget-field-validate)
7632 (widget-choice-value-create, widget-choice-action)
7633 (widget-choice-validate, widget-checklist-add-item)
7634 (widget-radio-add-item, widget-radio-chosen)
7635 (widget-radio-value-inline, widget-editable-list-value-create)
7636 (widget-editable-list-entry-create)
7637 (widget-documentation-link-add)
7638 (widget-documentation-string-value-create)
7639 (widget-regexp-validate, widget-file-complete)
7640 (widget-sexp-validate, widget-plist-convert-widget)
7641 (widget-plist-convert-widget, widget-alist-convert-widget)
7642 (widget-alist-convert-widget, widget-color-complete): Simplify,
7643 particularly to avoid bindings which aren't optimized out.
7644
e50c4203
DL
7645 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
7646 Doc fix.
7647 (down-list, backward-up-list, up-list, kill-sexp)
7648 (backward-kill-sexp, mark-sexp): Make arg optional.
7649 (lisp-complete-symbol): Add optional arg PREDICATE.
7650
7651 * cus-start.el: Add display-buffer-reuse-frames,
7652 file-coding-system-alist.
7653
511bd4eb
GM
76542000-08-20 Gerd Moellmann <gerd@gnu.org>
7655
7656 * startup.el (command-line): Clear realized faces after
7657 modifying TTY color mappings.
7658
a9de7d29
MB
76592000-08-20 Miles Bader <miles@gnu.org>
7660
7661 * faces.el (face-attr-match-p): Don't return true if ATTRS are
7662 merely a subset of FACE's attributes.
7663
8a8023d9
MB
76642000-08-19 Miles Bader <miles@gnu.org>
7665
7666 * comint.el (comint-output-filter): Save the point with a marker,
7667 not just a buffer position.
7668
7669 * international/mule.el (set-buffer-process-coding-system): Make
7670 interactive prompt less confusing.
7671
1433385f
GM
76722000-08-19 Gerd Moellmann <gerd@gnu.org>
7673
7674 * hilit-chg.el: General cleanup of doc strings, comments and
7675 code formatting.
7676
136b4eda
MB
76772000-08-19 Miles Bader <miles@gnu.org>
7678
7679 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
7680 Compiler macro removed; beginning-of-line is no longer always
7681 equivalent to forward-line, in the presence of fields.
7682
7683 * comint.el (comint-output-filter): Remove ad-hoc saving of
7684 restriction, and just use save-restriction, now that it works
7685 correctly. Don't adjust comint-last-input-start to account for
7686 our insertion; it shouldn't have moved because we don't use
7687 insert-before-markers anymore. Comment out call to
7688 `force-mode-line-update'; why is it here?
7689
7690 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
7691 while checking for prompt to delete. Use `forward-line 0'
7692 instead of beginning-of-line.
7693 (gud-filter): Temporarily widen gud comint buffer while
7694 examining output.
7695
cdd0f857
SM
76962000-08-18 Stefan Monnier <monnier@cs.yale.edu>
7697
ebf96bfa
SM
7698 * progmodes/sh-script.el: Big bag of typos.
7699
cdd0f857
SM
7700 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
7701 check since ispell-process is not bound when ispell is not yet loaded.
7702
9bb7a286
DL
77032000-08-18 Dave Love <fx@gnu.org>
7704
7705 * image.el (find-image): Copy `spec' before using plist-put.
7706
74ec6045
GM
77072000-08-18 Gerd Moellmann <gerd@gnu.org>
7708
7709 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
7710 `portugues'.
7711
7712 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
7713 backward-kill-sexp, analogous to kill-sexp.
7714
7715 * progmodes/icon.el (icon-indent-line)
7716 (icon-is-continuation-line): Handle comments specially.
7717
77182000-08-17 Ken Stevens <k.stevens@ieee.org>
7719
7720 * ispell.el: Set to standard author/maintainer/keyword fields.
7721 Fine tuning to menu map appearance and operation, and added help.
7722 Remove `start' and `end' error messages when compiling.
7723 (ispell-choices-win-default-height): Fixed comment string.
7724 (ispell-dictionary-alist-1): Fixed regexp in castellano and
7725 castellano8 dictionaries.
7726 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
7727 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
7728 dictionary, added italiano dictionary.
7729 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
7730 word character
7731 (ispell-tex-skip-alists): Added psfig support.
7732 (ispell-skip-html): Renamed from ispell-skip-sgml.
7733 (ispell-begin-skip-region-regexp, ispell-skip-region)
7734 (ispell-minor-check): Improved html skipping support to skip across
7735 code, and recognize `&' commands without propper `;' syntax;
7736 (ispell-process-line): Fix alignment error when manually
7737 correcting spelling.
7738 (ispell): Fix comment string.
7739 (ispell-add-per-file-word-list): Always put word list on new line.
7740
3787e12e
GM
77412000-08-17 Gerd Moellmann <gerd@gnu.org>
7742
a7b28523
GM
7743 * format.el (format-encode-run-method): Fix error message to say
7744 `encode' instead of `decode'. Use save-window-excursion around
7745 shell-command-on-region as in format-decode-run-method because
7746 shell-command-on-region can display a buffer with error output.
7747 (format-decode): Don't record undo information for the decoding.
7748 (format-annotate-function): Add parameter FORMAT-COUNT. Make
7749 that number part of the temporary buffer name so that more than
7750 one decoding using a temporary buffer can happen safely.
7751
7752 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
7753 of `A-z' in the regexp.
7754
7755 * hilit-chg.el: Fix typos in commentary.
7756
3787e12e
GM
7757 * help.el (view-emacs-news): Rewritten for new naming scheme
7758 for old NEWS files.
7759
7760 * startup.el (command-line): Pop to *Messages* in case an error
7761 is signaled while loading user-init-file.
7762
d2473540
AS
77632000-08-17 Andreas Schwab <schwab@suse.de>
7764
7765 * files.el (insert-directory): Don't lose original file name,
7766 undoing an undocumented change.
7767
c0bbaf57
GM
77682000-08-17 Alex Schroeder <alex@gnu.org>
7769
7770 * sql.el (sql-magic-go): Use comint-bol.
7771 (sql-copy-column): Use comint-line-beginning-position.
7772 (comint-line-beginning-position): Define a replacement for
7773 comint-line-beginning-position if it is not fboundp.
7774
77752000-08-17 Alex Schroeder <alex@gnu.org>
7776
7777 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
7778 it didn't have any effect anyway.
7779
77802000-08-17 Alex Schroeder <alex@gnu.org>
7781
7782 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
7783 --pset and pager=off instead of sending \\o|cat at the beginning
7784 of the session.
7785
9d245da5
MB
77862000-08-17 Miles Bader <miles@gnu.org>
7787
7788 * progmodes/octave-inf.el: Add compatibility definition of
7789 comint-line-beginning-position.
7790
abfdbd2e
KH
77912000-08-17 Kenichi Handa <handa@etl.go.jp>
7792
7793 * startup.el (normal-top-level): Look in each dir in load-path for
7794 a leim-list.el file too. This assures of loading leim-list.el
7795 that is created at Emacs installation time even if a user have his
7796 own leim-list.el.
7797
a0b8c939
MB
77982000-08-17 Miles Bader <miles@gnu.org>
7799
7800 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
7801 foreground color to black if the background is dark.
7802
7382bcae
SM
78032000-08-16 Stefan Monnier <monnier@cs.yale.edu>
7804
7805 * loadhist.el (unload-feature): Typo.
7806
9b4a7800 7807 * finder.el (finder-compile-keywords):
7382bcae
SM
7808 * cus-dep.el (custom-make-dependencies): Add local-variable settings
7809 to the generated file.
7810
7811 * mail/mh-e.el (mh-make-local-vars):
7812 Replace make-variable-buffer-local with make-local-variable.
7813
cdd0f857 7814 * play/landmark.el:
7382bcae 7815 * options.el (Edit-options-{set,toggle,t,nil}):
9b4a7800
TTN
7816 * mail/mailabbrev.el (mail-abbrevs-mode):
7817 * textmodes/tex-mode.el (tex-expand-files):
7382bcae
SM
7818 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
7819
7820 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
7821
7822 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
7823 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
7824 Allow going past the last element.
9b4a7800 7825 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
7382bcae
SM
7826 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
7827 (cvs-mouse-toggle-mark): Don't move point.
7828 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
7829
7830 * progmodes/compile.el (grep): Provide a default set of files.
7831 (next-error): Docstring fix.
7832 (compilation-find-file): Avoid find-file (fails in a dedicated window).
7833
7834 * emacs-lisp/easy-mmode.el (define-minor-mode):
7835 Use `symbol-value' to keep the byte-compiler quiet.
7836
7837 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
7838 (diff-find-source-location): New fun, extracted from diff-goto-source.
7839 (diff-goto-source): Use it.
7840 (diff-next-complex-hunk, diff-filter-lines): New function.
7841 (diff-apply-hunk): New command.
7842
7843 * smerge-mode.el (smerge-mode-menu): Doc fix.
7844
7845 * msb.el (msb-mode): Define it in terms of define-minor-mode.
7846
4f00b8c1
DL
78472000-08-16 Dave Love <fx@gnu.org>
7848
2b5198bb
DL
7849 * windmove.el (windmove) <defgroup>: Add :version.
7850
7851 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
7852 (goto-address-fontify-p, goto-address-highlight-p)
7853 (goto-address-url-face, goto-address-url-mouse-face)
7854 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
7855 (goto-address-url-regexp): Use thing-at-point-url-regexp.
7856 (goto-address-fontify, goto-address-at-mouse): Simplify,
7857 (goto-address-at-point): browse-url-url-at-point,
7858 goto-address-find-address-at-point can return nil.
7859 (goto-address-find-address-at-point): Return nil on failure.
7860
7861 * align.el (align) <defgroup>: Add :version.
7862
7863 * calculator.el (calculator): Add :version.
7864 (calculator): Use two lines for calculator window if `modeline'
7865 face is boxed.
7866
4f00b8c1
DL
7867 * play/5x5.el: Doc fixes.
7868 (5x5) <defgroup>: Add :version.
7869
7870 * play/fortune.el (fortune) <defgroup>: Add :version.
7871 (fortune-append): Fix error message.
7872 (fortune-from-region): Doc fix.
7873
7874 * play/pong.el (pong): Doc fix.
7875
7876 * play/morse.el: Keywords, commentary, autoloads.
7877
69db7ee7
EZ
78782000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
7879
7880 * desktop.el (desktop-save): Don't look at symbol-value of a
7881 member of minor-mode-alist, unless it is boundp.
7882
10e1dad9
SS
78832000-08-16 Sam Steingold <sds@gnu.org>
7884
a0b8c939 7885 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10e1dad9
SS
7886 `while'; use `with-current-buffer' instead of `save-excursion'.
7887 Removed unnecessary kludges now that "*Buffer List*" is excluded.
7888
9d7bcb2e
KH
78892000-08-16 Kenichi Handa <handa@etl.go.jp>
7890
7891 * international/ccl.el (declare-ccl-program): Docstring modified.
7892 (ccl-execute-with-args): Likewise.
7893
04231ab8
MB
78942000-08-16 Miles Bader <miles@gnu.org>
7895
9d245da5 7896 * progmodes/sql.el: Add compatibility definition of
04231ab8
MB
7897 comint-line-beginning-position.
7898
f68446ef
GM
78992000-08-15 Gerd Moellmann <gerd@gnu.org>
7900
dc28878c
GM
7901 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
7902 'buffer-menu' property.
7903 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
7904 fails.
7905 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
7906 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
7907 wasn't killed.
10e1dad9 7908
58ed0d3b
GM
7909 * buff-menu.el (list-buffers-noselect): Don't display the
7910 *Buffer List* buffer.
7911
32dc52f7
GM
7912 * font-lock.el: Require jit-lock to prevent a very late
7913 `Loading jit-lock' message.
7914
f68446ef 7915 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10e1dad9 7916 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
f68446ef
GM
7917 mail address.
7918
90ac90a2
MB
79192000-08-15 Miles Bader <miles@gnu.org>
7920
7921 * textmodes/ispell.el (ispell-graphic-p): New constant.
7922 (ispell-choices-win-default-height, ispell-help): Use
7923 `ispell-graphic-p' instead of `xemacsp'.
7924
b0a0e263
DL
79252000-08-15 Dave Love <fx@gnu.org>
7926
c1e757e3
DL
7927 * simple.el: Autoload widget-convert when compiling.
7928 (mail-user-agent): Doc fix.
7929
7930 * help.el (function-called-at-point, variable-at-point): Use
7931 with-syntax-table.
7932 (help-manyarg-func-alist): Add insert-and-inherit.
7933
7934 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
7935
7936 * delsel.el (delsel-unload-hook): New function.
7937
7938 * find-file.el: Doc fixes. Move provide to end.
7939 (ff) <defgroup>: Add :link.
7940 (ff-goto-click): Deleted.
7941 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
7942 Use mouse-set-point.
7943
7944 * textmodes/tildify.el: Doc fixes.
7945 (tildify) <defgroup>: Add:version.
7946
7947 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
7948 (glasses-custom-set): Use set-default, not set.
7949 (minor-mode-alist): Propertize the lighter.
7950 (glasses-mode): Provide optional arg.
7951
5f847612
DL
7952 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
7953 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
7954 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
7955 option. Provide :type.
7956 (cwarn-configuration): Provide :type.
7957 (cwarn-mode): Doc fix.
7958
7959 * add-log.el (change-log-merge): Doc fix.
7960 (change-log-redate): New command.
7961
b0a0e263
DL
7962 * net/browse-url.el (browse-url-filename-alist): Add a clause for
7963 Doze and Dog.
7964 (browse-url): Use dolist, not mapcar.
7965 (browse-url-at-point): Check for null url.
7966 (browse-url-event-buffer, browse-url-event-point): Functions
7967 deleted.
7968 (browse-url-at-mouse, browse-url-netscape): Simplify.
7969
7970 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
7971 modes.
7972 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
7973 Fix previous change to mapcan.
7974 (msb--init-file-alist, msb--add-separators)
7975 (msb--make-keymap-menu): Simplify.
7976 (msb--choose-file-menu): Use copy-sequence.
7977 (msb-mode-map): Add title to keymap.
7978 (msb-unload-hook): New function.
7979
7980 * bs.el: Fix indentation.
7981 (bs) <defgroup>: Add :links.
2b5198bb
DL
7982 (bs-show): Doc fix.
7983 (bs-apply-sort-faces): Don't use window-system.
7984 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
b0a0e263 7985
70f1b78e
EZ
79862000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
7987
7988 * calendar/timeclock.el (timeclock-file): Run .timelog through
7989 convert-standard-filename.
7990
956777b3
GM
79912000-08-14 Gerd Moellmann <gerd@gnu.org>
7992
3215096c
GM
7993 * emacs-lisp/authors.el: New file.
7994
956777b3
GM
7995 * paren.el (show-paren-priority): New user option.
7996 (show-paren-function): Set overlay priorities to
7997 show-paren-priority.
10e1dad9 7998
0cde1424
MB
79992000-08-14 Miles Bader <miles@gnu.org>
8000
8001 * comint.el (comint-bol): Use `forward-line 0' instead of calling
8002 beginning-of-line with inhibit-field-text-motion bound.
8003
90cbf47e
GM
80042000-08-14 Gerd Moellmann <gerd@gnu.org>
8005
8006 * calendar/timeclock.el: New file.
8007
80082000-08-14 David Ponce <david@dponce.com>
8009
8010 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
8011 `widget-button-click'. so that one can use left mouse button to
8012 click on dialog buttons.
8013
80142000-08-14 Emmanuel Briot <briot@gnat.com>
8015
8016 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
814299a7 8017 identifiers, since XML is case sensitive
10e1dad9 8018
79e8dca7 80192000-08-12 Miles Bader <miles@gnu.org>
10e1dad9 8020
660394d1
MB
8021 * comint.el (comint-output-filter): Don't bother frobbing
8022 window-start, it doesn't seem to be necessary.
79e8dca7
MB
8023
8024 * comint.el (comint-send-string, comint-send-region): Make into
8025 real functions. Snapshot the prompt before sending.
8026
218c2cc7
EZ
80272000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
8028
8029 * info.el (Info-find-emacs-command-nodes): Rewrite to use
8030 technique similar to Info-index, instead of relying on specific
8031 names of relevant Index nodes.
8032 (Info-goto-emacs-command-node): Bind Info-history to nil when
8033 going to the first node found by Info-find-emacs-command-nodes.
8034
51e066d2 80352000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
968280cc
EZ
8036
8037 * menu-bar.el (menu-bar-help-menu): Add a :help string.
8038
867102f2
MB
80392000-08-10 Miles Bader <miles@gnu.org>
8040
8041 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
8042
af718538
EZ
80432000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
8044
8045 * info.el (Info-file-list-for-emacs): More elements for the
8046 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
8047 and woman manuals.
8048
c51bacd6
MB
80492000-08-10 Miles Bader <miles@lsi.nec.co.jp>
8050
8051 * comint.el (comint-send-input): Make the newline boundary overlay
8052 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
8053 (comint-output-filter): Use `insert' instead of
8054 `insert-before-markers'. Extend comint-last-output-overlay when
8055 necessary since we can't rely on insert-before-markers to do it.
8056 * gud.el (gud-filter): Use `with-current-buffer' instead of
8057 save-excursion when inserting the output, so that point gets
8058 updated correctly; the old method relied on a rather dodgy
8059 side-effect of comint-output-filter to avoid the effect of
8060 save-excursion.
8061
98532b12
EZ
80622000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
8063
8064 * files.el (recover-file): Call insert-directory instead of
8065 invoking `ls' directly.
8066
3db4b719
MB
80672000-08-10 Miles Bader <miles@gnu.org>
8068
8069 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
8070 (comint-last-prompt-overlay): New variables.
8071 (comint-output-filter): Implement prompt highlighting.
8072 (comint-snapshot-last-prompt): New function.
8073 (comint-send-input): Snapshot the last prompt.
8074 Use comint-highlight-input-face.
8075 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
8076 Use defface instead of defcustom.
8077 (send-invisible, comint-send-eof): Snapshot the last prompt.
8078 (comint-delchar-or-maybe-eof): Use comint-send-eof.
8079 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
8080
96190aa1
SM
80812000-08-09 Stefan Monnier <monnier@cs.yale.edu>
8082
5cda4b07
SM
8083 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
8084 (regexp-opt-group): Use a list of chars for `letters'.
8085 (regexp-opt-charset): `chars' is now a list of chars.
8086 Use a char-table rather than a vector so it works for multibyte chars.
8087
96190aa1
SM
8088 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
8089 Set cvs-minor-current-files to the selected fileinfo.
8090 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
8091 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
8092
7d093d56
EZ
80932000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
8094
8095 * files.el (insert-directory): Don't call access-file on
8096 directories on DOS and Windows.
8097
b24c5811
KH
80982000-08-09 Kenichi Handa <handa@etl.go.jp>
8099
8100 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
8101 longer if necessary.
8102 (ccl-embed-code): Call ccl-embed-data to store CODE in
8103 ccl-program-vector.
8104
0a6fd67e
MB
81052000-08-09 Miles Bader <miles@gnu.org>
8106
8107 * comint.el (comint-output-filter): Properly handle the case where
8108 the text surrounded by comint-last-output-overlay was deleted.
8109
9f6d1a6c
GM
81102000-08-08 Gerd Moellmann <gerd@gnu.org>
8111
25ad1371
GM
8112 * info.el (Info-insert-dir): Use Info-additional-directory-list if
8113 non-nil.
8114 (Info-file-list-for-emacs): Remove "info" from the list because
8115 that leads to trying to use the documentation from file `info'
8116 in various situations where it isn't appropriate, for instance
8117 C-h C-k C-h i.
8118
8119 * ffap.el (ffap-read-file-or-url-internal): Handle case that
8120 DIR and/or STRING are nil.
8121
8122 * progmodes/compile.el (compilation-setup): Make variable
8123 compilation-error-screen-columns buffer-local, as some comment
8124 in the code suggests it should be.
8125
8126 * files.el (auto-mode-interpreter-regexp): New variable.
8127 (set-auto-mode): Use it.
8128
8129 * indent.el (indent-for-tab-command): Doc fix.
8130
8131 * mouse-sel.el (mouse-sel-mode): Doc fix.
8132
9f6d1a6c
GM
8133 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
8134 labels.
8135
8136 * help.el (print-help-return-message): When
8137 display-buffer-reuse-frames is set, let the help window been quit,
8138 instead of deleting it, which might delete a reused frame.
8139
3d819a75
EZ
81402000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
8141
8142 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
8143 rename a directory to a name that differs only by its letter case.
8144
c5a52529
KH
81452000-08-08 Kenichi Handa <handa@etl.go.jp>
8146
8147 * international/quail.el (quail-define-rules): Handle Quail decode
8148 map correctly. Add code for supporting annotations.
8149 (quail-install-decode-map): New function.
8150 (quail-defrule-internal): New optional arguments decode-map and
8151 props.
8152 (quail-advice): New function.
8153
5e9e032a
SS
81542000-08-07 Sam Steingold <sds@gnu.org>
8155
8156 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
8157 `defconst', `define-condition', `with-slots'.
8158 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
8159
46645f4b
MB
81602000-08-03 Miles Bader <miles@gnu.org>
8161
8162 * comint.el (comint-use-prompt-regexp-instead-of-fields):
8163 New variable.
8164 (comint-prompt-regexp, comint-get-old-input): Document dependence on
8165 comint-use-prompt-regexp-instead-of-fields.
8166 (comint-send-input): Add `input' field property to stuff we send to
8167 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
8168 (comint-output-filter): Add `output' field property to process
8169 output, if comint-use-prompt-regexp-instead-of-fields is nil.
8170 (comint-replace-by-expanded-history)
8171 (comint-get-old-input-default, comint-show-output)
8172 (comint-backward-matching-input, comint-forward-matching-input)
8173 (comint-next-prompt, comint-previous-prompt): Use field
8174 properties if comint-use-prompt-regexp-instead-of-fields is nil.
8175 (comint-line-beginning-position): New function.
8176 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
8177 (comint-replace-by-expanded-history-before-point): Use
8178 comint-line-beginning-position and line-end-position.
8179 (comint-last-output-overlay): New variable.
8180 (comint-mode): Make `comint-last-output-overlay' buffer-local.
8181
8182 * shell.el (shell-prompt-pattern): Doc change.
8183 (shell-backward-command): Use line-beginning-position.
8184
8185 * gud.el (gud-gdb-complete-command): Use
8186 comint-line-beginning-position.
8187
8188 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
8189 comint-bol doesn't actually go to the beginning of the line.
8190
8191 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
8192 if comint-use-prompt-regexp-instead-of-fields is non-nil.
8193 (try-expand-line-all-buffers): Likewise.
8194
8195 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
8196 explicitly matching comint-prompt-regexp.
8197 (sql-copy-column): Use comint-line-beginning-position instead of
8198 explicitly matching comint-prompt-regexp.
8199
8200 * progmodes/octave-inf.el (inferior-octave-complete): Use
8201 comint-line-beginning-position.
8202
8203 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
8204
8205 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
8206 looking for a prompt, use `forward-line 0' instead of
8207 `beginning-of-line', to avoid getting caught by an input field.
8208
ff3d9573
GM
82092000-08-07 Gerd Moellmann <gerd@gnu.org>
8210
8211 * files.el (shell-quote-wildcard-pattern): Make sure to return
8212 PATTERN, in the Unix case.
8213
e0d8827b
EZ
82142000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
8215
8216 * play/zone.el (zone): Discard any pending input before running
8217 the randomly-chosen pgm.
8218
24d55b8f
KH
82192000-08-07 Kenichi Handa <handa@etl.go.jp>
8220
8221 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
8222 checking the existence of any multibyte characters.
8223
3d05e1ee
GM
82242000-08-06 Gerd Moellmann <gerd@gnu.org>
8225
6c4a4368
GM
8226 * help.el (describe-mode): Test minor-mode symbol for being
8227 bound before testing its value for being nil.
8228
3d05e1ee
GM
8229 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
8230 `first', `second', and `third'.
8231
8232 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
8233 (second): Make it an alias for `cadr'.
8234
6968a481
EZ
82352000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
8236
8237 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
8238 types of display support faces now.
8239
e49aa397
GM
82402000-08-05 Gerd Moellmann <gerd@gnu.org>
8241
8242 * pcvs.el (require): Require `cl' during compilation, only.
8243
8244 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
8245 (toplevel): Remove `remq' and `remove' from autoloads.
8246 (cl-fake-autoloads): New variable. If set, arrange for an error
8247 when CL functions etc. are autoloaded.
8248
588aca27
EZ
82492000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
8250
2e78d4ab
EZ
8251 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
8252
85628348
EZ
8253 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
8254 popped up, but the user clicks outside the menu, return an empty
8255 regexp (that causes unhighlight-regexp to have no effect).
8256
74f0e552
EZ
8257 * menu-bar.el (menu-bar-games-menu): Add Zone.
8258
588aca27
EZ
8259 * hi-lock.el (toplevel): Require font-lock.
8260
f4988be7
GM
82612000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8262
ba087cd7 8263 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
f4988be7
GM
8264 (ebnf-8-bit-chars): New var for bug fix.
8265 (ebnf-string): Bug fix.
8266
027b73ac
SS
82672000-08-03 Sam Steingold <sds@gnu.org>
8268
8269 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
8270 instead of `buffer-string'.
8271 (require 'cl): Always, not just when compiling.
8272 `ignore-errors' in `interactive', `list*', `defun*' &c make this
8273 necessary.
8274
2f1fa038
EZ
82752000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
8276
8277 * international/mule-cmds.el (select-safe-coding-system): Make
8278 the message text about selecting a safe coding system more clear.
8279
ead53494
GM
82802000-08-02 Gerd Moellmann <gerd@gnu.org>
8281
abb2db1c
GM
8282 * hi-lock.el: New file.
8283
8284 * play/zone.el: New file.
8285
ead53494
GM
8286 * replace.el (occur): Set tab-width in the *Occur* buffer to the
8287 value of tab-width in the original buffer. Choose a line number
8288 format that's a multiple of the original buffer's tab width, so
8289 that lines appear right.
8290
8291 * textmodes/ispell.el (ispell): New function, replacing an alias.
8292 Spell-check active region if in transient-mark-mode and mark
8293 is active; otherwise spell-check buffer.
8294
82952000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8296
8297 * ps-mule.el: Fix a customization problem on
8298 ps-mule-font-info-database-default.
8299
f4a2b0a4
EZ
83002000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
8301
8302 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
8303 display-mouse-p instead of window-system.
8304 (ebrowse-member-mode-map): Ditto.
8305
b685181e
GM
83062000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8307
ba087cd7
EZ
8308 * progmodes/ebnf2ps.el: Update ps-print functions call.
8309 Indentation fix. Doc fix.
b685181e
GM
8310 (ebnf-version): New version number (3.2).
8311 (ebnf-format-color, ebnf-begin-job): Code fix.
027b73ac 8312
3b5fab87
EZ
83132000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
8314
032ebb29
EZ
8315 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
8316 font lock support on window-system.
8317 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
8318
3b5fab87
EZ
8319 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
8320 display-color-p, if fboundp, instead of window-system.
8321
7e2605e7
EZ
83222000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
8323
8324 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
8325 instead of window-system.
8326
8327 * wid-edit.el (widget-choose): Use display-mouse-p instead of
8328 window-system.
8329 (widget-choice-mouse-down-action): Use display-popup-menus-p
8330 instead of window-system.
8331
8332 * strokes.el (strokes-file): Run the file name through
8333 convert-standard-filename.
8334 (strokes-mode): Call display-mouse-p instead of looking at
8335 window-system. Change the error message accordingly.
8336
8337 * progmodes/cpp.el (toplevel): Support faces on tty's.
8338
8339 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
8340 (lm-plot-square, lm-init-display): Don't use window-system.
8341
8342 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
8343 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
8344
8345 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
8346 instead of looking at window-system.
8347
26119624
GM
83482000-07-30 Gerd Moellmann <gerd@gnu.org>
8349
8350 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
8351 of testing if iswitchb-prepost-hooks is bound, because the
8352 latter will always be true when invoking a recursive minibuffer
8353 from an active Iswitchb buffer.
8354
c90596f3
EZ
83552000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
8356
8357 * files.el (shell-quote-wildcard-pattern): New function.
8358 (insert-directory): Call it. Only prepend "\" to command on Unix
8359 and GNU/Linux systems.
8360
18925e78
GM
83612000-07-30 Gerd Moellmann <gerd@gnu.org>
8362
8363 * eshell/esh-groups.el: Change custom :link file names
8364 from `eshell.info' to `eshell'.
8365
83662000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
8367
8368 * dired.el (dired-build-subdir-alist): Expand subdirectory names
8369 correctly in recursive ange-ftp listings.
8370
83712000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8372
8373 * ps-print.el: Fix bug 1: if ps-font-size-internal,
8374 ps-header-font-size-internal and
8375 ps-header-title-font-size-internal variables are not set,
8376 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
8377 face text property is (foreground-color . COLOR) or
8378 `(background-color . COLOR)', ps-print crashes. Doc fix.
8379 (ps-print-version): New version number (5.2.4).
8380 (ps-plot-region): Code fix.
8381 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
8382 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
8383 Bug fix 2.
8384
83852000-07-30 Milan Zamazal <pdm@freesoft.cz>
8386
8387 * glasses.el (glasses-make-readable): Fix uncapitalization of
8388 identifiers like `myXMLDocument'.
8389
aeb4c63e
KF
83902000-07-28 Karl Fogel <kfogel@red-bean.com>
8391
18925e78
GM
8392 * mail/mail-hist.el (mail-hist-previous-input)
8393 (mail-hist-next-input): Do the obvious code factorization.
8394 (mail-hist-retrieve-and-insert): New func, contains common
aeb4c63e
KF
8395 code of above two.
8396 If inserting a message body, leave point at top.
8397
9d453139
SS
83982000-07-28 Sam Steingold <sds@gnu.org>
8399
8400 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
18925e78
GM
8401 Use `<=', not `<' to compare times!
8402 (ange-ftp-ls): Remove.
9d453139 8403
b548072f
GM
84042000-07-27 Gerd Moellmann <gerd@gnu.org>
8405
27848c01
GM
8406 * play/cookie1.el: Add explanation of how to make cookie.el
8407 compatible with strfile(1) to comment.
8408
8409 * subr.el (remove, remq): New functions.
8410
3ab82477
GM
8411 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
8412 escape `*' in regexps.
8413 (midnight-find): Reverse order of arguments in the funcall of
8414 TEST.
8415
8416 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
8417 and `.class'.
8418
b548072f
GM
8419 * play/meese.el: Add Commentary section.
8420
27848c01
GM
84212000-07-27 Alex Schroeder <alex@gnu.org>
8422
8423 * sql.el (sql-ms): Added autoload cookie.
8424 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
8425 (sql-oracle): Ditto.
8426 (sql-help): Doc change.
8427
8428 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
8429 types and exceptions.
8430
84312000-07-27 Alex Schroeder <alex@gnu.org>
8432
8433 * sql.el (sql-placeholder-history): New variable.
8434 (sql-query-placeholders-and-send): New function that will query
8435 the user and replace placeholders with user input.
8436 (sql-oracle): If running on NT, set comint-input-sender to
8437 sql-query-placeholders-and-send.
8438
8439 (sql-stop): If in the SQLi buffer, insert stop notification, else
8440 present it as a message.
8441
84422000-07-27 Alex Schroeder <alex@gnu.org>
8443
8444 * sql.el (sql-input-ring-separator): Doc change.
8445 (sql-input-ring-file-name): Doc change.
8446 (sql-interactive-mode): Use `sql-input-ring-separator' and
8447 `sql-input-ring-file-name' to set the comint-mode equivalents
8448 without making them local variables.
8449 (sql-stop): Don't bind `sql-input-ring-separator' and
8450 `sql-input-ring-file-name' dynamically to their comint-mode
8451 equivalents.
8452
91ae8751
KH
84532000-07-27 Kenichi Handa <handa@etl.go.jp>
8454
8455 * international/mule.el (register-char-codings): New function.
8456 (make-coding-system): Handle `safe-chars' specification in the arg
8457 PROPERTY.
8458
8459 * international/mule-cmds.el
8460 (find-coding-systems-region-subset-p): This function deleted.
8461 (sort-coding-systems-predicate): New variable.
8462 (sort-coding-systems): New function.
8463 (find-coding-systems-region): Use
8464 find-coding-systems-region-internal.
8465 (find-coding-systems-string): Use find-coding-systems-region.
8466 (find-coding-systems-for-charsets): Check
8467 char-coding-system-table.
8468 (select-safe-coding-system-accept-default-p): New variable.
8469 (select-safe-coding-system): Mostly rewritten. New argument
8470 ACCEPT-DEFAULT-P.
8471 (select-message-coding-system): Call select-safe-coding-system
8472 with ACCEPT-DEFAULT-P arg.
8473 (reset-language-environment): Reset default-sendmail-coding-system
8474 to the default value iso-latin-1.
8475 (set-language-environment): Don't set the obsolete variable
8476 charset-origin-alist.
8477
8478 * international/codepage.el (cp-coding-system-for-codepage-1):
8479 Give `safe-chars' property to make-coding-system.
8480
8481 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
8482 calling select-message-coding-system twice.
8483
8484 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
8485 instead of `safe-charsets'.
8486 (cyrillic-alternativnyj): Likewise.
8487 (ccl-encode-alternativnyj): Don't check the charset
8488 cyrillic-iso8859-5.
8489
90cf4474
KH
84902000-07-27 Kenichi Handa <handa@etl.go.jp>
8491
8492 * composite.el (compose-chars-after): Preserve match data.
8493
a1f84f6d
SS
84942000-07-26 Sam Steingold <sds@gnu.org>
8495
8496 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
8497 (ange-ftp-real-file-newer-than-file-p): New function.
8498 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
8499 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
8500
8501 * tooltip.el (tooltip-float-time): Removed (use `float-time').
8502 * midnight.el (midnight-float-time): Ditto.
8503
e092928e
AS
85042000-07-26 Andreas Schwab <schwab@suse.de>
8505
8506 * files.el (normal-backup-enable-predicate): Correct
8507 interpretation of the return value of compare-strings.
8508
7465ebef
GM
85092000-07-26 Gerd Moellmann <gerd@gnu.org>
8510
3353ef5a
GM
8511 * isearch.el (isearch-resume): New function.
8512 (isearch-done): Add something to command-history to resume
8513 the search.
8514 (isearch-yank-line, isearch-yank-word): Use
8515 buffer-substring-no-properties instead of buffer-substring.
8516
7465ebef
GM
8517 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
8518 of flyspell-mouse-map.
8519
8520 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
8521 duplicate definition.
8522 (makefile-mode): Remove duplicate setting of local-abbrev-table.
8523
8524 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
8525 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
8526
5044b74a
SS
85272000-07-25 Sam Steingold <sds@gnu.org>
8528
25759a92
SS
8529 * net/ange-ftp.el: Get modtime over the net.
8530 (ange-ftp-file-modtime): New function.
a95cb10a
GM
8531 (ange-ftp-write-region, ange-ftp-insert-file-contents)
8532 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
25759a92
SS
8533 Use it.
8534 (ange-ftp-dot-to-slash): New function.
8535 (ange-ftp-fix-name-for-vms): Use it.
8536
5044b74a
SS
8537 * midnight.el (midnight-buffer-display-time): Use
8538 `with-current-buffer'.
8539
5dcfb3f4
GM
85402000-07-25 Gerd Moellmann <gerd@gnu.org>
8541
8542 * find-dired.el: Update copyright notice.
8543 (find-dired): Offer to kill a running `find'.
8544
8545 * enriched.el (enriched-face-ans): For a `foreground-color'
8546 property, return '(("x-color" COLOR))' so that COLOR will be
8547 output as a parameter of the x-color annotation. Likewise for the
8548 `background-color' property. In the case of normal face
8549 properties, don't return annotations for unspecified foreground
8550 and background face attributes.
8551
8c662166
KH
85522000-07-25 Kenichi Handa <handa@etl.go.jp>
8553
8554 * language/japan-util.el (japanese-katakana-region): Fix handling
8555 HANKAKU argument.
8556
c28da489
MB
85572000-07-25 Miles Bader <miles@gnu.org>
8558
8559 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
8560 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
8561 constrain-to-field.
8562
ad349719
AI
85632000-07-24 Andrew Innes <andrewi@gnu.org>
8564
8565 * timer.el (timer-activate-when-idle): Add optional parameter
8566 DONT-WAIT. Update docstring.
8567 (run-with-idle-timer): Specify extra parameter to
8568 timer-activate-when-idle, so that timer will be activated
8569 immediately if Emacs is already idle.
8570
8571 * w32-fns.el (w32-using-nt): Fix docstring.
8572
c95162f5
DL
85732000-07-24 Dave Love <fx@gnu.org>
8574
8575 * mouse.el (popup-menu): Set last-command-event.
8576 (mouse-major-mode-menu-prefix): Declare.
8577
e3c31fd5
GM
85782000-07-24 Gerd Moellmann <gerd@gnu.org>
8579
8580 * textmodes/flyspell.el: Update to author's version 1.5d.
8581
8582 * progmodes/hideshow.el: Update copyright notice.
8583
8584 * vcursor.el: Set maintainer to FSF, since author cannot
8585 be reached.
8586
7636d2a3
EZ
85872000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
8588
fbe0a958
EZ
8589 * info.el (Info-goto-emacs-key-command-node): Leave a space after
8590 the prompt.
8591
7636d2a3
EZ
8592 * mouse.el (popup-menu): Run the keymap through indirect-function,
8593 in case it was defined with define-prefix-key. If the menu is a
8594 list of keymaps, look up the binding of user's choice in each one
8595 of the keymaps.
8596 (mouse-popup-menubar): If the global and local menu-bar keymaps
8597 don't have a prompt string, create one and insert it into the
8598 keymap. Don't barf if current-local-map returns nil.
8599
e024b101
GM
86002000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
8601
8602 * dired.el (dired-sort-R-check): Added to allow recursive listing
8603 to be undone.
8604 (dired-sort-other): Use it.
8605
7972fcfc
GM
86062000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8607
e024b101 8608 * Release of cc-mode 5.27
7972fcfc
GM
8609
86102000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8611
8612 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
8613 c-beginning-of-statement-1 that caused a bad case of recursion
8614 which could consume a lot of CPU in large classes in languages
8615 that have in-expression classes (i.e. Java and Pike).
8616
8617 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
8618 statements before top level constructs (i.e. case 6 is moved
8619 before case 5 and is now case 4) to catch in-expression
8620 classes in top level expressions correctly.
8621
86222000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8623
8624 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
8625 objc-method-intro. Case 4 removed and case 5I added.
8626
8627 * cc-langs.el (c-append-paragraph-start): New variable used by
8628 c-common-init to get paragraph-start correct.
8629 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
8630 initialize paragraph-start to make it correct both with and
8631 without the javadoc special case.
8632
8633 * cc-mode.el (java-mode): Use c-append-paragraph-start to
8634 initialize paragraph-start for javadoc markup.
8635
8636 * cc-vars.el (c-style-variables-are-local-p): Incompatible
8637 change by defaulting this to t. It's motivated by the
8638 confusing behavior that otherwise arise from the style system
8639 when editing both java and non-java files at the same time
8640 (see the comments about style setting in c-common-init).
8641
86422000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8643
8644 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
8645 similar to the one in c-fill-paragraph to check the fill
8646 prefix from the adaptive fill function for sanity.
8647
86482000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8649
8650 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
8651 defun block.
8652
86532000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8654
5044b74a 8655 * cc-mode.texi Documented the change of cpp-macro.
7972fcfc
GM
8656
86572000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8658
8659 * cc-align.el (c-lineup-multi-inher): Handle lines with
8660 leading comma nicely. Extended to handle member initializers
8661 too.
8662
e024b101 8663 * cc-engine.el: (c-beginning-of-inheritance-list,
7972fcfc
GM
8664 c-guess-basic-syntax): Fixed recognition of inheritance lists
8665 when the lines begins with a comma.
8666
5044b74a 8667 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
7972fcfc
GM
8668
8669 * cc-vars.el (c-offsets-alist): Changed default for
8670 member-init-cont to c-lineup-multi-inher since it now handles
8671 member initializers and indents better for leading commas.
8672
86732000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8674
8675 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
8676 handling that caused class open lines to be recognized as
8677 statement-conts in some cases.
8678
8679 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
8680 guessed by the adaptive fill function unless point is on the
8681 first line of a block comment.
8682
8683 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
8684 when the buffer ends with a macro continuation char.
8685
8686 * cc-engine.el (c-guess-basic-syntax): Added support for
8687 function definitions as statements in Pike. The first
8688 statement in a lambda block is now labeled defun-block-intro
8689 instead of statement-block-intro.
8690
8691 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
8692 so that the class surrounding point is selected, not the one
8693 innermost in the state.
8694
8695 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
8696 recognition of switch labels having hanging multiline
8697 statements.
8698
8699 * cc-engine.el (c-beginning-of-member-init-list): Broke out
8700 some code in c-guess-basic-syntax to a separate function.
8701 * cc-engine.el (c-just-after-func-arglist-p): Fixed
8702 recognition of member inits with multiple line arglists.
8703 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
8704 member-init-cont when the commas are in funny places.
8705
87062000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8707
8708 * cc-defs.el (c-auto-newline): Removed this macro since it's
8709 not used anymore.
8710
8711 * cc-engine.el (c-looking-at-bos): New helper function.
8712 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
8713 inexpr and toplevel classes apart in Pike.
8714
8715 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
8716 of case 9A.
8717
8718 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
8719 constant, since "class" can introduce an in-expression class
8720 in Pike nowadays.
8721
87222000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8723
8724 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
8725 indentation on cpp-macro lines.
8726
8727 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
8728 a syntax modifier like comment-intro, to make it possible to
8729 get syntactic indentation for preprocessor directives. It's
8730 incompatible wrt to lineup functions on cpp-macro, but it has
8731 no observable effect in the 99.9% common case where cpp-macro
8732 is set to -1000.
8733
87342000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8735
8736 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
8737 member-init-cont when the preceding arglist is several lines.
8738
87392000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8740
8741 * cc-styles.el (c-style-alist): The basic offset for the BSD
8742 style corrected to 8.
8743
87442000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8745
8746 * cc-styles.el (c-style-alist): Adjusted the indentation of
8747 brace list openers in the gnu style.
8748
87492000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8750
8751 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
8752
8753 * cc-cmds.el (c-electric-brace, c-electric-slash,
8754 c-electric-star, c-electric-semi&comma, c-electric-colon,
8755 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
8756 when c-syntactic-indentation is nil.
8757
8758 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
8759 we were left at comments preceding the first statement when
8760 reaching the beginning of the buffer.
8761
8762 * cc-vars.el (c-syntactic-indentation): New variable to turn
8763 off all syntactic indentation.
8764
87652000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8766
8767 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
8768 between the text and the block comment ender when it hangs,
8769 depending on how many there are before the fill.
8770
87712000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8772
8773 * cc-engine.el (c-beginning-of-closest-statement): New helper
8774 function to go back to the closest preceding statement start,
8775 which could be inside a conditional statement.
8776 * cc-engine.el (c-guess-basic-syntax): Use
8777 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
8778
8779 * cc-engine.el (c-guess-basic-syntax): Better handling of
8780 arglist-intro, arglist-cont-nonempty and arglist-close when
8781 the arglist is nested inside parens. Cases 7A, 7C and 7F
8782 changed.
8783
8784 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
8785 up-to-date with javadoc 1.2.
8786
87872000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8788
8789 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
8790 multiline Pike type decls.
8791
87922000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8793
8794 * cc-cmds.el (c-indent-new-comment-line): Always break
8795 multiline comments in multiline mode, regardless of
8796 comment-multi-line.
8797
87982000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8799
8800 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
8801 fully::qualified::names in C++ member init lists. Preamble in
8802 case 5D changed.
8803
88042000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8805
8806 * cc-langs.el (c-common-init): Handling of obsolete variables
8807 moved to c-initialize-cc-mode. More compatible style override
8808 when using global style variables.
8809 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
8810 variables moved here.
8811
e024b101 8812 * cc-mode.texi: Documented the special behavior of
7972fcfc
GM
8813 c-special-indent-hook as a style variable. Don't talk about
8814 doing (c-make-styles-buffer-local t) in a mode hook, since
8815 that's already too late to work right.
5044b74a 8816
7972fcfc
GM
8817 * cc-styles.el (c-make-styles-buffer-local): Flag style
8818 variable localness in c-style-variables-are-local-p to make
8819 the compatibility measure in c-common-init work well.
8820
8821 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
8822 longer contain set-from-style.
8823 * cc-styles.el (c-initialize-builtin-style): Don't check for
8824 set-from-style on c-special-indent-hook.
8825 * cc-styles.el (c-copy-tree): Obsolete. The standard function
8826 copy-alist is sufficient now.
8827
8828 * cc-styles.el (c-set-style, c-set-style-1,
8829 c-get-style-variables): Fixes to variable initialization so
8830 that duplicate entries in styles have the same effect
8831 regardless of DONT-OVERRIDE.
8832
8833 * cc-styles.el (c-set-style-2): Fixed bug where the
8834 initialization of inheriting styles failed when the
8835 dont-override flag is set.
8836
8837 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
8838 on this.
8839
88402000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8841
8842 * cc-defs.el (c-forward-comment): Removed the workaround
8843 introduced in 5.38 since it had worse side-effects. If a line
8844 contains the string "//\"", it regarded the // as a comment
8845 start since the \ temporarily doesn't have escape syntax.
8846
88472000-07-17 Emmanuel Briot <briot@act-europe.fr>
8848
8849 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
8850 ada-xref.el before ada-prj.el, so that the Project menu is created
8851 when ada-prj tries to add to it.
8852 (ada-activate-keys-for-case): Suppress the characters that are not
8853 part of the Ada syntax. Better compatibility with else-mode
8854 (ada-adjust-case-interactive): When auto-casing is not active,
8855 correctly insert newlines (used to insert only ^M). Prevent the
8856 syntax table from being changed in case of an error
814299a7 8857 (or '_' becomes part of a word and some commands are confused).
7972fcfc
GM
8858 Do nothing if ada-auto-case is nil.
8859 (ada-after-keyword-p): Ignore keywords that are also attributes
8860 (ada-batch-reformat): Update usage comment
8861 (ada-call-from-contextual-menu): New function
8862 (ada-case-read-exceptions): Reinitialize the casing exception list
8863 first to nil first, so that the casing exception file can be
8864 shared.
8865 (ada-check-defun-name): Handles "configure" keyword for gnatdist
8866 files.
8867 (ada-compile-goto-error): Fix regexp used to detect a file:line
8868 anywhere in the error message
8869 (ada-contextual-menu-last-point): New variable
8870 (ada-create-keymap): If the variable delete-key-deletes-forward is
8871 t on XEmacs, it means that DEL should delete one character
8872 forward.
8873 (ada-create-menu): Use :included instead of :visible for XEmacs.
8874 New submenu "Options".
8875 (ada-end-stmt-re): Correctly indent "select ... then abort"
8876 statements.
8877 (ada-fill-comment-paragraph): Correctly delete all leading '--'
8878 even if they don't match ada-fill-comment-prefix Fix handling of
8879 paragraphs on the first or last line of a file.
8880 (ada-format-paramlist): Fix handling of default parameter values.
8881 (ada-get-body-name): New function.
8882 (ada-get-current-indent): Optimized by searchling directly for an
8883 existing generic part or a statement outside of it. Handle
8884 ada-indent-align-comments when indenting comments Replaced some
8885 regexps by testing directly the next character. This results in a
8886 huge speedup on some files. New indentation scheme for renames
8887 statements. Stop looking for the 'while' or 'for' associated with
8888 a 'loop' at the first semicolon encountered. A "return" can also
8889 match an anonymous access subprogram declaration.
8890 (ada-get-indent-noindent): Ignore strings and comments when
8891 looking for the keywords "record" and "private".
8892 (ada-goto-matching-decl-start): When matching "if", make sure we
8893 are not in fact seeing "end if". Ignore "when" statements except
8894 when initial keyword was "begin". Fix handling of nested
8895 procedures. Add a recursive call to this function to skip over
8896 other 'end' statmts. Fix indentation for "when .. => begin"
8897 (ada-in-open-paren-p): Fix indentation for complex boolean
8898 expressions, where 'and then', 'or else' and parenthesis
8899 statements are mixed up.
8900 (ada-in-paramlist-p): Skip comments while searching for the
8901 beginning Fix handling of operator declarations.
8902 (ada-indent-align-comments): New variable
8903 (ada-indent-current): Change the syntax table only in the
8904 protected section, so that we are sure it is restored correctly.
8905 (ada-indent-on-previous-lines): Use ada-use-indent and
8906 ada-with-indent Correctly indent "select ... then"
8907 (ada-indent-region): Slight speedup.
8908 (ada-indent-renames): New variable.
8909 (ada-last-which-function-subprog, ada-last-which-function-line):
8910 New variables
8911 (ada-looking-at-semi-private): Correctly indent the 'private'
8912 keyword when it is the first word in a package declaration.
8913 (ada-loose-case-word): Stop searching if at the end of the buffer.
8914 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
8915 even if point is not initially at the end of the word.
8916 (ada-matching-decl-start-re): Add "when".
8917 (ada-mode): Add support for abbrev-mode, outline-mode and
8918 which-func-mode Override the old find-file.el entry in
8919 ff-special-constructs since it is using the obsolete
8920 ada-spec-suffix variable
8921 (ada-no-auto-case): New function
8922 (ada-scan-paramlist): When parsing the argument type, accept
8923 spaces (as in "X 'Class", generated by Rational Rose).
8924 (ada-other-file-name): No longer loads the other file.
8925 (ada-popup-menu): Save and restore the current buffer and cursor
8926 position before and after displaying the menu.
8927 (ada-search-ignore-complex-boolean): New function.
8928 (ada-uncomment-region): Emacs21 already knows how to delete
8929 comments not starting in the first column.
8930 (ada-use-indent): New variable
8931 (ada-which-function): New function.
8932 (ada-with-indent): New variable
8933 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
8934 can be batch-compiled from the command line.
8935
8936 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
8937 Add to the menu when the file is loaded, not in ada-mode-hook.
8938 Add -toolbar to the default ddd command Switches moved from
8939 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
8940 ada-prj-default-comp-opt
8941 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
8942 Reference Manual to the menu
8943 (ada-check-current): rewritten as a call to ada-compile-current
8944 (ada-compile): Removed.
8945 (ada-compile-application, ada-compile-current, ada-check-current):
8946 Set the compilation-search-path so that compile.el automatically
8947 finds the sources in src_dir. Automatic scrollong of the
8948 compilation buffer. C-uC-cC-c asks for confirmation before
8949 compiling
8950 (ada-compile-current): New parameter, prj-field
8951 (ada-complete-identifier): Load the .ali file before doing
8952 processing
8953 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
8954 conform to gnatmake's behavior.
8955 (ada-find-file-in-dir): New function
8956 (ada-find-references): Set the environment variables for gnatfind
8957 (ada-find-src-file-in-dir): New function.
8958 (ada-first-non-nil): Removed
8959 (ada-gdb-application): Add support for jdb, the java debugger.
8960 (ada-get-ada-file-name): Load the original-file first if not done
8961 yet.
8962 (ada-get-all-references): Handles the new ali syntax (parent types
8963 are found between <>).
8964 (ada-initialize-runtime-library): New function
8965 (ada-mode-hook): Always load a project file when a file is opened,
8966 so that the casing exceptions are correctly read.
8967 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
8968 (ada-parse-prj-file): Use find-file-noselect instead of find-file
8969 to open the project file, since the latter does not work with
8970 speedbar Get default values before loading the prj file, or the
8971 default executable file name is wrong. Use the absolute value of
8972 src_dir to initialize ada-search-directories and
8973 compilation-search-path,... Add the standard runtime library to
8974 the search path for find-file.
8975 (ada-prj-default-debugger): Was missing an opening '{'
8976 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
8977 variables.
8978 (ada-prj-default-gnatmake-opt): New variable
8979 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
8980 buffers, the project file is the default one Save the windows
8981 configuration before displaying the menu.
8982 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
8983 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
8984 ...) regexp-quote identifiers names to support operators +,
8985 -,... in regexps.
8986 (ada-remote): New function.
8987 (ada-run-application): Erase the output buffer before starting the
8988 run Support remote execution of the application. Use
8989 call-process, or the arguments are incorrectly parsed
8990 (ada-set-default-project-file): Reread the content of the active
8991 project file, not the one from the current buffer When a project
8992 file is set as the default project, all directories are
8993 automatically associated with it.
8994 (ada-set-environment): New function
8995 (ada-treat-cmd-string): New special variable ${current}
8996 (ada-treat-cmd-string): Revised. The substitution is now done for
8997 any ${...} substring
8998 (ada-xref-current): If no body was found, compiles the spec
8999 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
9000 compiler to get rid of command line length limitations.
9001 (ada-xref-get-project-field): New function
9002 (ada-xref-project-files): New variable
9003 (ada-xref-runtime-library-specs-path)
9004 (ada-xref-runtime-library-ali-path): New variables
9005 (ada-xref-set-default-prj-values): Default run command now does a
9006 cd to the build directory. New field: main_unit Provide a default
9007 file name even if the current buffer has no prj file.
9008
9009 * ada-prj.el:
9010 Rewritten to show a tabbed-dialog.
9011 (ada-prj-add-ada-menu): Remove the map and name parameters.
9012 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
9013 New function
9014 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
9015 (ada-prj-load-from-file): New function
9016 (ada-prj-save): Always save fields that depend on the current buffer
9017 (ada-prj-show-value): New function
5044b74a 9018
7972fcfc
GM
9019 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
9020 Ada mode. This will allow us to display the Ada menu in any buffer
9021 we want (for project items).
9022 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
9023 number of spaces in the header.
5044b74a 9024
8730a8da
DL
90252000-07-24 Dave Love <fx@gnu.org>
9026
9027 * ediff-init.el (ediff-region-help-echo): Bind face-help.
9028
db3ca487
NF
90292000-07-23 Noah Friedman <friedman@splode.com>
9030
ad953485
NF
9031 * type-break.el (type-break): perform autosave.
9032 Suggested by Stephen Gildea <gildea@intouchsys.com>.
9033 (type-break-do-query): Cancel query schedule while performing
9034 actual query, to avoid possibility of a second query being made
9035 while first one is already in progress.
9036 (type-break-time-stamp-format): New variable.
9037 (type-break-time-stamp): New function.
9038 (type-break-time-warning): Use it.
9039 (type-break-keystroke-warning): Use it.
9040 (type-break-noninteractive-query): Use it.
9041
03a9c6d0
NF
9042 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
9043 cookie.
9044 Use add-minor-mode to set minor-mode-alist, if available.
9045 (eldoc-echo-area-use-multiline-p): New user option.
9046 (eldoc-echo-area-multiline-supported-p): New variable.
9047 (eldoc-docstring-format-sym-doc): Use them.
9048 (eldoc-mode): If not using idle timers, append to local post and
9049 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
9050 (eldoc-display-message-no-interference-p): Don't interfere with
9051 edebug.
9052 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
9053 (eldoc-function-arglist): New function.
9054 (eldoc-function-argstring): Use it.
9055
db3ca487
NF
9056 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
9057 auto save directory exists before calling directory-files.
9058
f7ad1899
DL
90592000-07-23 Dave Love <fx@gnu.org>
9060
9061 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
9062 ^o, ^u.
9063
43e764c9
DL
90642000-07-21 Dave Love <fx@gnu.org>
9065
475de6f4
DL
9066 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
9067 now passed to the function. It now works properly.
9068
43e764c9
DL
9069 * smerge-mode.el (smerge-mode-menu): Fill it out.
9070
e8bea4c0
GM
90712000-07-20 Gerd Moellmann <gerd@gnu.org>
9072
9073 * info-look.el (info-lookup): If *info* is shown in another frame
9074 on the same display, select that frame, instead of switching to
9075 the Info buffer in another window of the selected frame.
9076
9077 * simple.el (universal-argument-map): Bind numeric keypad keys
9078 kp-0 to kp-9 and kp-subtract.
9079 (digit-argument): Handle these keys.
9080
bc75b4fd
DL
90812000-07-20 Dave Love <fx@gnu.org>
9082
9083 * net/goto-addr.el (goto-address-fontify): Don't bother with
9084 buffer-modified and read-only stuff -- irrelevant with overlays.
9085 Put an extra property on the overlays and use it to clean up in
9086 case goto-address is re-run.
9087
8b7bc628
RS
90882000-07-19 Richard M. Stallman <rms@gnu.org>
9089
18e21ce8
RS
9090 * timer.el (run-with-idle-timer): Doc fix.
9091
db3ca487 9092 * mail/mail-utils.el (mail-strip-quoted-names):
8b7bc628
RS
9093 Handle case where <...> appears inside "...".
9094 Use replace-match to edit the string more simply.
9095 (rmail-dont-reply-to): Cope with an unmatched ".
9096
50575ec2
DL
90972000-07-19 Dave Love <fx@gnu.org>
9098
9099 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
9100 implementation.
9101
9102 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
9103 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
9104 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
9105
4279296d
GM
91062000-07-19 Gerd Moellmann <gerd@gnu.org>
9107
47db06aa
GM
9108 * textmodes/refer.el: Correct maintainer's email address.
9109
9110 * progmodes/hideif.el: Correct author's email address.
9111 Fix typo in comment.
9112
9113 * xml.el: New file.
9114
4279296d
GM
9115 * mail/mailheader.el: Correct author's mail address.
9116
9117 * gnus/parse-time.el: Correct author's mail address.
9118
47db06aa 91192000-07-19 Colin Walters <walters@cis.ohio-state.edu>
db3ca487
NF
9120
9121 * comint.el (comint-highlight-input, comint-highlight-face):
47db06aa
GM
9122 New user options.
9123 (comint-input-ring-file-name): Change custom type.
9124 (comint-mode-map): Bind mouse-2.
9125 (comint-insert-clicked-input): New function.
9126 (comint-send-input): Handle input highlighting.
9127
21ad0f7b
SM
91282000-07-18 Stefan Monnier <monnier@cs.yale.edu>
9129
9130 * mouse.el (popup-menu): New function.
9131 (mouse-major-mode-menu): Use it.
9132
3b33a005
DL
91332000-07-18 Dave Love <fx@gnu.org>
9134
9135 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
9136 improvements.
9137
dc1cac59
GM
91382000-07-18 Gerd Moellmann <gerd@gnu.org>
9139
21ad0f7b 9140 * faces.el (face-font-selection-order)
dc1cac59 9141 (face-font-family-alternatives): Add custom type.
db3ca487 9142
f8276b77
DL
91432000-07-18 Dave Love <fx@gnu.org>
9144
9145 * cus-edit.el (custom-variable-reset-saved)
9146 (custom-variable-reset-standard): Remove unused bindings.
9147
9148 * rect.el (open-rectangle-line): Remove unused let.
9149
9150 * hl-line.el (hl-line-highlight): Check hl-line-mode.
9151
3d6cd763
GM
91522000-07-18 Gerd Moellmann <gerd@gnu.org>
9153
9154 * cdl.el: Fix `Maintainer' keyword.
9155
9156 * play/pong.el: Add author's email address.
9157
34342a07
SS
91582000-07-17 Sam Steingold <sds@gnu.org>
9159
9160 * files.el (insert-directory): Call `split-string' instead of
9161 re-implementing it.
9162
088831a6
GM
91632000-07-18 Gerd Moellmann <gerd@gnu.org>
9164
9165 * mail/vms-pmail.el: Change maintainer to FSF.
9166
9167 * net/goto-addr.el: Change maintainer to FSF.
9168
088831a6 9169 * info.el (Info-title-face-alist): Removed.
db3ca487 9170
c152047f
GM
91712000-07-18 David Ponce <david@dponce.com>
9172
9173 * recentf.el (recentf-open-files): New command that works like
9174 `recentf-open-more-files', but shows the whole list of files (not just
9175 those omitted from the menu). Useful if you don't use a menu-bar!
9176 (recentf-open-more-files) Modified to use `recentf-open-files'.
9177
9178 (recentf-open-files, recentf-open-more-files)
9179 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
e04d21aa 9180
c152047f
GM
9181 (recentf-dialog-mode): New mode for dialogs. You can now just type
9182 "q" to cancel the dialogs.
9183
91842000-07-18 David Ponce <david@dponce.com>
9185
9186 * recentf.el: This is a major update of recentf.el. It adds new
9187 features to better organize the recentf menu and "More..." buffer.
9188
9189 Using new provided menu filtering functions you can now organize the
9190 recent files list:
9191
9192 - by major modes
9193 - by directories
9194 - by user defined rules
9195
9196 Finally, with the new `recentf-filter-changer' customizable filter you
9197 can define a ring of filters and dynamically (via the menu) cycle on
9198 each menu organization in the ring (a la msb).
9199
68be2869
EZ
92002000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
9201
9202 * eshell/eshell.el (eshell): Replace links to eshell.info with
9203 links to eshell, to avoid problems on systems where the manual is
9204 installed as `eshell'.
9205 * eshell/esh-cmd.el (eshell-cmd): Ditto.
9206 * eshell/em-smart.el (eshell-smart): Ditto.
9207 * eshell/em-banner.el (eshell-banner): Ditto.
21ad0f7b 9208 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
68be2869
EZ
9209
9210 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
9211 same-file check in the MS-DOS version (it does support inodes).
9212
9213 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
9214
21ad0f7b
SM
9215 * eshell/eshell.el (eshell-directory-name):
9216 Run default directory name through convert-standard-filename.
68be2869 9217
269b4dcb
KH
92182000-07-18 Kenichi Handa <handa@etl.go.jp>
9219
21ad0f7b
SM
9220 * international/mule-cmds.el (select-safe-coding-system):
9221 Fix typo in the comment.
240a16cf 9222
21ad0f7b
SM
9223 * language/european.el (compound-text):
9224 Force katakana-jisx0201 to be designated to G1.
aa96c820 9225
21ad0f7b
SM
9226 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
9227 Don't translate some national variant characters of latin-jisx0201.
aa96c820 9228 (x-ctext): Force katakana-jisx0201 to be designated to G1.
a99c9d06 9229
269b4dcb
KH
9230 * international/kkc.el (kkc-after-update-conversion-functions):
9231 New variable.
9232 (kkc-update-conversion): Run functions in it at the tail.
9233
68be2869 92342000-07-16 John Wiegley <johnw@gnu.org>
6feeb380 9235
21ad0f7b
SM
9236 * lisp/align.el (align-newline-and-indent):
9237 Adding new function. for auto-aligning blocks of code on RET.
6feeb380
JW
9238 (align-region): Fixed badly formatted minibuffer message.
9239
7a3fd467
KH
92402000-07-17 Kenichi Handa <handa@etl.go.jp>
9241
21ad0f7b 9242 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
7a3fd467
KH
9243 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
9244 the conversion list at first if appropriate.
9245 (kkc-next): Don't update kkc-next-count here.
9246 (kkc-prev): Don't update kkc-prev-count here.
9247 (kkc-show-conversion-list-update): Fix setting up of conversion
9248 list message.
9249
a45423d8
SM
92502000-07-16 Stefan Monnier <monnier@cs.yale.edu>
9251
088831a6 9252 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
a45423d8 9253
91a38db1
DL
92542000-07-16 Dave Love <fx@gnu.org>
9255
9256 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
9257 function to be more specific.
9258
9259 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
9260 non-string help-echo.
9261 (widget-types-convert-widget): Defsubst it.
9262 (widget-echo-help): Try to cope with a help-echo function of two
9263 possible sorts.
9264
3fddcdc3
JR
92652000-07-15 Jason Rumney <jasonr@gnu.org>
9266
9267 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
9268 Declare as obsolete.
9269
9270 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
9271
bd23a692
GM
92722000-07-14 Gerd Moellmann <gerd@gnu.org>
9273
9274 * hilit-chg.el: Fix typo.
9275
d4af987a
DL
92762000-07-14 Dave Love <fx@gnu.org>
9277
9278 * info.el (Info-mode-menu): Fix use of :help, :enable.
9279
3a4f3f86
SM
92802000-07-14 Stefan Monnier <monnier@cs.yale.edu>
9281
9282 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
9283
cf6936a4
DL
92842000-07-13 Dave Love <fx@gnu.org>
9285
4d6d04b5
DL
9286 * emacs-lisp/easymenu.el: Doc fixes.
9287 (easy-menu-remove): Defalias to ignore.
9288
cf6936a4
DL
9289 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
9290 Call throw correctly.
9291
56437999
GM
92922000-07-13 Gerd Moellmann <gerd@gnu.org>
9293
9294 * faces.el (frame-background-mode): Doc fix.
9295
9296 * simple.el (eval-expression-print-length): Change custom type to
9297 allow entering nil as value.
9298
d04a3972
DL
92992000-07-13 Dave Love <fx@gnu.org>
9300
3a4f3f86
SM
9301 * progmodes/fortran.el (fortran-imenu-generic-expression):
9302 Change definition layout.
a8189dfe
DL
9303 (fortran-mode-menu): Reinstate customize entries.
9304
d04a3972
DL
9305 * cus-edit.el (custom-group-menu-create, customize-menu-create):
9306 Use :filter, per old XEmacs code.
9307
4bf4fb05
GM
93082000-07-12 Gerd Moellmann <gerd@gnu.org>
9309
9310 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
9311 event when deciding what to send to the terminal.
9312
37328bcd
DL
93132000-07-12 Dave Love <fx@gnu.org>
9314
9315 * cus-start.el: Add optional version as 4th element of specs and
9316 use it for several things new in v21. Remove load-path. Fix type
9317 of line-number-display-limit.
9318
89492072
DL
93192000-07-11 Dave Love <fx@gnu.org>
9320
3a4f3f86
SM
9321 * progmodes/fortran.el: Don't require easymenu.
9322 Use repeat counts in various regexps.
315aa1de
DL
9323 (fortran-mode-syntax-table): Defvar directly.
9324 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
3a4f3f86
SM
9325 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
9326 Use defvar, not defconst.
9327 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
315aa1de
DL
9328 (fortran-mode): Set fortran-comment-line-start-skip,
9329 fortran-comment-line-start-skip, dabbrev-case-fold-search.
9330 (fortran-comment-indent): Use defsubst.
3a4f3f86
SM
9331 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
9332 Use fortran-comment-indent, not fortran-comment-indent-function.
315aa1de
DL
9333 (fortran-comment-region, fortran-electric-line-number): Simplify.
9334 (fortran-auto-fill): New function.
9335 (fortran-do-auto-fill): Deleted.
3a4f3f86
SM
9336 (fortran-find-comment-start-skip):
9337 Check for non-null comment-start-skip.
9338 (fortran-auto-fill-mode, fortran-fill-statement):
9339 Use fortran-auto-fill.
315aa1de 9340 (fortran-fill): Use fortran-auto-fill. Check for null
3a4f3f86 9341 comment-start-skip. Simplify final clause and use end-of-line finally.
315aa1de 9342
89492072
DL
9343 * widget.el (widget-plist-member): New alias.
9344
d55ead18
EZ
93452000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
9346
9347 * eshell/esh-module.el (toplevel): Reference
9348 byte-compile-current-file only if it is bound.
9349
e82a2a05
GM
93502000-07-10 Gerd Moellmann <gerd@gnu.org>
9351
9352 * dired.el: Don't require `dired-aux'.
9353
1fc7fb2b
MB
93542000-07-10 Miles Bader <miles@lsi.nec.co.jp>
9355
9356 * dired-aux.el (dired-show-file-type): New function.
9357 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
9358 (dired-show-file-type): Add autoload.
9359
ab49ce15
KH
93602000-07-10 Kenichi Handa <handa@etl.go.jp>
9361
9362 * international/mule-diag.el (describe-font): Adjusted for the
3a4f3f86 9363 change of fontset-info.
ab49ce15
KH
9364 (print-fontset): Likewise.
9365
f45aab65
SM
93662000-07-09 Stefan Monnier <monnier@cs.yale.edu>
9367
9368 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
9369
2f72fd2f
GM
93702000-07-07 Gerd Moellmann <gerd@gnu.org>
9371
e82a2a05 9372 * bindings.el: Bind `[delete]' to delete-char.
965522f5 9373
2f72fd2f
GM
9374 * dired.el (dired-find-alternate-file): New function.
9375 (dired-mode-map): Bind `a' to dired-find-alternate-file.
9376 (toplevel): Require dired-aux when compiling.
9377 (dired-buffers): Move defvar within file to avoid compiler warning.
9378
9379 * info.el (Info-last-search): Variable removed.
9380 (Info-search-history): New variable.
9381 (Info-search): New Info-search-history.
9382
9383 * battery.el, info-look.el: Change author's mail address.
9384
965522f5 93852000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
34342a07 9386
965522f5
GM
9387 * mail/rmail.el (rmail-clear-headers): Don't throw an error
9388 if rmail-ignored-headers is nil.
9389 (rmail-retry-failure): Bind rmail-ignored-headers and
9390 rmail-displayed-headers to nil.
9391
dd8888a1
GM
93922000-07-06 Gerd Moellmann <gerd@gnu.org>
9393
e5c81191
GM
9394 * lpr.el (lpr-page-header-switches): Add `-h' switch.
9395 (print-region-1): Don't hard code `-h' here.
9396
dd8888a1
GM
9397 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
9398
e5c81191
GM
93992000-07-01 Francesco Potorti` <pot@gnu.org>
9400
9401 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
9402 exim can use "your message" instead of "the message".
34342a07 9403
f45aab65
SM
94042000-07-06 Stefan Monnier <monnier@cs.yale.edu>
9405
9406 * facemenu.el: Docstrings fixes.
9407 (facemenu-get-face): Don't use internal-find-face.
9408 (facemenu-iterate): Rename arg to match the docstring.
9409
9410 * newcomment.el (uncomment-region): Be more careful when skipping
9411 backwards over `=' not to bump into BOBP.
9412
d396e521 94132000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
34342a07 9414
dd8888a1
GM
9415 * ediff-diff.el (ediff-wordify): Use syntax table.
9416 * ediff-init.el (ediff-has-face-support-p): Use
d396e521 9417 ediff-color-display-p.
dd8888a1 9418 (ediff-color-display-p): Use display-color-p, changed to defun
d396e521
MK
9419 from defsubst.
9420 Got rid of special cases for NeXT and OS/2.
dd8888a1 9421 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
d396e521 9422 face.
34342a07 9423
5e2dfaa4
SM
94242000-07-05 Stefan Monnier <monnier@cs.yale.edu>
9425
9426 * emacs-lisp/lucid.el: Require CL.
9427 (copy-tree, remprop): Remove, it's provided by CL.
9428 (map-keymap): Define in terms of cl-map-keymap.
9429 (extent-property, set-extent-end-glyph): New functions.
9430
9431 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
9432
d5c5cddd
GM
94332000-07-05 Gerd Moellmann <gerd@gnu.org>
9434
485266d0
GM
9435 * Makefile.in (DONTCOMPILE): Add comment that the name may
9436 not be changed without changing the make-dist script.
9437
5e2dfaa4 9438 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
d5c5cddd 9439 (cl-mapc): Use mapc instead of cl-old-mapc.
34342a07 9440
e2c46326
AI
94412000-07-05 Andrew Innes <andrewi@gnu.org>
9442
9443 * makefile.nt: Add support for `bootstrap' and related targets.
9444
a027a91b
SM
94452000-07-05 Stefan Monnier <monnier@cs.yale.edu>
9446
9447 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
9448 (easy-menu-do-define): Use `menu-item' format.
9449 Handle case where easy-menu-create-menu returns a symbol.
9450 Manually call the potential top-level filter in the function binding.
9451 (easy-menu-filter-return): New arg NAME.
9452 Convert to a keymap if MENU is an XEmacs menu.
9453 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
9454 (easy-menu-converted-items-table, easy-menu-convert-item):
9455 New var and fun to memoize easy-menu-convert-item-1.
9456 (easy-menu-do-add-item): Use it.
9457 (easy-menu-create-menu): Use easy-menu-convert-item.
9458 Wrap easy-menu-filter-return around any :filter specification.
9459 Don't convert the menu if a filter was specified.
9460 Tell easy-menu-make-symbol not to check for MENU being an expression.
9461 (easy-menu-make-symbol): New arg NOEXP.
9462
5e03eb84
GM
94632000-07-05 Gerd Moellmann <gerd@gnu.org>
9464
9465 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
9466 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
9467 (eval-defun): If called with prefix arg, instrument code for
9468 Edebug.
9469
9470 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
9471 similar to that of eval-defun.
9472
fca68a95
DL
94732000-07-04 Dave Love <fx@gnu.org>
9474
7ccbba4c
DL
9475 * hl-line.el (hl-line-overlay): Make it permanent-local.
9476
fca68a95
DL
9477 * calendar/todo-mode.el: Replaced with a working version, based on
9478 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
9479
94802000-07-03 Miles Bader <miles@lsi.nec.co.jp>
78e7e8a0
MB
9481
9482 * paths.el (prune-directory-list): New function.
9483 (Info-default-directory-list): Rewritten to more methodically
9484 enumerate a big list of possible info directories (based on the
9485 list used by the standalone info reader).
fca68a95 9486
78e7e8a0 9487 * info.el (info-initialize): Use prune-directory-list to remove
3a4f3f86 9488 non-existent directories from Info-directory-list.
78e7e8a0 9489
78e7e8a0
MB
9490 * paths.el (Info-default-directory-list): Try a list of possible
9491 info-directories instead of a single one. Add the possible
9492 info directory "/usr/share/info".
9493
9494 * woman.el (woman-man.conf-path): Explicitly include the debian
9495 man-db config file "/etc/manpath.config".
9496 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
9497 are present in `manpath.config'.
9498 (woman-manpath): Include "/usr/share/man".
9499
67c9a1d2
GM
95002000-07-03 Gerd Moellmann <gerd@gnu.org>
9501
6753393b
GM
9502 * frame.el (blink-cursor-mode): Don't hide cursor initially.
9503
9504 * startup.el (command-line): Initialize blink-cursor based
9505 on window-system.
9506
e4f98ad3
GM
9507 * frame.el (blink-cursor): Default to nil if not running under
9508 a window-system.
9509
2f516940
GM
9510 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
9511 (face-x-resources): Remove duplicate entry for :font.
9512
67c9a1d2
GM
9513 * textmodes/refer.el (refer-find-entry-internal): Use some-window
9514 instead of cycling through windows with next-window.
9515
9516 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
9517 of cycling through windows with next-window.
9518
9519 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
9520 of cycling through windows with next-window.
9521
9522 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
9523 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
9524 instead of cycling through windows with next-window.
9525
9526 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
9527 instead of cycling through windows with next-window.
9528
9529 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
9530 of cycling through windows with next-window.
9531
9532 * terminal.el (te-process-output): Use walk-windows instead of
9533 cycling through windows with next-window.
9534
9535 * server.el (server-switch-buffer): Use some-window instead of
9536 cycling through windows with next-window.
9537
9538 * window.el (some-window): New function.
9539 (walk-windows): Remove reference to walk-windows-start.
831a6cb0 9540
3a4f3f86 9541 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
831a6cb0 9542
8b7bc628 95432000-07-03 Richard Stallman <rms@gnu.org>
67c9a1d2
GM
9544
9545 * window.el (walk-windows): Guarantee termination by keeping a list
9546 of all the windows already handled.
9547
d0d57043
EZ
95482000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
9549
9550 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
9551 window-system.
9552
9553 * man.el (Man-notify-when-ready): Don't use window-system. If
9554 Man-notify-method is newframe, and the display is not
9555 multi-frame, select the frame created for the man page.
9556 (Man-init-defvars): Doc fix.
9557
d5483ab1
GM
95582000-06-28 Gerd Moellmann <gerd@gnu.org>
9559
af5c25e1
GM
9560 * faces.el (region): Change background color for light background.
9561
9562 * ediff-wind.el (ediff-setup-control-frame): Remove :box
9563 attribute from mode-line face of Ediff control frame.
9564
d5483ab1
GM
9565 * replace.el (query-replace-map): Bind `e' like `E'.
9566
9d47450f
EZ
95672000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
9568
3a4f3f86
SM
9569 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
9570 Change name to "Select All".
496b7491 9571
9d47450f
EZ
9572 * dos-fns.el (convert-standard-filename): Fix last change.
9573
0b431deb
GM
95742000-06-27 Gerd Moellmann <gerd@gnu.org>
9575
4fa9f636
GM
9576 * help.el (describe-variable): Don't insert a second `'s' in front
9577 of the string `value is shown below'. Since the syntax-table is
9578 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
9579 an existing `'s', so that this won't be deleted.
9580
0b431deb
GM
9581 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
9582 * pcmpl-unix.el: New files.
9583
32cad0aa
SM
95842000-06-26 Stefan Monnier <monnier@cs.yale.edu>
9585
9586 * wid-edit.el (widget-member): Use the new plist-member.
9587
2c69ced2
GM
95882000-06-26 Gerd Moellmann <gerd@gnu.org>
9589
44c0f771
GM
9590 * replace.el (perform-replace): Undo change of 2000-04-04.
9591 Instead, move backward 1 character at the end of the loop when
9592 necessary.
34342a07 9593
1d36487c
GM
9594 * faces.el (fringe): Change face for different backgrounds.
9595
9596 * eshell/esh-module.el (toplevel): Load defgroup's differently;
9597 patch from John.
9598
2c69ced2
GM
9599 * eshell/*.el: Change spelling of the Free Software Foundation.
9600
9601 * eshell/esh-toggle.el: Removed.
9602
9603 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
9604
9605 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
9606 interactively.
9607
96082000-06-26 Alex Schroeder <alex@gnu.org>
9609
9610 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
9611 `define-key'; instead of checking `(emacs-version)' check for
9612 `set-keymap-parent' and `set-keymap-name' directly. Add entries
9613 for `;' and `o' which might be electric.
9614
9615 (sql-electric-stuff): New user option.
9616 (sql-magic-go): New function which uses `sql-electric-stuff'.
9617 (sql-magic-semicolon): New function which uses
9618 `sql-electric-stuff'.
9619
9620 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
9621 is not fboundp.
9622
9623 (sql-oracle-options): New variable.
9624 (sql-oracle): Use it.
9625
9626 (sql-imenu-generic-expression): Doc change.
9627 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
9628 is used.
9629
9630 (sql-informix): Added command line parameter "-" to force
9631 sql-informix-program to use stdout.
9632
db1306d8
EZ
96332000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
9634
3a4f3f86 9635 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
db1306d8
EZ
9636 (cp864-decode-table): Doc fix.
9637 (cp720-decode-table): New variable, supports the Arabic OEM
9638 codepage used by Windows.
9639 (cp737-decode-table): New, Greek OEM codepage used by Windows.
9640
c69e5fcd
DL
96412000-06-23 Dave Love <fx@gnu.org>
9642
9643 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
9644 (font-lock-fontify-anchored-keywords): Use
9645 line-beginning-position.
9646 (global-font-lock-mode): Use mapc.
9647
30ad8f23
SM
96482000-06-23 Stefan Monnier <monnier@cs.yale.edu>
9649
9650 * eshell/esh-module.el: Require CL when compiling.
9651
26b4dc84
GM
96522000-06-23 Gerd Moellmann <gerd@gnu.org>
9653
78c56e70
GM
9654 * comint.el (comint-substitute-in-file-name): Call replace-match
9655 with second and third arg t.
9656
34342a07 9657 * cus-edit.el (custom-button-face, custom-button-pressed-face):
f6478c66
GM
9658 Specify foreground color.
9659
9660 * faces.el (tool-bar, mode-line, header-line): Specify foreground
9661 color.
9662
affbf647
GM
9663 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
9664
9665 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
9666 cddr instead of cdddr.
9667
25fffb31
GM
9668 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
9669 instead of copy-list.
9670
9671 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
9672 of copy-list.
9673
26b4dc84
GM
9674 * subdirs.el: Add eshell subdirectory.
9675
9676 * eshell: New subdirectory containing the Eshell package.
9677
9678 * pcomplete.el: New file.
9679
78c56e70
GM
96802000-06-23 Paul Eggert <eggert@twinsun.com>
9681
ea055732
GM
9682 * mail/mailpost.el (post-mail-send-it): Make sure file has
9683 proper permissions from birth.
9684
9685 * files.el (basic-save-buffer-2): When temporarily setting
9686 file modes, set them to current modes plus 0200, not to 0777.
9687
78c56e70
GM
9688 * emerge.el (emerge-make-temp-file): Make sure file has proper
9689 permissions from birth.
9690
a3a7ff33
EZ
96912000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
9692
9693 * files.el (make-backup-file-name-1): On DOS/Windows, run the
9694 backup file name through convert-standard-filename.
9695
9696 * dos-fns.el (convert-standard-filename): Convert leading
9697 directories as well. When long file names are supported, convert
9698 characters that are invalid in Windows file names.
9699
1fd9b7fe
GM
97002000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9701
9702 * ps-print.el: Fix bug: if ^L is the very first buffer character,
9703 ps-print crashes. New feature: page selection for printing. Create
9704 raw-text-unix coding system for XEmacs. Doc fix.
9705 (ps-print-version): New version number (5.2.3).
9706 (ps-plot-region): Bug fix.
9707 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
9708 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
9709 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
9710 funs.
9711 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
9712 (ps-last-page): New vars.
9713
16ed8416
GM
97142000-06-21 Gerd Moellmann <gerd@gnu.org>
9715
9716 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
9717 empty option string.
9718
4fbee715
EZ
97192000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
9720
9721 * man.el (man): Doc fix.
9722
eaecfc94
KH
97232000-06-21 Kenichi Handa <handa@etl.go.jp>
9724
9725 * international/mule-cmds.el (set-language-info-alist): Docstring
9726 fixed.
9727
4a27bdfb
GM
97282000-06-20 Gerd Moellmann <gerd@gnu.org>
9729
9730 * version.el (emacs-version): Use ISO date format.
9731
9732 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
9733 instead of `M-backspace'.
9734
9735 * simple.el (turn-off-auto-fill): New function.
9736
8972fe79
SM
97372000-06-20 Stefan Monnier <monnier@cs.yale.edu>
9738
9739 * jit-lock.el (with-buffer-prepared-for-jit-lock):
9740 Renamed from with-buffer-prepared-for-font-lock and use
9741 inhibit-modification-hooks rather than setting *-change-functions.
9742 Update all functions to use the new name.
9743 (jit-lock-first-unfontify-pos): New semantics (and doc).
9744 (jit-lock-mode): Make non-interactive.
9745 Don't automatically turn on font-lock.
9746 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
9747 Always use jit-lock-after-change.
9748 Remove and restore font-lock-after-change-function.
9749 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
9750 (jit-lock-after-unfontify-buffer): Remove.
9751 (jit-lock-stealth-fontify):
9752 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
9753 (jit-lock-after-change): Set the `fontified' text-prop to nil.
9754
5d80cc9c
SS
97552000-06-20 Sam Steingold <sds@gnu.org>
9756
9757 * emacs-lisp/cl-indent.el (toplevel): Indent
9758 `print-unreadable-object' properly. Untabify.
9759
f54e4d13
CD
97602000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
9761
9762 * textmodes/reftex.el (reftex-find-citation-regexp-format):
9763 Support for bibentry.
9764 (reftex-compile-variables): Fixed problem with end of section-re.
9765
9766 * texmodes/reftex-dcr.el (reftex-view-crossref,
8972fe79
SM
9767 reftex-view-crossref-from-bibtex):
9768 Deal with changed `reftex-find-citation-regexp-format'.
f54e4d13
CD
9769 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
9770 Replaced `remprop' with `put'.
8972fe79
SM
9771 (reftex-view-crossref, reftex-view-crossref-when-idle):
9772 Support for bibentry.
f54e4d13 9773
8972fe79
SM
9774 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
9775 New entry for bibentry package.
f54e4d13 9776
8972fe79
SM
9777 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
9778 Regexp also matches "\nobibliography".
f54e4d13 9779
8972fe79
SM
9780 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
9781 Call `reftex-ensure-write-access' before doing anything.
f54e4d13
CD
9782 (reftex-ensure-write-access): New function.
9783
f54e4d13
CD
97842000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
9785
9786 * progmodes/idlwave.el: File re-installed (update to version 4.2)
9787
9788 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
9789
9790 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
9791
9792 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
9793
9794
560c43f4
DL
97952000-06-20 Dave Love <fx@gnu.org>
9796
9797 * faces.el (frame-background-mode): Use set-default, not set, in
9798 setter.
9799 (frame-update-faces, frame-update-face-colors): Define with
9800 defalias.
9801
9802 * enriched.el (enriched-decode-foreground)
9803 (enriched-decode-background): Don't use internal-find-face.
9804
9805 * apropos.el: Doc fixes.
9806
9807 * cus-edit.el (customize-changed-options): Check arg.
9808 (customize-version-lessp): Don't require decimal point.
9809
9810 * custom.el (defcustom, defgroup): Doc fix.
9811
9812 * newcomment.el (comment) <defgroup>: Add :version.
9813 (comment-multi-line): Doc fix.
9814
9815 * emulation/mlsupport.el (define-hooked-local-abbrev,
9816 define-hooked-global-abbrev): Fix, using define-abbrev.
9817
cdf0357b
GM
98182000-06-19 Gerd Moellmann <gerd@gnu.org>
9819
9820 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
9821 the whole buffer.
9822
10013d74
DL
98232000-06-19 Dave Love <fx@gnu.org>
9824
9825 * menu-bar.el (menu-bar-options-save): New function.
9826 (menu-bar-options-menu): Use it.
9827 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
9828 Simplify.
9829
6922f208
AS
98302000-06-19 Andreas Schwab <schwab@suse.de>
9831
9832 * progmodes/etags.el (tags-query-replace): Put new parameters
9833 START and END at the end, for backward compatibility.
9834
10d7bf84
KH
98352000-06-19 Kenichi Handa <handa@etl.go.jp>
9836
9837 * international/codepage.el:
9838 (cp-coding-system-for-codepage-1): Delete special codes for
9839 generating xxx-dos coding system because now a CCL based coding
9840 system can handle EOL conversion by default.
9841
9842 * international/mule.el (make-coding-system): Generate subsidiary
9843 coding systems for EOL handling variants even for a CCL based
9844 coding system.
9845
8f3c9a3d
KH
98462000-06-19 Kenichi Handa <handa@etl.go.jp>
9847
9848 * international/isearch-x.el (isearch-minibuffer-input-method)
9849 (isearch-minibuffer-input-method-function): These variables
9850 deleted.
9851 (isearch-with-input-method): Don't use the above variables.
9852 (isearch-process-search-multibyte-characters): Likewise. Call
9853 read-string with the arg INHERIT-INPUT-METHOD t.
9854
c2acf685
SM
98552000-06-17 Stefan Monnier <monnier@cs.yale.edu>
9856
13f0d185
SM
9857 * font-lock.el (font-lock-after-fontify-buffer)
9858 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
9859
9860 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
9861 Use consistent make-local-variable style for font-lock-fontified.
9862 (jit-lock-fontify-buffer):
9863 Don't bother checking for font-lock-mode and jit-lock-mode.
9864
c2acf685
SM
9865 * time.el: Remove trailing ^M that prevent CVS-merging.
9866
a9021acd
GM
98672000-06-16 Gerd Moellmann <gerd@gnu.org>
9868
9869 * Makefile.in (distclean): New target.
5d80cc9c 9870
0df68e9f
SM
98712000-06-16 Stefan Monnier <monnier@cs.yale.edu>
9872
9873 * Makefile.in (srcdir): Define for update-subdirs.
9874
6344985d
GM
98752000-06-16 Gerd Moellmann <gerd@gnu.org>
9876
9877 * find-lisp.el: New file.
9878
63239267
AI
98792000-06-16 Andrew Innes <andrewi@gnu.org>
9880
9881 * time.el (display-time-mail-function): New variable, to allow
9882 external packages to indicate when new mail is available.
9883 (display-time-update): Use it.
9884
1699f991
KH
98852000-06-16 Kenichi Handa <handa@etl.go.jp>
9886
a3b37893
KH
9887 * international/mule.el (mule-version): Change version name to
9888 SAKAKI. AOI has already been used by Meadow.
9889
1699f991
KH
9890 * international/quail.el (quail-show-guidance-buf): To find the
9891 bottom window (but minibuffer), pay attention to the height of
9892 minibuffer.
9893
228b083e
EZ
98942000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
9895
7d5c8691
EZ
9896 * arc-mode.el (archive-mode-map): Use the new menu-item format for
9897 menu-bar menus. Add help strings. Don't remove the Edit menu
9898 from the menu bar, as the menu bar has enough space now.
9899
261f3289
EZ
9900 * Makefile.in (SHELL): Make sure /bin/sh is used.
9901
228b083e
EZ
9902 * woman.el (woman-man-buffer): Fix bold and underlined CJK
9903 characters, which use series of two ^H characters instead of one.
9904
e27e8d71
GM
99052000-06-15 Gerd Moellmann <gerd@gnu.org>
9906
5d80cc9c 9907 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
451ec4e3 9908 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
5d80cc9c 9909 functions.
451ec4e3
GM
9910 (Info-find-node-2): Try a case-sensitive search first, then
9911 do a case-insensitive search.
9912
9913 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
9914 tutorials.
9915
b675095c
GM
9916 * complete.el (PC-env-vars-alist): New variable.
9917 (PC-complete-as-file-name): New function.
9918 (partial-completion-mode): Initialize PC-env-vars-alist from
9919 process-environment.
9920 (PC-do-completion): Handle completion of env vars.
9921
9922 * info.el (Info-set-mode-line): Show file name in mode line,
9923 use `*Info*' instead of `Info:'.
9924
e27e8d71
GM
9925 * startup.el (command-line-1): Change copyright messages to year
9926 2000.
9927
28223a7e
DL
99282000-06-15 Dave Love <fx@gnu.org>
9929
9930 * net/goto-addr.el (goto-address-fontify): Use keymap property,
9931 not local-map.
9932
32684631
KH
99332000-06-15 Kenichi Handa <handa@etl.go.jp>
9934
9935 * international/mule.el (set-buffer-file-coding-system): Almost
9936 rewritten to handle `undecided' as no-op.
9937
9f817ea4
GM
99382000-06-14 Gerd Moellmann <gerd@gnu.org>
9939
e27e8d71 9940 * Makefile.in: New file.
dce6b995
GM
9941
9942 * Makefile: Removed.
9943
9f817ea4
GM
9944 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
9945 (goto-address-highlight-keymap): Bind C-c RET.
9946
2de33f94
KH
99472000-06-14 Kenichi Handa <handa@etl.go.jp>
9948
bbf1e8a5
KH
9949 * mail/sendmail.el (sendmail-send-it): The temporary buffer
9950 inherits buffer-file-coding-system of the current buffer.
725a6897 9951
02891cc3
KH
9952 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
9953 0. Give correct argument to set-auto-coding-function.
9954 (tar-expunge): For goto-char, use (point-min), not 0.
9955 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
9956 (tar-subfile-save-buffer): Likewize.
9957
2de33f94
KH
9958 * international/mule.el
9959 (after-insert-file-set-buffer-file-coding-system): Call
9960 set-buffer-file-coding-system with the arg FORCE t.
9961
1681ead6
GM
99622000-06-13 Gerd Moellmann <gerd@gnu.org>
9963
9964 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
9965 nil. Contemporary sendmails issue an X-Authentication-Warning if
b675095c 9966 the sender is set with `-f'.
1681ead6 9967
fdf4b680
DL
99682000-06-13 Dave Love <fx@gnu.org>
9969
9c50afce
DL
9970 * help.el (describe-function-1): Kluge around cases of functions
9971 fset to subrs whose doc doesn't match their symbol-name.
9972
0ad550ba 9973 * image.el (insert-image): Default STRING to a space.
f290ca08 9974
fdf4b680 9975 * info.el Doc fixes.
5d80cc9c 9976 (Info-build-node-completions): Match Ref tags.
fdf4b680 9977
9b6610db
EZ
99782000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
9979
a704139d
EZ
9980 * frame.el (display-multi-frame-p, display-multi-font-p): New
9981 defaliases for display-graphic-p.
9982
9b6610db
EZ
9983 * hl-line.el: Fixed a typo in commentary.
9984
7a5ea398
KH
99852000-06-13 Kenichi Handa <handa@etl.go.jp>
9986
9987 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
9988 fixed.
9989
0dc91c57
DL
99902000-06-12 Dave Love <fx@gnu.org>
9991
9992 * image.el (insert-image): Save a little consing.
9993
0bd5914b
KH
99942000-06-12 Kenichi Handa <handa@etl.go.jp>
9995
9996 * language/tibet-util.el: Convert all tibetan-1-column characters
9997 to the corresponding tibetan characters.
9998 (tibetan-add-components): Delete code for the special treatment of
9999 'a chung.
10000
10001 * language/tibetan.el (tibetan-composable-pattern): Fix previous
10002 change.
10003 (tibetan-vowel-transcription-alist): More rules added.
10004 (tibetan-composite-vowel-alist): New variable.
10005 (tibetan-precomposition-rule-alist): More rules added.
10006
6dc7d3d5
SM
100072000-06-12 Stefan Monnier <monnier@cs.yale.edu>
10008
9c04c393
SM
10009 * startup.el (command-line): Only call menu-bar-mode if interactive.
10010
10011 * thingatpt.el (toplevel symbol-properties):
10012 * textmodes/makeinfo.el (makeinfo-compile):
10013 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
5d80cc9c 10014 * progmodes/hideif.el (hif-compress-define-list)
9c04c393 10015 (hide-ifdef-use-define-alist):
5d80cc9c 10016 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
9c04c393
SM
10017 (ange-ftp-vms-add-file-entry):
10018 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
10019 * man.el (Man-build-man-command):
10020 * mail/rnewspost.el (news-reply-header-hook):
10021 * info.el (Info-insert-dir):
10022 * emulation/mlconvert.el (backward-word, forward-word, setq):
10023 * emacs-lisp/gulp.el (gulp-send-requests):
5d80cc9c
SS
10024 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
10025 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
9c04c393
SM
10026 (byte-optimize-apply, end of file):
10027 * emacs-lisp/advice.el (ad-advice-class-completion-table)
10028 (ad-make-freeze-definition):
10029 * startup.el (command-line, command-line-1): Don't quote lambdas.
10030
6dc7d3d5
SM
10031 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
10032 (cvs-cleanup-removed): New function.
10033 (cvs-cleanup-functions): New var.
10034 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
10035 some flexibility in specifying additional entries to auto-cleanup.
10036 (cvs-quickdir): New function.
10037 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
10038 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
10039 (cvs-mode-find-file): Check that we are on a filename or dirname
10040 when invoked through a mouse-click.
10041 (cvs-full-path): Remove.
10042 (cvs-dired-action): Re-introduced.
10043 (cvs-dired-noselect): Use it.
10044 (vc-post-command-functions): use this new hook if available.
10045
10046 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
10047 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
10048 (cvs-filename-map, cvs-dirname-map): Remove.
10049 (cvs-default-action): Remove.
10050 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
10051 if the arg is really a keymap.
10052 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
10053 Don't hardcode the mapping from state (aka type) to face, but check
10054 the var cvs-fi-<type>-face instead.
10055 (cvs-fileinfo-from-entries): New function.
10056
10057 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
10058 Docstring fix.
10059 (cvs-find-file-and-jump): Change default to be safer.
10060 (cvs-mode-diff-map): Define it as a function as well.
10061 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
10062 Bind mouse-2 in this global map rather than with text-properties.
10063
10064 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
10065 file to resolve the ambiguity between C(conflict) and C(need-merge).
10066
5050a2ef
KH
100672000-06-12 Kenichi Handa <handa@etl.go.jp>
10068
10069 * international/mule.el (set-buffer-file-coding-system): If
10070 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
10071 unconditionally.
10072
35a7ac84
DL
100732000-06-12 Dave Love <fx@gnu.org>
10074
10075 * wid-edit.el (widget-specify-button): Really suppress the face if
10076 required.
10077
db8eeecd
GM
100782000-06-11 Gerd Moellmann <gerd@gnu.org>
10079
10080 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
10081
70223ca4
SM
100822000-06-11 Stefan Monnier <monnier@cs.yale.edu>
10083
10084 * imenu.el (imenu-generic-expression): Docstring fix.
10085
10086 * composite.el (composition-function-table): Move the `put'
10087 below the autoload cookie so we can load the file before loaddefs.
10088
10089 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
10090
10091 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
10092 Handle easy-mmode-define-global-mode.
10093 For complex macros like define-minor-mode that can generate
10094 several autoload entries, try to autoload entries in the
10095 macroexpanded code.
10096
10097 * emacs-lisp/easy-mmode.el (define-minor-mode):
10098 If KEYMAP is a symbol, just use it.
10099 Use byte-compile-current-file and load-file-name to infer the
10100 proper :require to pass to defcustom.
10101 Wrap the hook var into `progn' so as not to autoload it.
10102 Add a :autoload-end cookie.
10103 Be more careful about the evaluation of KEYMAP.
10104 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
10105 (define-derived-mode): Move define-abbrev-table outside of defvar.
10106
101072000-06-10 Stefan Monnier <monnier@cs.yale.edu>
10108
10109 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
10110 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
10111 (backup-compiled-files): Ignore errors during `tar'.
10112 (bootstrap): Make autoloads before elc files.
10113
9c53b34e
KH
101142000-06-10 Kenichi Handa <handa@etl.go.jp>
10115
10116 * international/mule.el (set-buffer-file-coding-system): If one of
5d80cc9c 10117 undecided-XXX is specified, change only EOL conversion.
9c53b34e
KH
10118
10119 * international/mule-conf.el (unix): New alias for the coding
10120 system undecided-unix.
10121
22ddd299
DL
101222000-06-09 Dave Love <fx@gnu.org>
10123
5ee42746
DL
10124 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
10125
70223ca4 10126 * progmodes/executable.el: Byte compile dynamic.
22ddd299
DL
10127 (executable-insert): Change custom type.
10128 (executable-find): Add autoload cookie.
cc7e1d18
DL
10129 (executable-make-buffer-file-executable-if-script-p): New
10130 function. After Noah Friedman.
22ddd299
DL
10131
10132 * files.el (after-save-hook): Customize, with
cc7e1d18 10133 executable-make-buffer-file-executable-if-script-p as an option.
22ddd299 10134
41ea3794
KH
101352000-06-09 Kenichi Handa <handa@etl.go.jp>
10136
f89437e3
KH
10137 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
10138 "tib24p-mule.bdf" for Tibetan.
10139
7a4ee259
KH
10140 * composite.el (decompose-composite-char): Declare it as obsolete.
10141
ff6a65c2
KH
10142 * man.el (Man-fontify-manpage): Pay attention to underline and
10143 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
41ea3794 10144
f83fe4b4
GM
101452000-06-08 Gerd Moellmann <gerd@gnu.org>
10146
10147 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
10148 Set maintainer to FSF since author isn't reachable.
10149
e56d7900
DL
101502000-06-08 Dave Love <fx@gnu.org>
10151
10152 * international/mule-cmds.el (select-safe-coding-system): If
10153 DEFAULT-CODING-SYSTEM is not specified, also check the most
10154 preferred coding-system if buffer-file-coding-system is
10155 `undecided'. From Handa.
10156
d3981b49
KH
101572000-06-08 Kenichi Handa <handa@etl.go.jp>
10158
10159 * international/mule.el
10160 (after-insert-file-set-buffer-file-coding-system): If the buffer
10161 size is greater than INSERTED, judget that we are not visiting.
10162
bff71087
RV
101632000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
10164
10165 * whitespace.el (defgroup whitespace): Comment out `:version'.
10166 XEmacs 20.4 has problems defining the group with this present.
10167 We'll have this commented out till get resolve the problem.
10168
fd9ac94c 101692000-06-07 John Wiegley <johnw@gnu.org>
e04d21aa 10170
fd9ac94c
GM
10171 * align.el (align-dq-string-modes, align-sq-string-modes)
10172 (align-open-comment-modes): Add pyhton-mode.
10173 (align-rules-list): Use get-text-property instead of
10174 text-properties-at.
10175 (align-rules-list): Add python-assignment.
10176 (align-rules-list): Change perl-comma-delimiter to
10177 basic-comma-delimiter. Use if for Perl modes and python-mode.
10178 (align-rules-list): Add python-chain-logic and
10179 basic-line-continuation.
45f485a6
GM
10180
101812000-06-07 Jari Aalto <jari.aalto@poboxes.com>
10182
10183 * apropos.el (apropos-mode-hook): New user variable.
10184 (apropos-mode): Run apropos-mode-hook.
bff71087 10185
45f485a6
GM
101862000-06-07 David Ponce <david@dponce.com>
10187
10188 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
10189 commands. Require `wid-edit' at run-time.
10190
101912000-06-07 David Ponce <david@dponce.com>
10192
10193 * recentf.el: Added some "Commentary".
10194 (recentf-open-more-files, recentf-edit-list): Minor changes to
10195 move the point at the top of the file list. This behaviour is
10196 consistent with the menu one when the list contains a lot of
10197 files.
10198 (recentf-cleanup): Now displays the number of items removed from
10199 the list.
10200 (recentf-relative-filter) New menu filter to show filenames
10201 relative to `default-directory'.
bff71087 10202
45f485a6
GM
102032000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10204
10205 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
10206 with/without giving an error if PostScript printer doesn't have this
10207 kind of page size. Zebra Stripe continues or restarts on next page.
10208 Manual/automatic paper feeding. Switch or not the header.
10209 (ps-print-version): New version number (5.2.2).
10210 (ps-windows-system): Include emx as a Windows system.
10211 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
10212 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
10213 (ps-background-text): Code fix.
10214 (ps-error-handler-message, ps-user-defined-prologue)
10215 (ps-print-prologue-header, ps-printer-name)
10216 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
10217 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
10218 (ps-use-face-background): Customization fix.
10219 (ps-n-up-database): Data fix.
10220 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
10221 (ps-switch-header): New vars.
10222 (ps-xemacs-color-name, ps-face-foreground-name)
10223 (ps-face-background-name, ps-boolean-constant): New funs.
10224
c14dcd22
DL
102252000-06-07 Dave Love <fx@gnu.org>
10226
10227 * allout.el: New version from Manheimer.
10228
e4044bb0
KH
102292000-06-07 Kenichi Handa <handa@etl.go.jp>
10230
10231 * textmodes/fill.el (fill-find-break-point): Check the validity of
10232 charset.
10233
59cfe8b9
KF
102342000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10235
10236 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
10237 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
10238 Call display-color-p and display-mouse-p instead of looking at
10239 window-system.
10240
bb2337f5
DL
102412000-06-06 Dave Love <fx@gnu.org>
10242
10243 * image.el (find-image): Doc fix. Return nil if image not found.
10244 (put-image, insert-image): Make STRING arg optional.
10245
8e624fa2
KH
102462000-06-06 Kenichi Handa <handa@etl.go.jp>
10247
10248 * language/vietnamese.el: Remove eval-when-compile.
10249 (viet-viscii-nonascii-translation-table): Define it as a
10250 translation table made from viet-viscii-decode-table.
10251 (viet-viscii-encode-table): Define it as a translation table made
10252 from the reverse map of above.
10253 (viet-vscii-nonascii-translation-table): Define it as a
10254 translation table made from viet-vscii-decode-table.
10255 (viet-vscii-encode-table): Define it as a translation table made
10256 from the reverse map of above.
10257 (ccl-decode-viscii): Use translate-character.
10258 (ccl-encode-viscii, ccl-encode-viscii-font)
10259 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
10260 Likewize.
bff71087 10261
8e624fa2
KH
10262 * language/cyrillic.el: Remove eval-when-compile.
10263 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
10264 translation table made from cyrillic-koi8-r-decode-table.
10265 (cyrillic-koi8-r-encode-table): Define it as a translation table
10266 made from the reverse map of above.
10267 (ccl-decode-koi8): Use translate-character.
10268 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
10269 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
10270 a translation table made from cyrillic-alternativnyj-decode-table.
10271 (cyrillic-alternativnyj-encode-table): Define it as a translation
10272 table made from the reverse map of above.
10273 (ccl-decode-alternativnyj): Use translate-character.
10274 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
10275 Likewize
10276
10277 * international/mule-diag.el (non-iso-charset-alist): Specify
10278 translation table symbol instead of translation table itself.
10279 (list-block-of-chars): CHARSET may be a translation table symbol.
10280
10281 * international/mule.el (make-coding-system): If CODING-SYSTEM
10282 already exists, override it.
10283
10284 * international/fontset.el: Use family `proportional' for Tibetan
10285 fonts.
10286
10287 * international/ccl.el (ccl-compile-translate-character): Don't
10288 check if Rrr has property translation-table.
10289 (ccl-compile-map-multiple): Modified to avoid compiler warning.
10290
1969fae2
GM
102912000-06-05 Gerd Moellmann <gerd@gnu.org>
10292
10293 * info.el: Bind case-fold-search to t when searching in case
10294 a user sets it to nil in a hook.
10295
d5b037c5
SM
102962000-06-05 Stefan Monnier <monnier@cs.yale.edu>
10297
d3d02e65
SM
10298 * autoarg.el (autoarg-mode, autoarg-kp-mode):
10299 * hl-line.el (hl-line-mode): Use the new :global key argument.
10300
10301 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
10302 (tar-clip-time-string): Prepend a space.
10303 (tar-grind-file-mode): Construct a string rather than modifying one.
10304 (tar-header-block-summarize): Fix docstring.
10305 Use `format' rather than an error-prone set of copy-loops.
10306
10307 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
10308 (diff-goto-source, diff-unified->context, diff-context->unified)
10309 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
10310 understand the format output by the `-p' argument to diff.
10311
bff71087 10312 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
d3d02e65
SM
10313 (sh-re-done): Use defconst.
10314 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
10315 (sh-help-string-for-variable, sh-guess-basic-offset):
10316 Don't quote lambdas.
10317 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
10318 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
10319
f7c4478f
SM
10320 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
10321 (mh-letter-mode): Derive from text-mode.
10322 This implicitly means that it now calls kill-all-local-variables.
10323 Also remove the Emacs-18 compatibility code.
10324
a8add29d
SM
10325 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
10326 Make use of symbol-property doc-string-elt.
10327 Use memq rather than a sequence of eq.
10328 (doc-string-elt): Fix the wrong or missing previously unused values.
10329 (autoload-print-form): New function extracted from
10330 generate-file-autoloads to allow recursion when handling progn
10331 so that defvar's and defun's docstrings are properly printed.
10332 (generate-file-autoloads): Use it.
10333
d5b037c5
SM
10334 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
10335 Use find-file-hooks in the minor-mode function.
10336 Be careful not to loop indefinitely in the post-command-hook function.
10337
560ef11a 103382000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
bff71087 10339
1969fae2 10340 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
560ef11a 10341 tty's.
1969fae2 10342 * ediff-diff.el (ediff-exec-process): Use --binary for fine
d5b037c5 10343 differences whenever appropriate.
1969fae2
GM
10344 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
10345 * viper.el (find-file, find-file-other-window): Get viper to do
bff71087
RV
10346 wildcards.
10347
b5bbbb76
SM
103482000-06-04 Stefan Monnier <monnier@cs.yale.edu>
10349
d5b037c5
SM
10350 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
10351 (jit-lock-fontify-buffer): New function for JIT refontification.
10352 (jit-lock-mode): Fix docstring.
10353 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
10354 Remove jit-lock-after-change from the _local_ hook.
10355 (jit-lock-function-1): Fix docstring.
10356
10357 * info.el (Info-on-current-buffer): Initialize info.
10358
10359 * newcomment.el (comment-indent): Ignore comment-indent-hook.
10360
10361 * progmodes/tcl.el (tcl-indent-for-comment):
10362 Ignore comment-indent-hook.
10363
10364 * emacs-lisp/easy-mmode.el: Require CL during compilation.
10365 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
b5bbbb76
SM
10366 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
10367 and improve to use the lighter to guess the capitalization.
10368 (define-minor-mode): Inline code from easy-mmode-define-toggle.
10369 Add keyword arguments to specify global-ness or the custom group.
10370 Add local-map and help-echo properties to the lighter.
10371 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
d5b037c5 10372 (easy-mmode-define-global-mode): New macro.
b5bbbb76 10373
bfa6c260
DL
103742000-06-02 Dave Love <fx@gnu.org>
10375
10376 * wid-edit.el: byte-compile-dynamic since we typically don't use
10377 all the widgets. Don't require cl or widget. Remove
10378 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
10379 (widget-read-event): Removed. Callers changed to use read-event.
10380 (widget-button-release-event-p): Renamed from
10381 button-release-event-p.
10382 (widget-field-add-space, widget-field-use-before-change):
10383 Uncustomize.
10384 (widget-specify-field): Use keymap property, not local-map.
10385 (widget-specify-button): Obey :suppress-face.
10386 (widget-specify-insert): Use modern backquote syntax.
10387 (widget-image-directory): Renamed from widget-glyph-directory.
10388 (widget-image-enable): Renamed from widget-glyph-enable.
10389 (widget-image-find): Replaces widget-glyph-find.
10390 (widget-button-pressed-face): Move defvar.
10391 (widget-image-insert): Replaces widget-glyph-insert.
10392 (widget-convert): Use keywordp.
10393 (widget-leave-text, widget-children-value-delete): Use mapc.
10394 (widget-keymap): Remove XEmacs stuff.
b5bbbb76 10395 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
bfa6c260
DL
10396 (widget-button-click): Don't set point at the click, but re-centre
10397 if we scroll out of window. Rewritten for images v. glyphs &c.
10398 (widget-tabable-at): Use POS arg, not point.
10399 (widget-beginning-of-line, widget-end-of-line)
10400 (widget-item-value-create, widget-sublist, widget-princ-to-string)
10401 (widget-sexp-prompt-value, widget-echo-help): Simplify.
10402 (widget-default-create): Use widget-image-insert; some rewriting.
10403 (widget-visibility-value-create)
10404 (widget-push-button-value-create, widget-toggle-value-create): Use
10405 widget-image-insert.
10406 (checkbox): Create on and off images dynamically.
10407 (documentation-link): Change :help-echo.
10408 (widget-documentation-link-echo-help): Remove.
10409
3837de12
SM
104102000-06-02 Stefan Monnier <monnier@cs.yale.edu>
10411
10412 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
10413
10414 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
10415 (easy-mmode-define-toggle, define-minor-mode): Use it.
10416 (easy-mmode-define-keymap): Docstring fix.
10417 (define-derived-mode): Default PARENT to fundamental-mode.
10418 Add the derived-mode-parent symbol-property.
10419 (easy-mmode-derived-mode-p): New function.
10420
90aa4ea8
DL
104212000-06-02 Dave Love <fx@gnu.org>
10422
37193ee6
DL
10423 * files.el (convert-standard-filename): Doc fix.
10424 (normal-backup-enable-predicate): New function.
10425 (backup-enable-predicate): Use it to replace the lambda form.
10426
10427 * calendar/todo-mode.el: [This needs more work on the outline
10428 stuff.] Doc fixes.
10429 (todo) <defgroup>: Add :version.
10430 (todo-add-category): Don't use pushnew.
10431 (todo-cmd-raise): Fix typo.
10432 (todo-top-priorities): Change temp buffer name.
10433 (todo-category-alist): Avoid redundant lambda.
3837de12
SM
10434 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
10435 Use outline-next-heading.
37193ee6 10436
90aa4ea8
DL
10437 * autoarg.el: Rewritten to use define-minor-mode.
10438 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
10439 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
10440
2e54623a
KH
104412000-06-02 Kenichi Handa <handa@etl.go.jp>
10442
10443 * isearch.el (isearch-other-meta-char): Fix previous change.
10444
c5def0db
SM
104452000-06-01 Stefan Monnier <monnier@cs.yale.edu>
10446
3837de12
SM
10447 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
10448 (log-edit-done): Only add the comment to the ring if it's different
10449 from the last comment entered.
10450
c5def0db
SM
10451 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
10452
2330c9d4
DL
104532000-06-01 Dave Love <fx@gnu.org>
10454
10455 * hl-line.el: Rewritten using define-minor-mode.
10456
10457 * help.el (describe-function-1): Distinguish special form from
10458 builtin function. Sanity-check presence of arglist for builtins.
10459
6e5dfc31
KH
104602000-06-01 Kenichi Handa <handa@etl.go.jp>
10461
4dc1225b
KH
10462 * international/characters.el: Fix syntax/category setting of
10463 Tibetan characters.
10464
10465 * language/tibet-util.el (tibetan-add-components): Fixes for new
10466 encoding of Tibetan characters.
10467 (tibetan-decompose-precomposition-alist): New variable.
10468 (tibetan-decompose-region): Convert precomposed characters to
10469 non-precomposed characters.
10470 (tibetan-decompose-string): Likewise.
10471 (tibetan-composition-function): Fix args to
10472 thibetan-compose-string.
10473
10474 * language/tibetan.el (tibetan-composable-pattern): More
10475 characters included.
10476 (tibetan-consonant-transcription-alist): Rule for "R" added.
10477 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
10478 "+R" added.
10479 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
10480
eadef5e6
KH
10481 * language/lao-util.el (lao-composition-function): Fix args to
10482 compose-string.
10483
10484 * language/thai-util.el (thai-composition-function): Fix args to
10485 compose-string.
10486
6e5dfc31 10487 * isearch.el (isearch-update): Set disable-point-adjustment to t
6389e4ab
KH
10488 to prevent the point moving to the end of a composition when a
10489 part of a composition is searched.
6e5dfc31
KH
10490 (isearch-other-meta-char): If the key invoking this command can be
10491 mapped by function-key-map to a printing char, call
10492 isearch-process-search-char directly.
10493
2598a293
SM
104942000-06-01 Stefan Monnier <monnier@cs.yale.edu>
10495
10496 * emacs-lisp/bytecomp.el:
10497 * frame.el:
10498 * international/mule-cmds.el:
10499 * international/mule-util.el:
10500 * international/mule.el:
10501 * mouse.el:
10502 * subr.el:
10503 * faces.el: Update calls to make-obsolete with a WHEN argument.
10504
10505 * byte-run.el (make-obsolete, make-obsolete-variable):
10506 Add an optional WHEN argument and change the format of the
bff71087 10507 symbol-property information.
2598a293
SM
10508 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
10509 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
10510 new obsolete-symbol-property format and print WHEN if it is provided.
10511
28d8dff1
DL
105122000-05-31 Dave Love <fx@gnu.org>
10513
10514 * loadhist.el (loadhist-hook-functions): Remove
10515 before-change-function, after-change-function.
10516 (unload-feature): Deal with symbols which are both bound and
10517 fbound.
10518
10519 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
10520 before-change-function, after-change-function.
10521
10522 * simple.el (newline): Don't bind before-change-function,
10523 after-change-function.
10524
7f565d87
RV
105252000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
10526
10527 * whitespace.el (whitespace-rescan-timer-time): Update interval
10528 set to 600 seconds (10 minutes) instead of 60 seconds since
10529 a large number of whitespace buffers causes emacs to `freeze'
10530 for a considerable amount of time.
10531
bff71087 10532 * whitespace.el: Updated email address
7f565d87 10533
a8d693d8
DL
105342000-05-31 Dave Love <fx@gnu.org>
10535
10536 * add-log.el (change-log-font-lock-keywords) <function>: Add
10537 pattern for function of change.
10538 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
10539 acknowledgements patterns.
10540
a50192e7
KH
105412000-05-31 Kenichi Handa <handa@etl.go.jp>
10542
10543 * isearch.el (isearch-printing-char): If keyboard coding system is
10544 being used, call isearch-process-search-multibyte-characters.
10545
10546 * international/isearch-x.el: Mostly rewritten.
10547
10548 * international/quail.el (quail-start-conversion): Don't include
10549 unhandled events in the returned events, but set them in
10550 unread-command-events. Exit if all inputs are deleted.
10551
7e492772
JR
105522000-05-30 Jason Rumney <jasonr@gnu.org>
10553
10554 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
10555
10556 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
10557 Reenable code to create initial fontsets.
10558 Use set-fontset-font in place of put-charset-property.
10559
10fc3187
GM
105602000-05-30 Gerd Moellmann <gerd@gnu.org>
10561
79148ea7
GM
10562 * progmodes/perl-mode.el (perl-indent-line): When looking for a
10563 label, ensure that the first colon isn't followed by another.
10564
10565 * paths.el (Info-default-directory-list): Doc fix.
10566
086d5b87
GM
10567 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
10568 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
10569 send a query containing USER only, not USER@HOST.
10570
10fc3187
GM
10571 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
10572 and rmail-msgend to compute the restriction at the end, instead of
10573 computing it.
10574
49e70dec
GM
105752000-05-29 Gerd Moellmann <gerd@gnu.org>
10576
66254a13
GM
10577 * dabbrev.el (dabbrev-expand): Don't display messages in the
10578 echo area if the minibuffer window is active.
10579
49e70dec
GM
10580 * jit-lock.el (jit-lock-mode): Add after change function to
10581 local hook.
10582
105832000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
10584
10585 * antlr-mode.el: New commands: hide/unhide actions,
10586 upcase/downcase literals.
10587 (antlr-tiny-action-length): New user option.
10588 (antlr-hide-actions): New command. Suggested by
10589 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
7f565d87 10590 (antlr-mode-map): New binding [C-c C-v].
49e70dec
GM
10591 (antlr-mode-menu): New entries.
10592 (antlr-downcase-literals): New command.
10593 (antlr-upcase-literals): Ditto.
10594
10595 * antlr-mode.el: Minor changes: indendation, mode-name.
10596 (antlr-indent-line): Indent cpp directive at column 0.
10597 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
10598
10599 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
10600 (antlr-font-lock-additional-keywords): Workaround for intentional
10601 bug in XEmacs version of font-lock.
10602 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
10603 be used by a smarter version of `buffers-menu-grouping-function'.
10604
106052000-05-29 Gerd Moellmann <gerd@gnu.org>
10606
10607 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
10608 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
10609
49f93684
KH
106102000-05-29 Kenichi Handa <handa@etl.go.jp>
10611
10612 * international/encoded-kb.el
10613 (encoded-kbd-iso2022-designation-map): Pay attention to that
10614 charset-iso-final-char return -1 for eight-bit-control and
10615 eight-bit-graphic.
10616
5b1ae051
EZ
106172000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
10618
10619 * speedbar.el (speedbar-use-images, speedbar-update-flag)
10620 (speedbar-easymenu-definition-base): Use display-graphic-p where
10621 available, instead of window-system.
10622
a205e32a
EZ
106232000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
10624
10625 * international/codepage.el (cp-coding-system-for-codepage-1): Add
10626 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
10627 coding systems.
10628
dd854dc2
DL
106292000-05-26 Dave Love <fx@gnu.org>
10630
c88a85d5
DL
10631 * disp-table.el (standard-display-underline): Don't use
10632 internal-find-face.
10633
dd854dc2
DL
10634 * mail/reporter.el: Maintainer change. Doc fixes.
10635 (reporter-version): Deleted.
10636
10637 * emacs-lisp/elp.el: Maintainer change.
10638 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
10639
dc29aa6c
SM
106402000-05-26 Stefan Monnier <monnier@cs.yale.edu>
10641
10642 * add-log.el (add-change-log-entry): Merge the current entry with the
10643 previous one if the previous one is empty.
10644
ed62683d
DL
106452000-05-26 Dave Love <fx@gnu.org>
10646
4370a375
DL
10647 * loadhist.el (unload-feature): Fix interactive spec [from
10648 lijnzaad@ebi.ac.uk].
10649
ed62683d
DL
10650 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
10651 subr-arity to check primitives.
10652 (byte-compile-flush-pending, byte-compile-file-form-progn)
10653 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
10654 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
10655 mapcar.
10656
ba9f8f95
KH
106572000-05-26 Kenichi Handa <handa@etl.go.jp>
10658
0f3e0672
KH
10659 * international/fontset.el: Set family names of non-latin charsets
10660 in default fontset to "*".
10661
cebefb44
KH
10662 * international/mule-diag.el (print-fontset): Combine family part
10663 and registry part of the fontname by "-*-" instead of "-".
10664
ba9f8f95
KH
10665 * international/mule-cmds.el (encode-coding-char): Make strings
10666 multibyte before calling encode-coding-string.
10667
931d0724
SM
106682000-05-25 Stefan Monnier <monnier@cs.yale.edu>
10669
10670 * derived.el: Fix keywords.
8ccce2b0 10671 (define-derived-mode): Only define if needed.
931d0724
SM
10672
10673 * simple.el (fill-comment, comment-column, comment-start)
10674 (comment-start-skip, comment-end, comment-indent-function)
10675 (block-comment-start, block-comment-end, indent-for-comment)
10676 (set-comment-column, kill-comment, comment-padding, comment-region)
10677 (comment-multi-line, indent-new-comment-line): Remove.
10678
10679 * bindings.el (esc-map): Change ; to comment-dwim and use the new
10680 function names for comment operations.
10681
10682 * newcomment.el: Add abundant autoload cookies.
10683 (comment-style): Don't depend on runtime data at compile-time.
10684 (comment-indent-hook): Remove.
10685 (comment-indent): Check if comment-indent-hook is bound.
10686 (comment-region): Docstring fix.
10687
6fc596cf
DL
106882000-05-25 Dave Love <fx@gnu.org>
10689
10690 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
10691 byte-code-function-p.
10692
10693 * mail/rmailsum.el: Add provide.
10694
10695 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
10696
10697 * smerge-mode.el (smerge-diff-switches): Don't use list* in
10698 defcustom.
10699
7997f1ca 107002000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 10701
7997f1ca
MK
10702 * ediff-diff.el (ediff-exec-process): delete --binary option from
10703 non-buffer ediff jobs.
7f565d87 10704
e7a903e8
EZ
107052000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10706
10707 * hilit-chg.el (highlight-changes-mode): Ask about color or
10708 grayscale support, not about window-system.
10709
10710 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
10711 window-system.
10712 (ffap-highlight): Always default to t.
10713
10714 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
10715 display-popup-menus-p instead of looking at window-system.
10716
10717 * disp-table.el (standard-display-g1, standard-display-graphic):
10718 Only refuse to use string glyphs on X and MS-Windows.
10719
10720 * avoid.el: Remove window-system from commentary, suggest to use
10721 display-*-p instead.
10722
10723 * apropos.el (apropos-print): Use display-mouse-p instead of
10724 window-system.
10725
14028d57
EZ
107262000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10727
10728 * international/codepage.el (cp-decoding-vector-for-codepage):
10729 Fill up unsupported characters with their own codes. From Kenichi
10730 Handa.
10731
1a4f9cc1
EZ
107322000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10733
10734 * international/mule-diag.el (describe-char-after): Use
10735 display-graphic-p instead of window-system, so that this function
10736 works on MS-DOS.
10737
89f6ca4e
EZ
107382000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10739
10740 * international/codepage.el (cp-make-coding-systems-for-codepage):
10741 Remove the eight-bit-graphic and eight-bit-control charsets from
10742 the list of charsets which we convert into `?'.
10743
eacfd7fe
KH
107442000-05-25 Kenichi Handa <handa@etl.go.jp>
10745
10746 * international/mule-conf.el: Specify CHARSET-ID explicitely for
10747 private charsets.
10748 (mule-unicode-0100-24ff, japanese-jisx0213-1,
10749 japanese-jisx0213-2): New charsets.
10750
10751 * international/fontset.el: Setup default fontset for new charsets.
10752
deadf7e3
DL
107532000-05-24 Dave Love <fx@gnu.org>
10754
10755 * info.el (Info-find-node-2): Restructure [following "Vadim
10756 S. Solomin" <sovs@uic.nnov.ru>].
10757
10758 * icomplete.el: Fix header for Finder.
10759
107602000-05-24 Eric M. Ludlam <zappo@ultranet.com>
10761
10762 * rmailout.el (rmail-output-to-rmail-file): Added optional param
10763 STAY.
10764
10765 * rmail.el (rmail-automatic-folder-directives): New user variable.
10766 (rmail-show-message): Add call to `rmail-auto-file' during
10767 display.
10768 (rmail-auto-file): New function.
10769
6de3983f 107702000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 10771
fc6a6a4e 10772 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
6de3983f 10773 account.
fc6a6a4e
GM
10774 (ediff-test-utility,ediff-diff-mandatory-option)
10775 (ediff-reset-diff-options): Utilities for proper initialization of
6de3983f 10776 ediff-diff-options and ediff-diff3-options on Windows.
7f565d87 10777
fc6a6a4e 10778 * ediff-init.el (ediff-merge-filename-prefix): New customizable
6de3983f 10779 variable.
7f565d87 10780
fc6a6a4e 10781 * ediff-mult.el (ediff-filegroup-action): Use
6de3983f
MK
10782 ediff-merge-filename-prefix.
10783
fc290d1d
MK
107842000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
10785
fc6a6a4e 10786 * viper-ex.el (ex-write): Set selective display to nil.
7f565d87 10787
273182b8
EZ
107882000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
10789
10790 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
10791 aliases for hebrew-iso-8bit.
10792
f471ea57
EZ
107932000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
10794
10795 * woman.el: New version from Francis J. Wright
10796 <F.J.Wright@Maths.QMW.ac.uk>.
10797 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
10798 names in environment variables regardless of the path separator.
10799 (woman-topic-all-completions-1): Don't call file-name-directory-p
10800 on all files, since woman-file-regexp already filters out any
10801 directories.
10802
01162f24
KH
108032000-05-24 Kenichi Handa <handa@etl.go.jp>
10804
48e3df76
KH
10805 * international/quail.el (quail-start-translation): Don't change
10806 modified-p of the current buffer.
10807 (quail-start-conversion): Likewise.
10808
10809 * international/kkc.el (kkc-region): Don't change modified-p of
10810 the current buffer.
10811
747d90ea
KH
10812 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
10813 conform to RFC1468.
10814 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
01162f24 10815
17a223ff
EL
108162000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
10817
10818 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
10819 (speedbar-insert-button): Invisible text property fix.
10820 (speedbar-directory-plus): Renamed from speedbar-directory-+
10821 (speedbar-directory-minus): Renamed from speedbar-directory--
10822 (speedbar-page-plus): Renamed from speedbar-file-+
10823 (speedbar-page-minus): Renamed from speedbar-file--
10824 (speedbar-page): Renamed from speedbar-file-
10825 (speedbar-tag): Renamed from speedbar-tag-
10826 (speedbar-tag-plus): Renamed from speedbar-tag-+
10827 (speedbar-tag-minus): Renamed from speedbar-tag--
10828 (speedbar-expand-image-button-alist): Use above renames.
10829
10830 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
10831 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
10832 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
10833 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
10834 * sb-pg.xpm: Renamed from sb-file.xpm
10835 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
10836 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
7f565d87 10837
e6b6fc18
KH
108382000-05-24 Kenichi Handa <handa@etl.go.jp>
10839
10840 * international/quail.el (quail-show-guidance-buf): Set
10841 current-input-method of the guidance buffer to the name of the
10842 curren input method.
10843
a1a336eb
SM
108442000-05-23 Stefan Monnier <monnier@cs.yale.edu>
10845
10846 * progmodes/compile.el (compile-internal): Style typo.
10847
10848 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
10849 quote vars and functions in the docstring.
10850
10851 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
10852
10853 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
10854 Don't quote lambdas.
10855
10856 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
10857
9695b783
GM
108582000-05-23 Gerd Moellmann <gerd@gnu.org>
10859
716e3b88
GM
10860 * startup.el (command-line): Determine source file of compiled
10861 user init file differently. Warn if compiled user init file
10862 is older than its source file.
10863
9695b783 10864 * ffap.el (ffap-url-regexp): Add `https'.
7f565d87 10865
41ac433f
EZ
108662000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
10867
10868 * files.el (make-backup-file-name-1): Replace slashes with `!'
10869 rather than `|' (which is not allowed on Windows). Replace the
10870 drive letters with a string "drive_X".
10871
46600ab1
GM
108722000-05-23 Gerd Moellmann <gerd@gnu.org>
10873
10874 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
10875
10876 * files.el (interpreter-mode-alist): Add `bash2'.
10877
79a64d87
DL
108782000-05-22 Dave Love <fx@gnu.org>
10879
10880 * loadhist.el (feature-symbols, file-provides, file-requires): Use
10881 mapc.
10882 (feature-file): Avoid calling symbol-name. Doc fix.
10883 (file-set-intersect, file-dependents): Use dolist, not mapcar.
10884 (loadhist-hook-functions): Add mouse-position-function.
10885 (unload-feature): Change uses of mapcar.
10886
10887 * files.el (parse-colon-path): Doc fix.
10888 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
10889 (set-auto-mode): Use mapc.
10890
10891 * complete.el (PC-look-for-include-file): Use :alnum: character
10892 class.
10893 (partial-completion-mode): Add autoload cookie.
10894
0e8c11d8
SS
108952000-05-22 Sam Steingold <sds@gnu.org>
10896
ce75fd23 10897 * info.el (Info-fontify-node): Fixed the call to
0e8c11d8
SS
10898 `add-text-properties' (bug introduced on 2000-05-18).
10899
d8d0fa6c
DL
109002000-05-22 Dave Love <fx@gnu.org>
10901
10902 * bindings.el: Remove debug-ignored-errors set in other files.
10903
10904 * progmodes/etags.el: Add to debug-ignored-errors.
10905 (visit-tags-table-buffer): Clear out buffers holding old tables
10906 when making a new list.
10907 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
10908 mapc.
10909
10910 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
10911 quote keywords.
10912 (cmpl-string-case-type): Use character classes.
10913
0e8c11d8
SS
10914 * comint.el:
10915 * textmodes/ispell.el:
10916 * imenu.el:
d8d0fa6c
DL
10917 * mail/mh-e.el:
10918 * progmodes/compile.el: Add to debug-ignored-errors.
10919
10920 * dabbrev.el: Add to debug-ignored-errors.
10921 (dabbrev-completion): Use mapc.
10922
1edbbf8a
EZ
109232000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
10924
10925 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
10926 (woman-mapcan, woman-parse-man.conf)
10927 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
10928 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
10929 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
10930 path syntax better.
10931 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
10932 (woman-manpath): Call woman-parse-man.conf.
10933 (woman-emulation): New defcustom, defaults to nroff.
10934 (woman-font-support): New defconst.
10935 (woman-use-symbol-font): New defcustom.
10936 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
10937 "Emulation".
10938 Many functions: Doc fix.
10939
5bd2148c
KH
109402000-05-22 Kenichi Handa <handa@etl.go.jp>
10941
10942 * international/quail.el (quail-simple-translation-keymap): Map
10943 128..255 to quail-self-insert-command.
10944 (quail-keyboard-layout-alist): Add definition for "pc102-de".
10945
4125ec7e
SM
109462000-05-22 Stefan Monnier <monnier@cs.yale.edu>
10947
a1a336eb
SM
10948 * help.el (help-manyarg-func-alist): Typo.
10949
40aeecad
SM
10950 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
10951 intervals which makes it heaps simpler.
10952
4125ec7e
SM
10953 * newcomment.el (comment-region-internal): Go back to BEG after quoting
10954 the nested comment markers.
e4da9c1c
SM
10955
10956 * subr.el (remove-hook): Don't turn the hook's value into a list.
10957
cb7216a7
DL
109582000-05-21 Dave Love <fx@gnu.org>
10959
ac266581
DL
10960 * edmacro.el (edmacro-parse-keys): Return vector if any elements
10961 are invalid characters.
10962
cb7216a7
DL
10963 * international/mule-util.el (detect-coding-with-priority): Use
10964 mapc. Remove redundant lambda.
10965
10966 * international/mule-diag.el (list-non-iso-charset-chars)
10967 (describe-fontset): Remove redundant lambda.
10968
10969 * emulation/crisp.el (brief-mode): New alias.
10970
10971 * emacs-lisp/ring.el (ring-elements): New function.
10972
10973 * emacs-lisp/easymenu.el (easy-menu-create-menu)
10974 (easy-menu-do-add-item): Use keywordp.
10975
10976 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
10977
10978 * replace.el: Doc and error message fixes.
10979 (replace-highlight): Use facep, not internal-find-face.
10980
9b0d1d6e
SM
109812000-05-20 Stefan Monnier <monnier@cs.yale.edu>
10982
b2d2cf58
SM
10983 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
10984
ffe7dc64
SM
10985 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
10986 (log-edit-insert-changelog): Drop `:' as well.
10987
10988 * log-view.el: Fix file description.
10989 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
10990 available.
10991 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
10992 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
10993
c8c21615
SM
10994 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
10995 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
10996 Print a status message if the toggle is called interactively.
10997 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
10998 for global minor modes and use `defcustom' for them.
10999 Use add-minor-mode.
11000 (easy-mmode-define-derived-mode): Remove.
11001 (define-derived-mode): Fancier default docstring.
11002 (easy-mmode-define-navigation): Signal an error rather than (ding).
11003
9b0d1d6e
SM
11004 * newcomment.el (comment-styles): New `box-multi'.
11005 (comment-normalize-vars): Better default for comment-continue to
11006 avoid whitespace-only continuations.
11007 (comment-search-forward): Always move even in the no-syntax case.
11008 (comment-padright): Only obey N if it's only obeyed for padleft.
11009 (comment-make-extra-lines): Better handling of empty continuations.
11010 Use `=' for the filler if comment-start has only one character.
11011 (uncomment-region): Try handling the special `=' filler.
11012 (comment-region): Allow LINES even if MULTI is nil.
11013 (comment-box): Choose box style based on comment-style.
11014
f5ee6d0f
KH
110152000-05-20 Kenichi Handa <handa@etl.go.jp>
11016
9b0d1d6e 11017 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
f5ee6d0f
KH
11018 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
11019
c9671f81
KH
110202000-05-20 Kenichi HANDA <handa@etl.go.jp>
11021
11022 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
11023 and insert, not subst-char-in-region.
11024
11025 * international/mule-diag.el (list-character-sets-1): Handle
11026 charsets eight-bit-control and eight-bit-graphic.
11027 (list-iso-charset-chars): Likewise.
11028 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
11029 charactes as is. Use indent-to to align characters.
11030
11031 * international/mule-cmds.el (find-multibyte-characters): Never
11032 exclude charsets eight-bit-control and eight-bit-graphic.
11033
1426aa5c
SM
110342000-05-19 Stefan Monnier <monnier@cs.yale.edu>
11035
11036 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
11037 Don't quote lambdas.
11038
11039 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
11040
2b63d473
GM
110412000-05-19 Gerd Moellmann <gerd@gnu.org>
11042
11043 * gud.el (gud-jdb-directories): Doc fix.
11044
f1355756
SM
110452000-05-19 Stefan Monnier <monnier@cs.yale.edu>
11046
11047 * newcomment.el: New file.
11048
5f64c9e0
GM
110492000-05-19 Gerd Moellmann <gerd@gnu.org>
11050
2b63d473 11051 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
5f64c9e0 11052
db7314bd
AS
110532000-05-18 Andreas Schwab <schwab@suse.de>
11054
11055 * dired.el (dired-between-files): Also skip lines beginning with
11056 `used'.
11057
25bb0401
GM
110582000-05-18 Gerd Moellmann <gerd@gnu.org>
11059
11060 * msb.el (msb-menu-cond): Add choice `user'.
11061
a199a865 110622000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
0e8c11d8 11063
a199a865
GM
11064 * ps-print.el: Compatibility, customization and doc fix.
11065 (ps-printer-name-option): Replace defconst by defvar.
11066 (ps-postscript-code-directory): XEmacs compatibility.
11067 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
11068 fix.
11069 (ps-user-defined-prologue, ps-print-prologue-header)
11070 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
11071 compatibility and code fix.
11072 (ps-print-background-image, ps-print-background-text):
11073 Customization fix.
11074 (ps-line-number-start, ps-n-up-on): New vars.
11075
25bb0401
GM
110762000-05-18 Espen Skoglund <esk@ira.uka.de>
11077
11078 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
11079 the indent-comment function to just return the appropriate indent.
11080
68e6c83a
EL
110812000-05-18 Eric M. Ludlam <zappo@ultranet.com>
11082
11083 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
11084 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
11085 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
11086
dae6cb9f
DL
110872000-05-18 Dave Love <fx@gnu.org>
11088
11089 * info.el (Info-fontify-node): Add intangible property as well as
11090 invisible.
11091
11092 * calendar/appt.el (appt-make-list): Match all lines of entry.
11093 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
11094
813086ea
KH
110952000-05-18 Kenichi Handa <handa@etl.go.jp>
11096
11097 * international/mule-diag.el (describe-char-after): Call
11098 internal-char-font, not char-font. If internal-char-font returns
11099 nil, display "-- none --".
11100
24978190
EZ
111012000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
11102
11103 * image.el (image-type-available-p): Don't reference image-types
11104 if it isn't bound.
11105
2fca2d5d
SM
111062000-05-17 Stefan Monnier <monnier@cs.yale.edu>
11107
11108 * autoarg.el (autoarg-mode): Typo in the :set argument.
11109
cfc75d05
EZ
111102000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
11111
11112 * startup.el (command-line-1): Don't signal an error if the
11113 directory for auto-save-list files does not yet exist.
11114
c4e30387
KH
111152000-05-17 Kenichi Handa <handa@etl.go.jp>
11116
11117 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
11118
dd6b8ea7
SM
111192000-05-16 Stefan Monnier <monnier@cs.yale.edu>
11120
11121 * subr.el (remove-hook): `setq' hook-value, not `set'.
11122
399c88ad
SS
111232000-05-16 Sam Steingold <sds@gnu.org>
11124
a199a865 11125 * info.el (debug-ignored-errors): More errors to ignore.
399c88ad 11126
01651f07
DL
111272000-05-16 Dave Love <fx@gnu.org>
11128
11129 * cus-edit.el: Don't require cl or easymenu.
11130 (custom-variable-prompt): Test standard-value property, not
11131 user-variable-p.
11132
2248c40d
SS
111332000-05-16 Sam Steingold <sds@gnu.org>
11134
11135 * subr.el (add-hook): `setq' hook-value, not `set'.
11136
b15f3b77
GM
111372000-05-16 Gerd Moellmann <gerd@gnu.org>
11138
11139 * startup.el (command-line-1): Mention the FAQ in the startup
11140 message.
11141
11142 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
11143
11144 * progmodes/compile.el (compilation-parse-errors): Collect
11145 `nomessage' regexps last.
11146
11147 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
11148
11149 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
11150 to the function name.
11151
f9bbcfac
EL
111522000-05-15 Dave Love <fx@gnu.org>
11153
11154 * speedbar.el (speedbar-recenter): Typo.
11155 (speedbar-expand-line): Make arg optional.
11156 (speedbar-mode): Avoid a compiler warning.
11157
119b42eb
GM
111582000-05-15 Gerd Moellmann <gerd@gnu.org>
11159
11160 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
11161 user-specified option string is empty.
11162
11163 * mouse.el (mouse-yank-at-click): Doc fix.
11164
f685bea9
EZ
111652000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
11166
11167 * term/internal.el (IT-character-translations): More updates of
11168 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
11169 documents.
11170
a1b8d58b
GM
111712000-05-15 Gerd Moellmann <gerd@gnu.org>
11172
11173 * env.el (getenv): New function, interactively callable.
11174 (setenv, getenv): Remove autoload cookies.
11175
11176 * loadup.el: Load `env'.
11177
11178 * progmodes/f90.el: Change author's mail address.
11179
c9bba7ed
DL
111802000-05-14 Dave Love <fx@gnu.org>
11181
e5c83697
DL
11182 * mail/rmail.el (rmail-show-message-hook): Customize and offer
11183 goto-addr as an option.
11184
11185 * help.el (help-xref-stack): Doc fix.
11186 (help-xref-following): New variable.
11187 (help-make-xrefs): Use it.
11188 (help-xref-go-back): Use position information from stack element.
11189 (help-follow): Make position in stack element a pair. Use
11190 help-xref-following.
399c88ad 11191
e5c83697
DL
11192 * autoarg.el: New file.
11193
11194 * faces.el: Declare more functions obsolete.
11195
c9bba7ed
DL
11196 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
11197 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
11198 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
11199 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
11200 Remove all the setup-...-environment functions.
11201
b6389bfb
EL
112022000-05-13 Eric M. Ludlam <zappo@ultranet.com>
11203
a1b8d58b
GM
11204 * speedbar.el: Updated the commentary section. xemacs20p now uses
11205 >= when detecting. Require `defimage' safely.
b6389bfb
EL
11206 (speedbar-easymenu-definition-base): Add toggle for images.
11207 (speedbar-easymenu-definition-special): Add flush cache & expand.
11208 (speedbar-visiting-tag-hook): Set new defaults. Added options.
11209 (speedbar-reconfigure-keymaps-hook): New variable.
11210 (speedbar-frame-parameters): Updated documentation.
11211 (speedbar-use-imenu-flag): Updated custom tag
11212 (speedbar-dynamic-tags-function-list): New variable.
11213 (speedbar-tag-hierarchy-method): Updated doc & custom.
a1b8d58b
GM
11214 (speedbar-indentation-width, speedbar-indentation-width) New
11215 variables.
11216 (speedbar-hide-button-brackets-flag): Customizable.
b6389bfb
EL
11217 (speedbar-vc-indicator): Doc update.
11218 (speedbar-ignored-path-expressions): Updated default value.
11219 (speedbar-supported-extension-expressions): Updated default value.
11220 (speedbar-syntax-table): Remove {} paren status.
a1b8d58b
GM
11221 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
11222 as "+". Added overlay aliases.
11223 (speedbar-mode): Use `speedbar-mode-line-update' instead of
11224 `force-mode-line-update'.
11225 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
11226 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
11227 `mouse-set-point'
b6389bfb 11228 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
a1b8d58b
GM
11229 (speedbar-item-info-tag-helper): Revamped to handle a wider range
11230 of arbitrary text, and new helper functions.
11231 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
11232 filename finder.
b6389bfb
EL
11233 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
11234 (speedbar-directory-buttons): Update path search/expansion.
11235 (speedbar-make-tag-line): Pay attention to
a1b8d58b
GM
11236 `speedbar-indentation-width'. Use more care w/ invisible
11237 properties.
b6389bfb
EL
11238 (speedbar-change-expand-button-char): Call
11239 `speedbar-insert-image-button-maybe'.
11240 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
a1b8d58b
GM
11241 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
11242 (speedbar-trim-words-tag-hierarchy)
11243 (speedbar-simple-group-tag-hierarchy): New functions
b6389bfb 11244 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
a1b8d58b
GM
11245 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
11246 functions.
b6389bfb
EL
11247 (speedbar-mouse-set-point): New function
11248 (speedbar-power-click): Updated documentation.
a1b8d58b
GM
11249 (speedbar-line-token, speedbar-goto-this-file): Handle more types
11250 of tag prefix text.
11251 (speedbar-expand-line, speedbar-contract-line): Make more robust
11252 to strange text.
11253 (speedbar-expand-line): Takes universal argument to flush the
11254 cache.
b6389bfb
EL
11255 (speedbar-flush-expand-line): New function.
11256 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
11257 Use new generator insertion method.
11258 (speedbar-fetch-dynamic-tags): New function.
11259 (speedbar-fetch-dynamic-imenu): Removed code now handled in
11260 `speedbar-fetch-dynamic-imenu'.
11261 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
11262 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
11263 "Revert Buffer" menu items.
11264 (speedbar-buffer-buttons-engine): Be smarter when creating a
11265 filename tag (for expansion purposes.).
a1b8d58b
GM
11266 (speedbar-highlight-one-tag-line,
11267 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
11268 (speedbar-recenter): New functions.
b6389bfb 11269 (defimage-speedbar): Image loading abstraction.
a1b8d58b
GM
11270 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
11271 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
11272 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
11273 (speedbar-tag-type, speedbar-tag-mail): New images.
b6389bfb
EL
11274 (speedbar-expand-image-button-alist): New variable.
11275 (speedbar-insert-image-button-maybe): Insert an image over some
11276 buttons.
11277
43fe9244
KH
112782000-05-13 Kenichi Handa <handa@etl.go.jp>
11279
11280 * international/mule-cmds.el (encode-coding-char): An ASCII
11281 character is always encodable.
11282
11283 * international/mule-conf.el: Add more information in descriptions
11284 of character sets.
11285
813086ea 11286 * international/mule-diag.el (describe-char-after): New function.
43fe9244
KH
11287 (describe-font-internal): Adjusted for the change of font-info.
11288 (describe-font): Likewise.
11289 (print-fontset): Rewritten for the new fontset implementation.
11290 (describe-fontset): Include fontset alias names in completion.
11291 (list-fontsets): Adjusted for the change of print-fontset.
11292
11293 * simple.el (what-cursor-position): If DETAIL is non-nil, call
11294 describe-char-after instead of displaying the detail in the echo
11295 area.
813086ea
KH
11296 (syntax-code-table): Format changed.
11297 (string-to-syntax): Adjusted for the above change.
0e8c11d8 11298
e8564f57
SM
112992000-05-12 Stefan Monnier <monnier@cs.yale.edu>
11300
11301 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
11302
9278c60d
DL
113032000-05-12 Dave Love <fx@gnu.org>
11304
11305 * calendar/todo-mode.el: Remove some compatibility stuff and CL
11306 dependence. Use line-{beginning,end}-position, not
11307 point-at{b,e}ol. Some doc fixes.
11308 (todo-position): New function. Fix callers of position to use it.
11309 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
11310
be0505fe
GM
113112000-05-12 Gerd Moellmann <gerd@gnu.org>
11312
11313 * time.el (display-time-mail-icon): Use `:ascent center'.
11314
a8a3541c
GM
11315 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
11316 handling FTP security extensions.
399c88ad 11317
44d5f148
DL
113182000-05-11 Dave Love <fx@gnu.org>
11319
33d0c179 11320 * calendar/todo-mode.el: New file.
44d5f148 11321
da4496b6
GM
113222000-05-11 Gerd Moellmann <gerd@gnu.org>
11323
cdc4401d
GM
11324 * comint.el (comint-read-input-ring): Move reference to
11325 comint-input-ring-size outside of the save-excursion. It was
11326 causing the default value to be the only one ever seen.
399c88ad 11327
0279f991
GM
11328 * font-lock.el: Update copyright. Remove Simon Marshall's email
11329 address on request from him.
11330
da4496b6
GM
11331 * subr.el (substitute-key-definition): Add comment describing
11332 the meaning of PREFIX.
11333
ac5cb26d
SM
113342000-05-10 Stefan Monnier <monnier@cs.yale.edu>
11335
11336 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
11337
11338 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
11339 (add-minor-mode): Don't make the variable buffer-local and add a
11340 reference to define-minor-mode in the docstring.
11341
11342 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
11343 HEADER/FOOTER and fix bug with trailing empty directory.
11344 (cvs-append-to-ignore): Use vc-editable-p if available.
11345 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
11346 (vc-do-command): Tweak advice to handle the new VC.
11347
11348 * log-view.el (log-view-goto-rev): New function for the new VC.
11349 (log-view-minor-wrap): Use mark-active.
11350
11351 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
11352 (log-edit-changelog-full-paragraphs): New var.
11353 (log-edit-insert-changelog): Remove a lonely leading `* file'.
11354 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
11355 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
11356 (log-edit-changelog-ours-p, log-edit-changelog-entries)
11357 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
11358 Replace the `cvs' prefix with `log-edit'.
11359
11360 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
11361
11362 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
11363 (diff-font-lock-defaults): Explicitly turn off multiline.
11364 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
11365 (diff-ediff-patch): Fix call to ediff-patch-file.
11366 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
11367 Handle comments.
11368
11369 * frame.el (automatic-hscrolling): Typo.
11370
11371 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
11372
21c34da3
DL
113732000-05-09 Sam Steingold <sds@goems.com>
11374
11375 * apropos.el (apropos-print): use `describe-face' instead of
11376 `customize-face-other-window'.
11377
950cf06f
DL
113782000-05-09 Dave Love <fx@gnu.org>
11379
11380 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
11381
11382 * help.el (describe-variable): Have customize button pop the
11383 help-xref stack when invoked.
11384 (help-xref-symbol-regexp): Add `face'.
11385 (help-make-xrefs): Check for quoted face names and adapt regexp
11386 submatch numbers to cope.
11387 (help-xref-interned): Maybe insert face doc too. Separate
11388 sections with a line of hyphens.
11389
0623e40f 11390 * faces.el: Some doc fixes. Declare some functions obsolete.
950cf06f
DL
11391 (describe-face): Add customize button. Return the help
11392 text. Fix prompt.
11393
82e2ca9d
EZ
113942000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
11395
11396 * term/internal.el (IT-character-translations): Fix last change.
11397
10c00b5c
EZ
113982000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
11399
11400 * woman.el: New file
11401 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
11402
9deed82f
EZ
114032000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
11404
001ad319
EZ
11405 * term/internal.el (IT-character-translations): Update ASCII
11406 simulations for greek-iso8859-7, add latin-iso8859-14 and
11407 latin-iso8859-15.
11408
9deed82f
EZ
11409 * international/mule-cmds.el (set-language-info-alist): Call
11410 define-prefix-command with 3 arguments, to make the map suitable
11411 for a menu.
11412
4f37b78a
DL
114132000-05-07 Dave Love <fx@gnu.org>
11414
1ec321a7 11415 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
4f37b78a 11416
64a4c526
DL
114172000-05-05 Dave Love <fx@gnu.org>
11418
11419 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
11420 list in doc string. Don't quote keyword symbols.
11421 * emacs-lisp/cl.el: Likewise
11422 * emacs-lisp/cl-seq.el: Likewise
11423
056565f7
GM
114242000-05-05 Gerd Moellmann <gerd@gnu.org>
11425
11426 * abbrev.el (abbrev-mode): Make ARG optional.
11427
4656b314
GM
114282000-05-04 Gerd Moellmann <gerd@gnu.org>
11429
ec82fb2f
GM
11430 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
11431
11432 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
11433
4656b314
GM
11434 * subr.el (substitute-key-definition): Clarify documentation.
11435
114362000-05-04 Milan Zamazal <pdm@freesoft.cz>
11437
11438 * glasses.el (glasses-convert-to-unreadable): Use
11439 `glasses-separator' instead of the hard-wired "_".
11440 (glasses-mode): Call `glasses-make-unreadable' only in a single
11441 place.
11442
7b081c78
EZ
114432000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
11444
11445 * term/internal.el (cjk-codepages-alist): Add associations for
11446 Chinese and Korean codepages. Remove FIXME comment.
11447
baa5536e
DL
114482000-05-03 Dave Love <fx@gnu.org>
11449
11450 * time.el (display-time-mail-face, display-time-use-mail-icon):
11451 New option.
11452 (display-time-mail-icon): New variable.
11453 (display-time-string-forms): Use the above. Fix the local-map.
11454
cbf18892
GM
114552000-05-03 Gerd Moellmann <gerd@gnu.org>
11456
4ff40dd0
GM
11457 * replace.el (query-replace-map): Add binding for `E'.
11458 (query-replace-help): Extend help text.
11459 (perform-replace): Allow editing the replacement string.
11460
11461 * make-mode.el (makefile-mode-abbrev-table): New variable.
11462 (makefile-mode): Set local abbrev table to
11463 makefile-mode-abbrev-table.
11464 (makefile-font-lock-keywords): Fontify includes and conditionals.
399c88ad 11465
cbf18892
GM
11466 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
11467 set TOGGLE's value.
11468
4ff40dd0
GM
11469 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
11470 mail-interactive-insert-alias.
11471 (mail-abbrev-complete-alias): New command.
11472 (mail-mode-map): Bind it to `M-TAB'.
399c88ad 11473
ffec4d9f
KH
114742000-05-03 Kenichi Handa <handa@etl.go.jp>
11475
11476 * language/lao-util.el (lao-compose-region): New function.
11477
1b0672c3
GM
114782000-05-02 Gerd Moellmann <gerd@gnu.org>
11479
576da55d
GM
11480 * files.el (recover-session): Make directories as necessary
11481 if they don't exist yet.
11482
399c88ad
SS
11483 * calendar/cal-french.el
11484 (french-calendar-multibyte-special-days-array)
1b0672c3
GM
11485 (french-calendar-special-days-array): Change French text.
11486 (calendar-french-date-string): Change output.
11487 (calendar-goto-french-date): Likewise.
11488
114892000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
11490
11491 * wid-edit.el (widget-default-active): Obey `:always-active'.
11492 (widget-documentation-string-value-create): Set `:always-active'.
11493
4b33deaa
EZ
114942000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
11495
11496 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
11497 default prefix to `~/_emacs.d/auto-save.list/_s'.
11498 (normal-top-level): Create the directory for auto-save files, if
11499 it doesn't already exist (in the ms-dos case only).
11500
5c922ea7
EZ
115012000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
11502
11503 * international/mule-cmds.el (set-language-environment): Don't
11504 concat an integer (dos-codepage), use format instead.
11505
820ad5e7
DL
115062000-05-02 Dave Love <fx@gnu.org>
11507
11508 * help.el (help-xref-on-pp): Check for constant symbols.
11509
57cb56f5
GM
115102000-04-29 Gerd Moellmann <gerd@gnu.org>
11511
11512 * startup.el (normal-top-level): Put a condition-case around
11513 the code loading subdirs.el.
11514
115152000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
399c88ad 11516
57cb56f5
GM
11517 * ps-print.el: Upside-down and face background color printing,
11518 line number step, doc fix.
11519 (ps-print-version): New version number (5.2).
11520 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
11521 (ps-face-attribute-list, ps-plot-with-face): Code fix.
11522 (ps-spool-config): Var fix.
11523 (ps-printer-name-option): Const fix.
11524 (ps-print-upside-down, ps-use-face-background)
11525 (ps-line-number-step): New vars.
11526 (ps-window-system, ps-lp-system): New consts.
11527 (ps-face-background): New fun.
11528
084cec2f
GM
115292000-04-28 Richard Stallman <rms@gnu.org>
11530
11531 * files.el (make-auto-save-file-name):
11532 Apply auto-save-file-name-transforms to visited file name
11533 before generating auto save file name.
11534 (auto-save-file-name-transforms): New variable.
11535
399c88ad 11536 * files.el (backup-enable-predicate):
084cec2f
GM
11537 Correctly test for a file under a temporary directory.
11538
c94f4677
GM
115392000-04-28 Gerd Moellmann <gerd@gnu.org>
11540
11541 * subr.el (add-minor-mode): Rewritten.
11542
7b211df5
KH
115432000-04-28 Kenichi Handa <handa@etl.go.jp>
11544
11545 * mail/sendmail.el (sendmail-send-it): Set
11546 buffer-file-coding-system to the selected coding system for MIME
11547 header.
11548
c76e04a8 115492000-04-27 Gerd Moellmann <gerd@gnu.org>
e3e36d74 11550
c76e04a8
GM
11551 * dired.el (dired-move-to-filename-regexp): Allow format where
11552 YYYY is followed by two spaces.
e3e36d74 11553
c76e04a8
GM
11554 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
11555 in the second character class of the regexp.
11556
11557 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
11558 mh-etc, too.
353964e3 11559
c76e04a8
GM
11560 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
11561 nil.
399c88ad 11562
353964e3
GM
11563 * subr.el (add-minor-mode): Use `set' instead of `setq'.
11564
11565 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
11566 argument.
11567
c76e04a8 115682000-04-27 Sen Nagata <sen@eccosys.com>
399c88ad 11569
c76e04a8
GM
11570 * emacs-lisp/crm.el (crm-completion-table): New variable.
11571 (crm-collection-fn, crm-test-completion)
11572 (completing-read-multiple): Use it.
11573
115742000-04-27 Dave Love <fx@gnu.org>
11575
11576 * help.el (locate-library): Use mapc.
11577 (help-manyarg-func-alist): Add call-process-region.
11578
7464346d
GM
115792000-04-26 Gerd Moellmann <gerd@gnu.org>
11580
b35bd33d
GM
11581 * subr.el (add-minor-mode): Make argument MAP optional.
11582
7464346d
GM
11583 * desktop.el (desktop-save): Save list of minor modes.
11584 (desktop-create-buffer): Restore minor modes.
11585 (desktop-minor-mode-table): New user-option.
11586
11587 * subr.el (add-minor-mode): New function.
11588
11589 * image.el (find-image): New function.
11590 (defimage): Rewritten to find image at load time.
11591
11592 * startup.el (normal-top-level-add-to-load-path): Handle
11593 case that the default directory is not in load-path.
11594
11595 * help.el: Old patch from Stefan Monnier.
11596 (help-xref-on-pp): New function.
11597 (describe-variable): Use it to display xrefs in a symbol's value.
11598
23c0fb21
SM
115992000-04-26 Stefan Monnier <monnier@cs.yale.edu>
11600
11601 * cus-edit.el (custom-face): Fix parenthesis.
11602
fad95037
KH
116032000-04-26 Kenichi Handa <handa@etl.go.jp>
11604
f03392a1
KH
11605 * mail/rmail.el (rmail-expunge): When there are no deleted
11606 messages, do nothing.
fad95037 11607
0d7c5bb9
DL
116082000-04-26 Dave Love <fx@gnu.org>
11609
11610 * international/mule-cmds.el (locale-translation-file-name):
11611 Defvar to nil.
11612 (set-locale-environment): Set it here (at runtime).
11613
612839b6
GM
116142000-04-25 Gerd Moellmann <gerd@gnu.org>
11615
11616 * replace.el (perform-replace): Add parameters START and END. Use
11617 them instead of the check for a region in Transient Mark mode.
11618 (query-replace-read-args): Return two more list elements for the
11619 start and end of the region in Transient Mark mode.
11620 (query-replace, query-replace-regexp, query-replace-regexp-eval)
11621 (map-query-replace-regexp, replace-string, replace-regexp): Add
11622 optional last arguments START and END and pass them to
11623 perform-replace.
11624
11625 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
11626 form with additional arguments for perform-replace.
11627
11628 * progmodes/etags.el (tags-query-replace): Add parameters START
11629 and END. Construct a form with additional arguments for
11630 perform-replace.
11631
11632 * simple.el (shell-command): Set default directory for "*Shell
11633 Command Output" buffer.
11634
11635 * language/european.el (iso-latin-4): Fix typo.
11636
11637 * emacs-lisp/crm.el: New file.
11638
2917cc05
DL
116392000-04-24 Dave Love <fx@gnu.org>
11640
11641 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
11642 (Custom-reset-saved, Custom-reset-standard)
11643 (custom-group-value-create, custom-group-set, custom-group-save)
11644 (custom-group-reset-current, custom-group-reset-saved)
11645 (custom-group-reset-standard): Use mapc.
11646 (custom-buffer-create-internal): Disable undo when creating items.
11647 Use mapc.
11648 (custom-face): Avoid redundant lambda.
11649
abfcc168
GM
116502000-04-24 Gerd Moellmann <gerd@gnu.org>
11651
11652 * startup.el (auto-save-list-file-prefix): Set default to
11653 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
11654
fa78f71b
SS
116552000-04-24 Sam Steingold <sds@gnu.org>
11656
11657 * time-stamp.el (time-stamp-string-preprocess): Always convert
11658 `field-result' to a string.
11659
cc181e95
GM
116602000-04-24 Gerd Moellmann <gerd@gnu.org>
11661
11662 * frame.el (scrolling): New group.
11663 (automatic-hscrolling): New user-option.
11664
11665 * startup.el (command-line-x-option-alist): Add `-lsp' and
11666 `--line-spacing'.
11667
6142fdcb
DL
116682000-04-19 Dave Love <fx@gnu.org>
11669
11670 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
11671 (cl-mapc): Rename from mapc. Fix the funcall.
11672
5e3dac3f
GM
116732000-04-19 Gerd Moellmann <gerd@gnu.org>
11674
1c459486
GM
11675 * simple.el (clone-indirect-buffer-other-window): New command.
11676 (clone-indirect-buffer): Add optional arg NORECROD.
11677 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
11678
271b4185
GM
11679 * help.el (resize-temp-buffer-window): Use count-screen-lines.
11680
11681 * window.el (count-screen-lines): New function.
11682 (shrink-window-if-larger-than-buffer): Use count-screen-lines
11683 instead of window-buffer-height.
11684
11685 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
11686 non-existing variable comint-input-sentinel.
11687 (inferior-lisp-args-to-list): Removed.
11688 (inferior-lisp): Use split-string instead of
11689 inferior-lisp-args-to-list.
11690
11691 * hexl.el (hexl-insert-hex-string): New command.
11692
5e3dac3f
GM
11693 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
11694 instead of concat.
11695
f6d3257b
GM
116962000-04-18 Gerd Moellmann <gerd@gnu.org>
11697
11698 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
11699 at the start of an existing but empty folder.
11700
117012000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11702
11703 * ps-mule.el: Customization fix, doc fix.
11704 (ps-multibyte-buffer): Customization fix.
11705
8b7bc628 117062000-04-17 Richard M. Stallman <rms@gnu.org>
e61482c0
RS
11707
11708 * subr.el (read-passwd): Use read-char-exclusive.
11709
0daee095
GM
117102000-04-17 Gerd Moellmann <gerd@gnu.org>
11711
11712 * textmodes/texinfo.el (texinfo-insert-@email)
11713 (texinfo-insert-@emph, texinfo-insert-@quotation)
11714 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
11715 (texinfo-mode-map): Add key bindings for them.
11716
11717 * files.el (basic-save-buffer-2): Use a template with `$'
11718 instead of `#' for VMS.
11719
11720 * simple.el (clone-indirect-buffer): New function.
11721
e10f64e7
GM
117222000-04-16 Stephen Eglen <stephen@gnu.org>
11723
11724 * iswitchb.el (iswitchb-case): New function. If the user input
11725 contains any upper-case characters, the search is made
11726 case-sensitive.
11727
e3721db1
SM
117282000-04-17 Stefan Monnier <monnier@cs.yale.edu>
11729
e10f64e7
GM
11730 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
11731 comment-end.
e3721db1
SM
11732 (texinfo-font-lock-syntactic-keywords): New var.
11733 (texinfo-font-lock-keywords): Remove comment regexp.
11734 (texinfo-insert-block): New function.
11735 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
e10f64e7
GM
11736 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
11737 and font-lock-defaults. Use regexp-opt for outline-regexp.
e3721db1 11738 (texinfo-environments): New var.
e10f64e7
GM
11739 (texinfo-environment-regexp): Use regexp-opt and
11740 texinfo-environments.
e3721db1 11741
e10f64e7
GM
11742 * textmodes/ispell.el (ispell-menu-map-needed): Check that
11743 ispell-process is bound since this might be eval'd before ispell
11744 is loaded.
11745 (ispell-message): Use a tiny bit less magic and a bit more hard
11746 data to figure out what kind of sc-cite-regexp to use.
e3721db1
SM
11747
11748 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
11749
11750 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
11751 (insert-cyclic-diary-entry): Unquote the lambda.
11752
11753 * gud.el (gud-jdb-build-source-files-list): Fix typo.
11754
11755 * files.el (backup-enable-predicate): Unquote the lambda.
11756
11757 * cus-edit.el (custom-face, face): Unquote the lambda.
11758
712dc9e0
GM
117592000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11760
11761 * ps-print.el: Check for line-beginning-position definition.
fa78f71b 11762
712dc9e0
GM
11763 * ps-print.el: Fix counting lines in a region.
11764 (ps-print-version): New version number (5.1.5).
11765 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
11766 (ps-printing-region): Fun code fix.
11767
ffc50f2a
GM
117682000-04-15 Gerd Moellmann <gerd@gnu.org>
11769
11770 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
11771 to file-directory-p.
11772
a2522dca
GM
117732000-04-14 Gerd Moellmann <gerd@gnu.org>
11774
11775 * gud.el (gud-jdb-build-source-files-list): Check that directory
11776 exists before calling directory-files.
11777
6e883610
DL
117782000-04-13 Dave Love <fx@gnu.org>
11779
11780 * emacs-lisp/trace.el: Change maintainer. Use new backquote
11781 syntax.
11782
11783 * emacs-lisp/cl-specs.el: Remove when, unless.
11784
11785 * emacs-lisp/cl-extra.el: Don't quote keywords.
11786 (cl-old-mapc): New variable.
11787 (mapc): Use it.
11788 (cl-map-intervals): Use with-current-buffer. Don't check for
11789 next-property-change.
11790 (cl-map-overlays): Use with-current-buffer.
11791 (cl-expt): Remove.
11792 (copy-tree, remprop): Define unconditionally.
11793
11794 * emacs-lisp/cl-compat.el (keywordp): Remove.
11795
11796 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
11797 to use keywordp.
11798 (edebug-spec): Enable keywordp.
11799
11800 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
11801 string-lessp.
11802
11803 * cus-start.el: Use keywordp.
11804
198e3c7a
GM
118052000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11806
11807 * diary-lib.el (include-other-diary-files): Fix the fix of
11808 2000-02-18 by doing a save-excursion.
11809
118102000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11811
11812 * ps-print.el: Customization fix, doc fix.
11813 (ps-print-version): New version number (5.1.4).
11814 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
11815 (ps-print-preprint): Adjust code.
11816 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
11817 (ps-print-prologue-header, ps-print-control-characters)
11818 (ps-spool-config): Customization fix.
fa78f71b 11819
8eba343c
EZ
118202000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
11821
11822 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
11823 converted to the new menu-item format, names silightly changed,
11824 help strings added.
11825
11826 Support for spelling without async subprocesses:
11827
11828 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
11829 (ispell-session-buffer): New variables.
11830 (ispell-start-process, ispell-process-status,
11831 ispell-accept-output, ispell-send-string): New functions, for
11832 Ispell invocation when async subprocesses aren't supported.
11833 (ispell-word, ispell-pdict-save, ispell-command-loop,
11834 ispell-process-line, ispell-buffer-local-parsing): Replace calls
11835 to process-send-string with calls to ispell-send-string, and
11836 accept-process-output with ispell-accept-output.
11837 (ispell-init-process): Call ispell-process-status instead of
11838 process-status with.
11839 (ispell-init-process): Call ispell-start-process. Call
11840 ispell-accept-output and ispell-send-string. Don't call
11841 process-kill-without-query and kill-process if they are unbound.
11842 (ispell-async-processp): New function.
11843
3d30065d
DL
118442000-04-12 Dave Love <fx@gnu.org>
11845
11846 * info.el: Add debug-ignored-errors.
11847 (Info-mode-menu): Add some items.
11848 (Info-directory): Add autoload cookie.
11849
11850 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
11851 Modify `truncate-lines'. Make `describe-language-environment'
11852 always visible and add help. Modify `describe-key' help. Invoke
11853 Info-directory from `info'. New entry `emacs-manual'.
11854
1a1b1895
GM
118552000-04-10 Gerd Moellmann <gerd@gnu.org>
11856
8b2affc5
GM
11857 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
11858 propertized-buffer-identification.
11859 (ebrowse-update-member-buffer-mode-line): Likewise.
11860 (ebrowse--mode-strings): Removed.
11861 (ebrowse--mode-line-props): Removed.
11862
1a1b1895
GM
11863 * files.el (auto-mode-alist): Add `EBROWSE'.
11864
11865 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
11866 space before testing for end of buffer.
11867 (ebrowse-load): Removed.
11868 (ebrowse-revert-tree-buffer-from-file): Rewritten.
11869 (ebrowse-create-tree-buffer): Rewritten.
11870 (ebrowse-tree-mode): Read tree from buffer.
11871
11872 * progmodes/ebrowse-ffh.el: Removed.
11873
223f3c91
KH
118742000-04-10 Kenichi Handa <handa@etl.go.jp>
11875
11876 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
11877
25fbf2c4
GM
118782000-04-10 Gerd Moellmann <gerd@gnu.org>
11879
11880 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
11881 at the wrong place.
11882
92c13173
DL
118832000-04-09 Dave Love <fx@gnu.org>
11884
11885 * files.el (backup-enable-predicate): Use
11886 temporary-file-directory, small-temporary-file-directory.
11887 (make-backup-file-name-function, backup-directory-alist): New
11888 variables.
11889 (make-backup-file-name-1): New function.
11890 (make-backup-file-name): Use it.
11891 (find-backup-file-name): Likewise. Use format for clarity, not
11892 concat.
11893 (file-newest-backup): Use make-backup-file-name.
11894
be0dbdab
GM
118952000-04-09 Gerd Moellmann <gerd@gnu.org>
11896
c45be9ac 11897 * progmodes/ebrowse-ffh.el: New file.
fa78f71b 11898
c45be9ac
GM
11899 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
11900 to ebrowse-ffh.el.
11901 (ebrowse-load): Add autoload.
11902
11903 * finder.el (finder-commentary): Add autoload cookie.
11904
be0dbdab
GM
11905 * mail/rfc2368.el: Correct author's email address.
11906
11907 * progmodes/ebrowse.el: New file.
11908
11909 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
11910 item help string.
11911 (easy-menu-do-add-item): Ditto.
11912 (easy-menu-define): Extend doc string.
11913
11914 * jit-lock.el (with-buffer-unmodified): Use
11915 restore-buffer-modified-p.
11916 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
11917 (jit-lock-function, jit-lock-stealth-fontify): Don't use
11918 with-buffer-unmodified.
11919
3f923efe
DL
119202000-04-08 Dave Love <fx@gnu.org>
11921
11922 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
11923 unless, when.
11924
d35bee0e
MK
119252000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
11926
11927 * viper-util.el (viper-put-on-search-overlay): New subroutine.
11928 (viper-flash-search-pattern): No operation when using Emacs
fa78f71b 11929 doesn't support face.
d35bee0e 11930 Use `viper-put-on-search-overlay'.
fa78f71b 11931
c407c570
GM
119322000-04-04 Gerd Moellmann <gerd@gnu.org>
11933
11934 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
11935 like C-r.
11936
11937 * progmodes/make-mode.el: Some doc fixes.
11938 (makefile-mode-abbrev-table): New variable.
11939 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
11940 (makefile-font-lock-keywords): Fontify includes and conditionals.
11941 (toplevel): Require `dabbrev' and `add-log' when compiling.
11942
11943 * replace.el (perform-replace): Don't move forward one char
11944 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
11945 to do that because it leaves point 1 position after the last
11946 replacement, after everything has been replaced.
11947
11948 * jit-lock.el (with-buffer-unmodified): New macro.
11949 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
11950 modified state.
11951 (jit-lock-function-1): Extracted from jit-lock-function; not
11952 preserving buffer's modified state.
11953 (jit-lock-function, jit-lock-stealth-fontify): Call
11954 jit-lock-function-1.
11955
11956 * mail/rfc2368.el: Remove supernumerary copyright line.
11957
685e5ed2
GM
119582000-04-04 Milan Zamazal <pdm@freesoft.cz>
11959
11960 * glasses.el: Provide facilities for inserting space before left
11961 parentheses and uncapitalization of identifiers.
11962 (glasses-mode): Try to remove old overlays in all cases.
11963
0166aed1
GM
119642000-04-03 Gerd Moellmann <gerd@gnu.org>
11965
62f20204
GM
11966 * progmodes/compile.el (compile-internal): Display the compilation
11967 buffer in a different frame, if it's already displayed there.
11968
6460c400
GM
11969 * mail/rfc2368.el: New file.
11970
c0510d27
GM
11971 * simple.el (sendmail-user-agent-compose): Recognize a `body'
11972 header and insert its value as mail body.
11973
11974 * subr.el (member-ignore-case): New function.
11975
11976 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
11977 (dabbrev--find-expansion): Ignore buffers matching a regexp
11978 from dabbrev-ignored-regexps.
11979
0166aed1
GM
11980 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
11981 to extensions handled by gzip.
11982
c0510d27
GM
119832000-04-03 Richard M. Stallman <rms@gnu.org>
11984
11985 * files.el (insert-directory): List the total free space
11986 along with the used space.
fa78f71b 11987
c0510d27
GM
11988 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
11989 line is followed by one that matches CITATION-REGEXP, end the
11990 paragraph.
11991
119922000-04-03 Markus Rost <rost@delysid.gnu.org>
11993
11994 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
11995 (rmail-make-basic-summary-line): Use that option.
fa78f71b 11996
14c04384
KH
119972000-04-03 Kenichi Handa <handa@etl.go.jp>
11998
11999 * international/mule-cmds.el (encoded-string-description):
12000 Rewritten. Try pretty description for ISO 2022 escape sequences
3a100fd6
KH
12001 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
12002 for hexadecimal format.
14c04384 12003
ccf5869a
DL
120042000-04-01 Dave Love <fx@gnu.org>
12005
12006 * cpp.el: Change customization group to `c' from `C'.
12007
12008 * vcursor.el (vcursor-move): Use display-color-p.
12009
12010 * international/mule-util.el: Provide mule-utils.
12011 (string-to-sequence): Simplify and speed up.
12012
12013 * international/mule.el (make-coding-system): Purecopy doc-string.
12014
12015 * international/mule-cmds.el: Various menu changes.
12016 (describe-specified-language-support): Handle `Default'.
12017 (set-language-info): Purecopy `info'.
12018
610d841e
GM
120192000-03-31 Andrew Innes <andrewi@gnu.org>
12020
12021 * vc.el (vc-backend-diff): Return the correct status if we had to
12022 retry the rcsdiff command without the --brief option.
fa78f71b 12023
7f9de034
DL
120242000-03-31 Dave Love <fx@gnu.org>
12025
2de47765
DL
12026 * help.el (help-manyarg-func-alist): Correct several omissions.
12027
72838819
DL
12028 * add-log.el: Don't require cl, fortran.
12029 (add-log-current-defun-function): Doc fix.
12030 (change-log-version-number-regexp-list): Remove SCCS part. Doc
12031 fix.
12032 (change-log-version-rcs): Function deleted.
12033 (change-log-version-number-search): Doc fix. Use
12034 vc-workfile-version. Avoid CL dolist.
12035 (add-change-log-entry): Just call add-log-current-defun to get
12036 defun. Simplify somewhat.
12037 (change-log-get-method-definition-1): Likewise.
12038 (add-log-current-defun): Return nil if calling
12039 add-log-current-defun-function does so. Move Fortran stuff to
12040 fortran.el. Return string without properties.
12041
7f9de034
DL
12042 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
12043 and :alpha: char classes.
12044
12045 * mail/supercite.el: Defvar curline when compiling.
12046 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
12047 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
12048 rather than a-zA-Z0-9 to allow non-ASCII characters.
12049
aa110c0c
GM
120502000-03-31 Gerd Moellmann <gerd@gnu.org>
12051
12052 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
12053
12054 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
12055 Re-enable new code.
12056
12057 * lpr.el (print-region-1): Use -d to specify printer name for
12058 systems `usg-unix-v*, `dgux', `hpux', `irix'.
12059
120602000-03-31 Dave Love <fx@gnu.org>
fa78f71b 12061
aa110c0c
GM
12062 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
12063 for function definition in symbol's function value slot first
12064 instead of first consulting byte-compile-function-environment.
fa78f71b 12065
6733d074
KH
120662000-03-31 Kenichi Handa <handa@etl.go.jp>
12067
12068 * language/european.el ("Polish"): New language environment.
12069 (setup-polish-environment): New function.
12070
63fcfa04
GM
120712000-03-30 Gerd Moellmann <gerd@gnu.org>
12072
12073 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
12074 Disable new code.
12075
12076 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
12077 trying to `load' the symbol of an autoload instead of the file
12078 recorded in the autoload. Fix error messages.
12079
7438c86b
GM
120802000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12081
12082 * ps-print.el: PostScript programming fix for ghostview, doc fix.
12083 (ps-print-version): New version number (5.1.3).
12084 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
12085 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
12086 (ps-generate-postscript-with-faces): Code fix.
12087 (ps-color-values): XEmacs compatibility.
12088 (ps-print-background-image, ps-print-background-text, ps-printer-name)
12089 (ps-default-fg, ps-default-bg): Adjust customization.
12090 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
12091 (ps-color-scale): Renaming old ps-color-value fun.
12092 (ps-print-headers): Replace ps-print-header group to avoid conflict
12093 with ps-print-header variable.
12094 (ps-print-miscellany): New group.
12095 (ps-format-color, ps-rgb-color): New funs.
12096 (ps-default-foreground): New var.
12097 (ps-printer-name-option): New const.
fa78f71b 12098
326855a0
PB
120992000-03-30 Peter Breton <pbreton@ne.mediaone.net>
12100
1f56ba73
PB
12101 * net/net-utils.el:
12102 (network-connection-host, network-connection-service): New variables
12103 (network-connection-mode): New mode, derived from comint-mode
12104 (network-connection-mode-setup): New function, saves host and
fa78f71b 12105 service information in local variables.
1f56ba73 12106
326855a0
PB
12107 * lisp/locate.el:
12108 (locate-word-at-point): Added this function
12109 (locate): Default to using locate-word-at-point as input
12110 Run dired-mode-hook
12111
141384bd
DL
121122000-03-29 Dave Love <fx@gnu.org>
12113
12114 * calendar/appt.el: Doc fixes.
12115 (appt-check): Convert min-to-app to a string before passing to
12116 appt-disp-window-function or concat.
12117 (appt-delete-window): Remove test for frame-root-window.
12118 (appt-select-lowest-window, appt-convert-time): Simplify.
12119
12120 * emacs-lisp/bytecomp.el: Doc fixes.
12121 (byte-compile-file-form-autoload): Update
12122 byte-compile-function-environment.
12123
c5aa0fc2
AS
121242000-03-29 Andreas Schwab <schwab@suse.de>
12125
12126 * emacs-lisp/autoload.el: Also print defsubst doc string
12127 specially.
12128
12129 * dired.el (dired-insert-directory): If dired-free-space-program
12130 failed just delete its output.
12131
f1d6fe69
DL
121322000-03-29 Dave Love <fx@gnu.org>
12133
12134 * international/iso-cvt.el: Move provide to end. Doc fixes.
12135 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
12136 (iso-iso2sgml, iso-sgml2iso): New functions.
12137 (iso-cvt-define-menu): Fix some entries and use backquote for
12138 clarity.
12139
12140 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
12141
b61f1215
GM
121422000-03-28 Gerd Moellmann <gerd@gnu.org>
12143
12144 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
12145 ISO-DATE. If non-nil, return date in ISO 8601 format.
12146
ea4b0ca3
SM
121472000-03-26 Stefan Monnier <monnier@cs.yale.edu>
12148
3831af62
SM
12149 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
12150 if it ever becomes used.
12151 (log-edit-mode-hook): Default to vc-log-mode-hook.
12152 (log-edit-mode): Fix the docstring.
12153
ea4b0ca3
SM
12154 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
12155 the code.
12156
08f8b1cc
DL
121572000-03-26 Dave Love <fx@gnu.org>
12158
082527fe
DL
12159 * net/browse-url.el (browse-url): Re-fix case of
12160 browse-url-browser-function being an alist.
12161 (browse-url): Add :link to defgroup.
12162
08f8b1cc
DL
12163 * files.el: Doc fixes.
12164 (file-truename): Include `[' in wildcard characters.
12165 (automount-dir-prefix): Customize.
12166 (find-file-wildcards): Add :version.
12167 (find-file-noselect): Simplify a mapcar call.
12168
12169 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
12170 compatible with inf-lisp version.
12171 (eval-defun-1): Fix custom-declare-variable case.
12172
ea4b0ca3
SM
121732000-03-25 Stefan Monnier <monnier@cs.yale.edu>
12174
12175 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
12176
9a0dd3dc
GM
121772000-03-24 Gerd Moellmann <gerd@gnu.org>
12178
b68c375f
GM
12179 * Makefile (COMPILE_FIRST): New macro.
12180 (compile-files): Compile files from COMPILE_FIRST first.
12181
12182 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
12183 code.
12184
9a0dd3dc
GM
12185 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
12186 matching open parenthesis in column 0 to defun-prompt-regexp
12187 only if open-paren-in-column-0-is-defun-start is set.
12188
12189 * sun-curs.el: Require CL at compile-time only.
12190
12191 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
12192 instead of copy-list which is a function from CL.
12193 (msb--choose-menu, msb--mode-menu-cond)
12194 (msb--create-buffer-menu-2): Use dolist instead of mapc.
12195 (msb--init-file-alist): Use mapcar instead of mapcan.
12196 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
12197 `(' in column 0 in doc string.
12198 (msb--add-separators): Use mapcar instead of mapcan.
12199
12200 * cus-dep.el: Require CL at compile-time only.
12201
c7dcadb5
SM
122022000-03-24 Stefan Monnier <monnier@cs.yale.edu>
12203
12204 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
12205 (byte-compile-warnings): New warning `noruntime'.
12206 (byte-compile-constants, byte-compile-variables): Fix docstring.
12207 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
12208 execute `eval-whenc-compile's body.
12209 (byte-compile-unresolved-functions): Fix docstring.
12210 (byte-compile-eval): New function.
12211 (byte-compile-callargs-warn): Check if the function will be available
12212 at runtime (via property `byte-compile-noruntime').
12213 (byte-compile-print-syms): New function.
12214 (byte-compile-warn-about-unresolved-functions): Also warn about
12215 `noruntime' functions (and use `byte-compile-print-syms').
12216 (byte-compile-file): Capitalize the message.
12217
3b55acc9
GM
122182000-03-24 Gerd Moellmann <gerd@gnu.org>
12219
12220 * mail/rmail.el (rmail-confirm-expunge): New user-option.
12221 (rmail-expunge): Ask for confirmation depending on the setting
12222 of rmail-confirm-expunge.
12223
122242000-03-23 Gerd Moellmann <gerd@gnu.org>
12225
12226 * Makefile (bootstrap-clean): If $(emacs) exists, build
12227 loaddefs.el first. A loaddefs.el that's not up-to-date might
12228 cause a bootstrap failure because things don't autoload as
12229 expected.
12230
02c76af4
DL
122312000-03-23 Dave Love <fx@gnu.org>
12232
12233 * net/browse-url.el: Restore previous use of
12234 browse-url-maybe-new-window.
12235
1a3199d9
GM
122362000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12237
12238 * ps-print.el: Skip banner page fix.
12239 (ps-print-version): New version number (5.1.2).
12240 (ps-begin-file, ps-end-file, ps-generate): Code fix.
fa78f71b 12241
1a3199d9
GM
122422000-03-23 Dave Pearson <davep@davep.org>
12243
12244 * net/quickurl.el Changed the type of parameter passed to the
12245 function defined by `quickurl-format-function'. Before only the
12246 text of the URL was passed. Now the whole URL structure is passed
12247 and the function is responsible for extracting the parts it
12248 requires. Changed the default of `quickurl-format-function'
12249 accordingly.
12250 (quickurl-insert): Changed the `funcall' of
12251 `quickurl-format-function' to match the above change.
12252 (quickurl-list-insert): Changed the `url' case so that it makes
12253 use of `quickurl-format-function', previous to this the format was
12254 hard wired.
fa78f71b 12255
72db3ab5
GM
122562000-03-22 Gerd Moellmann <gerd@gnu.org>
12257
12258 * startup.el: Change some spellings for the X Window System.
12259
68049bfa
SM
122602000-03-22 Stefan Monnier <monnier@cs.yale.edu>
12261
12262 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
12263 up the code and the regexp and make sure the cursor is temporarily
12264 moved to the suspicious line while querying the user.
12265
ff4df011
JR
122662000-03-22 Jason Rumney <jasonr@gnu.org>
12267
12268 * w32-fns.el (w32-charset-info-alist): Initialize.
12269
ee1c5b21
GM
122702000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12271
12272 * ps-print.el: N-up last page fix.
12273 (ps-print-version): New version number (5.1.1).
12274 (ps-end-file, ps-end-job, ps-generate): Code fix.
fa78f71b 12275
d2cbfba0
SM
122762000-03-21 Stefan Monnier <monnier@cs.yale.edu>
12277
bfb857d8
SM
12278 * files.el (find-file-run-dired): Update docstring.
12279 (find-directory-functions): New hook.
12280 (find-file-noselect): Run find-directory-functions rather than
12281 calling dired directly.
12282
12283 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
12284
cb3430a1
SM
12285 * pcvs.el: Add a minimal leading commentary.
12286 (cvs-make-cvs-buffer): Change the header part by removing the startup
12287 message and adding a `Module' entry. Also replace the FOOTER and
12288 HEADER special fileinfos with the new support in ewoc for updating
12289 its own footer and header.
12290 (cvs-update-header): Update to use the header/footer of the ewoc.
12291 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
12292 (cvs-is-within-p): New function.
12293 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
12294 to only examine some subset of the buffers.
12295
12296 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
12297 `format' instead of our own ad-hoc functions.
12298 Remove HEADER and FOOTER cases, now handled in the EWOC.
12299 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
12300
12301 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
12302 output to avoid scaring the user.
12303 (cvs-parse-table): Catch message for non-up-to-date commits.
12304
12305 * pcvs-defs.el (cvs-startup-message): Remove.
12306 (cvs-global-menu): New autoloaded menu.
12307
12308 * pcvs-util.el (cvs-string-fill): Remove.
12309
12310 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
12311 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
12312 PP part of it and also make it work for footers and headers.
12313 (ewoc-create): Drop POS and BUFFER arguments.
12314 Use the DLL's dummy node to store the end-of-footer position.
12315 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
12316 (ewoc-refresh): Remove unused `header' variable.
12317 (ewoc-(get|set)-hf): New functions.
12318
d2cbfba0
SM
12319 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
12320 log-view-*-(message|file) and use easy-mmode-define-navigation.
12321 (log-view-message-re): Match SCCS format as well.
12322 And match the revision line rather than the dashed separator line.
12323 (log-view-mode): Use the new define-derived-mode.
12324 (log-view-current-tag): Fill in with an actual implementation.
12325
12326 * cvs-status.el (cvs-status-(prev|next)): Rename from
12327 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
12328 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
12329 to let the output "breathe" a little more (more readable).
12330 (cvs-status-mode): Use the new define-derived-mode.
12331
12332 * smerge-mode.el (smerge-auto-leave): New function and variable.
12333 (smerge-basic-map): Rename from smerge-basic-keymap.
12334 Change the bindings for smerge-diff-*.
12335 (smerge-*-map): Use easy-mmode-defmap.
12336 (smerge-(next|prev)): Use easy-mmode-define-navigation.
12337 (smerge-keep-*): Use smerge-auto-leave.
12338
51663132
JR
123392000-03-21 Jason Rumney <jasonr@gnu.org>
12340
12341 * cus-edit.el (custom-button-face): Use 3D look for w32.
12342 (custom-button-pressed-face): Likewise.
12343
3f6e4b8b
GM
123442000-03-21 Gerd Moellmann <gerd@gnu.org>
12345
12346 * progmodes/etags.el (tags-case-fold-search): New user-option.
12347 (tags-loop-eval): New function. Bind case-fold-search around eval
12348 depending on the value of tags-case-fold-search.
12349 (tags-loop-continue): Use tags-loop-eval.
12350 (find-tag-in-order): Bind case-fold-search depending on the value
12351 of tags-case-fold-search.
12352
c7ea3acc
SM
123532000-03-21 Stefan Monnier <monnier@cs.yale.edu>
12354
0ae39f53
SM
12355 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
12356 (diff-end-of-hunk): Return the end position for use in
12357 `easy-mmode-define-navigation'.
12358 (diff-recenter): Remove.
12359 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
12360 of `easy-mmode-define-navigation'.
12361 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
12362 previous renaming) and fix to use new names.
12363 (diff-merge-strings): Use \n as separator: simpler, faster.
12364 (diff-mode): Use `define-derived-mode'.
12365
c7ea3acc
SM
12366 * derived.el (define-derived-mode): Don't autoload anymore.
12367 Prefer the macro-only version provided by easy-mmode.el.
12368
12369 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
12370 `easy-mmode-define-derived-mode'.
12371 Use `combine-run-hooks'.
12372 (easy-mmode-define-navigation): New macro.
12373
12374 * subr.el (combine-run-hooks): New function.
12375
6c4bfdc0
KH
123762000-03-21 Kenichi HANDA <handa@etl.go.jp>
12377
12378 * term/x-win.el: Fontsets related initialization is simplified.
12379
12380 * international/mule-diag.el (describe-font): Don't refer to
12381 global-fontset-alist, instead call font-list.
12382 (describe-fontset, list-fontsets, mule-diag): Likewise.
12383 (print-fontset): Adjusted for the change of fontset
12384 implementation.
12385
12386 * international/fontset.el (x-charset-registries): Variable
12387 removed, instead the corresponding data is stored in the default
12388 fontset.
12389 (register-alternate-fontnames): Function removed.
12390 (resolved-ascii-font): Variable removed.
12391 (x-compose-font-name): Ignore the second argument REDOCE.
12392 (x-complement-fontset-spec): Complement only an ASCII font and
12393 element for those charsets than can use that ASCII font.
12394 (generate-fontset-menu): Don't refer to global-fontset-alist,
12395 instead call fontset-list.
12396 (uninstantiated-fontset-alist): Variable removed.
12397 (x-style-funcs-alist): Likewise.
12398 (fontset-default-styles): Likewise.
12399 (x-modify-font-name): Function removed.
12400 (create-fontset-from-fontset-spec): Ignore the argument
12401 STYLE-VARIANT.
12402 (create-fontset-from-ascii-font): Docsting adjusted for the above
12403 change.
12404 (instantiate-fontset, resolve-fontset-name): Functions removed.
12405 (fontset-list): Now implemented by C code.
fa78f71b 12406
6c4bfdc0
KH
12407 * faces.el (read-face-font): Fix TABLE arg to completing-read.
12408 (describe-face): Include `font' attribute in the description.
12409
9111d4b5
KH
124102000-03-21 Kenichi Handa <handa@etl.go.jp>
12411
12412 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
12413
b33dd3b0
GM
124142000-03-20 Gerd Moellmann <gerd@gnu.org>
12415
a25bbe00
GM
12416 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
12417 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
12418 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
fa78f71b 12419
b33dd3b0
GM
12420 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
12421 about behavior of set-buffer-modified-p wrt redisplay.
12422
8b7bc628 124232000-03-19 Richard M. Stallman <rms@gnu.org>
e53ae11c
RS
12424
12425 * view.el (view-mode-disable): Kill local binding of view-read-only.
12426
d7b511c4
GM
124272000-03-18 Gerd Moellmann <gerd@gnu.org>
12428
12429 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
12430 is a string, convert it to a syntax cell using string-to-syntax.
12431
12432 * simple.el (syntax-code-table, syntax-flag-table): New variables.
12433 (string-to-syntax): New function.
12434
12435 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
12436 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
b33dd3b0 12437 try to use passive ftp mode.
d7b511c4 12438
998ecc60
GM
124392000-03-17 Gerd Moellmann <gerd@gnu.org>
12440
b33dd3b0 12441 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
998ecc60
GM
12442
12443 * simple.el (append-to-buffer): Update point of windows after
12444 insertion.
12445
12446 * abbrev.el (inverse-add-abbrev): Identify word by first moving
12447 forward then moving backward. Reindent.
12448
12449 * frame.el (other-frame): Call x-focus-frame only if
12450 focus-follows-mouse is off.
12451
235d6821
DL
124522000-03-17 Dave Love <fx@gnu.org>
12453
12454 * pcvs-util.el (cvs-strings->string): Rename
12455 replace-regexps-in-string.
12456
a29a2cd1
SM
124572000-03-17 Stefan Monnier <monnier@cs.yale.edu>
12458
af595444
SM
12459 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
12460 regexp for labels cannot span several lines.
12461
12462 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
998ecc60 12463 `(setq :<key> ':<key>)' to the macro expansion.
a29a2cd1 12464
a9be2843
DL
124652000-03-16 Dave Love <fx@gnu.org>
12466
12467 * progmodes/f90.el (f90): Put custom group under `languages', not
12468 `fortran'.
12469 (f90-mode-hook): Customize.
12470 (f90-mode): Set add-log-current-defun-function.
12471 (f90-current-defun): New function.
12472
d0ab3e9d
GM
124732000-03-16 Gerd Moellmann <gerd@gnu.org>
12474
16b20ed9
GM
12475 * cus-edit.el (custom-variable-tag-face): Handle case that
12476 default face's height is not a number.
12477 (custom-face-tag-face, custom-group-tag-face-1)
12478 (custom-group-tag-face): Ditto.
12479 (custom-group-tag-face-1): Add :group.
fa78f71b 12480
d0ab3e9d
GM
12481 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
12482
ae8ab422
GM
124832000-03-15 Gerd Moellmann <gerd@gnu.org>
12484
12485 * pcvs-defs.el (toplevel): Remove autoload cookie for form
12486 requiring easymenu.
12487
81c7ca69
GM
124882000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12489
12490 * ps-print.el: PostScript user-defined prologue, PostScript error
12491 handler, doc fix.
12492 (ps-print-version): New version number (5.1).
12493 (ps-user-defined-prologue, ps-error-handler-message)
12494 (ps-print-prologue-0, ps-error-handler-alist): New vars.
12495 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
12496 (ps-insert-string): New function.
fa78f71b 12497
dcf1003d
KH
124982000-03-15 Kenichi Handa <handa@etl.go.jp>
12499
12500 * international/ccl.el (ccl-compile-expression): Don't generate
12501 invalid self-assignment code.
12502
73825616
DL
125032000-03-14 Dave Love <fx@gnu.org>
12504
12505 * subr.el (replace-regexp-in-string): Renamed from
12506 replace-regexps-in-string. Doc fix.
12507
031020ac
DL
125082000-03-12 Dave Love <fx@gnu.org>
12509
12510 * cus-edit.el: Doc fixes.
12511 (customize-set-variable, customize-save-variable): Rename args for
12512 doc.
12513 (custom-variable-tag-face, custom-face-tag-face)
12514 (custom-group-tag-face-1, custom-group-tag-face): Modify from
12515 style which user identify as hyperlink.
12516 (hook): Don't add undefined functions to the hook.
12517 (debug-ignored-errors): Transfer message from bindings.el.
12518
9b2f3c38
GM
125192000-03-12 Gerd Moellmann <gerd@gnu.org>
12520
12521 * recentf.el (recentf-keep-non-readable-files-p): Remove
12522 double/nested definition.
12523
0d6e23cf
DL
125242000-03-12 Dave Love <fx@gnu.org>
12525
12526 * facemenu.el (facemenu-get-face): Use display-color-p.
12527 * enriched.el (enriched-decode-foreground): Likewise.
12528 (enriched-decode-background): Likewise.
12529 * isearch.el (isearch-highlight): Likewise.
12530 * info-look.el (info-lookup): Likewise.
12531 * simple.el (completion-setup-function): Likewise.
12532
12533 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
12534 :options.
12535
12536 * bindings.el (mode-line-format): Fix line-number and
12537 column-number items. Add help-echo for the background.
12538 (mode-line-mule-info): Modify help-echo.
12539
1598a961 12540 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
0d6e23cf
DL
12541
12542 * files.el (load-file): Allow completion to .elc.
12543
12544 * man.el: Doc fixes.
12545 (Man-init-defvars): Use display-color-p to set fontification.
12546
12547 * play/hanoi.el (hanoi-internal): Don't use oddp.
12548
e1cff360
GM
125492000-03-12 Gerd Moellmann <gerd@gnu.org>
12550
12551 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
12552
12553 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
12554
5e5dff44
GM
125552000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
12556
12557 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
12558 Fix comment.
12559
5b467bf4
SM
125602000-03-10 Stefan Monnier <monnier@cs.yale.edu>
12561
83fef604
SM
12562 * font-lock.el (font-lock-keywords): Fix the doc now that
12563 regexp-opt-depth is unnecessary.
12564 (save-buffer-state): Set an edebug spec.
12565 (font-lock-fontify-anchored-keywords): Properly handle the case when
12566 the matcher goes past the limit.
12567
5b467bf4
SM
12568 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
12569 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
12570
83fef604
SM
12571 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
12572 dll.el and cookie.el (from Elib) with heavy renaming and other
12573 massaging.
5b467bf4
SM
12574
12575 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
12576 Autoload the functions used.
12577 (easy-mmode-define-syntax): Fix CL typo.
12578 (easy-mmode-define-derived-mode): Improve the docstring generation.
12579
d407456c
GM
125802000-03-10 Gerd Moellmann <gerd@gnu.org>
12581
12582 * textmodes/texinfo.el (texinfo-version): Variable and function
12583 removed.
12584
5a7a545c
SM
125852000-03-09 Stefan Monnier <monnier@cs.yale.edu>
12586
0d6e23cf
DL
12587 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
12588 allow more flexibility.
12589 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
12590 fns.
12591 (easy-mmode-defmap, easy-mmode-defsyntax)
12592 (easy-mmode-define-derived-mode): New macros.
5a7a545c 12593
d407456c 125942000-03-09 Didier Verna <didier@xemacs.org>
445b0666
DL
12595
12596 * rect.el (replace-rectangle): New function.
12597
125982000-03-09 Dave Love <fx@gnu.org>
12599
12600 * progmodes/fortran.el (fortran-comment-line-start): Define as
12601 "C".
12602 (fortran-comment-line-start-skip): Don't match cpp stuff.
12603 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
12604 (fortran-mode-map): Remove over-eager custom-menu-create for now.
12605 (fortran-mode): Don't set fortran-comment-line-start-skip,
12606 fortran-comment-line-start here. Set comment-start,
12607 add-log-current-defun.
12608 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
12609 (fortran-current-defun): New function.
12610
80460654
GM
126112000-03-09 Gerd Moellmann <gerd@gnu.org>
12612
d1221ea9
GM
12613 * emacs-lisp/re-builder.el: New file.
12614
1853aa6b
GM
12615 * mouse.el (mouse-drag-region): Don't run up-event handler
12616 if hscroll has changed.
12617
80460654
GM
12618 * octave-mod.el (octave-font-lock-keywords): To font-lock the
12619 builtin operators, use `font-lock-builtin-face' for Emacs and
12620 `font-lock-preprocessor-face' otherwise.
fa78f71b
SS
12621
12622 * font-lock.el (lisp-font-lock-keywords-1): Highlight
80460654
GM
12623 `(defun (setf foo)' differently.
12624
c0056275
SM
126252000-03-08 Stefan Monnier <monnier@cs.yale.edu>
12626
12627 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
80460654
GM
12628 (regexp-opt): Update comment and adapt the code the new meaning of
12629 the `paren' argument of regex-opt-group for shy-groups.
12630 (regexp-opt-depth): Handle shy groups as well as backslashed
12631 backslashes.
c0056275
SM
12632 (regexp-opt-group): Turn the leading comment into a docstring.
12633 Allow `paren' to be a string (the string to use to open a group).
80460654
GM
12634 Remove open-presuf and close-presuf. Instead of checking for `all
12635 one-char' and then later on check for `several one-char', handle
12636 both cases close together. Also apply a more generic algorithm
12637 for suffixes (the mirror image of the algorithm used for
12638 prefixes). Use shy-groups. Use nreverse rather than reverse.
c0056275
SM
12639 (regexp-opt-try-suffix): Removed.
12640
12641 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
80460654
GM
12642 from comint-mode-map, so we can just inherit from it. Also, move
12643 the initialization into the `defvar' since there's no docstring
12644 anyway and it's fairly short.
12645 (inferior-scheme-mode): Define it as derived-mode: the code is
12646 shorter and this way we inherit from comint-mode-map rather than
12647 copying it.
c0056275 12648
80460654
GM
12649 * subr.el (replace-regexps-in-string): Properly handle the case
12650 where we match an empty string.
c0056275 12651
80460654
GM
12652 * comint.el (comint-exec-1): Add the current-dir to the exec-path
12653 when the command has a directory component (such as "./testml").
c0056275
SM
12654 Also fix a typo in the comment.
12655
5e91ff9e
GM
126562000-03-08 Gerd Moellmann <gerd@gnu.org>
12657
feab4fba
GM
12658 * Makefile (compile-files): Compile files one by one because
12659 that's the only way to ensure a clean compilation environment for
12660 each individual file.
12661
5e91ff9e
GM
12662 * frame.el (other-frame): Call x-focus-frame.
12663
76162e12
DL
126642000-03-07 Dave Love <fx@gnu.org>
12665
f64ce788
DL
12666 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
12667 :require to defcustom.
12668
76162e12
DL
12669 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
12670 lists.
12671
12672 * files.el (auto-mode-alist): Add configure.in.
12673
12674 * progmodes/autoconf.el: New file.
12675
f7daf1e1
GM
126762000-03-07 Gerd Moellmann <gerd@gnu.org>
12677
12678 * mail/mh-e.el: Change maintainer to `none'.
12679
12680 * recentf.el (recentf-keep-non-readable-files-p): Quote args
12681 to remove-hook and add-hook.
12682
126832000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
12684
12685 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
12686 it as the default.
12687 (mail-send): Test mail-send-nonascii also for the new `mime' value.
12688 (sendmail-send-it): Conditionally add MIME headers specifying the
12689 used character set.
fa78f71b 12690
63f6b2c4
DL
126912000-03-07 Dave Love <fx@gnu.org>
12692
12693 * winner.el: Fix keywords, autoload cookies. Split
12694 eval-when-compile form to avoid compilation failure.
12695
8330e2f9
KH
126962000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
12697
12698 * international/mule.el: Modify comment about coding system
12699 property `coding-category'.
12700 (make-coding-system): New argument EOL-TYPE. Pay attention to
12701 coding-category property of PROPERTIES.
12702
12703 * international/mule-conf.el (coding-category-utf-8,
12704 coding-category-utf-16-be, coding-category-utf-16-le): New coding
12705 categories. Include them in the argument for set-coding-priority.
12706
12707 * international/mule-cmds.el (reset-language-environment): Include
12708 coding-category-utf-8, coding-category-utf-16-be, and
12709 coding-category-utf-16-le in the argument for set-coding-priority.
12710 (reset-language-environment): Initialize coding-category-utf-8,
12711 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
12712
18bb0684
GM
127132000-03-06 Karl Fogel <kfogel@red-bean.com>
12714
12715 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
12716 code abstracted out of `bookmark-jump-noselect'. Now tries info
12717 extensions as well as compression extensions.
12718 (bookmark-jump-noselect): Use above new func.
fa78f71b 12719
71a6ba55
GM
127202000-03-03 Gerd Moellmann <gerd@gnu.org>
12721
12722 * strokes.el: Change maintainer's mail address.
12723
0d56cdff
KH
127242000-03-03 Kenichi Handa <handa@etl.go.jp>
12725
12726 * international/mule-diag.el (list-character-sets): Make help-echo
12727 string by substitute-command-keys.
12728 (list-character-sets): Likewise.
12729 (sort-listed-character-sets): Call help-setup-xref.
12730
900fa1f1
GM
127312000-03-02 Gerd Moellmann <gerd@gnu.org>
12732
12733 * time.el (display-time-mail-file): Add `none' to the list of
12734 choices.
12735
54d04320
DL
127362000-03-01 Dave Love <fx@gnu.org>
12737
43f3fa09
DL
12738 * help.el (help-xref-go-back): Don't try to set position.
12739
54d04320
DL
12740 * international/mule-diag.el (list-character-sets): Call
12741 help-setup-xref. Add help-echo to xrefs.
12742 (list-character-sets-1): Add help-echo to xrefs.
12743
d054101f
GM
127442000-03-02 Gerd Moellmann <gerd@gnu.org>
12745
12746 * frame.el (blink-cursor-mode): Switch cursor on when turning
12747 the mode off.
12748
12749 * add-log.el (add-log-current-defun): Add support for
12750 Autoconf mode.
12751
12752 * mail/rmail.el (rmail-quit-hook): New variable.
12753
d77dae5c
DL
127542000-03-01 Dave Love <fx@gnu.org>
12755
e5f597f0
DL
12756 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
12757
d77dae5c
DL
12758 * help.el (help-xref-button): Add help-echo arg.
12759 (describe-function-1, describe-variable, help-make-xrefs): Use it.
12760
12761 * faces.el (list-faces-display): Supply help-echo with
12762 help-make-xrefs.
12763
12764 * facemenu.el (list-text-properties-at): Set help-xref-stack to
12765 nil.
12766
72d19d75
GM
127672000-03-01 Gerd Moellmann <gerd@gnu.org>
12768
2df636f4
GM
12769 * image.el (defimage): Look for image files in load-path.
12770
fa78f71b 12771 * frame.el (busy-cursor-delay-seconds): Change type to
72d19d75
GM
12772 `number'.
12773
2df636f4
GM
127742000-03-01 David Ponce <david.ponce@wanadoo.fr>
12775
12776 * recentf.el (recentf): Added version tag to the defgroup of
12777 recentf.
12778
127792000-03-01 David Ponce <david.ponce@wanadoo.fr>
12780
12781 * recentf.el (recentf-cleanup): Changed to remove excluded file
12782 too.
12783 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
12784 action to select/unselect a file.
12785 (recentf-edit-list): Code cleanup and improvement.
12786 (recentf-open-more-files-action): `recentf-open-more-files' button
12787 widget action to open a file.
12788 (recentf-open-more-files): No more use standard completion but
12789 widgets.
12790 (recentf-more-collection): Deleted.
12791 (recentf-more-history): Deleted.
12792 (recentf-setup-more-completion): Deleted.
12793
127942000-03-01 David Ponce <david.ponce@wanadoo.fr>
12795
12796 * recentf.el (recentf-mode): No more needs that Emacs is running
12797 under a window-system.
12798
127991999-03-01 David Ponce <david.ponce@wanadoo.fr>
12800
12801 * recentf.el (recentf-edit-list): New command to edit the recent
12802 list which allow the user to remove files.
12803 (recentf-edit-selected-items): New global variable, used by
12804 `recentf-edit-list' to hold the list of files to be removed from
12805 the recent list.
12806 (recentf-make-menu-items): Updated to display a "Edit list..."
12807 menu item. Minor code cleanup.
12808
128091999-03-01 David Ponce <david.ponce@wanadoo.fr>
12810
12811 * recentf.el (recentf-open-more-files): New command to open files
12812 that are not displayed in the menu.
12813 (recentf-more-collection): New global variable holding the set of
12814 permissible completions used by `recentf-open-more-files'.
12815 (recentf-more-history): New global variable holding the history list
12816 used by `recentf-open-more-files' completion.
12817 (recentf-setup-more-completion): New function to setup completion for
12818 `recentf-open-more-files'.
12819 (recentf-make-menu-items): Updated to display a "More..." menu item.
12820
128211999-03-01 David Ponce <david.ponce@wanadoo.fr>
12822
12823 * recentf.el (recentf-menu-action): Doc fixed.
12824
128251999-03-01 David Ponce <david.ponce@wanadoo.fr>
12826
12827 * recentf.el (recentf-menu-filter): Doc updated.
12828 (recentf-update-menu-hook): Allow menu filters to force menu update.
12829 (recentf-make-menu-items): New menu filter handling.
12830 (recentf-make-menu-item): New helper function.
12831 (recentf-menu-elements): New menu handling function.
12832 (recentf-sort-ascending): Updated to new menu filter handling.
12833 (recentf-sort-descending): Updated to new menu filter handling.
12834 (recentf-sort-basenames-ascending): New menu filter function.
12835 (recentf-sort-basenames-descending): New menu filter function.
12836 (recentf-show-basenames): New menu filter function.
12837 (recentf-show-basenames-ascending): New menu filter function.
12838 (recentf-show-basenames-descending): New menu filter function.
12839
72d19d75
GM
128402000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12841
12842 * diary-lib.el (list-diary-entries): Don't try to go forward at
12843 the end of the buffer.
12844
1ac1c836
KH
128452000-02-29 Kenichi Handa <handa@etl.go.jp>
12846
12847 * international/mule-diag.el (list-character-sets): Completely
12848 rewritten.
12849 (sort-listed-character-sets): New function.
12850 (list-character-sets-1): Completely rewritten.
12851 (list-character-sets-2): New function.
12852 (non-iso-charset-alist): New variable.
12853 (decode-codepage-char): New function.
12854 (charset-history): New variable.
12855 (read-charset) (list-block-of-chars)
12856 (list-iso-charset-chars)
12857 (list-non-iso-charset-chars)
12858 (list-charset-chars): New functions.
12859 (mule-diag): Call list-character-sets-2, not
12860 list-character-sets-2.
12861 (dump-charsets): Likewise.
12862
ed4d0512
GM
128632000-02-29 Gerd Moellmann <gerd@gnu.org>
12864
72d19d75
GM
12865 * dired-x.el (dired-filename-at-point): Add `@' to valid
12866 file name characters.
12867 (dired-filename-at-point): Handle ange-ftp file names.
12868
ed4d0512
GM
12869 * frame.el (frame-notice-user-settings): Use assq-delete-all
12870 instead of assoc-delete-all.
12871 (frame-notice-user-settings): Ditto.
12872
12873 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
12874 Don't copy alist.
12875
32038c7a
GM
128762000-02-28 Eli Barzilay <eli@cs.cornell.edu>
12877
12878 * calculator.el (calculator-use-menu): New option.
12879 (calculator-initial-bindings): Changed some bindings to work as
12880 macros.
12881 (calculator-forced-input): Removed.
12882 (calculator-restart-other-mode): New variable.
12883 (calculator-mode-map): Set up menu.
fa78f71b 12884
32038c7a
GM
128852000-02-28 Jari Aalto <jari.aalto@poboxes.com>
12886
12887 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
12888 tags.
fa78f71b 12889
55d7ff38 128902000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
fa78f71b 12891
55d7ff38
MK
12892 * viper-cmd.el (viper-envelop-ESC-key): added the option to
12893 translate all ESC key sequences.
12894 (viper-goto-mark-subr): restore markers for files for which
12895 they were saved.
12896 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
12897 * viper-util.el (viper-set-replace-overlay-glyphs,
12898 viper-set-replace-overlay): always check if the replacement
12899 overlay is live.
12900 * viper.el (viper-vi-state-mode-list): added major modes.
12901 * ediff-wind.el: minor comment changes.
12902 * ediff.el: copyright notice date fix.
fa78f71b 12903
387023ee
JR
129042000-02-27 Jason Rumney <jasonr@gnu.org>
12905
12906 * faces.el (face-font-family-alternatives): Add arial to helv.
12907 (mode-line, header-line, tool-bar): Same default as x for w32.
12908 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
12909 face-font-family-alternatives from working.
12910 * term/w32-win.el (mouse-set-font): Do not build fontset from
12911 chosen font.
12912
f43d79c1
GM
129132000-02-25 Sam Steingold <sds@goems.com>
12914
5d80cc9c 12915 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
f43d79c1 12916 properly.
fa78f71b 12917
8b7bc628 129182000-02-25 Richard M. Stallman <rms@gnu.org>
f43d79c1
GM
12919
12920 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
12921
4eb8436f
GM
129222000-02-25 Gerd Moellmann <gerd@gnu.org>
12923
12924 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
12925 writable.
12926
449c3c52 12927 * frame.el (busy-cursor-delay-seconds): New option.
f5b58615 12928
42088c12
GM
129292000-02-24 Gerd Moellmann <gerd@gnu.org>
12930
12931 * frame.el (show-cursor-in-non-selected-windows): New option.
12932
c60ea02e
GM
129332000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12934
12935 * diary-lib.el (include-other-diary-files): Undo the selective
12936 display in any included file and don't kill it.
12937
d066de8e
EZ
129382000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
12939
12940 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
12941 bar. Menu items converted to (menu-item format, help strings
12942 added.
12943 [downcase, upcase]: Don't enable on MS-DOS.
12944 [symlink, symlinks]: Don't show if make-symbolic-link is not
12945 bound.
12946 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
12947
b6906b38
DL
129482000-02-23 Dave Love <fx@gnu.org>
12949
275cf1b2
DL
12950 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
12951 (backward-kill-word): Revert addition of * to interactive spec --
12952 it's a feature.
12953
12954 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
12955 (backward-kill-sentence, kill-sentence): Likewise.
12956
99d48056
DL
12957 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
12958 scratch buffer name.
12959 (gud-format-command): Use int-to-string in ?l case. Simplify
12960 slightly.
12961
12962 * term/w32-win.el (internal-face-interactive): Update prompt for
12963 new read-face-name.
12964
12965 * mail/footnote.el (footnote): Add :version to defgroup.
12966 (footnote-section-tag-regexp): Customize.
12967 (footnote-start-tag, footnote-end-tag): New option.
12968 (footnote-latin-regexp): New variable.
12969 (Footnote-latin): New function.
12970 (footnote-style-alist): Add element for latin style.
12971 (footnote-style): Moved.
12972 (Footnote-goto-footnote): Use eq to test arg.
12973
12974 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
12975
b6906b38
DL
12976 * emacs-lisp/byte-opt.el: Change old backquote syntax.
12977 (byte-compile-trueconstp): Include keywords.
12978 (byte-optimize-quote, byte-optimize-lapcode): Use
12979 byte-compile-const-symbol-p.
12980 (byte-optimize-char-before): New optimization.
12981
12982 * emacs-lisp/bytecomp.el: Change old backquote syntax.
12983 (byte-compile-const-symbol-p): New function.
12984 (byte-compile-constp, byte-compile-out-toplevel)
12985 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
12986 Use it.
12987
12988 * subr.el (define-key-after): Default AFTER to t. Doc fix.
12989
214f877f
KH
129902000-02-23 Kenichi Handa <handa@etl.go.jp>
12991
c709bcf1
KH
12992 * international/encoded-kb.el: Be sure to update minor-mode-alist
12993 and minor-mode-map-alist.
12994 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
12995 codes SS2 and SS3 correctly.
12996 (encoded-kbd-self-insert-ccl): New function.
12997 (encoded-kbd-setup-keymap): New function.
12998 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
12999 by calling encoded-kbd-setup-keymap.
13000
214f877f
KH
13001 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
13002 characters.
13003 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
13004 locally.
13005
b021ef18
DL
130062000-02-22 Dave Love <fx@gnu.org>
13007
13008 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
13009 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
13010 defvar.
13011 (lisp-mode-syntax-table): Set up for #|...|# comments.
13012 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
13013 classes. Match `defface'.
13014 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
13015 (eval-defun-1): Fix for defcustom.
13016 (lisp-indent-region): Doc fix.
13017
13018 * subr.el (when, unless, split-string): Doc fix.
13019 (read-passwd): Move call of clear-this-command-keys to the right
13020 place.
13021 (replace-regexps-in-string): New function.
13022
14cc00ad
GM
130232000-02-22 Gerd Moellmann <gerd@gnu.org>
13024
13025 * help.el (describe-variable): Set syntax table to
13026 emacs-lisp-mode-syntax-table when moving forward over the
13027 symbol's name.
13028
47da5efa
DL
130292000-02-22 Dave Love <fx@gnu.org>
13030
13031 * xt-mouse.el: Doc fixes.
13032 (xterm-mouse-position-function): New function, replacing advice of
13033 mouse-position.
13034 (xterm-mouse-mode): Use it. Don't turn on under a window system.
13035
13036 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
13037
f0a6c717
GM
130382000-02-21 Gerd Moellmann <gerd@gnu.org>
13039
13040 * format.el (format-annotate-single-property-change): Handle
13041 properties.with dotted-list values.
13042 (format-proper-list-p): New function.
13043
13044 * enriched.el (enriched-face-ans): Handle '(foreground-color
13045 . COLOR) and (background-color . COLOR).
13046
2be80b63
DL
130472000-02-20 Dave Love <fx@gnu.org>
13048
13049 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
13050 and assignments to it.
13051 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
13052 current local map.
13053 (make-flyspell-overlay): Use it.
13054 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
13055
13056 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
13057 (lm-get-header-re): Defun, not defsubst.
13058 (lm-get-package-name): Defun, not defsubst. Simplify.
13059 (lm-version): Doc fix. Simplify.
13060 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
13061 (lm-crack-address, lm-last-modified-date, lm-commentary)
13062 (lm-verify, lm-synopsis): Simplify.
13063 (lm-report-bug): Require emacsbug. Use compose-mail.
13064
329eed9f
GM
130652000-02-20 Gerd Moellmann <gerd@gnu.org>
13066
13067 * dired.el (dired-mode): Call propertized-buffer-identification
13068 to set mode-line-buffer-identification to something having
13069 the right text properties.
13070
13071 * bindings.el (propertized-buffer-identification): New function.
13072
be5bb146
DL
130732000-02-20 Dave Love <fx@gnu.org>
13074
13075 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
13076 check for t-mouse too.
13077
13078 * cus-start.el: Make echo-keystrokes `number'.
13079
1d4311c3
EZ
130802000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
13081
13082 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
13083 Don't call ring-empty-p unless tags-location-ring is bound.
13084 From Noah Friedman <friedman@splode.com>.
13085
a23c5037
TTN
130862000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
13087
13088 * progmodes/hideshow.el (hs-flag-region): No longer use
13089 `intangible' overlay property.
13090
13091 (hs-toggle-hiding): New command.
13092 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
13093
13094 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
13095 Fix omission bug: Run `hs-minor-mode-hook' for both activation
13096 and deactivation.
13097
b6a22bf8
GM
130982000-02-18 Gerd Moellmann <gerd@gnu.org>
13099
13100 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
13101
d621caf7
GM
131022000-02-17 Gerd Moellmann <gerd@gnu.org>
13103
3c0ed7ce
GM
13104 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
13105
d621caf7
GM
13106 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
13107 of `*' to handle `(* ... *)' comments.
13108
538d88fb
EZ
131092000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
13110
53c80cf6 13111 * faces.el (list-faces-display): Use display-mouse-p instead of
f24fef2f 13112 window-system.
53c80cf6 13113
538d88fb
EZ
13114 * menu-bar.el (global-map): Menu-bar items converted to the new
13115 format (menu-item..., rearranged for better CUA compliance, and
13116 their names changed for better clarity. Help strings added.
13117
13118 * international/mule-cmds.el (mule-menu-keymap)
13119 (describe-language-environment-map, set-coding-system-map)
13120 (setup-language-environment-map): Convert to new (menu-item...
13121 form, add help strings. Change names of menu items for better
13122 clarity. "Mule" menu-bar item removed (it's now in the "Options"
13123 submenu).
13124
8389e1e2 131252000-02-17 Gerd Moellmann <gerd@gnu.org>
84fe35f0 13126
a23c5037 13127 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
8389e1e2 13128 within the code.
a23c5037 13129
8389e1e2 131302000-02-16 Dave Love <fx@gnu.org>
a23c5037 13131
84fe35f0
DL
13132 * faces.el: Don't require custom. Add more specific :groups to
13133 various deffaces.
13134 (set-face-attribute): Purecopy args.
13135 (read-face-name): Default to name at point and use it in prompt.
13136 Remove colon from arg in all callers.
13137 (list-faces-display): Hyperlink to face descriptions and customize
13138 buffers.
13139
b2aeee30
DL
131402000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
13141
13142 * wid-edit.el (widget-match-inline): An atom never matches a
13143 list.
13144
99e95407
GM
131452000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13146
82d2c7c5
DL
13147 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
13148 at ':' characters by call to split-string.
99e95407
GM
13149
131502000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13151
82d2c7c5 13152 * textmodes/bibtex.el: Added RCS version identification.
99e95407
GM
13153
131542000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13155
82d2c7c5
DL
13156 * textmodes/bibtex.el: Some temporary comments removed.
13157 (bibtex-field-name, bibtex-entry-type): Made the relationship
13158 explicit.
13159 (bibtex-field-const): Allow capital letters.
13160 (bibtex-start-of-string): Deleted because unused.
13161
13162 * textmodes/bibtex.el: Unified some nomenclature. We no longer
13163 use the term 'reference' to describe a bibtex entry as a whole.
13164 Further, reference keys are no longer called 'labels'.
13165 (bibtex-keys): Renamed to bibtex-reference-keys.
13166 (bibtex-reformat-previous-labels): Renamed to
13167 bibtex-reformat-previous-reference-keys.
13168 (bibtex-reference-type): Renamed to bibtex-entry-type.
13169 (bibtex-reference-head): Renamed to bibtex-entry-head.
13170 (bibtex-reference-maybe-empty-head): Renamed to
13171 bibtex-entry-maybe-empty-head.
13172 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
13173 (bibtex-search-reference): Renamed to bibtex-search-entry.
13174 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
13175 bibtex-enclosing-entry-maybe-empty-head.
13176 (bibtex-entry-field-alist, bibtex-entry-head,
13177 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
13178 bibtex-map-entries, bibtex-search-entry,
13179 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
13180 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13181 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
13182 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
13183 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
13184 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
13185 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
99e95407
GM
13186
131872000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13188
82d2c7c5
DL
13189 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
13190 comment.
13191 (bibtex-format-field-delimiters): New function, functionality
13192 extracted from bibtex-format-entry.
13193 (bibtex-autokey-get-yearfield-digits): New function, functionality
13194 extracted from bibtex-autokey-get-yearfield.
13195
13196 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
13197 entries in order to avoid stack overflow in the regexp matcher if
13198 field contents become large.
13199 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
13200 bibtex-field-string-part-not-braced,
13201 bibtex-field-string-part-no-inner-braces,
13202 bibtex-field-string-part-1-inner-brace,
13203 bibtex-field-string-part-2-inner-braces,
13204 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
13205 bibtex-field-string-quoted, bibtex-field-string,
13206 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
13207 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
13208 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
13209 as parsing is now performed by the following functions.
13210 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
13211 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
13212 bibtex-parse-field-string, bibtex-search-forward-field-string,
13213 bibtex-parse-association, bibtex-field-name-for-parsing,
13214 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
13215 bibtex-search-forward-field, bibtex-search-backward-field,
13216 bibtex-start-of-field, bibtex-end-of-field,
13217 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
13218 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
13219 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
13220 bibtex-parse-string, bibtex-search-forward-string,
13221 bibtex-search-backward-string, bibtex-start-of-string,
13222 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
13223 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
13224 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
13225 entries. Instead of reporting the results of the parsing by
13226 match-beginning or match-end, these functions return data structures
13227 that hold the corresponding positions.
13228 (bibtex-enclosing-field): Changed to also report field boundaries by
13229 return values rather than by match-beginning or match-end. The
13230 following functions have been adapted to use the new parsing
13231 functions.
13232 (bibtex-skip-to-valid-entry, bibtex-search-reference,
13233 bibtex-enclosing-field, bibtex-format-entry,
13234 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
13235 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
13236 bibtex-print-help-message, bibtex-end-of-entry,
13237 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
13238 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13239 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
13240 method for parsing.
13241 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
13242 bibtex-map-entries, bibtex-flash-head,
13243 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
13244 bibtex-autokey-change, bibtex-autokey-get-namefield,
13245 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
13246 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13247 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
13248 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13249 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
13250 order to make the new binding of case-fold-search immediately
13251 visible.
99e95407
GM
13252
132532000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13254
82d2c7c5
DL
13255 * textmodes/bibtex.el: Copyright notice is up to date.
13256 Added constant 'bibtex-maintainer-salutation.
99e95407 13257
82d2c7c5
DL
13258 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
13259 than make-temp-name, use match-string-no-properties and eliminate
13260 a quadratic behavior when building bibtex-strings.
99e95407 13261
82d2c7c5
DL
13262 * bibtex.el (bibtex-reference-key): Accept string entries whose
13263 reference key contains upper case letters.
99e95407
GM
13264
132652000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13266
82d2c7c5
DL
13267 * bibtex.el (bibtex-reference-head): Allow entries to start with
13268 a new line.
99e95407
GM
13269
132702000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13271
82d2c7c5
DL
13272 * bibtex.el: Hiding of entry bodies is not longer provided by
13273 bibtex.el directly. Instead the hideshow package can be used.
13274 Added a special bibtex entry to hs-special-modes-alist.
13275 (bibtex-hs-forward-sexp): Added for hideshow.el.
8389e1e2
GM
13276
132772000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13278
f24fef2f
SM
13279 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
13280 at ':' characters by call to split-string.
8389e1e2
GM
13281
132822000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13283
f24fef2f 13284 * textmodes/bibtex.el: Added RCS version identification.
8389e1e2
GM
13285
132862000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13287
f24fef2f
SM
13288 * textmodes/bibtex.el: Some temporary comments removed.
13289 (bibtex-field-name, bibtex-entry-type): Made the relationship
13290 explicit.
13291 (bibtex-field-const): Allow capital letters.
13292 (bibtex-start-of-string): Deleted because unused.
fa78f71b 13293
f24fef2f
SM
13294 * textmodes/bibtex.el: Unified some nomenclature. We no longer
13295 use the term 'reference' to describe a bibtex entry as a whole.
13296 Further, reference keys are no longer called 'labels'.
13297 (bibtex-keys): Renamed to bibtex-reference-keys.
13298 (bibtex-reformat-previous-labels): Renamed to
13299 bibtex-reformat-previous-reference-keys.
13300 (bibtex-reference-type): Renamed to bibtex-entry-type.
13301 (bibtex-reference-head): Renamed to bibtex-entry-head.
13302 (bibtex-reference-maybe-empty-head): Renamed to
13303 bibtex-entry-maybe-empty-head.
13304 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
13305 (bibtex-search-reference): Renamed to bibtex-search-entry.
13306 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
13307 bibtex-enclosing-entry-maybe-empty-head.
13308 (bibtex-entry-field-alist, bibtex-entry-head,
13309 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
13310 bibtex-map-entries, bibtex-search-entry,
13311 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
13312 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13313 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
13314 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
13315 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
13316 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
13317 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
8389e1e2
GM
13318
133192000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13320
f24fef2f
SM
13321 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
13322 comment.
13323 (bibtex-format-field-delimiters): New function, functionality
13324 extracted from bibtex-format-entry.
13325 (bibtex-autokey-get-yearfield-digits): New function, functionality
13326 extracted from bibtex-autokey-get-yearfield.
fa78f71b 13327
f24fef2f
SM
13328 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
13329 entries in order to avoid stack overflow in the regexp matcher if
13330 field contents become large.
13331 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
13332 bibtex-field-string-part-not-braced,
13333 bibtex-field-string-part-no-inner-braces,
13334 bibtex-field-string-part-1-inner-brace,
13335 bibtex-field-string-part-2-inner-braces,
13336 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
13337 bibtex-field-string-quoted, bibtex-field-string,
13338 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
13339 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
13340 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
13341 as parsing is now performed by the following functions.
13342 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
13343 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
13344 bibtex-parse-field-string, bibtex-search-forward-field-string,
13345 bibtex-parse-association, bibtex-field-name-for-parsing,
13346 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
13347 bibtex-search-forward-field, bibtex-search-backward-field,
13348 bibtex-start-of-field, bibtex-end-of-field,
13349 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
13350 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
13351 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
13352 bibtex-parse-string, bibtex-search-forward-string,
13353 bibtex-search-backward-string, bibtex-start-of-string,
13354 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
13355 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
13356 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
13357 entries. Instead of reporting the results of the parsing by
13358 match-beginning or match-end, these functions return data structures
13359 that hold the corresponding positions.
13360 (bibtex-enclosing-field): Changed to also report field boundaries by
13361 return values rather than by match-beginning or match-end. The
13362 following functions have been adapted to use the new parsing
13363 functions.
13364 (bibtex-skip-to-valid-entry, bibtex-search-reference,
13365 bibtex-enclosing-field, bibtex-format-entry,
13366 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
13367 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
13368 bibtex-print-help-message, bibtex-end-of-entry,
13369 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
13370 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13371 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
13372 method for parsing.
13373 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
13374 bibtex-map-entries, bibtex-flash-head,
13375 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
13376 bibtex-autokey-change, bibtex-autokey-get-namefield,
13377 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
13378 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13379 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
13380 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13381 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
13382 order to make the new binding of case-fold-search immediately
13383 visible.
8389e1e2
GM
13384
133852000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13386
f24fef2f
SM
13387 * textmodes/bibtex.el: Copyright notice is up to date.
13388 Added constant 'bibtex-maintainer-salutation.
fa78f71b 13389
f24fef2f
SM
13390 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
13391 than make-temp-name, use match-string-no-properties and eliminate
13392 a quadratic behavior when building bibtex-strings.
fa78f71b 13393
f24fef2f
SM
13394 * bibtex.el (bibtex-reference-key): Accept string entries whose
13395 reference key contains upper case letters.
8389e1e2
GM
13396
133972000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13398
f24fef2f
SM
13399 * bibtex.el (bibtex-reference-head): Allow entries to start with
13400 a new line.
8389e1e2
GM
13401
134022000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13403
f24fef2f
SM
13404 * bibtex.el: Hiding of entry bodies is not longer provided by
13405 bibtex.el directly. Instead the hideshow package can be used.
13406 Added a special bibtex entry to hs-special-modes-alist.
13407 (bibtex-hs-forward-sexp): Added for hideshow.el.
99e95407
GM
13408
134092000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13410
82d2c7c5 13411 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
99e95407
GM
13412 proceedings entry type (for cross referencing). Thanks to Wagner
13413 Toledo Correa for the suggestion.
13414
82d2c7c5 13415 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
99e95407 13416
eae61d8f
KH
134172000-02-14 Kenichi Handa <handa@etl.go.jp>
13418
13419 * international/characters.el: Setup case table for Vietnamese.
13420
fb07a302
GM
134212000-02-12 Gerd Moellmann <gerd@gnu.org>
13422
13423 * uniquify.el (toplevel): Require CL at compile time.
13424 (uniquify-push): Removed.
13425
13426 * shadowfile.el (shadow-when): Removed.
13427
13428 * tempo.el (tempo-dolist, tempo-mapc): Removed.
13429 (tempo-process-and-insert-string): Use dolist instead of
13430 tempo-dolist.
13431
13432 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
13433 regexp for paragraph-start.
13434
13435 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
13436 commas as well.
13437
a0eddf92
DL
134382000-02-10 Dave Love <fx@gnu.org>
13439
13440 * wid-edit.el: (widgets) [defgroup]: Remove url link.
13441 (widget-color-choice-list, widget-color-history, widget-mouse-help):
13442 Deleted.
13443 (widget-specify-field, widget-specify-button): Don't use
13444 widget-mouse-help as help-echo property.
13445 (default): Use #'ignore for :validate and :mouse-down-action.
13446 (checkbox): Add help-echo.
13447 (widget-sexp-validate): Rewritten to clarify error messages.
13448 (character): Use char-valid-p in :match function.
13449 (widget-color-complete): Use facemenu-color-alist.
13450 (widget-color-action): Use facemenu-read-color.
13451
13452 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
13453 set up `caar' &c that we now have.
13454
82d2c7c5
DL
134552000-02-09 Ray Blaak <blaak@gnu.org>
13456
13457 * delphi.el: Make resourcestring a declaration region, like const
13458 and var.
13459
6cbc1482
DL
134602000-02-09 Dave Love <fx@gnu.org>
13461
13462 * bindings.el (mode-line-input-method-map): New variable.
13463 (mode-line-mule-info): Use it; fix last change.
13464 (mode-line-mode-menu): Move definition.
13465 (mode-line-mouse-sensitive-p): Deleted.
13466 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
13467 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
13468 level.
13469
13470 * startup.el (command-line-1): Don't call
13471 make-mode-line-mouse-sensitive.
13472
f7136ee8
GM
134732000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
13474
13475 * mail/rmail.el (rmail-retry-failure): Use
13476 rmail-beginning-of-message before rmail-toggle-header, because the
13477 former toggles headers.
13478
6e1d0d15
SM
134792000-02-06 Stefan Monnier <monnier@cs.yale.edu>
13480
fef8c55b
SM
13481 * diff-mode.el (diff-kill-junk): New interactive function.
13482 (diff-reverse-direction): Use delete-and-extract-region.
13483 (diff-post-command-hook): Restrict the area so that the hook also works
13484 outside of any diff hunk. This is necessary for the minor-mode.
13485 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
13486 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
13487
6e1d0d15
SM
13488 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
13489 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
13490 so that it can be used more easily in <foo>-mode-hook. Also make sure
13491 to avoid duplicate entries.
13492 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
13493 (font-lock-remove-keywords): Just as was done for `add', allow it to
13494 work even if font-lock-mode is nil. Also make sure we don't modify
13495 any pre-existing list by forcing a copy-sequence. Finally rename
13496 `major-mode' to `mode'.
13497 (font-lock-fontify-syntactic-anchored-keywords)
13498 (font-lock-fontify-anchored-keywords)
13499 (font-lock-fontify-keywords-region): Use line-end-position.
13500 Don't make `font-lock-multiline' local (it's now done in
13501 font-lock-set-defaults).
13502 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
13503 move the `font-lock-fontified' creation to inside the `unless'.
13504
a75dfea0
AI
135052000-02-06 Andrew Innes <andrewi@gnu.org>
13506
13507 * term/w32-win.el (x-handle-args): Comment out call to message,
13508 which occurs before window system is initialized.
13509
13510 * makefile.nt: Add support for recompiling lisp code.
13511
b85e9462
DL
135122000-02-04 Dave Love <fx@gnu.org>
13513
9ff33afb
DL
13514 * bindings.el (mode-line-mule-info): Fix/extend last change.
13515
b85e9462
DL
13516 * completion.el: Replace completion-dolist with dolist.
13517
13518 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
13519 dotimes.
13520
44dff075
CD
135212000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
13522
13523 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
13524 environment names before they go into the section regexp.
13525
13526 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
13527 char class in regexp.
13528
13529 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
13530 `case-fold-search' to nil.
13531
13532 * progmodes/idlwave.el (idlwave-template): Respect
13533 `idlwave-abbrev-change-case'.
13534 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
13535 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
13536 idlwave-while): respect `idlwave-reserved-word-upcase'.
13537 (idlwave-rw-case): New function.
13538 (idlwave-statement-match): Fixed problem with assignment regexp.
13539 (idlwave-font-lock-keywords): Improved regexp for keyword
13540 parameters.
a23c5037 13541 (idlwave-surround): New argument LENGTH to support padding of
44dff075
CD
13542 operators longer than 1 char.
13543
13544 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
13545 idlwave-shell-expression-overlay. Implemented printing of
13546 expressions on higher levels of the calling stack.
13547 (idlwave-shell-display-level-in-calling-stack): Restore stack
13548 level.
13549 (idlwave-retrieve-expression-from-level): New function.
13550 (idlwave-shell-last-calling-stack): Variable removed.
13551 (idlwave-shell-reset): Argument action reversed (`visible' to
13552 `hidden'). Also remove stop-line overlay.
13553 (idlwave-shell-calling-stack-routine): New variable.
13554 (idlwave-shell-parse-stack-and-display): Messages now display
13555 negative level numbers.
13556 (idlwave-shell-mode): Set `modeline-format'.
13557 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
13558 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
13559 21.
13560 (idlwave-shell-print-expression-function): New option.
a23c5037 13561
44dff075
CD
13562 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
13563 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
13564 `tool-bar' instead of `toolbar'.
13565
f26c34fd
DL
135662000-02-02 Dave Love <fx@gnu.org>
13567
13568 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
13569 emacs-lisp-mode-hook. Don't check for defalias being defined.
13570
13571 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
13572 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
13573 the new builtins directly.
13574
13575 * whitespace.el (whitespace): Add :version to defgroup.
13576
13577 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
13578 Doc fix.
13579
13580 * thingatpt.el (sexp-at-point, symbol-at-point)
13581 (number-at-point, list-at-point): Add autoload cookie.
13582
13583 * recentf.el (recentf): Add :version to defgroup.
13584
13585 * quickurl.el (quickurl): Add :version to defgroup.
13586
13587 * elide-head.el (elide-head): Use point-marker more.
13588
13589 * bs.el (bs): Add :version to defgroup.
13590
13591 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
13592
13593 * progmodes/delphi.el (delphi): Add :version to defgroup.
13594
d240a249
GM
135952000-02-02 Gerd Moellmann <gerd@gnu.org>
13596
13597 * ange-ftp.el (ange-ftp-write-region): Handle case that
13598 succeeding process operation sets a different coding system.
13599
13600 * calculator.el: New file.
13601
d5179a01
EZ
136022000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
13603
13604 * frame.el (frames-on-display-list, framep-on-display): New
13605 functions.
13606 (display-mouse-p, display-popup-menus-p, display-graphic-p)
13607 (display-selections-p, display-screens, display-pixel-width)
13608 (display-pixel-height, display-mm-width, display-mm-height)
13609 (display-backing-store, display-save-under, display-planes)
13610 (display-color-cells, display-visual-class): New functions.
13611
13612 * term/tty-colors.el (tty-color-gray-shades): New function.
13613
13614 * faces.el (display-color-p): Use framep-on-display.
13615 (display-grayscale-p): New function.
13616
968e00f0
DL
136172000-01-31 Dave Love <fx@gnu.org>
13618
13619 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
13620 (create-fontset-from-x-resource): Don't concat integers.
13621
2cb750ba
GM
136222000-01-31 Inge Frick <inge@nada.kth.se>
13623
13624 * view.el: Some changes in documentation. Removed some trailing
13625 whitespace. Changed some parameter names to agree with
13626 documentation.
13627 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
13628 window is not deleted. Modifies change 1998-04-26.
a23c5037 13629
74e9213b
GM
136302000-01-31 Gerd Moellmann <gerd@gnu.org>
13631
47569935
GM
13632 * windmove.el: New file.
13633
74e9213b
GM
13634 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
13635 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2cb750ba 13636 progmodes/ebnf-yac.el: Update copyright and license info.
a23c5037 13637
74e9213b
GM
13638 * jit-lock.el (jit-lock-function): Widen before calculating end
13639 position.
13640 (jit-lock-stealth-chunk-start): Rewritten.
13641
13642 * info.el (Info-title-face-alist): Removed.
13643 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
13644 faces.
13645 (Info-fontify-node): Use these faces.
13646
994c5afe
GM
136472000-01-30 Gerd Moellmann <gerd@gnu.org>
13648
13649 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
13650 (cl-macro-list1): Recognize `&allow-other-keys' instead of
13651 `&allow-other-keywords'.
13652
13653 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
13654 the list of directories scanned heuristically.
13655
13656 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
13657 exist.
13658
f00276e3
JR
136592000-01-30 Jason Rumney <jasonr@gnu.org>
13660
13661 * w32-fns.el: Define w32-tty-standard-colors.
13662
13663 * startup.el (command-line): Use w32-tty-standard-colors when in
13664 w32 console mode.
13665
cc4dfff0
DL
136662000-01-30 Dave Love <fx@gnu.org>
13667
e645e77b
DL
13668 * jka-compr.el (jka-compr-load): Fix up load-history.
13669
cc4dfff0
DL
13670 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
13671
13672 * emacs-lisp/cl-macs.el: Revert previous change.
13673
16215eb0
DL
136742000-01-29 Dave Love <fx@gnu.org>
13675
13676 * facemenu.el: Purecopy various strings.
13677
13678 * timezone.el (timezone-fix-time): Window against 69 for two-digit
13679 years. Deal with three-digit years.
13680
13681 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
13682 defconst, purecopy.
13683 (help-back-label): Purecopy it.
13684
bbd9b566
GM
136852000-01-18 Gerd Moellmann <gerd@gnu.org>
13686
13687 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
13688 variable. If non-nil, order the buffer list according to the
13689 currently selected frame.
13690 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
13691 non-nil, pass the selected frame to function buffer-list.
a23c5037 13692
887448e1
GM
136932000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13694
13695 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
13696
7df85084
DL
136972000-01-28 Dave Love <fx@gnu.org>
13698
142e109c
DL
13699 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
13700
7df85084
DL
13701 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
13702 Don't use lisp-indent-hook property.
13703 (cl-abs): Remove.
13704
13705 * subr.el: Move out indent and edebug specs for when and unless.
13706
13707 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
13708 when, unless.
13709
13710 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
13711 unless, when.
13712
3b43c01c
GM
137132000-01-28 Gerd Moellmann <gerd@gnu.org>
13714
d060bc9f
GM
13715 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
13716 `collecting' as synonym for `collect'.
13717
13718 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
13719 for the case it contains spaces.
13720
13721 * simple.el (what-cursor-position): Change formatting of
13722 messages.
13723
b02786f9
GM
13724 * frame.el (delete-other-frames): New function.
13725 (toplevel): Bind it to C-x 5 1.
13726
efd68b8a
GM
13727 * sort.el (sort-numeric-base): New option.
13728 (sort-numeric-fields): If number starts with `0' or `0[xX[',
13729 interpret it as octal or hexadecimal. Use sort-numeric-base
13730 as default base.
13731
3b43c01c
GM
13732 * progmodes/glasses.el: New file.
13733
984ae001
GM
137342000-01-27 Gerd Moellmann <gerd@gnu.org>
13735
a0b796e3
GM
13736 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
13737 userids differently.
13738
984ae001
GM
13739 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
13740 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
13741 progmodes/ebnf-yac.el: New files.
13742
6c67ddee
DL
137432000-01-26 Dave Love <fx@gnu.org>
13744
13745 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
13746 on a function with an empty body. [From Eric Ludlam.]
13747
4e6473c8
GM
137482000-01-25 Andre Spiegel <spiegel@gnu.org>
13749
13750 * vc.el (vc-version-diff): Make sure file name is expanded.
13751
e12489f9
GM
137522000-01-25 Gerd Moellmann <gerd@gnu.org>
13753
13754 * scroll-bar.el (scroll-bar-timer): Variable removed.
13755 (scroll-bar-toolkit-scroll): Don't use a timer.
13756
8dbe2b07
KH
137572000-01-25 Kenichi Handa <handa@etl.go.jp>
13758
13759 * language/thai-util.el (thai-composition-function): Delete
13760 superfluous `a'.
13761
26ef1c87
DL
137622000-01-24 Dave Love <fx@gnu.org>
13763
13764 * fortran.el (fortran-mode): Use beginning-of-defun-function,
13765 end-of-defun-function.
13766
13767 * font-lock.el (turn-on-font-lock): Don't depend on window-system
13768 &c.
13769
7ed4e9a7
JR
137702000-01-22 Jason Rumney <jasonr@gnu.org>
13771
13772 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
13773 conflicts with new face support.
13774
8b7bc628 137752000-01-22 Richard M. Stallman <rms@gnu.org>
d2ce3151
RS
13776
13777 * replace.el (query-replace): Rename last arg to DELIMITED.
13778 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
13779 (query-replace-regexp): Likewise.
13780
8b7bc628 137812000-01-20 Richard M. Stallman <rms@gnu.org>
2d5e9b54 13782
02b14400
RS
13783 * subr.el (with-syntax-table): Use make-symbol, not gensym.
13784
5bb6f079
RS
13785 * emacs-lisp/lisp.el (beginning-of-defun-function):
13786 Variable renamed from beginning-of-defun.
13787 Do not call make-variable-buffer-local.
13788 (beginning-of-defun-raw): Use new variable name; doc fix.
13789 (beginning-of-defun): Doc fix.
13790 (end-of-defun-function): Variable renamed from end-of-defun.
13791 Do not call make-variable-buffer-local.
13792 (end-of-defun): Use new variable name; doc fix.
13793
02b14400
RS
13794 * subr.el (dolist, dotimes): Copied from cl-macs.el
13795 and made to work.
2d5e9b54 13796
a23c5037 13797 * mail/undigest.el (rmail-digest-end-regexps):
2d5e9b54
RS
13798 Variable replaces rmail-digest-end-regexp.
13799 Allows multiple regexps for detecting the end line.
13800 (undigestify-rmail-message): Corresponding changes.
13801
60af03f1
DL
138022000-01-19 Dave Love <fx@gnu.org>
13803
fe5d99e1
DL
13804 * files.el (user-init-file): Don't declare here -- is primitive.
13805
60af03f1
DL
13806 * startup.el (command-line): Check for compiled user-init-file and
13807 set to uncompiled version if necessary.
13808
72dbbc7d
GM
138092000-01-18 Gerd Moellmann <gerd@gnu.org>
13810
6a1950ec
GM
13811 * mail/undigest.el (rmail-digest-end-regexp): New user option.
13812 (undigestify-rmail-message): Use it.
13813
72dbbc7d
GM
13814 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
13815
fbe91bbd
GM
138162000-01-17 Gerd Moellmann <gerd@gnu.org>
13817
13818 * tmm.el (tmm-goto-completions): Adapt to prompt being part
13819 of mini-buffer.
13820
33a6685b
GM
138212000-01-14 Gerd Moellmann <gerd@gnu.org>
13822
b3303df7
GM
13823 * emacs-lisp/copyright.el (copyright-update): Removed the
13824 requirement for a trailing space from `copyright-regexp', to
13825 support copyrights with owner specified on a separate line..
a23c5037 13826
3c4c8064
GM
13827 * align.el: New file.
13828
33a6685b
GM
13829 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
13830
13831 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
13832
044a4975
DL
138332000-01-13 Dave Love <fx@gnu.org>
13834
13835 * ph.el: Removed. (Obsoleted by EUDC.)
13836
0a352cd7
GM
138372000-01-13 Gerd Moellmann <gerd@gnu.org>
13838
13839 * net/eudc.el (toplevel): Remove autoloaded code installing
13840 menu with easymenu, because that causes build problems.
13841
13842 * frame.el (frame-notice-user-settings): New variable.
13843 (frame-notice-user-settings): Don't modify frame parameters
13844 if called a second time.
13845
8b7bc628 138462000-01-13 Richard M. Stallman <rms@gnu.org>
0a352cd7
GM
13847
13848 * frame.el (frame-notice-user-settings):
13849 Notice default-frame-parameters even for non-window frames.
13850
feb450e0
GM
138512000-01-13 Gerd Moellmann <gerd@gnu.org>
13852
13853 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
13854 for Emacs.
13855 (eudc-bob-can-display-inline-images): Extend for Emacs.
13856 (eudc-bob-toggle-inline-display): Ditto.
13857 (eudc-bob-display-jpeg): Ditto.
13858
99c6d63b
GM
138592000-01-12 Gerd Moellmann <gerd@gnu.org>
13860
7970b229
GM
13861 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
13862 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
13863 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
a23c5037 13864
e4936aa9
GM
13865 * add-log.el (add-change-log-entry): Fix error trying an `(insert
13866 nil)'.
13867
13868 * subdirs.el: Add `net' directory.
13869
133c9e59
GM
13870 * net: New directory.
13871
99c6d63b
GM
13872 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
13873 eval-last-sexp. Don't bind debug-on-error here.
13874 (eval-last-sexp): New function. Bind debug-on-error if
13875 eval-expression-debug-on-error is non-nil.
13876 (eval-defun-2, eval-defun): Likewise.
13877
13878 * simple.el (eval-expression): Don't bind debug-on-error if
13879 eval-expression-debug-on-error is nil. Detect changed
13880 debug-on-error, and propagate new value to global binding, if
13881 eval-expression-debug-on-error is non-nil,
13882 (eval-expression-debug-on-error): Change doc string.
a23c5037 13883
8b7bc628 138842000-01-11 Richard M. Stallman <rms@gnu.org>
83c8f461
RS
13885
13886 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
13887
13888 * emacs-lisp/lisp-mode.el (with-syntax-table):
13889 Set up lisp-indent-function property.
13890
13891 * subr.el (with-syntax-table): Moved from simple.el.
13892
13893 * simple.el (with-syntax-table): Moved to subr.el.
13894
7e3c74fa
GM
138952000-01-11 Gerd Moellmann <gerd@gnu.org>
13896
1fab1775
GM
13897 * tmm.el (tmm-shortcut): Delete region after prompt instead
13898 of erasing buffer.
13899
7e3c74fa 13900 * textmodes/fill.el (fill-common-string-prefix): New function.
133c9e59
GM
13901 (fill-context-prefix): Use the longest common prefix of first
13902 and second line fill prefix, if there is one.
7e3c74fa 13903
8b7bc628 139042000-01-11 Richard M. Stallman <rms@gnu.org>
782bd3ec
RS
13905
13906 * array.el (array-mode): Don't use make-variable-buffer-local.
13907 Use make-local-variable for `truncate-lines'.
13908
aa705642 139092000-01-11 Jari Aalto <jari.aalto@poboxes.com>
57df2446 13910
aa705642
GM
13911 * add-log.el (add-log-current-defun): Handle user-defined
13912 add-log-current-function returning nil,
a23c5037 13913
57df2446 13914 * add-log.el (add-change-log-entry): Insert version number
aa705642 13915 if having found a current function
c1356086
GM
13916
13917 * add-log.el (add-log-current-defun): Call
13918 `add-log-current-defun-function'. Try matches at level 0 and
13919 level 1. Strip whitespace from defun found.
a23c5037 13920
1d8c59e9
RS
139212000-01-10 John Wiegley <johnw@gnu.org>
13922
13923 * allout.el (isearch-done/outline-provisions): Added `edit'
13924 argument to correspond with the current definition of
13925 `isearch-done'.
13926
8cf87e9b
DL
139272000-01-10 Dave Love <fx@gnu.org>
13928
13929 * elide-head.el (elide-head): Use point-marker, not point.
13930
9050446c
GM
139312000-01-10 Gerd Moellmann <gerd@gnu.org>
13932
8321b22a
GM
13933 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
13934 before and after the year 2000.
a23c5037 13935
9050446c
GM
13936 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
13937 Add ispell- prefix.
13938
139392000-01-10 Ken Stevens <k.stevens@ieee.org>
13940
13941 * ispell.el: Only define dictionaries in menus when they exist.
13942 (version18p): New variable.
13943 (version20p): New variable.
13944 (xemacsp): New variable.
13945 (ispell-choices-win-default-height): Fix for XEmacs visibility.
13946 (ispell-dictionary-alist1): Added Brasileiro dictionary.
13947 (ispell-dictionary-alist6): Russian command lines no longer accept
f24fef2f 13948 run-together words.
9050446c
GM
13949 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
13950 (ispell-dictionary-alist): Add koi8-r to customize definition.
13951 (check-ispell-version): Added documentation string. Returns
f24fef2f 13952 library path when called non-interactively.
9050446c
GM
13953 (ispell-menu-map-needed): Uses new variables.
13954 (ispell-library-path): New variable.
13955 (ispell-decode-string): XEmacs fix for bogus variable bindings.
13956 (ispell-word): Improved documentation string. Test for valid
13957 character mappings. Correctly check typed in word changes that can
13958 result in single words split into multiple words. Returns
13959 replacement word.
13960 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
13961 replace in recursive query replace mode. Help message for
13962 recursive edit mode.
13963 (ispell-show-choices): Protect against bad framepop bindings.
13964 (ispell-help): Fix to work with XEmacs.
13965 (ispell-highlight-spelling-error): Use new variables.
13966 (ispell-overlay-window): Fix to work with XEmacs.
13967 (ispell-parse-output): Passed and returns location information
13968 tracking spelling corrections. Doesn't recheck same word on
13969 current line.
13970 (ispell-init-process): Protect against bogus XEmacs variable binding.
13971 Fix call to single argument in sleep-for. Use new variables.
13972 (ispell-region): Passed and returns location information tracking
13973 spelling corrections. Doesn't check same word on current line.
13974 Improved documentation string. Doesn't resend a line already
13975 checked to the ispell process - fixes bug in LaTeX parsing.
13976 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
13977 (ispell-skip-region): No longer skips <TT> in SGML.
13978 (ispell-process-line): Tracks location information with spelling
13979 corrections. Added documentation string. Accounts for words
13980 already accepted on this line. Don't allow query-replace on line
13981 starting with math characters. Doesn't resend a line already sent
13982 to ispell process. Fixes alignment error bug.
a23c5037 13983
8b7bc628 139842000-01-10 Richard M. Stallman <rms@gnu.org>
6d0c28f4 13985
a23c5037 13986 * dired-x.el (dired-guess-shell-alist-default):
8f3efb4e
RS
13987 Suggest xloadimage, which is free, not xv, which isn't.
13988
a23c5037 13989 * ange-ftp.el (ange-ftp-file-name-nondirectory):
6d0c28f4
RS
13990 Don't ever include the host name or user name in the value.
13991
9ed79f5d
GM
139922000-01-09 Gerd Moellmann <gerd@gnu.org>
13993
13994 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
13995 of a real newline.
13996
b950abb1
GM
139972000-01-09 Stephen Eglen <stephen@gnu.org>
13998
a23c5037 13999 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
b950abb1
GM
14000 for .png files.
14001
3c708e98
GM
140022000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
14003
14004 * cus-edit.el (custom-hook-convert-widget): Fix comment.
14005
bf61662d
GM
140062000-01-09 Gerd Moellmann <gerd@gnu.org>
14007
f1d851ae
GM
14008 * progmodes/cperl-mode.el: Replace ^F with ^L.
14009
bf61662d 14010 * sendmail.el (toplevel): Provide `sendmail' when compiling
a23c5037 14011 before `require'ing rmail and mailalias to prevent infinite
bf61662d
GM
14012 recursion.
14013
c65d14ee
DL
140142000-01-08 Dave Love <fx@gnu.org>
14015
8cf87e9b
DL
14016 * emacs-lisp/backquote.el: Remove inappropriate customization
14017 (allowing custom.el to use backquote).
c65d14ee 14018
83de2ebc
DL
140192000-01-07 Dave Love <fx@gnu.org>
14020
14021 * add-log.el (add-log-debugging): Deleted.
14022 (add-change-log-entry): Treat a backup FILE-NAME as its parent
14023 file. Remove debugging code.
14024 (change-log-get-method-definition, change-log-name): Add doc.
14025 (change-log-sortable-date-at): New function.
14026 (change-log-merge): New command.
14027
14028 * time.el (display-time-string-forms): Make the Mail string active.
14029 (display-time-update): Provide help-echo for load average.
14030
14031 * bindings.el (make-mode-line-mouse2-map): New function.
14032 (mode-line-modified): Use it and simplify.
14033 (mode-line-mule-info): Provide help-echo info.
14034 (minor-mode-alist): Activate the strings.
14035 (make-mode-line-mouse-sensitive): Simplify for
14036 mode-line-buffer-identification.
14037
c1475eae
GM
140382000-01-07 Gerd Moellmann <gerd@gnu.org>
14039
14040 * play/pong.el: New file.
14041
83de2ebc
DL
140422000-01-06 Dave Love <fx@gnu.org>
14043
14044 * array.el: Assorted cleanups for compiler warnings, doc strings,
14045 `array-' prefix for symbols.
14046
140472000-01-05 Dave Love <fx@gnu.org>
14048
14049 * textmodes/outline.el (outline-mode-menu-bar-map): Add
14050 outline-headers-as-kill.
14051 (outline-mode): Define imenu-generic-expression.
14052 (outline-headers-as-kill): New command.
14053
14054 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
14055 from paragraph-start.
14056 (paragraph-indent-minor-mode): New command.
14057
14058 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
14059 M-C-e, M-C-h, C-j, C-xnd, TAB.
14060 (fortran-mode): Set beginning-of-defun, end-of-defun.
14061 (fortran-column-ruler): Simplify.
14062 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
14063 (fortran-with-subprogram-narrowing): Likewise.
14064 (fortran-indent-subprogram): Call mark-defun.
14065 (fortran-check-for-matching-do): Change narrowing.
14066
14067 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
14068 (cl-lucid-hash-tag): Delete.
14069 (cl-hash-table-p): Correct test for native table.
14070 (cl-hash-table-count): Use hash-table-count.
14071
14072 * browse-url.el (browse-url): Fix case of
14073 browse-url-browser-function being an alist.
14074
676ac023
CD
140752000-01-05 Carsten Dominik <cd@gnu.org>
14076
c1475eae
GM
14077 * textmodes/reftex-vars.el (reftex-parse-file-extension)
14078 (reftex-index-phrase-file-extension): New options.
676ac023
CD
14079
14080 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
c1475eae 14081 Use new option `reftex-index-phrase-file-extension'.
676ac023
CD
14082
14083 * textmodes/reftex.el (reftex-access-parse-file): Use new option
c1475eae 14084 `reftex-parse-file-extension'.
eb483e17 14085
88807984
DL
140862000-01-05 Dave Love <fx@gnu.org>
14087
83de2ebc 14088 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
88807984
DL
14089 (beginning-of-defun-raw): Use it.
14090 (end-of-defun): New variable.
14091 (end-of-defun): Use it.
14092 (check-parens): New command.
14093
1362aeb4
TTN
140942000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
14095
c1475eae
GM
14096 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
14097 (hs-show-block): Don't use `mapcar' when not accumulating.
1362aeb4 14098
7ddafb95
TTN
14099 Fix buglet in local variables initialization.
14100
7334aa99
AS
141012000-01-05 Andreas Schwab <schwab@suse.de>
14102
14103 * hscroll.el (hscroll): Doc fix.
14104
b12e24cd
CD
141052000-01-05 Carsten Dominik <cd@gnu.org>
14106
14107 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
14108 idlw-toolbar.
14109
14110 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
14111 file idlw-rinfo.el.
1362aeb4
TTN
14112 (idlwave-customize): load must read file idlw-shell.el.
14113 (idlwave-create-customize-menu): load must read file idlw-shell.el.
b12e24cd 14114
d6226972
CD
141152000-01-05 Carsten Dominik <dominik@astro.uva.nl>
14116
14117 * progmodes/idlw-shell.el: Also provide idlwave-shell
14118 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
14119 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
14120
14121 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
14122 both reftex-dcr and reftex-vcr.
1362aeb4 14123
d6226972
CD
14124 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
14125
6ddb893f 141262000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
894ee0a2
KH
14127
14128 * ps-print.el: PostScript code now is in separate files, doc fix.
14129 (ps-print-version): New version number (5.0.3).
14130 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
14131 local.
14132 (ps-spool-config): Initialization fix.
c1475eae
GM
14133 (ps-print-prologue-1, ps-print-prologue-2)
14134 (ps-print-duplex-feature): PostScript code moved to separated file.
894ee0a2
KH
14135 (ps-background-image): Little code reformating.
14136 (ps-begin-file, ps-begin-job): Fix code.
88807984 14137 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
894ee0a2
KH
14138 (ps-prologue-file): New fun.
14139
ae833aae
KH
141402000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14141
c1475eae 14142 * ps-vars.el: Eliminated.
ae833aae
KH
14143
14144 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
14145 `;;;###autoload'.
14146
14147 * ps-print.el: ps-vars eliminated, doc fix.
14148 (ps-print-version): New version number (5.0.2).
14149 (ps-spool-config): Initialization fix.
14150 (ps-print-customize): New fun.
14151
560a7bd2
GM
141522000-01-04 Gerd Moellmann <gerd@gnu.org>
14153
14154 * autorevert.el (auto-revert-mode): Return value of
14155 auto-revert-mode.
14156
f45dd0f4
DL
141572000-01-04 Dave Love <fx@gnu.org>
14158
fae2ac05
DL
14159 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
14160 menu items.
f45dd0f4 14161
61255981
DL
141622000-01-03 Dave Love <fx@gnu.org>
14163
88807984 14164 * elide-head.el (elide-head) [defgroup]: Add :version.
c282ca4d 14165
83de2ebc 14166 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
61255981
DL
14167 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
14168 `cl-hash-table-p', not `hash-table-p'.
14169 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
14170
c182a70f
EZ
141712000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
14172
14173 * faces.el (face-read-integer, read-face-attribute)
14174 (color-defined-p, color-values): unspecified-{f,b}g are now
14175 strings.
14176
047f434a
GM
141772000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
14178
14179 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
14180 at comment end, and re-insert them after filling.
14181
bab531e2
EZ
141822000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
14183
14184 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
f7002084
EZ
14185 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
14186 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
bab531e2 14187
d684c676
EZ
141882000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
14189
14190 * term/x-win.el (xw-defined-colors): Call color-supported-p,
14191 the new name of face-color-supported-p.
14192
14193 * term/w32-win.el (xw-defined-colors): Likewise.
14194
0aad4805
EZ
141952000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
14196
14197 * simple.el (completion-setup-function): Count completion-size
14198 from minibuffer-prompt-end, not from point-min.
14199
5fe1d139
EZ
142002000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
14201
14202 * faces.el (read-face-attribute, defined-colors, color-defined-p):
14203 Pass the frame to tty-color-* functions.
14204 (display-color-p, frame-set-background-mode): Pass the frame to
14205 tty-display-color-p.
14206
14207 * term/tty-colors.el (tty-defined-color-alist): Renamed from
14208 tty-color-alist.
14209 (tty-color-alist, tty-modify-color-alist): New functions.
14210 (tty-color-define, tty-color-clear, tty-color-approximate)
14211 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
14212 an optional parameter FRAME.
14213
162dec01
GM
142142000-01-01 Gerd Moellmann <gerd@gnu.org>
14215
27189709
GM
14216 * image.el (create-image, defimage): Don't assume image data is a
14217 string.
14218
162dec01
GM
14219 * image.el (defimage): Handle specifications containing :data
14220 instead of :file.
14221 (image-type-from-data): New function.
14222 (image-type-from-file-header): Use it.
14223 (create-image): Add parameter DATA-P.
1362aeb4 14224
bea56df7 14225See ChangeLog.8 for earlier changes.
25a6fab1
KH
14226
14227;; Local Variables:
e64c3a75 14228;; coding: iso-2022-7bit
25a6fab1 14229;; End: