(xlfd_charset_of_font): Fix last change.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
73481ae3
KH
12000-12-07 Kenichi Handa <handa@etl.go.jp>
2
3 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
4 of wrong SIZE record.
5
e2896b22
DL
62000-12-06 Dave Love <fx@gnu.org>
7
67292061
DL
8 * newcomment.el (comment-region, comment-dwim): Doc fix.
9
10 * textmodes/texinfo.el: Require tex-mode when compiling.
11 (texinfo-update-node): Doc fix.
12 (texinfo-imenu-generic-expression): Add @anchor.
13 (texinfo-font-lock-keywords): Add @uref.
14 (texinfo-inside-macro-p): Don't use ignore-errors.
15 (texinfo-insert-quote): Match more contexts.
16
e76938e7
DL
17 * international/mule.el (decode-char, encode-char): Doc fix.
18 (auto-coding-alist): Customize.
19
20 * files.el (load-file): Fix change of 2000-03-12.
21
e2896b22
DL
22 * wid-edit.el (widget-text-keymap): Doc fix.
23
6610f4b2
AI
242000-12-06 Andrew Innes <andrewi@gnu.org>
25
26 * makefile.w32-in (lisp): Set to an absolute directory, namely
27 $(CURDIR).
28
9e3366e4
EZ
292000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
30
31 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
32 read generated-autoload-file, and set buffer-file-coding-system to
33 raw-text-unix after reading the file.
34
35 * international/mule-conf.el (file-coding-system-alist): Use
36 raw-text for reading loaddefs.el and raw-text-unix for writing
37 it.
38
d94d636f
GM
392000-12-06 Gerd Moellmann <gerd@gnu.org>
40
384333ee
GM
41 * replace.el (occur): Make line-number-width 1 smaller for the
42 colon following the line number.
43
347d0813
GM
44 * startup.el (fancy-splash-text, command-line-1): Use
45 `File' for the menu name instead of `Files'.
46
d4b72d58
GM
47 * tmm.el: Update copyright.
48
d94d636f
GM
49 * cus-start.el: Add entry for even-window-heights.
50
6e424019
MB
512000-12-06 Miles Bader <miles@gnu.org>
52
53 * faces.el (frame-set-background-mode): Avoid stomping on
54 locally modified faces.
55
e6477b58
KH
562000-12-06 Kenichi Handa <handa@etl.go.jp>
57
58 * international/fontset.el: Correct the font registries for
59 japanese-jisx0213-1 and japanese-jisx0213-2.
60
21999ab9
GM
612000-12-05 Gerd Moellmann <gerd@gnu.org>
62
57d6e381
GM
63 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
64
21999ab9
GM
65 * iswitchb.el: Update customization commentary.
66
7422819c
GM
672000-12-05 Rob Riepel <riepel@Stanford.EDU>
68
69 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
70 (tpu-search-highlight): Fixed comparison of overlay end positions.
71 (tpu-trim-line-ends): Implemented trimming logic locally.
72
73 * emulation/tpu-extras.el (tpu-write-file-hook)
74 (tpu-set-cursor-bound): Replaced picture-clean with
75 tpu-trim-line-ends.
76
73daff18
KH
772000-12-05 Kenichi Handa <handa@etl.go.jp>
78
79 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
80 to cn-gb.
81 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
82
6a4cd002
DL
832000-12-04 Dave Love <fx@gnu.org>
84
85 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
86
6452929e
GM
872000-12-04 Gerd Moellmann <gerd@gnu.org>
88
89 * mail/rmailsum.el (rmail-summary-expunge)
90 (rmail-summary-expunge-and-save): Ask for confirmation with
91 rmail-expunge-confirmed.
92
93 * mail/rmail.el (rmail-expunge-confirmed): New function.
94 (rmail-expunge): Use it.
95
0c68ce6f
GM
96 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
97 (etags-recognize-tags-table, find-tag-in-order): New
98 functionality: interpret file names as tags.
99
7a53d8c8
EZ
1002000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
101
102 * info.el (Info-scroll-prefer-subnodes): New defcustom.
103 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't
104 visit the first subnode until the bottom of the current node is
105 visible.
106
caa15ef7
GM
1072000-12-04 Gerd Moellmann <gerd@gnu.org>
108
109 * format.el (format-decode): Don't change buffer's undo list.
110
e225faa7
KH
1112000-12-04 Kenichi Handa <handa@etl.go.jp>
112
113 * faces.el (face-font-registry-alternatives): Add entries for CJK
114 fonts. Doc-string adjusted for the actual usage of this data.
115
116 * international/fontset.el: Change the font registries for CJK
117 fonts in the default fontset. Don't append '*' to registries.
118
8b262a65
SM
1192000-12-03 Stefan Monnier <monnier@cs.yale.edu>
120
121 * emacs-lisp/easy-mmode.el (define-derived-mode)
122 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
123
124 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
125 (derived-mode-p): New function.
126 (derived-mode-make-docstring): Add `docstring' argument.
127 Use it if available and complete it if necessary.
128
33c4460b
AS
1292000-12-03 Andreas Schwab <schwab@suse.de>
130
131 * type-break.el (type-break): Don't make parent of itself.
132
5c9b3fac
MB
1332000-12-03 Miles Bader <miles@gnu.org>
134
135 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
136
27ce741e
SM
1372000-12-02 Stefan Monnier <monnier@cs.yale.edu>
138
07c16ec4
SM
139 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
140 (tex-main-file, tex-file): Simplify.
141 (tex-generate-zap-file-name): Use subst-char-in-string.
142 (tex-strip-dots): Remove.
143
c19cc275
SM
144 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
145
27ce741e
SM
146 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
147 to check if the match succeeded.
148
285991dc
GM
1492000-12-02 Gerd Moellmann <gerd@gnu.org>
150
151 * startup.el (use-fancy-splash-screens-p): New function.
152 (command-line-1): Use it to determine whether or not to use
153 a fancy splash screen.
154
52dca1b2
AS
1552000-12-02 Andreas Schwab <schwab@suse.de>
156
157 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
158
d3e7e7cf
EZ
1592000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
160
2dce2360
EZ
161 * international/mule.el (make-char): Fix last change.
162
9768eaa7
EZ
163 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
164 New defcustoms.
165 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
166 autoloading tex-mode; instead, do the same manually. Use
167 texinfo-open-quote and texinfo-close-quote. Insert literal quote
168 with numeric argument. Docstring fix.
169 (toplevel): Require cl when compiling.
170
285991dc 171 * international/mule.el (make-char): Doc fix.
d3e7e7cf 172
0dd5e255
JR
1732000-12-02 Jason Rumney <jasonr@gnu.org>
174
175 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
176 the Emacs Lisp manual)
177
fbb87147
EZ
1782000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
179
5cbb3e93
EZ
180 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
181
fbb87147
EZ
182 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
183 the Emacs Lisp manual).
184
1636ca09
GM
1852000-12-02 Gerd Moellmann <gerd@gnu.org>
186
187 * simple.el (next-line-add-newlines): Change default to nil.
188
68875f0e
EZ
1892000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
190
191 * files.el (revert-buffer, recover-file): Bind
192 coding-system-for-read to emacs-mule-unix, not to no-conversion.
193
fd9ac94c
GM
1942000-12-01 Gerd Moellmann <gerd@gnu.org>
195
196 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
197
198 * play/5x5.el (5x5-play-solution):
199
45450dd5
MB
2002000-12-01 Miles Bader <miles@gnu.org>
201
202 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
203
09df8881
KH
2042000-12-01 Kenichi Handa <handa@etl.go.jp>
205
206 * international/mule-diag.el (describe-char-after): Fix typo.
207 (describe-character-set, non-iso-charset-alist): Fix typo.
208
dea0a87d
MB
2092000-12-01 Miles Bader <miles@gnu.org>
210
b170205b
MB
211 * image-file.el (image-file-name-regexp): Automatically add
212 upper-case variants of each filename extension in
213 `image-file-name-extensions', since they seem to be common.
214
dea0a87d
MB
215 * simple.el (minibuffer-contents)
216 (minibuffer-contents-no-properties, delete-minibuffer-contents):
217 New functions.
218 * filecache.el (file-cache-directory-name)
219 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
220
2b69bc11
GM
2212000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
222
dea0a87d
MB
223 * filecache.el (file-cache-minibuffer-complete): Don't try to
224 delete the minibuffer prompt.
225
a8a1b05d
DL
2262000-11-30 Dave Love <fx@gnu.org>
227
228 * cus-start.el: Fix read-buffer-function type.
229
693c4692
GM
2302000-11-30 Gerd Moellmann <gerd@gnu.org>
231
232 * md5.el: Removed. There's a built-in function, now.
233
2c0b1898
GM
2342000-11-30 Markus Rost <rost@math.ohio-state.edu>
235
236 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
237 as dummy 0-th char of rmail-deleted-vector.
238
63dfcf4b
EZ
2392000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
240
241 * ps-print.el (ps-end-job): Bind case-fold-search only after
242 switching to ps-spool-buffer.
243
2442000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
245
246 * ps-print.el: Line number font customization. PostScript: Lines and
247 PageCount are initialized on each page. Doc Fix.
248 (ps-print-version): New version number (6.3.2).
249 (ps-lpr-switches, ps-font-info-database, ps-font-size)
250 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
251 (ps-right-header): Customization fix.
252 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
253 Fix code.
254 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
255 New vars.
256
df3aedcf
GM
2572000-11-30 Gerd Moellmann <gerd@gnu.org>
258
edfb795e
GM
259 * bs.el: Fix typos and spelling errors.
260 (bs-appearance) <defgroup>: Renamed from bs-appearence.
261 (bs-configuration): Doc fix.
262
df3aedcf
GM
263 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
264
8b8a7f01
GM
2652000-11-30 Rob Riepel <riepel@Stanford.EDU>
266
267 * emulation/tpu-edt.el (tpu-version): New version.
268 (tpu-search-overlay, tpu-replace-overlay): New initial range.
269 (tpu-original-mode-line): Variable deleted.
270 (tpu-mark-flag): New initial value.
271 (tpu-set-mode-line): Don't redefine mode-line-format. Add
272 tpu-mark-flag to minor-mode-alist.
273 (tpu-update-mode-line): New mark flag logic.
274 (tpu-get): Use find-file-wildcards.
275 (tpu-search-highlight): Move overlay less, reset overlay properly.
276 (tpu-unselect): Deactivate mark.
277 (tpu-lm-replace): Reset overlay properly.
278 (tpu-forward-line): Use forward-visible-line.
279 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
280
281 * emulation/tpu-extras.el (tpu-forward-line): Use
282 forward-visible-line.
283
c069a9d3
GM
2842000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
285
286 * cus-edit.el (custom-face-value-create): Always emphasize tag.
287
b02cd40b
GM
2882000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
289
290 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
291 and skip whitespace and newlines.
292
b7a90344
SM
2932000-11-30 Stefan Monnier <monnier@cs.yale.edu>
294
295 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
296
be6bbb55
GM
2972000-11-29 Gerd Moellmann <gerd@gnu.org>
298
0383ed60
GM
299 * help.el (describe-function-1): Regexp-quote function name
300 when used as part of a regexp.
301
c7957947
GM
302 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
303 face-attribute instead of face-foreground and face-background.
304 (tool-bar-add-item): Likewise, and handle unspecified colors.
305
306 * enriched.el (enriched-face-ans): Use face-attribute instead
307 of face-foreground and face-background.
308
309 * faces.el (face-foreground, face-background, face-stipple):
310 Return nil if attribute is unspecified, for backward
311 compatibility.
312
7423978d
GM
313 * files.el (auto-mode-alist): Add an entry for antlr-mode.
314
ef128c78
GM
315 * play/5x5.el: Remove version info.
316
a81fc510
GM
317 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
318
be6bbb55
GM
319 * frame.el (blink-cursor-mode): Doc fix.
320
f9396e03
GM
3212000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
322
323 * antlr-mode.el: New commands to run ANTLR from within Emacs and
324 to create Makefile rules.
325 (antlr-tool-command): New user option.
326 (antlr-ask-about-save): New user option.
327 (antlr-makefile-specification): New user option.
328 (antlr-file-formats-alist): New variable.
329 (antlr-special-file-formats): New variable.
330 (antlr-unknown-file-formats): New user option.
331 (antlr-help-unknown-file-text): New variable.
332 (antlr-help-rules-intro): New variable.
333 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
334 (antlr-mode-menu): Add entries.
335 (antlr-file-dependencies): New function.
336 (antlr-directory-dependencies): New function.
337 (antlr-superclasses-glibs): New function.
338 (antlr-run-tool): New command.
339 (antlr-makefile-insert-variable): New function.
340 (antlr-insert-makefile-rules): New function.
341 (antlr-show-makefile-rules): New command.
342
343 * antlr-mode.el: More Emacs/XEmacs stuff.
344 (antlr-no-action-keywords): New constant with value nil.
345 (antlr-font-lock-keywords-alist): Use it. Old value would break
346 syntax highlighting in Emacs-21.0.
347 (antlr-default-directory): Emacs/XEmacs dependend function.
348 (antlr-read-shell-command): Ditto.
349 (antlr-with-displaying-help-buffer): Ditto.
350
3512000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
352
353 * antlr-mode.el: imenu, parsing and highlighting changes.
354 (antlr-imenu-create-index-function): Don't create extra submenus
355 for definitions in different grammar classes. It is not necessary
356 for the menu and would make command `imenu' awkward to use.
357 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
358 header actions and more than one.
359 (antlr-font-lock-tokendef-face): Changed color.
360 (antlr-font-lock-tokenref-face): Changed color.
361 (antlr-font-lock-additional-keywords): Also highlight lowercase.
362 (antlr-mode-syntax-table): New variable.
363 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
364 (antlr-with-syntax-table): Don't copy syntax table.
365
3662000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
367
368 * antlr-mode.el: Minor changes: language setting.
369 (antlr-language-alist): The value for file option "language" can
370 be both an identifier and a string.
371 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
372 (antlr-language-limit-n-regexp): Change accordingly.
373
3742000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
375
376 * antlr-mode.el: Minor changes: tabs, hiding.
377 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
378 (antlr-action-visibility): Also allow value nil to also hide the
379 braces. Renamed from `antlr-tiny-action-length'.
380 Suggested by Jay@aol.com.
381 (antlr-hide-actions): Change accordingly. Hide line if completely
382 hidden action is on a line of its own.
383
6ad948eb
SM
3842000-11-29 Stefan Monnier <monnier@cs.yale.edu>
385
386 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
387
388 * sort.el (sort-columns): Don't concat strings with numbers.
389
9c6a4107
DL
3902000-11-29 Dave Love <fx@gnu.org>
391
392 * cus-edit.el (face): Fix :format.
393
394 * mail/feedmail.el: Require smtpmail when compiling.
395 (mail-do-fcc): Autoload.
396 (feedmail) <defgroup>: Fix :link.
397 (feedmail-nuke-body-in-fcc): Fix :type.
398 (feedmail-send-it): Add autoload cookie.
399
053b8d35
SM
4002000-11-29 Stefan Monnier <monnier@cs.yale.edu>
401
402 * newcomment.el (comment-indent): Save excursion around call to
403 comment-indent-function.
404
242c13e8
MB
4052000-11-29 Miles Bader <miles@gnu.org>
406
407 * subr.el (member-ignore-case): Return the tail of the list who's
408 car matches, like `member', not the matching element itself.
409
8f4b5f28
KH
4102000-11-29 Kenichi Handa <handa@etl.go.jp>
411
412 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
413 should not contain `\n'.
414
bebe4a2c
GM
4152000-11-28 Gerd Moellmann <gerd@gnu.org>
416
fd9ac94c 417 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 418
ba7e40eb
GM
419 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
420
75ab0c79
GM
421 * dired-aux.el (dired-do-create-files): Construct default file
422 name for dired-mark-read-file-name so that when the user enters
423 just RET, the target file will end up in the target directory.
424
bebe4a2c
GM
425 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
426 local-abbrev-table before changing buffers because it might
427 have a buffer-local binding.
428
fa6d1ca8
MB
4292000-11-28 Miles Bader <miles@gnu.org>
430
431 * simple.el (delete-horizontal-space): Handle fields more generally.
432
8d2c2642
GM
4332000-11-28 Gerd Moellmann <gerd@gnu.org>
434
435 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
436
8b31236d
DL
4372000-11-28 Dave Love <fx@gnu.org>
438
3cbd02d2
DL
439 * progmodes/ps-mode.el (ps-mode): Set comment-start and
440 comment-start-skip locally.
441
8b31236d
DL
442 * progmodes/fortran.el (fortran-mode): Don't set
443 fortran-comment-line-start-skip. Set comment-start to
444 fortran-comment-line-start.
445 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
446 (fortran-comment-line-start-skip): Simplify slightly.
447
ae4bf56d
GM
4482000-11-28 Gerd Moellmann <gerd@gnu.org>
449
17ef7534
GM
450 * play/5x5.el: Remove RCS keyword.
451
fd9ac94c 452 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 453
665b27a6
GM
4542000-11-28 Milan Zamazal <pdm@freesoft.cz>
455
456 * textmodes/tildify.el (tildify-string-alist): Add
457 `plain-tex-mode' here.
458
fe3c2ae3
GM
4592000-11-28 Colin Walters <walters@cis.ohio-state.edu>
460
461 * chistory.el (Command-history-setup): Remove extraneous `keymap'
462 reference.
463
d970106b
MB
4642000-11-28 Miles Bader <miles@gnu.org>
465
36b80a0d
MB
466 * cus-face.el (custom-face-attributes): Add post-filter function
467 for :box. Make pre-filter function for :box handle all cases.
468
d970106b
MB
469 * wid-edit.el (widget-choose): Make sure pop-up window is large
470 enough to display all the choices, as there's no way to scroll it.
471
5a2bae6c
KH
4722000-11-28 Kenichi Handa <handa@etl.go.jp>
473
474 * international/mule-conf.el: Make the coding system no-conversion
475 safe for all characters.
476
9e836e23
DL
4772000-11-27 Dave Love <fx@gnu.org>
478
8b31236d
DL
479 * net/ldap.el (ldap) <defgroup>: Add :version.
480
9e836e23
DL
481 * tooltip.el (tooltip-use-echo-area): Doc fix.
482
483 * cus-start.el <minibuffer-prompt-properties>: Add version.
484 <read-buffer-function>: Add.
485
486 * apropos.el (apropos-print): Add help-echo to active text.
487
488 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
489
4a74d071
GM
4902000-11-27 Gerd Moellmann <gerd@gnu.org>
491
492 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
493 type, group and version.
494
76058c27
EZ
4952000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
496
4a74d071 497 * select.el (x-get-selection): Docstring fix.
76058c27 498
fd9ac94c 4992000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 500
fd9ac94c 501 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 502
49060c51
AI
5032000-11-27 Andrew Innes <andrewi@gnu.org>
504
505 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
506
507 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
508
b2a8e429
MB
5092000-11-27 Miles Bader <miles@gnu.org>
510
511 * dired.el (dired-get-filename): Return filename verbatim if
512 LOCALP is `verbatim'.
513 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
514 `verbatim' so that we don't inadvertently delete a non-existant
515 directory name.
516
5ac0366d
KH
5172000-11-27 Kenichi Handa <handa@etl.go.jp>
518
519 * international/characters.el: Specify cases and syntaxes for
520 mule-unicode-0100-24ff.
521
67f1cf4c
GM
5222000-11-27 Gerd Moellmann <gerd@gnu.org>
523
524 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
525 that foreground and/or background colors of the face `tool-bar'
526 are unspecified.
527
46c56972
MB
5282000-11-27 Miles Bader <miles@gnu.org>
529
ec725166
MB
530 * wid-edit.el (widget-field-buffer, widget-field-start)
531 (widget-field-end): Handle widget field `pseudo-overlays'.
532 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
533 if it's there instead of in `widget-field-list'.
534
46c56972 535 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
536 (help-make-xrefs): Delete extraneous newlines at the end of the
537 docstring.
46c56972 538
640a9cdd
JR
5392000-11-25 Jason Rumney <jasonr@gnu.org>
540
541 * startup.el (command-line): Call set-locale-environment after
542 Window System init file is read, as it can result in a call to
543 redraw-frame.
544
0b3f96d4
EZ
5452000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
546
547 * simple.el (shell-command): Mention the effect of the prefix
548 argument in the doc string.
549
8da6e2a1
MB
5502000-11-25 Miles Bader <miles@gnu.org>
551
a658d039
MB
552 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
553
8da6e2a1 554 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 555 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 556
d3416cca
JR
5572000-11-24 Jason Rumney <jasonr@gnu.org>
558
559 * international/mule-cmds.el (locale-language-names): Add "jp" as
560 a non-standard alternative for Japanese.
561
17e37f53
AS
5622000-11-24 Andre Spiegel <spiegel@gnu.org>
563
564 * vc-hooks.el: Require 'cl during compilation.
565
9aa5f148
GM
5662000-11-24 Gerd Moellmann <gerd@gnu.org>
567
ba193890
GM
568 * faces.el (face-set-after-frame-default): Let face attributes
569 specified for new frames override frame parameters.
570
9aa5f148
GM
571 * startup.el (command-line): Fix computation of the source file
572 for user-init-file when user-init-file is a compiled file.
573
51a1edab
MB
5742000-11-24 Miles Bader <miles@gnu.org>
575
576 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
577 (custom-post-filter-face-spec): New functions.
578 (custom-face-set, custom-face-value-create): Filter the face spec
579 before and after customization.
580 (custom-face-set): If VALUE specifies a null face, pass a
581 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
582 * cus-face.el (custom-face-attributes): Remove SET and GET
583 functions. Add some IN-FILTER and OUT-FILTER functions in the few
584 cases they're needed.
585
1ed74431
MB
586 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
587 that it's distinguishable from the :off-glyph on dark-background
588 displays. Set its background color too.
589
67ee1125
MB
590 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
591 so that people can easily turn it off.
592
7d027816
MK
5932000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
594
595 * ediff-diff.el: Moved variables around to have it compile under NT.
596
9aa5f148 597 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
7d027816 598
9aa5f148 599 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
7d027816 600
9aa5f148 601 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816
MK
602 redundant skip-small-frames test.
603
9aa5f148 604 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
7d027816
MK
605 (viper-downgrade-to-insert): protect against errors in hooks.
606
9aa5f148
GM
607 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
608 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
609 (viper-restore-cursor-type,viper-set-insert-cursor-type): New
7d027816
MK
610 functions.
611
9aa5f148 612 * viper-util.el (viper-memq-char): Bug fixes.
7d027816 613
9aa5f148 614 * viper.el (viper-mode): Fix cursor handling.
7d027816 615
f07fa1b8
KH
6162000-11-24 Kenichi Handa <handa@etl.go.jp>
617
618 * international/mule-diag.el (list-iso-charset-chars): For
619 two-byte charset, fix the `while' condition.
620 (list-non-iso-charset-chars): Fix the `while' condition.
621
ba8299ff
SM
6222000-11-23 Stefan Monnier <monnier@cs.yale.edu>
623
79372165
SM
624 * subr.el (add-hook, remove-hook): Don't call make-local-hook
625 if the variable is make-variable-buffer-local.
626
ba8299ff
SM
627 * progmodes/ada-stmt.el (ada-template-map): Initialize
628 and bind it to C-c t in ada-mode-map.
629 (ada-stmt-mode-hook): New function extracted from old code.
630 Only change the buffer-local side of skeleton-*.
631 (ada-mode-hook): Use it.
632
68a887fa
EZ
6332000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
634
635 * iswitchb.el (iswitchb-minibuf-depth): New variable.
636 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
637 we expect to be returned by minibuffer-depth once we prompt the
638 user in the minibuffer.
639 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
640 as recorded in iswitchb-minibuf-depth, return non-nil.
641
3b345582
EZ
6422000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
643
644 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
645 (hscroll-window-maybe): Docstring fix.
646
595dead2
DL
6472000-11-23 Dave Love <fx@gnu.org>
648
649 * rect.el (string-rectangle): Don't test delete-selection-mode.
650
1e66b27a
GM
6512000-11-23 Gerd Moellmann <gerd@gnu.org>
652
02790ce2
GM
653 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
654 is in the tool bar.
655
1e66b27a
GM
656 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
657 with `no-dir'; we want the directory part to be able to remove
658 it.
659
a4caa65d
SM
6602000-11-22 Stefan Monnier <monnier@cs.yale.edu>
661
662 * textmodes/outline.el (outline-flag-region):
663 Don't bind inhibit-read-only since we don't modify the buffer.
664 (outline-isearch-open-invisible): Don't jump to overlay-start
665 since we're trying to unhide text around point.
666 (outline-discard-overlays): Use dolist.
667
668 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
669
03e757c1
GM
6702000-11-22 Gerd Moellmann <gerd@gnu.org>
671
672 * mail/rmail.el (rmail-confirm-expunge): Default to
673 y-or-n-p.
674
1598a961
SM
6752000-11-22 Stefan Monnier <monnier@cs.yale.edu>
676
677 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
678 Fix ARG regexp to skip quoted braces.
679 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
680 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
681 are (correctly) handled separately).
682 Remove `caption' and `footnote' from `citations': they contain text.
683 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
684 (latex-skeleton-end-hook): New function.
685 (latex-mode): Use it.
686 (tex-start-tex-marker): Remove.
687 (tex-send-tex-command): Don't set tex-start-tex-marker.
688 (tex-error-parse-syntax-table): New var.
689 (tex-compilation-parse-errors): Use it.
690 Ignore tex-start-tex-marker. Don't bother with marker-position.
691 (tex-validate-buffer): Don't bother with marker-position.
692
693 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 694 (flyspell-generic-progmode-verify): Use it.
1598a961 695
eaae8106
SS
6962000-11-22 Sam Steingold <sds@gnu.org>
697
03e757c1
GM
698 * simple.el (delete-trailing-whitespace): New interactive
699 function.
700
eaae8106 701 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 702 `ada-remove-trailing-spaces'.
eaae8106 703 (ada-remove-trailing-spaces): Removed.
03e757c1 704
eaae8106 705 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
03e757c1 706
1598a961
SM
707 * textmodes/picture.el (picture-clean): Removed.
708 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 709
a41d49e9
GM
7102000-11-22 Gerd Moellmann <gerd@gnu.org>
711
e053c60f
GM
712 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
713
a41d49e9
GM
714 * hi-lock.el (hi-lock-refontify): Don't call non-existent
715 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 716 do anything special when jit-lock is active.
a41d49e9
GM
717 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
718
197615f3
DL
7192000-11-22 Dave Love <fx@gnu.org>
720
ddbfaa9f
DL
721 * calendar/todo-mode.el (todo-top-priorities): Use
722 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
723
ddc3c695
DL
724 * language/chinese.el, language/cyrillic.el:
725 * language/devanagari.el, language/ethiopic.el, language/greek.el:
726 * language/hebrew.el, language/indian.el, language/japanese.el:
727 * language/korean.el, language/lao.el, language/misc-lang.el:
728 * language/thai.el, language/tibetan.el, language/vietnamese.el:
729 Use provide.
730
fb9fa98d
DL
731 * cus-edit.el (custom-buffer-create-internal): Save some consing.
732 (custom-variable-set): Improve validation error mesage.
733
197615f3
DL
734 * rect.el (string-rectangle): Revert last change.
735 (string-rectangle-line): New arg DELETE.
736 (string-rectangle): Check delete-selection-mode.
737
738 * emacs-lisp/edebug.el (edebug-version)
739 (edebug-maintainer-address): Deleted.
740 (edebug-submit-bug-report): Just alias to report-emacs-bug.
741 (edebug-read-function): Account for other `'#' read forms.
742 (edebug-mode-menus): Make some items toggles.
743 (edebug-outside-unread-command-event, unread-command-event):
744 Remove these to avoid warnings.
745
f4117c4d
GM
7462000-11-22 David Ponce <david@dponce.com>
747
748 * recentf.el (recentf-menu-items-for-commands)
749 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 750 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 751
f4117c4d
GM
752 (recentf-build-dir-rules, recentf-dump-variable)
753 (recentf-edit-list, recentf-open-files-item)
754 (recentf-open-files): Replaced unnecessary `mapcar' with new
755 built-in `mapc'.
eaae8106 756
f8e2f3f2
MB
7572000-11-23 Miles Bader <miles@gnu.org>
758
759 * faces.el (menu): Make inverse-video on ttys too.
760
4c4a541d
SM
7612000-11-22 Stefan Monnier <monnier@cs.yale.edu>
762
763 * simple.el (comment-line-break-function): Use the new name
764 indent-new-comment-line -> comment-indent-new-line.
765 (clone-indirect-buffer): Don't ignore NORECORD.
766 (next-completion): Properly handle the case where items are adjacent.
767
768 * mouse.el (popup-menu): Stupid typo.
769
980d836e
GM
7702000-11-22 Gerd Moellmann <gerd@gnu.org>
771
60e8e0a5
GM
772 * emacs-lisp/authors.el: Remove autoload cookies, add author,
773 maintainer, keywords tags.
774
980d836e
GM
775 * rect.el (replace-rectangle): Don't call string-rectangle-line
776 with too many arguments.
777
e08b2069
AS
7782000-11-22 Andre Spiegel <spiegel@gnu.org>
779
60e8e0a5 780 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 781 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
782 vc-locking-user, which no longer exists.
783
784 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
785
c6779d8d
DL
7862000-11-22 Dave Love <fx@gnu.org>
787
788 * md5.el (md5): Provide.
789 (md5): Fix error call.
790
e672fdce
MB
7912000-11-22 Miles Bader <miles@gnu.org>
792
eaae8106 793 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
794 (refill-fill-paragraph-at): Remove debugging code.
795
80e24c04
MB
796 * calendar/calendar.el (generate-calendar-window): When we don't
797 call `fit-window-to-buffer', make sure the top line is fully visible.
798
3a17d6cc
MB
799 * image-file.el (insert-image-file): Don't make `read-only'
800 property rear-nonsticky.
801
ae1a21c6
MB
802 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
803 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
804 stashing away its original value.
805 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
806 in the recursive edit.
807 Bind `isearch-original-minibuffer-message-timeout' to protect it.
808 (isearch-done): Restore `minibuffer-message-timeout'.
809
e672fdce
MB
810 * cus-start.el: Remove entry for `mode-line-inverse-video'.
811
3ea79df8
SM
8122000-11-21 Stefan Monnier <monnier@cs.yale.edu>
813
814 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
815
816 * find-lisp.el (find-lisp-find-files-internal):
817 Use dolist, when and file-name-as-directory.
818
980d836e 819 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
820 (define-derived-mode, define-minor-mode): Add specs.
821
822 * window.el: General comment and spacing fixes.
823 (save-selected-window): Use backquotes.
824 (window-safely-shrinkable-p): New function.
825 (shrink-window-if-larger-than-buffer): Use it.
826
827 * subr.el (make-local-hook): Docstring fix.
828
829 * shell.el (shell-mode): Use define-derived-mode.
830
831 * newcomment.el (comment-indent): Insert comment before calling
832 comment-indent-function. Don't insert in column 0.
833 (comment-dwim): Indent before inserting comment.
834
835 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
836 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
837 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
838 Use mapc rather than map.
839
840 * files.el (find-buffer-visiting): Compare all attributes before
841 declaring two files identical (rather than just their inode-no).
842 (auto-mode-alist): Use \' rather than $.
843
844 * which-func.el: Update maintainer line.
845
846 * pcvs.el (uniquify-buffer-file-name): Remove advice.
847 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
848 (uniquify-buffer-file-name): Use it.
849
8f62f2b8
MB
8502000-11-22 Miles Bader <miles@gnu.org>
851
852 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
853 * simple.el (minibuffer-avoid-prompt): New function.
854
fb279a6d
GM
8552000-11-21 Gerd Moellmann <gerd@gnu.org>
856
857 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
858
867092e9
MB
8592000-11-21 Miles Bader <miles@gnu.org>
860
ef860850
MB
861 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
862 inclusion of `track-mouse'.
863
867092e9
MB
864 * textmodes/refill.el (refill-ignorable-overlay): New variable.
865 (refill-adjust-ignorable-overlay): New function.
866 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
867 only the paragraph's tail if possible.
868 Update `refill-ignorable-overlay'.
869 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
870
871 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
872 point inside the fill-prefix.
873
874 * textmodes/refill.el (refill-post-command-function): Don't reset
875 refill-doit in the case where a self-insertion command doesn't
876 case a refill. Use `refill-fill-paragraph-at', getting position
877 from `refill-doit'.
878 (refill-after-change-function): Set `refill-doit' to END.
879 (refill-fill-paragraph-at): New function, mostly from old
880 refill-fill-paragraph.
881 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
882 (refill-pre-command-function): New function.
883 (refill-mode): Add it to `pre-command-hook'.
884
ff9ab414
GM
8852000-11-20 Gerd Moellmann <gerd@gnu.org>
886
29a01b72
GM
887 * textmodes/artist.el (artist-mode): Fix autoload cookie.
888
ff9ab414
GM
889 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
890 javadoc tags.
eaae8106 891
885b211b
AS
8922000-11-20 Andre Spiegel <spiegel@gnu.org>
893
894 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
895 vc.el).
896
eaae8106 897 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 898 require vc.
eaae8106
SS
899
900 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 901 checkouts.
eaae8106 902
d1838556
DL
9032000-11-20 Dave Love <fx@gnu.org>
904
905 * Makefile.in (DONTCOMPILE): Omit bindings.el.
906
2b69bc11 9072000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 908
2b69bc11
GM
909 * calculator.el (calculator-paste): Use `if' instead of `and'
910 and `or'.
911 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 912
b95b34e5
GM
9132000-11-19 Gerd Moellmann <gerd@gnu.org>
914
030de92f
GM
915 * info.el (info-menu-5): Doc fix.
916
b95b34e5
GM
917 * textmodes/artist.el: New file.
918
54970452
AS
9192000-11-19 Andre Spiegel <spiegel@gnu.org>
920
eaae8106 921 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
922 and differentiate according to checkout model.
923 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
924 since this function is only concerned with master state.
925
eaae8106 926 * vc-hooks.el (vc-workfile-unchanged-p,
54970452
AS
927 vc-default-workfile-unchanged-p): Moved here from vc.el.
928
eaae8106 929 * vc.el (vc-workfile-unchanged-p,
54970452
AS
930 vc-default-workfile-unchanged-p): See above.
931
e5a9dabf
MB
9322000-11-19 Miles Bader <miles@gnu.org>
933
934 * image-file.el (insert-image-file): Make `intangible' and
935 `read-only' properties rear-nonsticky too.
936
24127af0
GM
9372000-11-18 Gerd Moellmann <gerd@gnu.org>
938
d392e9c5 939 * ps-print.el: Update copyright notice.
eaae8106 940
d392e9c5
GM
941 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
942 (tooltip-show): Use the offsets.
943
24127af0 944 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 945 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
946 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
947
2b69bc11 9482000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 949
2b69bc11
GM
950 * ps-print.el (toplevel): Test for find-coding-system being
951 fboundp before calling ps-x-find-coding-system.
08ea6f17 952
66321b2f
SM
9532000-11-16 Stefan Monnier <monnier@cs.yale.edu>
954
955 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
956 (vc-version-backup-file): Docstring fix.
957
046110c6
GM
9582000-11-16 Gerd Moellmann <gerd@gnu.org>
959
4104194e
GM
960 * files.el (basic-save-buffer): Don't add a newline if
961 find-file-literally is non-nil.
962 (find-file-literally): Extend doc string.
963
046110c6
GM
964 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
965 sort(1) with the `-f' argument.
966
6505c16e
AS
9672000-11-16 Andre Spiegel <spiegel@gnu.org>
968
fd063975
AS
969 * vc.el: Updated backend documentation.
970 (vc-default-check-headers): New function.
971
3d02dd81 972 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
973
974 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 975 up-to-date.
eaae8106 976 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 977 the minibuffer is not active.
fd063975 978
eaae8106 979 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 980 `vc-cvs-use-edit' is on.
eaae8106
SS
981 (vc-cvs-checkout): When this is used for reverting the workfile,
982 make a backup of the original contents and revert to that in case
8791d617 983 of error.
eaae8106 984 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 985 remote repositories.
eaae8106 986
6505c16e
AS
987 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
988 for both version and ratio in the minibuffer.
fd063975 989
eaae8106 990 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 991 Use vc-do-command to perform the annotation, not call-process.
6505c16e 992
a13f0660
KH
9932000-11-16 Kenichi Handa <handa@etl.go.jp>
994
995 * international/quail.el (quail-start-translation): Don't call
996 `message' before reading key sequence.
997
1389a414
MB
9982000-11-16 Miles Bader <miles@lsi.nec.co.jp>
999
1000 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
1001
9256a532
KH
10022000-11-16 Kenichi Handa <handa@etl.go.jp>
1003
1004 * window.el (fit-window-to-buffer): Be sure to acquire at least
1005 one text line even if the buffer is empty.
1006
0e14fe9f
GM
10072000-11-16 Gerd Moellmann <gerd@gnu.org>
1008
eaae8106 1009 * net/ange-ftp.el (ange-ftp-file-writable-p)
0e14fe9f
GM
1010 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
1011 ange-ftp-process-verbose to nil.
1012
da645c53
DL
10132000-11-15 Dave Love <fx@gnu.org>
1014
233d5cde
DL
1015 * wid-edit.el (widget-specify-field, widget-specify-button): If
1016 :help-echo is a function, set help-echo of overlay to
1017 widget-mouse-help.
1018 (widget-mouse-help): New function.
1019 (widget-echo-help): Rewritten for :help-echo functions only taking
1020 a widget arg.
1021
b12057b9
DL
1022 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
1023 display-graphic-p.
1024 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
1025 and that JPEG is available.
1026 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
1027
da645c53
DL
1028 * international/mule-cmds.el (locale-charset-language-names):
1029 Match @euro.
1030
6d133d1f
GM
10312000-11-15 Gerd Moellmann <gerd@gnu.org>
1032
1033 * faces.el (face-set-after-frame-default): If
0e14fe9f 1034 `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
1035 default face from X resources.
1036
49ac2ac5
EZ
10372000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
1038
1039 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
1040 Don't set EMACSLOADPATH.
1041
4fb0a34c
EZ
10422000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
1043
1044 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
1045 texinfo-insert-@url.
1046 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
1047 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
1048
bb304a7a
SM
10492000-11-14 Stefan Monnier <monnier@cs.yale.edu>
1050
82bc80bf
SM
1051 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
1052 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
1053 (checkdoc-minor-keymap): Backward compatibility.
1054 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
1055 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
1056 (checkdoc-this-string-valid-engine): Be a bit more strict
1057 to avoid matching substrings of `...' quoted vars/funs.
1058 (checkdoc-defun-info): Only look for `interactive' if alone.
1059 (debug-ignored-errors): Add "arg doesn't appear in docstring".
1060
e8c87124
SM
1061 * progmodes/compile.el (grep): `tag-default' can be nil.
1062
bb304a7a
SM
1063 * newcomment.el (comment-indent): Paren typo.
1064
8628686a
DL
10652000-11-14 Dave Love <fx@gnu.org>
1066
25c269ef
DL
1067 * calculator.el: New maintainer version.
1068
66321b2f 1069 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 1070
8628686a
DL
1071 * cmuscheme.el: Doc fixes.
1072 (cmuscheme) <defgroup>: Use `scheme' as parent.
1073 (cmuscheme-program-name): Remove. Change uses to
1074 scheme-program-name.
1075
1076 * xscheme.el (scheme-program-name): Don't define here.
1077
1078 * progmodes/scheme.el (scheme-program-name): New variable
1079 (originally in cmuscheme).
1080
88f0a1eb
MB
10812000-11-14 Miles Bader <miles@gnu.org>
1082
1083 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
1084 Handle header-lines. Don't loop forever if we can't enlarge the
1085 window anymore. Simplify a bit.
1086
cd9a000c
KH
10872000-11-14 Kenichi Handa <handa@etl.go.jp>
1088
1089 * window.el (fit-window-to-buffer): Don't check
1090 window-text-height. Assure that the last line is fully visible.
1091
1092 * international/quail.el (quail-show-guidance-buf): Call
1093 fit-window-to-buffer to assure the enough height of the guidance
1094 buffer.
1095 (quail-update-guidance): Avoid making the guidance buffer shorter.
1096
d3fcda22
SM
10972000-11-14 Stefan Monnier <monnier@cs.yale.edu>
1098
bdbd9606
SM
1099 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
1100 rather than `prepend' and add an interesting comment.
1101 (tex-math-face, tex-font-lock-syntactic-face-function):
1102 New face and function to use it.
1103 (tex-define-common-keys, tex-mode-map): Use menu-item rather
1104 than `menu-enable' symbol property.
1105 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
1106 (tex-mode): Add some latex-mode commands for auto-selection.
1107 Use tex-font-lock-syntactic-face-function.
1108 (tex-insert-quote): Simplify.
1109 (tex-shell): New mode.
1110 (tex-start-shell): Use it.
1111 (tex-shell-proc, tex-shell-buf): New functions.
1112 (tex-send-command): Use it.
1113 (tex-main-file): Fix the meaning of the new arg REALFILE.
1114 (tex-send-tex-command): New function split from `tex-start-tex'.
1115 Set compilation-last-buffer and compilation-parsing-end.
1116
d3fcda22
SM
1117 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
1118 when it follows non-comment text on the line.
1119
1120 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1121 Set font-lock-defaults.
1122 (lisp-mode-shared-map): Init inside the defvar.
1123 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
1124 Use define-derived-mode.
1125
bdab1d43
MB
11262000-11-14 Miles Bader <miles@lsi.nec.co.jp>
1127
1128 * faces.el (header-line): Use `:box nil' for color/gs displays too.
1129
936ae731
GM
11302000-11-14 Gerd Moellmann <gerd@gnu.org>
1131
1132 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
1133 recursively optimize body because that can lead to infinite
1134 recursion; see comment there.
1135
1695ca2b
EZ
11362000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
1137
1138 * faces.el (face-spec-set-match-display): Revert the change from
1139 2000-10-24. Add a FIXME for after v21.1.
1140
9d348294
MB
11412000-11-13 Miles Bader <miles@gnu.org>
1142
1143 * textmodes/fill.el (skip-line-prefix): New function.
1144 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
1145 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
1146 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
1147 point inside the fill-prefix.
9d348294 1148
b85fa13c
MB
11492000-11-13 Miles Bader <miles@lsi.nec.co.jp>
1150
1151 * calendar/calendar.el (generate-calendar-window): Use
1152 `fit-window-to-buffer'.
1153
a0b47716
SM
11542000-11-12 Stefan Monnier <monnier@cs.yale.edu>
1155
1156 * gud.el (gud-minor-mode): New var.
1157 (gud-symbol, gud-val): New functions.
1158 (gud-find-file): Copy gud-minor-mode to the new buffer.
1159 (gud-menu-map): Include entries for commands that are not always
1160 available, using :enable to (de)activate them.
1161 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
1162 (gud-mode-map): New map.
eaae8106 1163 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
1164 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
1165 Don't set up gud's menu (it's done by the minor-mode).
1166 (gud-minibuffer-local-map): New.
1167 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
1168 (gud-query-cmdline): New function.
1169 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
1170 (gud-mode): Use define-derived-mode.
1171 Don't set up gud's menu (it's done by the minor-mode).
1172 (gud-chop-words): Remove.
1173 (gud-common-init): Use split-string instead.
1174 (gud-new-keymap, gud-make-debug-menu): Eradicate.
1175
1176 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
1177 Add keyword arg :name.
1178
1179 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
1180 (diff-count-matches, diff-split-hunk): New functions.
1181 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
1182
1183 * pcvs-info.el (cvs-fi-conflict-face): New var.
1184
1185 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
1186 Make it into a simple syntax-table, shared among all submodes.
1187 (sh-heredoc-face): Re-introduce.
1188 (sh-font-lock-syntactic-face-function): New function.
1189 (sh-mode): Use it. Also use define-derived-mode.
1190 Remove old bogus setting of indent-region-function.
1191 (sh-set-shell): Don't set the syntax-table any more.
1192 (sh-mode-syntax-table) <defun>: Remove.
1193
f5ed37df
MB
11942000-11-12 Miles Bader <miles@gnu.org>
1195
1196 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
1197 message if interactive.
1198
0b074c2f
DL
11992000-11-12 Dave Love <fx@gnu.org>
1200
1201 * mail/feedmail.el: Fix header,
1202 (feedmail) <defgroup>: Add :link.
1203
1204 * view.el: Use local-map property, not keymap on mode-line string.
1205
1206 * scroll-all.el (scroll-all-mode): Customize variable. Add
1207 autoload cookie to function.
1208
1209 * lazy-lock.el: Remove compatibility code.
1210
1211 * finder.el (finder-known-keywords): Add `files', remove `vms'.
1212 (finder-help-echo): New variable.
1213 (finder-mouse-face-on-line): Add help-echo stuff.
1214 (finder-list-keywords, finder-list-matches): Use mapc.
1215
1216 * faces.el (face-font-registry-alternatives): Add :version.
1217
1218 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
1219 tags-table-list.
1220
a0b47716 1221 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 1222
a0b47716 1223 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
1224 (mail-mode): Use [:alnum:] in some regexps.
1225
6d502396
DL
12262000-11-10 Dave Love <fx@gnu.org>
1227
1228 * ediff.el (ediff-regions-internal, ediff-documentation):
1229 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
1230 fundamental mode.
1231
1232 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
1233 buffer into fundamental mode.
1234 (ediff-set-difference): Use copy-sequence if available.
1235
1236 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
1237 ediff-patch-map non-nil.
1238 (ediff-fixup-patch-map, ediff-fixup-patch-map)
1239 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
1240 buffer into fundamental mode.
1241
1242 * ediff-merg.el (state-or-merge): Defvar when compiling.
1243
a82fe213
JR
12442000-11-10 Jason Rumney <jasonr@gnu.org>
1245
1246 * w32-fns.el (w32-add-charset-info): New function.
1247 (w32-charset-info-alist): Use it.
1248
52d89894
GM
12492000-11-10 Gerd Moellmann <gerd@gnu.org>
1250
1251 * faces.el (face-font-registry-alternatives): New user-option.
1252
178932de
SM
12532000-11-10 Stefan Monnier <monnier@cs.yale.edu>
1254
d7fa3319
SM
1255 * textmodes/texinfo.el (texinfo-block-default): New var.
1256 (texinfo-insert-block): Use it. Insert a newline if needed.
1257
178932de
SM
1258 * textmodes/fill.el (fill-indent-according-to-mode): New var.
1259 (fill-region-as-paragraph): Use it.
1260
1261 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
1262 (latex-mode): Tweak tex-*-(head|trail)er regexps.
1263 Tweak paragraph regexps to allow a leading [ \t]*.
1264 (tex-latex-block): Insert a newline if necessary.
1265 (latex-insert-item): Only insert a newline if necessary.
1266 (tex-guess-main-file): New function.
1267 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
1268 Set tex-main-file if TeX-master is provided.
1269 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
1270
bd02b8e0
GM
12712000-11-10 Gerd Moellmann <gerd@gnu.org>
1272
1273 * startup.el (command-line): Set the default tooltip-mode
1274 to t for graphical displays which implement x-show-tip.
1275
1276 * tooltip.el (tooltip-mode): Add a comment about startup.el
1277 setting the default value of this user-option.
1278
b29b03eb
SM
12792000-11-09 Stefan Monnier <monnier@cs.yale.edu>
1280
1281 * font-lock.el (font-lock-*-face) <defvar>: Move.
1282 (font-lock-defaults-alist): Mark obsolete.
1283 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
1284 (font-lock-mode): Use define-minor-mode.
1285 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
1286 (font-lock-turn-off-thing-lock): Be more explicit.
1287 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
1288 (font-lock-syntactic-face-function): New var.
1289 (font-lock-fontify-syntactically-region): Use it.
1290 (font-lock-doc-face): New.
1291
1292 * pcvs.el (cvs-enabledp): Ignore errors.
1293 (cvs-commit-filelist): Never query.
1294 (cvs-mode-insert): Always add a terminating / in the initial prompt.
1295 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
1296 (cvs-do-removal): Use cvs-partition rather than delete-if.
1297 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
1298 cvs-bury-buffer.
1299
1300 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1301 Allow `next' to jump to after the end of the last match.
1302
778fbc46
GM
13032000-11-09 Gerd Moellmann <gerd@gnu.org>
1304
730c746c
GM
1305 * simple.el (byte-compiling-files-p): New function.
1306
1307 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
1308 if it is there.
1309
1310 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
1311 nil again.
1312
778fbc46
GM
1313 * textmodes/ispell.el (ispell-library-path): Don't call
1314 check-ispell-version when byte-compiling because that starts
1315 an ispell process, and ispell might not be installed.
1316 (toplevel): Don't set up a menu when byte-compiling.
1317
1318 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
1319 it, so that a boundp test can be used to determine if we're
1320 currently byte-compiling.
1321
5912c5bb
DL
13222000-11-09 Dave Love <fx@gnu.org>
1323
1324 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
1325 eval-after-load.
1326
7bb054a5
GM
13272000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1328
1329 * ps-print.el: Patch for variable initialization when spooling. Doc
1330 fix.
1331 (ps-output-list): Fun eliminated.
1332 (ps-begin-file, ps-begin-job): Code fix.
1333
9db2706e
DL
13342000-11-08 Dave Love <fx@gnu.org>
1335
1336 * ediff-wind.el (ediff-control-frame-parameters): Zero
1337 tool-bar-lines.
1338
f7eb32aa
GM
13392000-11-08 Gerd Moellmann <gerd@gnu.org>
1340
1341 * simple.el (shell-command, display-message-or-buffer)
1342 (shell-command-on-region): Mention resize-mini-windows in the doc
1343 string.
1344 (display-message-or-buffer): Take the value of resize-mini-windows
1345 into account.
1346
7b01b08c
GM
13472000-11-07 Gerd Moellmann <gerd@gnu.org>
1348
acad3c0b
GM
1349 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
1350
7b01b08c
GM
1351 * dired.el (dired-between-files): Add `^. find' as an alternative
1352 to the regular expression, for find-dired.
1353
6f602bd0
SM
13542000-11-06 Stefan Monnier <monnier@cs.yale.edu>
1355
1356 * textmodes/texnfo-upd.el: Require texinfo.
1357 (defmacro, defgroup): Remove.
1358 (texinfo-section-to-generic-alist): Remove.
1359 Use texinfo-section-list instead (i.e. level is changed string->int).
1360 (texinfo-filter): New function.
1361 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
1362 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
1363 Use it. And use regexp-opt.
1364 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
1365 (texinfo-update-menu-region-beginning)
1366 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
1367 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
1368 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 1369 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
1370 (texinfo-sequential-node-update): Remove autoload cookie.
1371
1372 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
1373 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
1374 (texinfo-chapter-level-regexp): Remove.
1375 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
1376
bb216218
DL
13772000-11-06 Dave Love <fx@gnu.org>
1378
6f602bd0 1379 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 1380
6f602bd0
SM
1381 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
1382 Match defun*.
bb216218 1383
ff8dd5d5
KH
13842000-11-06 Kenichi Handa <handa@etl.go.jp>
1385
1386 * composite.el (composition-function-table): Variable declaration
1387 moved to src/composite.c.
1388 (compose-chars-after): New optional arg object.
1389
e9da51a1
GM
13902000-11-06 Gerd Moellmann <gerd@gnu.org>
1391
e0c12c68
GM
1392 * bindings.el (mode-line-toggle-read-only)
1393 (mode-line-toggle-modified, mode-line-widen)
1394 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
1395 (make-mode-line-mouse2-map): Rewritten.
1396 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
1397 functions so that C-h k can show something with a doc string.
eaae8106 1398
e9da51a1
GM
1399 * startup.el (fancy-splash-delay): Set to 10 seconds.
1400 (fancy-splash-max-time): New user-option.
1401 (fancy-splash-stop-time): New variable.
1402 (fancy-splash-screens): Set it. Catch `stop-splashing'.
1403 (fancy-splash-screens-1): Throw `stop-splashing' when current
1404 time is greater than fancy-splash-stop-time.
1405
611dbdf0
SM
14062000-11-06 Stefan Monnier <monnier@cs.yale.edu>
1407
4d2806e2
SM
1408 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
1409
611dbdf0
SM
1410 * pcvs.el (cvs-mode-marked): New arg `noquery'.
1411 Prompt user for a file rather than raising an error.
1412 (cvs-enabledp): Fix call to cvs-mode-marked.
1413 (cvs-insert-file): New function (extracted from cvs-mode-insert).
1414 (cvs-mode-insert): Use it. Change the init prompt' value.
1415 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
1416
1417 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
1418 Don't pass default arg to ewoc-locate.
1419 (ewoc-collect): Return result in the right order.
1420
1421 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
1422
1423 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
1424 (cvs-status-get-tags): Fix regexp.
1425 (cvs-status-trees, cvs-status-cvstrees):
1426 Combine after change hooks and don't sit-for.
4d2806e2
SM
1427 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
1428 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
1429 Use make-char rather than hard-coded cryptic data.
1430 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
1431
1432 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
1433
1434 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
1435 (cvs-insert-strings): New function.
1436
937b2877
MB
14372000-11-06 Miles Bader <miles@lsi.nec.co.jp>
1438
1439 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
1440 `mwheel-scroll-amount'.
1441 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
1442 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
1443 string-matching against the version string.
1444
c6c97763
KH
14452000-11-06 Kenichi Handa <handa@etl.go.jp>
1446
6eaec747
KH
1447 * language/thai.el ("Thai"): Set a lisp form that produces
1448 composed string in `sample-text' language info.
1449
1450 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
1451 composed string in `sample-text' language info.
1452
1453 * international/mule-cmds.el (describe-language-environment): Eval
1454 `sample-text' data and insert the result.
1455
c6c97763
KH
1456 * international/mule-conf.el (compound-text): Define this coding
1457 system here. Make x-ctext and ctext aliases of it.
1458
1459 * language/european.el (compound-text, ctext): Moved to
1460 international/mule-conf.el.
1461
d1145f85
AI
14622000-11-05 Andrew Innes <andrewi@gnu.org>
1463
1464 * w32-fns.el (w32-version): New function.
1465
178a6a45
SM
14662000-11-05 Stefan Monnier <monnier@cs.yale.edu>
1467
1468 * progmodes/awk-mode.el: Update copyright.
1469 (awk-mode-abbrev-table): Remove.
1470 (awk-font-lock-keywords): Use regexp-opt.
1471 (awk-mode): Use define-derived-mode.
1472
1473 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
1474 when extracting a suffix.
1475
1ba90166
AS
14762000-11-04 Andre Spiegel <spiegel@gnu.org>
1477
1478 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
1479 auto-save-mode.
1480
546790cb
JR
14812000-11-04 Jason Rumney <jasonr@gnu.org>
1482
1483 * language/european.el (decode-mac-roman): Test against r1 not r0.
1484
d247e32d
SM
14852000-11-03 Stefan Monnier <monnier@cs.yale.edu>
1486
fbf44f44
SM
1487 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
1488 (icon-mode): Define indent-line-function.
1489 (icon-comment-indent): Simplify.
1490 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
1491
1492 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
1493
1494 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
1495 Bind change-log-default-mode to defeat the caching done on it.
1496 Don't bother saving excursion any more.
1497
1498 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
1499
1500 * frame.el (after-setting-font-hook): Rename hooks -> hook.
1501 (set-frame-font): Use the new name (and the old for compatibility).
1502
eaae8106
SS
1503 * toolbar/tool-bar.el (tool-bar-mode):
1504 * time.el (display-time-mode):
1505 * recentf.el (recentf-mode):
1506 * paren.el (show-paren-mode):
1507 * mwheel.el (mouse-wheel-mode):
1508 * msb.el (msb-mode):
1509 * jka-compr.el (auto-compression-mode):
1510 * image-file.el (auto-image-file-mode):
1511 * hl-line.el (hl-line-mode):
1512 * delsel.el (delete-selection-mode):
1513 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
1514 * complete.el (partial-completion-mode): Drop unneeded positional args.
1515
eaae8106 1516 * info.el (Info-mode):
79372165 1517 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 1518
d247e32d
SM
1519 * log-edit.el (log-edit-menu): New menu.
1520
4921558e
MB
15212000-11-03 Miles Bader <miles@gnu.org>
1522
1523 * wid-edit.el (widget-end-of-line): Reinstate, with a new
1524 definition, so that trailing spaces are handled properly.
1525 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
1526
1fc02b3c
GM
15272000-11-03 Gerd Moellmann <gerd@gnu.org>
1528
1529 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
1530 tab character.
1531 (fancy-splash-screens): Set tab-width to 20.
1532
51d001f7
DL
15332000-11-03 Dave Love <fx@gnu.org>
1534
1535 * comint.el (comint-completion-addsuffix): Fix custom type.
1536
ba22aeff
SM
15372000-11-02 Stefan Monnier <monnier@cs.yale.edu>
1538
1539 * font-lock.el (font-lock-buffers): Remove.
1540 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
1541 (font-lock-change-major-mode): Remove.
1542 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
1543 (font-lock-default-fontify-region): Extend the multiline
1544 fontification to whole lines.
1545 (font-lock-fontify-anchored-keywords)
1546 (font-lock-fontify-keywords-region): If matching just one
1547 line (with \n) only mark the \n as multiline.
1548
1549 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
1550 Correctly handle the case where several :group args are supplied.
1551 Allow :extra-args.
1552 (easy-mmode-define-global-mode): Allow :extra-args.
1553 Correctly handle the case where several :group args are supplied.
1554
9c887ada
MB
15552000-11-02 Miles Bader <miles@gnu.org>
1556
eaae8106 1557 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
1558 (holiday-face): Remove dependency on `window-system'.
1559
7f25090d
KR
15602000-11-02 Ken Raeburn <raeburn@gnu.org>
1561
1562 * Makefile.in (emacs): Set EMACSLOADPATH always.
1563 (update-authors, .el.elc, compile-files): Don't do it explicitly
1564 here.
9b911107 1565 (compile-files): Bomb out if compilation of a file fails.
7f25090d 1566
7dd6009c
DL
15672000-11-02 Dave Love <fx@gnu.org>
1568
1569 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
1570
94821e4f
EZ
15712000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
1572
1573 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
1574 punctuation in the warning inserted into the *mail* buffer.
1575
1ac3fc42
GM
15762000-11-02 Gerd Moellmann <gerd@gnu.org>
1577
57731876
GM
1578 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
1579 (authors-public-domain-p): New function.
1580 (authors-print): Use it.
1581
975f82c9
GM
1582 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
1583
1ac3fc42
GM
1584 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
1585
4b3eb10f
GM
15862000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1587
975f82c9 1588 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
1589 (ps-print-version): New version number (6.3.1).
1590 (ps-even-or-odd-pages): Customization fix.
1591 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
1592 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
1593 (ps-page-count): Var replaced by `ps-page-column'.
1594 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
1595 (ps-print-sheet-p): New fun.
1596
7da794df
MB
15972000-11-02 Miles Bader <miles@lsi.nec.co.jp>
1598
1599 * tooltip.el (tooltip-gud-tips-setup): New function.
1600 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
1601 (tooltip-mode): Call tooltip-gud-tips-setup.
1602 (tooltip-gud-tips): Use `gud-basic-call' instead of
1603 process-send-string, so the prompt gets frobbed appropriately.
1604 Handle nil return value from `tooltip-gud-print-command'.
1605
0e40b809
EL
16062000-11-01 Eric M. Ludlam <zappo@ultranet.com>
1607
1608 * comint.el (comint-add-to-input-history): New function.
1609 (comint-send-input): Use `comint-add-to-input-history'.
1610
50ada0db
MB
16112000-11-02 Miles Bader <miles@lsi.nec.co.jp>
1612
973a3104
MB
1613 * info.el (info-menu-header): New face.
1614 (Info-fontify-menu-headers): New function.
1615 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
1616
50ada0db
MB
1617 * info.el (Info-insert-dir): Don't include blank lines at
1618 beginning of additional dir files (one is added automatically).
1619
bff53411
SM
16202000-11-01 Stefan Monnier <monnier@cs.yale.edu>
1621
1622 * emacs-lisp/easy-mmode.el (define-minor-mode):
1623 Revert the latest changes.
1624 Allow the three positional arguments to be skipped and replaced
1625 by keyword arguments.
1626 Add a :toggle argument to determine whether a nil arg means toggle
1627 or means turn-on. The default is unchanged.
1628 Add a call to force-mode-line-update.
1629
6b8a0b2d
DL
16302000-11-01 Dave Love <fx@gnu.org>
1631
1632 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
1633 cookie.
1634
5bf99100
MB
16352000-11-01 Miles Bader <miles@lsi.nec.co.jp>
1636
1637 * calendar/calendar.el (diary-face, holiday-face): Add
1638 dark-background variants.
1639
a4032611
SS
16402000-10-31 Sam Steingold <sds@gnu.org>
1641
1642 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
1643 `tex-main-file' does not have directory in it.
1644
c286608e
SM
16452000-10-31 Stefan Monnier <monnier@cs.yale.edu>
1646
1647 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
1648
4836835a
TTN
16492000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
1650
1651 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
1652 functional change.
1653
26dcb81b
GM
16542000-10-31 Gerd Moellmann <gerd@gnu.org>
1655
1656 * files.el (find-file-noselect): When we expand a wildcard, return
1657 a list of buffers, as we should do according to the doc string.
1658
49fc4500
KR
16592000-10-31 Ken Raeburn <raeburn@gnu.org>
1660
1661 * loadup.el (top level): Adjust load path if program name is
1662 "../src/bootstrap-emacs", in case it's not dumped and thus the
1663 load path adjustment hasn't already been done.
1664
ea0c615d
GM
16652000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1666
1667 * ps-print.el: Fix bug on selected pages for printing. Use
1668 `color-values' for Emacs 21. Ensure fontification when jit-lock
1669 is on. Try to avoid warning messages when compiling. Doc Fix.
1670 (ps-print-version): New version number (6.3).
1671 (ps-color-device): Use `color-values' to determine if device
1672 supports color.
1673 (ps-color-values): Try to use `x-color-values' when using XEmacs.
1674 (ps-print-page-p): Changed from defsubst to defun.
1675 (ps-page-number): Changed from defmacro to defun.
1676 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
1677 printing.
c286608e 1678 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
1679 (ps-end-file, ps-dummy-page): Funs eliminated.
1680 (ps-print-color-scale): Changed default value.
1681 (ps-page-n-up, ps-print-page-p): New internal vars.
1682 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
1683 (ps-plot-region, ps-generate, ps-end-job): Code fix.
1684
9e20722f
GM
1685 * delim-col.el: Little programming improvement.
1686 (delimit-columns-str): New macro.
1687 (delimit-columns-region, delimit-columns-rectangle): Code fix.
1688
d7a0fd00
KH
16892000-10-31 Kenichi Handa <handa@etl.go.jp>
1690
c286608e
SM
1691 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
1692 Moved to european.el.
d7a0fd00
KH
1693 (ccl-encode-mac-roman-font, fontset-mac): Modified for
1694 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
1695 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
1696 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 1697
234be340
DL
16982000-10-30 Dave Love <fx@gnu.org>
1699
1700 * progmodes/cc-menus.el (imenu-generic-expression)
1701 (imenu-progress-message): Only defvar when compiling.
1702
4edc4a39
DL
1703 * emacs-lisp/elp.el (elp-unload-hook): New function.
1704
1705 * loadhist.el (unload-feature): Call elp-restore-function,
1706 checking for symbols; don't use elp-restore-all.
1707 (loadhist-hook-functions): Doc fix.
1708
70c825df
SM
17092000-10-30 Stefan Monnier <monnier@cs.yale.edu>
1710
1711 * log-edit.el (log-edit-confirm): Fix the default.
1712
1d3baf74
GM
17132000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1714
1715 * delim-col.el: Little fix: replace delimit-columns-align-columns by
1716 delimit-columns-format.
1717 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 1718
1ec321a7
MB
17192000-10-30 Miles Bader <miles@lsi.nec.co.jp>
1720
1721 * comint.el (comint-replace-by-expanded-history): Don't use
1722 comint-get-old-input (we're not looking at *old* input).
1723 (comint-get-old-input-default): If using fields, signal an error
1724 when the point is not in an input field.
1725
70737ea9
KH
17262000-10-30 Kenichi Handa <handa@etl.go.jp>
1727
1728 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
1729 and mule-unicode-e000-ffff.
1730
fa0cb51d 1731 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
1732 (make-coding-system): Accept a symbol of translation table as a
1733 value of property `safe-chars'.
1734
1735 * international/mule-cmds.el (encode-coding-char): Check property
1736 safe-chars instead of safe-charsets.
1737
1738 * international/fontset.el (fontset-default): Modified for
1739 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
1740 (x-font-name-charset-alist): Likewise.
1741 (ccl-encode-unicode-font): New CCL program. Record it in
1742 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
1743
70c825df
SM
1744 * language/european.el (mac-roman-decoder, mac-roman-encoder):
1745 New translation tables.
70737ea9
KH
1746 (decode-mac-roman, encode-mac-roman): Definition of these CCL
1747 programs are modified and moved from mac-win.el.
1748 (mac-roman): Definition of this coding system is modified and
1749 moved from mac-win.el.
4836835a 1750
fda2ce24 17512000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 1752
1d3baf74 1753 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 1754 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 1755
dd4d3cb6
MB
17562000-10-29 Miles Bader <miles@gnu.org>
1757
1758 * custom.el (custom-add-to-group): Allow multiple entries for a
1759 given value OPTION, as long as their widget types are different.
1760 * cus-edit.el (custom-face-value-create): If face name doesn't end
1761 with "face", add such here (similar to custom group widgets).
1762
1763 * comint.el (comint-highlight-prompt): Add :type.
1764
dace60cf
JW
17652000-10-28 John Wiegley <johnw@gnu.org>
1766
1767 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
1768 Changed this function to operate on a temporary buffer instead of
1769 the main buffer. This not only keeps flyspell from marking a
1770 buffer as changed that wasn't, but it solves the jumpy cursor
1771 problem when attempts are made to edit incorrect words.
1772 (flyspell-maybe-correct-doubling): Same change as for
1773 `flyspell-maybe-correct-transposition'.
1774
1775 * calendar/timeclock.el (timeclock-log): Doc fix.
1776 (timeclock-last-event): Doc fix.
1777 (timeclock-log): Kill the timelog buffer after appending a new
1778 event.
1779 (timeclock-find-discrep): Use a temp buffer to read in the
1780 timelog, instead of visiting the file.
1781 (timeclock-log-data): A new function, along with a host of helper
1782 functions, for the purpose of making timelog data accessible to
1783 programmers.
1784
1785 * eshell/esh-mode.el (window-height test): Make certain that
1786 `eshell-stringify-t' is non-nil.
1787 (eshell-password-prompt-regexp): Changed to a much simpler
1788 password regexp.
1789 (eshell-send-input): If `eshell-invoke-directly' returns t,
1790 directly invoke the parsed command using `eval'. This improves
1791 turn-around time on simple commands by a factor of three or
1792 greater, such as cd, ls, pwd, etc. -- which get used very often.
1793 It also conserves thousands of cons cells per call (since
1794 `eshell-do-eval' consumes memory like a Cookie Monster set loose
1795 in the Pacific Cookie Company).
1796
1797 * eshell/esh-test.el (eshell-test): Whitespace fix.
1798
1799 * eshell/em-ls.el (eshell-ls-insert-directory): Make
1800 `eshell-ls-initial-args' nil when inserting directory contents.
1801
1802 * eshell/em-script.el (eshell-script-initialize): Add names to
1803 `eshell-complex-commands, since `source' and `.' are complex.
1804
0467b076
EZ
1805 * eshell/esh-cmd.el (eshell-rewrite-for-command)
1806 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
1807 `eshell-copy-handles'.
1808 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
1809 bodies.
1810 (eshell-separate-commands): Whitespace fix.
1811 (eshell-complex-commands): Added a new list of names, for
1812 determining whether a given command is as simple as it looks.
1813 (eshell-invoke-directly): New function. Returns t if a command
1814 should be invoked directly (using `eval'), rather than indirectly
1815 using `eshell-do-eval'.
1816 (eshell-do-eval): Whitespace fix.
1817
1818 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
1819 which provides an emulation of the DOS shell behavior of assuming
1820 that cp/mv/ln should copy/move/link to the current directory.
1821 (eshell-remove-entries): Added a doc string.
1822 (eshell-shuffle-files): Removed the check for `target' being null.
1823 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
1824 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
1825 it to do a smarter check of whether a destination was provided.
1826 (eshell/mv, eshell/cp): Enable `:preserve-args'.
1827 (eshell/ln): Enable `:preserve-args', and use
1828 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
1829 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
1830 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
1831 list after flattening it. This makes it possible to cat files
1832 with numerical names.
1833 (eshell-unix-initialize): Added several names to
1834 `eshell-complex-commands.
1835 (eshell-unix-command-complex-p): Return t if a given command name
1836 may result in external processes being invoked.
1837
1838 * eshell/em-glob.el (eshell-glob-show-progress): Make this
1839 variable nil by default, since it slows down glob processing by a
1840 factor of two or more, and increases memory consumption.
1841
1842 * eshell/em-smart.el: Added a note about how memory consumptive
1843 smart display mode can be (at least this is true in Emacs 21).
1844 (eshell-smart-initialize): Whitespace fix.
1845 (eshell-refresh-windows): Use `if' instead of `when'.
1846 (eshell-smart-scroll-window): Calling `save-current-buffer' was
1847 not necessary.
1848 (eshell-currently-handling-window): Added a missing global
1849 variable.
1850
1851 * eshell/em-ls.el (eshell-do-ls): Code simplification.
1852 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
1853 Whitespace fix.
1854 (eshell-ls-exclude-hidden): Added this variable in addition to
1855 `eshell-ls-exclude-regexp'. This one prevents files beginning
1856 with . from even being read, which can improve memory consumption
1857 quite a bit.
1858 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
1859 read file entries beginning with a dot. In home directories with
1860 lots of hidden files, fully two-thirds of the time spent in ls is
1861 used to read directory entries that are immediately thrown away.
1862 (eshell-ls-initial-args): Added back this configuration variable,
1863 for specifying default initial arguments to every call to ls.
1864 Much faster than using an alias to do the same thing.
1865 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
1866 (eshell-ls-dir): Whitespace change.
1867
1868 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
1869
1870 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
1871 available.
1872 (eshell-stringify-t): Added a customization variable, to indicate
1873 whether `t' should be rendered as a string at all. If not, one
1874 can still determine if the result of an expression is true using
1875 "file-exists-p FILE && echo true".
1876 (eshell-stringify): If `eshell-stringify-t' is nil, don't
1877 stringify t!
1878
1879 * eshell/esh-module.el: Whitespace fix.
1880
1881 * eshell/em-alias.el (eshell-alias-initialize): Added
1882 `eshell-command-aliased-p' to `eshell-complex-commands'.
1883 (eshell-command-aliased-p): New function that returns t if a
1884 command name names an aliased.
1885
657f9cb8 18862000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 1887
0467b076 1888 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 1889 redrawing the screen when changing cursor color.
0467b076
EZ
1890 (viper-insert-state-pre-command-sentinel)
1891 (viper-replace-state-pre-command-sentinel)
70c825df
SM
1892 (viper-replace-state-post-command-sentinel):
1893 Use viper-preserve-cursor-color.
657f9cb8
MK
1894 Many functions changed to use viper= instead of = when comparing
1895 characters.
0467b076 1896 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 1897 working with characters.
0467b076 1898 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
1899 Many functions changed to use viper= instead of = when comparing
1900 characters.
0467b076 1901 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 1902
0467b076 1903 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 1904 Several typos fixed in various docstrings.
0467b076
EZ
1905 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
1906 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
657f9cb8 1907 hook.
0467b076
EZ
1908 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
1909 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
1910 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
1911 (ediff-get-selected-buffers): New function.
1912 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
1913 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
657f9cb8 1914 save-window-excursion.
0467b076 1915 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 1916 termination check in while loop.
0467b076 1917 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 1918 dired buffer.
0467b076
EZ
1919 (ediff-files,ediff-merge-files,ediff-files3)
1920 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 1921
4f490d99
DL
19222000-10-28 Dave Love <fx@gnu.org>
1923
1924 * info.el (Info-fontify-node): Add help-echo for menu items.
1925
45b84006
EZ
19262000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
1927
5ebc02b3
EZ
1928 * startup.el (normal-top-level): If the value of $TERM indicates
1929 we are running from xterm or one of its work-alikes, default to a
1930 light background mode.
1931
45b84006
EZ
1932 Support for -fg, -bg, and -rv command-line arguments for TTYs:
1933 * faces.el (tty-handle-reverse-video): New function.
1934 (tty-create-frame-with-faces): Call it.
1935
1936 * frame.el (frame-notice-user-settings): Don't apply
1937 default-frame-alist and initial-frame-alist to MS-DOS frames.
1938 Call tty-handle-reverse-video, frame-set-background-mode, and
1939 face-set-after-frame-default for non-MS-DOS frames.
1940
1941 * startup.el (tty-long-option-alist): New variable.
1942 (tty-handle-args): New function.
1943 (command-line): Call tty-handle-args.
1944
1945 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
1946 startup.el now does that for all character-terminal frames.
1947
eab6e8b9
MB
19482000-10-28 Miles Bader <miles@gnu.org>
1949
1950 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
1951 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
1952 global. If :global is followed by a non-nil but non-t value,
1953 make the mode buffer-local, but also generate a `global-MODE'
1954 version using `easy-mmode-define-global-mode'. Add
1955 :conditional-turn-on keyword argument.
1956
51a29efc
DL
19572000-10-28 Dave Love <fx@gnu.org>
1958
1959 * international/latin1-disp.el (latin1-char-displayable-p): Don't
1960 use window-system.
1961
d71d7114
EZ
19622000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
1963
1964 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
1965 Don't call find-buffer-file-type-coding-system. Instead, just
1966 set eol-type to -unix if inhibit-eol-conversion is in effect, or
1967 if the file is on an untranslated filesystem.
1968 (add-untranslated-filesystem): Use "D" instead of "f" inside
1969 interactive.
1970
1f9cab4b
DL
19712000-10-27 Dave Love <fx@gnu.org>
1972
70c825df 1973 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
1974 (refill-mode): Use it.
1975
70c825df
SM
19762000-10-27 Stefan Monnier <monnier@cs.yale.edu>
1977
1978 * international/quail.el (quail-activate): Don't make-local-hook.
1979
7432cf10
AS
19802000-10-27 Andre Spiegel <spiegel@gnu.org>
1981
4836835a 1982 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 1983 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
1984 (vc-make-version-backup): Don't do it on MS-DOS without long file
1985 names.
4836835a 1986
7432cf10
AS
1987 * vc.el (vc-version-other-window): If an automatic backup of the
1988 desired version exists, rename it instead of copying it.
1989
4836835a
TTN
1990 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
1991 after command. If there's an unexpected error, signal it instead
7432cf10 1992 of being silent.
e1483c38 1993 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 1994
05ea7ef2
MB
19952000-10-27 Miles Bader <miles@lsi.nec.co.jp>
1996
fd1035aa
MB
1997 * shell.el (shell): Add BUFFER argument.
1998 * comint.el (make-comint-in-buffer): New function.
1999 (make-comint): Use it.
2000
05ea7ef2
MB
2001 * faces.el (face-spec-choose): Change syntax so that the list of
2002 attribute-value pairs is now the cdr of each clause, not the cadr.
2003 Detect old-style entries, and handle them. Use pop.
2004
835a55fe
SM
20052000-10-26 Stefan Monnier <monnier@cs.yale.edu>
2006
f5ab1cdd
SM
2007 * cus-edit.el (custom-mode-map): Use a sparse map.
2008 (custom-mode): Don't bother with make-local-hook.
2009
2010 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
2011
835a55fe
SM
2012 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
2013
c13b0ec8
GM
20142000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2015
2016 * ps-print.el: Avoid compilation gripes.
2017 (ps-print-version): New version number (6.2.1).
4836835a 2018
e9f63196
DL
20192000-10-26 Dave Love <fx@gnu.org>
2020
0b95284b
DL
2021 * menu-bar.el: Modify some menu item help strings.
2022 (menu-bar-help-menu): Add link to MORE.STUFF.
2023
e9f63196
DL
2024 * cus-edit.el (custom-mode): Add `special' mode-class property.
2025
2026 * wid-browse.el (widget-browse-mode): Likewise.
2027
2028 * wid-edit.el (widget-specify-field): Revert to using local-map
2029 property, not keymap.
2030
e276a14a
MB
20312000-10-26 Miles Bader <miles@lsi.nec.co.jp>
2032
c1545d88
MB
2033 * wid-edit.el (widget-field-end): When checking for a `boundary'
2034 field, do so in the correct buffer.
2035
3c1b77ca
MB
2036 * simple.el (undo): Correctly distinguish between numeric and
2037 non-numeric prefix args in non-transient-mark-mode, as per the doc
2038 string. When in transient-mark-mode, treat all prefix-args as
2039 numeric.
2040
f5ab1cdd
SM
2041 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
2042 Position point on match. Handle N == 0 correctly.
22626d9d
MB
2043
2044 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
2045 (comint-mode-map): Reverse order of `comint-write-output' and
2046 `comint-append-output-to-file'.
2047 (comint-append-output-to-file): Reinstate this function, for the
2048 benefit of the menu.
2049
d97151cb
SM
20502000-10-25 Stefan Monnier <monnier@cs.yale.edu>
2051
2052 * vc.el (vc-version-other-window): Bind `file'.
2053
ea7d6f5b
GM
20542000-10-25 Gerd Moellmann <gerd@gnu.org>
2055
f5ab1cdd 2056 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
2057
2058 * emacs-lisp/authors.el (batch-update-authors): New function.
2059 (authors-fixed-entries): New defconst.
2060 (authors-add-fixed-entries): New function.
2061 (authors): Call it.: Don't process lispref/.
2062
17c25cea
JR
20632000-10-25 Jason Rumney <jasonr@gnu.org>
2064
2065 * cus-edit.el (custom-button-face, custom-button-pressed-face):
2066 Merge x w32 and mac definitions.
2067
4ecda532
GM
20682000-10-25 Gerd Moellmann <gerd@gnu.org>
2069
2070 * menu-bar.el (menu-bar-options-menu): Add a help string for
2071 `uniquify'.
2072
b6735035
GM
20732000-10-25 Stephen Gildea <gildea@alum.mit.edu>
2074
f5ab1cdd
SM
2075 * time-stamp.el (time-stamp-string-preprocess):
2076 Fix a wrong type argument error.
b6735035 2077
f4cbc7a0
MB
20782000-10-25 Miles Bader <miles@gnu.org>
2079
2080 * recentf.el (recentf-mode): Variable removed.
2081 (recentf-mode): Use `define-minor-mode'.
2082
2083 * mwheel.el (mouse-wheel-mode): New global minor mode.
2084 (mwheel-install): Use `mouse-wheel-mode'.
2085
f4b020f6
DL
20862000-10-25 Dave Love <fx@gnu.org>
2087
f5ab1cdd
SM
2088 * progmodes/cperl-mode.el (cperl-mode):
2089 Set normal-auto-fill-function correctly.
072cb6f9 2090
f4b020f6
DL
2091 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
2092 inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 2093 bindings.
f4b020f6 2094
ebe2a441
MB
20952000-10-25 Miles Bader <miles@lsi.nec.co.jp>
2096
ff4dcd4b
MB
2097 * wid-edit.el (widget-field-at): New function.
2098 (widget-at, widget-field-activate): Use it.
2099 (widget-tabable-at): Use `widget-at'.
2100 (widget-specify-field): If the terminating character of the widget
2101 field (which is read-only) is a newline, put it into a special
2102 `boundary' field so that C-n/C-p act more naturally.
2103 (widget-field-end): Also don't subtract one if a special
2104 `boundary' field has been added after the widget field.
2105
ebe2a441
MB
2106 * comint.el (comint-output-filter, comint-send-input): Don't
2107 bother adding stickiness fields to overlays to fool the field
2108 code, since it should notice the overlay insertion-types now.
ff4dcd4b 2109
ebe2a441
MB
2110 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
2111 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
2112 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
2113
fe50b6ab
GM
21142000-10-24 Gerd Moellmann <gerd@gnu.org>
2115
53df4dda
GM
2116 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
2117 (authors): Set file coding system to iso-2022-7bit. Add
2118 file-local variables to output buffer.
2119
4836835a 2120 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
2121 WARN is nil.
2122
53df4dda
GM
21232000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2124
2125 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
2126
2127 * delim-col.el: Now there is a column formatting mechanism.
2128 Modified to customization mechanisms convention. Doc fix.
2129 (columns): New group for delim-col.
2130 (delimit-columns-before, delimit-columns-after)
2131 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
2132 (delimit-columns-end): New vars.
2133 (delimit-columns-customize, delimit-columns-format): New funs.
2134 (delimit-columns-region, delimit-columns-rectangle)
2135 (delimit-columns-rectangle-line): Modified to support column
2136 formatting.
4836835a 2137
a9839779
DL
21382000-10-24 Dave Love <fx@gnu.org>
2139
2140 * log-edit.el (log-edit): Add :version and a :group for vc.
2141
df0267b8
GM
21422000-10-24 Gerd Moellmann <gerd@gnu.org>
2143
9acc3873
GM
2144 * files.el (after-find-file): Don't print a message ``New file''
2145 if WARN is nil.
2146
63e1b552
GM
2147 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
2148 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
2149 get duplicate tool-bar entries because we'll see the global ones
2150 on more than one path through keymaps.
2151
1946f901
GM
2152 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
2153
df0267b8
GM
2154 * progmodes/cmacexp.el: Change Francesco's email address.
2155
ae3b264b
KH
21562000-10-24 Kenichi Handa <handa@etl.go.jp>
2157
2158 * window.el (fit-window-to-buffer): Adjust point of the window
2159 buffer, not that of the current buffer.
2160
23afac01
EZ
21612000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
2162
2163 * progmodes/cmacexp.el: Update the euthor's email address.
2164
22d1a4ed
MB
21652000-10-24 Miles Bader <miles@lsi.nec.co.jp>
2166
2167 * faces.el (face-spec-set-match-display): Add `graphic' display
2168 type (the inverse of `tty'). Use `display-graphic-p' instead of
2169 the window-system variable.
2170
f408aa48
KH
21712000-10-24 Kenichi Handa <handa@etl.go.jp>
2172
2173 * international/isearch-x.el (isearch-with-input-method): Call
2174 input-method-function with the first event in
2175 unread-command-events.
2176
94fe8a31
MB
21772000-10-24 Miles Bader <miles@lsi.nec.co.jp>
2178
2179 * faces.el (face-default-spec, face-user-default-spec): Make
2180 defsubsts.
2181
8f47302e
AC
21822000-10-24 Andrew Choi <akochoi@i-cable.com>
2183
2184 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
2185 New charsets.
2186
2187 * term/mac-win.el: Remove definitions of mac-roman-lower and
2188 mac-roman-upper, require dired, and define instead of set
2189 mac-ready-for-drag-n-drop to avoid compilation error.
2190
446c097e
AI
21912000-10-23 Andrew Innes <andrewi@gnu.org>
2192
2193 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
2194 superfluous calls to subst-char-in-string; instead apply
2195 expand-file-name after convert-standard-filename to ensure
2196 expected directory separators are used.
2197
379b70e7
EZ
21982000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
2199
2200 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
2201
85c766e9
DL
22022000-10-23 Dave Love <fx@gnu.org>
2203
b7e03a67
DL
2204 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
2205 (tool-bar-add-item): Set foreground and background for XBM icons.
2206
2207 * international/latin1-disp.el (latin1-char-displayable-p): New
2208 function (from Handa).
2209 (latin1-display-check-font): Use it.
2210
0dcf8835
DL
2211 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
2212 using :key-sequence, making it much more usable. Use nconc, not
2213 append.
2214 (imenu--create-keymap-1): Avoid append.
2215
85c766e9 2216 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 2217
cb3069bb
MB
22182000-10-23 Miles Bader <miles@lsi.nec.co.jp>
2219
2220 [the following changes fix a bug where `define-minor-mode' didn't
2221 correctly generate :require clauses for defcustoms in compiled files]
2222 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
2223 (byte-compile-log-file, byte-compile-log-1): Don't set
2224 `byte-compile-current-file' to nil. Instead set
2225 `byte-compile-last-logged-file' to it. Test whether
2226 byte-compile-current-file equals byte-compile-last-logged-file
2227 instead of whether its nil.
3b6542ba 2228 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 2229
6db6243b
SM
22302000-10-23 Stefan Monnier <monnier@cs.yale.edu>
2231
2232 * textmodes/refill.el: Fix var names in doc.
2233 (refill-mode): Don't bother with make-local-hook anymore.
2234
98490598
MB
22352000-10-23 Miles Bader <miles@lsi.nec.co.jp>
2236
e01cd227
MB
2237 * faces.el (face-user-default-spec, face-default-spec): New functions.
2238 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 2239 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
2240 Use `face-user-default-spec'. Simplify code slightly.
2241
4836835a 2242 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
2243 (woman-unknown-face): Add dark-background variants.
2244 (woman-default-faces): Renamed from `woman-colour-faces'.
2245 Set using the stored defaults, rather than using hard-wired colors.
2246 (woman-monochrome-faces): Renamed from `woman-black-faces'.
2247 Just make the foreground `unspecified' rather than "black".
2248 (woman-menu): Rename menu entries accordingly.
2249
98490598
MB
2250 * faces.el (header-line): Make more reasonable on mono/grayscale
2251 displays.
2252
1a578e9b
AC
22532000-10-23 Andrew Choi <akochoi@i-cable.com>
2254
2255 * cus-edit.el (custom-button-face): Use 3D look for mac.
2256 (custom-button-pressed-face): Likewise.
2257
2258 * faces.el (set-face-attributes-from-resources): Handle mac frames
2259 in the same way as x and w32 frames.
2260 (face-valid-attribute-values): Likewise.
2261 (read-face-attribute): Likewise.
2262 (defined-colors): Likewise.
2263 (color-defined-p): Likewise.
2264 (color-values): Likewise.
2265 (display-grayscale-p): Likewise.
2266 (face-set-after-frame-default): Likewise.
2267 (mode-line): Same default face as for x and w32.
2268 (tool-bar): Likewise.
2269
2270 * frame.el: Remove call to frame-notice-user-settings at end of
2271 the file.
2272
2273 * info.el (Info-fontify-node): make underlines invisible for mac
2274 as for x, pc, and w32 frame types.
2275
2276 * term/mac-win.el: New file.
2277
aaaf7be7
DL
22782000-10-22 Dave Love <fx@gnu.org>
2279
2280 * textmodes/refill.el: New file.
2281
5392d654
AS
22822000-10-22 Andre Spiegel <spiegel@gnu.org>
2283
4836835a 2284 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 2285 MANUAL and REGEXP.
4836835a 2286 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
2287 New functions.
2288 (vc-before-save): Use the latter.
2289 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
2290 confusion.
2291
4836835a 2292 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
2293 expected by vc[-hooks].el.
2294
2295 * vc.el (vc-checkout): Added `-p' suffix in call to
2296 vc-make-version-backups-p; use vc-make-version-backup to actually
2297 make the backup.
2298 (vc-version-other-window, vc-version-backup-file): Handle both
2299 automatic and manual backups.
2300 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
2301 of all of them.
2302
1e221c16
MB
23032000-10-22 Miles Bader <miles@gnu.org>
2304
7ff4fda5
MB
2305 * comint.el (comint-highlight-input, comint-highlight-prompt):
2306 Renamed, `-face' at end removed.
2307 (comint-send-input, comint-output-filter): Use renamed faces.
2308
3511cde8
MB
2309 * window.el (fit-window-to-buffer): Change defaulting of
2310 MAX-HEIGHT slightly.
2311
1e221c16
MB
2312 * faces.el (color-values, color-defined-p): Use `member', not
2313 `memq', because it works correctly for strings.
2314 (frame-set-background-mode): Actually, "unspecified-fg" and
2315 "unspecified-bg" *are* strings. Use `member', not `memq', and
2316 `equal', not `eq', when a string value is possible.
2317
b6ef4898
EZ
23182000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
2319
2320 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
2321
34939e2c
SM
23222000-10-21 Stefan Monnier <monnier@cs.yale.edu>
2323
2324 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
2325 sh-electric-rparen, sh-electric-less and sh-electric-hash.
2326 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
2327 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
2328 (sh-font-lock-syntactic-keywords): Use them.
2329 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
2330 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
2331 (sh-mode): Don't override font-lock-unfontify-region-function.
2332 Use a copy of sh-font-lock-syntactic-keywords.
2333 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
2334 Don't call sh-scan-buffer since font-lock does it on the fly.
2335 (sh-get-indent-info): Use `face' rather than `syntax-table'
2336 text-property to detect here-documents.
2337 Replace sh-special-syntax with sh-st-punc.
2338 (sh-prev-line): Use `face' rather than `syntax-table'
2339 text-property to skip over here-documents.
2340 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
2341 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
2342 (sh-electric-less, sh-set-here-doc-region)
4836835a 2343 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
2344 (sh-scan-buffer, sh-rescan-buffer): Remove.
2345
f3d3c491
AI
23462000-10-21 Andrew Innes <andrewi@gnu.org>
2347
2348 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
2349 remote (ange-ftp) file names.
2350
b86c791c
MB
23512000-10-21 Miles Bader <miles@gnu.org>
2352
d9c30bdf
MB
2353 * window.el (fit-window-to-buffer): New function.
2354 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
2355 (window-text-height): Don't expect minibuffers to have mode-lines.
2356
d9c30bdf 2357 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
feb5013d
MB
2358 * international/quail.el (quail-update-guidance): Use
2359 `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 2360
617fee5a
MB
2361 * international/quail.el (quail-show-guidance-buf): Make sure
2362 guidance window really has enough room.
2363 (quail-update-guidance): If quail-guidance-win is already shown,
2364 make sure its height is OK.
2365
b86c791c
MB
2366 * window.el (window-text-height, set-window-text-height):
2367 New functions.
2368 (shrink-window-if-larger-than-buffer): Use `window-text-height'
2369 instead of `window-height' & `mode-line-window-height-fudge'.
2370 (mode-line-window-height-fudge): Add FACE parameter.
2371 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
2372 instead of `enlarge-window' & `mode-line-window-height-fudge'.
2373
e34850d1
MB
23742000-10-20 Miles Bader <miles@gnu.org>
2375
2376 * window.el (height-affecting-face-attributes): Use `defconst'.
2377
2378 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
2379 New function, conditionally aliased to `mode-line-window-height-fudge'.
2380 (ispell-help): Use it.
2381 (ispell-choices-win-default-height): Don't include mode-line fudge.
2382 (ispell-choices-win-default-height): New function.
2383 (ispell-show-choices, ispell-command-loop): Use function
2384 `ispell-choices-win-default-height' instead of variable.
2385
a8b883c2
MB
23862000-10-20 Miles Bader <miles@lsi.nec.co.jp>
2387
8c6e4a58
MB
2388 * window.el (mode-line-window-height-fudge): New variable.
2389 (height-affecting-face-attributes): New variable.
2390 (mode-line-window-height-fudge): New function.
2391 (shrink-window-if-larger-than-buffer): Use it.
2392 * help.el (resize-temp-buffer-window): Likewise.
2393
a8b883c2
MB
2394 * info.el (Info-fontify-node): Add support for @subsubsection
2395 titles, which use `Info-title-4-face'.
2396 (Info-title-4-face): New face.
2397 (Info-title-3-face): Inherit from Info-title-4-face instead of
2398 variable-pitch.
2399
e64c3a75
JR
24002000-10-19 Jason Rumney <jasonr@gnu.org>
2401
2402 * dired.el (dired-insert-directory): Do not let errors signalled by
2403 attempt to run dired-free-space-program prevent dired from working.
2404
c70fe852
SM
24052000-10-19 Stefan Monnier <monnier@cs.yale.edu>
2406
2407 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
2408
877cf6b4
GM
24092000-10-19 Gerd Moellmann <gerd@gnu.org>
2410
5de037e0
GM
2411 * dirtrack.el (dirtrack): Fix call to run-hooks.
2412
6deb9af9
GM
2413 * cmuscheme.el (cmuscheme-program-name): Renamed from
2414 scheme-program-name because xscheme.el contains a defcustom with
2415 the same name. As a consequence, customizing group `cmuscheme'
2416 loaded `xscheme' which redefined run-scheme.
2417 (run-scheme): Use cmuscheme-program-name.
2418
877cf6b4
GM
2419 * ps-print.el (ps-print-emacs-type): Move into the
2420 eval-and-compile.
2421
e597d8fb 2422 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 2423 anonymous address, and add a website for Befrienders International.
4836835a 2424
3e9cb08f
GM
24252000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2426
c70fe852
SM
2427 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
2428 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
2429 (ps-print-version): New version number (6.2).
2430 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
2431 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
2432 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
2433 (ps-x-extent-priority, ps-x-extent-start-position)
2434 (ps-x-face-font-instance, ps-x-find-coding-system)
2435 (ps-x-font-instance-properties, ps-x-make-color-instance)
2436 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
2437 avoid compilation gripes without defining functions.
2438 (ps-e-find-composition): Alias for function find-composition, to have a
2439 suitable function depending on Emacs version.
2440 (ps-color-device, ps-color-values, ps-face-foreground-name)
2441 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
2442 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
2443 (ps-print-ensure-fontified): Function definitions surrounded by
2444 `eval-and-compile' to avoid compilation gripes.
2445 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
2446 by symbol-value to avoid compilation gripes.
2447 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
2448 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
2449
d8abcd91
MB
24502000-10-19 Miles Bader <miles@lsi.nec.co.jp>
2451
13ab33c4
MB
2452 * startup.el (normal-top-level): Call `frame-set-background-mode'
2453 after `frame-notice-user-settings' because the latter doesn't call
2454 the former on a tty.
2455
d8abcd91
MB
2456 * faces.el (frame-set-background-mode): `unspecified' &c are
2457 symbols, not strings.
2458
e8bce0a9
EZ
24592000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
2460
c70fe852
SM
2461 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
2462 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 2463
c70fe852
SM
2464 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
2465 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 2466
773272d8
KH
24672000-10-19 Kenichi Handa <handa@etl.go.jp>
2468
c70fe852 2469 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
2470 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
2471 for ISO10646-1 fonts.
2472 (x-font-name-charset-alist): Add an entry for "iso10646-1".
2473
772139c0
EZ
24742000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
2475
2476 * faces.el (frame-set-background-mode): If a tty frame defines a
2477 background color, use that to compute the background mode, instead
2478 of always defaulting to "dark".
2479
d134a19f
MB
24802000-10-19 Miles Bader <miles@lsi.nec.co.jp>
2481
8bb84cb2
MB
2482 * comint.el (comint-write-output): New function.
2483 (comint-mode-map): Add it to the menu.
e40a778f 2484 Bind `C-c C-s' to comint-write-output.
d134a19f 2485
dada41e1
GM
24862000-10-18 Gerd Moellmann <gerd@gnu.org>
2487
2488 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
2489 Use fancy-splash-delay.
2490
9b5360aa
GM
24912000-10-18 Alex Schroeder <alex@gnu.org>
2492
2493 * progmodes/sql.el (sql-sybase-options): New option.
2494 (sql-sybase): Use it. Add sql-database to the list of parameters
2495 provided for login. The options -w 2048 -n are not used any more.
2496
9035a35a
GM
2497 * comint.el (comint-read-input-ring): Bugfix such that the first
2498 and the last entry of the input ring file are not lost.
2499
3556c6dd
GM
25002000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2501
2502 * ps-print.el: Internal variable changes to defcustom,
2503 make-local-hook changes to defvar. Doc fix.
2504 (ps-print-version): New version number (6.1).
2505 (ps-setup, ps-do-despool): Code fix.
2506 (ps-printer-name): Customization fix.
2507 (ps-printer-name-option): Now is a defcustom instead of an
2508 internal variable.
2509 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
2510 (ps-print-begin-column-hook): Now are defvar instead of
2511 make-local-hook.
4836835a 2512
4e217e50
MB
25132000-10-18 Miles Bader <miles@gnu.org>
2514
2515 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
2516 (comint-kill-output): Changed into an alias for `comint-delete-output',
2517 and made obsolete.
2518 (comint-mode-map): Rename references to comint-kill-output.
2519
34460354
EZ
25202000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
2521
2522 * diff-mode.el (diff-header-face, diff-file-header-face)
2523 (diff-changed-face): Add bold and italic attributes to tty faces.
2524 (diff-function-face): New face.
2525 (diff-font-lock-keywords): Use it.
2526
17ea3cdb
MB
25272000-10-18 Miles Bader <miles@lsi.nec.co.jp>
2528
2529 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
2530 Remove commented-out call to force-mode-line-update.
2531 (comint-kill-output): Use `forward-line 0' instead of
2532 beginning-of-line to make sure we get past the prompt.
2533
9244f2c7
SM
25342000-10-17 Stefan Monnier <monnier@cs.yale.edu>
2535
2536 * diff-mode.el (diff-header-face, diff-file-header-face):
2537 Add specific setting for dark background.
2538 (diff-context-face): Renamed from diff-comment-face.
2539 Set explicitly rather than inheriting from font-lock-comment-face.
2540
1592c1ef
EZ
25412000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2542
2543 * startup.el (command-line): Move the code which sets the default
2544 TTY colors to before before-init-hook.
2545
f86292a9
GM
25462000-10-17 Gerd Moellmann <gerd@gnu.org>
2547
2548 * jit-lock.el (jit-lock-stealth-time): Doc fix.
2549
f7f2e883
EZ
25502000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2551
e854cc22
EZ
2552 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
2553 extensions, for MS-DOS.
2554
f7f2e883
EZ
2555 * diff-mode.el (diff-header-face, diff-file-header-face)
2556 (diff-changed-face): Define tty-specific colors.
2557
c7b4f0f9
GM
25582000-10-17 Gerd Moellmann <gerd@gnu.org>
2559
2560 * startup.el (fancy-splash-text): Realign the text.
2561
12a72271
EZ
25622000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2563
2564 * font-lock.el (font-lock-comment-face): Define a separate default
2565 for dark-background tty's.
2566
61dfccfd
MB
25672000-10-17 Miles Bader <miles@gnu.org>
2568
2569 * help.el (resize-temp-buffer-window): Add hack to avoid last line
2570 being obscured by whizzy mode-lines on graphics displays.
2571
333cd59e
EZ
25722000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2573
2574 * info.el (Info-title-1-face, Info-title-2-face)
2575 (Info-title-3-face): Define colors for tty's.
dada41e1 2576 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 2577
dbf1fcc1
EZ
25782000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
2579
2580 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
2581 reverse from the frame parameters, and don't invert foreground and
2582 background colors.
2583
ac629823
MB
25842000-10-16 Miles Bader <miles@gnu.org>
2585
2586 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
2587 string "*Info*". Call propertized-buffer-identification to spruce
2588 up the result.
2589
76eebffc
GM
25902000-10-16 Gerd Moellmann <gerd@gnu.org>
2591
3a6b59d9
GM
2592 * help.el: Provide `help' for the sake of define-minor-mode
2593 which generates defcustoms with requires.
2594
6569c3d3
GM
2595 * jit-lock.el (jit-lock-after-change): If we're in text that
2596 matches a multi-line font-lock pattern, make sure the whole text
2597 will be redisplayed.
2598
c2e0a611
GM
2599 * emacs-lisp/authors.el (authors-add): Don't add an entry if
2600 author's name is unknown.
2601
76eebffc
GM
2602 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
2603 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
2604 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
2605 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
2606 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
2607 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
2608 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
2609 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
2610 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
2611 Add author information.
2612
cf1e7b12
MB
26132000-10-16 Miles Bader <miles@lsi.nec.co.jp>
2614
2615 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
2616 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
2617 full-color version (using the Gimp) to eliminate dithering artifacts.
2618
5586f3eb
SM
26192000-10-15 Stefan Monnier <monnier@cs.yale.edu>
2620
2621 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
2622
2623 * simple.el (syntax-flag-table, string-to-syntax): Remove.
2624
ad64a888
DL
26252000-10-15 Dave Love <fx@gnu.org>
2626
2627 * progmodes/sh-script.el: Require skeleton and comint when
2628 compiling.
2629
2630 * pcomplete.el (pcomplete) <defgroup>: Add :version.
2631
2632 * whitespace.el: Doc fixes.
2633 (top-level): Don't add hooks here.
2634 (whitespace-running-emacs): Deleted.
2635 (timer): Don't require.
2636 (whitespace): Add back :version conditional on xemacs test.
2637 (whitespace-spacetab-regexp, whitespace-indent-regexp)
2638 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
2639 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
2640 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
2641 Avoid specific xemacs test.
2642 (whitespace-global-mode): New option.
2643 (whitespace-global-mode): New command.
2644 (whitespace-unload-hook): New function.
2645
2646 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 2647 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
2648 (Info-fontify-node): `Goto' goes to `Go to'.
2649 (Info-fontify-node): Add help-echo to xref links.
2650
1ef49fc6
EZ
26512000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
2652
2653 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
2654
8b7707e1
SM
26552000-10-15 Stefan Monnier <monnier@cs.yale.edu>
2656
b3b7f42f
SM
2657 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
2658 Use plist-get and allow :inherit.
2659
2660 * emacs-lisp/cl-macs.el (cl-do-arglist):
2661 Use plist-get and plist-member instead of memq.
2662
3c7fafc7
SM
2663 * emacs-lisp/ewoc.el (ewoc-location): New function.
2664 (ewoc-enter-after, ewoc-enter-before): Document return value.
2665 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
2666 Don't need make-local-hook any more.
2667 (cvs-addto-collection): Return the new tin.
2668 (cvs-mode-insert): Jump to the new line.
2669
8b7707e1
SM
2670 * jit-lock.el (jit-lock-fontify-buffer): Remove.
2671
2672 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
2673
2674 * font-lock.el (font-lock-syntactically-fontified): New var.
2675 (font-lock-fontify-syntactic-keywords-region): Use it.
2676 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
2677
2678 * diff-mode.el (diff-find-file-name): Fix regexp.
2679
2680 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
2681 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
2682
2683 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
2684 (sh-mode-syntax-table): Add punctuation syntax for < and >.
2685 (sh-mode): Don't make all vars local here.
2686 (sh-kw): Reformat.
2687 (sh-set-shell): Use dolist. Don't set indent-region-function.
2688 (sh-mode-syntax-table): Use pop.
2689 (sh-remember-variable): Use push.
2690 (sh-help-string-for-variable): Use memq.
2691 (sh-safe-backward-sexp): Remove.
2692 (sh-safe-forward-sexp): Add ARG.
2693 (sh-get-indent-info, sh-prev-stmt): Use it.
2694 (sh-prev-line): Simplify by using forward-comment.
2695 (sh-this-is-a-continuation): Simplify.
2696 (sh-learn-buffer-indent): Use dolist.
2697 (sh-do-nothing): Remove.
2698 (sh-set-char-syntax, sh-set-here-doc-region):
2699 Use inhibit-modification-hooks.
2700 (sh-name-style): Use mapcar and push.
2701 (sh-load-style): Use dolist.
2702 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
2703 (sh-case, sh-while-getopts): Use propertize directly rather
2704 than sh-electric-rparen.
2705
27062000-10-14 Stefan Monnier <monnier@cs.yale.edu>
2707
2708 * textmodes/tex-mode.el: Require CL when compiling.
2709 (tex-mode-syntax-table): Init immediately.
2710 (tex-mode-map): Bind M-RET to latex-insert-item.
2711 (latex-mode): Set indent-line-function to latex-indent.
2712 (tex-common-initialization): Don't setup the syntax-table any more.
2713 (latex-insert-item): New skeleton.
2714 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 2715 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 2716 (latex-indent, latex-find-indent): New functions.
4836835a 2717 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
2718 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
2719 (tex-compilation-parse-errors): Use with-syntax-table.
2720
86b7fcbb
MB
27212000-10-15 Miles Bader <miles@gnu.org>
2722
2723 * font-lock.el (font-lock-comment-face): Change dark-background,
2724 color, non-tty, default to `chocolate1'.
2725
57a24508
JW
27262000-10-13 John Wiegley <johnw@gnu.org>
2727
2728 * eshell/esh-util.el (require): Added a missing `require' form,
2729 needed when compiling (for an ange-ftp macro definition).
2730
40ad3db4
DL
27312000-10-13 Dave Love <fx@gnu.org>
2732
2733 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
2734
db460189
GM
27352000-10-13 Gerd Moellmann <gerd@gnu.org>
2736
b41c9501
GM
2737 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
2738 fix.
2739
4836835a 2740 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
2741 transparent -colors 8).
2742
3b5e21df
GM
27432000-10-13 Stephen Gildea <gildea@alum.mit.edu>
2744
2745 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
2746 that breaks with old list format timestamps.
2747 (time-stamp-warn-inactive, time-stamp-old-format-warn)
2748 (time-stamp-count, time-stamp-conversion-warn): Improved doc
2749 strings.
2750
16908a3f
JW
27512000-10-13 John Wiegley <johnw@gnu.org>
2752
d7103dda
JW
2753 * align.el, pcomplete.el, calendar/timeclock.el,
2754 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
2755
dace60cf 2756 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
2757 faulty math, where holiday hours were being computing as seconds.
2758
b6b70cda
JW
27592000-10-13 John Wiegley <johnw@gnu.org>
2760
2761 * desktop.el (desktop-buffer-modes-to-save): Added a global for
2762 specifying what "other" kinds of buffers should be saved. This
2763 used to be hard-coded.
2764 (desktop-buffer-misc-functions): A global for specifying how
2765 auxiliary data should be determined for special buffer types.
2766 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
2767 instead of hard-coding the special buffer types.
2768 (desktop-save): Run `desktop-buffer-misc-functions' to gather
2769 auxiliary data, instead of hard-coding for Info buffers and dired.
2770 (desktop-buffer-info-misc-data): Aux function for determining Info
2771 buffer auxiliary info.
2772 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
2773 (desktop-buffer-info): Changed this function to use the info
2774 gathered above.
2775 (desktop-create-buffer): Be a little more careful about what
2776 `minor-mode' means before calling it. This is important for some
2777 buffer types.
2778
8c6b1d83
JW
27792000-10-13 John Wiegley <johnw@gnu.org>
2780
2781 * eshell/esh-util.el: Added a global form which declares an
2782 autoload for `parse-time-string', if that function is not already
2783 defined, and if parse-time.el is available on the user's system.
2784
2785 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
2786 to be aware of ange-ftp user info.
2787 (eshell-do-ls): Bind `ange-cache'. Also, use
2788 `eshell-file-attributes'.
2789 (eshell-ls-annotate): Use `eshell-file-attributes'.
2790 (eshell-ls-file): Made the user-id printing code a bit smarter.
2791
2792 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
2793 allow identification of alias user ids in remote directories.
2794 It's manual, but there's no other way to know when the current
2795 user on the local machine, is also the owning user on the remote
2796 machine.
2797 (fboundp): Bind `ange-cache'.
2798 (eshell-directory-files-and-attributes): Re-organized the logic a
2799 bit to use `eshell-file-attributes' instead of `file-attributes'.
2800 The former is more sensitive to directories that are read via FTP,
2801 and knows how to use ange-ftp to determine full attribute
2802 information, instead of just the name and last modtime.
2803 (eshell-current-ange-uids): Return the current user id when in a
2804 remote directory.
2805 (eshell-parse-ange-ls): Parse a full directory listing that has
2806 been returned by ange-ftp.
2807 (eshell-file-attributes): This beefed up version of
2808 `file-attributes' is only special if the user is currently in a
2809 remote directory, in which case it does a lot of work to find out
2810 what the real attributes of a file are, as they appear on the
2811 remote machine. This makes usage of remote directories (i.e.,
2812 ange-ftp pathnames) much more useful. You can now use Eshell as a
2813 full-fledged FTP client, with much more manipulation ability than
2814 most other clients.
2815
2816 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
2817 variable, which means that Eshell's du should always be preferred
2818 in remote directories.
2819 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
2820 just `file-attributes'.
2821 (eshell-mvcp-template): Bind `ange-cache', to improve performance
2822 when reading remote directories. This is an Eshell-specific
2823 variable (not part of ange-ftp).
2824 (eshell/ln): Bind `ange-cache'.
2825 (eshell/du): Added some extra logic for determining when to use
2826 Eshell's du (which is slow), and when to use the external version
2827 (which may or may not exist).
2828
2829 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
2830 `eshell-interactive-process', rather than using
2831 `get-buffer-process', since backgrounded processes don't count in
2832 the context of this function's logic.
2833
2834 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
2835 `forward-char', so that null strings are parsed correctly.
2836
87730e84 28372000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
2838
2839 * eshell/em-pred.el (eshell-pred-file-type,
2840 eshell-pred-file-links, eshell-pred-file-size): Use
2841 `eshell-file-attributes'. This is more correct over ange-ftp.
2842
2843 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
2844 that remote file globbing is more efficient.
2845
2846 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
2847 gathering the files and attributes within a directory.
2848
2849 * eshell/em-unix.el (eshell/cat): If any of the files passed on
2850 the command line is a special file (not a regular file, directory
2851 or symlink), always attempt to call the external version of cat.
2852
87730e84 28532000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
2854
2855 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
2856 Eshell-friendly version of find-tag.
2857
1c7e37a9
MB
28582000-10-13 Miles Bader <miles@lsi.nec.co.jp>
2859
4836835a 2860 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
2861 (image-file-name-regexps): Add autoload cookies.
2862
11a7f341
KH
28632000-10-13 Kenichi Handa <handa@etl.go.jp>
2864
2865 * international/mule-cmds.el (select-safe-coding-system): If FROM
2866 is string, show it in *Warning* buffer.
2867
8ddddcb0
EZ
28682000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
2869
2870 * startup.el (normal-top-level): Use display-popup-menus-p instead
2871 of window-system.
2872 (command-line): Use display-graphic-p instead of window-system.
2873 (command-line-1): Use display-popup-menus-p and display-mouse-p
2874 instead of window-system.
2875
72200f89
SS
28762000-10-12 Sam Steingold <sds@gnu.org>
2877
2878 * tooltip.el (tooltip-use-echo-area): New user variable.
2879 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
2880
8661c643
DL
28812000-10-12 Dave Love <fx@gnu.org>
2882
d0b40dc1
DL
2883 * recentf.el: Maintainer's checkdoc fixes.
2884
a622451f
DL
2885 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
2886 character class, not ASCII when matching file names.
2887 (fancy-splash-head): Add trailing slash to URL.
2888 (command-line): Don't require XPM support for toolbar.
2889
8661c643
DL
2890 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
2891 (cperl-invalid-face): Revert last change.
2892 (cperl-init-faces): Quote cperl-invalid-face.
2893
ef2ed8ab
KH
28942000-10-12 Kenichi Handa <handa@etl.go.jp>
2895
2896 * startup.el (fancy-splash-text): Remove superfluous quote.
2897
b0da379e
GM
28982000-10-12 Gerd Moellmann <gerd@gnu.org>
2899
dbeb499b
GM
2900 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
2901 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
2902 (command-line-1): Don't use fancy-splash-pending-command.
2903 (fancy-splash-screens-1): Goto point-min after inserting text.
2904
d861718a
GM
2905 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
2906
b0da379e
GM
2907 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
2908 instead of shared-lisp-mode-map.
2909
4fb2ad98
MB
29102000-10-12 Miles Bader <miles@lsi.nec.co.jp>
2911
1cb4393e
MB
2912 * faces.el (header-line): Change tty-variant to use underlining.
2913
4fb2ad98
MB
2914 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
2915 (isearch-highlight): Restore lazy-isearch face properties at old
2916 position, and suppress them at new position.
2917 (isearch-dehighlight): Restore lazy-isearch face properties.
2918 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
2919 over the real isearch overlay, but in that case, don't give it a
2920 face property. Use `push'.
2921
eb991b25
KH
29222000-10-12 Kenichi Handa <handa@etl.go.jp>
2923
2924 * man.el (Man-getpage-in-background): Fix previous change.
2925 Decode the process output only when we are in multibyte mode.
2926
a818c1c0
DL
29272000-10-11 Dave Love <fx@gnu.org>
2928
c990f53a
DL
2929 * info.el (Info-mode-menu): Fix some help.
2930 (info-tool-bar-map): Add entry for Info-last.
2931
a818c1c0
DL
2932 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
2933 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
2934 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
2935 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
2936 * toolbar/search-replace.xpm, toolbar/exit.xpm:
2937 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
2938 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
2939 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
2940 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
2941 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
2942 Reduce colour requirements to 25 overall. (Probably wants
2943 revisiting from the originals to reduce further.)
2944
c1b096cb
EZ
29452000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
2946
2947 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
2948 buffer-file-coding-system, instead of raw-text.
2949 (dehexlify-buffer): Bind coding-system-for-read to
2950 buffer-file-coding-system, instead of raw-text.
2951
5c8b7eaf
SS
29522000-10-11 Sam Steingold <sds@gnu.org>
2953
2954 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
2955 `underline' - fixes the bug introduced on 2000-09-21.
2956
2cfbdb7a
DL
29572000-10-11 Dave Love <fx@gnu.org>
2958
2959 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
2960 compiler warnings.
2961 (scheme-mode): Doc fix.
2962 (scheme-font-lock-keywords-1): Match `define-syntax'.
2963
29642000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
2965
2966 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
2967 face specs as well as default ones. Only do anything if the
2968 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 2969 (region): Make dark-background `region' face less in-your-face.
4b33f290 2970
690ec649
SS
29712000-10-10 Sam Steingold <sds@gnu.org>
2972
2973 * chistory.el, ielm.el, ledit.el:
2974 * progmodes/inf-lisp.el, progmodes/scheme.el:
2975 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
2976
3b95d6bb
SM
29772000-10-10 Stefan Monnier <monnier@cs.yale.edu>
2978
2979 * textmodes/texinfo.el: Update copyright and fix typo.
2980
2981 * desktop.el (desktop-modes-not-to-save): New var.
2982 (desktop-save-buffer-p): Use it.
2983 Also, obey desktop-buffers-not-to-save even for non-file buffers.
2984 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
2985
d646c828
DL
29862000-10-10 Dave Love <fx@gnu.org>
2987
2988 * toolbar/tool-bar.el (tool-bar-add-item)
2989 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
2990 display.
2991
d646c828
DL
2992 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
2993 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
2994 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
2995 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
2996 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
2997 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
2998 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
2999 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
3000 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
3001 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
3002 the .xpms; probably need retouching.
3003
862a7e28
MB
30042000-10-10 Miles Bader <miles@lsi.nec.co.jp>
3005
3006 * subr.el (add-to-list): Add optional argument APPEND.
3007 * battery.el (display-battery): Use `add-to-list'.
3008
46e33aee
TTN
30092000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
3010
930baf47
TTN
3011 * play/zone.el (zone-timer, zone-wc-tbl): Rework
3012 these vars as symbol properties.
2cfbdb7a
DL
3013 (zone, zone-when-idle, zone-leave-me-alone)
3014 (zone-pgm-whack-chars): Use new symbol properties.
930baf47 3015
5a430f9c
TTN
3016 * battery.el (display-battery): Doc spelling fix.
3017
46e33aee
TTN
3018 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
3019 property.
3020
adf7d3a8
DL
30212000-10-09 Dave Love <fx@gnu.org>
3022
3023 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
3024 has been initialized before calling tool-bar-setup.
c2156508 3025 (tool-bar-add-item-from-menu): Add autoload cookie.
adf7d3a8 3026
06a8c9f8
EZ
30272000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
3028
e4ca8f8c
EZ
3029 * menu-bar.el (send-mail-item-name): New function.
3030 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
3031 of mail-user-agent in the menu. Don't display the "Send Mail"
3032 item if mail-user-agent is nil or its value is ignore.
3033 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
3034 if read-mail-command is nil or its value is ignore.
3035
06a8c9f8
EZ
3036 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
3037
7dbc9c8a
MB
30382000-10-09 Miles Bader <miles@gnu.org>
3039
29e0814b
MB
3040 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
3041 Correct image size.
3042 * toolbar/left_arrow.xpm: Correct image size.
3043
7dbc9c8a
MB
3044 * jka-compr.el: Don't call `jka-compr-install' when loading (it
3045 will be done by the definition of `auto-compression-mode' if
3046 necessary. Move code to uninstall existing file-name handler
3047 before definition of `auto-compression-mode'.
3048
3049 * image-file.el (auto-image-file-mode): Move to the end of the
3050 file, because `define-minor-mode' actually calls the mode-function
3051 if the associated variable is non-nil, which requires that all
3052 needed functions be already defined.
3053
65b61266
MB
3054 * mouse.el (popup-menu): Balance parens.
3055
d6b8c85b
SM
30562000-10-08 Stefan Monnier <monnier@cs.yale.edu>
3057
3058 * mouse.el (popup-menu): Move the command call outside the loop
3059 so that popup-menu returns whatever the command returns.
3060
3061 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
3062 (initialize-new-tags-table): Use run-hook-with-args-until-success.
3063 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
3064 (tags-table-format-functions): Renamed from tags-table-format-hooks.
3065
3066 * vc.el (vc-version-diff): diff-switches can be a list.
3067 Use relative filenames for prettier output.
3068
46e33aee 3069 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
d6b8c85b
SM
3070 (vc-post-command-functions): Remove old-VC compatibility code.
3071
3072 * newcomment.el (comment-indent-default): Autoload.
3073
3074 * font-lock.el (font-lock-defaults): Make buffer-local.
3075 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
3076 (font-lock-choose-keywords):
3077 Ignore LEVEL unless KEYWORDS is a list of syms.
3078 (c-keywords, c++-keywords, objc-keywords, java-keywords):
3079 Don't wrap regexp-opt things in \(...\) unnecessarily.
3080
3081 * jit-lock.el: Don't require font-lock any more.
3082 (jit-lock-functions): Make buffer-local.
3083 (jit-lock-saved-fontify-buffer-function): Remove.
3084 (jit-lock-mode): Remove autoload cookie.
3085 Remove font-lock specific code.
3086 (jit-lock-unregister): Don't bother handling complex hooks any more.
3087 (jit-lock-refontify): New function.
3088 (jit-lock-fontify-buffer): Use it.
3089 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
3090 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
3091 Add optional args START and END.
3092 Never call font-lock-fontify-region directly.
3093 (jit-lock-function, jit-lock-stealth-fontify): Use it.
3094
3095 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
3096
a30ed6ac
DL
30972000-10-08 Dave Love <fx@gnu.org>
3098
4e7c7ca9
DL
3099 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
3100
3101 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
3102
3103 * play/studly.el (studlify-region, studlify-word): Add autoload
3104 cookie.
3105
3106 * play/morse.el (morse-region, unmorse-region): Add autoload
3107 cookie.
3108
3109 * play/spook.el (spook-phrases-file): Use expand-file-name, not
3110 concat.
3111
3112 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
3113 insist on symbols starting with word syntax.
3114 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
3115 (eval-defun-1): Doc fix.
3116 (indent-sexp): Use nconc to build up indent-stack.
3117
3118 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
3119 Gnus with little use.
3120 (mail-setup-hook): Add mail-abbrevs-setup to options.
3121
968f7c4a
DL
3122 * recentf.el: Doc fixes.
3123
3124 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
3125 Clean up remainder.
3126
3127 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
3128 without timezone and (8) with timezone to enforce some whitespace.
3129 Simplify code somewhat.
3130
3131 * options.el (list-options): Doc that you should use customize.
3132
3133 * iswitchb.el (iswitchb-mode): Add :require.
3134
a30ed6ac
DL
3135 * info.el (Info-goto-node, Info-menu): Doc fix.
3136 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
3137 (info-tool-bar-map): New variable.
3138 (Info-mode): Use it.
3139 (Info-edit-map): Define all in defvar.
3140 (speedbar-attached-frame): Avoid compiler warning.
3141
3142 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
3143 (global-map): Bind [tool-bar] to a filtered map.
3144 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
3145 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
3146 Allow PBM icons.
3147 (tool-bar-setup): Adjust calls of tool-bar-add-item.
3148
3149 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
3150 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
3151 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
3152 icons, except up_arrow, which is left-arrow rotated.
3153
3154 * imenu.el (imenu-add-to-menubar): Fix last change.
3155
4e953aff
PB
31562000-10-08 Peter Breton <pbreton@ne.mediaone.net>
3157
3158 * generic-x.el (rul-generic-mode): Remove eval-when-compile
3159 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
3160
739e92a7
EZ
31612000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
3162
d20faceb
EZ
3163 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
3164 typos in doc strings.
3165
a640322e
EZ
3166 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
3167 the doc strings how to customize Font Lock faces.
3168
739e92a7
EZ
3169 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
3170 computing growth when dragging the header line.
3171
8be7408c
EZ
31722000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
3173
3174 * simple.el (kill-line): Doc fix.
3175
6fee86a3
MB
31762000-10-08 Miles Bader <miles@gnu.org>
3177
445a653e
MB
3178 * faces.el (secondary-selection): Make foreground visible on tty.
3179
6fee86a3
MB
3180 * jka-compr.el (auto-compression-mode): Move to the end of the
3181 file, because `define-minor-mode' actually calls the mode-function
3182 if the associated variable is non-nil, which requires that all
3183 needed functions be already defined.
3184 (with-auto-compression-mode): Add autoload cookie.
3185
a115794c
EZ
31862000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
3187
3188 * files.el (find-backup-file-name) [ms-dos]: If support for long
3189 file names is not available, behave as if version-control were set
3190 to never.
3191
b12e6de3
DL
31922000-10-07 Dave Love <fx@gnu.org>
3193
3194 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
3195 (browse-url-gnome-moz): New function.
3196 (browse-url-browser-function): Use it.
3197 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
3198
20b1d079
SM
31992000-10-07 Stefan Monnier <monnier@cs.yale.edu>
3200
3201 * indent.el (tab-always-indent): New var.
3202 (indent-for-tab-command): Use it.
39250ec3 3203
9ee45b2c 3204 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
a115794c 3205 raise an error. This way it can still default to a sane value.
9ee45b2c 3206
8c6b1d83
JW
32072000-10-06 Stefan Monnier <monnier@cs.yale.edu>
3208
39250ec3
SM
3209 * startup.el (fancy-splash-screens): Use local rather than global map.
3210 Don't use `update-menu-bindings' any more.
3211 Get rid of assumptions about keymap representation.
3212
a23ccdf2
DL
32132000-10-06 Dave Love <fx@gnu.org>
3214
814299a7 3215 * textmodes/fill.el (sentence-end-double-space)
742c1822
DL
3216 (sentence-end-without-period): Doc fix.
3217 (adaptive-fill-regexp): Purecopy.
3218 (unjustify-current-line): Use line-end-position.
3219 (fill-individual-paragraphs-prefix): Use line-beginning-position.
3220
3221 * net/eudc-vars.el (eudc): Add :version, :link.
3222
39250ec3 3223 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
742c1822
DL
3224
3225 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
3226 Fix for define-minor-mode.
3227 (function-at-point): Alias to function-called-at-point.
3228
3229 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
3230
3231 * simple.el (backward-word): Doc fix.
3232
a23ccdf2
DL
3233 * image-file.el (image-file-name-regexp): image-file-regexps ->
3234 image-file-name-regexps.
742c1822 3235 (image-file-name-extensions): Add pbm.
a23ccdf2 3236
39250ec3
SM
32372000-10-06 Stefan Monnier <monnier@cs.yale.edu>
3238
3239 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
3240 and add filename to the names so that diff-mode can jump to source.
3241
3242 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
814299a7 3243 (tex-font-lock-keywords, tex-font-lock-keywords-2)
39250ec3
SM
3244 (tex-font-lock-keywords-1): Remove.
3245 (font-lock-turn-on-thing-lock): Use jit-lock-register.
3246 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9ee45b2c
SM
3247 (font-lock-default-fontify-region):
3248 Expand beg..end correctly when just following a multiline region.
39250ec3
SM
3249 (font-lock-fontify-anchored-keywords):
3250 Include the anchor text as part of the multiline.
3251
8d5dfacd
GM
32522000-10-06 Gerd Moellmann <gerd@gnu.org>
3253
3254 * loadup.el (toplevel): Load `loaddefs' before `help' because the
3255 latter needs the autoloaded define-minor-mode macro during the
3256 bootstrap.
3257
3258 * startup.el (command-line): For now, activate tool-bar-mode only
3259 if XPM images are supported.
3260
3261 * mouse.el (mouse-drag-header-line): Don't allow resizing a
3262 window by dragging a header-line at the top of the frame; that's
4c19fbce 3263 confusing because the header-line doesn't move.
8d5dfacd
GM
3264 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
3265 of treating the event as a list. Some cleanup.
3266
f69aad2b 32672000-10-06 Miles Bader <miles@gnu.org>
8fb051f9 3268
f69aad2b
MB
3269 * simple.el (display-message-or-buffer): New function.
3270 (shell-command-on-region): Use `display-message-or-buffer'.
06933804 3271
09cb7646
MB
3272 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
3273 docstring parts.
3274
814299a7 3275 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8fb051f9
MB
3276 (smbclient-prompt-regexp): Add usage note to doc string.
3277 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
3278 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
3279 Use add-hook for adding the comint filter function, and only do so
3280 if it's not already in the global hook list.
3281 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
3282 to `make-local-variable'.
3283 (nslookup-font-lock-keywords): Remove prompt entry.
3284 (nslookup): Don't set the process-filter.
3285 (finger): Exit the loop correctly when the regexps list runs out.
3286 (ftp, smbclient, smbclient-list-shares):
3287 Set the real major mode immediately, not after execing.
3288 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
3289
3290 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
3291
4c19fbce
SM
32922000-10-05 Stefan Monnier <monnier@cs.yale.edu>
3293
3294 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
3295
3296 * which-func.el (which-func-format): Remove spurious space.
3297 (which-func-mode): Don't make it permanent-local.
3298 (which-func-ff-hook): Allow which-func-maxout to be nil.
3299 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
3300 (which-func-mode): Simplify.
3301 Use post-command-idle-hook rather than post-command-hook.
3302 Go through all buffers and update their state.
3303 (which-function): Also try add-log-current-defun-function.
3304
3305 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
3306 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
3307 Update call to with-vc-properties accordingly.
3308 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
3309 (vc-revert-buffer): More careful about window selection and deletion.
3310 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
3311
3312 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
3313 (cvs-retrieve-revision): Reuse a pre-existing buffer.
3314 (cvs-dired-action): Change the default to quickdir.
3315
3316 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
3317 if comment-indent-function returns nil.
3318 (comment-indent-default): New function.
3319 (comment-indent-function): Use it and document the new semantics.
3320
3321 * image-file.el: Docstring fixes.
3322
3323 * help.el (help-xref-on-pp): Use match-string.
3324 (describe-variable): New arg BUFFER.
3325 Store the current buffer in the help-xref-stack.
3326 (temp-buffer-resize-mode): Use define-minor-mode.
3327
3328 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
3329 consistently with its docstring.
3330 Set jit-lock-first-unfontify-pos in an idempotent way.
3331 (jit-lock-register): Autoload and add arg CONTEXTUAL.
3332
542c6552
GM
33332000-10-05 Alex Schroeder <alex@gnu.org>
3334
3335 * sql.el (sql-mysql-options): New variable.
3336 (sql-mysql): Use it.
3337
a3489ece
MB
33382000-10-05 Miles Bader <miles@lsi.nec.co.jp>
3339
77f6105c
MB
3340 * image.el (image): New group.
3341
814299a7 3342 * smerge-mode.el (smerge-mine-face, smerge-other-face)
a3489ece
MB
3343 (smerge-base-face, smerge-markers-face): Add dark-background variants.
3344
3478046b
PB
33452000-10-04 Peter Breton <pbreton@ne.mediaone.net>
3346
3347 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 3348 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3478046b
PB
3349 Ignore the value of wqindow-system; always define keywords
3350
22aca186
KH
33512000-10-05 Kenichi Handa <handa@etl.go.jp>
3352
3353 * startup.el (fancy-splash-screens): Remove the code for
3354 debugging; `(trace-to-stderr "EXITTT\n")'.
3355
55d5d717
MB
33562000-10-05 Miles Bader <miles@gnu.org>
3357
3358 * diff-mode.el (diff-goto-source): Update call to
3359 `diff-hunk-status-msg' to reflect new REV variable.
3360
41fa7178
SM
33612000-10-04 Stefan Monnier <monnier@cs.yale.edu>
3362
3363 * progmodes/icon.el (icon-mode):
3364 Don't gratuitously override the default for comment-column.
3365
3366 * vc-hooks.el (vc-mode-line): Fix interactive spec.
3367
3368 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
3369 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
3370 (jit-lock-functions): New var.
3371 (jit-lock-function-1): Use it if non-nil.
3372 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
3373 Set the `fontified' property before doing the fontification to avoid
3374 repeatedly going through the same error.
3375 Don't turn errors into messages.
3376 (jit-lock-register, jit-lock-unregister): New functions.
3377
3378 * dired.el (dired-mark-pop-up): Turn comment into docstring.
3379 Use with-current-buffer.
3380
3381 * dired-aux.el (dired-do-create-files, dired-kill-tree):
3382 Turn comment into docstring.
3383
3384 * apropos.el (apropos-mode): Use define-derived-mode.
3385
3dc78168
GM
33862000-10-04 Gerd Moellmann <gerd@gnu.org>
3387
3388 * startup.el (fancy-splash-pending-command): New variable.
3389 (fancy-splash-pre-command): New function.
3390 (fancy-splash-screens): Rewritten.
3391 (command-line-1): If fancy-splash-pending-command is set, call it
3392 interactively.
3393
dae9dc56
DL
33942000-10-04 Dave Love <fx@gnu.org>
3395
3396 * toolbar/tool-bar.el (tool-bar-setup): New function.
3397 (tool-bar-mode): Use it.
3398
3399 * subr.el (substitute-key-definition): Doc fix.
3400 (play-sound-file): New command.
3401
3388f0a5
AS
34022000-10-04 Andre Spiegel <spiegel@gnu.org>
3403
814299a7 3404 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
3388f0a5
AS
3405 vc-version-backup-file-name): New functions.
3406
3407 * files.el (basic-save-buffer): Call vc-before-save before saving.
814299a7
MB
3408
3409 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
3388f0a5
AS
3410 vc-cvs-stay-local-p.
3411
3412 * vc.el (vc-revert-buffer): Handle empty diff properly.
3413 (vc-version-backup-file): New function.
3414 (vc-checkout): Create a version backup if necessary.
3415 (vc-checkin): If a version backup file exists, delete it.
3416 (vc-version-diff): Diff locally using version backups, if available.
3417 (vc-revert-file): If there's a version backup, revert locally.
3418 (vc-transfer-file): Use version backup for base version, if
3419 available. If not, ask for confirmation whether to get it from the
3420 server. Update mode line before check-in.
3421
ebd4825d
DL
34222000-10-04 Dave Love <fx@gnu.org>
3423
3424 * toolbar/tool-bar.el (tool-bar-setup): New function.
3425 (tool-bar-mode): Use it.
3426
1b24f4b7
PB
34272000-10-04 Peter Breton <pbreton@ne.mediaone.net>
3428
3dc78168 3429 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 3430 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8b7187d8
PB
3431 Only set if window-system is non-nil
3432 (net-utils-run-program): Returns buffer.
3433 (network-connection-reconnect): Added this function.
3434
814299a7
MB
3435 * generic.el:
3436 Incorporates extensive cleanup and docfixes by
9a7f629d
PB
3437 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
3438 Uses cl compile-time macros.
3dc78168
GM
3439 (generic-mode-name, generic-comment-list)
3440 (generic-keywords-list, generic-font-lock-expressions)
3441 (generic-mode-function-list, generic-mode-syntax-table):
9a7f629d
PB
3442 Removed variables.
3443 (generic-mode-alist): Renamed to generic-mode-list.
3444 (generic-find-file-regexp): Default changed to "^#".
3445 (generic-read-type): Uses completing read on generic-mode-list.
3446 (generic-mode-sanity-check): removed this function.
3447 (generic-add-to-auto-mode): Removed this function
3dc78168 3448 (generic-mode-internal): Bind mode-specific definitions
9a7f629d
PB
3449 into function instead of putting them in alist.
3450 (generic-mode-set-comments): Reworked extensively.
3451 (generic-mode-find-file-hook): Simplified regexp searching
814299a7 3452 (generic-make-keywords-list): Omit extra pair of parens
9a7f629d 3453
814299a7 3454 * find-lisp.el (find-lisp-find-files-internal):
1b24f4b7
PB
3455 Make sure directory name ends with "/".
3456
814299a7 3457 * generic-x.el (apache-conf-generic-mode):
1b24f4b7
PB
3458 Regexp now allows leading whitespace.
3459 (rc-generic-mode): Added eval-when-compile
3460 around generic-make-keywords-list.
3461 Deleted duplicate regexp
3462 (rul-generic-mode): Added eval-when-compile
3463 around generic-make-keywords-list.
3464 (etc-fstab-generic-mode): New generic mode.
3465 (rul-generic-mode): Removed one eval-when-compile
814299a7 3466 which caused a max-specpdl-size exceeded error.
1b24f4b7 3467
a7bf5cf3
MB
34682000-10-04 Miles Bader <miles@gnu.org>
3469
3470 * simple.el (minibuffer-temporary-goal-position): New variable.
3471 (next-history-element): Try to keep the position of point in the
3472 input string constant.
3473
3474 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
3475 (dired-do-create-files): If there's only one file, pass it in as
3476 the DEFAULT arg to dired-mark-read-file-name.
3477
ce1087a9
SM
34782000-10-03 Stefan Monnier <monnier@cs.yale.edu>
3479
3480 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
3481 (diff-goto-source): Be smarter when choosing REVERSE or not.
3482
3483 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
3484 (texinfo-mode-menu): Add an explicit shortcut for update all.
3485
0e41e1d6
AS
34862000-10-03 Andre Spiegel <spiegel@gnu.org>
3487
814299a7 3488 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
858f7cb4
AS
3489 factorize backend-specific code cleanly (this was essentially
3490 conceived by Stefan Monnier).
3491 (vc-unregister): Function removed.
814299a7 3492 (vc-revert-file): New function.
858f7cb4
AS
3493 (vc-revert-buffer): Delegate some of the work to it.
3494
0e41e1d6
AS
3495 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
3496 default branch unconditionally.
3497 (vc-rcs-set-default-branch): New function.
3498 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
3499 (vc-rcs-checkin): If an appropriate default branch has been set,
3500 force creation of that branch.
858f7cb4
AS
3501 (vc-rcs-receive-file): Rewritten to contain only backend-specific
3502 code (as suggested by Stefan Monnier).
0e41e1d6 3503
01c86c56
GM
35042000-10-02 Gerd Moellmann <gerd@gnu.org>
3505
45c477b4
GM
3506 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
3507 highlighting overlay with a different face over the overlay
3508 isearch uses to highlight the current match because that can lead
3509 to bad face combinations.
3510
01c86c56
GM
3511 * loadup.el (toplevel): Load faces before isearch.
3512
3513 * isearch.el (isearch-faces): New custom group.
3514 (isearch): New defface; was already tested for in the code.
3515 (isearch-lazy-highlight-face): Changed to defface from defcustom.
3516 (isearch-highlight): Always use face `isearch'.
3517
944425c0
DL
35182000-10-02 Dave Love <fx@gnu.org>
3519
3520 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
3521 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
3522 comparison of opcode with operand.
3523
2a099bcc
MB
35242000-10-03 Miles Bader <miles@gnu.org>
3525
3526 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
3527 buffer, since the echo area will now grow to accommodate them.
3528
4300ecb8
AS
35292000-10-02 Andre Spiegel <spiegel@gnu.org>
3530
3531 * vc-hooks.el (vc-registered): If FILE used to be registered under
3532 a certain backend, try that one first.
3533
814299a7 3534 * vc.el (vc-responsible-backend): Undo the previous change in the
4300ecb8
AS
3535 argument list. Handle multiple backends correctly.
3536 (vc-find-new-backend): Function removed.
3537 (vc-register): Use vc-responsible-backend, as before.
3538 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
3539
64e6cc18
GM
35402000-10-02 Gerd Moellmann <gerd@gnu.org>
3541
3542 * startup.el (fancy-splash-head): Change message below the
3543 logo.
3544
00df919e
MB
35452000-10-02 Miles Bader <miles@lsi.nec.co.jp>
3546
3547 * diff-mode.el (diff-goto-source): Emit a status message.
3548 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
4eaa6852 3549 (diff-test-hunk): Fix doc string.
00df919e
MB
3550 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
3551 (diff-advance-after-apply-hunk): New variable.
4eaa6852 3552 (diff-apply-hunk): Don't return a value.
00df919e 3553
ceec5a0c
SM
35542000-10-01 Stefan Monnier <monnier@cs.yale.edu>
3555
3556 * vc.el (vc-editable-p): Minor optimization.
3557 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
3558 (vc-find-new-backend): New function split from vc-responsible-backend.
3559 (vc-register): Use it.
3560 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
3561 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
3562 (vc-default-unregister, vc-revert-buffer): Docstring fix.
3563 (vc-clear-headers): Don't use find-file.
3564 (vc-revert-buffer): Use `and' again (must have been a braino).
3565 (vc-switch-backend): Only prompt if requested.
3566 Short circuit if nothing is to be done.
3567 Don't use vc-resynch-buffer which could lose unsaved editing.
3568 (vc-default-receive-file): Update call to vc-unregister.
3569 (with-vc-file, vc-next-action-on-file):
3570 Use vc-backend rather than vc-registered.
3571 (vc-next-action-on-file): Use intern-soft.
3572 Deal with read-only *vc-diff* buffer.
3573 (vc-transfer-file): Docstring fix.
3574
3575 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
3576 (vc-rcs-receive-file): Avoid with-vc-properties.
3577 Update call to vc-unregister.
3578 Use constant `RCS' rather than (dynamically bound) var `backend'.
3579
4ad5da8f
AS
35802000-10-01 Andre Spiegel <spiegel@gnu.org>
3581
814299a7 3582 * vc.el (vc-next-action-on-file): Update mode line only if file
4ad5da8f
AS
3583 is visited.
3584 (vc-start-entry): New argument initial-contents. Don't visit the file
3585 if it isn't already visited. Brought documentation up-to-date.
814299a7
MB
3586 (vc-next-action, vc-register): Updated calls to vc-start-entry.
3587 (vc-checkin): New optional arg initial-contents, which is passed to
4ad5da8f
AS
3588 vc-start-entry.
3589 (vc-finish-logentry): Make sure to bury log buffer only if there
3590 really is one. Call `vc-resynch-buffer' on log-file, not
3591 buffer-file-name.
3592 (vc-default-comment-history, vc-default-wash-log): New functions.
3593 (vc-index-of): Removed.
3594 (vc-transfer-file): Make do without the above.
3595 (vc-default-receive-file): Call comment-history unconditionally. Pass
3596 the resulting string to vc-checkin, instead of inserting it into the
3597 comment ring.
3598
3599 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
3600 unconditionally. Use the comments as initial contents of the log
814299a7 3601 entry buffer. Document the trick to force branch creation with no
4ad5da8f
AS
3602 changes.
3603
aa0c3dca
MB
36042000-10-01 Miles Bader <miles@gnu.org>
3605
3606 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
3607 `recenter' with an arg to prevent redrawing the display.
3608
d5f5a2c5
SM
36092000-09-30 Stefan Monnier <monnier@cs.yale.edu>
3610
3611 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
3612
3613 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
3614
814299a7 3615 * progmodes/c-mode.el (c-mode):
d5f5a2c5
SM
3616 Don't gratuitously override the default for comment-column.
3617
3618 * textmodes/tex-mode.el (latex-metasection-list): New var.
3619 (latex-imenu-create-index): Use it.
3620 Move the regexp construction outside loops (and use push).
814299a7 3621 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
d5f5a2c5
SM
3622 (tex-font-lock-keywords): Moved from font-lock.el.
3623 (tex-comment-indent): Remove.
3624 (tex-common-initialization): Don't set comment-indent-function.
3625 (latex-block-default): New var.
3626 (tex-latex-block): Use it to provide a default choice.
3627 Add any unknown choice to latex-block-names.
3628 Insert [...] after {...}.
3629 (tex-last-unended-begin): Simplify regexp.
3630 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
3631 (latex-forward-sexp-1, latex-forward-sexp): New functions.
3632 (latex-mode): Set forward-sexp-function.
3633
3634 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
3635 Add regexp for @ignore ... @end ignore.
3636 (texinfo-heading-face): New face.
3637 (texinfo-font-lock-keywords): Use it.
3638 (texinfo-mode-menu): New menu.
3639 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
3640 New functions.
3641 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
814299a7 3642 (texinfo-section-types-regexp, texinfo-section-level-regexp)
d5f5a2c5
SM
3643 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
3644 Remove declaration.
3645 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
3646
3647 * delsel.el (delete-selection-mode): Use define-minor-mode.
3648
3649 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
3650
36512000-09-29 Stefan Monnier <monnier@cs.yale.edu>
3652
3653 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
3654
8a5506f2
GM
36552000-09-30 Gerd Moellmann <gerd@gnu.org>
3656
068127d6
GM
3657 * replace.el (keep-lines-read-args): New function.
3658 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
3659 read arguments interactively. Add parameters RSTART and REND.
3660 Operate on the active region in Transient Mark mode.
3661
d777bb8f
GM
3662 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
3663
8a5506f2
GM
3664 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
3665 (authors-obsolete-files-regexps): New variable.
3666 (authors-add): Don't record changes in obsolete files.
3667
3fa87bfc
SM
36682000-09-29 Stefan Monnier <monnier@cs.yale.edu>
3669
3670 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
3671
3672 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
3673 (comment-indent): Make sure there's a space between code and comment.
3674 Shift comments left to avoid going past fill-column.
3675
f02149ce
GM
36762000-09-29 Gerd Moellmann <gerd@gnu.org>
3677
3678 * startup.el (startup-echo-area-message): New function.
3679 (display-startup-echo-area-message): Use it.
3680 (fancy-splash-screens): Rewritten to use keymaps and a timer.
3681 (fancy-splash-default-action): New function.
3682 (fancy-splash-screens-1): New function.
3683 (fancy-splash-head): Put a help-echo and a keymap under the image.
3684
a3ef6569
SM
36852000-09-29 Stefan Monnier <monnier@cs.yale.edu>
3686
3687 * diff-mode.el (diff-add-log-file-name): Remove.
3688 (diff-mode): Use add-log-buffer-file-name-function.
3689
3690 * add-log.el (find-change-log): New arg BUFFER-FILE.
3691 (add-log-file-name): Obey add-log-file-name-function.
3692 (add-log-buffer-file-name-function): New var.
3693 (add-change-log-entry): Use it.
3694
75e5b373
MB
36952000-09-29 Miles Bader <miles@gnu.org>
3696
3697 * image-file.el (image-file-name-extensions): New variable.
3698 (image-file-name-regexps): Renamed from `image-file-regexps'.
3699 New default value is nil. Call `auto-image-file-mode'.
3700 (image-file-name-regexp): New function.
3701 (auto-image-file-mode): New minor mode.
3702 (insert-image-file): Don't make conditional on the image-file
3703 handler being enabled.
3704 (image-file-handler): Make the call here conditional instead.
3705 (set-image-file-handler-enabled, enable-image-file-handler)
3706 (disable-image-file-handler): Functions removed.
3707
3708 * emacs-lisp/authors.el (authors-print): Rephrase many-files
3709 string.
3710
de6e1f7c
GM
37112000-09-29 Gerd Moellmann <gerd@gnu.org>
3712
3713 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
3714 it's a function from CL.
3715 (latex-imenu-create-index): Replace eval-when-compile with progn
3716 because latex-section-alist is not bound while compiling.
3717
d8c201f5
SM
37182000-09-28 Stefan Monnier <monnier@cs.yale.edu>
3719
3720 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
3721 (outline-mode): Use define-derived-mode.
3722
814299a7 3723 * progmodes/perl-mode.el (perl-mode):
d8c201f5
SM
3724 * progmodes/awk-mode.el (awk-mode):
3725 * progmodes/asm-mode.el (asm-mode):
3726 Don't gratuitously override the default for comment-column.
3727
3728 * emacs-lisp/lisp.el (lisp-complete-symbol):
3729 Distinguish the let-binding case from the funcall case.
3730 (forward-sexp-function): New variable.
3731 (forward-sexp): Use it.
3732
3733 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
3734 (easy-mmode-defmap): Remove the now useless autoload.
3735
3736 * time.el (display-time-mode): Use define-minor-mode.
3737
3738 * subr.el (add-minor-mode): Don't eval NAME.
3739 Don't depend on the presence of TOGGLE-FUN for any special behavior.
3740 Use if rather than cond.
3741
3742 * simple.el (read-expression-map): Define more properly.
3743 (comment-indent-hook): Remove.
3744 (string-to-syntax): Bug fix.
3745
3746 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
3747 (cvs-ediff-diff): Fix typo.
3748 (cvs-revert-if-needed): Don't bother preserving read-only.
3749
3750 * paren.el (show-paren-mode): Use define-minor-mode.
3751
3752 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
3753 (toggle-auto-compression): Remove.
3754 (jka-compr-build-file-regexp): Remove useless grouping.
3755
3756 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
3757 Avoid user-reserved bindings.
3758 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
3759 (diff-header-face): Revert to grey85.
3760
3761 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
3762
3763 * complete.el (partial-completion-mode) <defcustom>: Remove.
3764 (partial-completion-mode): Use define-minor-mode.
3765 (PC-do-completion): Understand `completion-auto-help = delay'
3766 to mean to popup the completion buffer only the second time.
814299a7 3767 (PC-include-file-all-completions, PC-include-file-all-completions)
d8c201f5
SM
3768 (PC-include-file-all-completions): Don't quote lambda.
3769
3770 * comint.el (comint-mode-hook): Docstring fix.
3771 (comint-mode): Use define-derived-mode.
3772 (comint-mode-map): Remove obsolete comment.
3773 (make-comint): Minor stylistic change.
3774 (comint-insert-clicked-input): Be more careful to find the overlay.
3775 Use this-command-keys rather than hardcoding mouse-2.
3776
3777 * font-lock.el: Replace confusing (,@ with ,
3778 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
3779 Don't use regexp-opt-depth. Spice up the regexp for args.
3780 Don't distinguish between cmds that can take an opt arg or not.
3781 Use `append' and `prepend' rather than `keep'.
3782
3783 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
3784 (latex-outline-regexp): New var.
3785 (latex-outline-level): New fun.
3786 (latex-section-alist): New var.
3787 (latex-imenu-create-index): Use it. Use `push' as well.
3788 (tex-shell-map): Initialize it properly.
3789 (tex-mode): Minor stylistic change.
3790 (plain-tex-mode): Use define-derived-mode.
3791 (latex-mode): Use define-derived-mode.
3792 Construct the paragraph regexps in a more readable way.
3793 Set the buffer-local outline-{level,regexp} vars.
3794 (slitex-mode): Derive from latex-mode.
3795 (tex-common-initialization): Don't kill-all-vars anymore.
3796 Add setting for comment-add and font-lock-defaults.
3797 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
3798 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
3799 (tex-start-tex): New arg DIR (and send a chdir command for it).
3800 Also display the shell buffer and save it in tex-last-buffer-texed.
3801 (tex-region): Use expand-file-name rather than concat.
3802 Remove code made useless by changes in tex-start-tex.
3803 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
3804
3805 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
3806
ff398532
DL
38072000-09-28 Dave Love <fx@gnu.org>
3808
3809 * eshell/eshell.el (eshell) <defgroup>: Add :version.
3810
f9415d5b
GM
38112000-09-28 Gerd Moellmann <gerd@gnu.org>
3812
3813 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
3814 `append'.
3815
fa003899
SM
38162000-09-28 Stefan Monnier <monnier@cs.yale.edu>
3817
3818 * info.el (Info-extract-pointer): Undo last change.
3819 Instead, fix the position of the `bound' arg to re-search-backward.
3820
38212000-09-27 Stefan Monnier <monnier@cs.yale.edu>
3822
3823 * info.el (Info-extract-pointer):
3824 Widen more carefully, to avoid finding pointers in other nodes.
3825 (Info-index): Use push.
3826
f9415d5b 38272000-09-27 Gerd Moellmann <gerd@gnu.org>
6f22f1ad
GM
3828
3829 * frame.el (set-frame-font): Remove call to obsolete function
3830 frame-update-faces.
3831 (set-foreground-color, set-background-color): Likewise for
3832 frame-update-face-colors.
3833
5538b8ba
MB
38342000-09-27 Miles Bader <miles@gnu.org>
3835
3836 * image-file.el: New file.
3837
60536eea
GM
38382000-09-27 Gerd Moellmann <gerd@gnu.org>
3839
5b551d58
GM
3840 * frame.el (frame-notice-user-settings): Don't call
3841 frame-update-faces, which is a no-op now.
814299a7 3842
60536eea
GM
3843 * ediff-wind.el (ediff-control-frame-parameters): Add zero
3844 tool-bar-lines.
3845
36f1966f
DL
38462000-09-27 Dave Love <fx@gnu.org>
3847
3848 * mouse.el: Fix last change.
3849
c5785b73
MB
38502000-09-27 Miles Bader <miles@lsi.nec.co.jp>
3851
3852 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
3853
672172d9
KH
38542000-09-22 Kenichi Handa <handa@etl.go.jp>
3855
3856 * international/quail.el (quail-help): The output message is
3857 improved.
3858
4653b4ea
DL
38592000-09-26 Dave Love <fx@gnu.org>
3860
3861 * mouse.el (popup-menu): If POSITION is nil, set it using
3862 mouse-position.
3863
63900fcf
SS
38642000-09-25 Sam Steingold <sds@gnu.org>
3865
3866 * net/browse-url.el (browse-url-file-url): Check for null maps.
3867
cd3b81be
GM
38682000-09-26 Gerd Moellmann <gerd@gnu.org>
3869
876512ab 3870 * frame.el (frame-notice-user-settings): Don't add a
fa003899 3871 tool-bar-lines frame parameter to default-frame-alist in batch mode.
814299a7 3872
fa003899
SM
3873 * frame.el (frame-notice-user-settings):
3874 Make tool-bar-mode and default-frame-alist consistent.
77072ab1 3875
cd3b81be
GM
3876 * toolbar/tool-bar.el (tool-bar-help): New function.
3877
d8b4516f
GM
38782000-09-25 Gerd Moellmann <gerd@gnu.org>
3879
6567e9b5
GM
3880 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
3881 current-load-list in top-level forms. Else this leaks a cons cell
3882 every time a defun is called.
63900fcf 3883
d8b4516f 3884 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
63900fcf 3885
a461758e
DL
38862000-09-25 Dave Love <fx@gnu.org>
3887
7df6adc3
DL
3888 * startup.el (fancy-splash-head): Check XPM is available.
3889
a461758e
DL
3890 * autoinsert.el (auto-insert): Doc fix.
3891 (auto-insert-alist): Following GNU notices, don't say `copyright
3892 _by_'. Use line-beginning-position.
3893 (auto-insert): Check buffer-file-name is non-nil before use.
3894
b11af2dd
GM
38952000-09-25 Gerd Moellmann <gerd@gnu.org>
3896
3897 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
3898 starting with `@def' or `@multitable', in addition to ones
3899 specified by the user in auto-fill-inhibit-regexp.
3900
5f9f981b
GM
39012000-09-25 Markus Rost <rost@math.ohio-state.edu>
3902
3903 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
3904 rmail-dont-reply-to-names matches the empty string.
63900fcf 3905
8ff16b4e
GM
39062000-09-25 Gerd Moellmann <gerd@gnu.org>
3907
63900fcf 3908 * startup.el (command-line-1, fancy-splash-text): Change the
8ff16b4e
GM
3909 text to sound more friendly.
3910
9b4a7800
TTN
39112000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
3912
3913 * progmodes/hideshow.el: Update author email address.
3914 Generally, sync w/ maintainer version 5.22.
9b4a7800
TTN
3915 (hs-hide-all-non-comment-function): New var.
3916 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
3917 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
3918 (hs-show-region): Delete this command.
3919 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
3920
4c7c1f3f
DL
39212000-09-22 Dave Love <fx@gnu.org>
3922
3923 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
3924 (hl-line-highlight): Specify buffer when moving overlay.
3925
3926 * progmodes/fortran.el (fortran-mode): Locally set
3927 normal-auto-fill-function.
3928 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
3929 (fortran-mode-map): Adjust auto-fill menu entry.
3930
13f93dee
GM
39312000-09-22 Gerd Moellmann <gerd@gnu.org>
3932
36eb0a91
GM
3933 * vc-rcs.el (toplevel): Require `vc' when compiling.
3934
fa003899 3935 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13f93dee 3936
36a03bf9
AS
39372000-09-22 Andre Spiegel <spiegel@gnu.org>
3938
9b4a7800 3939 * vc.el (vc-switch-backend): Signal an error if the file is not
36a03bf9
AS
3940 registered under the new backend.
3941
9b4a7800 3942 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
36a03bf9
AS
3943 without explicit revision number.
3944
6e4e8a3b
SM
39452000-09-21 Stefan Monnier <monnier@cs.yale.edu>
3946
3947 * diff-mode.el (diff-file-header-face): Reset to its previous value.
3948 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
3949 (diff-xor): New function.
3950 (diff-find-source-location): Use it. Fix a stupid name clash.
3951 (diff-hunk-status-msg): New function.
3952 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
3953 (diff-test-hunk): Use diff-find-source-location.
3954 (diff-goto-source): Favor the `reverse'.
3955 (diff-hunk-text): Properly handle one-sided context diffs.
3956 (diff-apply-hunk): When done, advance to the next hunk.
3957
1b24b888
GM
39582000-09-21 Gerd Moellmann <gerd@gnu.org>
3959
623a0aae
GM
3960 * startup.el (command-line): If frame was created with a non-zero
3961 tool-bar-lines parameter, switch tool-bar-mode on.
9b4a7800 3962
1b24b888
GM
3963 * add-log.el (change-log-date-face, change-log-name-face)
3964 (change-log-email-face, change-log-file-face)
3965 (change-log-list-face, change-log-conditionals-face)
fa003899
SM
3966 (change-log-function-face, change-log-acknowledgement-face):
3967 New faces, inheriting from font-lock faces.
1b24b888 3968 (change-log-font-lock-keywords): Use them.
9b4a7800 3969
93b3a1c8
DL
39702000-09-21 Dave Love <fx@gnu.org>
3971
80585273
DL
3972 * progmodes/cperl-mode.el (top-level): Clean up
3973 `eval-when-compile's and assorted defvars.
3974 (cperl-invalid-face): Don't double-quote value. Change custom
3975 type.
3976 (cperl-mode): Set normal-auto-fill-function and don't zap
3977 auto-fill-function.
3978 (cperl-imenu--function-name-regexp-perl): Renamed from
3979 imenu-example--function-name-regexp-perl.
3980 (cperl-imenu--create-perl-index): Renamed from
3981 imenu-example--create-perl-index.
3982 (cperl-xsub-scan): Don't require cl.
3983
93b3a1c8
DL
3984 * msb.el (msb-mode-map): Use substitute-key-definition.
3985 (msb-mode): Use msb-mode-map.
3986
43ccb598
AS
39872000-09-21 Andre Spiegel <spiegel@gnu.org>
3988
3989 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
3990 New functions.
fa003899 3991 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
43ccb598
AS
3992 (vc-switch-backend): New function.
3993 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
3994 (vc-register): Fix prompt.
3995 (vc-unregister, vc-default-unregister): New functions.
3996 (vc-version-diff): Handle empty buffer in sentinel.
3997
3998 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
3999 (vc-rcs-state-heuristic): Use it to guess the state of files with
4000 non-strict locking.
4001 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
4002 been set with -b, but not created yet.
4003 (vc-rcs-fetch-master-state): With non-strict locking, compare file
4004 contents in order to find the state.
4005 (vc-rcs-checkin): Allow creation of branches with no changes.
fa003899
SM
4006 (vc-rcs-unregister, vc-rcs-receive-file)
4007 (vc-rcs-set-non-strict-locking): New functions.
43ccb598 4008
9b4a7800 4009 * vc-hooks.el (vc-name): Force correct computation of the value
43ccb598 4010 in case it is missing.
9b4a7800 4011
95fadcca
GM
40122000-09-21 Gerd Moellmann <gerd@gnu.org>
4013
4014 * startup.el (fancy-splash-tail): Use a different foreground
4015 color on a dark frame background.
4016
470f23e1
MB
40172000-09-21 Miles Bader <miles@lsi.nec.co.jp>
4018
4019 * info.el: Use the correct capitalization when making Info-mode
4020 and Info-edit-mode `special' modes.
4021
281096ed
SM
40222000-09-20 Stefan Monnier <monnier@cs.yale.edu>
4023
4024 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
4025 (diff-mode): Add support for add-log.el.
4026 (diff-hunk-text): Use char offsets rather than line offsets.
4027 (diff-find-source-location): Replace LINE with line-offset (nil
4028 if not found) and always set POS to a meaningful position.
4029 Adapt to the new char-offsets.
4030 (diff-apply-hunk): Drop support for the unused `select' POPUP.
4031 Adapt to the new diff-find-source-location.
4032 (diff-goto-source): Adapt to the new diff-find-source-location.
4033
4034 * add-log.el (add-log-file-name): New function (split out of
4035 add-change-log-entry).
4036 (add-change-log-entry): Use it.
4037 Call add-log-file-name-function with the changelog file name if
4038 the current buffer is not associated with any file.
4039 Avoid find-file if the selected window is dedicated.
4040
4041 * diff-mode.el (diff-find-source-location):
4042 Move code from diff-apply-hunk. Return buffer rather than file.
4043 (diff-apply-hunk): Use the new result from diff-find-source-location.
4044 (diff-goto-source): Use the new diff-find-source-location.
4045
c29d77c4
DL
40462000-09-20 Dave Love <fx@gnu.org>
4047
4048 * iswitchb.el: Some doc fixes.
4049 (iswitchb-mode-map): Define completely initially. Inherit
4050 minibuffer-local-map.
4051 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
4052 fundamental-mode.
4053 (iswitchb-global-map): New variable.
4054 (iswitchb-summaries-to-end): Amalgamate regexps.
4055 (iswitchb-mode): New.
4056 (iswitchb-mode-hook): New variable.
4057 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
4058 `extensions'.
4059
49939379
GM
40602000-09-20 Gerd Moellmann <gerd@gnu.org>
4061
d05c87ac
GM
4062 * ehelp.el (electric-help): New defgroup.
4063 (electric-help-shrink-window): New user-option.
4064 (with-electric-help): Use it.
4065
1ec082d4
GM
4066 * window.el (shrink-window-if-larger-than-buffer): If face
4067 `mode-line' has a :box, and we're on a graphical frame, add 1
4068 to the needed window height.
4069
f46c275e
GM
4070 * frame.el (frame-notice-user-settings): Add a last parameter nil
4071 to a call to `append', because the last list passed to `append' is
4072 not copied, and so subsequent calls to assq-delete-all will modify
4073 default-frame-alist.
4074
b7e11c5b
GM
4075 * startup.el (fancy-splash-image): Change :type.
4076 (fancy-splash-head): Use an XBM image if appropriate.
4077 (command-line-1): Show splash screens in more cases.
4078
26ff68aa
GM
4079 * startup.el (fancy-splash-text): Don't quote faces.
4080
8320414c
GM
4081 * dired.el (dired-font-lock-keywords): Undo last change.
4082 (dired-readin): Bind indent-tabs-mode to nil.
4083
49939379
GM
4084 * startup.el (fancy-splash-head): If frame's background mode
4085 is `dark', change the black background of the image to gray.
4086 (fancy-splash-screens): Display startup echo area message.
4087 (display-startup-echo-area-message): New function.
4088
c3b27206
MB
40892000-09-20 Miles Bader <miles@lsi.nec.co.jp>
4090
55a3d2a1
MB
4091 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
4092
4093 * info.el (info-header-node): Tweak for color ttys.
4094
37a99821
MB
4095 * faces.el (face-valid-attribute-values): Make sure directories we
4096 search for stipples both exist and are readable before trying to
4097 search them.
4098
0415d0d0
MB
4099 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
4100 in the dry-run case.
4101
523b128c
MB
4102 * jka-compr.el (with-auto-compression-mode): New macro.
4103
c3b27206
MB
4104 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
4105 (custom-group-tag-face, custom-variable-tag-face): Use relative
4106 :height and inherit from `variable-pitch' face instead of
4107 hardwiring :family.
4108 * hi-lock.el (hi-black-hb): Likewise.
4109
ddba99ad
MB
4110 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
4111 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
4112 toolbar-add-item, if image doesn't have a mask add a `:mask
4113 heuristic'.
4114
7e99fbde
SM
41152000-09-19 Stefan Monnier <monnier@cs.yale.edu>
4116
4117 * diff-mode.el: Docstring fixes.
4118 (diff-header-face, diff-comment-face): New faces.
4119 (diff-font-lock-keywords): Highlight a bit differently.
4120 (diff-find-source-location): Don't return SPAN any more.
4121 (diff-hunk-text): Don't bother erasing the temp buffer.
4122 (diff-find-text): Drop argument LINE.
4123 (diff-apply-hunk): Update calls to diff-find-text.
4124 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
4125
4126 * calendar/calendar.el: Docstring fixes.
4127 (calendar-make-alist): Don't quote lambda.
4128 (calendar-star-date): Use make-local-variable.
4129
fb275c02
DL
41302000-09-19 Dave Love <fx@gnu.org>
4131
7e99fbde
SM
4132 * toolbar/tool-bar.el: Renamed from toolbar.el.
4133 Change `toolbar' to `tool-bar' generally in symbols.
4134 Make some items invisible in `special' major modes.
4135 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
4136 Add arg PROPS.
532cb34d 4137
7e99fbde
SM
4138 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
4139 Add :version here.
fb275c02
DL
4140 (fancy-splash-delay, fancy-splash-image): Remove :version here.
4141
8f4ca9a5
GM
41422000-09-19 Gerd Moellmann <gerd@gnu.org>
4143
8b7707e1 4144 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
da1608d9 4145
8b7707e1 4146 * files.el (find-file-suppress-same-file-warnings): New user-option.
8fb3df59
GM
4147 (find-file-noselect): Use it.
4148
8b7707e1 4149 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
a01bb1db
GM
4150 (fancy-splash-screen): Defgroup.
4151
8f4ca9a5
GM
4152 * add-log.el (change-log-font-lock-keywords): Match names
4153 more exactly for the case that font-lock-constant-face is
4154 underlined.
4155
ba9eeda1 41562000-09-19 Richard M. Stallman <rms@gnu.org>
9b4a7800 4157
8b7707e1 4158 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
ba9eeda1 4159
289eaef9
AS
41602000-09-19 Andre Spiegel <spiegel@gnu.org>
4161
4162 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
4163
ce9ded5d
GM
41642000-09-19 Gerd Moellmann <gerd@gnu.org>
4165
c113de23
GM
4166 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
4167 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
4168 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
4169 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
4170 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
4171 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
4172 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
4173 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
4174 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
4175 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
4176 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8f4ca9a5 4177 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
c113de23 4178
ce9ded5d
GM
4179 * startup.el (fancy-splash-text): New variable.
4180 (fancy-splash-delay, fancy-splash-image): New user-options.
4181 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
4182 (fancy-splash-screens): New functions.
4183 (command-line-1): If display has a `display' frame parameter, has
4184 colors, and we have XPM support, show more fancy splash screens.
9b4a7800 4185
b9b1c3a9
DL
41862000-09-19 Dave Love <fx@gnu.org>
4187
4188 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
4189 with null `help'. Use modern backquote syntax.
4190
1af25534
GM
41912000-09-19 Gerd Moellmann <gerd@gnu.org>
4192
afd3c8cd
GM
4193 * font-lock.el (font-lock-mode): Change message telling the user
4194 that ``the buffer is too big''.
4195
1af25534
GM
4196 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
4197 for instance for the case that tab-width is 2.
4198
05b1f851
GM
41992000-09-18 Gerd Moellmann <gerd@gnu.org>
4200
4201 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
4202 toolbar-add-item, if image doesn't have a mask add a `:mask
4203 heuristic'.
4204
8ec8f673
MB
42052000-09-18 Miles Bader <miles@lsi.nec.co.jp>
4206
2b612b1f
MB
4207 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
4208 and return a cons if it's non-nil.
4209 (diff-apply-hunk): Try to jump to the line in the source text
4210 corresponding to the position of point in the in the hunk.
4211
9b4a7800 4212 * info.el (Info-title-3-face, Info-title-2-face)
8ec8f673
MB
4213 (Info-title-1-face): Use face inheritance and relative sizes
4214 instead of hard-wiring things.
4215
4216 * faces.el (secondary-selection): Make dark-background variant sane.
4217
5eedab4d
AI
42182000-09-16 Andrew Innes <andrewi@gnu.org>
4219
5eedab4d
AI
4220 * makefile.w32-in (compile-files-CMD): No need to make .elc files
4221 read-only, since they aren't under VC now.
4222
6a142f26
DL
42232000-09-17 Dave Love <fx@gnu.org>
4224
e07436e1
DL
4225 * tmm.el: Replace mapcar with mapc in several places.
4226
4227 * loadhist.el (unload-feature): Maybe call elp-restore-list and
4228 ad-unadvise.
4229
7d354dd5
DL
4230 * international/latin1-disp.el: New file.
4231
6a142f26
DL
4232 * calendar/cal-move.el (scroll-calendar-left)
4233 (scroll-calendar-right): Make arg optional (for active mode line).
4234
4235 * calendar/calendar.el (calendar-mode-line-format): Make fields
4236 mouse-sensitive.
4237 (calendar-read-date, calendar-read-date, calendar-window-list):
4238 Unquote lambda.
4239 (calendar-month-name): Use aref, not sref.
4240
4241 * view.el (minor-mode-alist): Propertize the string.
4242
4243 * international/characters.el (standard-case-table): Add entries
4244 for Greek.
4245
50ac70af
MB
42462000-09-18 Miles Bader <miles@gnu.org>
4247
53c9ab4f
MB
4248 * info.el (info-node, info-xref): Add dark-background variants.
4249
a114b1ca
MB
4250 * faces.el (header-line): Change defaults to be less confusing
4251 when mixed with mode-lines.
4252
50ac70af
MB
4253 * info.el (Info-fontify-node): Make a few cleanups.
4254 Add extra `help-echo' and `local-map' props to node xrefs.
4255 Use header-specific faces for node-names & xrefs.
4256 (Info-use-header-line): New variable.
53c9ab4f 4257 (info-header-xref, info-header-node): New faces.
50ac70af
MB
4258 (Info-setup-header-line): New function.
4259 (Info-select-node): Call Info-setup-header-line when enabled.
4260 (Info-extract-pointer): Work even if the header line is hidden.
4261 (Info-header-line): New variable.
4262
729927ff
SM
42632000-09-16 Stefan Monnier <monnier@cs.yale.edu>
4264
4265 * vms-patch.el (print-region-function): Don't quote lambda.
4266
4267 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
4268
4269 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
4270 (lm-get-header-re): Allow spaces between the header and the colon.
4271 (lm-header): Allow $ in non-RCS headers.
4272 (lm-header-multiline): Put the strings back into order.
4273 Stop at an empty line. Don't require two space chars if the
4274 line is clearly not another header line.
4275
4276 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
4277 (popup-menu-popup): Remove.
4278
7a98d821
GM
42792000-09-15 Gerd Moellmann <gerd@gnu.org>
4280
7f8f1edc
GM
4281 * toolbar/toolbar.el (toolbar-add-item): Use the same image
4282 specification if or if not tool-bar item contains an `:enabled'
4283 property.
4284
7a98d821
GM
4285 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
4286 current buffer has no file name.
4287
a7bc704b
DL
42882000-09-15 Dave Love <fx@gnu.org>
4289
4290 * strokes.el: Sync with maintainer's current version with changes
4291 for Emacs, but avoid runtime cl and levents.
4292 (toplevel): Change autoloads and compilation requires.
4293 (strokes-version, strokes-bug-address, strokes-lift): Values
4294 changed.
4295 (strokes-xpm-header, strokes-insinuated): New variable.
4296 (strokes): Add :link.
4297 (strokes-mode): Customized.
4298 (strokes-while-inhibiting-garbage-collector): New macro.
4299 (strokes-remassoc): Avoid remove-if.
4300 (strokes-fix-button2-command): Don't use ad-do-it.
4301 (strokes-insinuate): New function.
4302 (strokes-button-press-event-p, strokes-button-release-event-p):
4303 New functions, used instead of non-`strokes-' versions..
4304 (strokes-mouse-event-p): Rewritten.
4305 (strokes-event-closest-point): Avoid event-point.
4306 (strokes-get-grid-position): Avoid cdadr, caadr
4307 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
4308 functions.
4309 (strokes-help): Use with-output-to-temp-buffer.
4310 (strokes-window-configuration-changed-p): New function.
4311 (strokes-update-window-configuration): Use buffer-live-p,
4312 strokes-window-configuration-changed-p.
4313 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
4314 (strokes-char-face): New face.
4315 (strokes-char-table, strokes-base64-chars): New variable.
4316 (strokes-xpm-for-stroke, strokes-list-strokes)
4317 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
4318 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
4319 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
4320 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
4321 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
4322 functions.
4323
47e351a3
GM
43242000-09-15 Gerd Moellmann <gerd@gnu.org>
4325
ebb8f116
GM
4326 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
4327
47e351a3
GM
4328 * image.el (create-image): Doc fix.
4329
4330 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
4331 instead of `:heuristic-mask t'.
4332
fe83b953
AI
43332000-09-14 Andrew Innes <andrewi@gnu.org>
4334
4335 * makefile.w32-in: Revert to Unix line endings.
4336
52481729
AI
43372000-09-14 Andrew Innes <andrewi@gnu.org>
4338
3021e816
AI
4339 * makefile.w32-in: Add bootstrap support. Also copy lisp source
4340 when installing.
4341
52481729
AI
4342 * makefile.nt (DONTCOMPILE): Fix typo.
4343
4344 * shell.el (shell-write-history-on-exit): New function.
4345 (shell-dumb-shell-regexp): New custom variable.
4346 (shell-mode): Make shell-write-history-on-exit the process
4347 sentinel if shell name matches shell-dumb-shell-regexp.
4348
4349 * w32-fns.el: Comment out before-init-hook function which resets
4350 source-directory based; this breaks bootstrap.
4351
f8034e41
DL
43522000-09-14 Dave Love <fx@gnu.org>
4353
4354 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
4355 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
4356 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
4357 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
4358 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
4359 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
4360 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
4361 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
4362 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
4363
4364 * toolbar/toolbar.el: New.
4365
4366 * subdirs.el: Add toolbar.
4367
b9ce5694
GM
43682000-09-14 Gerd Moellmann <gerd@gnu.org>
4369
4370 * indent.el (indent-for-tab-command): Doc fix.
4371
986b7dee
GM
43722000-09-14 Alex Schroeder <alex@gnu.org>
4373
4374 * ansi-color.el (ansi-colors): Doc change.
4375 (ansi-color-get-face): Simplified regexp.
4376 (ansi-color-faces-vector): Added more faces, doc change.
4377 (ansi-color-names-vector): Doc change.
4378 (ansi-color-regexp): Simplified regexp.
4379 (ansi-color-parameter-regexp): New regexp.
4380 (ansi-color-filter-apply): Doc change.
4381 (ansi-color-filter-region): Doc change.
4382 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
4383 deal with zero length parameters.
4384 (ansi-color-apply-on-region): Doc change.
4385 (ansi-color-map): Doc change.
4386 (ansi-color-map-update): Removed debugging message.
4387 (ansi-color-get-face-1): Added condition-case to trap
4388 args-out-of-range errors.
4389 (ansi-color-get-face): Doc change.
4390 (ansi-color-make-face): Removed.
4391 (ansi-color-for-shell-mode): New option.
9b4a7800 4392
076ff911
KH
43932000-09-13 Kenichi Handa <handa@etl.go.jp>
4394
4395 * international/quail.el (quail-start-translation): Translate KEY
4396 if necessary even if it doesn't have any mapping in the current
4397 input method.
4398 (quail-start-conversion): Likewise.
4399 (quail-help): The output message is improved.
4400
bdf08678
MB
44012000-09-13 Miles Bader <miles@gnu.org>
4402
4403 * comint.el (comint-output-filter): Revert to using
4404 `insert-before-markers'. Add bletcherous hack to undo damage
4405 caused by `insert-before-markers'. Put `front-sticky' property on
4406 overlays created here so that the field code understands how the
4407 overlay works. Use a let when making comint-last-prompt-overlay,
4408 so that the code is easier to read.
4409
ffb8db8d
DL
44102000-09-13 Dave Love <fx@gnu.org>
4411
4412 * wid-edit.el (widget-default-format-handler): DTRT when
4413 doc-property is a function.
4414
5dd05f61
GM
44152000-09-12 Francesco Potorti` <pot@gnu.org>
4416
4417 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
4418 filed name if it's not there.
4419
35177617
DL
44202000-09-12 Dave Love <fx@gnu.org>
4421
9023837e
DL
4422 * simple.el (read-mail-command): Doc fix.
4423 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
4424
35177617
DL
4425 * vc.el (vc-dired-listing-switches): Fix :version.
4426
4427 * vc-hooks.el: Doc fixes.
4428
4429 * subr.el (add-minor-mode): Use toggle-fun arg.
4430
4431 * speedbar.el: Add :version to several defcustoms.
4432
4433 * imenu.el (imenu--truncate-items, imenu--cleanup)
4434 (imenu--generic-function): Avoid mapcar.
4435 (imenu--replace-spaces): Function removed.
4436 (imenu--completion-buffer): Use subst-char-in-string.
4437 (imenu-add-to-menubar): Use keymap inheritance.
4438
1afaae94
MB
44392000-09-12 Miles Bader <miles@gnu.org>
4440
4441 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
4442 (diff-mode-map): Bind `diff-test-hunk'.
4443 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
4444
44452000-09-11 Gerd Moellmann <gerd@gnu.org>
71246c2c
GM
4446
4447 * bytecomp.el (byte-compile-defvar): Undo last change
4448 because it breaks '(make-variable-buffer-local (defvar ...)'
4449 which is used at least in dired.
4450
63c36c3c
KH
44512000-09-12 Kenichi Handa <handa@etl.go.jp>
4452
4453 * international/quail.el (quail-define-package): Docstring
4454 modified.
4455
1ad24be1
KH
44562000-09-12 Kenichi Handa <handa@etl.go.jp>
4457
362a8065
KH
4458 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
4459 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
4460 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
4461 docstring of "chinese-py".
4462
1ad24be1
KH
4463 * international/quail.el (quail-translation-docstring): New
4464 variable.
4465 (quail-show-keyboard-layout): Docstring modified.
4466 (quail-select-current): Likewise.
4467 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
4468 infinite recursive call.
4469 (quail-help): Check quail-translation-docstring. Format of the
4470 output changed.
4471 (quail-help-insert-keymap-description): Adjusted for the above
4472 change.
4473
cc0f95a4
GM
44742000-09-11 Gerd Moellmann <gerd@gnu.org>
4475
4476 * bytecomp.el (byte-compile-defvar): Only cons onto
4477 current-load-list in top-level forms. Else this leaks a cons cell
4478 every time a defun is called.
4479
7530b6da
MB
44802000-09-11 Miles Bader <miles@lsi.nec.co.jp>
4481
4482 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
4483 Now understands non-unified diffs. Some functionality moved into
4484 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
4485 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
4486 modify anything. Only reposition point in the patched file if the
4487 patch succeeds. Only pop up another window if POPUP is true.
4488 Emit a message describing what happened if successful, and at what
4489 line-offset. Automatically detect reversed hunks and do something
4490 appropriate.
4491 (diff-hunk-text, diff-find-text): New functions.
4492 (diff-filter-lines): Function removed.
4493 (diff-test-hunk): New function.
4494 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
4495
6b124390
DL
44962000-09-10 Dave Love <fx@gnu.org>
4497
4498 * textmodes/tildify.el: Minor doc/commentary fixes.
4499 (tildify) <defgroup>: Add :version.
4500
4501 * faces.el (face-x-resources): Make custom type more specific.
4502 (frame-background-mode): Use mapc.
4503 (region) <defcustom>: Add :version.
4504
7f8b6551
SM
45052000-09-08 Stefan Monnier <monnier@cs.yale.edu>
4506
9b4a7800
TTN
4507 * vc-sccs.el (vc-sccs-register):
4508 * vc-rcs.el (vc-rcs-register):
7f8b6551
SM
4509 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
4510 * vc.el (vc-register): Clear file's properties.
4511
c454aac1
GM
45122000-09-08 Gerd Moellmann <gerd@gnu.org>
4513
4514 * faces.el (face-spec-set): Only face-spec-reset-face when
4515 ATTRS is non-nil.
4516
bb934822
EZ
45172000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
4518
4519 * help.el (help-insert-xref-button): Fix a typo in doc string.
4520
03419440
EZ
45212000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
4522
7f8b6551
SM
4523 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4524 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
43b11fee
EZ
4525 methods.
4526
03419440
EZ
4527 * menu-bar.el (read-mail-item-name): New function.
4528 (menu-bar-tools-menu): Use it to compute and display the package
4529 used to read email.
4530 (menu-bar-tools-menu): Fix typo in GUD's help string.
4531
dbcee71a
DL
45322000-09-07 Dave Love <fx@gnu.org>
4533
19e713d8
DL
4534 * diff-mode.el (diff-mouse-goto-source): New function.
4535
a7cafade 4536 * vc-sccs.el: Doc fixes.
7f8b6551 4537 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
a7cafade
DL
4538
4539 * vc-rcs.el: Doc fixes.
7f8b6551
SM
4540 (vc-rcs-register-switches, vc-rcs-checkin-switches)
4541 (vc-rcs-checkout-switches, vc-rcs-header)
a7cafade
DL
4542 (vc-rcs-master-templates): Add or change :version.
4543
7f8b6551 4544 * vc-cvs.el: Doc fixes.
a7cafade
DL
4545 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
4546 (vc-cvs-stay-local): Add :version.
4547
dbcee71a
DL
4548 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
4549
ed254191
KH
45502000-09-07 Kenichi Handa <handa@etl.go.jp>
4551
4552 * international/quail.el (quail-help): Fix previous change.
4553
ab0ee409
GM
45542000-09-07 Gerd Moellmann <gerd@gnu.org>
4555
f46f845b 4556 * faces.el (color-values): Doc fix.
9b4a7800 4557
ab0ee409
GM
4558 * faces.el (frame-set-background-mode): Use frame-parameter
4559 instead of frame-parameters.
4560
4561 * frame.el (filtered-frame-list): Reduce consing.
9b4a7800 4562 (frames-on-display-list): Call frame-parameter instead of
ab0ee409 4563 frame-parameters.
9b4a7800 4564
f7246ac7
KH
45652000-09-07 Kenichi Handa <handa@etl.go.jp>
4566
4567 * language/devan-util.el (devanagari-to-indian-region): In the
4568 loop, change the following char, not preceding char.
4569
96889af2
GM
45702000-09-07 Gerd Moellmann <gerd@gnu.org>
4571
1091dd67
GM
4572 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
4573 instead of frame-parameters.
4574
9b4a7800 4575 * faces.el (set-face-attribute): Simplify by calling
0da3ecef
GM
4576 internal-set-lisp-face-attribute with FRAME being 0.
4577
4578 * vc.el: Remove `Id' version control keyword.
96889af2 4579
0fddd0dc
KH
45802000-09-07 Kenichi Handa <handa@etl.go.jp>
4581
4582 * help.el (help-make-xrefs): Adjusted for the change of
4583 help-xref-mule-regexp.
4584 (help-insert-xref-button): New function.
4585
4586 * international/mule-cmds.el (help-xref-mule-regexp-template):
4587 Include the pattern for character set.
4588 (leim): New group.
4589
4590 * international/quail.el: Don't require face.
4591 (quail): New group.
7f8b6551 4592 (quail-other-command): Dummy command to make quail-help work better.
0fddd0dc
KH
4593 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
4594 (quail-keyboard-layout-substitution): New variable.
4595 (quail-update-keyboard-layout): New function.
4596 (quail-keyboard-layout-type): New customizable variable.
4597 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
4598 (quail-keyboard-translate): Pay attention to
4599 quail-keyboard-layout-substitution.
4600 (quail-insert-kbd-layout): New function.
4601 (quail-show-keyboard-layout): New function.
4602 (quail-get-translation): If the definition is a vector of length
7f8b6551 4603 1, and the element is a string of length 1, return the character
0fddd0dc
KH
4604 in that string.
4605 (quail-update-current-translations): Fix the case of
4606 relative-index out of range.
4607 (quail-build-decode-map, quail-insert-decode-map): New Functions.
4608 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7f8b6551 4609 Show key sequences for all available characters.
0fddd0dc
KH
4610 (quail-help-insert-keymap-description): Don't show such verbose
4611 key bindings as quail-self-insert-command.
4612
4613 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4614 Format changed, and each element now have extra documentations.
4615 (tit-process-header): Delete invalid characters from TIT-PROMPT.
4616 Adjusted for the change of quail-cxterm-package-ext-info.
4617
8ddceaf1
GM
46182000-09-06 Gerd Moellmann <gerd@gnu.org>
4619
4620 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
4621 requiring it leads to a recursive loading of vc.el and vc-hooks.el
4622 during bootstrap.
4623
099bd78a
SM
46242000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4625
4626 * vc.el: (toplevel): Don't require `dired' at run-time.
4627 (vc-dired-resynch-file): Remove autoload cookie.
4628
46292000-09-05 Andre Spiegel <spiegel@gnu.org>
4630
4631 * vc.el: Made several backend functions optional.
4632 (vc-default-responsible-p): New function.
4633 (vc-merge): Use RET for first version to trigger merge-news, not
4634 prefix arg.
4635 (vc-annotate): Handle backends that do not support annotation.
4636 (vc-default-merge-news): Removed. The existence of a merge-news
4637 implementation is now checked on caller sites.
4638
9b4a7800 4639 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
099bd78a
SM
4640 case.
4641
9b4a7800 4642 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
099bd78a
SM
4643 special case that has been removed from the default in vc-hooks.el.
4644
46452000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4646
4647 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
4648
46492000-09-05 Andre Spiegel <spiegel@gnu.org>
4650
4651 * vc-hooks.el: Require vc during compilation.
4652 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
4653 macro `with-vc-properties' in vc.el.
4654 (vc-file-getprop): Doc fix.
4655 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9b4a7800 4656
099bd78a
SM
4657 * vc.el: Require dired-aux during compilation.
4658 (vc-name-assoc-file): Moved to vc-sccs.el.
4659 (with-vc-properties): New macro.
9b4a7800 4660 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
099bd78a
SM
4661 vc-finish-steal): Use it.
4662 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
4663 to the backend-specific function is now supposed to do the checkout,
4664 too.
4665 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
4666
9b4a7800 4667 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
099bd78a
SM
4668 set file properties; that gets done in the generic code now.
4669
4670 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
4671 Changed parameter list, added code from vc.el that does the
4672 checkout, possibly with a double-take.
4673
4674 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
4675 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
4676 the above under the new name.
4677 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
4678 parameter list, added checkout command.
4679 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
4680 properties; that gets done in the generic code now.
4681
46822000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4683
4684 * vc.el: Docstring fixes (courtesy of checkdoc).
4685
46862000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4687
4688 * vc.el (vc-checkout-writable-buffer-hook)
4689 (vc-checkout-writable-buffer): Remove.
4690 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
4691 (vc-log-mode): Make it into a clean derived major mode.
4692 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
4693 vc-log-mode if log-edit is not available.
4694 (vc-dired-mode-map): Don't set-keymap-parent yet.
4695 (vc-dired-mode): Do set-keymap-parent here.
4696 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
4697
08ba3862
GM
46982000-09-05 Gerd Moellmann <gerd@gnu.org>
4699
4700 * faces.el (set-face-attribute, face-spec-reset-face)
4701 (face-spec-set): Avoid consing by removing calls to `apply'.
4702
4703 * frame.el (frame-parameter): Move to C code.
4704
3b4429b4
DL
47052000-09-05 Dave Love <fx@gnu.org>
4706
4707 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
4708 insert-before-markers-and-inherit. Now checked systematically!
4709
877055f6
GM
47102000-09-05 Alex Schroeder <alex@gnu.org>
4711
4712 * sql.el (sql-postgres): Use sql-postgres-options.
4713 (sql-postgres-options): New variable.
4714
47152000-09-05 Alex Schroeder <alex@gnu.org>
4716
4717 * sql.el (sql-mode-menu): Work around missing variable mark-active
4718 in XEmacs.
4719 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
4720 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
4721 compatibility.
4722
7a004b71
GM
47232000-09-04 Gerd Moellmann <gerd@gnu.org>
4724
54baed30 4725 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9b4a7800 4726
7a004b71
GM
4727 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
4728
4729 * Makefile.in (DONTCOMPILE): Fix typo in file name.
4730
47312000-09-04 Andre Spiegel <spiegel@gnu.org>
4732
4733 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
4734 don't support anything else under SCCS yet.
4735
4736 * vc-hooks.el: Minor doc fixes.
4737
47382000-09-04 Andre Spiegel <spiegel@gnu.org>
4739
4740 * vc.el (vc-next-action-on-file): Do not visit the file if it's
4741 not necessary. If verbose in state `needs-patch', do the same as
4742 under `up-to-date'. When NOT verbose and `needs-patch', check out
4743 latest version instead of `merge-news'.
4744 (vc-next-action-dired): Don't mess with default-directory here; it
4745 breaks other parts of dired. It is the job of the
099bd78a 4746 backend-specific functions to adjust it temporarily if they need it.
7a004b71
GM
4747 (vc-next-action): Remove a special CVS case.
4748 (vc-clear-headers): New optional arg FILE.
4749 (vc-checkin, vc-checkout): Set properties vc-state and
4750 vc-checkout-time properly.
099bd78a 4751 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7a004b71
GM
4752 (vc-print-log): Use new backend function `show-log-entry'.
4753 (vc-cancel-version): Do the checks in a different order. Added a
4754 FIXME concerning RCS-only code.
4755
4756 * vc-rcs.el (vc-rcs-show-log-entry): New function.
4757 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
4758
4759 * vc-cvs.el (vc-cvs-show-log-entry): New function.
4760
9b4a7800 4761 * vc-hooks.el (vc-default-mode-line-string): Show state
7a004b71
GM
4762 `needs-patch' as a `-' too.
4763
47642000-09-04 Andre Spiegel <spiegel@gnu.org>
4765
4766 * vc.el (vc-responsible-backend): New optional arg REGISTER.
4767 (vc-default-could-register): New function.
4768 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
4769 (vc-resynch-buffer): Call vc-dired-resynch-file.
4770 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
4771 vc-resynch-buffer instead of vc-resynch-window.
4772 (vc-next-action-dired): Don't redisplay here, that gets done as a
4773 result of the individual file operations.
4774 (vc-retrieve-snapshot): Corrected prompt order.
4775
4776 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9b4a7800 4777
7a004b71
GM
4778 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
4779 as well.
4780 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
4781 hostname regexps. Updated all callers.
4782 (vc-cvs-responsible-p): Handle directories as well.
4783 (vc-cvs-could-register): New function.
4784 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
4785 properties up-to-date.
9b4a7800 4786
7a004b71
GM
4787 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
4788 user whether to create one.
4789
47902000-09-04 Andre Spiegel <spiegel@gnu.org>
4791
4792 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
4793 check out a non-existing file.
4794
4795 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
4796 workfile does not exist.
4797
4798 * vc.el (vc-version-diff): Use `require' to check for existence of
4799 diff-mode.
4800
48012000-09-04 Andre Spiegel <spiegel@gnu.org>
4802
4803 * vc-cvs.el (vc-cvs-registered): Use new function
4804 vc-cvs-parse-entry to do the actual work.
4805
48062000-09-04 Andre Spiegel <spiegel@gnu.org>
4807
4808 * vc-hooks.el (vc-find-backend-function): If function doesn't
4809 exist, return nil instead of error.
4810 (vc-call-backend): Doc fix.
4811
4812 * vc.el (vc-do-command): Doc fix.
4813 (vc-finish-logentry): When checking in from vc-dired, choose the
4814 right backend for logentry check.
4815 (vc-dired-mode-map): Inherit from dired-mode-map.
4816 (vc-dired-mode): Local value of dired-move-to-filename-regexp
4817 simplified.
4818 (vc-dired-state-info): Removed, updated caller.
4819 (vc-default-dired-state-info): Use parentheses instead of hyphens.
4820 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
4821 (vc-dired-listing-switches): New variable.
4822 (vc-directory): Use it, instead of dired-listing-switches.
4823
4824 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
4825 (vc-cvs-dir-state): New function.
7f8b6551 4826 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7a004b71
GM
4827 (vc-cvs-parse-entry): New function, also to be used in
4828 vc-cvs-registered.
9b4a7800 4829
7a004b71
GM
48302000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4831
4832 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
4833 *or* single-window-frames.
4834
48352000-09-04 Andre Spiegel <spiegel@gnu.org>
4836
4837 * vc.el (vc-update-changelog): Split into generic part and default
4838 implementation. Doc string adapted.
4839 (vc-default-update-changelog): New function. Call the `rcs2log'
4840 script in exec-directory, to fix a long-standing nuisance.
4841
4842 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
4843 simply signals an error.
9b4a7800 4844
7a004b71
GM
48452000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4846
4847 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
4848 control-flow more clear and to avoid running `cvs' twice.
4849
4850 * vc.el (vc-next-action-on-file): Doc fix.
4851 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
4852 (vc-print-log): Eval `file' before constructing the continuation.
4853
48542000-09-04 Andre Spiegel <spiegel@gnu.org>
4855
4856 * vc.el (vc-next-action-on-file): Corrected several messages.
4857 (vc-merge): Add prefix arg `merge-news'; handle it.
4858
4859 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
4860 is not reached. It is.
4861 (vc-cvs-merge): Set state to 'edited after merge.
4862 (vc-cvs-merge-news): Set workfile version to nil if not known.
4863 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
4864
4865 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
4866 via stdout. (Merge from main line.)
9b4a7800 4867
7a004b71
GM
48682000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4869
4870 * vc.el (vc-finish-logentry): Thinko in the "same comment"
4871 detection.
4872
48732000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4874
4875 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
4876 against kill-all-local-variables.
4877 (vc-log-edit): Don't save vc-parent-buffer any more.
4878 (vc-last-comment-match): Initialize to an empty string.
4879 (vc-post-command-functions): New hook.
4880 (vc-do-command): Run it.
4881 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
4882 (vc-finish-logentry): Only add the comment to the ring if it's
4883 different from the last comment entered.
4884 (vc-new-comment-index): New function.
4885 (vc-previous-comment): Use it. Make the minibuffer message
4886 slightly less terse.
4887 (vc-comment-search-reverse): Make it work forward as well. Don't
4888 set vc-comment-ring-index if no match is found. Use
4889 vc-new-comment-index.
4890 (vc-comment-search-forward): Use vc-comment-search-reverse.
4891 (vc-dired-mode-map): Don't inherit from dired-mode-map since
4892 define-derived-mode will do it for us. Bind `v' to a keymap that
4893 inherits from vc-prefix-map so that we can bind `vt' without
4894 binding C-x v t.
4895 (vc-retrieve-snapshot): Parenthesis typo.
4896
4897 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
4898 to 1. Make sure to switch to *vc* before looking for an error
4899 message. Use vc-parse-buffer.
4900
49012000-09-04 Andre Spiegel <spiegel@gnu.org>
4902
4903 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
4904 and NAME.
4905 (vc-retrieve-snapshot): Split into two parts.
4906 (vc-default-retrieve-snapshot): New function.
4907
4908 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
4909 (vc-cvs-retrieve-snapshot): New function (untested).
4910 (vc-cvs-stay-local): Default to t.
4911 (vc-cvs-remote-p): New function and property.
4912 (vc-cvs-state): Stay local only if the above is t.
4913 (vc-handle-cvs): Removed.
4914 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
4915 done via vc-handled-backends now.
4916 (vc-cvs-header): Escape Id.
4917
49182000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4919
4920 * vc.el (vc-do-command): Remove unused commands.
4921 (vc-version-diff): Make sure default-directory ends with a slash.
4922 Move the window commands into a vc-exec-after.
4923 (vc-print-log): Move more of the code into the `vc-exec-after'.
4924
49252000-09-04 Andre Spiegel <spiegel@gnu.org>
4926
4927 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
4928 (vc-print-log): Search current revision from beginning of buffer.
4929 (vc-revert-buffer): Clear echo area after the diff is finished.
4930 (vc-prefix-map): Removed definition of "t" for terse display in vc
4931 dired.
4932 (vc-dired-mode-map): Inherit from dired-mode-map. Added
4933 definition of "vt" for terse display.
4934 (vc-dired-mode): Fix dired-move-to-filename-regexp.
4935
49362000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4937
4938 * vc.el (vc-exec-after): Avoid caddr.
4939
49402000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4941
4942 * vc.el (vc-exec-after): New function.
4943 (vc-do-command): Use it to add a termination message for async
4944 procs.
4945 (vc-checkout): Try to handle a missing-backend situation.
4946 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
4947 of a directory with a backend using async diffs.
4948 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
4949 present.
4950
4951 * vc-sccs.el (vc-sccs-state-heuristic): Use
4952 file-ownership-preserved-p.
4953
4954 * vc-rcs.el (vc-rcs-state-heuristic): Use
4955 file-ownership-preserved-p.
4956 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
4957
49582000-09-04 Andre Spiegel <spiegel@gnu.org>
4959
4960 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
4961 vc-do-command.
4962
4963 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
4964 when there are no changes.
4965
49662000-09-04 Andre Spiegel <spiegel@gnu.org>
4967
4968 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
4969
4970 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
4971
49722000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4973
4974 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
4975
4976 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
4977 the `fset' outside of the defvar so that it works even if
4978 vc-prefix-map was already defined.
4979 (vc-setup-buffer): New function, split out of vc-do-command.
4980 (vc-do-command): Allow BUFFER to be t to mean `just use the
4981 current buffer without any fuss'.
4982 (vc-version-diff): Change the `diff' backend operation to just put
4983 the diff in the current buffer without erasing it. Always use
4984 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
4985 shrink-window-if-larger-than-buffer.
4986 (vc-print-log): Change the `print-log' backend operation to just
4987 put the log in the current buffer without erasing it. Protect
4988 shrink-window-if-larger-than-buffer.
4989 (vc-update-change-log): Fix setd typo.
4990
4991 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
4992 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
4993
4994 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
4995 (vc-rcs-diff): Insert in the current buffer and remove unused arg
4996 CMP.
4997
4998 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
4999 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
5000 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
5001
50022000-09-04 Andre Spiegel <spiegel@gnu.org>
5003
5004 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
5005 not possible, use vc-BACKEND-workfile-unchanged-p.
5006 (vc-default-workfile-unchanged-p): New function. Delegates to a
5007 full vc-BACKEND-diff.
5008
5009 * vc-hooks.el (vc-simple-command): Removed.
5010
5011 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
5012 instead of vc-simple-command.
5013 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
5014 avoid doing a diff when opening a file.
5015 (vc-rcs-state): Added check for unlocked-changes.
5016 (vc-rcs-header): Escape Id.
5017 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
5018 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
5019 version.
5020
5021 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
5022 (vc-sccs-diff): Remove optional arg CMP.
5023 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
5024 SCCS-specific function.
5025
5026 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
5027 vc-simple-command.
5028
50292000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5030
5031 * vc.el (vc-editable-p): Renamed from vc-writable-p.
5032 (with-vc-file, vc-merge): Use vc-editable-p.
5033 (vc-do-command): Remove unused var vc-file and fix the
5034 doubly-defined `status' var. Add a user message when starting an
5035 async command.
5036 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
5037 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
5038 Use with-current-buffer.
5039 (vc-buffer-sync): Use unless.
5040 (vc-next-action-on-file): If the file is 'edited by read-only,
5041 make it read-write instead of trying to commit.
5042 (vc-version-diff, vc-update-change-log): Use `setq
5043 default-directory' rather than `cd'.
5044 (vc-log-edit): Don't forget to set default-directory in the
5045 buffer.
5046
5047 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
5048 (vc-sccs-state-heuristic): Use file-writable-p instead of
5049 comparing userids.
5050 (vc-sccs-checkout): Use `unless'.
5051
5052 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
5053 of comparing userids.
5054 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
5055 Simplify the logic by eliminating unreachable code.
5056 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
5057 just do a recursive call if we need to retry.
5058 (vc-rcs-checkout): Handle the case where rcs is missing by making
5059 the buffer read-write if requested and re-signalling the error.
5060
5061 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
5062
50632000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5064
5065 * vc-hooks.el (vc-handled-backends): Docstring change.
5066 (vc-ignore-vc-files): Mark obsolete.
5067 (vc-registered): Check vc-ignore-vc-files.
5068 (vc-find-file-hook, vc-file-not-found-hook): Don't check
5069 vc-ignore-vc-files.
5070
5071 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
5072
50732000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5074
5075 * vc.el (vc-checkout): Don't do anything special for ange-ftp
5076 files since ange-ftp already has vc-registered return nil.
5077
5078 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
5079 (vc-sccs-workfile-version): Use with-temp-buffer and new
5080 vc-parse-buffer and don't bother setting the property.
5081 (vc-sccs-add-triple): Use with-current-buffer and
5082 find-file-noselect.
5083 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
5084
5085 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
5086 derives from the old vc-parse-buffer but uses the revision number
5087 rather than the date (much easier to compare robustly).
5088 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
5089 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
5090 locking-user more directly. Check strict locking and set
5091 checkout-model appropriately.
5092 (vc-rcs-parse-locks): Remove.
5093 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
5094 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
5095 (vc-rcs-system-release): Use with-current-buffer and
5096 vc-parse-buffer.
5097 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
5098
5099 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
5100 (vc-simple-command): Docstring fix.
5101 (vc-registered): Align the way the file-handler is called with the
5102 way the function itself works.
5103 (vc-file-owner): Remove.
5104
5105 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
5106 extraction of fields and call to file-attributes because of a
5107 temporary bug in rcp.el.
5108 (vc-cvs-fetch-status): Use with-current-buffer.
5109
51102000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5111
5112 * vc.el (vc-do-command): Use file-relative-name.
5113 (vc-responsible-backend): Use vc-backend if possible.
5114 (vc-create-snapshot): Improve the `interactive' spec. Add support
5115 for branches and dispatch to backend-specific `create-snapshot'.
5116 (vc-default-create-snapshot): New function, containing the bulk of
5117 the old vc-create-snapshot.
5118 (vc-retrieve-snapshot): Improve the interactive spec.
5119
5120 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
5121 (vc-backend-hook-functions): Remove.
5122 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
5123 (vc-backend): Reintroduce the test for `file = nil' now that I
5124 know why it was there (and added a comment to better remember).
5125
5126 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
5127 code from vc-sccs-hooks.el.
5128 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
5129 'vc anymore.
5130 (vc-sccs-responsible-p): Use expand-file-name instead of concat
5131 and file-directory-p instead of file-exists-p.
5132 (vc-sccs-check-headers): Simplify the regexp.
5133
5134 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
5135 from vc-rcs-hooks.el. Don't require 'vc anymore.
5136 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
5137 file-directory-p instead of file-exists-p.
5138
5139 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
5140 from vc-cvs-hooks.el.
5141 (proto vc-cvs-registered): Require 'vc-cvs instead of
5142 'vc-cvs-hooks. Don't require 'vc anymore.
5143 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
5144 file-directory-p instead of file-exists-p.
5145 (vc-cvs-create-snapshot): New function, replacing
5146 vc-cvs-assign-name.
5147 (vc-cvs-assign-name): Remove.
5148
51492000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5150
5151 * vc-cvs.el (vc-cvs-header): New var.
5152
5153 * vc-rcs.el (vc-rcs-exists): Remove.
5154 (vc-rcs-header): New var.
5155
5156 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
5157 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
5158 (vc-sccs-header): New var.
5159
5160 * vc.el (vc-do-command): Get rid of the `last' argument.
5161 (vc-header-alist): Remove, replaced by vc-X-header.
5162 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
5163 (vc-dired-hook): Use expand-file-name instead of concat.
5164 (vc-directory): Use file-name-as-directory.
5165 (vc-snapshot-precondition, vc-create-snapshot)
5166 (vc-retrieve-snapshot): Allow the command to operate on any
5167 directory.
5168
5169 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
5170 just removing the 'WORKFILE argument or by removing the 'MASTER
5171 argument and replacing `file' with (vc-name file).
5172
51732000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5174
5175 * vc.el: Update Copyright and add a crude list of backend funs.
5176 (vc-writable-p): New function.
5177 (with-vc-file): Use vc-writable-p.
7f8b6551 5178 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7a004b71
GM
5179 (vc-register): Avoid vc-name.
5180 (vc-locking-user): Remove.
5181 (vc-steal-lock): Make the `owner' arg non-optional.
5182 (vc-merge): Use vc-writable-p instead of vc-locking-user and
5183 vc-checkout-model.
5184 (vc-default-dired-state-info): Use vc-state instead of
5185 vc-locking-user and return special strings for special states.
5186 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
5187 and get rid of one of the special CVS cases.
5188 (vc-cancel-version): prettify error message with \\[...].
5189 (vc-rename-master): New function.
5190 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
5191 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
5192 the CVS special case generic.
5193 (vc-default-record-rename): Remove.
5194 (vc-file-tree-walk-internal): Only call FUNC for files that are
5195 under control of some VC backend and replace `concat' with
5196 expand-file-name.
5197 (vc-file-tree-walk): Update docstring.
5198 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
5199 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
5200
5201 * vc-sccs.el (vc-sccs-rename-file): Renamed from
5202 vc-sccs-record-rename. Use `find-file-noselect' rather than
5203 `find-file' and call `vc-rename-master' to do the actual move.
5204 (vc-sccs-diff): Remove unused `backend' variable.
5205
5206 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
5207 to delay loading of vc-sccs until it is really used.
5208 (vc-sccs-master-templates): Preload.
5209 (vc-sccs-state): Update call to vc-sccs-parse-locks.
5210 (vc-sccs-project-dir): Remove (merged into
5211 vc-sccs-search-project-dir).
5212 (vc-sccs-search-project-dir): Rewrite using file name handling ops
5213 rather than `concat', make sure it is preloaded and don't bother
5214 to check that the file actually exists.
5215 (vc-sccs-parse-locks): Remove unused `file' argument, remove
5216 `locks' argument (use buffer's content instead) and eliminate n^2
5217 behavior.
5218
5219 * vc-rcs.el: Update Copyright.
5220 (vc-rcs-rename-file): New function.
5221 (vc-rcs-diff): Remove unused `backend' variable.
5222
5223 * vc-hooks.el: Update Copyright.
5224 (vc-backend): Don't accept a nil argument any more.
5225 (vc-up-to-date-p): Turn into a defsubst.
5226 (vc-possible-master): New function.
5227 (vc-check-master-templates): Use `vc-possible-master' and allow
5228 funs in vc-X-master-templates to return a non-existent file.
5229
5230 * vc-cvs.el: Update Copyright.
5231 (vc-cvs-diff): Remove unused `backend' variable.
7f8b6551 5232 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7a004b71
GM
5233
5234 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
5235
52362000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5237
5238 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
5239 since it can be called from vc-rcs.el.
5240 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
5241
52422000-09-04 Andre Spiegel <spiegel@gnu.org>
5243
5244 * vc.el (vc-version-diff): Expand file name read from the
5245 minibuffer. Handle the case when a previous version number can't
5246 be guessed. Give suitable messages when there were no differences
5247 found.
5248 (vc-clear-headers): Call backend-specific implementation, if one
5249 exists.
5250 (vc-cancel-version): Made error checks generic. When done, clear
5251 headers generically, too.
5252
5253 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
5254 from vc-clear-headers in vc.el.
5255
5256 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
5257 correctly.
5258 (vc-rcs-latest-on-branch-p): Made second argument VERSION
5259 optional. Handle the case when it's not there.
5260
52612000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5262
5263 * vc.el (vc-locking-user): Moved from vc-hooks.el.
5264
52652000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5266
5267 * vc-hooks.el (vc-loadup): Remove.
5268 (vc-find-backend-function): Use `require'. Also, handle the case
5269 where vc-BACKEND-hooks.el doesn't exist.
5270 (vc-call-backend): Cleanup.
5271
52722000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5273
5274 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
5275 vc-rcs-grab-templates)
5276 (vc-rcs-registered): Remove. The default function works as well.
5277 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
5278 vc-sccs-grab-templates)
5279 (vc-sccs-registered): Remove. The default function works as well.
5280
5281 * vc.el (vc-version-diff): Left out a vc- in call to
5282 vc-call-backend.
5283 (vc-default-dired-state-info, vc-default-record-rename)
5284 (vc-default-merge-news): Update for the new backend argument.
5285
5286 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
5287 using the default function.
5288 (vc-call-backend): If calling the default function, pass it the
5289 backend as first argument. Update the docstring accordingly.
5290 (vc-default-state-heuristic, vc-default-mode-line-string): Update
5291 for the new backend argument.
5292 (vc-make-backend-sym): Renamed from vc-make-backend-function.
5293 (vc-find-backend-function): Use the new name.
5294 (vc-default-registered): New function.
5295
52962000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5297
5298 * vc.el (vc-merge): Use vc-find-backend-function.
5299
5300 * vc-hooks.el (vc-backend-functions): Remove.
5301 (vc-loadup): Don't setup 'vc-functions.
5302 (vc-find-backend-function): New function.
5303 (vc-call-backend): Use above fun and populate 'vc-functions
5304 lazily.
5305 (vc-backend-defines): Remove.
5306
53072000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5308
5309 * vc.el (vc-register): Put a FIXME note for a newly found bug.
5310 Call vc-call-backend without the leading vc-.
5311 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
5312 (vc-check-headers): Call vc-call-backend without the leading vc-.
7f8b6551 5313 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7a004b71
GM
5314 (vc-annotate-display): Replace confusing use of `cond' with `or'.
5315 Call vc-call-backend without the leading vc-.
5316
5317 * vc-cvs.el (tail): Provide vc-cvs.
5318 * vc-sccs.el (tail): Provide vc-sccs.
5319 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
5320
5321 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
5322 (vc-make-backend-function, vc-call): Pass names without leading
7f8b6551 5323 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7a004b71
GM
5324 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
5325 (vc-call-backend): Always try to load vc-X-hooks.
5326 (vc-registered): Remove vc- in call to vc-call-backend.
5327
53282000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5329
5330 * vc.el (vc-process-filter): New function.
5331 (vc-do-command): Setup `vc-process-filter' for the async process.
5332 (vc-maybe-resolve-conflicts): New function to reduce
5333 code-duplication. Additionally, it puts the buffer in
5334 `smerge-mode' if applicable.
5335 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
5336 calling `merge-news'.
7f8b6551 5337 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7a004b71
GM
5338 (vc-log-edit): New function. Replacement for `vc-log-mode' by
5339 interfacing to log-edit.el.
5340 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
5341 log-edit is available.
5342 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
5343
53442000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5345
5346 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
5347 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
5348 defvar and the initialization.
5349 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
5350
5351 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
5352 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
5353
7f8b6551 5354 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7a004b71
GM
5355
53562000-09-04 Andre Spiegel <spiegel@gnu.org>
5357
5358 * vc.el (vc-file-clear-masterprops): Removed.
5359 (vc-checkin, vc-revert-buffer): Removed calls to the above.
5360 (vc-version-diff): Use buffer-size without argument.
5361 (vc-register): Heed vc-initial-comment.
5362
5363 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
5364 default branch.
5365
5366 * vc-rcs.el (vc-rcs-register): Parse command output to find master
5367 file name and workfile version.
5368 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
5369
5370 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
5371 vc-file-clear-masterprops.
5372
5373 * vc-sccs.el (vc-sccs-checkout): Removed call to
5374 vc-file-clear-masterprops. If writable, set vc-state to 'edited
5375 rather than user login name.
5376
5377
53782000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5379
5380 * vc.el (vc-workfile-unchanged-p): Remove unused argument
5381 `want-differences-if-changed' and simplify.
5382 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
5383 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
5384 output (which is invalid for async vc-diff) to decide whether to
5385 do the revert silently or not.
5386
53872000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5388
5389 * vc-hooks.el (vc-loadup): Load files quietly.
5390 (vc-call-backend): Oops, brain fart.
5391
53922000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5393
5394 * vc-cvs.el (vc-cvs-state): Typo.
7f8b6551 5395 (vc-cvs-merge-news): Return the status code rather than the error msg.
7a004b71
GM
5396
53972000-09-04 Andre Spiegel <spiegel@gnu.org>
5398
5399 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
5400 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
5401 vc-state or vc-up-to-date-p.
5402 (vc-merge): Use vc-backend-defines to check whether merging is
5403 possible. Set state to 'edited after successful merge.
5404
5405 * vc-hooks.el (vc-locking-user): If locked by the calling user,
5406 return that name. Redocumented.
5407
54082000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5409
5410 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
5411 new `vc-state' semantics.
5412 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
5413 'vc-locking-user to the current user.
5414 (vc-merge): Inline vc-backend-merge. Comment out code that I
5415 don't understand and hence can't adapt to the new `vc-state' and
5416 `vc-locking-user' semantics.
5417 (vc-backend-merge): Remove.
5418
5419 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
5420 rather than 'vc-locking-user.
5421
5422 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
5423
5424 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
5425 (vc-state): Don't use 'reserved any more. Just use the same
5426 convention as the one used for vc-<backend>-state where the
5427 locking user (as a string) is returned.
5428 (vc-locking-user): Update, based on the above convention. The
5429 'vc-locking-user property has disappeared.
7f8b6551 5430 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7a004b71
GM
5431
5432 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
5433 with a heuristic one.
5434 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
5435 (vc-cvs-checkin): Do a trivial parse to set the state in case of
5436 error. That allows us to get to 'needs-merge even in the
5437 stay-local case. There's still no way to detect 'needs-patch in
5438 such a setup (or to force an update for that matter).
5439 (vc-cvs-logentry-check): Remove, the default works as well.
5440
54412000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5442
7f8b6551 5443 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7a004b71
GM
5444
5445 * vc.el (vc-do-command): kill-all-local-variables, to reset any
5446 major-mode in which the buffer might have been put earlier. Use
5447 `remove' and `when'. Allow `okstatus' to be `async' and use
5448 `start-process' in this case.
5449 (vc-version-diff): Handle the case where the diff looks empty
5450 because of the use of an async process.
5451
54522000-09-04 Andre Spiegel <spiegel@gnu.org>
5453
5454 * vc.el (vc-next-action-on-file): Removed optional parameter
5455 `simple'. Recompute state unconditionally.
5456 (vc-default-toggle-read-only): Removed.
5457
5458 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
5459 (vc-toggle-read-only): Undid prev change.
5460
5461 * vc-cvs.el (vc-cvs-stay-local): Renamed from
5462 vc-cvs-simple-toggle. Redocumented.
5463 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
5464 (vc-cvs-toggle-read-only): Removed.
5465
54662000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5467
7f8b6551 5468 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7a004b71
GM
5469 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
5470 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
5471 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
5472 still is. So maybe it should be removed.
5473 (vc-head-version, vc-find-binary): Remove.
5474 (vc-recompute-state): Move from vc-hooks.el.
5475 (vc-next-action-on-file): Add a `simple' argument to allow
5476 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7f8b6551
SM
5477 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
5478 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7a004b71
GM
5479 (vc-dired-mode-map): Properly defvar it.
5480 (vc-print-log): Call log-view-mode if available.
5481 (small-temporary-file-directory): defvar instead of use boundp.
5482 (vc-merge-news): Moved to vc-cvs.el.
5483 (vc-default-merge-news): New function.
5484
5485 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
5486 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
5487 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
5488 unknown `vc-latest-version' function. It should probably refer to
5489 vc-workfile-version or somesuch, but it's very unclear to me and I
5490 don't have SCCS to test things.
5491
5492 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
5493 (vc-sccs-state-heuristic): Fix typo.
5494 (vc-sccs-workfile-unchanged-p): Add missing argument.
5495
5496 * vc-rcs.el: Require vc and vc-rcs-hooks.
5497 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
5498 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
5499 (vc-release-greater-or-equal-p): Move from vc.
5500 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
5501 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
5502 (vc-rcs-checkout): Add a missing `new-version' argument in the
7f8b6551 5503 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7a004b71
GM
5504
5505 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
5506 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
5507 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
5508 than the apparently unbound `workfile-version'.
5509
5510 * vc-hooks.el (vc-master-templates): Def the obsolete var.
5511 (vc-file-prop-obarray): Use `make-vector'.
5512 (vc-backend-functions): Add new hookable functions
5513 vc-toggle-read-only, vc-record-rename and vc-merge-news.
5514 (vc-loadup): If neither backend nor default functions exist, use
5515 the backend function rather than nil.
5516 (vc-call-backend): If the function if not bound yet, try to load
5517 the non-hook file to see if it provides it.
5518 (vc-call): New macro plus use it wherever possible.
5519 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
5520 nor `vc-find-binary' since it's only called from
7f8b6551 5521 vc-mistrust-permission which is only used once the backend is known.
7a004b71
GM
5522 (vc-checkout-model): Fix parenthesis.
5523 (vc-recompute-state, vc-prefix-map): Move to vc.el.
5524
7f8b6551 5525 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7a004b71
GM
5526 (vc-cvs-release, vc-cvs-system-release): Remove.
5527 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
5528 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
5529 status symbols.
5530 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
5531 (vc-cvs-toggle-read-only): First cut at a function to allow a
5532 cvs-status-free vc-toggle-read-only.
5533 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
5534 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
5535 vc-cvs-status. Also set vc-state rather than vc-locking-user.
5536 (vc-cvs-checkout): Modify access rights directly if the user
5537 requested not to use `cvs edit'. And refresh the mode line.
5538
5539 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
5540 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
5541
55422000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5543
5544 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
5545 workfile' that got lost when the code was extracted from vc.el.
5546 And merged the tail with the rest of the code (not possible in the
5547 old vc.el where the tail was shared among all backends). And
5548 explicitly set the state to 'edited if `writable' is set.
5549
5550 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
5551 (vc-cvs-state): Be careful to return the value from
5552 vc-cvs-parse-state.
5553 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
5554 property but return it instead. Also be careful to handle a nil
5555 or "" `rev' when workfile is non-nil (it was handled properly when
5556 workfile was nil).
5557
5558 * vc.el: Removed those pesky unnecessary `(function' quotes.
5559 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
5560 directly in the defvar.
5561 (vc-do-command): Bind inhibit-read-only so as to properly handle
5562 the case where the destination buffer has been made read-only.
5563 (vc-diff): Delegate to vc-version-diff in all cases.
7f8b6551 5564 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7a004b71
GM
5565 (vc-annotate-mode-variables): Removed (code moved partly to
5566 defvars and partly to vc-annotate-add-menu).
5567 (vc-annotate-mode): Turned into a derived-mode.
5568 (vc-annotate-add-menu): Moved in code in
5569 vc-annotate-mode-variables.
5570 (vc-update-change-log): Use make-temp-file if available.
5571
55722000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
5573
5574 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
5575 `vc-checkout-model' updated to `vc-cvs-update-model'.
5576
55772000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5578
5579 * vc.el (vc-next-action-on-file): Added handling of state
5580 `unlocked-changes'.
5581 (vc-checkout-carefully): Is now practically obsolete, unless the
5582 above is too slow to be enabled unconditionally.
5583 (vc-update-change-log): Fixed typo.
5584
5585 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
5586
7f8b6551
SM
5587 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
5588 Now handles state `unlocked-changes'.
5589 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7a004b71
GM
5590
5591 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
5592
5593 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
5594 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
5595 `unlocked-changes'.
5596 (vc-rcs-workfile-unchanged-p): Renamed from
5597 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
5598 function yet, but supposed to become one soon.
5599
5600 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
5601 `vc-steal-lock'.
5602 (vc-call-backend): Changed error message.
5603 (vc-state): Added description of state `unlocked-changes'.
5604
56052000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5606
5607 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
5608 always return t in CVS-controlled directories.
5609
5610 * vc.el (vc-responsible-backend): New function.
5611 (vc-register): Largely rewritten.
5612 (vc-admin): Removed (implementation moved into vc-register).
5613 (vc-checkin): Redocumented.
5614 (vc-finish-logentry): If no backend defined yet (because we are in
5615 the process of registering), use the responsible backend.
5616
5617 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
5618 Updated function lists.
5619 (vc-call-backend): Fixed typo.
5620
7f8b6551
SM
5621 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
5622 New functions.
5623 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
5624 Removed query option. Redocumented.
7a004b71
GM
5625
56262000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5627
5628 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
5629
5630 * vc.el: Updated callers of `vc-checkout-required' to use
5631 `vc-checkout-model'.
5632
56332000-09-04 Martin Lorentzson <martinl@gnu.org>
5634
5635 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
5636 stuff updated to reference this function instead of the old
5637 `vc-backend-release-p'.
5638
56392000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5640
5641 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
5642 vc-checkout-model. Return appropriate values. Updated callers.
5643
56442000-09-04 Martin Lorentzson <martinl@gnu.org>
5645
7f8b6551 5646 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7a004b71
GM
5647 (vc-backend-revert): Function moved into `vc-revert';
5648 `vc-next-action' must be updated to accomodate this change.
5649 (vc-backend-steal): Function moved into `vc-finish-steal'.
5650 (vc-backend-logentry-check): Function moved into
5651 `vc-finish-logentry'.
5652 (vc-backend-printlog): Function moved into `vc-print-log'.
5653 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
5654 (vc-backend-assign-name): Function moved into
5655 `vc-create-snapshot'.
5656
56572000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5658
5659 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7f8b6551
SM
5660 Rename to vc-checkout-model. Return appropriate values.
5661 Update callers.
7a004b71 5662
7f8b6551 5663 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7a004b71 5664 to vc-checkout-model.
7f8b6551
SM
5665 (vc-checkout-required): Rename to vc-checkout-model.
5666 Re-implement and re-comment.
7a004b71
GM
5667 (vc-after-save): Use vc-checkout-model.
5668
56692000-09-04 Martin Lorentzson <martinl@gnu.org>
5670
7f8b6551
SM
5671 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
5672 Update to use the vc-BACKEND-diff functions instead.
5673 `vc-diff' is now working.
7a004b71 5674
7f8b6551 5675 * vc-rcs.el (vc-rcs-logentry-check): New function.
7a004b71 5676
7f8b6551 5677 * vc-cvs.el (vc-cvs-logentry-check): New function.
7a004b71
GM
5678
5679 * vc-sccs.el (vc-sccs-diff): Function changed name from
5680 `vc-backend-diff'. This makes `vc-diff' work.
5681
7f8b6551 5682 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7a004b71 5683 of functions possibly implemented in a vc-BACKEND library.
7f8b6551 5684 (vc-checkout-required): Fix bug that caused an error to be
7a004b71
GM
5685 signaled during `vc-after-save'.
5686
7f8b6551
SM
5687 * vc.el: Fix typo.
5688 This checkin is made with our new VC code base for the very first time.
5689 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7a004b71
GM
5690
5691 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
5692 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
5693
5694 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
5695 updated to `vc-uses-locking'.
7f8b6551 5696 (vc-checkout-required): Call to backend function.
7a004b71
GM
5697 `vc-checkout-required' updated to `vc-uses-locking' instead.
5698
5699 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
5700 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
5701
7f8b6551 5702 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7a004b71 5703 to match the split into various backends.
7f8b6551 5704 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7a004b71
GM
5705 (vc-retrieve-snapshot): Bug fix.
5706
57072000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5708
5709 * vc-sccs.el (vc-sccs-release): Doc fix.
5710
57112000-09-04 Martin Lorentzson <martinl@gnu.org>
5712
5713 * vc.el (vc-next-action-on-file): Bug found and fixed.
5714 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
5715 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
5716
5717 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
5718 (vc-rcs-checkout): Name space cleaned up. No more revision number
5719 crunching function names that are not prefixed with vc-rcs.
5720 (vc-rcs-checkout-model): Function added. References to
5721 `vc-checkout-model' replaced.
5722
57232000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5724
5725 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
5726 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
5727 still need to be split, and implemented for RCS).
5728
57292000-09-04 Martin Lorentzson <martinl@gnu.org>
5730
5731 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
5732
5733 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
5734 required by the vc.el file.
5735
5736 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
5737 required by the vc.el file.
5738 (vc-rcs-exists): Function added.
5739
5740 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
5741 required by the vc.el file.
5742
5743 * vc.el (vc-admin): Updated to handle selection of appropriate
5744 backend. Current implementation is crufty and need re-thinking.
5745
5746 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
5747
57482000-09-04 Martin Lorentzson <martinl@gnu.org>
5749
5750 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
5751 beginning of annotate buffers correctly.
5752
5753 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
5754 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
5755 functionality updated quite a lot to support multiple backends.
5756 Variables `vc-annotate-mode', `vc-annotate-buffers',
5757 `vc-annotate-backend' added.
5758
5759 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
5760 `vc-annotate-difference' added to supported backend functions.
5761
57622000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5763
5764 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
5765 Use with-temp-file instead of /bin/sh. Merged from mainline
5766
57672000-09-04 Martin Lorentzson <martinl@gnu.org>
5768
5769 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
5770
5771 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
5772
5773 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
5774
57752000-09-04 Martin Lorentzson <martinl@gnu.org>
5776
5777 * vc-hooks.el: vc-state-heuristic added to
5778 vc-backend-hook-functions.
5779
5780 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
5781
5782 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
5783
7f8b6551
SM
5784 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
5785 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
7a004b71
GM
5786 state to `reserved'.
5787
5788 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
5789 `vc-checkout-required'. Rename the `locked' state to `reserved'.
5790
57912000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5792
7f8b6551 5793 * vc-rcs-hooks.el: Implement new state model. Hardly anything
7a004b71
GM
5794 untouched.
5795
7f8b6551 5796 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7a004b71 5797
7f8b6551 5798 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7a004b71
GM
5799 if defined. (Merged from main line, slightly adapted.)
5800
5801 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
5802 millenium problem (merged from mainline).
5803
58042000-09-04 Martin Lorentzson <martinl@gnu.org>
5805
5806 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
5807 part and moved the non-BACKEND stuff to vc.el.
5808
5809 * vc.el: Split the annotate feature into a BACKEND specific part
5810 and moved it from the vc-cvs.el file to this one.
5811
58122000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5813
7f8b6551
SM
5814 * vc-hooks.el: Implement new state model.
5815 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
5816 (vc-locking-user): Simplify. Now only needed if the file is
7a004b71 5817 locked by somebody else.
7f8b6551 5818 (vc-lock-from-permissions): Remove. Functionality is in
7a004b71
GM
5819 vc-sccs-hooks.el and vc-rcs-hooks.el now.
5820 (vc-mode-line-string): New name for former vc-status. Adapted.
7f8b6551 5821 (vc-mode-line): Adapt to use the above. Remove optional parameter.
7a004b71 5822
7f8b6551
SM
5823 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
5824 Various simplifications and adaptations all over the place.
7a004b71 5825
7f8b6551
SM
5826 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
5827 Simplify and adapt the rest.
7a004b71 5828
7f8b6551 5829 * vc.el (vc-resynch-window): Add TODO comment: check for
7a004b71 5830 interaction with view mode according to recent RCS change.
7f8b6551 5831 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7a004b71
GM
5832
58332000-09-04 Martin Lorentzson <martinl@gnu.org>
5834
7f8b6551 5835 * vc.el: Convert the remaining function comments to docstrings.
7a004b71
GM
5836
58372000-09-04 Martin Lorentzson <martinl@gnu.org>
5838
5839 * vc.el (vc-backend-release, vc-release-greater-or-equal)
5840 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
5841 (vc-minor-part, vc-previous-version): Functions that operate and
5842 compare revision numbers got proper documentation. Comments added
5843 about their possible removal.
5844
58452000-09-04 Martin Lorentzson <martinl@gnu.org>
5846
5847 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
5848 the vc-backend.el files.
5849
5850 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
5851
5852 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
5853 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
5854 (vc-rcs-previous-version): Functions added.
5855
5856 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
5857
5858 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
5859
58602000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5861
5862 * vc-hooks.el (vc-master-templates): Is really obsolete.
7f8b6551 5863 Comment out the definition for now. What is the right procedure
7a004b71
GM
5864 to get rid of it?
5865 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
5866 rewritten.
7f8b6551 5867 (vc-default-registered): Remove.
7a004b71
GM
5868 (vc-check-master-templates): New function; does mostly what the
5869 above did before.
5870 (vc-locking-user): Don't rely on the backend to set the property.
5871
5872 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7f8b6551 5873 Rewrite documentation.
7a004b71
GM
5874 (vc-rcs-templates-grabbed): New variable.
5875 (vc-rcs-grab-templates): New function.
7f8b6551 5876 (vc-rcs-registered): Rewrite to use above mechanism.
7a004b71
GM
5877
5878 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7f8b6551 5879 Rewrite documentation.
7a004b71
GM
5880 (vc-sccs-templates-grabbed): New variable.
5881 (vc-sccs-grab-templates): New function.
7f8b6551
SM
5882 (vc-sccs-registered): Rewrite to use above mechanism.
5883 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
5884 Don't throw the result, simply return it.
7a004b71 5885
7f8b6551
SM
5886 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
5887 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
5888 (vc-cvs-registered): Does the check itself now. Simplify.
7a004b71 5889
7f8b6551 5890 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7a004b71
GM
5891 from main line.
5892
58932000-09-04 Martin Lorentzson <martinl@gnu.org>
5894
7f8b6551 5895 * vc-cvs.el (vc-cvs-diff): New function.
7a004b71 5896
7f8b6551 5897 * vc-sccs.el (vc-sccs-diff): New function.
7a004b71 5898
7f8b6551
SM
5899 * vc-rcs.el (vc-rcs-diff): New function.
5900 (vc-rcs-checkout): Bug (typo) found and fixed.
5901 (vc-rcs-register-switches): New variable.
7a004b71
GM
5902
5903 * vc.el (vc-backend-diff): Function removed and placed in the
5904 backend files.
5905
59062000-09-04 Martin Lorentzson <martinl@gnu.org>
5907
5908 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
5909
5910 * vc.el (vc-backend-checkout): Function removed and replaced in
5911 the vc-backend.el files.
5912
5913 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
5914
5915 * vc.el (vc-backend-admin): Removed and replaced in the
5916 vc-backend.el files.
5917
5918 * vc.el (Martin): Removed all the annotate functionality since it
5919 is CVS backend specific.
5920
59212000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5922
5923 * spec.txt: Added specification of vc-state.
5924
5925 * vc-sccs-hooks.el (vc-sccs-master-properties):
7f8b6551 5926 Remove handling of vc-latest-version and
7a004b71
GM
5927 vc-your-latest-version. What used to be vc-latest-version, is now
5928 returned as vc-workfile-version.
7f8b6551 5929 (vc-sccs-workfile-version): Adapt.
7a004b71
GM
5930
59312000-09-04 Dave Love <fx@gnu.org>
5932
5933 * vc.el: [Merged from mainline.]
5934 (vc-dired-mode): Make the dired-move-to-filename-regexp
5935 regexp match the date, to avoid treating date as file size.
5936 Add YYYY S option to WESTERN/
5937
59382000-09-04 Dave Love <fx@gnu.org>
5939
5940 * vc.el: Require `compile' when compiling.
5941 (vc-logentry-check-hook): New option.
5942 (vc-steal-lock): Use compose-mail.
5943 (vc-dired-mode-map): Defvar when compiling.
5944 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
5945 vc-sccs.el and renamed. Callers changed.
5946 (vc-backend-checkout, vc-backend-logentry-check)
5947 (vc-backend-merge-news): Doc fix.
5948 (vc-default-logentry-check): New function.
5949 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
5950 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
5951 (vc-backend-merge): Doc fix. Use backend functions.
5952 (vc-check-headers): Use backend functions.
5953
5954 * vc-cvs.el: Require vc when compiling.
5955 (vc-cvs-register-switches): Doc fix.
5956 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
5957 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
5958 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
5959 New functions (code from vc.el).
5960 (vc-annotate-display-default): Fix interactive spec.
5961 (vc-annotate-time-span): Doc fix.
5962
5963 * vc-rcs.el: Require vc when compiling.
5964 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
5965 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
5966 (vc-rcs-checkin): New functions (code from vc.el).
5967 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
5968 Doc fix.
5969 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
5970
5971 * vc-sccs.el: Require vc when compiling.
5972 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
5973 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
5974 (vc-sccs-revert)
5975 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
5976 from vc.el).
5977 (vc-sccs-add-triple, vc-sccs-record-rename)
5978 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
5979 (vc-sccs-admin): Doc fix.
5980
59812000-09-04 Martin Lorentzson <martinl@gnu.org>
5982
5983 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
5984 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
5985 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
5986 from vc.el.
5987
5988 * vc-sccs.el (vc-admin-sccs): Added from vc.el
5989
5990 * vc-cvs.el: Moved the annotate functionality from vc.el.
5991 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
5992
59932000-09-04 Dave Love <fx@gnu.org>
5994
5995 * vc.el (vc-backend-release): Call vc-system-release.
5996
5997 * vc-sccs.el (vc-sccs-system-release):
5998 Renamed from vc-sccs-backend-release.
5999
6000 * vc-rcs.el (vc-rcs-system-release):
6001 Renamed from vc-rcs-backend-release.
6002
6003 * vc-cvs.el (vc-cvs-system-release):
6004 Renamed from vc-cvs-backend-release.
6005
60062000-09-04 Dave Love <fx@gnu.org>
6007
6008 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
6009 backend files.
6010 (vc-backend-release): Dispatch to backend functions.
6011 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
6012 probably needs attention.]
6013
6014 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
6015 (vc-sccs-backend-release): New function.
6016
6017 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
6018 (vc-cvs-backend-release): New function.
6019
6020 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
6021 Doc fix.
6022 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
6023 (vc-default-dired-state-info): New function.
6024 (vc-dired-state-info): Dispatch to backends.
6025 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
6026
6027 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
6028 from vc.el and renamed.
6029
60302000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6031
6032 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
6033 (vc-version-other-window, vc-backend-assign-name): Removed
6034 references to vc-latest-version; sometimes changed into
6035 vc-workfile-version.
6036
6037 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
6038 vc-rcs-master-workfile-version.
6039 (vc-rcs-workfile-version): Use the above. Don't call
6040 vc-latest-version (that was unreachable code, anyway).
6041 (vc-rcs-fetch-master-properties): Doc fix.
6042
6043 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
6044 (vc-backend-hook-functions): Removed them from this list, too.
6045 (vc-fetch-properties): Removed.
6046 (vc-workfile-version): Doc fix.
6047
6048 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
6049 (vc-rcs-workfile-version, vc-rcs-locking-user)
6050 (vc-rcs-uses-locking): Use it.
6051
6052 * vc-hooks.el (vc-consult-rcs-headers):
6053 Moved into vc-rcs-hooks.el, under the name
6054 vc-rcs-consult-headers.
6055
6056 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
6057 headers.
6058 (vc-cvs-find-master): Use this name only; correct different
6059 versions of the name.
6060
6061 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
6062 New functions.
6063 (vc-sccs-locking-user): Use the latter.
6064
6065 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
6066 New functions.
6067
6068 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
6069 Moved into both
6070 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
6071 functions are implementation details of those two backends.
6072
60732000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6074
6075 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
6076 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
6077
6078 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
6079 (vc-sccs-parse-locks): SCCS-specific code moved here from
6080 vc-hooks.
6081
6082 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
6083 code moved here from vc-hooks.
6084
6085 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
6086 into back-end specific parts and removed. Callers not updated
6087 yet; because I guess these callers will disappear into back-end
6088 specific files anyway.
6089
60902000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6091
6092 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
6093 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
6094 `vc-uses-locking'.
6095
6096 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
6097 Store yes/no in the property, and return t/nil. Updated all
6098 callers.
6099
6100 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
6101 vc-sccs-uses-locking. Don't set property.
6102 (vc-sccs-locking-user): Don't set property.
6103
6104 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
6105 vc-cvs-uses-locking. Don't set property here; leave that to
6106 vc-hooks.
6107 (vc-cvs-locking-user): Reflect above change. Streamlined.
6108
6109 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
6110 vc-rcs-uses-locking.
6111 (vc-rcs-locking-user): Reflect above change.
6112
61132000-09-04 Dave Love <fx@gnu.org>
6114
6115 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
6116
6117 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
6118
6119 * vc-hooks.el (vc-checkout-model): Punt to backends.
6120
6121 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
6122
6123 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
6124
6125 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
6126 New functions.
6127
6128 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
6129 New functions.
6130
6131 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
6132 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
6133
6134 * vc-hooks.el (vc-default-locking-user): New function.
6135 (vc-locking-user, vc-workfile-version): Punt to backends.
6136
61372000-09-04 Dave Love <fx@gnu.org>
6138
6139 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
6140 (vc-master-workfile-version): Moved from vc-hooks.
6141
6142 * vc-rcs-hooks.el: Fix duplicate code in last change.
6143
6144 * vc-rcs-hooks.el: Require vc-hooks when compiling.
6145 (vc-rcs-master-templates): Improve :type.
6146 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
6147 vc-master-workfile-version): Moved from vc-hooks.
6148
6149 * vc-sccs-hooks.el: Require vc-hooks when compiling.
6150 (vc-sccs-master-templates): Improve :type.
6151 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
6152
6153 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
6154
6155 * vc-cvs-hooks.el: Require vc-hooks when compiling.
6156 (vc-cvs-master-templates): Improve :type. Use
6157 vc-cvs-find-cvs-master.
6158 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
6159 from vc-hooks.
6160 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
6161
6162 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
6163 Moved to vc-cvs-hooks.
6164
6165 * vc-hooks.el: Add doc strings in various places. Simplify the
6166 minor mode setup.
6167 (vc-handled-backends): New user variable.
6168 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
6169 simplification.
6170
61712000-09-04 Dave Love <fx@gnu.org>
6172
6173 * vc.el: Some doc fixes for autoloaded and interactive functions.
6174 Fix compilation warnings from ediff stuff.
6175 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
6176
6177 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
6178
6179 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
6180
6181 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
6182
61832000-09-04 Dave Love <fx@gnu.org>
6184
6185 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
6186 New variable.
6187 (vc-make-backend-function, vc-loadup, vc-call-backend)
6188 (vc-backend-defines): New functions.
6189
6190 * vc-hooks.el: Various doc fixes.
6191 (vc-default-back-end, vc-follow-symlinks): Custom fix.
6192 (vc-match-substring): Function removed. Callers changed to use
6193 match-string.
6194 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
6195 Simplify.
6196
61972000-09-04 Dave Love <fx@gnu.org>
6198
6199 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
6200 type.
6201 (vc-sccs-project-dir, vc-search-sccs-project-dir)
6202 (vc-sccs-registered): Doc fix.
6203
6204 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
6205 (vc-cvs-registered): Doc fix.
6206
6207 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
6208 (vc-rcs-registered): Doc fix.
6209
62102000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6211
6212 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
6213
6214 * vc-hooks.el: vc-registered has been renamed
6215 vc-default-registered. Some functions have been moved to the
6216 backend specific files. they all support the
6217 vc-BACKEND-registered functions.
6218
62192000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6220
6221 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
6222
6223 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
6224
a033ea13
DL
62252000-09-04 Dave Love <fx@gnu.org>
6226
179fc9ef
DL
6227 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
6228 menu-bar-update-hook.
6229
6230 * help.el (help-manyarg-func-alist): Add
6231 find-operation-coding-system.
6232
a033ea13
DL
6233 * wid-edit.el (widget-sexp-validate): Fix garbled code.
6234
6235 * custom.el (custom-set-variables): Print message about errors in
6236 setting.
6237
f8803e97
AI
62382000-09-03 Andrew Innes <andrewi@gnu.org>
6239
6240 * makefile.w32-in: Change to DOS line endings.
6241
59836110
EZ
62422000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6243
6244 * mouse.el (mouse-popup-menubar): Supply the prompt string for
6245 minor-mode keymaps, if they don't have one.
6246
5514ba5c
EZ
62472000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6248
6249 * eshell/esh-module.el (eval-when-compile): Don't lose if
6250 esh-module.el's file name is truncated to DOS 8+3 limits.
6251
79cf8e80
JW
62522000-09-01 John Wiegley <johnw@gnu.org>
6253
6254 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
6255 predicate, which caused entries in the completion list to be
6256 doubled.
6257
62582000-08-30 John Wiegley <johnw@gnu.org>
6259
6260 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
6261 sending to subprocesses. Also, hook pre-command-hook if
6262 `eshell-send-direct-to-subprocesses' is non-nil.
6263 (eshell-send-direct-to-subprocesses): New config variable. If t,
6264 subprocess input is send immediately.
6265 (eshell-toggle-direct-send): New function.
6266 (eshell-self-insert-command): New function.
6267 (eshell-intercept-commands): New function.
6268 (eshell-send-input): If direct subprocess sending is enabled,
6269 don't echo any input to the Eshell buffer. Let the subprocess
6270 handle that. This requires "stty echo" in bash, for example.
6271
62722000-08-28 John Wiegley <johnw@gnu.org>
6273
6274 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
6275 completion function for Eshell's implementation of `unset'.
6276
778911b9
EZ
62772000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6278
6279 * info.el (Info-directory-list): Doc fix.
6280
05d07b49
PB
62812000-08-31 Peter Breton <pbreton@ne.mediaone.net>
6282
9b4a7800 6283 * filecache.el (file-cache-add-directory-using-find): Don't quote
05d07b49
PB
6284 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
6285
9941d4c7
KH
62862000-08-31 Kenichi Handa <handa@etl.go.jp>
6287
6288 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
6289 coding systems.
6290
af9ba8ad
AI
62912000-08-30 Andrew Innes <andrewi@gnu.org>
6292
6293 * timer.el (run-with-idle-timer): Undo last change, so that timer
6294 is not activated immediately if Emacs is already idle. Some
6295 existing code relies on this behaviour.
6296
caccd8f2
MB
62972000-08-30 Miles Bader <miles@gnu.org>
6298
6299 * frame.el (set-frame-font): Do completion of font-name for
6300 interactive use.
6301
b64c0a1c
KH
63022000-08-30 Kenichi Handa <handa@etl.go.jp>
6303
6304 * international/quail.el (quail-start-translation): Bind locally
6305 last-command-event, last-command, and this-command.
6306 (quail-start-conversion): Likewise.
75cf0095 6307 (quail-self-insert-command): Fix docstring.
b64c0a1c 6308
fd5f61d3
GM
63092000-08-29 Gerd Moellmann <gerd@gnu.org>
6310
6311 * progmodes/executable.el
6312 (executable-make-buffer-file-executable-if-script-p): Check that
6313 buffer contains at least 2 characters.
6314
5b671d04
EZ
63152000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
6316
6317 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
6318
485d9513
DL
63192000-08-29 Dave Love <fx@gnu.org>
6320
a39fb83d
DL
6321 * diff-mode.el (diff-mode) <defgroup>: Add :version.
6322 (diff-mode-shared-map): Bind mouse-2.
6323 (diff-imenu-generic-expression): New variable.
6324 (diff-mode): Use it.
6325
485d9513
DL
6326 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
6327 (mouse-popup-menubar): Add minor mode menus.
6328 (popup-menu): Check for lookup-key returning number.
6329
ba3478d9
MB
63302000-08-29 Miles Bader <miles@gnu.org>
6331
6332 * comint.el (comint-send-input): Create overlays using the proper
6333 front/read-advance arguments.
9b4a7800 6334
c3d6d211
GM
63352000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6336
6337 * ps-print.el: Even/odd pages printing. Doc fix.
6338 (ps-print-version): New version number (6.0).
6339 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
6340 (ps-background, ps-begin-file, ps-begin-job): Code fix.
6341 (ps-print-duplex-feature): Variable eliminated.
6342 (ps-even-or-odd-pages): New variable.
6343
ba087cd7 6344 * progmodes/ebnf2ps.el: Doc fix.
87d0f685
GM
6345 (ebnf-version): New version (3.3).
6346 (ebnf-user-arrow): Change variable customization to sexp.
6347 (ebnf-user-arrow): Function eliminated.
6348 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9b4a7800 6349
d313265f
KH
63502000-08-29 Kenichi Handa <handa@etl.go.jp>
6351
cba62b78 6352 * help.el (help-xref-mule-regexp): New variable.
d313265f
KH
6353 (help-make-xrefs): Handle help-xref-mule-regexp.
6354
6355 * international/mule-cmds.el (help-xref-mule-regexp-template): New
6356 variable.
6357 (describe-input-method): Temporarily activate the specfied input
6358 method to display the information.
6359 (describe-language-environment): Hyperlinks to mule related items.
6360
6361 * international/mule-diag.el (charset-multibyte-form-string): New
6362 function.
6363 (list-character-sets-1): Use charset-multibyte-form-string.
6364 (describe-character-set): New function.
6365 (describe-coding-system): Hyperlinks to safe character sets.
6366
6367 * international/quail.el (quail-help): New arg PACKAGE.
6368 Hyperlinks to mule related items.
6369 (quail-help-insert-keymap-description): Use
6370 substitute-command-keys instead of describe-bindings.
6371 (quail-translation-help): Hyperlinks to mule related items.
6372
b4bd214e
JW
63732000-08-28 John Wiegley <johnw@gnu.org>
6374
ca7aae91
JW
6375 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
6376 have a defsubst call itself. Made `eshell-flatten-list' back into
6377 a function again.
6378
b4bd214e
JW
6379 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
6380 catch, in case re-centering point at bottom messes up the display.
6381 This happens frequently in Emacs 21, due I believe to variable
6382 line heights.
6383
6384 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
6385 to call `find-tag-interactive'.
6386
6387 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
6388 the list of remember directories.
6389
d44e146b
JW
63902000-08-28 John Wiegley <johnw@gnu.org>
6391
6392 * align.el: Test align-region-separate to see if it's a symbol.
6393
546c0888 63942000-08-28 John Wiegley <johnw@gnu.org>
d44e146b
JW
6395
6396 * eshell/esh-util.el (eshell-flatten-list): Made this function
6397 into a defsubst form. It gets used very frequently, although
6398 calls don't occur all that often.
6399
6400 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
6401 examining it.
6402
6403 * eshell/esh-cmd.el (eshell-rewrite-while-command):
6404 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
6405 `eshell-protect'.
6406 (eshell-copy-handles): Created a new macro for duplicating the
6407 current set of open handles. This is needed by the looping
6408 functions.
6409 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
6410 is not incorrectly stomped on.
6411
6412 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
6413 declaration for pcomplete-use-paring.
6414 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
6415 value of eshell-cmpl-use-paring.
6416 * pcomplete.el (pcomplete-use-paring): New config variable, to
6417 indicate whether paring should be used.
6418 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
6419 completion alternatives that have already been used.
6420
6421 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
6422 bound to C-c C-y, which will repeat the previous N arguments
6423 (based on prefix argument).
6424 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
6425
6426 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
6427 if there is no *Help* buffer. This is for XEmacs, which renames
6428 its help buffers uniquely. TODO: Find out what the current buffer
6429 name to delete is.
6430
6431 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
6432 first entry that correlates to a passwd/group number. Later
6433 entries (used for group/user name aliasing to multiple IDs) are
6434 ignored.
6435
9b4a7800
TTN
6436 * eshell/em-xtra.el (eshell/expr):
6437 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
6438 (eshell-grep, eshell/diff, eshell/locate):
d44e146b
JW
6439 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
6440 argument list, before passing it to the system command.
6441
6442 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
6443 `find-tag' for use at final position in Eshell buffers (which
6444 otherwise triggers an error on Emacs 21).
6445 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
6446 buffer, if it is currently bound to `find-tag'.
6447
6448 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
6449 in the list of matched Makefile names.
6450 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
6451 directory, prefer its contents to Makefile.
6452
6453 * eshell/em-dirs.el (eshell/cd): cd commands that look up
6454 directory parts (like "cd old new", or "cd =regexp"), are now case
6455 sensitive on non-Windows/DOS platforms.
6456
6457 * eshell/esh-mode.el (eshell-parse-command-input): When a user
6458 types RET after an open delimiter (like "), display a message
6459 indicating that Eshell is waiting for the closing delimiter.
6460
6461 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
6462 environment variables.
6463
6464 * eshell/em-unix.el (eshell/diff): Added logic to fail more
6465 gracefully if the user enters incorrect arguments.
6466
6467 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
6468 Eshell buffers.
6469
9b4a7800
TTN
6470 * eshell/esh-var.el (eshell-interpolate-variable):
6471 * eshell/esh-mode.el (eshell-move-argument):
d44e146b
JW
6472 * eshell/em-unix.el (eshell-du-sum-directory):
6473 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
6474 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
6475 (not (= ...)).
6476
6477 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
6478 to ensure the `preserve' flag gets propagated when doing recursive
6479 directory copies.
6480
546c0888 64812000-08-28 Stefan Monnier <monnier@cs.yale.edu>
d44e146b
JW
6482
6483 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
6484 Don't convert \n into \0177 in memory.
6485 (eshell-read-history, eshell-write-history): Convert \n to \0177,
6486 and back again, when reading and writing.
9b4a7800 6487
546c0888 64882000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
d44e146b
JW
6489
6490 * eshell/esh-util.el (eshell-processp): Added to relieve constant
6491 testing of `fboundp' on `processp'.
6492
6493 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
6494 (eshell/jobs): Don't call process-list if it is not bound.
6495 (eshell-gather-process-output): Support systems where async
6496 subprocesses aren't supported.
6497 (eshell-scratch-buffer, eshell-last-sync-output-start): New
6498 variables.
6499
6500 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
6501 eshell-do-eval returns t.
6502 (eshell-do-pipelines-synchronously): New defmacro.
6503 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
6504 when async subprocesses aren't supported.
6505 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
6506 if async subprocesses aren't supported.
6507 (eshell-resume-command): Don't assume STATUS is a string.
6508
6509 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
6510
6511 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
6512 (eshell-close-target, eshell-get-target): Use eshell-processp.
6513 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
6514 fix.
6515 (eshell-get-target, eshell-create-handles): Doc fix.
6516
546c0888 65172000-08-28 Miles Bader <miles@lsi.nec.co.jp>
d44e146b 6518
546c0888 6519 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
d44e146b
JW
6520 criterion to include commands that output something, as long as it
6521 leaves both the command and the end-of-buffer visible when the
6522 command has exited.
6523 (eshell-review-quick-commands): Adjust the help doc string
6524 accordingly.
6525
2a371c3b
PB
65262000-08-28 Peter Breton <pbreton@ne.mediaone.net>
6527
8348e1f9 6528 * locate.el (locate): Cleaned up locate command's interactive prompting
1ec321a7 6529 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8348e1f9 6530
9b4a7800 6531 * filecache.el (file-cache-case-fold-search): New variable
2a371c3b
PB
6532 (file-cache-assoc-function): New variable
6533 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
6534 Use file-cache-case-fold-search variable
6535 (file-cache-add-file): Use file-cache-assoc-function
6536 (file-cache-delete-file): likewise
6537 (file-cache-directory-name): likewise
6538 (file-cache-debug-read-from-minibuffer): likewise
6539
95931eb1
GM
65402000-08-28 Gerd Moellmann <gerd@gnu.org>
6541
6542 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
6543 (abbrev-table-name): New function.
6544 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
6545 If non-nil list local abbrev, only.
6546
bb17930d
GM
65472000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
6548
546c0888
EZ
6549 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
6550 from Gnus support code, and use special article copy buffer
bb17930d
GM
6551 `(gnus-original-article-buffer)' instead. This allows to get rid
6552 of article-hide-headers usage (which breaks in the latest Gnus
6553 version). Thanks to Detlev Zundel.
6554
41a68aef
KH
65552000-08-28 Kenichi Handa <handa@etl.go.jp>
6556
6557 * international/quail.el (quail-use-package): Hide "... loaded"
6558 message.
6559 (quail-start-translation, quail-start-conversion): Likewise.
6560
6561 * international/kkc.el (kkc-region): Hide "... loaded" message.
6562
28bb2cef
DL
65632000-08-27 Dave Love <fx@gnu.org>
6564
6565 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
6566
11a1118d
MB
65672000-08-27 Miles Bader <miles@gnu.org>
6568
6569 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
6570
0f85d477
KH
65712000-08-27 Kenichi Handa <handa@etl.go.jp>
6572
6573 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
6574 'ja-dic-cnv), not (require 'skkdic-cnv).
6575
2d73e8d3
MB
65762000-08-26 Miles Bader <miles@gnu.org>
6577
a0e5a5a4
MB
6578 * faces.el (face-x-resources): Add entry for :inherit.
6579 * cus-face.el (custom-face-attributes): Add support for :inherit
6580 attribute. Add support for relative face heights.
6581 (custom-face-attributes-get): Treat `nil' as being a default value
6582 for :inherit (as well as `unspecified').
6583
19feb949
MB
6584 * faces.el (set-face-attribute): Update doc string.
6585 (face-attribute-name-alist): Add :inherit.
6586 (face-valid-attribute-values): Handle :inherit.
6587 (face-read-string): Rephrase prompt to be less confusing.
6588 Assume that DEFAULT is a string, since we must return a string.
6589 (face-read-integer): Use `format' to turn DEFAULT into an
6590 acceptable default for face-read-string. Match NEW-VALUE against
6591 the string "unspecified", not the symbol `unspecified', since
6592 that's what face-read-string returns.
6593 (read-face-attribute): Lookup a name for old-value in valid, and
6594 use it as a default if we find one. Treat all values from
6595 face-read-string as strings. If the default is used, don't do any
6596 more processing on the value, just use the old value directly.
6597 (read-face-and-attribute, modify-face): Tweak prompt.
6598 (read-face-name): Don't assume prompt ends with a space.
6599
2d73e8d3
MB
6600 * faces.el (describe-face): Add support for :inherit attribute.
6601
a1a2e38f
KH
66022000-08-25 Kenichi Handa <handa@etl.go.jp>
6603
e84fa7c5
KH
6604 * terminal.el (terminal-emulator): Fix args to `concat'. Now
6605 concat doesn't accept interger.
6606
a1a2e38f
KH
6607 * international/kkc.el: Remove SKK from Keywords. Require
6608 ja-dic-utl instead of skkdic-utl.
6609
6610 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
6611 Provide ja-dic-cnv instead of skkdic-cnv.
6612 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
6613 (iso-2022-7bit-short): Add safe-charsets property.
6614 (skkdic-convert-postfix): Search Japanese chou-on character in
6615 addition to Hiragana character.
6616 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
6617 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
6618 (batch-skkdic-convert): Likewise.
6619
6620 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
6621 Provide ja-dic-utl instead of skkdic-utl.
6622 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
6623
f6499c03
DL
66242000-08-24 Dave Love <fx@gnu.org>
6625
1c2c3f16
DL
6626 * disp-table.el (standard-display-default): Make the test of `l'
6627 useful.
6628
f6499c03
DL
6629 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
6630 mod sample text.
6631
6632 * international/iso-ascii.el: Make pilcrow convenient string
6633 consistent with section.
6634 (iso-ascii-display): Set up multibyte characters as well as
6635 unibyte.
6636
c543db81
KH
66372000-08-24 Kenichi Handa <handa@etl.go.jp>
6638
6639 * international/mule-cmds.el (reset-language-environment): Set
6640 default-process-coding-system to '(undecided . iso-latin-1), which
6641 makes process I/O almost consistent with file I/O. Call this
6642 function when mule-cmds.el[c] is loaded.
6643
746d9caf
AI
66442000-08-22 Andrew Innes <andrewi@gnu.org>
6645
6646 * makefile.w32-in: New file.
6647
5484005d
MB
66482000-08-22 Miles Bader <miles@lsi.nec.co.jp>
6649
6650 * comint.el (comint-output-filter): Compare end of
6651 comint-last-output-overlay with the start of the newly inserted
6652 text, not the end, when deciding whether to extend it.
9b4a7800 6653 Set saved-point's insertion type to advance after insertion.
5484005d
MB
6654
6655 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
6656 since this is now done independently of font-lock mode.
6657
7a912f63
GM
66582000-08-21 Gerd Moellmann <gerd@gnu.org>
6659
6660 * server.el (server-kill-new-buffers): New user option.
6661 (server-existing-buffer): New buffer-local variable.
6662 (server-visit-files): When using an existing buffer, set
6663 server-existing-buffer to t.
6664 (server-buffer-done): If server-kill-new-buffers is t, kill the
6665 buffer, unless it was already present before visiting it with
6666 Emacs server.
9b4a7800 6667
240301df
EZ
66682000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
6669
6670 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
6671 even if the display doesn't support colors: some displays will
6672 support bold/underline faces.
6673
cbcef616
GM
66742000-08-21 Gerd Moellmann <gerd@gnu.org>
6675
6917e6bb
GM
6676 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
6677
cbcef616
GM
6678 * startup.el (command-line): If user's init file had an error,
6679 add explanatory text to *Messages*.
6680
6922b018
KH
66812000-08-21 Kenichi Handa <handa@etl.go.jp>
6682
6683 * man.el (Man-getpage-in-background): Decode the process output by
6684 the system locale coding system.
6685
e50c4203
DL
66862000-08-20 Dave Love <fx@gnu.org>
6687
96ab6351
DL
6688 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
6689 Don't test x-popup-menu.
6690 (function) <complete-function>: Complete only fbound symbols.
6691 <validate, value>: New.
6692 (variable) <complete-function>: Complete only bound symbols.
6693 (coding-system): Add :base-only, :complete-function, :validate,
6694 :value, :prompt-match.
6695 (widget-coding-system-prompt-value): Use read-coding-system and
6696 act on :base-only.
6697 (editable-field): Add :help-echo.
6698 (widget-push-button-gui, widget-push-button-cache)
6699 (widget-gui-action, widget-editable-list-gui): COmment out, along
6700 with uses.
6701 (widget-at): Make arg optional.
6702 (widget-echo-help): Adjust for current help-echo calling sequence.
6703 (widget-specify-field, widget-specify-button)
6704 (widget-specify-insert, widget-get-sibling, widget-image-find)
6705 (widget-convert, widget-insert, widget-leave-text)
6706 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
6707 (widget-setup, widget-field-find, widget-before-change)
6708 (widget-after-change, widget-default-complete)
6709 (widget-default-create, widget-default-delete)
6710 (widget-push-button-value-create, editable-field)
6711 (widget-field-prompt-value, widget-field-validate)
6712 (widget-choice-value-create, widget-choice-action)
6713 (widget-choice-validate, widget-checklist-add-item)
6714 (widget-radio-add-item, widget-radio-chosen)
6715 (widget-radio-value-inline, widget-editable-list-value-create)
6716 (widget-editable-list-entry-create)
6717 (widget-documentation-link-add)
6718 (widget-documentation-string-value-create)
6719 (widget-regexp-validate, widget-file-complete)
6720 (widget-sexp-validate, widget-plist-convert-widget)
6721 (widget-plist-convert-widget, widget-alist-convert-widget)
6722 (widget-alist-convert-widget, widget-color-complete): Simplify,
6723 particularly to avoid bindings which aren't optimized out.
6724
e50c4203
DL
6725 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
6726 Doc fix.
6727 (down-list, backward-up-list, up-list, kill-sexp)
6728 (backward-kill-sexp, mark-sexp): Make arg optional.
6729 (lisp-complete-symbol): Add optional arg PREDICATE.
6730
6731 * cus-start.el: Add display-buffer-reuse-frames,
6732 file-coding-system-alist.
6733
511bd4eb
GM
67342000-08-20 Gerd Moellmann <gerd@gnu.org>
6735
6736 * startup.el (command-line): Clear realized faces after
6737 modifying TTY color mappings.
6738
a9de7d29
MB
67392000-08-20 Miles Bader <miles@gnu.org>
6740
6741 * faces.el (face-attr-match-p): Don't return true if ATTRS are
6742 merely a subset of FACE's attributes.
6743
8a8023d9
MB
67442000-08-19 Miles Bader <miles@gnu.org>
6745
6746 * comint.el (comint-output-filter): Save the point with a marker,
6747 not just a buffer position.
6748
6749 * international/mule.el (set-buffer-process-coding-system): Make
6750 interactive prompt less confusing.
6751
1433385f
GM
67522000-08-19 Gerd Moellmann <gerd@gnu.org>
6753
6754 * hilit-chg.el: General cleanup of doc strings, comments and
6755 code formatting.
6756
136b4eda
MB
67572000-08-19 Miles Bader <miles@gnu.org>
6758
6759 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
6760 Compiler macro removed; beginning-of-line is no longer always
6761 equivalent to forward-line, in the presence of fields.
6762
6763 * comint.el (comint-output-filter): Remove ad-hoc saving of
6764 restriction, and just use save-restriction, now that it works
6765 correctly. Don't adjust comint-last-input-start to account for
6766 our insertion; it shouldn't have moved because we don't use
6767 insert-before-markers anymore. Comment out call to
6768 `force-mode-line-update'; why is it here?
6769
6770 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
6771 while checking for prompt to delete. Use `forward-line 0'
6772 instead of beginning-of-line.
6773 (gud-filter): Temporarily widen gud comint buffer while
6774 examining output.
6775
cdd0f857
SM
67762000-08-18 Stefan Monnier <monnier@cs.yale.edu>
6777
ebf96bfa
SM
6778 * progmodes/sh-script.el: Big bag of typos.
6779
cdd0f857
SM
6780 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
6781 check since ispell-process is not bound when ispell is not yet loaded.
6782
9bb7a286
DL
67832000-08-18 Dave Love <fx@gnu.org>
6784
6785 * image.el (find-image): Copy `spec' before using plist-put.
6786
74ec6045
GM
67872000-08-18 Gerd Moellmann <gerd@gnu.org>
6788
6789 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
6790 `portugues'.
6791
6792 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
6793 backward-kill-sexp, analogous to kill-sexp.
6794
6795 * progmodes/icon.el (icon-indent-line)
6796 (icon-is-continuation-line): Handle comments specially.
6797
67982000-08-17 Ken Stevens <k.stevens@ieee.org>
6799
6800 * ispell.el: Set to standard author/maintainer/keyword fields.
6801 Fine tuning to menu map appearance and operation, and added help.
6802 Remove `start' and `end' error messages when compiling.
6803 (ispell-choices-win-default-height): Fixed comment string.
6804 (ispell-dictionary-alist-1): Fixed regexp in castellano and
6805 castellano8 dictionaries.
6806 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
6807 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
6808 dictionary, added italiano dictionary.
6809 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
6810 word character
6811 (ispell-tex-skip-alists): Added psfig support.
6812 (ispell-skip-html): Renamed from ispell-skip-sgml.
6813 (ispell-begin-skip-region-regexp, ispell-skip-region)
6814 (ispell-minor-check): Improved html skipping support to skip across
6815 code, and recognize `&' commands without propper `;' syntax;
6816 (ispell-process-line): Fix alignment error when manually
6817 correcting spelling.
6818 (ispell): Fix comment string.
6819 (ispell-add-per-file-word-list): Always put word list on new line.
6820
3787e12e
GM
68212000-08-17 Gerd Moellmann <gerd@gnu.org>
6822
a7b28523
GM
6823 * format.el (format-encode-run-method): Fix error message to say
6824 `encode' instead of `decode'. Use save-window-excursion around
6825 shell-command-on-region as in format-decode-run-method because
6826 shell-command-on-region can display a buffer with error output.
6827 (format-decode): Don't record undo information for the decoding.
6828 (format-annotate-function): Add parameter FORMAT-COUNT. Make
6829 that number part of the temporary buffer name so that more than
6830 one decoding using a temporary buffer can happen safely.
6831
6832 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
6833 of `A-z' in the regexp.
6834
6835 * hilit-chg.el: Fix typos in commentary.
6836
3787e12e
GM
6837 * help.el (view-emacs-news): Rewritten for new naming scheme
6838 for old NEWS files.
6839
6840 * startup.el (command-line): Pop to *Messages* in case an error
6841 is signaled while loading user-init-file.
6842
d2473540
AS
68432000-08-17 Andreas Schwab <schwab@suse.de>
6844
6845 * files.el (insert-directory): Don't lose original file name,
6846 undoing an undocumented change.
6847
c0bbaf57
GM
68482000-08-17 Alex Schroeder <alex@gnu.org>
6849
6850 * sql.el (sql-magic-go): Use comint-bol.
6851 (sql-copy-column): Use comint-line-beginning-position.
6852 (comint-line-beginning-position): Define a replacement for
6853 comint-line-beginning-position if it is not fboundp.
6854
68552000-08-17 Alex Schroeder <alex@gnu.org>
6856
6857 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
6858 it didn't have any effect anyway.
6859
68602000-08-17 Alex Schroeder <alex@gnu.org>
6861
6862 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
6863 --pset and pager=off instead of sending \\o|cat at the beginning
6864 of the session.
6865
9d245da5
MB
68662000-08-17 Miles Bader <miles@gnu.org>
6867
6868 * progmodes/octave-inf.el: Add compatibility definition of
6869 comint-line-beginning-position.
6870
abfdbd2e
KH
68712000-08-17 Kenichi Handa <handa@etl.go.jp>
6872
6873 * startup.el (normal-top-level): Look in each dir in load-path for
6874 a leim-list.el file too. This assures of loading leim-list.el
6875 that is created at Emacs installation time even if a user have his
6876 own leim-list.el.
6877
a0b8c939
MB
68782000-08-17 Miles Bader <miles@gnu.org>
6879
6880 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
6881 foreground color to black if the background is dark.
6882
7382bcae
SM
68832000-08-16 Stefan Monnier <monnier@cs.yale.edu>
6884
6885 * loadhist.el (unload-feature): Typo.
6886
9b4a7800 6887 * finder.el (finder-compile-keywords):
7382bcae
SM
6888 * cus-dep.el (custom-make-dependencies): Add local-variable settings
6889 to the generated file.
6890
6891 * mail/mh-e.el (mh-make-local-vars):
6892 Replace make-variable-buffer-local with make-local-variable.
6893
cdd0f857 6894 * play/landmark.el:
7382bcae 6895 * options.el (Edit-options-{set,toggle,t,nil}):
9b4a7800
TTN
6896 * mail/mailabbrev.el (mail-abbrevs-mode):
6897 * textmodes/tex-mode.el (tex-expand-files):
7382bcae
SM
6898 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
6899
6900 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
6901
6902 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
6903 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
6904 Allow going past the last element.
9b4a7800 6905 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
7382bcae
SM
6906 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
6907 (cvs-mouse-toggle-mark): Don't move point.
6908 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
6909
6910 * progmodes/compile.el (grep): Provide a default set of files.
6911 (next-error): Docstring fix.
6912 (compilation-find-file): Avoid find-file (fails in a dedicated window).
6913
6914 * emacs-lisp/easy-mmode.el (define-minor-mode):
6915 Use `symbol-value' to keep the byte-compiler quiet.
6916
6917 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
6918 (diff-find-source-location): New fun, extracted from diff-goto-source.
6919 (diff-goto-source): Use it.
6920 (diff-next-complex-hunk, diff-filter-lines): New function.
6921 (diff-apply-hunk): New command.
6922
6923 * smerge-mode.el (smerge-mode-menu): Doc fix.
6924
6925 * msb.el (msb-mode): Define it in terms of define-minor-mode.
6926
4f00b8c1
DL
69272000-08-16 Dave Love <fx@gnu.org>
6928
2b5198bb
DL
6929 * windmove.el (windmove) <defgroup>: Add :version.
6930
6931 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
6932 (goto-address-fontify-p, goto-address-highlight-p)
6933 (goto-address-url-face, goto-address-url-mouse-face)
6934 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
6935 (goto-address-url-regexp): Use thing-at-point-url-regexp.
6936 (goto-address-fontify, goto-address-at-mouse): Simplify,
6937 (goto-address-at-point): browse-url-url-at-point,
6938 goto-address-find-address-at-point can return nil.
6939 (goto-address-find-address-at-point): Return nil on failure.
6940
6941 * align.el (align) <defgroup>: Add :version.
6942
6943 * calculator.el (calculator): Add :version.
6944 (calculator): Use two lines for calculator window if `modeline'
6945 face is boxed.
6946
4f00b8c1
DL
6947 * play/5x5.el: Doc fixes.
6948 (5x5) <defgroup>: Add :version.
6949
6950 * play/fortune.el (fortune) <defgroup>: Add :version.
6951 (fortune-append): Fix error message.
6952 (fortune-from-region): Doc fix.
6953
6954 * play/pong.el (pong): Doc fix.
6955
6956 * play/morse.el: Keywords, commentary, autoloads.
6957
69db7ee7
EZ
69582000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
6959
6960 * desktop.el (desktop-save): Don't look at symbol-value of a
6961 member of minor-mode-alist, unless it is boundp.
6962
10e1dad9
SS
69632000-08-16 Sam Steingold <sds@gnu.org>
6964
a0b8c939 6965 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10e1dad9
SS
6966 `while'; use `with-current-buffer' instead of `save-excursion'.
6967 Removed unnecessary kludges now that "*Buffer List*" is excluded.
6968
9d7bcb2e
KH
69692000-08-16 Kenichi Handa <handa@etl.go.jp>
6970
6971 * international/ccl.el (declare-ccl-program): Docstring modified.
6972 (ccl-execute-with-args): Likewise.
6973
04231ab8
MB
69742000-08-16 Miles Bader <miles@gnu.org>
6975
9d245da5 6976 * progmodes/sql.el: Add compatibility definition of
04231ab8
MB
6977 comint-line-beginning-position.
6978
f68446ef
GM
69792000-08-15 Gerd Moellmann <gerd@gnu.org>
6980
dc28878c
GM
6981 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
6982 'buffer-menu' property.
6983 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
6984 fails.
6985 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
6986 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
6987 wasn't killed.
10e1dad9 6988
58ed0d3b
GM
6989 * buff-menu.el (list-buffers-noselect): Don't display the
6990 *Buffer List* buffer.
6991
32dc52f7
GM
6992 * font-lock.el: Require jit-lock to prevent a very late
6993 `Loading jit-lock' message.
6994
f68446ef 6995 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10e1dad9 6996 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
f68446ef
GM
6997 mail address.
6998
90ac90a2
MB
69992000-08-15 Miles Bader <miles@gnu.org>
7000
7001 * textmodes/ispell.el (ispell-graphic-p): New constant.
7002 (ispell-choices-win-default-height, ispell-help): Use
7003 `ispell-graphic-p' instead of `xemacsp'.
7004
b0a0e263
DL
70052000-08-15 Dave Love <fx@gnu.org>
7006
c1e757e3
DL
7007 * simple.el: Autoload widget-convert when compiling.
7008 (mail-user-agent): Doc fix.
7009
7010 * help.el (function-called-at-point, variable-at-point): Use
7011 with-syntax-table.
7012 (help-manyarg-func-alist): Add insert-and-inherit.
7013
7014 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
7015
7016 * delsel.el (delsel-unload-hook): New function.
7017
7018 * find-file.el: Doc fixes. Move provide to end.
7019 (ff) <defgroup>: Add :link.
7020 (ff-goto-click): Deleted.
7021 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
7022 Use mouse-set-point.
7023
7024 * textmodes/tildify.el: Doc fixes.
7025 (tildify) <defgroup>: Add:version.
7026
7027 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
7028 (glasses-custom-set): Use set-default, not set.
7029 (minor-mode-alist): Propertize the lighter.
7030 (glasses-mode): Provide optional arg.
7031
5f847612
DL
7032 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
7033 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
7034 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
7035 option. Provide :type.
7036 (cwarn-configuration): Provide :type.
7037 (cwarn-mode): Doc fix.
7038
7039 * add-log.el (change-log-merge): Doc fix.
7040 (change-log-redate): New command.
7041
b0a0e263
DL
7042 * net/browse-url.el (browse-url-filename-alist): Add a clause for
7043 Doze and Dog.
7044 (browse-url): Use dolist, not mapcar.
7045 (browse-url-at-point): Check for null url.
7046 (browse-url-event-buffer, browse-url-event-point): Functions
7047 deleted.
7048 (browse-url-at-mouse, browse-url-netscape): Simplify.
7049
7050 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
7051 modes.
7052 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
7053 Fix previous change to mapcan.
7054 (msb--init-file-alist, msb--add-separators)
7055 (msb--make-keymap-menu): Simplify.
7056 (msb--choose-file-menu): Use copy-sequence.
7057 (msb-mode-map): Add title to keymap.
7058 (msb-unload-hook): New function.
7059
7060 * bs.el: Fix indentation.
7061 (bs) <defgroup>: Add :links.
2b5198bb
DL
7062 (bs-show): Doc fix.
7063 (bs-apply-sort-faces): Don't use window-system.
7064 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
b0a0e263 7065
70f1b78e
EZ
70662000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
7067
7068 * calendar/timeclock.el (timeclock-file): Run .timelog through
7069 convert-standard-filename.
7070
956777b3
GM
70712000-08-14 Gerd Moellmann <gerd@gnu.org>
7072
3215096c
GM
7073 * emacs-lisp/authors.el: New file.
7074
956777b3
GM
7075 * paren.el (show-paren-priority): New user option.
7076 (show-paren-function): Set overlay priorities to
7077 show-paren-priority.
10e1dad9 7078
0cde1424
MB
70792000-08-14 Miles Bader <miles@gnu.org>
7080
7081 * comint.el (comint-bol): Use `forward-line 0' instead of calling
7082 beginning-of-line with inhibit-field-text-motion bound.
7083
90cbf47e
GM
70842000-08-14 Gerd Moellmann <gerd@gnu.org>
7085
7086 * calendar/timeclock.el: New file.
7087
70882000-08-14 David Ponce <david@dponce.com>
7089
7090 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
7091 `widget-button-click'. so that one can use left mouse button to
7092 click on dialog buttons.
7093
70942000-08-14 Emmanuel Briot <briot@gnat.com>
7095
7096 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
814299a7 7097 identifiers, since XML is case sensitive
10e1dad9 7098
79e8dca7 70992000-08-12 Miles Bader <miles@gnu.org>
10e1dad9 7100
660394d1
MB
7101 * comint.el (comint-output-filter): Don't bother frobbing
7102 window-start, it doesn't seem to be necessary.
79e8dca7
MB
7103
7104 * comint.el (comint-send-string, comint-send-region): Make into
7105 real functions. Snapshot the prompt before sending.
7106
218c2cc7
EZ
71072000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
7108
7109 * info.el (Info-find-emacs-command-nodes): Rewrite to use
7110 technique similar to Info-index, instead of relying on specific
7111 names of relevant Index nodes.
7112 (Info-goto-emacs-command-node): Bind Info-history to nil when
7113 going to the first node found by Info-find-emacs-command-nodes.
7114
51e066d2 71152000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
968280cc
EZ
7116
7117 * menu-bar.el (menu-bar-help-menu): Add a :help string.
7118
867102f2
MB
71192000-08-10 Miles Bader <miles@gnu.org>
7120
7121 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
7122
af718538
EZ
71232000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
7124
7125 * info.el (Info-file-list-for-emacs): More elements for the
7126 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
7127 and woman manuals.
7128
c51bacd6
MB
71292000-08-10 Miles Bader <miles@lsi.nec.co.jp>
7130
7131 * comint.el (comint-send-input): Make the newline boundary overlay
7132 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
7133 (comint-output-filter): Use `insert' instead of
7134 `insert-before-markers'. Extend comint-last-output-overlay when
7135 necessary since we can't rely on insert-before-markers to do it.
7136 * gud.el (gud-filter): Use `with-current-buffer' instead of
7137 save-excursion when inserting the output, so that point gets
7138 updated correctly; the old method relied on a rather dodgy
7139 side-effect of comint-output-filter to avoid the effect of
7140 save-excursion.
7141
98532b12
EZ
71422000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
7143
7144 * files.el (recover-file): Call insert-directory instead of
7145 invoking `ls' directly.
7146
3db4b719
MB
71472000-08-10 Miles Bader <miles@gnu.org>
7148
7149 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
7150 (comint-last-prompt-overlay): New variables.
7151 (comint-output-filter): Implement prompt highlighting.
7152 (comint-snapshot-last-prompt): New function.
7153 (comint-send-input): Snapshot the last prompt.
7154 Use comint-highlight-input-face.
7155 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
7156 Use defface instead of defcustom.
7157 (send-invisible, comint-send-eof): Snapshot the last prompt.
7158 (comint-delchar-or-maybe-eof): Use comint-send-eof.
7159 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
7160
96190aa1
SM
71612000-08-09 Stefan Monnier <monnier@cs.yale.edu>
7162
5cda4b07
SM
7163 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
7164 (regexp-opt-group): Use a list of chars for `letters'.
7165 (regexp-opt-charset): `chars' is now a list of chars.
7166 Use a char-table rather than a vector so it works for multibyte chars.
7167
96190aa1
SM
7168 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
7169 Set cvs-minor-current-files to the selected fileinfo.
7170 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
7171 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
7172
7d093d56
EZ
71732000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
7174
7175 * files.el (insert-directory): Don't call access-file on
7176 directories on DOS and Windows.
7177
b24c5811
KH
71782000-08-09 Kenichi Handa <handa@etl.go.jp>
7179
7180 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
7181 longer if necessary.
7182 (ccl-embed-code): Call ccl-embed-data to store CODE in
7183 ccl-program-vector.
7184
0a6fd67e
MB
71852000-08-09 Miles Bader <miles@gnu.org>
7186
7187 * comint.el (comint-output-filter): Properly handle the case where
7188 the text surrounded by comint-last-output-overlay was deleted.
7189
9f6d1a6c
GM
71902000-08-08 Gerd Moellmann <gerd@gnu.org>
7191
25ad1371
GM
7192 * info.el (Info-insert-dir): Use Info-additional-directory-list if
7193 non-nil.
7194 (Info-file-list-for-emacs): Remove "info" from the list because
7195 that leads to trying to use the documentation from file `info'
7196 in various situations where it isn't appropriate, for instance
7197 C-h C-k C-h i.
7198
7199 * ffap.el (ffap-read-file-or-url-internal): Handle case that
7200 DIR and/or STRING are nil.
7201
7202 * progmodes/compile.el (compilation-setup): Make variable
7203 compilation-error-screen-columns buffer-local, as some comment
7204 in the code suggests it should be.
7205
7206 * files.el (auto-mode-interpreter-regexp): New variable.
7207 (set-auto-mode): Use it.
7208
7209 * indent.el (indent-for-tab-command): Doc fix.
7210
7211 * mouse-sel.el (mouse-sel-mode): Doc fix.
7212
9f6d1a6c
GM
7213 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
7214 labels.
7215
7216 * help.el (print-help-return-message): When
7217 display-buffer-reuse-frames is set, let the help window been quit,
7218 instead of deleting it, which might delete a reused frame.
7219
3d819a75
EZ
72202000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
7221
7222 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
7223 rename a directory to a name that differs only by its letter case.
7224
c5a52529
KH
72252000-08-08 Kenichi Handa <handa@etl.go.jp>
7226
7227 * international/quail.el (quail-define-rules): Handle Quail decode
7228 map correctly. Add code for supporting annotations.
7229 (quail-install-decode-map): New function.
7230 (quail-defrule-internal): New optional arguments decode-map and
7231 props.
7232 (quail-advice): New function.
7233
5e9e032a
SS
72342000-08-07 Sam Steingold <sds@gnu.org>
7235
7236 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
7237 `defconst', `define-condition', `with-slots'.
7238 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
7239
46645f4b
MB
72402000-08-03 Miles Bader <miles@gnu.org>
7241
7242 * comint.el (comint-use-prompt-regexp-instead-of-fields):
7243 New variable.
7244 (comint-prompt-regexp, comint-get-old-input): Document dependence on
7245 comint-use-prompt-regexp-instead-of-fields.
7246 (comint-send-input): Add `input' field property to stuff we send to
7247 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
7248 (comint-output-filter): Add `output' field property to process
7249 output, if comint-use-prompt-regexp-instead-of-fields is nil.
7250 (comint-replace-by-expanded-history)
7251 (comint-get-old-input-default, comint-show-output)
7252 (comint-backward-matching-input, comint-forward-matching-input)
7253 (comint-next-prompt, comint-previous-prompt): Use field
7254 properties if comint-use-prompt-regexp-instead-of-fields is nil.
7255 (comint-line-beginning-position): New function.
7256 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
7257 (comint-replace-by-expanded-history-before-point): Use
7258 comint-line-beginning-position and line-end-position.
7259 (comint-last-output-overlay): New variable.
7260 (comint-mode): Make `comint-last-output-overlay' buffer-local.
7261
7262 * shell.el (shell-prompt-pattern): Doc change.
7263 (shell-backward-command): Use line-beginning-position.
7264
7265 * gud.el (gud-gdb-complete-command): Use
7266 comint-line-beginning-position.
7267
7268 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
7269 comint-bol doesn't actually go to the beginning of the line.
7270
7271 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
7272 if comint-use-prompt-regexp-instead-of-fields is non-nil.
7273 (try-expand-line-all-buffers): Likewise.
7274
7275 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
7276 explicitly matching comint-prompt-regexp.
7277 (sql-copy-column): Use comint-line-beginning-position instead of
7278 explicitly matching comint-prompt-regexp.
7279
7280 * progmodes/octave-inf.el (inferior-octave-complete): Use
7281 comint-line-beginning-position.
7282
7283 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
7284
7285 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
7286 looking for a prompt, use `forward-line 0' instead of
7287 `beginning-of-line', to avoid getting caught by an input field.
7288
ff3d9573
GM
72892000-08-07 Gerd Moellmann <gerd@gnu.org>
7290
7291 * files.el (shell-quote-wildcard-pattern): Make sure to return
7292 PATTERN, in the Unix case.
7293
e0d8827b
EZ
72942000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
7295
7296 * play/zone.el (zone): Discard any pending input before running
7297 the randomly-chosen pgm.
7298
24d55b8f
KH
72992000-08-07 Kenichi Handa <handa@etl.go.jp>
7300
7301 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
7302 checking the existence of any multibyte characters.
7303
3d05e1ee
GM
73042000-08-06 Gerd Moellmann <gerd@gnu.org>
7305
6c4a4368
GM
7306 * help.el (describe-mode): Test minor-mode symbol for being
7307 bound before testing its value for being nil.
7308
3d05e1ee
GM
7309 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
7310 `first', `second', and `third'.
7311
7312 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
7313 (second): Make it an alias for `cadr'.
7314
6968a481
EZ
73152000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
7316
7317 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
7318 types of display support faces now.
7319
e49aa397
GM
73202000-08-05 Gerd Moellmann <gerd@gnu.org>
7321
7322 * pcvs.el (require): Require `cl' during compilation, only.
7323
7324 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
7325 (toplevel): Remove `remq' and `remove' from autoloads.
7326 (cl-fake-autoloads): New variable. If set, arrange for an error
7327 when CL functions etc. are autoloaded.
7328
588aca27
EZ
73292000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
7330
2e78d4ab
EZ
7331 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
7332
85628348
EZ
7333 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
7334 popped up, but the user clicks outside the menu, return an empty
7335 regexp (that causes unhighlight-regexp to have no effect).
7336
74f0e552
EZ
7337 * menu-bar.el (menu-bar-games-menu): Add Zone.
7338
588aca27
EZ
7339 * hi-lock.el (toplevel): Require font-lock.
7340
f4988be7
GM
73412000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7342
ba087cd7 7343 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
f4988be7
GM
7344 (ebnf-8-bit-chars): New var for bug fix.
7345 (ebnf-string): Bug fix.
7346
027b73ac
SS
73472000-08-03 Sam Steingold <sds@gnu.org>
7348
7349 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
7350 instead of `buffer-string'.
7351 (require 'cl): Always, not just when compiling.
7352 `ignore-errors' in `interactive', `list*', `defun*' &c make this
7353 necessary.
7354
2f1fa038
EZ
73552000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
7356
7357 * international/mule-cmds.el (select-safe-coding-system): Make
7358 the message text about selecting a safe coding system more clear.
7359
ead53494
GM
73602000-08-02 Gerd Moellmann <gerd@gnu.org>
7361
abb2db1c
GM
7362 * hi-lock.el: New file.
7363
7364 * play/zone.el: New file.
7365
ead53494
GM
7366 * replace.el (occur): Set tab-width in the *Occur* buffer to the
7367 value of tab-width in the original buffer. Choose a line number
7368 format that's a multiple of the original buffer's tab width, so
7369 that lines appear right.
7370
7371 * textmodes/ispell.el (ispell): New function, replacing an alias.
7372 Spell-check active region if in transient-mark-mode and mark
7373 is active; otherwise spell-check buffer.
7374
73752000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7376
7377 * ps-mule.el: Fix a customization problem on
7378 ps-mule-font-info-database-default.
7379
f4a2b0a4
EZ
73802000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
7381
7382 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
7383 display-mouse-p instead of window-system.
7384 (ebrowse-member-mode-map): Ditto.
7385
b685181e
GM
73862000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7387
ba087cd7
EZ
7388 * progmodes/ebnf2ps.el: Update ps-print functions call.
7389 Indentation fix. Doc fix.
b685181e
GM
7390 (ebnf-version): New version number (3.2).
7391 (ebnf-format-color, ebnf-begin-job): Code fix.
027b73ac 7392
3b5fab87
EZ
73932000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
7394
032ebb29
EZ
7395 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
7396 font lock support on window-system.
7397 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
7398
3b5fab87
EZ
7399 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
7400 display-color-p, if fboundp, instead of window-system.
7401
7e2605e7
EZ
74022000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
7403
7404 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
7405 instead of window-system.
7406
7407 * wid-edit.el (widget-choose): Use display-mouse-p instead of
7408 window-system.
7409 (widget-choice-mouse-down-action): Use display-popup-menus-p
7410 instead of window-system.
7411
7412 * strokes.el (strokes-file): Run the file name through
7413 convert-standard-filename.
7414 (strokes-mode): Call display-mouse-p instead of looking at
7415 window-system. Change the error message accordingly.
7416
7417 * progmodes/cpp.el (toplevel): Support faces on tty's.
7418
7419 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
7420 (lm-plot-square, lm-init-display): Don't use window-system.
7421
7422 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
7423 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
7424
7425 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
7426 instead of looking at window-system.
7427
26119624
GM
74282000-07-30 Gerd Moellmann <gerd@gnu.org>
7429
7430 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
7431 of testing if iswitchb-prepost-hooks is bound, because the
7432 latter will always be true when invoking a recursive minibuffer
7433 from an active Iswitchb buffer.
7434
c90596f3
EZ
74352000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
7436
7437 * files.el (shell-quote-wildcard-pattern): New function.
7438 (insert-directory): Call it. Only prepend "\" to command on Unix
7439 and GNU/Linux systems.
7440
18925e78
GM
74412000-07-30 Gerd Moellmann <gerd@gnu.org>
7442
7443 * eshell/esh-groups.el: Change custom :link file names
7444 from `eshell.info' to `eshell'.
7445
74462000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
7447
7448 * dired.el (dired-build-subdir-alist): Expand subdirectory names
7449 correctly in recursive ange-ftp listings.
7450
74512000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7452
7453 * ps-print.el: Fix bug 1: if ps-font-size-internal,
7454 ps-header-font-size-internal and
7455 ps-header-title-font-size-internal variables are not set,
7456 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
7457 face text property is (foreground-color . COLOR) or
7458 `(background-color . COLOR)', ps-print crashes. Doc fix.
7459 (ps-print-version): New version number (5.2.4).
7460 (ps-plot-region): Code fix.
7461 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
7462 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
7463 Bug fix 2.
7464
74652000-07-30 Milan Zamazal <pdm@freesoft.cz>
7466
7467 * glasses.el (glasses-make-readable): Fix uncapitalization of
7468 identifiers like `myXMLDocument'.
7469
aeb4c63e
KF
74702000-07-28 Karl Fogel <kfogel@red-bean.com>
7471
18925e78
GM
7472 * mail/mail-hist.el (mail-hist-previous-input)
7473 (mail-hist-next-input): Do the obvious code factorization.
7474 (mail-hist-retrieve-and-insert): New func, contains common
aeb4c63e
KF
7475 code of above two.
7476 If inserting a message body, leave point at top.
7477
9d453139
SS
74782000-07-28 Sam Steingold <sds@gnu.org>
7479
7480 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
18925e78
GM
7481 Use `<=', not `<' to compare times!
7482 (ange-ftp-ls): Remove.
9d453139 7483
b548072f
GM
74842000-07-27 Gerd Moellmann <gerd@gnu.org>
7485
27848c01
GM
7486 * play/cookie1.el: Add explanation of how to make cookie.el
7487 compatible with strfile(1) to comment.
7488
7489 * subr.el (remove, remq): New functions.
7490
3ab82477
GM
7491 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
7492 escape `*' in regexps.
7493 (midnight-find): Reverse order of arguments in the funcall of
7494 TEST.
7495
7496 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
7497 and `.class'.
7498
b548072f
GM
7499 * play/meese.el: Add Commentary section.
7500
27848c01
GM
75012000-07-27 Alex Schroeder <alex@gnu.org>
7502
7503 * sql.el (sql-ms): Added autoload cookie.
7504 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
7505 (sql-oracle): Ditto.
7506 (sql-help): Doc change.
7507
7508 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
7509 types and exceptions.
7510
75112000-07-27 Alex Schroeder <alex@gnu.org>
7512
7513 * sql.el (sql-placeholder-history): New variable.
7514 (sql-query-placeholders-and-send): New function that will query
7515 the user and replace placeholders with user input.
7516 (sql-oracle): If running on NT, set comint-input-sender to
7517 sql-query-placeholders-and-send.
7518
7519 (sql-stop): If in the SQLi buffer, insert stop notification, else
7520 present it as a message.
7521
75222000-07-27 Alex Schroeder <alex@gnu.org>
7523
7524 * sql.el (sql-input-ring-separator): Doc change.
7525 (sql-input-ring-file-name): Doc change.
7526 (sql-interactive-mode): Use `sql-input-ring-separator' and
7527 `sql-input-ring-file-name' to set the comint-mode equivalents
7528 without making them local variables.
7529 (sql-stop): Don't bind `sql-input-ring-separator' and
7530 `sql-input-ring-file-name' dynamically to their comint-mode
7531 equivalents.
7532
91ae8751
KH
75332000-07-27 Kenichi Handa <handa@etl.go.jp>
7534
7535 * international/mule.el (register-char-codings): New function.
7536 (make-coding-system): Handle `safe-chars' specification in the arg
7537 PROPERTY.
7538
7539 * international/mule-cmds.el
7540 (find-coding-systems-region-subset-p): This function deleted.
7541 (sort-coding-systems-predicate): New variable.
7542 (sort-coding-systems): New function.
7543 (find-coding-systems-region): Use
7544 find-coding-systems-region-internal.
7545 (find-coding-systems-string): Use find-coding-systems-region.
7546 (find-coding-systems-for-charsets): Check
7547 char-coding-system-table.
7548 (select-safe-coding-system-accept-default-p): New variable.
7549 (select-safe-coding-system): Mostly rewritten. New argument
7550 ACCEPT-DEFAULT-P.
7551 (select-message-coding-system): Call select-safe-coding-system
7552 with ACCEPT-DEFAULT-P arg.
7553 (reset-language-environment): Reset default-sendmail-coding-system
7554 to the default value iso-latin-1.
7555 (set-language-environment): Don't set the obsolete variable
7556 charset-origin-alist.
7557
7558 * international/codepage.el (cp-coding-system-for-codepage-1):
7559 Give `safe-chars' property to make-coding-system.
7560
7561 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
7562 calling select-message-coding-system twice.
7563
7564 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
7565 instead of `safe-charsets'.
7566 (cyrillic-alternativnyj): Likewise.
7567 (ccl-encode-alternativnyj): Don't check the charset
7568 cyrillic-iso8859-5.
7569
90cf4474
KH
75702000-07-27 Kenichi Handa <handa@etl.go.jp>
7571
7572 * composite.el (compose-chars-after): Preserve match data.
7573
a1f84f6d
SS
75742000-07-26 Sam Steingold <sds@gnu.org>
7575
7576 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
7577 (ange-ftp-real-file-newer-than-file-p): New function.
7578 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
7579 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
7580
7581 * tooltip.el (tooltip-float-time): Removed (use `float-time').
7582 * midnight.el (midnight-float-time): Ditto.
7583
e092928e
AS
75842000-07-26 Andreas Schwab <schwab@suse.de>
7585
7586 * files.el (normal-backup-enable-predicate): Correct
7587 interpretation of the return value of compare-strings.
7588
7465ebef
GM
75892000-07-26 Gerd Moellmann <gerd@gnu.org>
7590
3353ef5a
GM
7591 * isearch.el (isearch-resume): New function.
7592 (isearch-done): Add something to command-history to resume
7593 the search.
7594 (isearch-yank-line, isearch-yank-word): Use
7595 buffer-substring-no-properties instead of buffer-substring.
7596
7465ebef
GM
7597 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
7598 of flyspell-mouse-map.
7599
7600 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
7601 duplicate definition.
7602 (makefile-mode): Remove duplicate setting of local-abbrev-table.
7603
7604 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
7605 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
7606
5044b74a
SS
76072000-07-25 Sam Steingold <sds@gnu.org>
7608
25759a92
SS
7609 * net/ange-ftp.el: Get modtime over the net.
7610 (ange-ftp-file-modtime): New function.
a95cb10a
GM
7611 (ange-ftp-write-region, ange-ftp-insert-file-contents)
7612 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
25759a92
SS
7613 Use it.
7614 (ange-ftp-dot-to-slash): New function.
7615 (ange-ftp-fix-name-for-vms): Use it.
7616
5044b74a
SS
7617 * midnight.el (midnight-buffer-display-time): Use
7618 `with-current-buffer'.
7619
5dcfb3f4
GM
76202000-07-25 Gerd Moellmann <gerd@gnu.org>
7621
7622 * find-dired.el: Update copyright notice.
7623 (find-dired): Offer to kill a running `find'.
7624
7625 * enriched.el (enriched-face-ans): For a `foreground-color'
7626 property, return '(("x-color" COLOR))' so that COLOR will be
7627 output as a parameter of the x-color annotation. Likewise for the
7628 `background-color' property. In the case of normal face
7629 properties, don't return annotations for unspecified foreground
7630 and background face attributes.
7631
8c662166
KH
76322000-07-25 Kenichi Handa <handa@etl.go.jp>
7633
7634 * language/japan-util.el (japanese-katakana-region): Fix handling
7635 HANKAKU argument.
7636
c28da489
MB
76372000-07-25 Miles Bader <miles@gnu.org>
7638
7639 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
7640 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
7641 constrain-to-field.
7642
ad349719
AI
76432000-07-24 Andrew Innes <andrewi@gnu.org>
7644
7645 * timer.el (timer-activate-when-idle): Add optional parameter
7646 DONT-WAIT. Update docstring.
7647 (run-with-idle-timer): Specify extra parameter to
7648 timer-activate-when-idle, so that timer will be activated
7649 immediately if Emacs is already idle.
7650
7651 * w32-fns.el (w32-using-nt): Fix docstring.
7652
c95162f5
DL
76532000-07-24 Dave Love <fx@gnu.org>
7654
7655 * mouse.el (popup-menu): Set last-command-event.
7656 (mouse-major-mode-menu-prefix): Declare.
7657
e3c31fd5
GM
76582000-07-24 Gerd Moellmann <gerd@gnu.org>
7659
7660 * textmodes/flyspell.el: Update to author's version 1.5d.
7661
7662 * progmodes/hideshow.el: Update copyright notice.
7663
7664 * vcursor.el: Set maintainer to FSF, since author cannot
7665 be reached.
7666
7636d2a3
EZ
76672000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
7668
fbe0a958
EZ
7669 * info.el (Info-goto-emacs-key-command-node): Leave a space after
7670 the prompt.
7671
7636d2a3
EZ
7672 * mouse.el (popup-menu): Run the keymap through indirect-function,
7673 in case it was defined with define-prefix-key. If the menu is a
7674 list of keymaps, look up the binding of user's choice in each one
7675 of the keymaps.
7676 (mouse-popup-menubar): If the global and local menu-bar keymaps
7677 don't have a prompt string, create one and insert it into the
7678 keymap. Don't barf if current-local-map returns nil.
7679
e024b101
GM
76802000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
7681
7682 * dired.el (dired-sort-R-check): Added to allow recursive listing
7683 to be undone.
7684 (dired-sort-other): Use it.
7685
7972fcfc
GM
76862000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7687
e024b101 7688 * Release of cc-mode 5.27
7972fcfc
GM
7689
76902000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7691
7692 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
7693 c-beginning-of-statement-1 that caused a bad case of recursion
7694 which could consume a lot of CPU in large classes in languages
7695 that have in-expression classes (i.e. Java and Pike).
7696
7697 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
7698 statements before top level constructs (i.e. case 6 is moved
7699 before case 5 and is now case 4) to catch in-expression
7700 classes in top level expressions correctly.
7701
77022000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7703
7704 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
7705 objc-method-intro. Case 4 removed and case 5I added.
7706
7707 * cc-langs.el (c-append-paragraph-start): New variable used by
7708 c-common-init to get paragraph-start correct.
7709 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
7710 initialize paragraph-start to make it correct both with and
7711 without the javadoc special case.
7712
7713 * cc-mode.el (java-mode): Use c-append-paragraph-start to
7714 initialize paragraph-start for javadoc markup.
7715
7716 * cc-vars.el (c-style-variables-are-local-p): Incompatible
7717 change by defaulting this to t. It's motivated by the
7718 confusing behavior that otherwise arise from the style system
7719 when editing both java and non-java files at the same time
7720 (see the comments about style setting in c-common-init).
7721
77222000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7723
7724 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
7725 similar to the one in c-fill-paragraph to check the fill
7726 prefix from the adaptive fill function for sanity.
7727
77282000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7729
7730 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
7731 defun block.
7732
77332000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7734
5044b74a 7735 * cc-mode.texi Documented the change of cpp-macro.
7972fcfc
GM
7736
77372000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7738
7739 * cc-align.el (c-lineup-multi-inher): Handle lines with
7740 leading comma nicely. Extended to handle member initializers
7741 too.
7742
e024b101 7743 * cc-engine.el: (c-beginning-of-inheritance-list,
7972fcfc
GM
7744 c-guess-basic-syntax): Fixed recognition of inheritance lists
7745 when the lines begins with a comma.
7746
5044b74a 7747 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
7972fcfc
GM
7748
7749 * cc-vars.el (c-offsets-alist): Changed default for
7750 member-init-cont to c-lineup-multi-inher since it now handles
7751 member initializers and indents better for leading commas.
7752
77532000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7754
7755 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
7756 handling that caused class open lines to be recognized as
7757 statement-conts in some cases.
7758
7759 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
7760 guessed by the adaptive fill function unless point is on the
7761 first line of a block comment.
7762
7763 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
7764 when the buffer ends with a macro continuation char.
7765
7766 * cc-engine.el (c-guess-basic-syntax): Added support for
7767 function definitions as statements in Pike. The first
7768 statement in a lambda block is now labeled defun-block-intro
7769 instead of statement-block-intro.
7770
7771 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
7772 so that the class surrounding point is selected, not the one
7773 innermost in the state.
7774
7775 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
7776 recognition of switch labels having hanging multiline
7777 statements.
7778
7779 * cc-engine.el (c-beginning-of-member-init-list): Broke out
7780 some code in c-guess-basic-syntax to a separate function.
7781 * cc-engine.el (c-just-after-func-arglist-p): Fixed
7782 recognition of member inits with multiple line arglists.
7783 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
7784 member-init-cont when the commas are in funny places.
7785
77862000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7787
7788 * cc-defs.el (c-auto-newline): Removed this macro since it's
7789 not used anymore.
7790
7791 * cc-engine.el (c-looking-at-bos): New helper function.
7792 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
7793 inexpr and toplevel classes apart in Pike.
7794
7795 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
7796 of case 9A.
7797
7798 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
7799 constant, since "class" can introduce an in-expression class
7800 in Pike nowadays.
7801
78022000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7803
7804 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
7805 indentation on cpp-macro lines.
7806
7807 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
7808 a syntax modifier like comment-intro, to make it possible to
7809 get syntactic indentation for preprocessor directives. It's
7810 incompatible wrt to lineup functions on cpp-macro, but it has
7811 no observable effect in the 99.9% common case where cpp-macro
7812 is set to -1000.
7813
78142000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7815
7816 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
7817 member-init-cont when the preceding arglist is several lines.
7818
78192000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7820
7821 * cc-styles.el (c-style-alist): The basic offset for the BSD
7822 style corrected to 8.
7823
78242000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7825
7826 * cc-styles.el (c-style-alist): Adjusted the indentation of
7827 brace list openers in the gnu style.
7828
78292000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7830
7831 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
7832
7833 * cc-cmds.el (c-electric-brace, c-electric-slash,
7834 c-electric-star, c-electric-semi&comma, c-electric-colon,
7835 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
7836 when c-syntactic-indentation is nil.
7837
7838 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
7839 we were left at comments preceding the first statement when
7840 reaching the beginning of the buffer.
7841
7842 * cc-vars.el (c-syntactic-indentation): New variable to turn
7843 off all syntactic indentation.
7844
78452000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7846
7847 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
7848 between the text and the block comment ender when it hangs,
7849 depending on how many there are before the fill.
7850
78512000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7852
7853 * cc-engine.el (c-beginning-of-closest-statement): New helper
7854 function to go back to the closest preceding statement start,
7855 which could be inside a conditional statement.
7856 * cc-engine.el (c-guess-basic-syntax): Use
7857 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
7858
7859 * cc-engine.el (c-guess-basic-syntax): Better handling of
7860 arglist-intro, arglist-cont-nonempty and arglist-close when
7861 the arglist is nested inside parens. Cases 7A, 7C and 7F
7862 changed.
7863
7864 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
7865 up-to-date with javadoc 1.2.
7866
78672000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7868
7869 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
7870 multiline Pike type decls.
7871
78722000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7873
7874 * cc-cmds.el (c-indent-new-comment-line): Always break
7875 multiline comments in multiline mode, regardless of
7876 comment-multi-line.
7877
78782000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7879
7880 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
7881 fully::qualified::names in C++ member init lists. Preamble in
7882 case 5D changed.
7883
78842000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7885
7886 * cc-langs.el (c-common-init): Handling of obsolete variables
7887 moved to c-initialize-cc-mode. More compatible style override
7888 when using global style variables.
7889 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
7890 variables moved here.
7891
e024b101 7892 * cc-mode.texi: Documented the special behavior of
7972fcfc
GM
7893 c-special-indent-hook as a style variable. Don't talk about
7894 doing (c-make-styles-buffer-local t) in a mode hook, since
7895 that's already too late to work right.
5044b74a 7896
7972fcfc
GM
7897 * cc-styles.el (c-make-styles-buffer-local): Flag style
7898 variable localness in c-style-variables-are-local-p to make
7899 the compatibility measure in c-common-init work well.
7900
7901 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
7902 longer contain set-from-style.
7903 * cc-styles.el (c-initialize-builtin-style): Don't check for
7904 set-from-style on c-special-indent-hook.
7905 * cc-styles.el (c-copy-tree): Obsolete. The standard function
7906 copy-alist is sufficient now.
7907
7908 * cc-styles.el (c-set-style, c-set-style-1,
7909 c-get-style-variables): Fixes to variable initialization so
7910 that duplicate entries in styles have the same effect
7911 regardless of DONT-OVERRIDE.
7912
7913 * cc-styles.el (c-set-style-2): Fixed bug where the
7914 initialization of inheriting styles failed when the
7915 dont-override flag is set.
7916
7917 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
7918 on this.
7919
79202000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7921
7922 * cc-defs.el (c-forward-comment): Removed the workaround
7923 introduced in 5.38 since it had worse side-effects. If a line
7924 contains the string "//\"", it regarded the // as a comment
7925 start since the \ temporarily doesn't have escape syntax.
7926
79272000-07-17 Emmanuel Briot <briot@act-europe.fr>
7928
7929 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
7930 ada-xref.el before ada-prj.el, so that the Project menu is created
7931 when ada-prj tries to add to it.
7932 (ada-activate-keys-for-case): Suppress the characters that are not
7933 part of the Ada syntax. Better compatibility with else-mode
7934 (ada-adjust-case-interactive): When auto-casing is not active,
7935 correctly insert newlines (used to insert only ^M). Prevent the
7936 syntax table from being changed in case of an error
814299a7 7937 (or '_' becomes part of a word and some commands are confused).
7972fcfc
GM
7938 Do nothing if ada-auto-case is nil.
7939 (ada-after-keyword-p): Ignore keywords that are also attributes
7940 (ada-batch-reformat): Update usage comment
7941 (ada-call-from-contextual-menu): New function
7942 (ada-case-read-exceptions): Reinitialize the casing exception list
7943 first to nil first, so that the casing exception file can be
7944 shared.
7945 (ada-check-defun-name): Handles "configure" keyword for gnatdist
7946 files.
7947 (ada-compile-goto-error): Fix regexp used to detect a file:line
7948 anywhere in the error message
7949 (ada-contextual-menu-last-point): New variable
7950 (ada-create-keymap): If the variable delete-key-deletes-forward is
7951 t on XEmacs, it means that DEL should delete one character
7952 forward.
7953 (ada-create-menu): Use :included instead of :visible for XEmacs.
7954 New submenu "Options".
7955 (ada-end-stmt-re): Correctly indent "select ... then abort"
7956 statements.
7957 (ada-fill-comment-paragraph): Correctly delete all leading '--'
7958 even if they don't match ada-fill-comment-prefix Fix handling of
7959 paragraphs on the first or last line of a file.
7960 (ada-format-paramlist): Fix handling of default parameter values.
7961 (ada-get-body-name): New function.
7962 (ada-get-current-indent): Optimized by searchling directly for an
7963 existing generic part or a statement outside of it. Handle
7964 ada-indent-align-comments when indenting comments Replaced some
7965 regexps by testing directly the next character. This results in a
7966 huge speedup on some files. New indentation scheme for renames
7967 statements. Stop looking for the 'while' or 'for' associated with
7968 a 'loop' at the first semicolon encountered. A "return" can also
7969 match an anonymous access subprogram declaration.
7970 (ada-get-indent-noindent): Ignore strings and comments when
7971 looking for the keywords "record" and "private".
7972 (ada-goto-matching-decl-start): When matching "if", make sure we
7973 are not in fact seeing "end if". Ignore "when" statements except
7974 when initial keyword was "begin". Fix handling of nested
7975 procedures. Add a recursive call to this function to skip over
7976 other 'end' statmts. Fix indentation for "when .. => begin"
7977 (ada-in-open-paren-p): Fix indentation for complex boolean
7978 expressions, where 'and then', 'or else' and parenthesis
7979 statements are mixed up.
7980 (ada-in-paramlist-p): Skip comments while searching for the
7981 beginning Fix handling of operator declarations.
7982 (ada-indent-align-comments): New variable
7983 (ada-indent-current): Change the syntax table only in the
7984 protected section, so that we are sure it is restored correctly.
7985 (ada-indent-on-previous-lines): Use ada-use-indent and
7986 ada-with-indent Correctly indent "select ... then"
7987 (ada-indent-region): Slight speedup.
7988 (ada-indent-renames): New variable.
7989 (ada-last-which-function-subprog, ada-last-which-function-line):
7990 New variables
7991 (ada-looking-at-semi-private): Correctly indent the 'private'
7992 keyword when it is the first word in a package declaration.
7993 (ada-loose-case-word): Stop searching if at the end of the buffer.
7994 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
7995 even if point is not initially at the end of the word.
7996 (ada-matching-decl-start-re): Add "when".
7997 (ada-mode): Add support for abbrev-mode, outline-mode and
7998 which-func-mode Override the old find-file.el entry in
7999 ff-special-constructs since it is using the obsolete
8000 ada-spec-suffix variable
8001 (ada-no-auto-case): New function
8002 (ada-scan-paramlist): When parsing the argument type, accept
8003 spaces (as in "X 'Class", generated by Rational Rose).
8004 (ada-other-file-name): No longer loads the other file.
8005 (ada-popup-menu): Save and restore the current buffer and cursor
8006 position before and after displaying the menu.
8007 (ada-search-ignore-complex-boolean): New function.
8008 (ada-uncomment-region): Emacs21 already knows how to delete
8009 comments not starting in the first column.
8010 (ada-use-indent): New variable
8011 (ada-which-function): New function.
8012 (ada-with-indent): New variable
8013 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
8014 can be batch-compiled from the command line.
8015
8016 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
8017 Add to the menu when the file is loaded, not in ada-mode-hook.
8018 Add -toolbar to the default ddd command Switches moved from
8019 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
8020 ada-prj-default-comp-opt
8021 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
8022 Reference Manual to the menu
8023 (ada-check-current): rewritten as a call to ada-compile-current
8024 (ada-compile): Removed.
8025 (ada-compile-application, ada-compile-current, ada-check-current):
8026 Set the compilation-search-path so that compile.el automatically
8027 finds the sources in src_dir. Automatic scrollong of the
8028 compilation buffer. C-uC-cC-c asks for confirmation before
8029 compiling
8030 (ada-compile-current): New parameter, prj-field
8031 (ada-complete-identifier): Load the .ali file before doing
8032 processing
8033 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
8034 conform to gnatmake's behavior.
8035 (ada-find-file-in-dir): New function
8036 (ada-find-references): Set the environment variables for gnatfind
8037 (ada-find-src-file-in-dir): New function.
8038 (ada-first-non-nil): Removed
8039 (ada-gdb-application): Add support for jdb, the java debugger.
8040 (ada-get-ada-file-name): Load the original-file first if not done
8041 yet.
8042 (ada-get-all-references): Handles the new ali syntax (parent types
8043 are found between <>).
8044 (ada-initialize-runtime-library): New function
8045 (ada-mode-hook): Always load a project file when a file is opened,
8046 so that the casing exceptions are correctly read.
8047 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
8048 (ada-parse-prj-file): Use find-file-noselect instead of find-file
8049 to open the project file, since the latter does not work with
8050 speedbar Get default values before loading the prj file, or the
8051 default executable file name is wrong. Use the absolute value of
8052 src_dir to initialize ada-search-directories and
8053 compilation-search-path,... Add the standard runtime library to
8054 the search path for find-file.
8055 (ada-prj-default-debugger): Was missing an opening '{'
8056 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
8057 variables.
8058 (ada-prj-default-gnatmake-opt): New variable
8059 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
8060 buffers, the project file is the default one Save the windows
8061 configuration before displaying the menu.
8062 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
8063 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
8064 ...) regexp-quote identifiers names to support operators +,
8065 -,... in regexps.
8066 (ada-remote): New function.
8067 (ada-run-application): Erase the output buffer before starting the
8068 run Support remote execution of the application. Use
8069 call-process, or the arguments are incorrectly parsed
8070 (ada-set-default-project-file): Reread the content of the active
8071 project file, not the one from the current buffer When a project
8072 file is set as the default project, all directories are
8073 automatically associated with it.
8074 (ada-set-environment): New function
8075 (ada-treat-cmd-string): New special variable ${current}
8076 (ada-treat-cmd-string): Revised. The substitution is now done for
8077 any ${...} substring
8078 (ada-xref-current): If no body was found, compiles the spec
8079 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
8080 compiler to get rid of command line length limitations.
8081 (ada-xref-get-project-field): New function
8082 (ada-xref-project-files): New variable
8083 (ada-xref-runtime-library-specs-path)
8084 (ada-xref-runtime-library-ali-path): New variables
8085 (ada-xref-set-default-prj-values): Default run command now does a
8086 cd to the build directory. New field: main_unit Provide a default
8087 file name even if the current buffer has no prj file.
8088
8089 * ada-prj.el:
8090 Rewritten to show a tabbed-dialog.
8091 (ada-prj-add-ada-menu): Remove the map and name parameters.
8092 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
8093 New function
8094 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
8095 (ada-prj-load-from-file): New function
8096 (ada-prj-save): Always save fields that depend on the current buffer
8097 (ada-prj-show-value): New function
5044b74a 8098
7972fcfc
GM
8099 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
8100 Ada mode. This will allow us to display the Ada menu in any buffer
8101 we want (for project items).
8102 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
8103 number of spaces in the header.
5044b74a 8104
8730a8da
DL
81052000-07-24 Dave Love <fx@gnu.org>
8106
8107 * ediff-init.el (ediff-region-help-echo): Bind face-help.
8108
db3ca487
NF
81092000-07-23 Noah Friedman <friedman@splode.com>
8110
ad953485
NF
8111 * type-break.el (type-break): perform autosave.
8112 Suggested by Stephen Gildea <gildea@intouchsys.com>.
8113 (type-break-do-query): Cancel query schedule while performing
8114 actual query, to avoid possibility of a second query being made
8115 while first one is already in progress.
8116 (type-break-time-stamp-format): New variable.
8117 (type-break-time-stamp): New function.
8118 (type-break-time-warning): Use it.
8119 (type-break-keystroke-warning): Use it.
8120 (type-break-noninteractive-query): Use it.
8121
03a9c6d0
NF
8122 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
8123 cookie.
8124 Use add-minor-mode to set minor-mode-alist, if available.
8125 (eldoc-echo-area-use-multiline-p): New user option.
8126 (eldoc-echo-area-multiline-supported-p): New variable.
8127 (eldoc-docstring-format-sym-doc): Use them.
8128 (eldoc-mode): If not using idle timers, append to local post and
8129 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
8130 (eldoc-display-message-no-interference-p): Don't interfere with
8131 edebug.
8132 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
8133 (eldoc-function-arglist): New function.
8134 (eldoc-function-argstring): Use it.
8135
db3ca487
NF
8136 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
8137 auto save directory exists before calling directory-files.
8138
f7ad1899
DL
81392000-07-23 Dave Love <fx@gnu.org>
8140
8141 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
8142 ^o, ^u.
8143
43e764c9
DL
81442000-07-21 Dave Love <fx@gnu.org>
8145
475de6f4
DL
8146 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
8147 now passed to the function. It now works properly.
8148
43e764c9
DL
8149 * smerge-mode.el (smerge-mode-menu): Fill it out.
8150
e8bea4c0
GM
81512000-07-20 Gerd Moellmann <gerd@gnu.org>
8152
8153 * info-look.el (info-lookup): If *info* is shown in another frame
8154 on the same display, select that frame, instead of switching to
8155 the Info buffer in another window of the selected frame.
8156
8157 * simple.el (universal-argument-map): Bind numeric keypad keys
8158 kp-0 to kp-9 and kp-subtract.
8159 (digit-argument): Handle these keys.
8160
bc75b4fd
DL
81612000-07-20 Dave Love <fx@gnu.org>
8162
8163 * net/goto-addr.el (goto-address-fontify): Don't bother with
8164 buffer-modified and read-only stuff -- irrelevant with overlays.
8165 Put an extra property on the overlays and use it to clean up in
8166 case goto-address is re-run.
8167
8b7bc628
RS
81682000-07-19 Richard M. Stallman <rms@gnu.org>
8169
18e21ce8
RS
8170 * timer.el (run-with-idle-timer): Doc fix.
8171
db3ca487 8172 * mail/mail-utils.el (mail-strip-quoted-names):
8b7bc628
RS
8173 Handle case where <...> appears inside "...".
8174 Use replace-match to edit the string more simply.
8175 (rmail-dont-reply-to): Cope with an unmatched ".
8176
50575ec2
DL
81772000-07-19 Dave Love <fx@gnu.org>
8178
8179 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
8180 implementation.
8181
8182 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
8183 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
8184 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
8185
4279296d
GM
81862000-07-19 Gerd Moellmann <gerd@gnu.org>
8187
47db06aa
GM
8188 * textmodes/refer.el: Correct maintainer's email address.
8189
8190 * progmodes/hideif.el: Correct author's email address.
8191 Fix typo in comment.
8192
8193 * xml.el: New file.
8194
4279296d
GM
8195 * mail/mailheader.el: Correct author's mail address.
8196
8197 * gnus/parse-time.el: Correct author's mail address.
8198
47db06aa 81992000-07-19 Colin Walters <walters@cis.ohio-state.edu>
db3ca487
NF
8200
8201 * comint.el (comint-highlight-input, comint-highlight-face):
47db06aa
GM
8202 New user options.
8203 (comint-input-ring-file-name): Change custom type.
8204 (comint-mode-map): Bind mouse-2.
8205 (comint-insert-clicked-input): New function.
8206 (comint-send-input): Handle input highlighting.
8207
21ad0f7b
SM
82082000-07-18 Stefan Monnier <monnier@cs.yale.edu>
8209
8210 * mouse.el (popup-menu): New function.
8211 (mouse-major-mode-menu): Use it.
8212
3b33a005
DL
82132000-07-18 Dave Love <fx@gnu.org>
8214
8215 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
8216 improvements.
8217
dc1cac59
GM
82182000-07-18 Gerd Moellmann <gerd@gnu.org>
8219
21ad0f7b 8220 * faces.el (face-font-selection-order)
dc1cac59 8221 (face-font-family-alternatives): Add custom type.
db3ca487 8222
f8276b77
DL
82232000-07-18 Dave Love <fx@gnu.org>
8224
8225 * cus-edit.el (custom-variable-reset-saved)
8226 (custom-variable-reset-standard): Remove unused bindings.
8227
8228 * rect.el (open-rectangle-line): Remove unused let.
8229
8230 * hl-line.el (hl-line-highlight): Check hl-line-mode.
8231
3d6cd763
GM
82322000-07-18 Gerd Moellmann <gerd@gnu.org>
8233
8234 * cdl.el: Fix `Maintainer' keyword.
8235
8236 * play/pong.el: Add author's email address.
8237
34342a07
SS
82382000-07-17 Sam Steingold <sds@gnu.org>
8239
8240 * files.el (insert-directory): Call `split-string' instead of
8241 re-implementing it.
8242
088831a6
GM
82432000-07-18 Gerd Moellmann <gerd@gnu.org>
8244
8245 * mail/vms-pmail.el: Change maintainer to FSF.
8246
8247 * net/goto-addr.el: Change maintainer to FSF.
8248
088831a6 8249 * info.el (Info-title-face-alist): Removed.
db3ca487 8250
c152047f
GM
82512000-07-18 David Ponce <david@dponce.com>
8252
8253 * recentf.el (recentf-open-files): New command that works like
8254 `recentf-open-more-files', but shows the whole list of files (not just
8255 those omitted from the menu). Useful if you don't use a menu-bar!
8256 (recentf-open-more-files) Modified to use `recentf-open-files'.
8257
8258 (recentf-open-files, recentf-open-more-files)
8259 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
8260
8261 (recentf-dialog-mode): New mode for dialogs. You can now just type
8262 "q" to cancel the dialogs.
8263
82642000-07-18 David Ponce <david@dponce.com>
8265
8266 * recentf.el: This is a major update of recentf.el. It adds new
8267 features to better organize the recentf menu and "More..." buffer.
8268
8269 Using new provided menu filtering functions you can now organize the
8270 recent files list:
8271
8272 - by major modes
8273 - by directories
8274 - by user defined rules
8275
8276 Finally, with the new `recentf-filter-changer' customizable filter you
8277 can define a ring of filters and dynamically (via the menu) cycle on
8278 each menu organization in the ring (a la msb).
8279
68be2869
EZ
82802000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
8281
8282 * eshell/eshell.el (eshell): Replace links to eshell.info with
8283 links to eshell, to avoid problems on systems where the manual is
8284 installed as `eshell'.
8285 * eshell/esh-cmd.el (eshell-cmd): Ditto.
8286 * eshell/em-smart.el (eshell-smart): Ditto.
8287 * eshell/em-banner.el (eshell-banner): Ditto.
21ad0f7b 8288 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
68be2869
EZ
8289
8290 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
8291 same-file check in the MS-DOS version (it does support inodes).
8292
8293 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
8294
21ad0f7b
SM
8295 * eshell/eshell.el (eshell-directory-name):
8296 Run default directory name through convert-standard-filename.
68be2869 8297
269b4dcb
KH
82982000-07-18 Kenichi Handa <handa@etl.go.jp>
8299
21ad0f7b
SM
8300 * international/mule-cmds.el (select-safe-coding-system):
8301 Fix typo in the comment.
240a16cf 8302
21ad0f7b
SM
8303 * language/european.el (compound-text):
8304 Force katakana-jisx0201 to be designated to G1.
aa96c820 8305
21ad0f7b
SM
8306 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
8307 Don't translate some national variant characters of latin-jisx0201.
aa96c820 8308 (x-ctext): Force katakana-jisx0201 to be designated to G1.
a99c9d06 8309
269b4dcb
KH
8310 * international/kkc.el (kkc-after-update-conversion-functions):
8311 New variable.
8312 (kkc-update-conversion): Run functions in it at the tail.
8313
68be2869 83142000-07-16 John Wiegley <johnw@gnu.org>
6feeb380 8315
21ad0f7b
SM
8316 * lisp/align.el (align-newline-and-indent):
8317 Adding new function. for auto-aligning blocks of code on RET.
6feeb380
JW
8318 (align-region): Fixed badly formatted minibuffer message.
8319
7a3fd467
KH
83202000-07-17 Kenichi Handa <handa@etl.go.jp>
8321
21ad0f7b 8322 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
7a3fd467
KH
8323 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
8324 the conversion list at first if appropriate.
8325 (kkc-next): Don't update kkc-next-count here.
8326 (kkc-prev): Don't update kkc-prev-count here.
8327 (kkc-show-conversion-list-update): Fix setting up of conversion
8328 list message.
8329
a45423d8
SM
83302000-07-16 Stefan Monnier <monnier@cs.yale.edu>
8331
088831a6 8332 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
a45423d8 8333
91a38db1
DL
83342000-07-16 Dave Love <fx@gnu.org>
8335
8336 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
8337 function to be more specific.
8338
8339 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
8340 non-string help-echo.
8341 (widget-types-convert-widget): Defsubst it.
8342 (widget-echo-help): Try to cope with a help-echo function of two
8343 possible sorts.
8344
3fddcdc3
JR
83452000-07-15 Jason Rumney <jasonr@gnu.org>
8346
8347 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
8348 Declare as obsolete.
8349
8350 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
8351
bd23a692
GM
83522000-07-14 Gerd Moellmann <gerd@gnu.org>
8353
8354 * hilit-chg.el: Fix typo.
8355
d4af987a
DL
83562000-07-14 Dave Love <fx@gnu.org>
8357
8358 * info.el (Info-mode-menu): Fix use of :help, :enable.
8359
3a4f3f86
SM
83602000-07-14 Stefan Monnier <monnier@cs.yale.edu>
8361
8362 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
8363
cf6936a4
DL
83642000-07-13 Dave Love <fx@gnu.org>
8365
4d6d04b5
DL
8366 * emacs-lisp/easymenu.el: Doc fixes.
8367 (easy-menu-remove): Defalias to ignore.
8368
cf6936a4
DL
8369 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
8370 Call throw correctly.
8371
56437999
GM
83722000-07-13 Gerd Moellmann <gerd@gnu.org>
8373
8374 * faces.el (frame-background-mode): Doc fix.
8375
8376 * simple.el (eval-expression-print-length): Change custom type to
8377 allow entering nil as value.
8378
d04a3972
DL
83792000-07-13 Dave Love <fx@gnu.org>
8380
3a4f3f86
SM
8381 * progmodes/fortran.el (fortran-imenu-generic-expression):
8382 Change definition layout.
a8189dfe
DL
8383 (fortran-mode-menu): Reinstate customize entries.
8384
d04a3972
DL
8385 * cus-edit.el (custom-group-menu-create, customize-menu-create):
8386 Use :filter, per old XEmacs code.
8387
4bf4fb05
GM
83882000-07-12 Gerd Moellmann <gerd@gnu.org>
8389
8390 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
8391 event when deciding what to send to the terminal.
8392
37328bcd
DL
83932000-07-12 Dave Love <fx@gnu.org>
8394
8395 * cus-start.el: Add optional version as 4th element of specs and
8396 use it for several things new in v21. Remove load-path. Fix type
8397 of line-number-display-limit.
8398
89492072
DL
83992000-07-11 Dave Love <fx@gnu.org>
8400
3a4f3f86
SM
8401 * progmodes/fortran.el: Don't require easymenu.
8402 Use repeat counts in various regexps.
315aa1de
DL
8403 (fortran-mode-syntax-table): Defvar directly.
8404 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
3a4f3f86
SM
8405 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
8406 Use defvar, not defconst.
8407 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
315aa1de
DL
8408 (fortran-mode): Set fortran-comment-line-start-skip,
8409 fortran-comment-line-start-skip, dabbrev-case-fold-search.
8410 (fortran-comment-indent): Use defsubst.
3a4f3f86
SM
8411 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
8412 Use fortran-comment-indent, not fortran-comment-indent-function.
315aa1de
DL
8413 (fortran-comment-region, fortran-electric-line-number): Simplify.
8414 (fortran-auto-fill): New function.
8415 (fortran-do-auto-fill): Deleted.
3a4f3f86
SM
8416 (fortran-find-comment-start-skip):
8417 Check for non-null comment-start-skip.
8418 (fortran-auto-fill-mode, fortran-fill-statement):
8419 Use fortran-auto-fill.
315aa1de 8420 (fortran-fill): Use fortran-auto-fill. Check for null
3a4f3f86 8421 comment-start-skip. Simplify final clause and use end-of-line finally.
315aa1de 8422
89492072
DL
8423 * widget.el (widget-plist-member): New alias.
8424
d55ead18
EZ
84252000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
8426
8427 * eshell/esh-module.el (toplevel): Reference
8428 byte-compile-current-file only if it is bound.
8429
e82a2a05
GM
84302000-07-10 Gerd Moellmann <gerd@gnu.org>
8431
8432 * dired.el: Don't require `dired-aux'.
8433
1fc7fb2b
MB
84342000-07-10 Miles Bader <miles@lsi.nec.co.jp>
8435
8436 * dired-aux.el (dired-show-file-type): New function.
8437 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
8438 (dired-show-file-type): Add autoload.
8439
ab49ce15
KH
84402000-07-10 Kenichi Handa <handa@etl.go.jp>
8441
8442 * international/mule-diag.el (describe-font): Adjusted for the
3a4f3f86 8443 change of fontset-info.
ab49ce15
KH
8444 (print-fontset): Likewise.
8445
f45aab65
SM
84462000-07-09 Stefan Monnier <monnier@cs.yale.edu>
8447
8448 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
8449
2f72fd2f
GM
84502000-07-07 Gerd Moellmann <gerd@gnu.org>
8451
e82a2a05 8452 * bindings.el: Bind `[delete]' to delete-char.
965522f5 8453
2f72fd2f
GM
8454 * dired.el (dired-find-alternate-file): New function.
8455 (dired-mode-map): Bind `a' to dired-find-alternate-file.
8456 (toplevel): Require dired-aux when compiling.
8457 (dired-buffers): Move defvar within file to avoid compiler warning.
8458
8459 * info.el (Info-last-search): Variable removed.
8460 (Info-search-history): New variable.
8461 (Info-search): New Info-search-history.
8462
8463 * battery.el, info-look.el: Change author's mail address.
8464
965522f5 84652000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
34342a07 8466
965522f5
GM
8467 * mail/rmail.el (rmail-clear-headers): Don't throw an error
8468 if rmail-ignored-headers is nil.
8469 (rmail-retry-failure): Bind rmail-ignored-headers and
8470 rmail-displayed-headers to nil.
8471
dd8888a1
GM
84722000-07-06 Gerd Moellmann <gerd@gnu.org>
8473
e5c81191
GM
8474 * lpr.el (lpr-page-header-switches): Add `-h' switch.
8475 (print-region-1): Don't hard code `-h' here.
8476
dd8888a1
GM
8477 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
8478
e5c81191
GM
84792000-07-01 Francesco Potorti` <pot@gnu.org>
8480
8481 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
8482 exim can use "your message" instead of "the message".
34342a07 8483
f45aab65
SM
84842000-07-06 Stefan Monnier <monnier@cs.yale.edu>
8485
8486 * facemenu.el: Docstrings fixes.
8487 (facemenu-get-face): Don't use internal-find-face.
8488 (facemenu-iterate): Rename arg to match the docstring.
8489
8490 * newcomment.el (uncomment-region): Be more careful when skipping
8491 backwards over `=' not to bump into BOBP.
8492
d396e521 84932000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
34342a07 8494
dd8888a1
GM
8495 * ediff-diff.el (ediff-wordify): Use syntax table.
8496 * ediff-init.el (ediff-has-face-support-p): Use
d396e521 8497 ediff-color-display-p.
dd8888a1 8498 (ediff-color-display-p): Use display-color-p, changed to defun
d396e521
MK
8499 from defsubst.
8500 Got rid of special cases for NeXT and OS/2.
dd8888a1 8501 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
d396e521 8502 face.
34342a07 8503
5e2dfaa4
SM
85042000-07-05 Stefan Monnier <monnier@cs.yale.edu>
8505
8506 * emacs-lisp/lucid.el: Require CL.
8507 (copy-tree, remprop): Remove, it's provided by CL.
8508 (map-keymap): Define in terms of cl-map-keymap.
8509 (extent-property, set-extent-end-glyph): New functions.
8510
8511 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
8512
d5c5cddd
GM
85132000-07-05 Gerd Moellmann <gerd@gnu.org>
8514
485266d0
GM
8515 * Makefile.in (DONTCOMPILE): Add comment that the name may
8516 not be changed without changing the make-dist script.
8517
5e2dfaa4 8518 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
d5c5cddd 8519 (cl-mapc): Use mapc instead of cl-old-mapc.
34342a07 8520
e2c46326
AI
85212000-07-05 Andrew Innes <andrewi@gnu.org>
8522
8523 * makefile.nt: Add support for `bootstrap' and related targets.
8524
a027a91b
SM
85252000-07-05 Stefan Monnier <monnier@cs.yale.edu>
8526
8527 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
8528 (easy-menu-do-define): Use `menu-item' format.
8529 Handle case where easy-menu-create-menu returns a symbol.
8530 Manually call the potential top-level filter in the function binding.
8531 (easy-menu-filter-return): New arg NAME.
8532 Convert to a keymap if MENU is an XEmacs menu.
8533 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
8534 (easy-menu-converted-items-table, easy-menu-convert-item):
8535 New var and fun to memoize easy-menu-convert-item-1.
8536 (easy-menu-do-add-item): Use it.
8537 (easy-menu-create-menu): Use easy-menu-convert-item.
8538 Wrap easy-menu-filter-return around any :filter specification.
8539 Don't convert the menu if a filter was specified.
8540 Tell easy-menu-make-symbol not to check for MENU being an expression.
8541 (easy-menu-make-symbol): New arg NOEXP.
8542
5e03eb84
GM
85432000-07-05 Gerd Moellmann <gerd@gnu.org>
8544
8545 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
8546 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
8547 (eval-defun): If called with prefix arg, instrument code for
8548 Edebug.
8549
8550 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
8551 similar to that of eval-defun.
8552
fca68a95
DL
85532000-07-04 Dave Love <fx@gnu.org>
8554
7ccbba4c
DL
8555 * hl-line.el (hl-line-overlay): Make it permanent-local.
8556
fca68a95
DL
8557 * calendar/todo-mode.el: Replaced with a working version, based on
8558 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
8559
85602000-07-03 Miles Bader <miles@lsi.nec.co.jp>
78e7e8a0
MB
8561
8562 * paths.el (prune-directory-list): New function.
8563 (Info-default-directory-list): Rewritten to more methodically
8564 enumerate a big list of possible info directories (based on the
8565 list used by the standalone info reader).
fca68a95 8566
78e7e8a0 8567 * info.el (info-initialize): Use prune-directory-list to remove
3a4f3f86 8568 non-existent directories from Info-directory-list.
78e7e8a0 8569
78e7e8a0
MB
8570 * paths.el (Info-default-directory-list): Try a list of possible
8571 info-directories instead of a single one. Add the possible
8572 info directory "/usr/share/info".
8573
8574 * woman.el (woman-man.conf-path): Explicitly include the debian
8575 man-db config file "/etc/manpath.config".
8576 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
8577 are present in `manpath.config'.
8578 (woman-manpath): Include "/usr/share/man".
8579
67c9a1d2
GM
85802000-07-03 Gerd Moellmann <gerd@gnu.org>
8581
6753393b
GM
8582 * frame.el (blink-cursor-mode): Don't hide cursor initially.
8583
8584 * startup.el (command-line): Initialize blink-cursor based
8585 on window-system.
8586
e4f98ad3
GM
8587 * frame.el (blink-cursor): Default to nil if not running under
8588 a window-system.
8589
2f516940
GM
8590 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
8591 (face-x-resources): Remove duplicate entry for :font.
8592
67c9a1d2
GM
8593 * textmodes/refer.el (refer-find-entry-internal): Use some-window
8594 instead of cycling through windows with next-window.
8595
8596 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
8597 of cycling through windows with next-window.
8598
8599 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
8600 of cycling through windows with next-window.
8601
8602 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
8603 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
8604 instead of cycling through windows with next-window.
8605
8606 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
8607 instead of cycling through windows with next-window.
8608
8609 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
8610 of cycling through windows with next-window.
8611
8612 * terminal.el (te-process-output): Use walk-windows instead of
8613 cycling through windows with next-window.
8614
8615 * server.el (server-switch-buffer): Use some-window instead of
8616 cycling through windows with next-window.
8617
8618 * window.el (some-window): New function.
8619 (walk-windows): Remove reference to walk-windows-start.
831a6cb0 8620
3a4f3f86 8621 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
831a6cb0 8622
8b7bc628 86232000-07-03 Richard Stallman <rms@gnu.org>
67c9a1d2
GM
8624
8625 * window.el (walk-windows): Guarantee termination by keeping a list
8626 of all the windows already handled.
8627
d0d57043
EZ
86282000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
8629
8630 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
8631 window-system.
8632
8633 * man.el (Man-notify-when-ready): Don't use window-system. If
8634 Man-notify-method is newframe, and the display is not
8635 multi-frame, select the frame created for the man page.
8636 (Man-init-defvars): Doc fix.
8637
d5483ab1
GM
86382000-06-28 Gerd Moellmann <gerd@gnu.org>
8639
af5c25e1
GM
8640 * faces.el (region): Change background color for light background.
8641
8642 * ediff-wind.el (ediff-setup-control-frame): Remove :box
8643 attribute from mode-line face of Ediff control frame.
8644
d5483ab1
GM
8645 * replace.el (query-replace-map): Bind `e' like `E'.
8646
9d47450f
EZ
86472000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
8648
3a4f3f86
SM
8649 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
8650 Change name to "Select All".
496b7491 8651
9d47450f
EZ
8652 * dos-fns.el (convert-standard-filename): Fix last change.
8653
0b431deb
GM
86542000-06-27 Gerd Moellmann <gerd@gnu.org>
8655
4fa9f636
GM
8656 * help.el (describe-variable): Don't insert a second `'s' in front
8657 of the string `value is shown below'. Since the syntax-table is
8658 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
8659 an existing `'s', so that this won't be deleted.
8660
0b431deb
GM
8661 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
8662 * pcmpl-unix.el: New files.
8663
32cad0aa
SM
86642000-06-26 Stefan Monnier <monnier@cs.yale.edu>
8665
8666 * wid-edit.el (widget-member): Use the new plist-member.
8667
2c69ced2
GM
86682000-06-26 Gerd Moellmann <gerd@gnu.org>
8669
44c0f771
GM
8670 * replace.el (perform-replace): Undo change of 2000-04-04.
8671 Instead, move backward 1 character at the end of the loop when
8672 necessary.
34342a07 8673
1d36487c
GM
8674 * faces.el (fringe): Change face for different backgrounds.
8675
8676 * eshell/esh-module.el (toplevel): Load defgroup's differently;
8677 patch from John.
8678
2c69ced2
GM
8679 * eshell/*.el: Change spelling of the Free Software Foundation.
8680
8681 * eshell/esh-toggle.el: Removed.
8682
8683 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
8684
8685 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
8686 interactively.
8687
86882000-06-26 Alex Schroeder <alex@gnu.org>
8689
8690 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
8691 `define-key'; instead of checking `(emacs-version)' check for
8692 `set-keymap-parent' and `set-keymap-name' directly. Add entries
8693 for `;' and `o' which might be electric.
8694
8695 (sql-electric-stuff): New user option.
8696 (sql-magic-go): New function which uses `sql-electric-stuff'.
8697 (sql-magic-semicolon): New function which uses
8698 `sql-electric-stuff'.
8699
8700 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
8701 is not fboundp.
8702
8703 (sql-oracle-options): New variable.
8704 (sql-oracle): Use it.
8705
8706 (sql-imenu-generic-expression): Doc change.
8707 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
8708 is used.
8709
8710 (sql-informix): Added command line parameter "-" to force
8711 sql-informix-program to use stdout.
8712
db1306d8
EZ
87132000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
8714
3a4f3f86 8715 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
db1306d8
EZ
8716 (cp864-decode-table): Doc fix.
8717 (cp720-decode-table): New variable, supports the Arabic OEM
8718 codepage used by Windows.
8719 (cp737-decode-table): New, Greek OEM codepage used by Windows.
8720
c69e5fcd
DL
87212000-06-23 Dave Love <fx@gnu.org>
8722
8723 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
8724 (font-lock-fontify-anchored-keywords): Use
8725 line-beginning-position.
8726 (global-font-lock-mode): Use mapc.
8727
30ad8f23
SM
87282000-06-23 Stefan Monnier <monnier@cs.yale.edu>
8729
8730 * eshell/esh-module.el: Require CL when compiling.
8731
26b4dc84
GM
87322000-06-23 Gerd Moellmann <gerd@gnu.org>
8733
78c56e70
GM
8734 * comint.el (comint-substitute-in-file-name): Call replace-match
8735 with second and third arg t.
8736
34342a07 8737 * cus-edit.el (custom-button-face, custom-button-pressed-face):
f6478c66
GM
8738 Specify foreground color.
8739
8740 * faces.el (tool-bar, mode-line, header-line): Specify foreground
8741 color.
8742
affbf647
GM
8743 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
8744
8745 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
8746 cddr instead of cdddr.
8747
25fffb31
GM
8748 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
8749 instead of copy-list.
8750
8751 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
8752 of copy-list.
8753
26b4dc84
GM
8754 * subdirs.el: Add eshell subdirectory.
8755
8756 * eshell: New subdirectory containing the Eshell package.
8757
8758 * pcomplete.el: New file.
8759
78c56e70
GM
87602000-06-23 Paul Eggert <eggert@twinsun.com>
8761
ea055732
GM
8762 * mail/mailpost.el (post-mail-send-it): Make sure file has
8763 proper permissions from birth.
8764
8765 * files.el (basic-save-buffer-2): When temporarily setting
8766 file modes, set them to current modes plus 0200, not to 0777.
8767
78c56e70
GM
8768 * emerge.el (emerge-make-temp-file): Make sure file has proper
8769 permissions from birth.
8770
a3a7ff33
EZ
87712000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
8772
8773 * files.el (make-backup-file-name-1): On DOS/Windows, run the
8774 backup file name through convert-standard-filename.
8775
8776 * dos-fns.el (convert-standard-filename): Convert leading
8777 directories as well. When long file names are supported, convert
8778 characters that are invalid in Windows file names.
8779
1fd9b7fe
GM
87802000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8781
8782 * ps-print.el: Fix bug: if ^L is the very first buffer character,
8783 ps-print crashes. New feature: page selection for printing. Create
8784 raw-text-unix coding system for XEmacs. Doc fix.
8785 (ps-print-version): New version number (5.2.3).
8786 (ps-plot-region): Bug fix.
8787 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
8788 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
8789 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
8790 funs.
8791 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
8792 (ps-last-page): New vars.
8793
16ed8416
GM
87942000-06-21 Gerd Moellmann <gerd@gnu.org>
8795
8796 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
8797 empty option string.
8798
4fbee715
EZ
87992000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
8800
8801 * man.el (man): Doc fix.
8802
eaecfc94
KH
88032000-06-21 Kenichi Handa <handa@etl.go.jp>
8804
8805 * international/mule-cmds.el (set-language-info-alist): Docstring
8806 fixed.
8807
4a27bdfb
GM
88082000-06-20 Gerd Moellmann <gerd@gnu.org>
8809
8810 * version.el (emacs-version): Use ISO date format.
8811
8812 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
8813 instead of `M-backspace'.
8814
8815 * simple.el (turn-off-auto-fill): New function.
8816
8972fe79
SM
88172000-06-20 Stefan Monnier <monnier@cs.yale.edu>
8818
8819 * jit-lock.el (with-buffer-prepared-for-jit-lock):
8820 Renamed from with-buffer-prepared-for-font-lock and use
8821 inhibit-modification-hooks rather than setting *-change-functions.
8822 Update all functions to use the new name.
8823 (jit-lock-first-unfontify-pos): New semantics (and doc).
8824 (jit-lock-mode): Make non-interactive.
8825 Don't automatically turn on font-lock.
8826 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
8827 Always use jit-lock-after-change.
8828 Remove and restore font-lock-after-change-function.
8829 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
8830 (jit-lock-after-unfontify-buffer): Remove.
8831 (jit-lock-stealth-fontify):
8832 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
8833 (jit-lock-after-change): Set the `fontified' text-prop to nil.
8834
5d80cc9c
SS
88352000-06-20 Sam Steingold <sds@gnu.org>
8836
8837 * emacs-lisp/cl-indent.el (toplevel): Indent
8838 `print-unreadable-object' properly. Untabify.
8839
f54e4d13
CD
88402000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
8841
8842 * textmodes/reftex.el (reftex-find-citation-regexp-format):
8843 Support for bibentry.
8844 (reftex-compile-variables): Fixed problem with end of section-re.
8845
8846 * texmodes/reftex-dcr.el (reftex-view-crossref,
8972fe79
SM
8847 reftex-view-crossref-from-bibtex):
8848 Deal with changed `reftex-find-citation-regexp-format'.
f54e4d13
CD
8849 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
8850 Replaced `remprop' with `put'.
8972fe79
SM
8851 (reftex-view-crossref, reftex-view-crossref-when-idle):
8852 Support for bibentry.
f54e4d13 8853
8972fe79
SM
8854 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
8855 New entry for bibentry package.
f54e4d13 8856
8972fe79
SM
8857 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
8858 Regexp also matches "\nobibliography".
f54e4d13 8859
8972fe79
SM
8860 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
8861 Call `reftex-ensure-write-access' before doing anything.
f54e4d13
CD
8862 (reftex-ensure-write-access): New function.
8863
f54e4d13
CD
88642000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
8865
8866 * progmodes/idlwave.el: File re-installed (update to version 4.2)
8867
8868 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
8869
8870 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
8871
8872 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
8873
8874
560c43f4
DL
88752000-06-20 Dave Love <fx@gnu.org>
8876
8877 * faces.el (frame-background-mode): Use set-default, not set, in
8878 setter.
8879 (frame-update-faces, frame-update-face-colors): Define with
8880 defalias.
8881
8882 * enriched.el (enriched-decode-foreground)
8883 (enriched-decode-background): Don't use internal-find-face.
8884
8885 * apropos.el: Doc fixes.
8886
8887 * cus-edit.el (customize-changed-options): Check arg.
8888 (customize-version-lessp): Don't require decimal point.
8889
8890 * custom.el (defcustom, defgroup): Doc fix.
8891
8892 * newcomment.el (comment) <defgroup>: Add :version.
8893 (comment-multi-line): Doc fix.
8894
8895 * emulation/mlsupport.el (define-hooked-local-abbrev,
8896 define-hooked-global-abbrev): Fix, using define-abbrev.
8897
cdf0357b
GM
88982000-06-19 Gerd Moellmann <gerd@gnu.org>
8899
8900 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
8901 the whole buffer.
8902
10013d74
DL
89032000-06-19 Dave Love <fx@gnu.org>
8904
8905 * menu-bar.el (menu-bar-options-save): New function.
8906 (menu-bar-options-menu): Use it.
8907 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
8908 Simplify.
8909
6922f208
AS
89102000-06-19 Andreas Schwab <schwab@suse.de>
8911
8912 * progmodes/etags.el (tags-query-replace): Put new parameters
8913 START and END at the end, for backward compatibility.
8914
10d7bf84
KH
89152000-06-19 Kenichi Handa <handa@etl.go.jp>
8916
8917 * international/codepage.el:
8918 (cp-coding-system-for-codepage-1): Delete special codes for
8919 generating xxx-dos coding system because now a CCL based coding
8920 system can handle EOL conversion by default.
8921
8922 * international/mule.el (make-coding-system): Generate subsidiary
8923 coding systems for EOL handling variants even for a CCL based
8924 coding system.
8925
8f3c9a3d
KH
89262000-06-19 Kenichi Handa <handa@etl.go.jp>
8927
8928 * international/isearch-x.el (isearch-minibuffer-input-method)
8929 (isearch-minibuffer-input-method-function): These variables
8930 deleted.
8931 (isearch-with-input-method): Don't use the above variables.
8932 (isearch-process-search-multibyte-characters): Likewise. Call
8933 read-string with the arg INHERIT-INPUT-METHOD t.
8934
c2acf685
SM
89352000-06-17 Stefan Monnier <monnier@cs.yale.edu>
8936
13f0d185
SM
8937 * font-lock.el (font-lock-after-fontify-buffer)
8938 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
8939
8940 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
8941 Use consistent make-local-variable style for font-lock-fontified.
8942 (jit-lock-fontify-buffer):
8943 Don't bother checking for font-lock-mode and jit-lock-mode.
8944
c2acf685
SM
8945 * time.el: Remove trailing ^M that prevent CVS-merging.
8946
a9021acd
GM
89472000-06-16 Gerd Moellmann <gerd@gnu.org>
8948
8949 * Makefile.in (distclean): New target.
5d80cc9c 8950
0df68e9f
SM
89512000-06-16 Stefan Monnier <monnier@cs.yale.edu>
8952
8953 * Makefile.in (srcdir): Define for update-subdirs.
8954
6344985d
GM
89552000-06-16 Gerd Moellmann <gerd@gnu.org>
8956
8957 * find-lisp.el: New file.
8958
63239267
AI
89592000-06-16 Andrew Innes <andrewi@gnu.org>
8960
8961 * time.el (display-time-mail-function): New variable, to allow
8962 external packages to indicate when new mail is available.
8963 (display-time-update): Use it.
8964
1699f991
KH
89652000-06-16 Kenichi Handa <handa@etl.go.jp>
8966
a3b37893
KH
8967 * international/mule.el (mule-version): Change version name to
8968 SAKAKI. AOI has already been used by Meadow.
8969
1699f991
KH
8970 * international/quail.el (quail-show-guidance-buf): To find the
8971 bottom window (but minibuffer), pay attention to the height of
8972 minibuffer.
8973
228b083e
EZ
89742000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
8975
7d5c8691
EZ
8976 * arc-mode.el (archive-mode-map): Use the new menu-item format for
8977 menu-bar menus. Add help strings. Don't remove the Edit menu
8978 from the menu bar, as the menu bar has enough space now.
8979
261f3289
EZ
8980 * Makefile.in (SHELL): Make sure /bin/sh is used.
8981
228b083e
EZ
8982 * woman.el (woman-man-buffer): Fix bold and underlined CJK
8983 characters, which use series of two ^H characters instead of one.
8984
e27e8d71
GM
89852000-06-15 Gerd Moellmann <gerd@gnu.org>
8986
5d80cc9c 8987 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
451ec4e3 8988 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
5d80cc9c 8989 functions.
451ec4e3
GM
8990 (Info-find-node-2): Try a case-sensitive search first, then
8991 do a case-insensitive search.
8992
8993 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
8994 tutorials.
8995
b675095c
GM
8996 * complete.el (PC-env-vars-alist): New variable.
8997 (PC-complete-as-file-name): New function.
8998 (partial-completion-mode): Initialize PC-env-vars-alist from
8999 process-environment.
9000 (PC-do-completion): Handle completion of env vars.
9001
9002 * info.el (Info-set-mode-line): Show file name in mode line,
9003 use `*Info*' instead of `Info:'.
9004
e27e8d71
GM
9005 * startup.el (command-line-1): Change copyright messages to year
9006 2000.
9007
28223a7e
DL
90082000-06-15 Dave Love <fx@gnu.org>
9009
9010 * net/goto-addr.el (goto-address-fontify): Use keymap property,
9011 not local-map.
9012
32684631
KH
90132000-06-15 Kenichi Handa <handa@etl.go.jp>
9014
9015 * international/mule.el (set-buffer-file-coding-system): Almost
9016 rewritten to handle `undecided' as no-op.
9017
9f817ea4
GM
90182000-06-14 Gerd Moellmann <gerd@gnu.org>
9019
e27e8d71 9020 * Makefile.in: New file.
dce6b995
GM
9021
9022 * Makefile: Removed.
9023
9f817ea4
GM
9024 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
9025 (goto-address-highlight-keymap): Bind C-c RET.
9026
2de33f94
KH
90272000-06-14 Kenichi Handa <handa@etl.go.jp>
9028
bbf1e8a5
KH
9029 * mail/sendmail.el (sendmail-send-it): The temporary buffer
9030 inherits buffer-file-coding-system of the current buffer.
725a6897 9031
02891cc3
KH
9032 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
9033 0. Give correct argument to set-auto-coding-function.
9034 (tar-expunge): For goto-char, use (point-min), not 0.
9035 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
9036 (tar-subfile-save-buffer): Likewize.
9037
2de33f94
KH
9038 * international/mule.el
9039 (after-insert-file-set-buffer-file-coding-system): Call
9040 set-buffer-file-coding-system with the arg FORCE t.
9041
1681ead6
GM
90422000-06-13 Gerd Moellmann <gerd@gnu.org>
9043
9044 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
9045 nil. Contemporary sendmails issue an X-Authentication-Warning if
b675095c 9046 the sender is set with `-f'.
1681ead6 9047
fdf4b680
DL
90482000-06-13 Dave Love <fx@gnu.org>
9049
9c50afce
DL
9050 * help.el (describe-function-1): Kluge around cases of functions
9051 fset to subrs whose doc doesn't match their symbol-name.
9052
0ad550ba 9053 * image.el (insert-image): Default STRING to a space.
f290ca08 9054
fdf4b680 9055 * info.el Doc fixes.
5d80cc9c 9056 (Info-build-node-completions): Match Ref tags.
fdf4b680 9057
9b6610db
EZ
90582000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
9059
a704139d
EZ
9060 * frame.el (display-multi-frame-p, display-multi-font-p): New
9061 defaliases for display-graphic-p.
9062
9b6610db
EZ
9063 * hl-line.el: Fixed a typo in commentary.
9064
7a5ea398
KH
90652000-06-13 Kenichi Handa <handa@etl.go.jp>
9066
9067 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
9068 fixed.
9069
0dc91c57
DL
90702000-06-12 Dave Love <fx@gnu.org>
9071
9072 * image.el (insert-image): Save a little consing.
9073
0bd5914b
KH
90742000-06-12 Kenichi Handa <handa@etl.go.jp>
9075
9076 * language/tibet-util.el: Convert all tibetan-1-column characters
9077 to the corresponding tibetan characters.
9078 (tibetan-add-components): Delete code for the special treatment of
9079 'a chung.
9080
9081 * language/tibetan.el (tibetan-composable-pattern): Fix previous
9082 change.
9083 (tibetan-vowel-transcription-alist): More rules added.
9084 (tibetan-composite-vowel-alist): New variable.
9085 (tibetan-precomposition-rule-alist): More rules added.
9086
6dc7d3d5
SM
90872000-06-12 Stefan Monnier <monnier@cs.yale.edu>
9088
9c04c393
SM
9089 * startup.el (command-line): Only call menu-bar-mode if interactive.
9090
9091 * thingatpt.el (toplevel symbol-properties):
9092 * textmodes/makeinfo.el (makeinfo-compile):
9093 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
5d80cc9c 9094 * progmodes/hideif.el (hif-compress-define-list)
9c04c393 9095 (hide-ifdef-use-define-alist):
5d80cc9c 9096 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
9c04c393
SM
9097 (ange-ftp-vms-add-file-entry):
9098 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
9099 * man.el (Man-build-man-command):
9100 * mail/rnewspost.el (news-reply-header-hook):
9101 * info.el (Info-insert-dir):
9102 * emulation/mlconvert.el (backward-word, forward-word, setq):
9103 * emacs-lisp/gulp.el (gulp-send-requests):
5d80cc9c
SS
9104 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
9105 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
9c04c393
SM
9106 (byte-optimize-apply, end of file):
9107 * emacs-lisp/advice.el (ad-advice-class-completion-table)
9108 (ad-make-freeze-definition):
9109 * startup.el (command-line, command-line-1): Don't quote lambdas.
9110
6dc7d3d5
SM
9111 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
9112 (cvs-cleanup-removed): New function.
9113 (cvs-cleanup-functions): New var.
9114 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
9115 some flexibility in specifying additional entries to auto-cleanup.
9116 (cvs-quickdir): New function.
9117 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
9118 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
9119 (cvs-mode-find-file): Check that we are on a filename or dirname
9120 when invoked through a mouse-click.
9121 (cvs-full-path): Remove.
9122 (cvs-dired-action): Re-introduced.
9123 (cvs-dired-noselect): Use it.
9124 (vc-post-command-functions): use this new hook if available.
9125
9126 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
9127 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
9128 (cvs-filename-map, cvs-dirname-map): Remove.
9129 (cvs-default-action): Remove.
9130 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
9131 if the arg is really a keymap.
9132 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
9133 Don't hardcode the mapping from state (aka type) to face, but check
9134 the var cvs-fi-<type>-face instead.
9135 (cvs-fileinfo-from-entries): New function.
9136
9137 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
9138 Docstring fix.
9139 (cvs-find-file-and-jump): Change default to be safer.
9140 (cvs-mode-diff-map): Define it as a function as well.
9141 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
9142 Bind mouse-2 in this global map rather than with text-properties.
9143
9144 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
9145 file to resolve the ambiguity between C(conflict) and C(need-merge).
9146
5050a2ef
KH
91472000-06-12 Kenichi Handa <handa@etl.go.jp>
9148
9149 * international/mule.el (set-buffer-file-coding-system): If
9150 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
9151 unconditionally.
9152
35a7ac84
DL
91532000-06-12 Dave Love <fx@gnu.org>
9154
9155 * wid-edit.el (widget-specify-button): Really suppress the face if
9156 required.
9157
db8eeecd
GM
91582000-06-11 Gerd Moellmann <gerd@gnu.org>
9159
9160 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
9161
70223ca4
SM
91622000-06-11 Stefan Monnier <monnier@cs.yale.edu>
9163
9164 * imenu.el (imenu-generic-expression): Docstring fix.
9165
9166 * composite.el (composition-function-table): Move the `put'
9167 below the autoload cookie so we can load the file before loaddefs.
9168
9169 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
9170
9171 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
9172 Handle easy-mmode-define-global-mode.
9173 For complex macros like define-minor-mode that can generate
9174 several autoload entries, try to autoload entries in the
9175 macroexpanded code.
9176
9177 * emacs-lisp/easy-mmode.el (define-minor-mode):
9178 If KEYMAP is a symbol, just use it.
9179 Use byte-compile-current-file and load-file-name to infer the
9180 proper :require to pass to defcustom.
9181 Wrap the hook var into `progn' so as not to autoload it.
9182 Add a :autoload-end cookie.
9183 Be more careful about the evaluation of KEYMAP.
9184 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
9185 (define-derived-mode): Move define-abbrev-table outside of defvar.
9186
91872000-06-10 Stefan Monnier <monnier@cs.yale.edu>
9188
9189 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
9190 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
9191 (backup-compiled-files): Ignore errors during `tar'.
9192 (bootstrap): Make autoloads before elc files.
9193
9c53b34e
KH
91942000-06-10 Kenichi Handa <handa@etl.go.jp>
9195
9196 * international/mule.el (set-buffer-file-coding-system): If one of
5d80cc9c 9197 undecided-XXX is specified, change only EOL conversion.
9c53b34e
KH
9198
9199 * international/mule-conf.el (unix): New alias for the coding
9200 system undecided-unix.
9201
22ddd299
DL
92022000-06-09 Dave Love <fx@gnu.org>
9203
5ee42746
DL
9204 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
9205
70223ca4 9206 * progmodes/executable.el: Byte compile dynamic.
22ddd299
DL
9207 (executable-insert): Change custom type.
9208 (executable-find): Add autoload cookie.
cc7e1d18
DL
9209 (executable-make-buffer-file-executable-if-script-p): New
9210 function. After Noah Friedman.
22ddd299
DL
9211
9212 * files.el (after-save-hook): Customize, with
cc7e1d18 9213 executable-make-buffer-file-executable-if-script-p as an option.
22ddd299 9214
41ea3794
KH
92152000-06-09 Kenichi Handa <handa@etl.go.jp>
9216
f89437e3
KH
9217 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
9218 "tib24p-mule.bdf" for Tibetan.
9219
7a4ee259
KH
9220 * composite.el (decompose-composite-char): Declare it as obsolete.
9221
ff6a65c2
KH
9222 * man.el (Man-fontify-manpage): Pay attention to underline and
9223 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
41ea3794 9224
f83fe4b4
GM
92252000-06-08 Gerd Moellmann <gerd@gnu.org>
9226
9227 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
9228 Set maintainer to FSF since author isn't reachable.
9229
e56d7900
DL
92302000-06-08 Dave Love <fx@gnu.org>
9231
9232 * international/mule-cmds.el (select-safe-coding-system): If
9233 DEFAULT-CODING-SYSTEM is not specified, also check the most
9234 preferred coding-system if buffer-file-coding-system is
9235 `undecided'. From Handa.
9236
d3981b49
KH
92372000-06-08 Kenichi Handa <handa@etl.go.jp>
9238
9239 * international/mule.el
9240 (after-insert-file-set-buffer-file-coding-system): If the buffer
9241 size is greater than INSERTED, judget that we are not visiting.
9242
bff71087
RV
92432000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
9244
9245 * whitespace.el (defgroup whitespace): Comment out `:version'.
9246 XEmacs 20.4 has problems defining the group with this present.
9247 We'll have this commented out till get resolve the problem.
9248
fd9ac94c
GM
92492000-06-07 John Wiegley <johnw@gnu.org>
9250
9251 * align.el (align-dq-string-modes, align-sq-string-modes)
9252 (align-open-comment-modes): Add pyhton-mode.
9253 (align-rules-list): Use get-text-property instead of
9254 text-properties-at.
9255 (align-rules-list): Add python-assignment.
9256 (align-rules-list): Change perl-comma-delimiter to
9257 basic-comma-delimiter. Use if for Perl modes and python-mode.
9258 (align-rules-list): Add python-chain-logic and
9259 basic-line-continuation.
45f485a6
GM
9260
92612000-06-07 Jari Aalto <jari.aalto@poboxes.com>
9262
9263 * apropos.el (apropos-mode-hook): New user variable.
9264 (apropos-mode): Run apropos-mode-hook.
bff71087 9265
45f485a6
GM
92662000-06-07 David Ponce <david@dponce.com>
9267
9268 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
9269 commands. Require `wid-edit' at run-time.
9270
92712000-06-07 David Ponce <david@dponce.com>
9272
9273 * recentf.el: Added some "Commentary".
9274 (recentf-open-more-files, recentf-edit-list): Minor changes to
9275 move the point at the top of the file list. This behaviour is
9276 consistent with the menu one when the list contains a lot of
9277 files.
9278 (recentf-cleanup): Now displays the number of items removed from
9279 the list.
9280 (recentf-relative-filter) New menu filter to show filenames
9281 relative to `default-directory'.
bff71087 9282
45f485a6
GM
92832000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9284
9285 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
9286 with/without giving an error if PostScript printer doesn't have this
9287 kind of page size. Zebra Stripe continues or restarts on next page.
9288 Manual/automatic paper feeding. Switch or not the header.
9289 (ps-print-version): New version number (5.2.2).
9290 (ps-windows-system): Include emx as a Windows system.
9291 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
9292 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
9293 (ps-background-text): Code fix.
9294 (ps-error-handler-message, ps-user-defined-prologue)
9295 (ps-print-prologue-header, ps-printer-name)
9296 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
9297 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
9298 (ps-use-face-background): Customization fix.
9299 (ps-n-up-database): Data fix.
9300 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
9301 (ps-switch-header): New vars.
9302 (ps-xemacs-color-name, ps-face-foreground-name)
9303 (ps-face-background-name, ps-boolean-constant): New funs.
9304
c14dcd22
DL
93052000-06-07 Dave Love <fx@gnu.org>
9306
9307 * allout.el: New version from Manheimer.
9308
e4044bb0
KH
93092000-06-07 Kenichi Handa <handa@etl.go.jp>
9310
9311 * textmodes/fill.el (fill-find-break-point): Check the validity of
9312 charset.
9313
59cfe8b9
KF
93142000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9315
9316 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9317 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
9318 Call display-color-p and display-mouse-p instead of looking at
9319 window-system.
9320
bb2337f5
DL
93212000-06-06 Dave Love <fx@gnu.org>
9322
9323 * image.el (find-image): Doc fix. Return nil if image not found.
9324 (put-image, insert-image): Make STRING arg optional.
9325
8e624fa2
KH
93262000-06-06 Kenichi Handa <handa@etl.go.jp>
9327
9328 * language/vietnamese.el: Remove eval-when-compile.
9329 (viet-viscii-nonascii-translation-table): Define it as a
9330 translation table made from viet-viscii-decode-table.
9331 (viet-viscii-encode-table): Define it as a translation table made
9332 from the reverse map of above.
9333 (viet-vscii-nonascii-translation-table): Define it as a
9334 translation table made from viet-vscii-decode-table.
9335 (viet-vscii-encode-table): Define it as a translation table made
9336 from the reverse map of above.
9337 (ccl-decode-viscii): Use translate-character.
9338 (ccl-encode-viscii, ccl-encode-viscii-font)
9339 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
9340 Likewize.
bff71087 9341
8e624fa2
KH
9342 * language/cyrillic.el: Remove eval-when-compile.
9343 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
9344 translation table made from cyrillic-koi8-r-decode-table.
9345 (cyrillic-koi8-r-encode-table): Define it as a translation table
9346 made from the reverse map of above.
9347 (ccl-decode-koi8): Use translate-character.
9348 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
9349 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
9350 a translation table made from cyrillic-alternativnyj-decode-table.
9351 (cyrillic-alternativnyj-encode-table): Define it as a translation
9352 table made from the reverse map of above.
9353 (ccl-decode-alternativnyj): Use translate-character.
9354 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
9355 Likewize
9356
9357 * international/mule-diag.el (non-iso-charset-alist): Specify
9358 translation table symbol instead of translation table itself.
9359 (list-block-of-chars): CHARSET may be a translation table symbol.
9360
9361 * international/mule.el (make-coding-system): If CODING-SYSTEM
9362 already exists, override it.
9363
9364 * international/fontset.el: Use family `proportional' for Tibetan
9365 fonts.
9366
9367 * international/ccl.el (ccl-compile-translate-character): Don't
9368 check if Rrr has property translation-table.
9369 (ccl-compile-map-multiple): Modified to avoid compiler warning.
9370
1969fae2
GM
93712000-06-05 Gerd Moellmann <gerd@gnu.org>
9372
9373 * info.el: Bind case-fold-search to t when searching in case
9374 a user sets it to nil in a hook.
9375
d5b037c5
SM
93762000-06-05 Stefan Monnier <monnier@cs.yale.edu>
9377
d3d02e65
SM
9378 * autoarg.el (autoarg-mode, autoarg-kp-mode):
9379 * hl-line.el (hl-line-mode): Use the new :global key argument.
9380
9381 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
9382 (tar-clip-time-string): Prepend a space.
9383 (tar-grind-file-mode): Construct a string rather than modifying one.
9384 (tar-header-block-summarize): Fix docstring.
9385 Use `format' rather than an error-prone set of copy-loops.
9386
9387 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
9388 (diff-goto-source, diff-unified->context, diff-context->unified)
9389 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
9390 understand the format output by the `-p' argument to diff.
9391
bff71087 9392 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
d3d02e65
SM
9393 (sh-re-done): Use defconst.
9394 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
9395 (sh-help-string-for-variable, sh-guess-basic-offset):
9396 Don't quote lambdas.
9397 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
9398 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
9399
f7c4478f
SM
9400 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
9401 (mh-letter-mode): Derive from text-mode.
9402 This implicitly means that it now calls kill-all-local-variables.
9403 Also remove the Emacs-18 compatibility code.
9404
a8add29d
SM
9405 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
9406 Make use of symbol-property doc-string-elt.
9407 Use memq rather than a sequence of eq.
9408 (doc-string-elt): Fix the wrong or missing previously unused values.
9409 (autoload-print-form): New function extracted from
9410 generate-file-autoloads to allow recursion when handling progn
9411 so that defvar's and defun's docstrings are properly printed.
9412 (generate-file-autoloads): Use it.
9413
d5b037c5
SM
9414 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
9415 Use find-file-hooks in the minor-mode function.
9416 Be careful not to loop indefinitely in the post-command-hook function.
9417
560ef11a 94182000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
bff71087 9419
1969fae2 9420 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
560ef11a 9421 tty's.
1969fae2 9422 * ediff-diff.el (ediff-exec-process): Use --binary for fine
d5b037c5 9423 differences whenever appropriate.
1969fae2
GM
9424 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
9425 * viper.el (find-file, find-file-other-window): Get viper to do
bff71087
RV
9426 wildcards.
9427
b5bbbb76
SM
94282000-06-04 Stefan Monnier <monnier@cs.yale.edu>
9429
d5b037c5
SM
9430 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
9431 (jit-lock-fontify-buffer): New function for JIT refontification.
9432 (jit-lock-mode): Fix docstring.
9433 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
9434 Remove jit-lock-after-change from the _local_ hook.
9435 (jit-lock-function-1): Fix docstring.
9436
9437 * info.el (Info-on-current-buffer): Initialize info.
9438
9439 * newcomment.el (comment-indent): Ignore comment-indent-hook.
9440
9441 * progmodes/tcl.el (tcl-indent-for-comment):
9442 Ignore comment-indent-hook.
9443
9444 * emacs-lisp/easy-mmode.el: Require CL during compilation.
9445 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
b5bbbb76
SM
9446 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
9447 and improve to use the lighter to guess the capitalization.
9448 (define-minor-mode): Inline code from easy-mmode-define-toggle.
9449 Add keyword arguments to specify global-ness or the custom group.
9450 Add local-map and help-echo properties to the lighter.
9451 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
d5b037c5 9452 (easy-mmode-define-global-mode): New macro.
b5bbbb76 9453
bfa6c260
DL
94542000-06-02 Dave Love <fx@gnu.org>
9455
9456 * wid-edit.el: byte-compile-dynamic since we typically don't use
9457 all the widgets. Don't require cl or widget. Remove
9458 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
9459 (widget-read-event): Removed. Callers changed to use read-event.
9460 (widget-button-release-event-p): Renamed from
9461 button-release-event-p.
9462 (widget-field-add-space, widget-field-use-before-change):
9463 Uncustomize.
9464 (widget-specify-field): Use keymap property, not local-map.
9465 (widget-specify-button): Obey :suppress-face.
9466 (widget-specify-insert): Use modern backquote syntax.
9467 (widget-image-directory): Renamed from widget-glyph-directory.
9468 (widget-image-enable): Renamed from widget-glyph-enable.
9469 (widget-image-find): Replaces widget-glyph-find.
9470 (widget-button-pressed-face): Move defvar.
9471 (widget-image-insert): Replaces widget-glyph-insert.
9472 (widget-convert): Use keywordp.
9473 (widget-leave-text, widget-children-value-delete): Use mapc.
9474 (widget-keymap): Remove XEmacs stuff.
b5bbbb76 9475 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
bfa6c260
DL
9476 (widget-button-click): Don't set point at the click, but re-centre
9477 if we scroll out of window. Rewritten for images v. glyphs &c.
9478 (widget-tabable-at): Use POS arg, not point.
9479 (widget-beginning-of-line, widget-end-of-line)
9480 (widget-item-value-create, widget-sublist, widget-princ-to-string)
9481 (widget-sexp-prompt-value, widget-echo-help): Simplify.
9482 (widget-default-create): Use widget-image-insert; some rewriting.
9483 (widget-visibility-value-create)
9484 (widget-push-button-value-create, widget-toggle-value-create): Use
9485 widget-image-insert.
9486 (checkbox): Create on and off images dynamically.
9487 (documentation-link): Change :help-echo.
9488 (widget-documentation-link-echo-help): Remove.
9489
3837de12
SM
94902000-06-02 Stefan Monnier <monnier@cs.yale.edu>
9491
9492 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
9493
9494 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
9495 (easy-mmode-define-toggle, define-minor-mode): Use it.
9496 (easy-mmode-define-keymap): Docstring fix.
9497 (define-derived-mode): Default PARENT to fundamental-mode.
9498 Add the derived-mode-parent symbol-property.
9499 (easy-mmode-derived-mode-p): New function.
9500
90aa4ea8
DL
95012000-06-02 Dave Love <fx@gnu.org>
9502
37193ee6
DL
9503 * files.el (convert-standard-filename): Doc fix.
9504 (normal-backup-enable-predicate): New function.
9505 (backup-enable-predicate): Use it to replace the lambda form.
9506
9507 * calendar/todo-mode.el: [This needs more work on the outline
9508 stuff.] Doc fixes.
9509 (todo) <defgroup>: Add :version.
9510 (todo-add-category): Don't use pushnew.
9511 (todo-cmd-raise): Fix typo.
9512 (todo-top-priorities): Change temp buffer name.
9513 (todo-category-alist): Avoid redundant lambda.
3837de12
SM
9514 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
9515 Use outline-next-heading.
37193ee6 9516
90aa4ea8
DL
9517 * autoarg.el: Rewritten to use define-minor-mode.
9518 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
9519 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
9520
2e54623a
KH
95212000-06-02 Kenichi Handa <handa@etl.go.jp>
9522
9523 * isearch.el (isearch-other-meta-char): Fix previous change.
9524
c5def0db
SM
95252000-06-01 Stefan Monnier <monnier@cs.yale.edu>
9526
3837de12
SM
9527 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
9528 (log-edit-done): Only add the comment to the ring if it's different
9529 from the last comment entered.
9530
c5def0db
SM
9531 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
9532
2330c9d4
DL
95332000-06-01 Dave Love <fx@gnu.org>
9534
9535 * hl-line.el: Rewritten using define-minor-mode.
9536
9537 * help.el (describe-function-1): Distinguish special form from
9538 builtin function. Sanity-check presence of arglist for builtins.
9539
6e5dfc31
KH
95402000-06-01 Kenichi Handa <handa@etl.go.jp>
9541
4dc1225b
KH
9542 * international/characters.el: Fix syntax/category setting of
9543 Tibetan characters.
9544
9545 * language/tibet-util.el (tibetan-add-components): Fixes for new
9546 encoding of Tibetan characters.
9547 (tibetan-decompose-precomposition-alist): New variable.
9548 (tibetan-decompose-region): Convert precomposed characters to
9549 non-precomposed characters.
9550 (tibetan-decompose-string): Likewise.
9551 (tibetan-composition-function): Fix args to
9552 thibetan-compose-string.
9553
9554 * language/tibetan.el (tibetan-composable-pattern): More
9555 characters included.
9556 (tibetan-consonant-transcription-alist): Rule for "R" added.
9557 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
9558 "+R" added.
9559 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
9560
eadef5e6
KH
9561 * language/lao-util.el (lao-composition-function): Fix args to
9562 compose-string.
9563
9564 * language/thai-util.el (thai-composition-function): Fix args to
9565 compose-string.
9566
6e5dfc31 9567 * isearch.el (isearch-update): Set disable-point-adjustment to t
6389e4ab
KH
9568 to prevent the point moving to the end of a composition when a
9569 part of a composition is searched.
6e5dfc31
KH
9570 (isearch-other-meta-char): If the key invoking this command can be
9571 mapped by function-key-map to a printing char, call
9572 isearch-process-search-char directly.
9573
2598a293
SM
95742000-06-01 Stefan Monnier <monnier@cs.yale.edu>
9575
9576 * emacs-lisp/bytecomp.el:
9577 * frame.el:
9578 * international/mule-cmds.el:
9579 * international/mule-util.el:
9580 * international/mule.el:
9581 * mouse.el:
9582 * subr.el:
9583 * faces.el: Update calls to make-obsolete with a WHEN argument.
9584
9585 * byte-run.el (make-obsolete, make-obsolete-variable):
9586 Add an optional WHEN argument and change the format of the
bff71087 9587 symbol-property information.
2598a293
SM
9588 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
9589 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
9590 new obsolete-symbol-property format and print WHEN if it is provided.
9591
28d8dff1
DL
95922000-05-31 Dave Love <fx@gnu.org>
9593
9594 * loadhist.el (loadhist-hook-functions): Remove
9595 before-change-function, after-change-function.
9596 (unload-feature): Deal with symbols which are both bound and
9597 fbound.
9598
9599 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
9600 before-change-function, after-change-function.
9601
9602 * simple.el (newline): Don't bind before-change-function,
9603 after-change-function.
9604
7f565d87
RV
96052000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
9606
9607 * whitespace.el (whitespace-rescan-timer-time): Update interval
9608 set to 600 seconds (10 minutes) instead of 60 seconds since
9609 a large number of whitespace buffers causes emacs to `freeze'
9610 for a considerable amount of time.
9611
bff71087 9612 * whitespace.el: Updated email address
7f565d87 9613
a8d693d8
DL
96142000-05-31 Dave Love <fx@gnu.org>
9615
9616 * add-log.el (change-log-font-lock-keywords) <function>: Add
9617 pattern for function of change.
9618 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
9619 acknowledgements patterns.
9620
a50192e7
KH
96212000-05-31 Kenichi Handa <handa@etl.go.jp>
9622
9623 * isearch.el (isearch-printing-char): If keyboard coding system is
9624 being used, call isearch-process-search-multibyte-characters.
9625
9626 * international/isearch-x.el: Mostly rewritten.
9627
9628 * international/quail.el (quail-start-conversion): Don't include
9629 unhandled events in the returned events, but set them in
9630 unread-command-events. Exit if all inputs are deleted.
9631
7e492772
JR
96322000-05-30 Jason Rumney <jasonr@gnu.org>
9633
9634 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
9635
9636 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
9637 Reenable code to create initial fontsets.
9638 Use set-fontset-font in place of put-charset-property.
9639
10fc3187
GM
96402000-05-30 Gerd Moellmann <gerd@gnu.org>
9641
79148ea7
GM
9642 * progmodes/perl-mode.el (perl-indent-line): When looking for a
9643 label, ensure that the first colon isn't followed by another.
9644
9645 * paths.el (Info-default-directory-list): Doc fix.
9646
086d5b87
GM
9647 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
9648 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
9649 send a query containing USER only, not USER@HOST.
9650
10fc3187
GM
9651 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
9652 and rmail-msgend to compute the restriction at the end, instead of
9653 computing it.
9654
49e70dec
GM
96552000-05-29 Gerd Moellmann <gerd@gnu.org>
9656
66254a13
GM
9657 * dabbrev.el (dabbrev-expand): Don't display messages in the
9658 echo area if the minibuffer window is active.
9659
49e70dec
GM
9660 * jit-lock.el (jit-lock-mode): Add after change function to
9661 local hook.
9662
96632000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
9664
9665 * antlr-mode.el: New commands: hide/unhide actions,
9666 upcase/downcase literals.
9667 (antlr-tiny-action-length): New user option.
9668 (antlr-hide-actions): New command. Suggested by
9669 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
7f565d87 9670 (antlr-mode-map): New binding [C-c C-v].
49e70dec
GM
9671 (antlr-mode-menu): New entries.
9672 (antlr-downcase-literals): New command.
9673 (antlr-upcase-literals): Ditto.
9674
9675 * antlr-mode.el: Minor changes: indendation, mode-name.
9676 (antlr-indent-line): Indent cpp directive at column 0.
9677 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
9678
9679 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
9680 (antlr-font-lock-additional-keywords): Workaround for intentional
9681 bug in XEmacs version of font-lock.
9682 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
9683 be used by a smarter version of `buffers-menu-grouping-function'.
9684
96852000-05-29 Gerd Moellmann <gerd@gnu.org>
9686
9687 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
9688 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
9689
49f93684
KH
96902000-05-29 Kenichi Handa <handa@etl.go.jp>
9691
9692 * international/encoded-kb.el
9693 (encoded-kbd-iso2022-designation-map): Pay attention to that
9694 charset-iso-final-char return -1 for eight-bit-control and
9695 eight-bit-graphic.
9696
5b1ae051
EZ
96972000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
9698
9699 * speedbar.el (speedbar-use-images, speedbar-update-flag)
9700 (speedbar-easymenu-definition-base): Use display-graphic-p where
9701 available, instead of window-system.
9702
a205e32a
EZ
97032000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
9704
9705 * international/codepage.el (cp-coding-system-for-codepage-1): Add
9706 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
9707 coding systems.
9708
dd854dc2
DL
97092000-05-26 Dave Love <fx@gnu.org>
9710
c88a85d5
DL
9711 * disp-table.el (standard-display-underline): Don't use
9712 internal-find-face.
9713
dd854dc2
DL
9714 * mail/reporter.el: Maintainer change. Doc fixes.
9715 (reporter-version): Deleted.
9716
9717 * emacs-lisp/elp.el: Maintainer change.
9718 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
9719
dc29aa6c
SM
97202000-05-26 Stefan Monnier <monnier@cs.yale.edu>
9721
9722 * add-log.el (add-change-log-entry): Merge the current entry with the
9723 previous one if the previous one is empty.
9724
ed62683d
DL
97252000-05-26 Dave Love <fx@gnu.org>
9726
4370a375
DL
9727 * loadhist.el (unload-feature): Fix interactive spec [from
9728 lijnzaad@ebi.ac.uk].
9729
ed62683d
DL
9730 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
9731 subr-arity to check primitives.
9732 (byte-compile-flush-pending, byte-compile-file-form-progn)
9733 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
9734 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
9735 mapcar.
9736
ba9f8f95
KH
97372000-05-26 Kenichi Handa <handa@etl.go.jp>
9738
0f3e0672
KH
9739 * international/fontset.el: Set family names of non-latin charsets
9740 in default fontset to "*".
9741
cebefb44
KH
9742 * international/mule-diag.el (print-fontset): Combine family part
9743 and registry part of the fontname by "-*-" instead of "-".
9744
ba9f8f95
KH
9745 * international/mule-cmds.el (encode-coding-char): Make strings
9746 multibyte before calling encode-coding-string.
9747
931d0724
SM
97482000-05-25 Stefan Monnier <monnier@cs.yale.edu>
9749
9750 * derived.el: Fix keywords.
8ccce2b0 9751 (define-derived-mode): Only define if needed.
931d0724
SM
9752
9753 * simple.el (fill-comment, comment-column, comment-start)
9754 (comment-start-skip, comment-end, comment-indent-function)
9755 (block-comment-start, block-comment-end, indent-for-comment)
9756 (set-comment-column, kill-comment, comment-padding, comment-region)
9757 (comment-multi-line, indent-new-comment-line): Remove.
9758
9759 * bindings.el (esc-map): Change ; to comment-dwim and use the new
9760 function names for comment operations.
9761
9762 * newcomment.el: Add abundant autoload cookies.
9763 (comment-style): Don't depend on runtime data at compile-time.
9764 (comment-indent-hook): Remove.
9765 (comment-indent): Check if comment-indent-hook is bound.
9766 (comment-region): Docstring fix.
9767
6fc596cf
DL
97682000-05-25 Dave Love <fx@gnu.org>
9769
9770 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
9771 byte-code-function-p.
9772
9773 * mail/rmailsum.el: Add provide.
9774
9775 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
9776
9777 * smerge-mode.el (smerge-diff-switches): Don't use list* in
9778 defcustom.
9779
7997f1ca 97802000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 9781
7997f1ca
MK
9782 * ediff-diff.el (ediff-exec-process): delete --binary option from
9783 non-buffer ediff jobs.
7f565d87 9784
e7a903e8
EZ
97852000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9786
9787 * hilit-chg.el (highlight-changes-mode): Ask about color or
9788 grayscale support, not about window-system.
9789
9790 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
9791 window-system.
9792 (ffap-highlight): Always default to t.
9793
9794 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
9795 display-popup-menus-p instead of looking at window-system.
9796
9797 * disp-table.el (standard-display-g1, standard-display-graphic):
9798 Only refuse to use string glyphs on X and MS-Windows.
9799
9800 * avoid.el: Remove window-system from commentary, suggest to use
9801 display-*-p instead.
9802
9803 * apropos.el (apropos-print): Use display-mouse-p instead of
9804 window-system.
9805
14028d57
EZ
98062000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9807
9808 * international/codepage.el (cp-decoding-vector-for-codepage):
9809 Fill up unsupported characters with their own codes. From Kenichi
9810 Handa.
9811
1a4f9cc1
EZ
98122000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9813
9814 * international/mule-diag.el (describe-char-after): Use
9815 display-graphic-p instead of window-system, so that this function
9816 works on MS-DOS.
9817
89f6ca4e
EZ
98182000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9819
9820 * international/codepage.el (cp-make-coding-systems-for-codepage):
9821 Remove the eight-bit-graphic and eight-bit-control charsets from
9822 the list of charsets which we convert into `?'.
9823
eacfd7fe
KH
98242000-05-25 Kenichi Handa <handa@etl.go.jp>
9825
9826 * international/mule-conf.el: Specify CHARSET-ID explicitely for
9827 private charsets.
9828 (mule-unicode-0100-24ff, japanese-jisx0213-1,
9829 japanese-jisx0213-2): New charsets.
9830
9831 * international/fontset.el: Setup default fontset for new charsets.
9832
deadf7e3
DL
98332000-05-24 Dave Love <fx@gnu.org>
9834
9835 * info.el (Info-find-node-2): Restructure [following "Vadim
9836 S. Solomin" <sovs@uic.nnov.ru>].
9837
9838 * icomplete.el: Fix header for Finder.
9839
98402000-05-24 Eric M. Ludlam <zappo@ultranet.com>
9841
9842 * rmailout.el (rmail-output-to-rmail-file): Added optional param
9843 STAY.
9844
9845 * rmail.el (rmail-automatic-folder-directives): New user variable.
9846 (rmail-show-message): Add call to `rmail-auto-file' during
9847 display.
9848 (rmail-auto-file): New function.
9849
6de3983f 98502000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 9851
fc6a6a4e 9852 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
6de3983f 9853 account.
fc6a6a4e
GM
9854 (ediff-test-utility,ediff-diff-mandatory-option)
9855 (ediff-reset-diff-options): Utilities for proper initialization of
6de3983f 9856 ediff-diff-options and ediff-diff3-options on Windows.
7f565d87 9857
fc6a6a4e 9858 * ediff-init.el (ediff-merge-filename-prefix): New customizable
6de3983f 9859 variable.
7f565d87 9860
fc6a6a4e 9861 * ediff-mult.el (ediff-filegroup-action): Use
6de3983f
MK
9862 ediff-merge-filename-prefix.
9863
fc290d1d
MK
98642000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
9865
fc6a6a4e 9866 * viper-ex.el (ex-write): Set selective display to nil.
7f565d87 9867
273182b8
EZ
98682000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
9869
9870 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
9871 aliases for hebrew-iso-8bit.
9872
f471ea57
EZ
98732000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
9874
9875 * woman.el: New version from Francis J. Wright
9876 <F.J.Wright@Maths.QMW.ac.uk>.
9877 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
9878 names in environment variables regardless of the path separator.
9879 (woman-topic-all-completions-1): Don't call file-name-directory-p
9880 on all files, since woman-file-regexp already filters out any
9881 directories.
9882
01162f24
KH
98832000-05-24 Kenichi Handa <handa@etl.go.jp>
9884
48e3df76
KH
9885 * international/quail.el (quail-start-translation): Don't change
9886 modified-p of the current buffer.
9887 (quail-start-conversion): Likewise.
9888
9889 * international/kkc.el (kkc-region): Don't change modified-p of
9890 the current buffer.
9891
747d90ea
KH
9892 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
9893 conform to RFC1468.
9894 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
01162f24 9895
17a223ff
EL
98962000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
9897
9898 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
9899 (speedbar-insert-button): Invisible text property fix.
9900 (speedbar-directory-plus): Renamed from speedbar-directory-+
9901 (speedbar-directory-minus): Renamed from speedbar-directory--
9902 (speedbar-page-plus): Renamed from speedbar-file-+
9903 (speedbar-page-minus): Renamed from speedbar-file--
9904 (speedbar-page): Renamed from speedbar-file-
9905 (speedbar-tag): Renamed from speedbar-tag-
9906 (speedbar-tag-plus): Renamed from speedbar-tag-+
9907 (speedbar-tag-minus): Renamed from speedbar-tag--
9908 (speedbar-expand-image-button-alist): Use above renames.
9909
9910 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
9911 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
9912 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
9913 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
9914 * sb-pg.xpm: Renamed from sb-file.xpm
9915 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
9916 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
7f565d87 9917
e6b6fc18
KH
99182000-05-24 Kenichi Handa <handa@etl.go.jp>
9919
9920 * international/quail.el (quail-show-guidance-buf): Set
9921 current-input-method of the guidance buffer to the name of the
9922 curren input method.
9923
a1a336eb
SM
99242000-05-23 Stefan Monnier <monnier@cs.yale.edu>
9925
9926 * progmodes/compile.el (compile-internal): Style typo.
9927
9928 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
9929 quote vars and functions in the docstring.
9930
9931 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
9932
9933 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
9934 Don't quote lambdas.
9935
9936 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
9937
9695b783
GM
99382000-05-23 Gerd Moellmann <gerd@gnu.org>
9939
716e3b88
GM
9940 * startup.el (command-line): Determine source file of compiled
9941 user init file differently. Warn if compiled user init file
9942 is older than its source file.
9943
9695b783 9944 * ffap.el (ffap-url-regexp): Add `https'.
7f565d87 9945
41ac433f
EZ
99462000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
9947
9948 * files.el (make-backup-file-name-1): Replace slashes with `!'
9949 rather than `|' (which is not allowed on Windows). Replace the
9950 drive letters with a string "drive_X".
9951
46600ab1
GM
99522000-05-23 Gerd Moellmann <gerd@gnu.org>
9953
9954 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
9955
9956 * files.el (interpreter-mode-alist): Add `bash2'.
9957
79a64d87
DL
99582000-05-22 Dave Love <fx@gnu.org>
9959
9960 * loadhist.el (feature-symbols, file-provides, file-requires): Use
9961 mapc.
9962 (feature-file): Avoid calling symbol-name. Doc fix.
9963 (file-set-intersect, file-dependents): Use dolist, not mapcar.
9964 (loadhist-hook-functions): Add mouse-position-function.
9965 (unload-feature): Change uses of mapcar.
9966
9967 * files.el (parse-colon-path): Doc fix.
9968 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
9969 (set-auto-mode): Use mapc.
9970
9971 * complete.el (PC-look-for-include-file): Use :alnum: character
9972 class.
9973 (partial-completion-mode): Add autoload cookie.
9974
0e8c11d8
SS
99752000-05-22 Sam Steingold <sds@gnu.org>
9976
ce75fd23 9977 * info.el (Info-fontify-node): Fixed the call to
0e8c11d8
SS
9978 `add-text-properties' (bug introduced on 2000-05-18).
9979
d8d0fa6c
DL
99802000-05-22 Dave Love <fx@gnu.org>
9981
9982 * bindings.el: Remove debug-ignored-errors set in other files.
9983
9984 * progmodes/etags.el: Add to debug-ignored-errors.
9985 (visit-tags-table-buffer): Clear out buffers holding old tables
9986 when making a new list.
9987 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
9988 mapc.
9989
9990 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
9991 quote keywords.
9992 (cmpl-string-case-type): Use character classes.
9993
0e8c11d8
SS
9994 * comint.el:
9995 * textmodes/ispell.el:
9996 * imenu.el:
d8d0fa6c
DL
9997 * mail/mh-e.el:
9998 * progmodes/compile.el: Add to debug-ignored-errors.
9999
10000 * dabbrev.el: Add to debug-ignored-errors.
10001 (dabbrev-completion): Use mapc.
10002
1edbbf8a
EZ
100032000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
10004
10005 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
10006 (woman-mapcan, woman-parse-man.conf)
10007 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
10008 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
10009 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
10010 path syntax better.
10011 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
10012 (woman-manpath): Call woman-parse-man.conf.
10013 (woman-emulation): New defcustom, defaults to nroff.
10014 (woman-font-support): New defconst.
10015 (woman-use-symbol-font): New defcustom.
10016 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
10017 "Emulation".
10018 Many functions: Doc fix.
10019
5bd2148c
KH
100202000-05-22 Kenichi Handa <handa@etl.go.jp>
10021
10022 * international/quail.el (quail-simple-translation-keymap): Map
10023 128..255 to quail-self-insert-command.
10024 (quail-keyboard-layout-alist): Add definition for "pc102-de".
10025
4125ec7e
SM
100262000-05-22 Stefan Monnier <monnier@cs.yale.edu>
10027
a1a336eb
SM
10028 * help.el (help-manyarg-func-alist): Typo.
10029
40aeecad
SM
10030 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
10031 intervals which makes it heaps simpler.
10032
4125ec7e
SM
10033 * newcomment.el (comment-region-internal): Go back to BEG after quoting
10034 the nested comment markers.
e4da9c1c
SM
10035
10036 * subr.el (remove-hook): Don't turn the hook's value into a list.
10037
cb7216a7
DL
100382000-05-21 Dave Love <fx@gnu.org>
10039
ac266581
DL
10040 * edmacro.el (edmacro-parse-keys): Return vector if any elements
10041 are invalid characters.
10042
cb7216a7
DL
10043 * international/mule-util.el (detect-coding-with-priority): Use
10044 mapc. Remove redundant lambda.
10045
10046 * international/mule-diag.el (list-non-iso-charset-chars)
10047 (describe-fontset): Remove redundant lambda.
10048
10049 * emulation/crisp.el (brief-mode): New alias.
10050
10051 * emacs-lisp/ring.el (ring-elements): New function.
10052
10053 * emacs-lisp/easymenu.el (easy-menu-create-menu)
10054 (easy-menu-do-add-item): Use keywordp.
10055
10056 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
10057
10058 * replace.el: Doc and error message fixes.
10059 (replace-highlight): Use facep, not internal-find-face.
10060
9b0d1d6e
SM
100612000-05-20 Stefan Monnier <monnier@cs.yale.edu>
10062
b2d2cf58
SM
10063 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
10064
ffe7dc64
SM
10065 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
10066 (log-edit-insert-changelog): Drop `:' as well.
10067
10068 * log-view.el: Fix file description.
10069 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
10070 available.
10071 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
10072 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
10073
c8c21615
SM
10074 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
10075 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
10076 Print a status message if the toggle is called interactively.
10077 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
10078 for global minor modes and use `defcustom' for them.
10079 Use add-minor-mode.
10080 (easy-mmode-define-derived-mode): Remove.
10081 (define-derived-mode): Fancier default docstring.
10082 (easy-mmode-define-navigation): Signal an error rather than (ding).
10083
9b0d1d6e
SM
10084 * newcomment.el (comment-styles): New `box-multi'.
10085 (comment-normalize-vars): Better default for comment-continue to
10086 avoid whitespace-only continuations.
10087 (comment-search-forward): Always move even in the no-syntax case.
10088 (comment-padright): Only obey N if it's only obeyed for padleft.
10089 (comment-make-extra-lines): Better handling of empty continuations.
10090 Use `=' for the filler if comment-start has only one character.
10091 (uncomment-region): Try handling the special `=' filler.
10092 (comment-region): Allow LINES even if MULTI is nil.
10093 (comment-box): Choose box style based on comment-style.
10094
f5ee6d0f
KH
100952000-05-20 Kenichi Handa <handa@etl.go.jp>
10096
9b0d1d6e 10097 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
f5ee6d0f
KH
10098 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
10099
c9671f81
KH
101002000-05-20 Kenichi HANDA <handa@etl.go.jp>
10101
10102 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
10103 and insert, not subst-char-in-region.
10104
10105 * international/mule-diag.el (list-character-sets-1): Handle
10106 charsets eight-bit-control and eight-bit-graphic.
10107 (list-iso-charset-chars): Likewise.
10108 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
10109 charactes as is. Use indent-to to align characters.
10110
10111 * international/mule-cmds.el (find-multibyte-characters): Never
10112 exclude charsets eight-bit-control and eight-bit-graphic.
10113
1426aa5c
SM
101142000-05-19 Stefan Monnier <monnier@cs.yale.edu>
10115
10116 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
10117 Don't quote lambdas.
10118
10119 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
10120
2b63d473
GM
101212000-05-19 Gerd Moellmann <gerd@gnu.org>
10122
10123 * gud.el (gud-jdb-directories): Doc fix.
10124
f1355756
SM
101252000-05-19 Stefan Monnier <monnier@cs.yale.edu>
10126
10127 * newcomment.el: New file.
10128
5f64c9e0
GM
101292000-05-19 Gerd Moellmann <gerd@gnu.org>
10130
2b63d473 10131 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
5f64c9e0 10132
db7314bd
AS
101332000-05-18 Andreas Schwab <schwab@suse.de>
10134
10135 * dired.el (dired-between-files): Also skip lines beginning with
10136 `used'.
10137
25bb0401
GM
101382000-05-18 Gerd Moellmann <gerd@gnu.org>
10139
10140 * msb.el (msb-menu-cond): Add choice `user'.
10141
a199a865 101422000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
0e8c11d8 10143
a199a865
GM
10144 * ps-print.el: Compatibility, customization and doc fix.
10145 (ps-printer-name-option): Replace defconst by defvar.
10146 (ps-postscript-code-directory): XEmacs compatibility.
10147 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
10148 fix.
10149 (ps-user-defined-prologue, ps-print-prologue-header)
10150 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
10151 compatibility and code fix.
10152 (ps-print-background-image, ps-print-background-text):
10153 Customization fix.
10154 (ps-line-number-start, ps-n-up-on): New vars.
10155
25bb0401
GM
101562000-05-18 Espen Skoglund <esk@ira.uka.de>
10157
10158 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
10159 the indent-comment function to just return the appropriate indent.
10160
68e6c83a
EL
101612000-05-18 Eric M. Ludlam <zappo@ultranet.com>
10162
10163 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
10164 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
10165 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
10166
dae6cb9f
DL
101672000-05-18 Dave Love <fx@gnu.org>
10168
10169 * info.el (Info-fontify-node): Add intangible property as well as
10170 invisible.
10171
10172 * calendar/appt.el (appt-make-list): Match all lines of entry.
10173 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
10174
813086ea
KH
101752000-05-18 Kenichi Handa <handa@etl.go.jp>
10176
10177 * international/mule-diag.el (describe-char-after): Call
10178 internal-char-font, not char-font. If internal-char-font returns
10179 nil, display "-- none --".
10180
24978190
EZ
101812000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
10182
10183 * image.el (image-type-available-p): Don't reference image-types
10184 if it isn't bound.
10185
2fca2d5d
SM
101862000-05-17 Stefan Monnier <monnier@cs.yale.edu>
10187
10188 * autoarg.el (autoarg-mode): Typo in the :set argument.
10189
cfc75d05
EZ
101902000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
10191
10192 * startup.el (command-line-1): Don't signal an error if the
10193 directory for auto-save-list files does not yet exist.
10194
c4e30387
KH
101952000-05-17 Kenichi Handa <handa@etl.go.jp>
10196
10197 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
10198
dd6b8ea7
SM
101992000-05-16 Stefan Monnier <monnier@cs.yale.edu>
10200
10201 * subr.el (remove-hook): `setq' hook-value, not `set'.
10202
399c88ad
SS
102032000-05-16 Sam Steingold <sds@gnu.org>
10204
a199a865 10205 * info.el (debug-ignored-errors): More errors to ignore.
399c88ad 10206
01651f07
DL
102072000-05-16 Dave Love <fx@gnu.org>
10208
10209 * cus-edit.el: Don't require cl or easymenu.
10210 (custom-variable-prompt): Test standard-value property, not
10211 user-variable-p.
10212
2248c40d
SS
102132000-05-16 Sam Steingold <sds@gnu.org>
10214
10215 * subr.el (add-hook): `setq' hook-value, not `set'.
10216
b15f3b77
GM
102172000-05-16 Gerd Moellmann <gerd@gnu.org>
10218
10219 * startup.el (command-line-1): Mention the FAQ in the startup
10220 message.
10221
10222 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
10223
10224 * progmodes/compile.el (compilation-parse-errors): Collect
10225 `nomessage' regexps last.
10226
10227 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
10228
10229 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
10230 to the function name.
10231
f9bbcfac
EL
102322000-05-15 Dave Love <fx@gnu.org>
10233
10234 * speedbar.el (speedbar-recenter): Typo.
10235 (speedbar-expand-line): Make arg optional.
10236 (speedbar-mode): Avoid a compiler warning.
10237
119b42eb
GM
102382000-05-15 Gerd Moellmann <gerd@gnu.org>
10239
10240 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
10241 user-specified option string is empty.
10242
10243 * mouse.el (mouse-yank-at-click): Doc fix.
10244
f685bea9
EZ
102452000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
10246
10247 * term/internal.el (IT-character-translations): More updates of
10248 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
10249 documents.
10250
a1b8d58b
GM
102512000-05-15 Gerd Moellmann <gerd@gnu.org>
10252
10253 * env.el (getenv): New function, interactively callable.
10254 (setenv, getenv): Remove autoload cookies.
10255
10256 * loadup.el: Load `env'.
10257
10258 * progmodes/f90.el: Change author's mail address.
10259
c9bba7ed
DL
102602000-05-14 Dave Love <fx@gnu.org>
10261
e5c83697
DL
10262 * mail/rmail.el (rmail-show-message-hook): Customize and offer
10263 goto-addr as an option.
10264
10265 * help.el (help-xref-stack): Doc fix.
10266 (help-xref-following): New variable.
10267 (help-make-xrefs): Use it.
10268 (help-xref-go-back): Use position information from stack element.
10269 (help-follow): Make position in stack element a pair. Use
10270 help-xref-following.
399c88ad 10271
e5c83697
DL
10272 * autoarg.el: New file.
10273
10274 * faces.el: Declare more functions obsolete.
10275
c9bba7ed
DL
10276 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
10277 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
10278 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
10279 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
10280 Remove all the setup-...-environment functions.
10281
b6389bfb
EL
102822000-05-13 Eric M. Ludlam <zappo@ultranet.com>
10283
a1b8d58b
GM
10284 * speedbar.el: Updated the commentary section. xemacs20p now uses
10285 >= when detecting. Require `defimage' safely.
b6389bfb
EL
10286 (speedbar-easymenu-definition-base): Add toggle for images.
10287 (speedbar-easymenu-definition-special): Add flush cache & expand.
10288 (speedbar-visiting-tag-hook): Set new defaults. Added options.
10289 (speedbar-reconfigure-keymaps-hook): New variable.
10290 (speedbar-frame-parameters): Updated documentation.
10291 (speedbar-use-imenu-flag): Updated custom tag
10292 (speedbar-dynamic-tags-function-list): New variable.
10293 (speedbar-tag-hierarchy-method): Updated doc & custom.
a1b8d58b
GM
10294 (speedbar-indentation-width, speedbar-indentation-width) New
10295 variables.
10296 (speedbar-hide-button-brackets-flag): Customizable.
b6389bfb
EL
10297 (speedbar-vc-indicator): Doc update.
10298 (speedbar-ignored-path-expressions): Updated default value.
10299 (speedbar-supported-extension-expressions): Updated default value.
10300 (speedbar-syntax-table): Remove {} paren status.
a1b8d58b
GM
10301 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
10302 as "+". Added overlay aliases.
10303 (speedbar-mode): Use `speedbar-mode-line-update' instead of
10304 `force-mode-line-update'.
10305 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
10306 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
10307 `mouse-set-point'
b6389bfb 10308 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
a1b8d58b
GM
10309 (speedbar-item-info-tag-helper): Revamped to handle a wider range
10310 of arbitrary text, and new helper functions.
10311 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
10312 filename finder.
b6389bfb
EL
10313 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
10314 (speedbar-directory-buttons): Update path search/expansion.
10315 (speedbar-make-tag-line): Pay attention to
a1b8d58b
GM
10316 `speedbar-indentation-width'. Use more care w/ invisible
10317 properties.
b6389bfb
EL
10318 (speedbar-change-expand-button-char): Call
10319 `speedbar-insert-image-button-maybe'.
10320 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
a1b8d58b
GM
10321 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
10322 (speedbar-trim-words-tag-hierarchy)
10323 (speedbar-simple-group-tag-hierarchy): New functions
b6389bfb 10324 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
a1b8d58b
GM
10325 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
10326 functions.
b6389bfb
EL
10327 (speedbar-mouse-set-point): New function
10328 (speedbar-power-click): Updated documentation.
a1b8d58b
GM
10329 (speedbar-line-token, speedbar-goto-this-file): Handle more types
10330 of tag prefix text.
10331 (speedbar-expand-line, speedbar-contract-line): Make more robust
10332 to strange text.
10333 (speedbar-expand-line): Takes universal argument to flush the
10334 cache.
b6389bfb
EL
10335 (speedbar-flush-expand-line): New function.
10336 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
10337 Use new generator insertion method.
10338 (speedbar-fetch-dynamic-tags): New function.
10339 (speedbar-fetch-dynamic-imenu): Removed code now handled in
10340 `speedbar-fetch-dynamic-imenu'.
10341 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
10342 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
10343 "Revert Buffer" menu items.
10344 (speedbar-buffer-buttons-engine): Be smarter when creating a
10345 filename tag (for expansion purposes.).
a1b8d58b
GM
10346 (speedbar-highlight-one-tag-line,
10347 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
10348 (speedbar-recenter): New functions.
b6389bfb 10349 (defimage-speedbar): Image loading abstraction.
a1b8d58b
GM
10350 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
10351 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
10352 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
10353 (speedbar-tag-type, speedbar-tag-mail): New images.
b6389bfb
EL
10354 (speedbar-expand-image-button-alist): New variable.
10355 (speedbar-insert-image-button-maybe): Insert an image over some
10356 buttons.
10357
43fe9244
KH
103582000-05-13 Kenichi Handa <handa@etl.go.jp>
10359
10360 * international/mule-cmds.el (encode-coding-char): An ASCII
10361 character is always encodable.
10362
10363 * international/mule-conf.el: Add more information in descriptions
10364 of character sets.
10365
813086ea 10366 * international/mule-diag.el (describe-char-after): New function.
43fe9244
KH
10367 (describe-font-internal): Adjusted for the change of font-info.
10368 (describe-font): Likewise.
10369 (print-fontset): Rewritten for the new fontset implementation.
10370 (describe-fontset): Include fontset alias names in completion.
10371 (list-fontsets): Adjusted for the change of print-fontset.
10372
10373 * simple.el (what-cursor-position): If DETAIL is non-nil, call
10374 describe-char-after instead of displaying the detail in the echo
10375 area.
813086ea
KH
10376 (syntax-code-table): Format changed.
10377 (string-to-syntax): Adjusted for the above change.
0e8c11d8 10378
e8564f57
SM
103792000-05-12 Stefan Monnier <monnier@cs.yale.edu>
10380
10381 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
10382
9278c60d
DL
103832000-05-12 Dave Love <fx@gnu.org>
10384
10385 * calendar/todo-mode.el: Remove some compatibility stuff and CL
10386 dependence. Use line-{beginning,end}-position, not
10387 point-at{b,e}ol. Some doc fixes.
10388 (todo-position): New function. Fix callers of position to use it.
10389 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
10390
be0505fe
GM
103912000-05-12 Gerd Moellmann <gerd@gnu.org>
10392
10393 * time.el (display-time-mail-icon): Use `:ascent center'.
10394
a8a3541c
GM
10395 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
10396 handling FTP security extensions.
399c88ad 10397
44d5f148
DL
103982000-05-11 Dave Love <fx@gnu.org>
10399
33d0c179 10400 * calendar/todo-mode.el: New file.
44d5f148 10401
da4496b6
GM
104022000-05-11 Gerd Moellmann <gerd@gnu.org>
10403
cdc4401d
GM
10404 * comint.el (comint-read-input-ring): Move reference to
10405 comint-input-ring-size outside of the save-excursion. It was
10406 causing the default value to be the only one ever seen.
399c88ad 10407
0279f991
GM
10408 * font-lock.el: Update copyright. Remove Simon Marshall's email
10409 address on request from him.
10410
da4496b6
GM
10411 * subr.el (substitute-key-definition): Add comment describing
10412 the meaning of PREFIX.
10413
ac5cb26d
SM
104142000-05-10 Stefan Monnier <monnier@cs.yale.edu>
10415
10416 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
10417
10418 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
10419 (add-minor-mode): Don't make the variable buffer-local and add a
10420 reference to define-minor-mode in the docstring.
10421
10422 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
10423 HEADER/FOOTER and fix bug with trailing empty directory.
10424 (cvs-append-to-ignore): Use vc-editable-p if available.
10425 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
10426 (vc-do-command): Tweak advice to handle the new VC.
10427
10428 * log-view.el (log-view-goto-rev): New function for the new VC.
10429 (log-view-minor-wrap): Use mark-active.
10430
10431 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
10432 (log-edit-changelog-full-paragraphs): New var.
10433 (log-edit-insert-changelog): Remove a lonely leading `* file'.
10434 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
10435 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
10436 (log-edit-changelog-ours-p, log-edit-changelog-entries)
10437 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
10438 Replace the `cvs' prefix with `log-edit'.
10439
10440 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
10441
10442 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
10443 (diff-font-lock-defaults): Explicitly turn off multiline.
10444 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
10445 (diff-ediff-patch): Fix call to ediff-patch-file.
10446 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
10447 Handle comments.
10448
10449 * frame.el (automatic-hscrolling): Typo.
10450
10451 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
10452
21c34da3
DL
104532000-05-09 Sam Steingold <sds@goems.com>
10454
10455 * apropos.el (apropos-print): use `describe-face' instead of
10456 `customize-face-other-window'.
10457
950cf06f
DL
104582000-05-09 Dave Love <fx@gnu.org>
10459
10460 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
10461
10462 * help.el (describe-variable): Have customize button pop the
10463 help-xref stack when invoked.
10464 (help-xref-symbol-regexp): Add `face'.
10465 (help-make-xrefs): Check for quoted face names and adapt regexp
10466 submatch numbers to cope.
10467 (help-xref-interned): Maybe insert face doc too. Separate
10468 sections with a line of hyphens.
10469
0623e40f 10470 * faces.el: Some doc fixes. Declare some functions obsolete.
950cf06f
DL
10471 (describe-face): Add customize button. Return the help
10472 text. Fix prompt.
10473
82e2ca9d
EZ
104742000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
10475
10476 * term/internal.el (IT-character-translations): Fix last change.
10477
10c00b5c
EZ
104782000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
10479
10480 * woman.el: New file
10481 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
10482
9deed82f
EZ
104832000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
10484
001ad319
EZ
10485 * term/internal.el (IT-character-translations): Update ASCII
10486 simulations for greek-iso8859-7, add latin-iso8859-14 and
10487 latin-iso8859-15.
10488
9deed82f
EZ
10489 * international/mule-cmds.el (set-language-info-alist): Call
10490 define-prefix-command with 3 arguments, to make the map suitable
10491 for a menu.
10492
4f37b78a
DL
104932000-05-07 Dave Love <fx@gnu.org>
10494
1ec321a7 10495 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
4f37b78a 10496
64a4c526
DL
104972000-05-05 Dave Love <fx@gnu.org>
10498
10499 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
10500 list in doc string. Don't quote keyword symbols.
10501 * emacs-lisp/cl.el: Likewise
10502 * emacs-lisp/cl-seq.el: Likewise
10503
056565f7
GM
105042000-05-05 Gerd Moellmann <gerd@gnu.org>
10505
10506 * abbrev.el (abbrev-mode): Make ARG optional.
10507
4656b314
GM
105082000-05-04 Gerd Moellmann <gerd@gnu.org>
10509
ec82fb2f
GM
10510 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
10511
10512 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
10513
4656b314
GM
10514 * subr.el (substitute-key-definition): Clarify documentation.
10515
105162000-05-04 Milan Zamazal <pdm@freesoft.cz>
10517
10518 * glasses.el (glasses-convert-to-unreadable): Use
10519 `glasses-separator' instead of the hard-wired "_".
10520 (glasses-mode): Call `glasses-make-unreadable' only in a single
10521 place.
10522
7b081c78
EZ
105232000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
10524
10525 * term/internal.el (cjk-codepages-alist): Add associations for
10526 Chinese and Korean codepages. Remove FIXME comment.
10527
baa5536e
DL
105282000-05-03 Dave Love <fx@gnu.org>
10529
10530 * time.el (display-time-mail-face, display-time-use-mail-icon):
10531 New option.
10532 (display-time-mail-icon): New variable.
10533 (display-time-string-forms): Use the above. Fix the local-map.
10534
cbf18892
GM
105352000-05-03 Gerd Moellmann <gerd@gnu.org>
10536
4ff40dd0
GM
10537 * replace.el (query-replace-map): Add binding for `E'.
10538 (query-replace-help): Extend help text.
10539 (perform-replace): Allow editing the replacement string.
10540
10541 * make-mode.el (makefile-mode-abbrev-table): New variable.
10542 (makefile-mode): Set local abbrev table to
10543 makefile-mode-abbrev-table.
10544 (makefile-font-lock-keywords): Fontify includes and conditionals.
399c88ad 10545
cbf18892
GM
10546 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
10547 set TOGGLE's value.
10548
4ff40dd0
GM
10549 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
10550 mail-interactive-insert-alias.
10551 (mail-abbrev-complete-alias): New command.
10552 (mail-mode-map): Bind it to `M-TAB'.
399c88ad 10553
ffec4d9f
KH
105542000-05-03 Kenichi Handa <handa@etl.go.jp>
10555
10556 * language/lao-util.el (lao-compose-region): New function.
10557
1b0672c3
GM
105582000-05-02 Gerd Moellmann <gerd@gnu.org>
10559
576da55d
GM
10560 * files.el (recover-session): Make directories as necessary
10561 if they don't exist yet.
10562
399c88ad
SS
10563 * calendar/cal-french.el
10564 (french-calendar-multibyte-special-days-array)
1b0672c3
GM
10565 (french-calendar-special-days-array): Change French text.
10566 (calendar-french-date-string): Change output.
10567 (calendar-goto-french-date): Likewise.
10568
105692000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
10570
10571 * wid-edit.el (widget-default-active): Obey `:always-active'.
10572 (widget-documentation-string-value-create): Set `:always-active'.
10573
4b33deaa
EZ
105742000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
10575
10576 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
10577 default prefix to `~/_emacs.d/auto-save.list/_s'.
10578 (normal-top-level): Create the directory for auto-save files, if
10579 it doesn't already exist (in the ms-dos case only).
10580
5c922ea7
EZ
105812000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
10582
10583 * international/mule-cmds.el (set-language-environment): Don't
10584 concat an integer (dos-codepage), use format instead.
10585
820ad5e7
DL
105862000-05-02 Dave Love <fx@gnu.org>
10587
10588 * help.el (help-xref-on-pp): Check for constant symbols.
10589
57cb56f5
GM
105902000-04-29 Gerd Moellmann <gerd@gnu.org>
10591
10592 * startup.el (normal-top-level): Put a condition-case around
10593 the code loading subdirs.el.
10594
105952000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
399c88ad 10596
57cb56f5
GM
10597 * ps-print.el: Upside-down and face background color printing,
10598 line number step, doc fix.
10599 (ps-print-version): New version number (5.2).
10600 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
10601 (ps-face-attribute-list, ps-plot-with-face): Code fix.
10602 (ps-spool-config): Var fix.
10603 (ps-printer-name-option): Const fix.
10604 (ps-print-upside-down, ps-use-face-background)
10605 (ps-line-number-step): New vars.
10606 (ps-window-system, ps-lp-system): New consts.
10607 (ps-face-background): New fun.
10608
084cec2f
GM
106092000-04-28 Richard Stallman <rms@gnu.org>
10610
10611 * files.el (make-auto-save-file-name):
10612 Apply auto-save-file-name-transforms to visited file name
10613 before generating auto save file name.
10614 (auto-save-file-name-transforms): New variable.
10615
399c88ad 10616 * files.el (backup-enable-predicate):
084cec2f
GM
10617 Correctly test for a file under a temporary directory.
10618
c94f4677
GM
106192000-04-28 Gerd Moellmann <gerd@gnu.org>
10620
10621 * subr.el (add-minor-mode): Rewritten.
10622
7b211df5
KH
106232000-04-28 Kenichi Handa <handa@etl.go.jp>
10624
10625 * mail/sendmail.el (sendmail-send-it): Set
10626 buffer-file-coding-system to the selected coding system for MIME
10627 header.
10628
c76e04a8 106292000-04-27 Gerd Moellmann <gerd@gnu.org>
e3e36d74 10630
c76e04a8
GM
10631 * dired.el (dired-move-to-filename-regexp): Allow format where
10632 YYYY is followed by two spaces.
e3e36d74 10633
c76e04a8
GM
10634 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
10635 in the second character class of the regexp.
10636
10637 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
10638 mh-etc, too.
353964e3 10639
c76e04a8
GM
10640 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
10641 nil.
399c88ad 10642
353964e3
GM
10643 * subr.el (add-minor-mode): Use `set' instead of `setq'.
10644
10645 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
10646 argument.
10647
c76e04a8 106482000-04-27 Sen Nagata <sen@eccosys.com>
399c88ad 10649
c76e04a8
GM
10650 * emacs-lisp/crm.el (crm-completion-table): New variable.
10651 (crm-collection-fn, crm-test-completion)
10652 (completing-read-multiple): Use it.
10653
106542000-04-27 Dave Love <fx@gnu.org>
10655
10656 * help.el (locate-library): Use mapc.
10657 (help-manyarg-func-alist): Add call-process-region.
10658
7464346d
GM
106592000-04-26 Gerd Moellmann <gerd@gnu.org>
10660
b35bd33d
GM
10661 * subr.el (add-minor-mode): Make argument MAP optional.
10662
7464346d
GM
10663 * desktop.el (desktop-save): Save list of minor modes.
10664 (desktop-create-buffer): Restore minor modes.
10665 (desktop-minor-mode-table): New user-option.
10666
10667 * subr.el (add-minor-mode): New function.
10668
10669 * image.el (find-image): New function.
10670 (defimage): Rewritten to find image at load time.
10671
10672 * startup.el (normal-top-level-add-to-load-path): Handle
10673 case that the default directory is not in load-path.
10674
10675 * help.el: Old patch from Stefan Monnier.
10676 (help-xref-on-pp): New function.
10677 (describe-variable): Use it to display xrefs in a symbol's value.
10678
23c0fb21
SM
106792000-04-26 Stefan Monnier <monnier@cs.yale.edu>
10680
10681 * cus-edit.el (custom-face): Fix parenthesis.
10682
fad95037
KH
106832000-04-26 Kenichi Handa <handa@etl.go.jp>
10684
f03392a1
KH
10685 * mail/rmail.el (rmail-expunge): When there are no deleted
10686 messages, do nothing.
fad95037 10687
0d7c5bb9
DL
106882000-04-26 Dave Love <fx@gnu.org>
10689
10690 * international/mule-cmds.el (locale-translation-file-name):
10691 Defvar to nil.
10692 (set-locale-environment): Set it here (at runtime).
10693
612839b6
GM
106942000-04-25 Gerd Moellmann <gerd@gnu.org>
10695
10696 * replace.el (perform-replace): Add parameters START and END. Use
10697 them instead of the check for a region in Transient Mark mode.
10698 (query-replace-read-args): Return two more list elements for the
10699 start and end of the region in Transient Mark mode.
10700 (query-replace, query-replace-regexp, query-replace-regexp-eval)
10701 (map-query-replace-regexp, replace-string, replace-regexp): Add
10702 optional last arguments START and END and pass them to
10703 perform-replace.
10704
10705 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
10706 form with additional arguments for perform-replace.
10707
10708 * progmodes/etags.el (tags-query-replace): Add parameters START
10709 and END. Construct a form with additional arguments for
10710 perform-replace.
10711
10712 * simple.el (shell-command): Set default directory for "*Shell
10713 Command Output" buffer.
10714
10715 * language/european.el (iso-latin-4): Fix typo.
10716
10717 * emacs-lisp/crm.el: New file.
10718
2917cc05
DL
107192000-04-24 Dave Love <fx@gnu.org>
10720
10721 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
10722 (Custom-reset-saved, Custom-reset-standard)
10723 (custom-group-value-create, custom-group-set, custom-group-save)
10724 (custom-group-reset-current, custom-group-reset-saved)
10725 (custom-group-reset-standard): Use mapc.
10726 (custom-buffer-create-internal): Disable undo when creating items.
10727 Use mapc.
10728 (custom-face): Avoid redundant lambda.
10729
abfcc168
GM
107302000-04-24 Gerd Moellmann <gerd@gnu.org>
10731
10732 * startup.el (auto-save-list-file-prefix): Set default to
10733 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
10734
fa78f71b
SS
107352000-04-24 Sam Steingold <sds@gnu.org>
10736
10737 * time-stamp.el (time-stamp-string-preprocess): Always convert
10738 `field-result' to a string.
10739
cc181e95
GM
107402000-04-24 Gerd Moellmann <gerd@gnu.org>
10741
10742 * frame.el (scrolling): New group.
10743 (automatic-hscrolling): New user-option.
10744
10745 * startup.el (command-line-x-option-alist): Add `-lsp' and
10746 `--line-spacing'.
10747
6142fdcb
DL
107482000-04-19 Dave Love <fx@gnu.org>
10749
10750 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
10751 (cl-mapc): Rename from mapc. Fix the funcall.
10752
5e3dac3f
GM
107532000-04-19 Gerd Moellmann <gerd@gnu.org>
10754
1c459486
GM
10755 * simple.el (clone-indirect-buffer-other-window): New command.
10756 (clone-indirect-buffer): Add optional arg NORECROD.
10757 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
10758
271b4185
GM
10759 * help.el (resize-temp-buffer-window): Use count-screen-lines.
10760
10761 * window.el (count-screen-lines): New function.
10762 (shrink-window-if-larger-than-buffer): Use count-screen-lines
10763 instead of window-buffer-height.
10764
10765 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
10766 non-existing variable comint-input-sentinel.
10767 (inferior-lisp-args-to-list): Removed.
10768 (inferior-lisp): Use split-string instead of
10769 inferior-lisp-args-to-list.
10770
10771 * hexl.el (hexl-insert-hex-string): New command.
10772
5e3dac3f
GM
10773 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
10774 instead of concat.
10775
f6d3257b
GM
107762000-04-18 Gerd Moellmann <gerd@gnu.org>
10777
10778 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
10779 at the start of an existing but empty folder.
10780
107812000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10782
10783 * ps-mule.el: Customization fix, doc fix.
10784 (ps-multibyte-buffer): Customization fix.
10785
8b7bc628 107862000-04-17 Richard M. Stallman <rms@gnu.org>
e61482c0
RS
10787
10788 * subr.el (read-passwd): Use read-char-exclusive.
10789
0daee095
GM
107902000-04-17 Gerd Moellmann <gerd@gnu.org>
10791
10792 * textmodes/texinfo.el (texinfo-insert-@email)
10793 (texinfo-insert-@emph, texinfo-insert-@quotation)
10794 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
10795 (texinfo-mode-map): Add key bindings for them.
10796
10797 * files.el (basic-save-buffer-2): Use a template with `$'
10798 instead of `#' for VMS.
10799
10800 * simple.el (clone-indirect-buffer): New function.
10801
e10f64e7
GM
108022000-04-16 Stephen Eglen <stephen@gnu.org>
10803
10804 * iswitchb.el (iswitchb-case): New function. If the user input
10805 contains any upper-case characters, the search is made
10806 case-sensitive.
10807
e3721db1
SM
108082000-04-17 Stefan Monnier <monnier@cs.yale.edu>
10809
e10f64e7
GM
10810 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
10811 comment-end.
e3721db1
SM
10812 (texinfo-font-lock-syntactic-keywords): New var.
10813 (texinfo-font-lock-keywords): Remove comment regexp.
10814 (texinfo-insert-block): New function.
10815 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
e10f64e7
GM
10816 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
10817 and font-lock-defaults. Use regexp-opt for outline-regexp.
e3721db1 10818 (texinfo-environments): New var.
e10f64e7
GM
10819 (texinfo-environment-regexp): Use regexp-opt and
10820 texinfo-environments.
e3721db1 10821
e10f64e7
GM
10822 * textmodes/ispell.el (ispell-menu-map-needed): Check that
10823 ispell-process is bound since this might be eval'd before ispell
10824 is loaded.
10825 (ispell-message): Use a tiny bit less magic and a bit more hard
10826 data to figure out what kind of sc-cite-regexp to use.
e3721db1
SM
10827
10828 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
10829
10830 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
10831 (insert-cyclic-diary-entry): Unquote the lambda.
10832
10833 * gud.el (gud-jdb-build-source-files-list): Fix typo.
10834
10835 * files.el (backup-enable-predicate): Unquote the lambda.
10836
10837 * cus-edit.el (custom-face, face): Unquote the lambda.
10838
712dc9e0
GM
108392000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10840
10841 * ps-print.el: Check for line-beginning-position definition.
fa78f71b 10842
712dc9e0
GM
10843 * ps-print.el: Fix counting lines in a region.
10844 (ps-print-version): New version number (5.1.5).
10845 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
10846 (ps-printing-region): Fun code fix.
10847
ffc50f2a
GM
108482000-04-15 Gerd Moellmann <gerd@gnu.org>
10849
10850 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
10851 to file-directory-p.
10852
a2522dca
GM
108532000-04-14 Gerd Moellmann <gerd@gnu.org>
10854
10855 * gud.el (gud-jdb-build-source-files-list): Check that directory
10856 exists before calling directory-files.
10857
6e883610
DL
108582000-04-13 Dave Love <fx@gnu.org>
10859
10860 * emacs-lisp/trace.el: Change maintainer. Use new backquote
10861 syntax.
10862
10863 * emacs-lisp/cl-specs.el: Remove when, unless.
10864
10865 * emacs-lisp/cl-extra.el: Don't quote keywords.
10866 (cl-old-mapc): New variable.
10867 (mapc): Use it.
10868 (cl-map-intervals): Use with-current-buffer. Don't check for
10869 next-property-change.
10870 (cl-map-overlays): Use with-current-buffer.
10871 (cl-expt): Remove.
10872 (copy-tree, remprop): Define unconditionally.
10873
10874 * emacs-lisp/cl-compat.el (keywordp): Remove.
10875
10876 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
10877 to use keywordp.
10878 (edebug-spec): Enable keywordp.
10879
10880 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
10881 string-lessp.
10882
10883 * cus-start.el: Use keywordp.
10884
198e3c7a
GM
108852000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10886
10887 * diary-lib.el (include-other-diary-files): Fix the fix of
10888 2000-02-18 by doing a save-excursion.
10889
108902000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10891
10892 * ps-print.el: Customization fix, doc fix.
10893 (ps-print-version): New version number (5.1.4).
10894 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
10895 (ps-print-preprint): Adjust code.
10896 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
10897 (ps-print-prologue-header, ps-print-control-characters)
10898 (ps-spool-config): Customization fix.
fa78f71b 10899
8eba343c
EZ
109002000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
10901
10902 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
10903 converted to the new menu-item format, names silightly changed,
10904 help strings added.
10905
10906 Support for spelling without async subprocesses:
10907
10908 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
10909 (ispell-session-buffer): New variables.
10910 (ispell-start-process, ispell-process-status,
10911 ispell-accept-output, ispell-send-string): New functions, for
10912 Ispell invocation when async subprocesses aren't supported.
10913 (ispell-word, ispell-pdict-save, ispell-command-loop,
10914 ispell-process-line, ispell-buffer-local-parsing): Replace calls
10915 to process-send-string with calls to ispell-send-string, and
10916 accept-process-output with ispell-accept-output.
10917 (ispell-init-process): Call ispell-process-status instead of
10918 process-status with.
10919 (ispell-init-process): Call ispell-start-process. Call
10920 ispell-accept-output and ispell-send-string. Don't call
10921 process-kill-without-query and kill-process if they are unbound.
10922 (ispell-async-processp): New function.
10923
3d30065d
DL
109242000-04-12 Dave Love <fx@gnu.org>
10925
10926 * info.el: Add debug-ignored-errors.
10927 (Info-mode-menu): Add some items.
10928 (Info-directory): Add autoload cookie.
10929
10930 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
10931 Modify `truncate-lines'. Make `describe-language-environment'
10932 always visible and add help. Modify `describe-key' help. Invoke
10933 Info-directory from `info'. New entry `emacs-manual'.
10934
1a1b1895
GM
109352000-04-10 Gerd Moellmann <gerd@gnu.org>
10936
8b2affc5
GM
10937 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
10938 propertized-buffer-identification.
10939 (ebrowse-update-member-buffer-mode-line): Likewise.
10940 (ebrowse--mode-strings): Removed.
10941 (ebrowse--mode-line-props): Removed.
10942
1a1b1895
GM
10943 * files.el (auto-mode-alist): Add `EBROWSE'.
10944
10945 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
10946 space before testing for end of buffer.
10947 (ebrowse-load): Removed.
10948 (ebrowse-revert-tree-buffer-from-file): Rewritten.
10949 (ebrowse-create-tree-buffer): Rewritten.
10950 (ebrowse-tree-mode): Read tree from buffer.
10951
10952 * progmodes/ebrowse-ffh.el: Removed.
10953
223f3c91
KH
109542000-04-10 Kenichi Handa <handa@etl.go.jp>
10955
10956 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
10957
25fbf2c4
GM
109582000-04-10 Gerd Moellmann <gerd@gnu.org>
10959
10960 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
10961 at the wrong place.
10962
92c13173
DL
109632000-04-09 Dave Love <fx@gnu.org>
10964
10965 * files.el (backup-enable-predicate): Use
10966 temporary-file-directory, small-temporary-file-directory.
10967 (make-backup-file-name-function, backup-directory-alist): New
10968 variables.
10969 (make-backup-file-name-1): New function.
10970 (make-backup-file-name): Use it.
10971 (find-backup-file-name): Likewise. Use format for clarity, not
10972 concat.
10973 (file-newest-backup): Use make-backup-file-name.
10974
be0dbdab
GM
109752000-04-09 Gerd Moellmann <gerd@gnu.org>
10976
c45be9ac 10977 * progmodes/ebrowse-ffh.el: New file.
fa78f71b 10978
c45be9ac
GM
10979 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
10980 to ebrowse-ffh.el.
10981 (ebrowse-load): Add autoload.
10982
10983 * finder.el (finder-commentary): Add autoload cookie.
10984
be0dbdab
GM
10985 * mail/rfc2368.el: Correct author's email address.
10986
10987 * progmodes/ebrowse.el: New file.
10988
10989 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
10990 item help string.
10991 (easy-menu-do-add-item): Ditto.
10992 (easy-menu-define): Extend doc string.
10993
10994 * jit-lock.el (with-buffer-unmodified): Use
10995 restore-buffer-modified-p.
10996 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
10997 (jit-lock-function, jit-lock-stealth-fontify): Don't use
10998 with-buffer-unmodified.
10999
3f923efe
DL
110002000-04-08 Dave Love <fx@gnu.org>
11001
11002 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
11003 unless, when.
11004
d35bee0e
MK
110052000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
11006
11007 * viper-util.el (viper-put-on-search-overlay): New subroutine.
11008 (viper-flash-search-pattern): No operation when using Emacs
fa78f71b 11009 doesn't support face.
d35bee0e 11010 Use `viper-put-on-search-overlay'.
fa78f71b 11011
c407c570
GM
110122000-04-04 Gerd Moellmann <gerd@gnu.org>
11013
11014 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
11015 like C-r.
11016
11017 * progmodes/make-mode.el: Some doc fixes.
11018 (makefile-mode-abbrev-table): New variable.
11019 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
11020 (makefile-font-lock-keywords): Fontify includes and conditionals.
11021 (toplevel): Require `dabbrev' and `add-log' when compiling.
11022
11023 * replace.el (perform-replace): Don't move forward one char
11024 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
11025 to do that because it leaves point 1 position after the last
11026 replacement, after everything has been replaced.
11027
11028 * jit-lock.el (with-buffer-unmodified): New macro.
11029 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
11030 modified state.
11031 (jit-lock-function-1): Extracted from jit-lock-function; not
11032 preserving buffer's modified state.
11033 (jit-lock-function, jit-lock-stealth-fontify): Call
11034 jit-lock-function-1.
11035
11036 * mail/rfc2368.el: Remove supernumerary copyright line.
11037
685e5ed2
GM
110382000-04-04 Milan Zamazal <pdm@freesoft.cz>
11039
11040 * glasses.el: Provide facilities for inserting space before left
11041 parentheses and uncapitalization of identifiers.
11042 (glasses-mode): Try to remove old overlays in all cases.
11043
0166aed1
GM
110442000-04-03 Gerd Moellmann <gerd@gnu.org>
11045
62f20204
GM
11046 * progmodes/compile.el (compile-internal): Display the compilation
11047 buffer in a different frame, if it's already displayed there.
11048
6460c400
GM
11049 * mail/rfc2368.el: New file.
11050
c0510d27
GM
11051 * simple.el (sendmail-user-agent-compose): Recognize a `body'
11052 header and insert its value as mail body.
11053
11054 * subr.el (member-ignore-case): New function.
11055
11056 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
11057 (dabbrev--find-expansion): Ignore buffers matching a regexp
11058 from dabbrev-ignored-regexps.
11059
0166aed1
GM
11060 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
11061 to extensions handled by gzip.
11062
c0510d27
GM
110632000-04-03 Richard M. Stallman <rms@gnu.org>
11064
11065 * files.el (insert-directory): List the total free space
11066 along with the used space.
fa78f71b 11067
c0510d27
GM
11068 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
11069 line is followed by one that matches CITATION-REGEXP, end the
11070 paragraph.
11071
110722000-04-03 Markus Rost <rost@delysid.gnu.org>
11073
11074 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
11075 (rmail-make-basic-summary-line): Use that option.
fa78f71b 11076
14c04384
KH
110772000-04-03 Kenichi Handa <handa@etl.go.jp>
11078
11079 * international/mule-cmds.el (encoded-string-description):
11080 Rewritten. Try pretty description for ISO 2022 escape sequences
3a100fd6
KH
11081 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
11082 for hexadecimal format.
14c04384 11083
ccf5869a
DL
110842000-04-01 Dave Love <fx@gnu.org>
11085
11086 * cpp.el: Change customization group to `c' from `C'.
11087
11088 * vcursor.el (vcursor-move): Use display-color-p.
11089
11090 * international/mule-util.el: Provide mule-utils.
11091 (string-to-sequence): Simplify and speed up.
11092
11093 * international/mule.el (make-coding-system): Purecopy doc-string.
11094
11095 * international/mule-cmds.el: Various menu changes.
11096 (describe-specified-language-support): Handle `Default'.
11097 (set-language-info): Purecopy `info'.
11098
610d841e
GM
110992000-03-31 Andrew Innes <andrewi@gnu.org>
11100
11101 * vc.el (vc-backend-diff): Return the correct status if we had to
11102 retry the rcsdiff command without the --brief option.
fa78f71b 11103
7f9de034
DL
111042000-03-31 Dave Love <fx@gnu.org>
11105
2de47765
DL
11106 * help.el (help-manyarg-func-alist): Correct several omissions.
11107
72838819
DL
11108 * add-log.el: Don't require cl, fortran.
11109 (add-log-current-defun-function): Doc fix.
11110 (change-log-version-number-regexp-list): Remove SCCS part. Doc
11111 fix.
11112 (change-log-version-rcs): Function deleted.
11113 (change-log-version-number-search): Doc fix. Use
11114 vc-workfile-version. Avoid CL dolist.
11115 (add-change-log-entry): Just call add-log-current-defun to get
11116 defun. Simplify somewhat.
11117 (change-log-get-method-definition-1): Likewise.
11118 (add-log-current-defun): Return nil if calling
11119 add-log-current-defun-function does so. Move Fortran stuff to
11120 fortran.el. Return string without properties.
11121
7f9de034
DL
11122 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
11123 and :alpha: char classes.
11124
11125 * mail/supercite.el: Defvar curline when compiling.
11126 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
11127 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
11128 rather than a-zA-Z0-9 to allow non-ASCII characters.
11129
aa110c0c
GM
111302000-03-31 Gerd Moellmann <gerd@gnu.org>
11131
11132 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
11133
11134 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11135 Re-enable new code.
11136
11137 * lpr.el (print-region-1): Use -d to specify printer name for
11138 systems `usg-unix-v*, `dgux', `hpux', `irix'.
11139
111402000-03-31 Dave Love <fx@gnu.org>
fa78f71b 11141
aa110c0c
GM
11142 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
11143 for function definition in symbol's function value slot first
11144 instead of first consulting byte-compile-function-environment.
fa78f71b 11145
6733d074
KH
111462000-03-31 Kenichi Handa <handa@etl.go.jp>
11147
11148 * language/european.el ("Polish"): New language environment.
11149 (setup-polish-environment): New function.
11150
63fcfa04
GM
111512000-03-30 Gerd Moellmann <gerd@gnu.org>
11152
11153 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11154 Disable new code.
11155
11156 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
11157 trying to `load' the symbol of an autoload instead of the file
11158 recorded in the autoload. Fix error messages.
11159
7438c86b
GM
111602000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11161
11162 * ps-print.el: PostScript programming fix for ghostview, doc fix.
11163 (ps-print-version): New version number (5.1.3).
11164 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
11165 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
11166 (ps-generate-postscript-with-faces): Code fix.
11167 (ps-color-values): XEmacs compatibility.
11168 (ps-print-background-image, ps-print-background-text, ps-printer-name)
11169 (ps-default-fg, ps-default-bg): Adjust customization.
11170 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
11171 (ps-color-scale): Renaming old ps-color-value fun.
11172 (ps-print-headers): Replace ps-print-header group to avoid conflict
11173 with ps-print-header variable.
11174 (ps-print-miscellany): New group.
11175 (ps-format-color, ps-rgb-color): New funs.
11176 (ps-default-foreground): New var.
11177 (ps-printer-name-option): New const.
fa78f71b 11178
326855a0
PB
111792000-03-30 Peter Breton <pbreton@ne.mediaone.net>
11180
1f56ba73
PB
11181 * net/net-utils.el:
11182 (network-connection-host, network-connection-service): New variables
11183 (network-connection-mode): New mode, derived from comint-mode
11184 (network-connection-mode-setup): New function, saves host and
fa78f71b 11185 service information in local variables.
1f56ba73 11186
326855a0
PB
11187 * lisp/locate.el:
11188 (locate-word-at-point): Added this function
11189 (locate): Default to using locate-word-at-point as input
11190 Run dired-mode-hook
11191
141384bd
DL
111922000-03-29 Dave Love <fx@gnu.org>
11193
11194 * calendar/appt.el: Doc fixes.
11195 (appt-check): Convert min-to-app to a string before passing to
11196 appt-disp-window-function or concat.
11197 (appt-delete-window): Remove test for frame-root-window.
11198 (appt-select-lowest-window, appt-convert-time): Simplify.
11199
11200 * emacs-lisp/bytecomp.el: Doc fixes.
11201 (byte-compile-file-form-autoload): Update
11202 byte-compile-function-environment.
11203
c5aa0fc2
AS
112042000-03-29 Andreas Schwab <schwab@suse.de>
11205
11206 * emacs-lisp/autoload.el: Also print defsubst doc string
11207 specially.
11208
11209 * dired.el (dired-insert-directory): If dired-free-space-program
11210 failed just delete its output.
11211
f1d6fe69
DL
112122000-03-29 Dave Love <fx@gnu.org>
11213
11214 * international/iso-cvt.el: Move provide to end. Doc fixes.
11215 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
11216 (iso-iso2sgml, iso-sgml2iso): New functions.
11217 (iso-cvt-define-menu): Fix some entries and use backquote for
11218 clarity.
11219
11220 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
11221
b61f1215
GM
112222000-03-28 Gerd Moellmann <gerd@gnu.org>
11223
11224 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
11225 ISO-DATE. If non-nil, return date in ISO 8601 format.
11226
ea4b0ca3
SM
112272000-03-26 Stefan Monnier <monnier@cs.yale.edu>
11228
3831af62
SM
11229 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
11230 if it ever becomes used.
11231 (log-edit-mode-hook): Default to vc-log-mode-hook.
11232 (log-edit-mode): Fix the docstring.
11233
ea4b0ca3
SM
11234 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
11235 the code.
11236
08f8b1cc
DL
112372000-03-26 Dave Love <fx@gnu.org>
11238
082527fe
DL
11239 * net/browse-url.el (browse-url): Re-fix case of
11240 browse-url-browser-function being an alist.
11241 (browse-url): Add :link to defgroup.
11242
08f8b1cc
DL
11243 * files.el: Doc fixes.
11244 (file-truename): Include `[' in wildcard characters.
11245 (automount-dir-prefix): Customize.
11246 (find-file-wildcards): Add :version.
11247 (find-file-noselect): Simplify a mapcar call.
11248
11249 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
11250 compatible with inf-lisp version.
11251 (eval-defun-1): Fix custom-declare-variable case.
11252
ea4b0ca3
SM
112532000-03-25 Stefan Monnier <monnier@cs.yale.edu>
11254
11255 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
11256
9a0dd3dc
GM
112572000-03-24 Gerd Moellmann <gerd@gnu.org>
11258
b68c375f
GM
11259 * Makefile (COMPILE_FIRST): New macro.
11260 (compile-files): Compile files from COMPILE_FIRST first.
11261
11262 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
11263 code.
11264
9a0dd3dc
GM
11265 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
11266 matching open parenthesis in column 0 to defun-prompt-regexp
11267 only if open-paren-in-column-0-is-defun-start is set.
11268
11269 * sun-curs.el: Require CL at compile-time only.
11270
11271 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
11272 instead of copy-list which is a function from CL.
11273 (msb--choose-menu, msb--mode-menu-cond)
11274 (msb--create-buffer-menu-2): Use dolist instead of mapc.
11275 (msb--init-file-alist): Use mapcar instead of mapcan.
11276 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
11277 `(' in column 0 in doc string.
11278 (msb--add-separators): Use mapcar instead of mapcan.
11279
11280 * cus-dep.el: Require CL at compile-time only.
11281
c7dcadb5
SM
112822000-03-24 Stefan Monnier <monnier@cs.yale.edu>
11283
11284 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
11285 (byte-compile-warnings): New warning `noruntime'.
11286 (byte-compile-constants, byte-compile-variables): Fix docstring.
11287 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
11288 execute `eval-whenc-compile's body.
11289 (byte-compile-unresolved-functions): Fix docstring.
11290 (byte-compile-eval): New function.
11291 (byte-compile-callargs-warn): Check if the function will be available
11292 at runtime (via property `byte-compile-noruntime').
11293 (byte-compile-print-syms): New function.
11294 (byte-compile-warn-about-unresolved-functions): Also warn about
11295 `noruntime' functions (and use `byte-compile-print-syms').
11296 (byte-compile-file): Capitalize the message.
11297
3b55acc9
GM
112982000-03-24 Gerd Moellmann <gerd@gnu.org>
11299
11300 * mail/rmail.el (rmail-confirm-expunge): New user-option.
11301 (rmail-expunge): Ask for confirmation depending on the setting
11302 of rmail-confirm-expunge.
11303
113042000-03-23 Gerd Moellmann <gerd@gnu.org>
11305
11306 * Makefile (bootstrap-clean): If $(emacs) exists, build
11307 loaddefs.el first. A loaddefs.el that's not up-to-date might
11308 cause a bootstrap failure because things don't autoload as
11309 expected.
11310
02c76af4
DL
113112000-03-23 Dave Love <fx@gnu.org>
11312
11313 * net/browse-url.el: Restore previous use of
11314 browse-url-maybe-new-window.
11315
1a3199d9
GM
113162000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11317
11318 * ps-print.el: Skip banner page fix.
11319 (ps-print-version): New version number (5.1.2).
11320 (ps-begin-file, ps-end-file, ps-generate): Code fix.
fa78f71b 11321
1a3199d9
GM
113222000-03-23 Dave Pearson <davep@davep.org>
11323
11324 * net/quickurl.el Changed the type of parameter passed to the
11325 function defined by `quickurl-format-function'. Before only the
11326 text of the URL was passed. Now the whole URL structure is passed
11327 and the function is responsible for extracting the parts it
11328 requires. Changed the default of `quickurl-format-function'
11329 accordingly.
11330 (quickurl-insert): Changed the `funcall' of
11331 `quickurl-format-function' to match the above change.
11332 (quickurl-list-insert): Changed the `url' case so that it makes
11333 use of `quickurl-format-function', previous to this the format was
11334 hard wired.
fa78f71b 11335
72db3ab5
GM
113362000-03-22 Gerd Moellmann <gerd@gnu.org>
11337
11338 * startup.el: Change some spellings for the X Window System.
11339
68049bfa
SM
113402000-03-22 Stefan Monnier <monnier@cs.yale.edu>
11341
11342 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
11343 up the code and the regexp and make sure the cursor is temporarily
11344 moved to the suspicious line while querying the user.
11345
ff4df011
JR
113462000-03-22 Jason Rumney <jasonr@gnu.org>
11347
11348 * w32-fns.el (w32-charset-info-alist): Initialize.
11349
ee1c5b21
GM
113502000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11351
11352 * ps-print.el: N-up last page fix.
11353 (ps-print-version): New version number (5.1.1).
11354 (ps-end-file, ps-end-job, ps-generate): Code fix.
fa78f71b 11355
d2cbfba0
SM
113562000-03-21 Stefan Monnier <monnier@cs.yale.edu>
11357
bfb857d8
SM
11358 * files.el (find-file-run-dired): Update docstring.
11359 (find-directory-functions): New hook.
11360 (find-file-noselect): Run find-directory-functions rather than
11361 calling dired directly.
11362
11363 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
11364
cb3430a1
SM
11365 * pcvs.el: Add a minimal leading commentary.
11366 (cvs-make-cvs-buffer): Change the header part by removing the startup
11367 message and adding a `Module' entry. Also replace the FOOTER and
11368 HEADER special fileinfos with the new support in ewoc for updating
11369 its own footer and header.
11370 (cvs-update-header): Update to use the header/footer of the ewoc.
11371 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
11372 (cvs-is-within-p): New function.
11373 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
11374 to only examine some subset of the buffers.
11375
11376 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
11377 `format' instead of our own ad-hoc functions.
11378 Remove HEADER and FOOTER cases, now handled in the EWOC.
11379 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
11380
11381 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
11382 output to avoid scaring the user.
11383 (cvs-parse-table): Catch message for non-up-to-date commits.
11384
11385 * pcvs-defs.el (cvs-startup-message): Remove.
11386 (cvs-global-menu): New autoloaded menu.
11387
11388 * pcvs-util.el (cvs-string-fill): Remove.
11389
11390 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
11391 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
11392 PP part of it and also make it work for footers and headers.
11393 (ewoc-create): Drop POS and BUFFER arguments.
11394 Use the DLL's dummy node to store the end-of-footer position.
11395 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
11396 (ewoc-refresh): Remove unused `header' variable.
11397 (ewoc-(get|set)-hf): New functions.
11398
d2cbfba0
SM
11399 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
11400 log-view-*-(message|file) and use easy-mmode-define-navigation.
11401 (log-view-message-re): Match SCCS format as well.
11402 And match the revision line rather than the dashed separator line.
11403 (log-view-mode): Use the new define-derived-mode.
11404 (log-view-current-tag): Fill in with an actual implementation.
11405
11406 * cvs-status.el (cvs-status-(prev|next)): Rename from
11407 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
11408 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
11409 to let the output "breathe" a little more (more readable).
11410 (cvs-status-mode): Use the new define-derived-mode.
11411
11412 * smerge-mode.el (smerge-auto-leave): New function and variable.
11413 (smerge-basic-map): Rename from smerge-basic-keymap.
11414 Change the bindings for smerge-diff-*.
11415 (smerge-*-map): Use easy-mmode-defmap.
11416 (smerge-(next|prev)): Use easy-mmode-define-navigation.
11417 (smerge-keep-*): Use smerge-auto-leave.
11418
51663132
JR
114192000-03-21 Jason Rumney <jasonr@gnu.org>
11420
11421 * cus-edit.el (custom-button-face): Use 3D look for w32.
11422 (custom-button-pressed-face): Likewise.
11423
3f6e4b8b
GM
114242000-03-21 Gerd Moellmann <gerd@gnu.org>
11425
11426 * progmodes/etags.el (tags-case-fold-search): New user-option.
11427 (tags-loop-eval): New function. Bind case-fold-search around eval
11428 depending on the value of tags-case-fold-search.
11429 (tags-loop-continue): Use tags-loop-eval.
11430 (find-tag-in-order): Bind case-fold-search depending on the value
11431 of tags-case-fold-search.
11432
c7ea3acc
SM
114332000-03-21 Stefan Monnier <monnier@cs.yale.edu>
11434
0ae39f53
SM
11435 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
11436 (diff-end-of-hunk): Return the end position for use in
11437 `easy-mmode-define-navigation'.
11438 (diff-recenter): Remove.
11439 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
11440 of `easy-mmode-define-navigation'.
11441 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
11442 previous renaming) and fix to use new names.
11443 (diff-merge-strings): Use \n as separator: simpler, faster.
11444 (diff-mode): Use `define-derived-mode'.
11445
c7ea3acc
SM
11446 * derived.el (define-derived-mode): Don't autoload anymore.
11447 Prefer the macro-only version provided by easy-mmode.el.
11448
11449 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
11450 `easy-mmode-define-derived-mode'.
11451 Use `combine-run-hooks'.
11452 (easy-mmode-define-navigation): New macro.
11453
11454 * subr.el (combine-run-hooks): New function.
11455
6c4bfdc0
KH
114562000-03-21 Kenichi HANDA <handa@etl.go.jp>
11457
11458 * term/x-win.el: Fontsets related initialization is simplified.
11459
11460 * international/mule-diag.el (describe-font): Don't refer to
11461 global-fontset-alist, instead call font-list.
11462 (describe-fontset, list-fontsets, mule-diag): Likewise.
11463 (print-fontset): Adjusted for the change of fontset
11464 implementation.
11465
11466 * international/fontset.el (x-charset-registries): Variable
11467 removed, instead the corresponding data is stored in the default
11468 fontset.
11469 (register-alternate-fontnames): Function removed.
11470 (resolved-ascii-font): Variable removed.
11471 (x-compose-font-name): Ignore the second argument REDOCE.
11472 (x-complement-fontset-spec): Complement only an ASCII font and
11473 element for those charsets than can use that ASCII font.
11474 (generate-fontset-menu): Don't refer to global-fontset-alist,
11475 instead call fontset-list.
11476 (uninstantiated-fontset-alist): Variable removed.
11477 (x-style-funcs-alist): Likewise.
11478 (fontset-default-styles): Likewise.
11479 (x-modify-font-name): Function removed.
11480 (create-fontset-from-fontset-spec): Ignore the argument
11481 STYLE-VARIANT.
11482 (create-fontset-from-ascii-font): Docsting adjusted for the above
11483 change.
11484 (instantiate-fontset, resolve-fontset-name): Functions removed.
11485 (fontset-list): Now implemented by C code.
fa78f71b 11486
6c4bfdc0
KH
11487 * faces.el (read-face-font): Fix TABLE arg to completing-read.
11488 (describe-face): Include `font' attribute in the description.
11489
9111d4b5
KH
114902000-03-21 Kenichi Handa <handa@etl.go.jp>
11491
11492 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
11493
b33dd3b0
GM
114942000-03-20 Gerd Moellmann <gerd@gnu.org>
11495
a25bbe00
GM
11496 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
11497 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
11498 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
fa78f71b 11499
b33dd3b0
GM
11500 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
11501 about behavior of set-buffer-modified-p wrt redisplay.
11502
8b7bc628 115032000-03-19 Richard M. Stallman <rms@gnu.org>
e53ae11c
RS
11504
11505 * view.el (view-mode-disable): Kill local binding of view-read-only.
11506
d7b511c4
GM
115072000-03-18 Gerd Moellmann <gerd@gnu.org>
11508
11509 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
11510 is a string, convert it to a syntax cell using string-to-syntax.
11511
11512 * simple.el (syntax-code-table, syntax-flag-table): New variables.
11513 (string-to-syntax): New function.
11514
11515 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
11516 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
b33dd3b0 11517 try to use passive ftp mode.
d7b511c4 11518
998ecc60
GM
115192000-03-17 Gerd Moellmann <gerd@gnu.org>
11520
b33dd3b0 11521 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
998ecc60
GM
11522
11523 * simple.el (append-to-buffer): Update point of windows after
11524 insertion.
11525
11526 * abbrev.el (inverse-add-abbrev): Identify word by first moving
11527 forward then moving backward. Reindent.
11528
11529 * frame.el (other-frame): Call x-focus-frame only if
11530 focus-follows-mouse is off.
11531
235d6821
DL
115322000-03-17 Dave Love <fx@gnu.org>
11533
11534 * pcvs-util.el (cvs-strings->string): Rename
11535 replace-regexps-in-string.
11536
a29a2cd1
SM
115372000-03-17 Stefan Monnier <monnier@cs.yale.edu>
11538
af595444
SM
11539 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
11540 regexp for labels cannot span several lines.
11541
11542 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
998ecc60 11543 `(setq :<key> ':<key>)' to the macro expansion.
a29a2cd1 11544
a9be2843
DL
115452000-03-16 Dave Love <fx@gnu.org>
11546
11547 * progmodes/f90.el (f90): Put custom group under `languages', not
11548 `fortran'.
11549 (f90-mode-hook): Customize.
11550 (f90-mode): Set add-log-current-defun-function.
11551 (f90-current-defun): New function.
11552
d0ab3e9d
GM
115532000-03-16 Gerd Moellmann <gerd@gnu.org>
11554
16b20ed9
GM
11555 * cus-edit.el (custom-variable-tag-face): Handle case that
11556 default face's height is not a number.
11557 (custom-face-tag-face, custom-group-tag-face-1)
11558 (custom-group-tag-face): Ditto.
11559 (custom-group-tag-face-1): Add :group.
fa78f71b 11560
d0ab3e9d
GM
11561 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
11562
ae8ab422
GM
115632000-03-15 Gerd Moellmann <gerd@gnu.org>
11564
11565 * pcvs-defs.el (toplevel): Remove autoload cookie for form
11566 requiring easymenu.
11567
81c7ca69
GM
115682000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11569
11570 * ps-print.el: PostScript user-defined prologue, PostScript error
11571 handler, doc fix.
11572 (ps-print-version): New version number (5.1).
11573 (ps-user-defined-prologue, ps-error-handler-message)
11574 (ps-print-prologue-0, ps-error-handler-alist): New vars.
11575 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
11576 (ps-insert-string): New function.
fa78f71b 11577
dcf1003d
KH
115782000-03-15 Kenichi Handa <handa@etl.go.jp>
11579
11580 * international/ccl.el (ccl-compile-expression): Don't generate
11581 invalid self-assignment code.
11582
73825616
DL
115832000-03-14 Dave Love <fx@gnu.org>
11584
11585 * subr.el (replace-regexp-in-string): Renamed from
11586 replace-regexps-in-string. Doc fix.
11587
031020ac
DL
115882000-03-12 Dave Love <fx@gnu.org>
11589
11590 * cus-edit.el: Doc fixes.
11591 (customize-set-variable, customize-save-variable): Rename args for
11592 doc.
11593 (custom-variable-tag-face, custom-face-tag-face)
11594 (custom-group-tag-face-1, custom-group-tag-face): Modify from
11595 style which user identify as hyperlink.
11596 (hook): Don't add undefined functions to the hook.
11597 (debug-ignored-errors): Transfer message from bindings.el.
11598
9b2f3c38
GM
115992000-03-12 Gerd Moellmann <gerd@gnu.org>
11600
11601 * recentf.el (recentf-keep-non-readable-files-p): Remove
11602 double/nested definition.
11603
0d6e23cf
DL
116042000-03-12 Dave Love <fx@gnu.org>
11605
11606 * facemenu.el (facemenu-get-face): Use display-color-p.
11607 * enriched.el (enriched-decode-foreground): Likewise.
11608 (enriched-decode-background): Likewise.
11609 * isearch.el (isearch-highlight): Likewise.
11610 * info-look.el (info-lookup): Likewise.
11611 * simple.el (completion-setup-function): Likewise.
11612
11613 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
11614 :options.
11615
11616 * bindings.el (mode-line-format): Fix line-number and
11617 column-number items. Add help-echo for the background.
11618 (mode-line-mule-info): Modify help-echo.
11619
1598a961 11620 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
0d6e23cf
DL
11621
11622 * files.el (load-file): Allow completion to .elc.
11623
11624 * man.el: Doc fixes.
11625 (Man-init-defvars): Use display-color-p to set fontification.
11626
11627 * play/hanoi.el (hanoi-internal): Don't use oddp.
11628
e1cff360
GM
116292000-03-12 Gerd Moellmann <gerd@gnu.org>
11630
11631 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
11632
11633 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
11634
5e5dff44
GM
116352000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
11636
11637 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
11638 Fix comment.
11639
5b467bf4
SM
116402000-03-10 Stefan Monnier <monnier@cs.yale.edu>
11641
83fef604
SM
11642 * font-lock.el (font-lock-keywords): Fix the doc now that
11643 regexp-opt-depth is unnecessary.
11644 (save-buffer-state): Set an edebug spec.
11645 (font-lock-fontify-anchored-keywords): Properly handle the case when
11646 the matcher goes past the limit.
11647
5b467bf4
SM
11648 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
11649 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
11650
83fef604
SM
11651 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
11652 dll.el and cookie.el (from Elib) with heavy renaming and other
11653 massaging.
5b467bf4
SM
11654
11655 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
11656 Autoload the functions used.
11657 (easy-mmode-define-syntax): Fix CL typo.
11658 (easy-mmode-define-derived-mode): Improve the docstring generation.
11659
d407456c
GM
116602000-03-10 Gerd Moellmann <gerd@gnu.org>
11661
11662 * textmodes/texinfo.el (texinfo-version): Variable and function
11663 removed.
11664
5a7a545c
SM
116652000-03-09 Stefan Monnier <monnier@cs.yale.edu>
11666
0d6e23cf
DL
11667 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
11668 allow more flexibility.
11669 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
11670 fns.
11671 (easy-mmode-defmap, easy-mmode-defsyntax)
11672 (easy-mmode-define-derived-mode): New macros.
5a7a545c 11673
d407456c 116742000-03-09 Didier Verna <didier@xemacs.org>
445b0666
DL
11675
11676 * rect.el (replace-rectangle): New function.
11677
116782000-03-09 Dave Love <fx@gnu.org>
11679
11680 * progmodes/fortran.el (fortran-comment-line-start): Define as
11681 "C".
11682 (fortran-comment-line-start-skip): Don't match cpp stuff.
11683 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
11684 (fortran-mode-map): Remove over-eager custom-menu-create for now.
11685 (fortran-mode): Don't set fortran-comment-line-start-skip,
11686 fortran-comment-line-start here. Set comment-start,
11687 add-log-current-defun.
11688 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
11689 (fortran-current-defun): New function.
11690
80460654
GM
116912000-03-09 Gerd Moellmann <gerd@gnu.org>
11692
d1221ea9
GM
11693 * emacs-lisp/re-builder.el: New file.
11694
1853aa6b
GM
11695 * mouse.el (mouse-drag-region): Don't run up-event handler
11696 if hscroll has changed.
11697
80460654
GM
11698 * octave-mod.el (octave-font-lock-keywords): To font-lock the
11699 builtin operators, use `font-lock-builtin-face' for Emacs and
11700 `font-lock-preprocessor-face' otherwise.
fa78f71b
SS
11701
11702 * font-lock.el (lisp-font-lock-keywords-1): Highlight
80460654
GM
11703 `(defun (setf foo)' differently.
11704
c0056275
SM
117052000-03-08 Stefan Monnier <monnier@cs.yale.edu>
11706
11707 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
80460654
GM
11708 (regexp-opt): Update comment and adapt the code the new meaning of
11709 the `paren' argument of regex-opt-group for shy-groups.
11710 (regexp-opt-depth): Handle shy groups as well as backslashed
11711 backslashes.
c0056275
SM
11712 (regexp-opt-group): Turn the leading comment into a docstring.
11713 Allow `paren' to be a string (the string to use to open a group).
80460654
GM
11714 Remove open-presuf and close-presuf. Instead of checking for `all
11715 one-char' and then later on check for `several one-char', handle
11716 both cases close together. Also apply a more generic algorithm
11717 for suffixes (the mirror image of the algorithm used for
11718 prefixes). Use shy-groups. Use nreverse rather than reverse.
c0056275
SM
11719 (regexp-opt-try-suffix): Removed.
11720
11721 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
80460654
GM
11722 from comint-mode-map, so we can just inherit from it. Also, move
11723 the initialization into the `defvar' since there's no docstring
11724 anyway and it's fairly short.
11725 (inferior-scheme-mode): Define it as derived-mode: the code is
11726 shorter and this way we inherit from comint-mode-map rather than
11727 copying it.
c0056275 11728
80460654
GM
11729 * subr.el (replace-regexps-in-string): Properly handle the case
11730 where we match an empty string.
c0056275 11731
80460654
GM
11732 * comint.el (comint-exec-1): Add the current-dir to the exec-path
11733 when the command has a directory component (such as "./testml").
c0056275
SM
11734 Also fix a typo in the comment.
11735
5e91ff9e
GM
117362000-03-08 Gerd Moellmann <gerd@gnu.org>
11737
feab4fba
GM
11738 * Makefile (compile-files): Compile files one by one because
11739 that's the only way to ensure a clean compilation environment for
11740 each individual file.
11741
5e91ff9e
GM
11742 * frame.el (other-frame): Call x-focus-frame.
11743
76162e12
DL
117442000-03-07 Dave Love <fx@gnu.org>
11745
f64ce788
DL
11746 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
11747 :require to defcustom.
11748
76162e12
DL
11749 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
11750 lists.
11751
11752 * files.el (auto-mode-alist): Add configure.in.
11753
11754 * progmodes/autoconf.el: New file.
11755
f7daf1e1
GM
117562000-03-07 Gerd Moellmann <gerd@gnu.org>
11757
11758 * mail/mh-e.el: Change maintainer to `none'.
11759
11760 * recentf.el (recentf-keep-non-readable-files-p): Quote args
11761 to remove-hook and add-hook.
11762
117632000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
11764
11765 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
11766 it as the default.
11767 (mail-send): Test mail-send-nonascii also for the new `mime' value.
11768 (sendmail-send-it): Conditionally add MIME headers specifying the
11769 used character set.
fa78f71b 11770
63f6b2c4
DL
117712000-03-07 Dave Love <fx@gnu.org>
11772
11773 * winner.el: Fix keywords, autoload cookies. Split
11774 eval-when-compile form to avoid compilation failure.
11775
8330e2f9
KH
117762000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
11777
11778 * international/mule.el: Modify comment about coding system
11779 property `coding-category'.
11780 (make-coding-system): New argument EOL-TYPE. Pay attention to
11781 coding-category property of PROPERTIES.
11782
11783 * international/mule-conf.el (coding-category-utf-8,
11784 coding-category-utf-16-be, coding-category-utf-16-le): New coding
11785 categories. Include them in the argument for set-coding-priority.
11786
11787 * international/mule-cmds.el (reset-language-environment): Include
11788 coding-category-utf-8, coding-category-utf-16-be, and
11789 coding-category-utf-16-le in the argument for set-coding-priority.
11790 (reset-language-environment): Initialize coding-category-utf-8,
11791 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
11792
18bb0684
GM
117932000-03-06 Karl Fogel <kfogel@red-bean.com>
11794
11795 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
11796 code abstracted out of `bookmark-jump-noselect'. Now tries info
11797 extensions as well as compression extensions.
11798 (bookmark-jump-noselect): Use above new func.
fa78f71b 11799
71a6ba55
GM
118002000-03-03 Gerd Moellmann <gerd@gnu.org>
11801
11802 * strokes.el: Change maintainer's mail address.
11803
0d56cdff
KH
118042000-03-03 Kenichi Handa <handa@etl.go.jp>
11805
11806 * international/mule-diag.el (list-character-sets): Make help-echo
11807 string by substitute-command-keys.
11808 (list-character-sets): Likewise.
11809 (sort-listed-character-sets): Call help-setup-xref.
11810
900fa1f1
GM
118112000-03-02 Gerd Moellmann <gerd@gnu.org>
11812
11813 * time.el (display-time-mail-file): Add `none' to the list of
11814 choices.
11815
54d04320
DL
118162000-03-01 Dave Love <fx@gnu.org>
11817
43f3fa09
DL
11818 * help.el (help-xref-go-back): Don't try to set position.
11819
54d04320
DL
11820 * international/mule-diag.el (list-character-sets): Call
11821 help-setup-xref. Add help-echo to xrefs.
11822 (list-character-sets-1): Add help-echo to xrefs.
11823
d054101f
GM
118242000-03-02 Gerd Moellmann <gerd@gnu.org>
11825
11826 * frame.el (blink-cursor-mode): Switch cursor on when turning
11827 the mode off.
11828
11829 * add-log.el (add-log-current-defun): Add support for
11830 Autoconf mode.
11831
11832 * mail/rmail.el (rmail-quit-hook): New variable.
11833
d77dae5c
DL
118342000-03-01 Dave Love <fx@gnu.org>
11835
e5f597f0
DL
11836 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
11837
d77dae5c
DL
11838 * help.el (help-xref-button): Add help-echo arg.
11839 (describe-function-1, describe-variable, help-make-xrefs): Use it.
11840
11841 * faces.el (list-faces-display): Supply help-echo with
11842 help-make-xrefs.
11843
11844 * facemenu.el (list-text-properties-at): Set help-xref-stack to
11845 nil.
11846
72d19d75
GM
118472000-03-01 Gerd Moellmann <gerd@gnu.org>
11848
2df636f4
GM
11849 * image.el (defimage): Look for image files in load-path.
11850
fa78f71b 11851 * frame.el (busy-cursor-delay-seconds): Change type to
72d19d75
GM
11852 `number'.
11853
2df636f4
GM
118542000-03-01 David Ponce <david.ponce@wanadoo.fr>
11855
11856 * recentf.el (recentf): Added version tag to the defgroup of
11857 recentf.
11858
118592000-03-01 David Ponce <david.ponce@wanadoo.fr>
11860
11861 * recentf.el (recentf-cleanup): Changed to remove excluded file
11862 too.
11863 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
11864 action to select/unselect a file.
11865 (recentf-edit-list): Code cleanup and improvement.
11866 (recentf-open-more-files-action): `recentf-open-more-files' button
11867 widget action to open a file.
11868 (recentf-open-more-files): No more use standard completion but
11869 widgets.
11870 (recentf-more-collection): Deleted.
11871 (recentf-more-history): Deleted.
11872 (recentf-setup-more-completion): Deleted.
11873
118742000-03-01 David Ponce <david.ponce@wanadoo.fr>
11875
11876 * recentf.el (recentf-mode): No more needs that Emacs is running
11877 under a window-system.
11878
118791999-03-01 David Ponce <david.ponce@wanadoo.fr>
11880
11881 * recentf.el (recentf-edit-list): New command to edit the recent
11882 list which allow the user to remove files.
11883 (recentf-edit-selected-items): New global variable, used by
11884 `recentf-edit-list' to hold the list of files to be removed from
11885 the recent list.
11886 (recentf-make-menu-items): Updated to display a "Edit list..."
11887 menu item. Minor code cleanup.
11888
118891999-03-01 David Ponce <david.ponce@wanadoo.fr>
11890
11891 * recentf.el (recentf-open-more-files): New command to open files
11892 that are not displayed in the menu.
11893 (recentf-more-collection): New global variable holding the set of
11894 permissible completions used by `recentf-open-more-files'.
11895 (recentf-more-history): New global variable holding the history list
11896 used by `recentf-open-more-files' completion.
11897 (recentf-setup-more-completion): New function to setup completion for
11898 `recentf-open-more-files'.
11899 (recentf-make-menu-items): Updated to display a "More..." menu item.
11900
119011999-03-01 David Ponce <david.ponce@wanadoo.fr>
11902
11903 * recentf.el (recentf-menu-action): Doc fixed.
11904
119051999-03-01 David Ponce <david.ponce@wanadoo.fr>
11906
11907 * recentf.el (recentf-menu-filter): Doc updated.
11908 (recentf-update-menu-hook): Allow menu filters to force menu update.
11909 (recentf-make-menu-items): New menu filter handling.
11910 (recentf-make-menu-item): New helper function.
11911 (recentf-menu-elements): New menu handling function.
11912 (recentf-sort-ascending): Updated to new menu filter handling.
11913 (recentf-sort-descending): Updated to new menu filter handling.
11914 (recentf-sort-basenames-ascending): New menu filter function.
11915 (recentf-sort-basenames-descending): New menu filter function.
11916 (recentf-show-basenames): New menu filter function.
11917 (recentf-show-basenames-ascending): New menu filter function.
11918 (recentf-show-basenames-descending): New menu filter function.
11919
72d19d75
GM
119202000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11921
11922 * diary-lib.el (list-diary-entries): Don't try to go forward at
11923 the end of the buffer.
11924
1ac1c836
KH
119252000-02-29 Kenichi Handa <handa@etl.go.jp>
11926
11927 * international/mule-diag.el (list-character-sets): Completely
11928 rewritten.
11929 (sort-listed-character-sets): New function.
11930 (list-character-sets-1): Completely rewritten.
11931 (list-character-sets-2): New function.
11932 (non-iso-charset-alist): New variable.
11933 (decode-codepage-char): New function.
11934 (charset-history): New variable.
11935 (read-charset) (list-block-of-chars)
11936 (list-iso-charset-chars)
11937 (list-non-iso-charset-chars)
11938 (list-charset-chars): New functions.
11939 (mule-diag): Call list-character-sets-2, not
11940 list-character-sets-2.
11941 (dump-charsets): Likewise.
11942
ed4d0512
GM
119432000-02-29 Gerd Moellmann <gerd@gnu.org>
11944
72d19d75
GM
11945 * dired-x.el (dired-filename-at-point): Add `@' to valid
11946 file name characters.
11947 (dired-filename-at-point): Handle ange-ftp file names.
11948
ed4d0512
GM
11949 * frame.el (frame-notice-user-settings): Use assq-delete-all
11950 instead of assoc-delete-all.
11951 (frame-notice-user-settings): Ditto.
11952
11953 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
11954 Don't copy alist.
11955
32038c7a
GM
119562000-02-28 Eli Barzilay <eli@cs.cornell.edu>
11957
11958 * calculator.el (calculator-use-menu): New option.
11959 (calculator-initial-bindings): Changed some bindings to work as
11960 macros.
11961 (calculator-forced-input): Removed.
11962 (calculator-restart-other-mode): New variable.
11963 (calculator-mode-map): Set up menu.
fa78f71b 11964
32038c7a
GM
119652000-02-28 Jari Aalto <jari.aalto@poboxes.com>
11966
11967 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
11968 tags.
fa78f71b 11969
55d7ff38 119702000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
fa78f71b 11971
55d7ff38
MK
11972 * viper-cmd.el (viper-envelop-ESC-key): added the option to
11973 translate all ESC key sequences.
11974 (viper-goto-mark-subr): restore markers for files for which
11975 they were saved.
11976 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
11977 * viper-util.el (viper-set-replace-overlay-glyphs,
11978 viper-set-replace-overlay): always check if the replacement
11979 overlay is live.
11980 * viper.el (viper-vi-state-mode-list): added major modes.
11981 * ediff-wind.el: minor comment changes.
11982 * ediff.el: copyright notice date fix.
fa78f71b 11983
387023ee
JR
119842000-02-27 Jason Rumney <jasonr@gnu.org>
11985
11986 * faces.el (face-font-family-alternatives): Add arial to helv.
11987 (mode-line, header-line, tool-bar): Same default as x for w32.
11988 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
11989 face-font-family-alternatives from working.
11990 * term/w32-win.el (mouse-set-font): Do not build fontset from
11991 chosen font.
11992
f43d79c1
GM
119932000-02-25 Sam Steingold <sds@goems.com>
11994
5d80cc9c 11995 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
f43d79c1 11996 properly.
fa78f71b 11997
8b7bc628 119982000-02-25 Richard M. Stallman <rms@gnu.org>
f43d79c1
GM
11999
12000 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
12001
4eb8436f
GM
120022000-02-25 Gerd Moellmann <gerd@gnu.org>
12003
12004 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
12005 writable.
12006
449c3c52 12007 * frame.el (busy-cursor-delay-seconds): New option.
f5b58615 12008
42088c12
GM
120092000-02-24 Gerd Moellmann <gerd@gnu.org>
12010
12011 * frame.el (show-cursor-in-non-selected-windows): New option.
12012
c60ea02e
GM
120132000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12014
12015 * diary-lib.el (include-other-diary-files): Undo the selective
12016 display in any included file and don't kill it.
12017
d066de8e
EZ
120182000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
12019
12020 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
12021 bar. Menu items converted to (menu-item format, help strings
12022 added.
12023 [downcase, upcase]: Don't enable on MS-DOS.
12024 [symlink, symlinks]: Don't show if make-symbolic-link is not
12025 bound.
12026 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
12027
b6906b38
DL
120282000-02-23 Dave Love <fx@gnu.org>
12029
275cf1b2
DL
12030 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
12031 (backward-kill-word): Revert addition of * to interactive spec --
12032 it's a feature.
12033
12034 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
12035 (backward-kill-sentence, kill-sentence): Likewise.
12036
99d48056
DL
12037 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
12038 scratch buffer name.
12039 (gud-format-command): Use int-to-string in ?l case. Simplify
12040 slightly.
12041
12042 * term/w32-win.el (internal-face-interactive): Update prompt for
12043 new read-face-name.
12044
12045 * mail/footnote.el (footnote): Add :version to defgroup.
12046 (footnote-section-tag-regexp): Customize.
12047 (footnote-start-tag, footnote-end-tag): New option.
12048 (footnote-latin-regexp): New variable.
12049 (Footnote-latin): New function.
12050 (footnote-style-alist): Add element for latin style.
12051 (footnote-style): Moved.
12052 (Footnote-goto-footnote): Use eq to test arg.
12053
12054 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
12055
b6906b38
DL
12056 * emacs-lisp/byte-opt.el: Change old backquote syntax.
12057 (byte-compile-trueconstp): Include keywords.
12058 (byte-optimize-quote, byte-optimize-lapcode): Use
12059 byte-compile-const-symbol-p.
12060 (byte-optimize-char-before): New optimization.
12061
12062 * emacs-lisp/bytecomp.el: Change old backquote syntax.
12063 (byte-compile-const-symbol-p): New function.
12064 (byte-compile-constp, byte-compile-out-toplevel)
12065 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
12066 Use it.
12067
12068 * subr.el (define-key-after): Default AFTER to t. Doc fix.
12069
214f877f
KH
120702000-02-23 Kenichi Handa <handa@etl.go.jp>
12071
c709bcf1
KH
12072 * international/encoded-kb.el: Be sure to update minor-mode-alist
12073 and minor-mode-map-alist.
12074 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
12075 codes SS2 and SS3 correctly.
12076 (encoded-kbd-self-insert-ccl): New function.
12077 (encoded-kbd-setup-keymap): New function.
12078 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
12079 by calling encoded-kbd-setup-keymap.
12080
214f877f
KH
12081 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
12082 characters.
12083 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
12084 locally.
12085
b021ef18
DL
120862000-02-22 Dave Love <fx@gnu.org>
12087
12088 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
12089 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
12090 defvar.
12091 (lisp-mode-syntax-table): Set up for #|...|# comments.
12092 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
12093 classes. Match `defface'.
12094 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
12095 (eval-defun-1): Fix for defcustom.
12096 (lisp-indent-region): Doc fix.
12097
12098 * subr.el (when, unless, split-string): Doc fix.
12099 (read-passwd): Move call of clear-this-command-keys to the right
12100 place.
12101 (replace-regexps-in-string): New function.
12102
14cc00ad
GM
121032000-02-22 Gerd Moellmann <gerd@gnu.org>
12104
12105 * help.el (describe-variable): Set syntax table to
12106 emacs-lisp-mode-syntax-table when moving forward over the
12107 symbol's name.
12108
47da5efa
DL
121092000-02-22 Dave Love <fx@gnu.org>
12110
12111 * xt-mouse.el: Doc fixes.
12112 (xterm-mouse-position-function): New function, replacing advice of
12113 mouse-position.
12114 (xterm-mouse-mode): Use it. Don't turn on under a window system.
12115
12116 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
12117
f0a6c717
GM
121182000-02-21 Gerd Moellmann <gerd@gnu.org>
12119
12120 * format.el (format-annotate-single-property-change): Handle
12121 properties.with dotted-list values.
12122 (format-proper-list-p): New function.
12123
12124 * enriched.el (enriched-face-ans): Handle '(foreground-color
12125 . COLOR) and (background-color . COLOR).
12126
2be80b63
DL
121272000-02-20 Dave Love <fx@gnu.org>
12128
12129 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
12130 and assignments to it.
12131 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
12132 current local map.
12133 (make-flyspell-overlay): Use it.
12134 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
12135
12136 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
12137 (lm-get-header-re): Defun, not defsubst.
12138 (lm-get-package-name): Defun, not defsubst. Simplify.
12139 (lm-version): Doc fix. Simplify.
12140 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
12141 (lm-crack-address, lm-last-modified-date, lm-commentary)
12142 (lm-verify, lm-synopsis): Simplify.
12143 (lm-report-bug): Require emacsbug. Use compose-mail.
12144
329eed9f
GM
121452000-02-20 Gerd Moellmann <gerd@gnu.org>
12146
12147 * dired.el (dired-mode): Call propertized-buffer-identification
12148 to set mode-line-buffer-identification to something having
12149 the right text properties.
12150
12151 * bindings.el (propertized-buffer-identification): New function.
12152
be5bb146
DL
121532000-02-20 Dave Love <fx@gnu.org>
12154
12155 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
12156 check for t-mouse too.
12157
12158 * cus-start.el: Make echo-keystrokes `number'.
12159
1d4311c3
EZ
121602000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
12161
12162 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
12163 Don't call ring-empty-p unless tags-location-ring is bound.
12164 From Noah Friedman <friedman@splode.com>.
12165
a23c5037
TTN
121662000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
12167
12168 * progmodes/hideshow.el (hs-flag-region): No longer use
12169 `intangible' overlay property.
12170
12171 (hs-toggle-hiding): New command.
12172 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
12173
12174 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
12175 Fix omission bug: Run `hs-minor-mode-hook' for both activation
12176 and deactivation.
12177
b6a22bf8
GM
121782000-02-18 Gerd Moellmann <gerd@gnu.org>
12179
12180 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
12181
d621caf7
GM
121822000-02-17 Gerd Moellmann <gerd@gnu.org>
12183
3c0ed7ce
GM
12184 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
12185
d621caf7
GM
12186 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
12187 of `*' to handle `(* ... *)' comments.
12188
538d88fb
EZ
121892000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
12190
53c80cf6 12191 * faces.el (list-faces-display): Use display-mouse-p instead of
f24fef2f 12192 window-system.
53c80cf6 12193
538d88fb
EZ
12194 * menu-bar.el (global-map): Menu-bar items converted to the new
12195 format (menu-item..., rearranged for better CUA compliance, and
12196 their names changed for better clarity. Help strings added.
12197
12198 * international/mule-cmds.el (mule-menu-keymap)
12199 (describe-language-environment-map, set-coding-system-map)
12200 (setup-language-environment-map): Convert to new (menu-item...
12201 form, add help strings. Change names of menu items for better
12202 clarity. "Mule" menu-bar item removed (it's now in the "Options"
12203 submenu).
12204
8389e1e2 122052000-02-17 Gerd Moellmann <gerd@gnu.org>
84fe35f0 12206
a23c5037 12207 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
8389e1e2 12208 within the code.
a23c5037 12209
8389e1e2 122102000-02-16 Dave Love <fx@gnu.org>
a23c5037 12211
84fe35f0
DL
12212 * faces.el: Don't require custom. Add more specific :groups to
12213 various deffaces.
12214 (set-face-attribute): Purecopy args.
12215 (read-face-name): Default to name at point and use it in prompt.
12216 Remove colon from arg in all callers.
12217 (list-faces-display): Hyperlink to face descriptions and customize
12218 buffers.
12219
b2aeee30
DL
122202000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
12221
12222 * wid-edit.el (widget-match-inline): An atom never matches a
12223 list.
12224
99e95407
GM
122252000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12226
82d2c7c5
DL
12227 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
12228 at ':' characters by call to split-string.
99e95407
GM
12229
122302000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12231
82d2c7c5 12232 * textmodes/bibtex.el: Added RCS version identification.
99e95407
GM
12233
122342000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12235
82d2c7c5
DL
12236 * textmodes/bibtex.el: Some temporary comments removed.
12237 (bibtex-field-name, bibtex-entry-type): Made the relationship
12238 explicit.
12239 (bibtex-field-const): Allow capital letters.
12240 (bibtex-start-of-string): Deleted because unused.
12241
12242 * textmodes/bibtex.el: Unified some nomenclature. We no longer
12243 use the term 'reference' to describe a bibtex entry as a whole.
12244 Further, reference keys are no longer called 'labels'.
12245 (bibtex-keys): Renamed to bibtex-reference-keys.
12246 (bibtex-reformat-previous-labels): Renamed to
12247 bibtex-reformat-previous-reference-keys.
12248 (bibtex-reference-type): Renamed to bibtex-entry-type.
12249 (bibtex-reference-head): Renamed to bibtex-entry-head.
12250 (bibtex-reference-maybe-empty-head): Renamed to
12251 bibtex-entry-maybe-empty-head.
12252 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
12253 (bibtex-search-reference): Renamed to bibtex-search-entry.
12254 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
12255 bibtex-enclosing-entry-maybe-empty-head.
12256 (bibtex-entry-field-alist, bibtex-entry-head,
12257 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
12258 bibtex-map-entries, bibtex-search-entry,
12259 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
12260 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12261 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
12262 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
12263 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
12264 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
12265 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
99e95407
GM
12266
122672000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12268
82d2c7c5
DL
12269 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
12270 comment.
12271 (bibtex-format-field-delimiters): New function, functionality
12272 extracted from bibtex-format-entry.
12273 (bibtex-autokey-get-yearfield-digits): New function, functionality
12274 extracted from bibtex-autokey-get-yearfield.
12275
12276 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
12277 entries in order to avoid stack overflow in the regexp matcher if
12278 field contents become large.
12279 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
12280 bibtex-field-string-part-not-braced,
12281 bibtex-field-string-part-no-inner-braces,
12282 bibtex-field-string-part-1-inner-brace,
12283 bibtex-field-string-part-2-inner-braces,
12284 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
12285 bibtex-field-string-quoted, bibtex-field-string,
12286 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
12287 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
12288 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
12289 as parsing is now performed by the following functions.
12290 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
12291 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
12292 bibtex-parse-field-string, bibtex-search-forward-field-string,
12293 bibtex-parse-association, bibtex-field-name-for-parsing,
12294 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
12295 bibtex-search-forward-field, bibtex-search-backward-field,
12296 bibtex-start-of-field, bibtex-end-of-field,
12297 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
12298 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
12299 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
12300 bibtex-parse-string, bibtex-search-forward-string,
12301 bibtex-search-backward-string, bibtex-start-of-string,
12302 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
12303 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
12304 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
12305 entries. Instead of reporting the results of the parsing by
12306 match-beginning or match-end, these functions return data structures
12307 that hold the corresponding positions.
12308 (bibtex-enclosing-field): Changed to also report field boundaries by
12309 return values rather than by match-beginning or match-end. The
12310 following functions have been adapted to use the new parsing
12311 functions.
12312 (bibtex-skip-to-valid-entry, bibtex-search-reference,
12313 bibtex-enclosing-field, bibtex-format-entry,
12314 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
12315 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
12316 bibtex-print-help-message, bibtex-end-of-entry,
12317 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
12318 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12319 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
12320 method for parsing.
12321 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
12322 bibtex-map-entries, bibtex-flash-head,
12323 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
12324 bibtex-autokey-change, bibtex-autokey-get-namefield,
12325 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
12326 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12327 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
12328 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12329 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
12330 order to make the new binding of case-fold-search immediately
12331 visible.
99e95407
GM
12332
123332000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12334
82d2c7c5
DL
12335 * textmodes/bibtex.el: Copyright notice is up to date.
12336 Added constant 'bibtex-maintainer-salutation.
99e95407 12337
82d2c7c5
DL
12338 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
12339 than make-temp-name, use match-string-no-properties and eliminate
12340 a quadratic behavior when building bibtex-strings.
99e95407 12341
82d2c7c5
DL
12342 * bibtex.el (bibtex-reference-key): Accept string entries whose
12343 reference key contains upper case letters.
99e95407
GM
12344
123452000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12346
82d2c7c5
DL
12347 * bibtex.el (bibtex-reference-head): Allow entries to start with
12348 a new line.
99e95407
GM
12349
123502000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12351
82d2c7c5
DL
12352 * bibtex.el: Hiding of entry bodies is not longer provided by
12353 bibtex.el directly. Instead the hideshow package can be used.
12354 Added a special bibtex entry to hs-special-modes-alist.
12355 (bibtex-hs-forward-sexp): Added for hideshow.el.
8389e1e2
GM
12356
123572000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12358
f24fef2f
SM
12359 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
12360 at ':' characters by call to split-string.
8389e1e2
GM
12361
123622000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12363
f24fef2f 12364 * textmodes/bibtex.el: Added RCS version identification.
8389e1e2
GM
12365
123662000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12367
f24fef2f
SM
12368 * textmodes/bibtex.el: Some temporary comments removed.
12369 (bibtex-field-name, bibtex-entry-type): Made the relationship
12370 explicit.
12371 (bibtex-field-const): Allow capital letters.
12372 (bibtex-start-of-string): Deleted because unused.
fa78f71b 12373
f24fef2f
SM
12374 * textmodes/bibtex.el: Unified some nomenclature. We no longer
12375 use the term 'reference' to describe a bibtex entry as a whole.
12376 Further, reference keys are no longer called 'labels'.
12377 (bibtex-keys): Renamed to bibtex-reference-keys.
12378 (bibtex-reformat-previous-labels): Renamed to
12379 bibtex-reformat-previous-reference-keys.
12380 (bibtex-reference-type): Renamed to bibtex-entry-type.
12381 (bibtex-reference-head): Renamed to bibtex-entry-head.
12382 (bibtex-reference-maybe-empty-head): Renamed to
12383 bibtex-entry-maybe-empty-head.
12384 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
12385 (bibtex-search-reference): Renamed to bibtex-search-entry.
12386 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
12387 bibtex-enclosing-entry-maybe-empty-head.
12388 (bibtex-entry-field-alist, bibtex-entry-head,
12389 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
12390 bibtex-map-entries, bibtex-search-entry,
12391 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
12392 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12393 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
12394 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
12395 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
12396 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
12397 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
8389e1e2
GM
12398
123992000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12400
f24fef2f
SM
12401 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
12402 comment.
12403 (bibtex-format-field-delimiters): New function, functionality
12404 extracted from bibtex-format-entry.
12405 (bibtex-autokey-get-yearfield-digits): New function, functionality
12406 extracted from bibtex-autokey-get-yearfield.
fa78f71b 12407
f24fef2f
SM
12408 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
12409 entries in order to avoid stack overflow in the regexp matcher if
12410 field contents become large.
12411 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
12412 bibtex-field-string-part-not-braced,
12413 bibtex-field-string-part-no-inner-braces,
12414 bibtex-field-string-part-1-inner-brace,
12415 bibtex-field-string-part-2-inner-braces,
12416 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
12417 bibtex-field-string-quoted, bibtex-field-string,
12418 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
12419 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
12420 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
12421 as parsing is now performed by the following functions.
12422 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
12423 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
12424 bibtex-parse-field-string, bibtex-search-forward-field-string,
12425 bibtex-parse-association, bibtex-field-name-for-parsing,
12426 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
12427 bibtex-search-forward-field, bibtex-search-backward-field,
12428 bibtex-start-of-field, bibtex-end-of-field,
12429 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
12430 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
12431 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
12432 bibtex-parse-string, bibtex-search-forward-string,
12433 bibtex-search-backward-string, bibtex-start-of-string,
12434 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
12435 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
12436 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
12437 entries. Instead of reporting the results of the parsing by
12438 match-beginning or match-end, these functions return data structures
12439 that hold the corresponding positions.
12440 (bibtex-enclosing-field): Changed to also report field boundaries by
12441 return values rather than by match-beginning or match-end. The
12442 following functions have been adapted to use the new parsing
12443 functions.
12444 (bibtex-skip-to-valid-entry, bibtex-search-reference,
12445 bibtex-enclosing-field, bibtex-format-entry,
12446 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
12447 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
12448 bibtex-print-help-message, bibtex-end-of-entry,
12449 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
12450 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12451 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
12452 method for parsing.
12453 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
12454 bibtex-map-entries, bibtex-flash-head,
12455 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
12456 bibtex-autokey-change, bibtex-autokey-get-namefield,
12457 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
12458 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12459 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
12460 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12461 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
12462 order to make the new binding of case-fold-search immediately
12463 visible.
8389e1e2
GM
12464
124652000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12466
f24fef2f
SM
12467 * textmodes/bibtex.el: Copyright notice is up to date.
12468 Added constant 'bibtex-maintainer-salutation.
fa78f71b 12469
f24fef2f
SM
12470 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
12471 than make-temp-name, use match-string-no-properties and eliminate
12472 a quadratic behavior when building bibtex-strings.
fa78f71b 12473
f24fef2f
SM
12474 * bibtex.el (bibtex-reference-key): Accept string entries whose
12475 reference key contains upper case letters.
8389e1e2
GM
12476
124772000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12478
f24fef2f
SM
12479 * bibtex.el (bibtex-reference-head): Allow entries to start with
12480 a new line.
8389e1e2
GM
12481
124822000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12483
f24fef2f
SM
12484 * bibtex.el: Hiding of entry bodies is not longer provided by
12485 bibtex.el directly. Instead the hideshow package can be used.
12486 Added a special bibtex entry to hs-special-modes-alist.
12487 (bibtex-hs-forward-sexp): Added for hideshow.el.
99e95407
GM
12488
124892000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12490
82d2c7c5 12491 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
99e95407
GM
12492 proceedings entry type (for cross referencing). Thanks to Wagner
12493 Toledo Correa for the suggestion.
12494
82d2c7c5 12495 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
99e95407 12496
eae61d8f
KH
124972000-02-14 Kenichi Handa <handa@etl.go.jp>
12498
12499 * international/characters.el: Setup case table for Vietnamese.
12500
fb07a302
GM
125012000-02-12 Gerd Moellmann <gerd@gnu.org>
12502
12503 * uniquify.el (toplevel): Require CL at compile time.
12504 (uniquify-push): Removed.
12505
12506 * shadowfile.el (shadow-when): Removed.
12507
12508 * tempo.el (tempo-dolist, tempo-mapc): Removed.
12509 (tempo-process-and-insert-string): Use dolist instead of
12510 tempo-dolist.
12511
12512 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
12513 regexp for paragraph-start.
12514
12515 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
12516 commas as well.
12517
a0eddf92
DL
125182000-02-10 Dave Love <fx@gnu.org>
12519
12520 * wid-edit.el: (widgets) [defgroup]: Remove url link.
12521 (widget-color-choice-list, widget-color-history, widget-mouse-help):
12522 Deleted.
12523 (widget-specify-field, widget-specify-button): Don't use
12524 widget-mouse-help as help-echo property.
12525 (default): Use #'ignore for :validate and :mouse-down-action.
12526 (checkbox): Add help-echo.
12527 (widget-sexp-validate): Rewritten to clarify error messages.
12528 (character): Use char-valid-p in :match function.
12529 (widget-color-complete): Use facemenu-color-alist.
12530 (widget-color-action): Use facemenu-read-color.
12531
12532 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
12533 set up `caar' &c that we now have.
12534
82d2c7c5
DL
125352000-02-09 Ray Blaak <blaak@gnu.org>
12536
12537 * delphi.el: Make resourcestring a declaration region, like const
12538 and var.
12539
6cbc1482
DL
125402000-02-09 Dave Love <fx@gnu.org>
12541
12542 * bindings.el (mode-line-input-method-map): New variable.
12543 (mode-line-mule-info): Use it; fix last change.
12544 (mode-line-mode-menu): Move definition.
12545 (mode-line-mouse-sensitive-p): Deleted.
12546 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
12547 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
12548 level.
12549
12550 * startup.el (command-line-1): Don't call
12551 make-mode-line-mouse-sensitive.
12552
f7136ee8
GM
125532000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
12554
12555 * mail/rmail.el (rmail-retry-failure): Use
12556 rmail-beginning-of-message before rmail-toggle-header, because the
12557 former toggles headers.
12558
6e1d0d15
SM
125592000-02-06 Stefan Monnier <monnier@cs.yale.edu>
12560
fef8c55b
SM
12561 * diff-mode.el (diff-kill-junk): New interactive function.
12562 (diff-reverse-direction): Use delete-and-extract-region.
12563 (diff-post-command-hook): Restrict the area so that the hook also works
12564 outside of any diff hunk. This is necessary for the minor-mode.
12565 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
12566 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
12567
6e1d0d15
SM
12568 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
12569 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
12570 so that it can be used more easily in <foo>-mode-hook. Also make sure
12571 to avoid duplicate entries.
12572 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
12573 (font-lock-remove-keywords): Just as was done for `add', allow it to
12574 work even if font-lock-mode is nil. Also make sure we don't modify
12575 any pre-existing list by forcing a copy-sequence. Finally rename
12576 `major-mode' to `mode'.
12577 (font-lock-fontify-syntactic-anchored-keywords)
12578 (font-lock-fontify-anchored-keywords)
12579 (font-lock-fontify-keywords-region): Use line-end-position.
12580 Don't make `font-lock-multiline' local (it's now done in
12581 font-lock-set-defaults).
12582 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
12583 move the `font-lock-fontified' creation to inside the `unless'.
12584
a75dfea0
AI
125852000-02-06 Andrew Innes <andrewi@gnu.org>
12586
12587 * term/w32-win.el (x-handle-args): Comment out call to message,
12588 which occurs before window system is initialized.
12589
12590 * makefile.nt: Add support for recompiling lisp code.
12591
b85e9462
DL
125922000-02-04 Dave Love <fx@gnu.org>
12593
9ff33afb
DL
12594 * bindings.el (mode-line-mule-info): Fix/extend last change.
12595
b85e9462
DL
12596 * completion.el: Replace completion-dolist with dolist.
12597
12598 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
12599 dotimes.
12600
44dff075
CD
126012000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
12602
12603 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
12604 environment names before they go into the section regexp.
12605
12606 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
12607 char class in regexp.
12608
12609 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
12610 `case-fold-search' to nil.
12611
12612 * progmodes/idlwave.el (idlwave-template): Respect
12613 `idlwave-abbrev-change-case'.
12614 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
12615 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
12616 idlwave-while): respect `idlwave-reserved-word-upcase'.
12617 (idlwave-rw-case): New function.
12618 (idlwave-statement-match): Fixed problem with assignment regexp.
12619 (idlwave-font-lock-keywords): Improved regexp for keyword
12620 parameters.
a23c5037 12621 (idlwave-surround): New argument LENGTH to support padding of
44dff075
CD
12622 operators longer than 1 char.
12623
12624 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
12625 idlwave-shell-expression-overlay. Implemented printing of
12626 expressions on higher levels of the calling stack.
12627 (idlwave-shell-display-level-in-calling-stack): Restore stack
12628 level.
12629 (idlwave-retrieve-expression-from-level): New function.
12630 (idlwave-shell-last-calling-stack): Variable removed.
12631 (idlwave-shell-reset): Argument action reversed (`visible' to
12632 `hidden'). Also remove stop-line overlay.
12633 (idlwave-shell-calling-stack-routine): New variable.
12634 (idlwave-shell-parse-stack-and-display): Messages now display
12635 negative level numbers.
12636 (idlwave-shell-mode): Set `modeline-format'.
12637 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
12638 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
12639 21.
12640 (idlwave-shell-print-expression-function): New option.
a23c5037 12641
44dff075
CD
12642 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
12643 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
12644 `tool-bar' instead of `toolbar'.
12645
f26c34fd
DL
126462000-02-02 Dave Love <fx@gnu.org>
12647
12648 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
12649 emacs-lisp-mode-hook. Don't check for defalias being defined.
12650
12651 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
12652 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
12653 the new builtins directly.
12654
12655 * whitespace.el (whitespace): Add :version to defgroup.
12656
12657 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
12658 Doc fix.
12659
12660 * thingatpt.el (sexp-at-point, symbol-at-point)
12661 (number-at-point, list-at-point): Add autoload cookie.
12662
12663 * recentf.el (recentf): Add :version to defgroup.
12664
12665 * quickurl.el (quickurl): Add :version to defgroup.
12666
12667 * elide-head.el (elide-head): Use point-marker more.
12668
12669 * bs.el (bs): Add :version to defgroup.
12670
12671 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
12672
12673 * progmodes/delphi.el (delphi): Add :version to defgroup.
12674
d240a249
GM
126752000-02-02 Gerd Moellmann <gerd@gnu.org>
12676
12677 * ange-ftp.el (ange-ftp-write-region): Handle case that
12678 succeeding process operation sets a different coding system.
12679
12680 * calculator.el: New file.
12681
d5179a01
EZ
126822000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
12683
12684 * frame.el (frames-on-display-list, framep-on-display): New
12685 functions.
12686 (display-mouse-p, display-popup-menus-p, display-graphic-p)
12687 (display-selections-p, display-screens, display-pixel-width)
12688 (display-pixel-height, display-mm-width, display-mm-height)
12689 (display-backing-store, display-save-under, display-planes)
12690 (display-color-cells, display-visual-class): New functions.
12691
12692 * term/tty-colors.el (tty-color-gray-shades): New function.
12693
12694 * faces.el (display-color-p): Use framep-on-display.
12695 (display-grayscale-p): New function.
12696
968e00f0
DL
126972000-01-31 Dave Love <fx@gnu.org>
12698
12699 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
12700 (create-fontset-from-x-resource): Don't concat integers.
12701
2cb750ba
GM
127022000-01-31 Inge Frick <inge@nada.kth.se>
12703
12704 * view.el: Some changes in documentation. Removed some trailing
12705 whitespace. Changed some parameter names to agree with
12706 documentation.
12707 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
12708 window is not deleted. Modifies change 1998-04-26.
a23c5037 12709
74e9213b
GM
127102000-01-31 Gerd Moellmann <gerd@gnu.org>
12711
47569935
GM
12712 * windmove.el: New file.
12713
74e9213b
GM
12714 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
12715 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2cb750ba 12716 progmodes/ebnf-yac.el: Update copyright and license info.
a23c5037 12717
74e9213b
GM
12718 * jit-lock.el (jit-lock-function): Widen before calculating end
12719 position.
12720 (jit-lock-stealth-chunk-start): Rewritten.
12721
12722 * info.el (Info-title-face-alist): Removed.
12723 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
12724 faces.
12725 (Info-fontify-node): Use these faces.
12726
994c5afe
GM
127272000-01-30 Gerd Moellmann <gerd@gnu.org>
12728
12729 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
12730 (cl-macro-list1): Recognize `&allow-other-keys' instead of
12731 `&allow-other-keywords'.
12732
12733 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
12734 the list of directories scanned heuristically.
12735
12736 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
12737 exist.
12738
f00276e3
JR
127392000-01-30 Jason Rumney <jasonr@gnu.org>
12740
12741 * w32-fns.el: Define w32-tty-standard-colors.
12742
12743 * startup.el (command-line): Use w32-tty-standard-colors when in
12744 w32 console mode.
12745
cc4dfff0
DL
127462000-01-30 Dave Love <fx@gnu.org>
12747
e645e77b
DL
12748 * jka-compr.el (jka-compr-load): Fix up load-history.
12749
cc4dfff0
DL
12750 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
12751
12752 * emacs-lisp/cl-macs.el: Revert previous change.
12753
16215eb0
DL
127542000-01-29 Dave Love <fx@gnu.org>
12755
12756 * facemenu.el: Purecopy various strings.
12757
12758 * timezone.el (timezone-fix-time): Window against 69 for two-digit
12759 years. Deal with three-digit years.
12760
12761 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
12762 defconst, purecopy.
12763 (help-back-label): Purecopy it.
12764
bbd9b566
GM
127652000-01-18 Gerd Moellmann <gerd@gnu.org>
12766
12767 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
12768 variable. If non-nil, order the buffer list according to the
12769 currently selected frame.
12770 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
12771 non-nil, pass the selected frame to function buffer-list.
a23c5037 12772
887448e1
GM
127732000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12774
12775 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
12776
7df85084
DL
127772000-01-28 Dave Love <fx@gnu.org>
12778
142e109c
DL
12779 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
12780
7df85084
DL
12781 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
12782 Don't use lisp-indent-hook property.
12783 (cl-abs): Remove.
12784
12785 * subr.el: Move out indent and edebug specs for when and unless.
12786
12787 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
12788 when, unless.
12789
12790 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
12791 unless, when.
12792
3b43c01c
GM
127932000-01-28 Gerd Moellmann <gerd@gnu.org>
12794
d060bc9f
GM
12795 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
12796 `collecting' as synonym for `collect'.
12797
12798 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
12799 for the case it contains spaces.
12800
12801 * simple.el (what-cursor-position): Change formatting of
12802 messages.
12803
b02786f9
GM
12804 * frame.el (delete-other-frames): New function.
12805 (toplevel): Bind it to C-x 5 1.
12806
efd68b8a
GM
12807 * sort.el (sort-numeric-base): New option.
12808 (sort-numeric-fields): If number starts with `0' or `0[xX[',
12809 interpret it as octal or hexadecimal. Use sort-numeric-base
12810 as default base.
12811
3b43c01c
GM
12812 * progmodes/glasses.el: New file.
12813
984ae001
GM
128142000-01-27 Gerd Moellmann <gerd@gnu.org>
12815
a0b796e3
GM
12816 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
12817 userids differently.
12818
984ae001
GM
12819 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
12820 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
12821 progmodes/ebnf-yac.el: New files.
12822
6c67ddee
DL
128232000-01-26 Dave Love <fx@gnu.org>
12824
12825 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
12826 on a function with an empty body. [From Eric Ludlam.]
12827
4e6473c8
GM
128282000-01-25 Andre Spiegel <spiegel@gnu.org>
12829
12830 * vc.el (vc-version-diff): Make sure file name is expanded.
12831
e12489f9
GM
128322000-01-25 Gerd Moellmann <gerd@gnu.org>
12833
12834 * scroll-bar.el (scroll-bar-timer): Variable removed.
12835 (scroll-bar-toolkit-scroll): Don't use a timer.
12836
8dbe2b07
KH
128372000-01-25 Kenichi Handa <handa@etl.go.jp>
12838
12839 * language/thai-util.el (thai-composition-function): Delete
12840 superfluous `a'.
12841
26ef1c87
DL
128422000-01-24 Dave Love <fx@gnu.org>
12843
12844 * fortran.el (fortran-mode): Use beginning-of-defun-function,
12845 end-of-defun-function.
12846
12847 * font-lock.el (turn-on-font-lock): Don't depend on window-system
12848 &c.
12849
7ed4e9a7
JR
128502000-01-22 Jason Rumney <jasonr@gnu.org>
12851
12852 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
12853 conflicts with new face support.
12854
8b7bc628 128552000-01-22 Richard M. Stallman <rms@gnu.org>
d2ce3151
RS
12856
12857 * replace.el (query-replace): Rename last arg to DELIMITED.
12858 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
12859 (query-replace-regexp): Likewise.
12860
8b7bc628 128612000-01-20 Richard M. Stallman <rms@gnu.org>
2d5e9b54 12862
02b14400
RS
12863 * subr.el (with-syntax-table): Use make-symbol, not gensym.
12864
5bb6f079
RS
12865 * emacs-lisp/lisp.el (beginning-of-defun-function):
12866 Variable renamed from beginning-of-defun.
12867 Do not call make-variable-buffer-local.
12868 (beginning-of-defun-raw): Use new variable name; doc fix.
12869 (beginning-of-defun): Doc fix.
12870 (end-of-defun-function): Variable renamed from end-of-defun.
12871 Do not call make-variable-buffer-local.
12872 (end-of-defun): Use new variable name; doc fix.
12873
02b14400
RS
12874 * subr.el (dolist, dotimes): Copied from cl-macs.el
12875 and made to work.
2d5e9b54 12876
a23c5037 12877 * mail/undigest.el (rmail-digest-end-regexps):
2d5e9b54
RS
12878 Variable replaces rmail-digest-end-regexp.
12879 Allows multiple regexps for detecting the end line.
12880 (undigestify-rmail-message): Corresponding changes.
12881
60af03f1
DL
128822000-01-19 Dave Love <fx@gnu.org>
12883
fe5d99e1
DL
12884 * files.el (user-init-file): Don't declare here -- is primitive.
12885
60af03f1
DL
12886 * startup.el (command-line): Check for compiled user-init-file and
12887 set to uncompiled version if necessary.
12888
72dbbc7d
GM
128892000-01-18 Gerd Moellmann <gerd@gnu.org>
12890
6a1950ec
GM
12891 * mail/undigest.el (rmail-digest-end-regexp): New user option.
12892 (undigestify-rmail-message): Use it.
12893
72dbbc7d
GM
12894 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
12895
fbe91bbd
GM
128962000-01-17 Gerd Moellmann <gerd@gnu.org>
12897
12898 * tmm.el (tmm-goto-completions): Adapt to prompt being part
12899 of mini-buffer.
12900
33a6685b
GM
129012000-01-14 Gerd Moellmann <gerd@gnu.org>
12902
b3303df7
GM
12903 * emacs-lisp/copyright.el (copyright-update): Removed the
12904 requirement for a trailing space from `copyright-regexp', to
12905 support copyrights with owner specified on a separate line..
a23c5037 12906
3c4c8064
GM
12907 * align.el: New file.
12908
33a6685b
GM
12909 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
12910
12911 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
12912
044a4975
DL
129132000-01-13 Dave Love <fx@gnu.org>
12914
12915 * ph.el: Removed. (Obsoleted by EUDC.)
12916
0a352cd7
GM
129172000-01-13 Gerd Moellmann <gerd@gnu.org>
12918
12919 * net/eudc.el (toplevel): Remove autoloaded code installing
12920 menu with easymenu, because that causes build problems.
12921
12922 * frame.el (frame-notice-user-settings): New variable.
12923 (frame-notice-user-settings): Don't modify frame parameters
12924 if called a second time.
12925
8b7bc628 129262000-01-13 Richard M. Stallman <rms@gnu.org>
0a352cd7
GM
12927
12928 * frame.el (frame-notice-user-settings):
12929 Notice default-frame-parameters even for non-window frames.
12930
feb450e0
GM
129312000-01-13 Gerd Moellmann <gerd@gnu.org>
12932
12933 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
12934 for Emacs.
12935 (eudc-bob-can-display-inline-images): Extend for Emacs.
12936 (eudc-bob-toggle-inline-display): Ditto.
12937 (eudc-bob-display-jpeg): Ditto.
12938
99c6d63b
GM
129392000-01-12 Gerd Moellmann <gerd@gnu.org>
12940
7970b229
GM
12941 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
12942 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
12943 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
a23c5037 12944
e4936aa9
GM
12945 * add-log.el (add-change-log-entry): Fix error trying an `(insert
12946 nil)'.
12947
12948 * subdirs.el: Add `net' directory.
12949
133c9e59
GM
12950 * net: New directory.
12951
99c6d63b
GM
12952 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
12953 eval-last-sexp. Don't bind debug-on-error here.
12954 (eval-last-sexp): New function. Bind debug-on-error if
12955 eval-expression-debug-on-error is non-nil.
12956 (eval-defun-2, eval-defun): Likewise.
12957
12958 * simple.el (eval-expression): Don't bind debug-on-error if
12959 eval-expression-debug-on-error is nil. Detect changed
12960 debug-on-error, and propagate new value to global binding, if
12961 eval-expression-debug-on-error is non-nil,
12962 (eval-expression-debug-on-error): Change doc string.
a23c5037 12963
8b7bc628 129642000-01-11 Richard M. Stallman <rms@gnu.org>
83c8f461
RS
12965
12966 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
12967
12968 * emacs-lisp/lisp-mode.el (with-syntax-table):
12969 Set up lisp-indent-function property.
12970
12971 * subr.el (with-syntax-table): Moved from simple.el.
12972
12973 * simple.el (with-syntax-table): Moved to subr.el.
12974
7e3c74fa
GM
129752000-01-11 Gerd Moellmann <gerd@gnu.org>
12976
1fab1775
GM
12977 * tmm.el (tmm-shortcut): Delete region after prompt instead
12978 of erasing buffer.
12979
7e3c74fa 12980 * textmodes/fill.el (fill-common-string-prefix): New function.
133c9e59
GM
12981 (fill-context-prefix): Use the longest common prefix of first
12982 and second line fill prefix, if there is one.
7e3c74fa 12983
8b7bc628 129842000-01-11 Richard M. Stallman <rms@gnu.org>
782bd3ec
RS
12985
12986 * array.el (array-mode): Don't use make-variable-buffer-local.
12987 Use make-local-variable for `truncate-lines'.
12988
aa705642 129892000-01-11 Jari Aalto <jari.aalto@poboxes.com>
57df2446 12990
aa705642
GM
12991 * add-log.el (add-log-current-defun): Handle user-defined
12992 add-log-current-function returning nil,
a23c5037 12993
57df2446 12994 * add-log.el (add-change-log-entry): Insert version number
aa705642 12995 if having found a current function
c1356086
GM
12996
12997 * add-log.el (add-log-current-defun): Call
12998 `add-log-current-defun-function'. Try matches at level 0 and
12999 level 1. Strip whitespace from defun found.
a23c5037 13000
1d8c59e9
RS
130012000-01-10 John Wiegley <johnw@gnu.org>
13002
13003 * allout.el (isearch-done/outline-provisions): Added `edit'
13004 argument to correspond with the current definition of
13005 `isearch-done'.
13006
8cf87e9b
DL
130072000-01-10 Dave Love <fx@gnu.org>
13008
13009 * elide-head.el (elide-head): Use point-marker, not point.
13010
9050446c
GM
130112000-01-10 Gerd Moellmann <gerd@gnu.org>
13012
8321b22a
GM
13013 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
13014 before and after the year 2000.
a23c5037 13015
9050446c
GM
13016 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
13017 Add ispell- prefix.
13018
130192000-01-10 Ken Stevens <k.stevens@ieee.org>
13020
13021 * ispell.el: Only define dictionaries in menus when they exist.
13022 (version18p): New variable.
13023 (version20p): New variable.
13024 (xemacsp): New variable.
13025 (ispell-choices-win-default-height): Fix for XEmacs visibility.
13026 (ispell-dictionary-alist1): Added Brasileiro dictionary.
13027 (ispell-dictionary-alist6): Russian command lines no longer accept
f24fef2f 13028 run-together words.
9050446c
GM
13029 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
13030 (ispell-dictionary-alist): Add koi8-r to customize definition.
13031 (check-ispell-version): Added documentation string. Returns
f24fef2f 13032 library path when called non-interactively.
9050446c
GM
13033 (ispell-menu-map-needed): Uses new variables.
13034 (ispell-library-path): New variable.
13035 (ispell-decode-string): XEmacs fix for bogus variable bindings.
13036 (ispell-word): Improved documentation string. Test for valid
13037 character mappings. Correctly check typed in word changes that can
13038 result in single words split into multiple words. Returns
13039 replacement word.
13040 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
13041 replace in recursive query replace mode. Help message for
13042 recursive edit mode.
13043 (ispell-show-choices): Protect against bad framepop bindings.
13044 (ispell-help): Fix to work with XEmacs.
13045 (ispell-highlight-spelling-error): Use new variables.
13046 (ispell-overlay-window): Fix to work with XEmacs.
13047 (ispell-parse-output): Passed and returns location information
13048 tracking spelling corrections. Doesn't recheck same word on
13049 current line.
13050 (ispell-init-process): Protect against bogus XEmacs variable binding.
13051 Fix call to single argument in sleep-for. Use new variables.
13052 (ispell-region): Passed and returns location information tracking
13053 spelling corrections. Doesn't check same word on current line.
13054 Improved documentation string. Doesn't resend a line already
13055 checked to the ispell process - fixes bug in LaTeX parsing.
13056 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
13057 (ispell-skip-region): No longer skips <TT> in SGML.
13058 (ispell-process-line): Tracks location information with spelling
13059 corrections. Added documentation string. Accounts for words
13060 already accepted on this line. Don't allow query-replace on line
13061 starting with math characters. Doesn't resend a line already sent
13062 to ispell process. Fixes alignment error bug.
a23c5037 13063
8b7bc628 130642000-01-10 Richard M. Stallman <rms@gnu.org>
6d0c28f4 13065
a23c5037 13066 * dired-x.el (dired-guess-shell-alist-default):
8f3efb4e
RS
13067 Suggest xloadimage, which is free, not xv, which isn't.
13068
a23c5037 13069 * ange-ftp.el (ange-ftp-file-name-nondirectory):
6d0c28f4
RS
13070 Don't ever include the host name or user name in the value.
13071
9ed79f5d
GM
130722000-01-09 Gerd Moellmann <gerd@gnu.org>
13073
13074 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
13075 of a real newline.
13076
b950abb1
GM
130772000-01-09 Stephen Eglen <stephen@gnu.org>
13078
a23c5037 13079 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
b950abb1
GM
13080 for .png files.
13081
3c708e98
GM
130822000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
13083
13084 * cus-edit.el (custom-hook-convert-widget): Fix comment.
13085
bf61662d
GM
130862000-01-09 Gerd Moellmann <gerd@gnu.org>
13087
f1d851ae
GM
13088 * progmodes/cperl-mode.el: Replace ^F with ^L.
13089
bf61662d 13090 * sendmail.el (toplevel): Provide `sendmail' when compiling
a23c5037 13091 before `require'ing rmail and mailalias to prevent infinite
bf61662d
GM
13092 recursion.
13093
c65d14ee
DL
130942000-01-08 Dave Love <fx@gnu.org>
13095
8cf87e9b
DL
13096 * emacs-lisp/backquote.el: Remove inappropriate customization
13097 (allowing custom.el to use backquote).
c65d14ee 13098
83de2ebc
DL
130992000-01-07 Dave Love <fx@gnu.org>
13100
13101 * add-log.el (add-log-debugging): Deleted.
13102 (add-change-log-entry): Treat a backup FILE-NAME as its parent
13103 file. Remove debugging code.
13104 (change-log-get-method-definition, change-log-name): Add doc.
13105 (change-log-sortable-date-at): New function.
13106 (change-log-merge): New command.
13107
13108 * time.el (display-time-string-forms): Make the Mail string active.
13109 (display-time-update): Provide help-echo for load average.
13110
13111 * bindings.el (make-mode-line-mouse2-map): New function.
13112 (mode-line-modified): Use it and simplify.
13113 (mode-line-mule-info): Provide help-echo info.
13114 (minor-mode-alist): Activate the strings.
13115 (make-mode-line-mouse-sensitive): Simplify for
13116 mode-line-buffer-identification.
13117
c1475eae
GM
131182000-01-07 Gerd Moellmann <gerd@gnu.org>
13119
13120 * play/pong.el: New file.
13121
83de2ebc
DL
131222000-01-06 Dave Love <fx@gnu.org>
13123
13124 * array.el: Assorted cleanups for compiler warnings, doc strings,
13125 `array-' prefix for symbols.
13126
131272000-01-05 Dave Love <fx@gnu.org>
13128
13129 * textmodes/outline.el (outline-mode-menu-bar-map): Add
13130 outline-headers-as-kill.
13131 (outline-mode): Define imenu-generic-expression.
13132 (outline-headers-as-kill): New command.
13133
13134 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
13135 from paragraph-start.
13136 (paragraph-indent-minor-mode): New command.
13137
13138 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
13139 M-C-e, M-C-h, C-j, C-xnd, TAB.
13140 (fortran-mode): Set beginning-of-defun, end-of-defun.
13141 (fortran-column-ruler): Simplify.
13142 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
13143 (fortran-with-subprogram-narrowing): Likewise.
13144 (fortran-indent-subprogram): Call mark-defun.
13145 (fortran-check-for-matching-do): Change narrowing.
13146
13147 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
13148 (cl-lucid-hash-tag): Delete.
13149 (cl-hash-table-p): Correct test for native table.
13150 (cl-hash-table-count): Use hash-table-count.
13151
13152 * browse-url.el (browse-url): Fix case of
13153 browse-url-browser-function being an alist.
13154
676ac023
CD
131552000-01-05 Carsten Dominik <cd@gnu.org>
13156
c1475eae
GM
13157 * textmodes/reftex-vars.el (reftex-parse-file-extension)
13158 (reftex-index-phrase-file-extension): New options.
676ac023
CD
13159
13160 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
c1475eae 13161 Use new option `reftex-index-phrase-file-extension'.
676ac023
CD
13162
13163 * textmodes/reftex.el (reftex-access-parse-file): Use new option
c1475eae 13164 `reftex-parse-file-extension'.
eb483e17 13165
88807984
DL
131662000-01-05 Dave Love <fx@gnu.org>
13167
83de2ebc 13168 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
88807984
DL
13169 (beginning-of-defun-raw): Use it.
13170 (end-of-defun): New variable.
13171 (end-of-defun): Use it.
13172 (check-parens): New command.
13173
1362aeb4
TTN
131742000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
13175
c1475eae
GM
13176 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
13177 (hs-show-block): Don't use `mapcar' when not accumulating.
1362aeb4 13178
7ddafb95
TTN
13179 Fix buglet in local variables initialization.
13180
7334aa99
AS
131812000-01-05 Andreas Schwab <schwab@suse.de>
13182
13183 * hscroll.el (hscroll): Doc fix.
13184
b12e24cd
CD
131852000-01-05 Carsten Dominik <cd@gnu.org>
13186
13187 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
13188 idlw-toolbar.
13189
13190 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
13191 file idlw-rinfo.el.
1362aeb4
TTN
13192 (idlwave-customize): load must read file idlw-shell.el.
13193 (idlwave-create-customize-menu): load must read file idlw-shell.el.
b12e24cd 13194
d6226972
CD
131952000-01-05 Carsten Dominik <dominik@astro.uva.nl>
13196
13197 * progmodes/idlw-shell.el: Also provide idlwave-shell
13198 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
13199 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
13200
13201 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
13202 both reftex-dcr and reftex-vcr.
1362aeb4 13203
d6226972
CD
13204 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
13205
6ddb893f 132062000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
894ee0a2
KH
13207
13208 * ps-print.el: PostScript code now is in separate files, doc fix.
13209 (ps-print-version): New version number (5.0.3).
13210 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
13211 local.
13212 (ps-spool-config): Initialization fix.
c1475eae
GM
13213 (ps-print-prologue-1, ps-print-prologue-2)
13214 (ps-print-duplex-feature): PostScript code moved to separated file.
894ee0a2
KH
13215 (ps-background-image): Little code reformating.
13216 (ps-begin-file, ps-begin-job): Fix code.
88807984 13217 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
894ee0a2
KH
13218 (ps-prologue-file): New fun.
13219
ae833aae
KH
132202000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13221
c1475eae 13222 * ps-vars.el: Eliminated.
ae833aae
KH
13223
13224 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
13225 `;;;###autoload'.
13226
13227 * ps-print.el: ps-vars eliminated, doc fix.
13228 (ps-print-version): New version number (5.0.2).
13229 (ps-spool-config): Initialization fix.
13230 (ps-print-customize): New fun.
13231
560a7bd2
GM
132322000-01-04 Gerd Moellmann <gerd@gnu.org>
13233
13234 * autorevert.el (auto-revert-mode): Return value of
13235 auto-revert-mode.
13236
f45dd0f4
DL
132372000-01-04 Dave Love <fx@gnu.org>
13238
fae2ac05
DL
13239 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
13240 menu items.
f45dd0f4 13241
61255981
DL
132422000-01-03 Dave Love <fx@gnu.org>
13243
88807984 13244 * elide-head.el (elide-head) [defgroup]: Add :version.
c282ca4d 13245
83de2ebc 13246 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
61255981
DL
13247 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
13248 `cl-hash-table-p', not `hash-table-p'.
13249 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
13250
c182a70f
EZ
132512000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13252
13253 * faces.el (face-read-integer, read-face-attribute)
13254 (color-defined-p, color-values): unspecified-{f,b}g are now
13255 strings.
13256
047f434a
GM
132572000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
13258
13259 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
13260 at comment end, and re-insert them after filling.
13261
bab531e2
EZ
132622000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13263
13264 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
f7002084
EZ
13265 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
13266 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
bab531e2 13267
d684c676
EZ
132682000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13269
13270 * term/x-win.el (xw-defined-colors): Call color-supported-p,
13271 the new name of face-color-supported-p.
13272
13273 * term/w32-win.el (xw-defined-colors): Likewise.
13274
0aad4805
EZ
132752000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13276
13277 * simple.el (completion-setup-function): Count completion-size
13278 from minibuffer-prompt-end, not from point-min.
13279
5fe1d139
EZ
132802000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
13281
13282 * faces.el (read-face-attribute, defined-colors, color-defined-p):
13283 Pass the frame to tty-color-* functions.
13284 (display-color-p, frame-set-background-mode): Pass the frame to
13285 tty-display-color-p.
13286
13287 * term/tty-colors.el (tty-defined-color-alist): Renamed from
13288 tty-color-alist.
13289 (tty-color-alist, tty-modify-color-alist): New functions.
13290 (tty-color-define, tty-color-clear, tty-color-approximate)
13291 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
13292 an optional parameter FRAME.
13293
162dec01
GM
132942000-01-01 Gerd Moellmann <gerd@gnu.org>
13295
27189709
GM
13296 * image.el (create-image, defimage): Don't assume image data is a
13297 string.
13298
162dec01
GM
13299 * image.el (defimage): Handle specifications containing :data
13300 instead of :file.
13301 (image-type-from-data): New function.
13302 (image-type-from-file-header): Use it.
13303 (create-image): Add parameter DATA-P.
1362aeb4 13304
bea56df7 13305See ChangeLog.8 for earlier changes.
25a6fab1
KH
13306
13307;; Local Variables:
e64c3a75 13308;; coding: iso-2022-7bit
25a6fab1 13309;; End: