New file. Provides a simple minor-mode for files containing
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
3dac25a9
SM
11999-12-09 Stefan Monnier <monnier@cs.yale.edu>
2
3 * smerge-mode.el: New file.
4
5 * font-lock.el (font-lock-multiline): New variable.
6 (font-lock-add-keywords): Rename `major-mode' into `mode'.
7 (font-lock-remove-keywords): Added a dummy `mode' argument for
8 potential future support.
9 (font-lock-fontify-anchored-keywords,
10 (font-lock-fontify-keywords-region): Only handle multiline strings
11 if necessary (avoids a pathological behavior in (f.ex) diff-mode).
12
72af9867
RS
131999-12-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
14
74002bdf
RS
15 * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
16
72af9867
RS
17 * dired-aux.el (dired-insert-subdir): Add autoload cookie.
18
e77049d4
DL
191999-12-07 Dave Love <fx@gnu.org>
20
21 * help.el (view-emacs-problems): New command, bound to C-h P.
22
23 * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
24
a1eb02bd 251999-12-07 Stefan Monnier <monnier@cs.yale.edu>
0b82e382
SM
26
27 * diff-mode.el (diff-mode-shared-map): fset'd and doc change.
28 (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
29 New code to support the minor mode version.
30 (diff-recenter): New function.
31 (diff-next-hunk, diff-next-file): Use it.
32 (diff-remembered-files-alist): New var.
33 (diff-merge-strings): New function.
34 (diff-find-file-name): Make it smarter and use the user's input more.
35 (diff-mode): Cosmetic changes.
a1eb02bd
SM
36
37 * files.el (save-some-buffers): Turn EXITING into the more general
38 PRED argument to allow specifying a subset of buffers.
39
40 * simple.el (kill-region): Use the new `delete-and-extract-region'
41 rather than the undo log (which is incorrect with *-change-functions).
42
43 * font-lock.el (font-lock-default-fontify-region): Fix subtle
44 off-by-one problem that could force re-fontifying the whole buffer.
01e924b8
SM
45 (font-lock-remove-keywords): New function.
46 (font-lock-add-keywords): Use the new function to ensure idempotence.
a1eb02bd 47
1da04da1
MK
481999-12-06 Michael Kifer <kifer@cs.sunysb.edu>
49
50 * viper-cmd.el (viper-minibuffer-standard-hook,
51 viper-minibuffer-real-start): new functions.
52 (viper-read-string-with-history,viper-file-add-suffix,
53 viper-trim-replace-chars-to-delete-if-necessary): adapt to the
54 change in the status of the minibuffer prompt.
55
3d973f71
GM
561999-12-06 Gerd Moellmann <gerd@gnu.org>
57
58 * comint.el (comint-redirect-results-list)
59 (comint-redirect-results-list-from-process): Remove interactive
60 spec.
61
7a3abcd8
EZ
621999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
63
64 * info.el (info-node, info-menu-5, info-xref): Define colors for
65 Info faces if the display supports them.
66
f795f633
EZ
671999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
68
69 Changes for automatic remapping of X colors on terminal frames:
70
71 * term/pc-win.el (msdos-setup-initial-frame): New function, run by
72 term-setup-hook. Call msdos-remember-default-colors and
73 msdos-handle-reverse-video.
74 (msdos-face-setup): Parts of code moved to
75 msdos-setup-initial-frame.
76 (msdos-handle-reverse-video): New function, modeled after
77 x-handle-reverse-video.
78 (make-msdos-frame): Don't use initial-frame-alist and
79 default-frame-alist. Call msdos-handle-reverse-video.
80 (msdos-color-aliases): Remove.
81 (msdos-color-translate, msdos-approximate-color): Remove.
82 (msdos-color-values): Use 16-bit RGB values. RGB values updated
83 for better approximation of X colors.
84 (msdos-face-setup): Call tty-color-clear. Remove code that sets
85 up tty-color-alist (it is now on startup.el).
86 (x-display-color-p, x-color-defined-p, x-color-values,
87 x-defined-colors, face-color-supported-p, face-color-gray-p):
88 Remove.
89
90 * facemenu.el (facemenu-read-color, list-colors-display): Use
91 defined-colors for all frame types.
92 (facemenu-color-equal): Use color-values for all frame types.
93
94 * faces.el (read-face-attribute): For :foreground and :background
95 attributes and frames on character terminals, translate the color
96 to the closest supported one before looking it up in the list of
97 valid values.
98 (face-valid-attribute-values): Call defined-colors for all types
99 of frames.
100 (defined-colors, color-defined-p, color-values, display-color-p):
101 New finctions.
102 (x-defined-colors, x-color-defined-p, x-color-values,
103 x-display-color-p): Aliases for the above.
104
105 * startup.el (command-line): Register terminal colors for frame
106 types other than x and w32, but only if the terminal supports
107 colors. Call tty-color-define instead of face-register-tty-color.
108
109 * term/x-win.el (xw-defined-colors): Renamed from
110 x-defined-colors.
111 * term/w32-win.el (xw-defined-colors): Likewise.
112
113 * term/tty-colors.el: New file.
114 * loadup.el: Load term/tty-colors.
115
71059bd3
DL
1161999-12-06 Dave Love <fx@gnu.org>
117
118 * ffap.el: Autoload the ffap alias directly.
119
d984dbc1
GM
1201999-12-06 Inge Frick <inge@nada.kth.se>
121
122 * dired-aux.el (dired-do-shell-command): Changed documentation.
123 (dired-shell-stuff-it): A `?' in COMMAND has now the same
124 meaning as `*'.
125
0b7b02f9
GM
1261999-12-06 Gerd Moellmann <gerd@gnu.org>
127
cded5ed3
GM
128 * simple.el (insert-buffer): Doc fix.
129
0b7b02f9
GM
130 * apropos.el (apropos-mode): Add autoload cookie.
131
1321999-12-06 Sam Steingold <sds@goems.com>
133
134 * progmodes/etags.el (etags-tags-completion-table): Modified the
135 regexp to allow for the CL symbols starting with `+*'.
136 (tags-completion-table): Doc fix (it's an obarray, not an alist).
137 (tags-completion-table, tags-recognize-empty-tags-table): Remove
138 `function' quoting lambda.
139 (tags-with-face): New macro.
140 (list-tags, tags-apropos): Use it.
141 (tags-apropos-additional-actions): New user option.
142 (etags-tags-apropos-additional): Use it.
143 (tags-apropos): Call etags-tags-apropos-additional.
144 (tags-apropos-verbose): New user option.
145 (etags-tags-apropos): Use it.
146 (visit-tags-table-buffer, next-file): Use `unless'.
147 (recognize-empty-tags-table): Renamed to
148 tags-recognize-empty-tags-table.
149 (complete-tag): Call tags-complete-tag bypassing try-completion.
150
b3e5232e
KH
1511999-12-06 Kenichi Handa <handa@etl.go.jp>
152
153 * international/mule.el (set-buffer-file-coding-system): Docstring
154 modified.
155
28f2ee66
GM
1561999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
157
158 * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
159 using the hideshow package.
160 (hs-special-modes-alist): Added entry for bibtex to allow the use
161 of the hideshow package.
162 (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
163 not longer provided by bibtex.el directly. Instead the hideshow
164 package should be used.
165 (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
166 references to bibtex-hide-entry-bodies.
167
1681999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
169
170 * textmodes/bibtex.el: Copyright notice is up to date. Moved
171 maintainer information closer to the beginning of the bibtex.el
172 file.
173 (bibtex-maintainer-salutation): New constant.
174 (bibtex-version): New constant.
175 (bibtex-submit-bug-report): Use bibtex-version and
176 bibtex-maintainer-salutation.
177 (bibtex-entry-field-alist): Made booktitle field optional for
178 @inproceedings entries when crossreferenced.
179 (bibtex-entry-field-alist): Added booktitle field to proceedings
180 entry type (for cross referencing). Thanks to Wagner Toledo Correa
181 for the suggestion.
182 (bibtex-string-file-path): Fixed typo.
183
1841999-12-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
185
186 * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
187 for reftex.el.
188 (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
189 to menu.
190
22afa6e8
DL
1911999-12-04 Dave Love <fx@gnu.org>
192
193 * delsel.el: Revert previous change -- region is significant to
194 skeleton.
195
b380fdf4
MK
1961999-12-04 Michael Kifer <kifer@cs.sunysb.edu>
197
198 * viper-cmd.el (viper-change-state): Use
199 viper-ESC-moves-cursor-back to decide whether to move the cursor
200 back.
201
9ac06837
GM
2021999-12-03 Kenichi Handa <handa@mule.m17n.org>
203
204 * international/mule-util.el (truncate-string-to-width): Docsting
205 fixed.
206
be961cd5
SM
2071999-12-02 Stefan Monnier <monnier@cs.yale.edu>
208
9ac06837 209 * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
be961cd5
SM
210 use of `cond'.
211 (lm-with-file): Move all the find-file...kill-buffer stuff into
212 this macro. Make it use `find-file-noselect' and make it kill
213 the buffer only if it wasn't already displayed somewhere.
214 (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
215 (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
9ac06837 216 (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
a1eb02bd 217 (lm-commentary): Fix to handle the case when the change log is
be961cd5
SM
218 at the end of the file.
219
867ef43a
GM
2201999-12-02 Kenichi Handa <handa@etl.go.jp>
221
222 * international/mule.el (charsetp): Fix typo in docstring.
223
224 * international/mule-diag.el (list-coding-categories): Fix typo;
225 automatic -> autoload.
226
8f713f53
GM
2271999-12-02 Gerd Moellmann <gerd@gnu.org>
228
fb29efe9
GM
229 * vc.el (vc-update-change-log): Look for rcs2log under
230 exec-directory.
231
a8050bff
GM
232 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
233 outline-regexp, add outline-level.
234 (lisp-outline-level): New.
235
ddf8eff5
GM
236 * calendar/appt.el (appt-convert-time): Handle "12:MMam",
237 remove extraneous string-match.
238
8f713f53
GM
239 * finder.el (finder-commentary): Activate Finder mode.
240
a468671a
GM
2411999-12-01 Anders Lindgren <andersl@andersl.com>
242
243 * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
244 off when reverting buffers that contained mode specifiers.
245 `revert-buffer' is now called with non-nil PRESERVE-MODES
246 argument.
247
0fdcf38a
DL
2481999-12-01 Dave Love <fx@gnu.org>
249
250 * delsel.el: Grok skeleton-pair-insert-maybe.
251
8f222248
RS
2521999-11-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
253
254 * progmodes/cperl-mode.el (cperl-under-as-char):
255 Use nil as default.
256
eb88a06d
GM
2571999-11-30 Gerd Moellmann <gerd@gnu.org>
258
259 * speedbar.el (toplevel): Remove compatibility code for Emacs
260 versions without custom.el.
261
cc0f405b
DL
2621999-11-30 Dave Love <fx@gnu.org>
263
be961cd5 264 * fortran.el (fortran-strip-sequence-nos): New command.
6a30e275 265
0f29c6a8
DL
266 * autoinsert.el: Minor doc fixes.
267 (auto-insert): Return nil.
268
cc0f405b
DL
269 * faces.el (set-face-documentation): Purecopy STRING.
270
aec2bb63
DL
2711999-11-29 Dave Love <fx@gnu.org>
272
04c817d4
DL
273 * derived.el: Doc fixes, remove old backquote syntax.
274
aec2bb63
DL
275 * cus-edit.el (custom-save-variables, custom-save-faces): Write a
276 comment warning about editing.
277
75ec883c
DL
278 * help.el (help-mode-hook): Define.
279
ebb4159c
GM
2801999-11-29 Gerd Moellmann <gerd@gnu.org>
281
282 * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
283 invalid translation of old-style backquote syntax to new syntax.
284
4678c844
EZ
2851999-11-28 Eli Zaretskii <eliz@is.elta.co.il>
286
287 * Makefile (DONTCOMPILE): Add term/internal.el.
288
07c8b450
DL
2891999-11-26 Dave Love <fx@gnu.org>
290
291 * comint.el: Fix last change.
292
293 * emacs-lisp/advice.el: Fix last change.
294
19d63704
RS
2951999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
296
297 * cus-edit.el (Custom-reset-standard): Doc fix.
298 (custom-variable-reset-standard): Doc fix.
299 (custom-face-reset-standard): Doc fix.
300 (custom-face-menu): "Reset to Standard" => "Erase Customization".
301 (custom-variable-menu): Likewise.
302 (custom-reset-menu): Likewise.
303 (custom-buffer-create-internal): Likewise.
304
cc700606
DL
3051999-11-26 Dave Love <fx@gnu.org>
306
307 * progmodes/make-mode.el (makefile-mode-hook): Customize.
308
309 * font-lock.el: Doc fixes.
310
311 * menu-bar.el (menu-bar-mode): Customize.
312
313 * cus-start.el: Add use-dialog-box.
314
315 * add-log.el (change-log-mode-hook): Customize.
316 (add-log-current-defun): Use
317 fortran-{beginning,end}-of-subprogram.
318
916cd8a3
RS
3191999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
320
321 * emacs-lisp/advice.el: Many doc fixes.
c095ddb9
RS
322
323 * comint.el (comint-preoutput-filter-functions): Doc fix.
324
3251999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
326
327 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
328 Improve messages for capitalization of arg names,
329 for flag variables, for t and nil, for imperatives.
330 Call them imperatives rather than infinitives sans "to".
331 (checkdoc-common-verbs-wrong-voice): Add "moves".
332 (checkdoc-message-text-engine): Improve messages for y-or-n-p.
333
334 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
335 Don't convert comments from 3-semicolon to 2-semicolon.
336 That is a matter of style.
337 (checkdoc-triple-semi-comment-check-flag): Variable deleted.
338 (checkdoc-comments): Don't bind that variable.
339
3401999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
341
342 * files.el (write-file-hooks): Doc fix.
343
0cf5bb50
GM
3441999-11-26 Gerd Moellmann <gerd@gnu.org>
345
346 * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
347
ddb6e2e2
DL
3481999-11-25 Dave Love <fx@gnu.org>
349
350 * hippie-exp.el: Require comint when compiling.
351 (hippie-expand): Add :links.
352 (hippie-expand-try-functions-list): Customize.
353
7d3f9fd8
MK
3541999-11-24 Michael Kifer <kifer@cs.sunysb.edu>
355
0cf5bb50 356 * viper*el: Replaced old-style backquotes.
7d3f9fd8 357
0cf5bb50 358 * ediff*el: Replaced old-style backquotes.
7d3f9fd8
MK
359
360 * ediff-merge
361 (ediff-looks-like-combined-merge,ediff-get-combined-region):
0cf5bb50 362 Changed to support the new format for ediff-combination-pattern.
7d3f9fd8
MK
363
364 * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
0cf5bb50 365 Changed to support the new format for ediff-combination-pattern.
7d3f9fd8 366
0ee0d2a4
DL
3671999-11-24 Dave Love <fx@gnu.org>
368
ba7394fe
DL
369 * custom.el (custom-declare-group): Purecopy DOC.
370 (custom-handle-keyword): Purecopy VALUE.
371 (custom-add-link): Purecopy WIDGET.
372 (custom-add-version): Purecopy VERSION.
373 (custom-add-load): Purecopy LOAD.
374
375 * cus-face.el (custom-declare-face): Purecopy DOC.
376
0ee0d2a4
DL
377 * info.el:
378 (Info-build-node-completions, Info-search, Info-follow-reference)
379 (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
380 (Info-find-emacs-command-nodes): Avoid properties on matched text
381 which may appear in minibuffer.
382
9be8f657
GM
3831999-11-24 Gerd Moellmann <gerd@gnu.org>
384
385 * locate.el (locate-with-filter): Doc fix.
386
46d94d0d
GM
3871999-11-24 Alex Schroeder <alex@gnu.org>
388
389 * sql.el (sql-find-sqli-buffer): New function.
390 (sql-set-sqli-buffer-generally): New function.
391 (sql-set-sqli-buffer): Better checking of new-buffer.
392 (sql-copy-column): Add comma after INTO clause, too.
393
3941999-11-24 Alex Schroeder <alex@gnu.org>
395
396 * sql.el (sql-imenu-generic-expression): New, used to set
397 imenu-generic-expression.
398
399 * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
400 setting font-lock-defaults' SYNTAX-ALIST. Set
401 imenu-generic-expression, imenu-case-fold-search, and
402 imenu-syntax-alist.
403
404 * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
405 and 46 when setting font-lock-defaults' SYNTAX-ALIST.
406
fd626620
GM
4071999-11-23 Andrew Innes <andrewi@gnu.org>
408
409 * w32-win.el (w32-drag-n-drop): Load files in current window, if
410 drop coords aren't over a specific window.
411
68e684a0
KH
4121999-11-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
413
414 * ps-print.el: Define mule funs without checking if mule package is
415 loaded.
416 (ps-print-version): New version number (5.0.1).
417 (ps-header-dirpart): Now uses abbreviate-file-name.
418
d8f479c6
DL
4191999-11-23 Dave Love <fx@gnu.org>
420
5ebc0846
DL
421 * fortran.el (fortran-comment-line-start): Renamed from
422 comment-line-start.
423 (fortran-comment-line-start-skip): Renamed from
424 comment-line-start-skip.
425 (fortran-mode-map): Use renamed functions. Add manual and custom
426 entries to menu.
427 (fortran-mode-hook): Customize.
428 (fortran-comment-indent-function): Renamed from
429 fortran-comment-hook.
430 (delete-horizontal-regexp): Function deleted.
431 (fortran-electric-line-number): Simplified.
432 (fortran-beginning-of-subprogram): Renamed from
433 beginning-of-fortran-subprogram.
434 (fortran-end-of-subprogram): Renamed from
435 end-of-fortran-subprogram.
436 (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
437 (fortran-previous-statement, fortran-next-statement): Simplified.
438 (fortran-blink-match): New function.
439 (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
440 (fortran-indent-to-column): Don't use delete-horizontal-regexp.
441 (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
442 line-end-position.
443 (fortran-fill): No longer interactive. Simplified.
444 (fortran-break-line): Simplified.
445 (fortran-analyze-file-format): Use char-after, not looking-at.
446
d8f479c6
DL
447 * find-func.el (find-function-regexp): Use `define-minor-mode'
448 after easy-menu change.
449
3965beb0
GM
4501999-11-23 Gerd Moellmann <gerd@gnu.org>
451
452 * comint.el: Add redirection.from active comint buffers into
453 another buffer. Written by Peter Breton.
454
29cc3b84
SM
4551999-11-23 Stefan Monnier <monnier@cs.yale.edu>
456
bc165bce 457 * emacs-lisp/autoload.el (make-autoload): Recognize the new
3965beb0 458 `define-minor-mode'.
bc165bce
SM
459 (define-minor-mode): Specify `doc-string-elt'.
460
29cc3b84
SM
461 * emacs-lisp/easy-mmode.el: Changed maintainer.
462 (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
3965beb0 463 Use defcustom for the hooks; Improve the auto-generated docstrings.
29cc3b84
SM
464 (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
465 (define-minor-mode): Add BODY arg; Only declare the keymap if
3965beb0 466 provided; Improve the auto-generated docstrings.
29cc3b84 467
02fda8ff
GM
4681999-11-22 Gerd Moellmann <gerd@gnu.org>
469
3965beb0 470 * textmodes/text-mode.el (text-mode): Construct paragraph-start so
855b9e33
GM
471 that the leading `^' is at the start. This is necessary because
472 paragraphs.el tries to remove anchors, but can find them only if
473 they are the first character.
474
98e85e34
GM
475 * progmodes/antlr-mode.el: New file.
476
02fda8ff
GM
477 * calendar/calendar.el: Fix autoload for
478 calendar-absolute-from-astro. Add autoload for
479 calendar-print-astro-day-number.
480
c86b6fd2
GM
4811999-11-21 Anders Lindgren <andersl@andersl.com>
482
483 * follow.el: Use modern backquote syntax. Minor comment update.
484
d8f1319a
GM
4851999-11-21 Gerd Moellmann <gerd@gnu.org>
486
c29cefdf
GM
487 * simple.el (with-syntax-table): Don't switch buffers.
488
d8f1319a
GM
489 * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
490 progmodes/hideif.el: Use new backquote syntax.
491
1934dbf4
GM
4921999-11-21 Ken Manheimer <klm@python.org>
493
494 * icomplete.el (icomplete-completions): Use an explicit variable
495 `icomplete-prospects-length', obviating the need to use an
496 apparently faulty throw/catch arrangement.
497
a88d2801
EZ
4981999-11-21 Eli Zaretskii <eliz@is.elta.co.il>
499
500 * term/internal.el (IT-display-table-setup): Don't overstep
501 character code 255.
502
88c6f314
KH
5031999-11-20 Kenichi Handa <handa@mule.m17n.org>
504
505 * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
506 for the charset chinese-sisheng is 7bit encoding, not 8bit.
507
d7a0208b
SM
5081999-11-19 Stefan Monnier <monnier@cs.yale.edu>
509
1934dbf4
GM
510 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
511 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
d294c01f 512
1934dbf4 513 * files.el (auto-mode-alist): Add patterns for diff-mode.
a9fb0b79 514
1934dbf4
GM
515 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
516 to detect an empty prompt.
d7a0208b 517
618bd252
DL
5181999-11-18 Dave Love <fx@gnu.org>
519
520 * simple.el (input-mode-8-bit): Fix the customization.
521
9dd1cf67
GM
5221999-11-18 Gerd Moellmann <gerd@gnu.org>
523
9bd2bb5b
GM
524 * international/iso-acc.el (iso-languages): Add more
525 characters for Portuguese.
526
3a1aa597
GM
527 * speedbar.el: Clean up comment at the start of the file.
528 Remove RCS id.
529
9dd1cf67
GM
530 * progmodes/compile.el (compilation-parse-errors): Use
531 compilation-buffer-p instead of testing major-mode.
532
5a7d4055
GM
5331999-11-18 Dave Pearson <davep@hagbard.demon.co.uk>
534
535 * quickurl.el Added defcustom of quickurl-completion-ignore-case.
536 (quickurl-ask): completion-ignore-case is set to the value of
537 quickurl-completion-ignore-case for the duration of the call to
538 completing-read.
539
71447e8f
GM
5401999-11-18 Richard M. Stallman <rms@caffeine.ai.mit.edu>
541
542 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
543
a109786d
KH
5441999-11-18 Kenichi Handa <handa@etl.go.jp>
545
546 * ps-vars.el: Renamed from ps-print-def.el. Provide ps-vars
547 instead of ps-print-def.
548
549 * ps-print.el: Require ps-vars instead of ps-print-def.
550
a109786d
KH
551 * ps-mule.el: Require ps-vars instead of ps-print-def.
552
a67fb175
GM
5531999-11-17 Gerd Moellmann <gerd@gnu.org>
554
555 * simple.el (with-syntax-table): Save buffer explicitly instead of
556 using save-excursion.
557
9e207b90
GM
5581999-11-16 Gerd Moellmann <gerd@gnu.org>
559
560 * mail/supercite.el: New maintainer.
561
5621999-11-16 Reto Zimmermann <reto@synopsys.com>
563
564 * progmodes/vhdl-mode.el: Use new backquote syntax.
565
5661999-11-16 Gerd Moellmann <gerd@gnu.org>
567
568 * simple.el (with-syntax-table): New.
569
da49057c
SS
5701999-11-15 Sam Steingold <sds@ksp.com>
571
572 * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
573
002c0506 5741999-02-22 Sam Steingold <sds@goems.com>
da49057c 575
002c0506
SS
576 * goto-addr.el (goto-address-at-mouse,
577 goto-address-find-address-at-point): use compose-mail.
578 (goto-address-mail-method): removed variable.
579 (goto-address-send-using-mh-e, goto-address-send-using-mhe,
580 goto-address-send-using-mail): removed functions.
da49057c 581
1e722f9f 5821998-11-03 Sam Steingold <sds@goems.com>
da49057c 583
1e722f9f
SS
584 * simple.el (backward-delete-char-untabify):
585 backward-delete-char-untabify-method can be `all' now - to delete
586 hungrily including newlines.
da49057c 587
b787fc05
GM
5881999-11-15 Sam Steingold <sds@ksp.com>
589
590 * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
da49057c 591
8d8ca350
DL
5921999-11-15 Dave Love <fx@gnu.org>
593
594 * cus-edit.el (customize-face, customize-face-other-window):
595 Require match from completing-read.
596 (custom-buffer-done-function): Default to custom-bury-buffer, not
597 bury-buffer.
598
d7d20e6a
GM
5991999-11-15 Gerd Moellmann <gerd@gnu.org>
600
b787fc05
GM
601 * mail/rmail.el, iswitchb.el, hippie-exp.el,
602 progmodes/cperl-mode.el: Use new backquote syntax.
d7d20e6a 603
b8517c22
GM
6041998-09-14 Michael Ernst <mernst@alum.mit.edu>
605
606 * uniquify.el: Use new backquote syntax.
607
6081999-11-14 Markus Rost <rost@ias.edu>
b05d3bee
GM
609
610 * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
611 as in ispell-local-dictionary-alist.
612
b8517c22 6131999-11-14 Alex Schroeder <alex@gnu.org>
4fefa382
GM
614
615 * ansi-color.el (ansi-color-apply): Updated regexps to include
616 highlighted face.
da49057c 617
b8517c22 6181999-01-14 Johan Vromans <jvromans@squirrel.nl>
5658a814 619
da49057c 620 * forms.el (forms--make-format-elt-using-text-properties):
5658a814
GM
621 Treat `intangible' differently.
622
623 * forms.el: Use new backquote syntax.
624
a3f8903e
GM
6251999-11-13 Gerd Moellmann <gerd@gnu.org>
626
627 * textmodes/scribe.el (scribe-mode): Doc-fix.
628
33cbd091
PB
6291999-11-13 Peter Breton <pbreton@ne.mediaone.net>
630
a3f8903e
GM
631 * net-utils.el (run-network-program, net-utils-run-program): Use
632 the new backquote syntax.
633 (smbclient-program, smbclient-program-options)
634 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
635 variables
33cbd091 636 (smbclient, smbclient-list-shares): New functions
da49057c 637
7e1e5cf1
SS
6381999-11-12 Sam Steingold <sds@ksp.com>
639
a3f8903e
GM
640 * emulation/viper-init.el (viper-deflocalvar, viper-loop)
641 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
642 (viper-kbd-buf-definition, viper-kbd-mode-alist)
643 (viper-kbd-mode-pair, viper-kbd-mode-definition)
644 (viper-kbd-global-pair, viper-kbd-global-definition):
f1097063
SS
645 Use the new backquote syntax.
646
a3f8903e
GM
647 * emulation/viper-cmd.el (viper-test-com-defun)
648 (viper-prefix-arg-value, viper-prefix-arg-com):
f1097063
SS
649 Use the new backquote syntax.
650
6c2599ed
SS
651 * emacs-lisp/debug.el (debugger-env-macro):
652 Use the new backquote syntax.
653
654 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
655 Use the new backquote syntax.
656
7e1e5cf1
SS
657 * calendar/calendar.el (calendar-remove-frame-by-deleting):
658 New user variable.
659 (calendar-hide-window): Use it.
660 (increment-calendar-month, calendar-for-loop, calendar-sum):
661 Use the new backquote syntax.
662
9b2e6e4c
GM
6631999-11-12 Andrew Innes <andrewi@gnu.org>
664
665 * select.el (x-set-selection): Call buffer-substring, not
666 substring. Also fix docstring
667
8f011fdc
GM
6681999-11-12 Peter Kleiweg <kleiweg@let.rug.nl>
669
670 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
671 of customizable variables to bug report message. Added
672 system-type to package name in bug report.
7e1e5cf1 673
1a4280fb
GM
6741999-11-12 Gerd Moellmann <gerd@gnu.org>
675
676 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
677 to display file names.
678
44336afb
GM
6791999-11-11 Gerd Moellmann <gerd@gnu.org>
680
4c56b88e
GM
681 * mwheel.el: Fix copyright notice, don't require 'cl at run time.
682
44336afb
GM
683 * isearch.el: Add lazy-highlighting feature.
684
3bc6df53
GM
6851999-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
686
687 * progmodes/ps-mode.el (ps-mode-maintainer-address): New
688 constant.
689 (ps-mode-submit-bug-report): New function. Entry added to menu.
690
628cda31
WP
6911999-11-10 William M. Perry <wmperry@aventail.com>
692
693 * mwheel.el: New file to support the new style wheeled mice.
694
765712a7
GM
6951999-11-10 Gerd Moellmann <gerd@gnu.org>
696
3bc6df53
GM
697 * startup.el (initial-scratch-message): Add ";;" to the front of
698 lines in the message.
699
e1789695
GM
700 * files.el (file-local-copy): Remove optional BUFFER argument
701 because that's not used by anything.
702
765712a7
GM
703 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
704 to-address.
705
e006fe5a
GM
7061999-11-08 Markus Rost <rost@ias.edu>
707
7e1e5cf1 708 * wid-edit.el (widget-button-click): Wrap with save-excursion
e006fe5a
GM
709 to restore track-mouse in the correct buffer.
710
7111999-11-08 Gerd Moellmann <gerd@gnu.org>
712
713 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
714
7151999-11-08 Peter Kleiweg <kleiweg@let.rug.nl>
716
717 * progmodes/ps-mode.el (ps-mode-print-function): Changed default
718 lpr-command to "lp" for some system-types. (copied from lpr.el
719 Emacs version 20.2.1).
7e1e5cf1 720
4d59c34c
GM
7211999-11-04 Markus Rost <rost@ias.edu>
722
723 * simple.el (comment-region): Strip off white space at end of
724 comment-start.
725
60b64cd6
GM
7261999-11-04 Gerd Moellmann <gerd@gnu.org>
727
728 * faces.el (secondary-selection): Fix wrong color name.
729
a09754e6
GM
7301999-11-04 John Tobey <jtobey@epsilondev.com>
731
732 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
733 the default when invoking perldb in a non-Perl buffer, and other
734 cases involving -e or --.
735
f08d8594
GM
7361999-11-04 Gerd Moellmann <gerd@gnu.org>
737
a09754e6
GM
738 * simple.el (previous-matching-history-element)
739 (next-history-element): Use delete-field instead of erase-field.
740
741 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
742 Use delete-field instead of erase-field.
743
b261ffa4
GM
744 * faces.el (secondary-selection): Change background to yellow.
745
f08d8594
GM
746 * complete.el (PC-do-completion): Use minibuffer-prompt-end to
747 find the start of the text. Use field-string to read the user
748 input.
749
0a5ebe4b
GM
7501999-11-03 Gerd Moellmann <gerd@gnu.org>
751
39cac3e7
GM
752 * faces.el (make-face-bold, make-face-unbold, make-face-italic)
753 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
754 for compatibility with old face implementation.
755
b51b619b
GM
756 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
757 Use erase-field instead of erase-buffer.
758
0a5ebe4b
GM
759 * frame.el (blink-cursor-mode, blink-cursor-end): Use
760 internal-show-cursor with new interface.
761 (blink-cursor-timer-function): New.
762 (blink-cursor-start): Use blink-cursor-timer-function.
763
3179af52
GM
7641999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
765
766 * calendar.el (redraw-calendar): Move to nearest date before
767 redrawing.
768
769 * diary-lib.el (simple-diary-display): Reset modeline even if
770 there are no diary entries since the diary buffer may be displayed.
771
cb3a6c48
GM
7721999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu>
773
774 * emacs-lisp/debug.el (debug): If noninteractive, display the
775 backtrace using `message', then exit Emacs.
776 (debugger-batch-max-lines): New variable.
777 (debugger-setup-buffer): New subroutine, broken out of `debug'.
778 Change the messages put at the start, to say that the debugger
779 was entered.
780
4ff3fcc7
SS
7811999-11-02 Sam Steingold <sds@ksp.com>
782
783 * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
784
36fcd3d9
GM
7851999-11-01 John Tobey <jtobey@epsilondev.com>
786
787 * gud.el: (gud-perldb-massage-args): Massage correctly in the
788 presence of perl switches other than "-e".
789
111259b4
GM
7901999-11-01 Markus Rost <rost@ias.edu>
791
792 * dired-x.el (dired-smart-shell-command): Use
793 shell-command-history as in shell-command.
794
dd5c96e8
GM
7951999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
796
797 * userlock.el (ask-user-about-lock): Doc fix.
798
ca693be8
GM
799 * frame.el: Doc fixes.
800
400a1ed0
GM
8011999-11-01 Gerd Moellmann <gerd@gnu.org>
802
db8878fb
GM
803 * frame.el (blink-cursor-mode): Call internal-show-cursor instead
804 of show-cursor.
805 (blink-cursor-start, blink-cursor-end): Ditto.
806
400a1ed0
GM
807 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
808
aeb721fe
GM
8091999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
810
811 * window.el (walk-windows): If ALL-FRAMES is a frame,
812 start on that frame. Use save-selected-window.
813
314808dc
GM
8141999-11-01 Gerd Moellmann <gerd@gnu.org>
815
816 * simple.el (end-of-buffer): Use window-end to find the window end
817 instead of vertical-motion because this handles variable-height
818 lines correctly.
819
3af0304a
MK
8201999-11-01 Michael Kifer <kifer@cs.sunysb.edu>
821
314808dc 822 * ediff.el: Version change.
4ff3fcc7 823
314808dc 824 * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
3af0304a
MK
825 make sure you are in a good frame before deleting other
826 windows.
314808dc 827 (ediff-file-checked-in-p): Don't consider CVS
3af0304a
MK
828 files checked in.
829 (ediff-make-temp-file,ediff-make-empty-tmp-file): Make sure you
830 are writing to a newly created empty file.
831
314808dc 832 * ediff-mult.el (ediff-show-session-group-hook): New default.
3af0304a
MK
833
834 * ediff-vers.el (ediff-pcl-cvs-view-revision):
314808dc 835 First cd to the file directory. reportedly works
3af0304a
MK
836 better with remote files.
837
838 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
314808dc 839 Use file-name-nondirectory when passing files to CVS.
4ff3fcc7 840
400a1ed0 841 * ediff-diff.el (ediff-cmp-options): New variable.
314808dc 842 (ediff-same-file-contents): Use ediff-cmp-options.
4ff3fcc7 843
3af0304a 844 * ediff-ptch.el (ediff-prompt-for-patch-buffer,
314808dc 845 ediff-get-patch-buffer): Use current buffer if it appears to be a
3af0304a 846 patch.
4ff3fcc7 847
400a1ed0
GM
848 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
849 C-g
3af0304a 850
314808dc
GM
851 * viper-util.el (viper-nontrivial-find-file-function): Deleted.
852 (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
3af0304a 853 (viper-save-cursor-color,viper-restore-cursor-color):
314808dc 854 Improved cursor color handling.
3af0304a 855 (viper-get-saved-cursor-color-in-replace-mode,
314808dc 856 viper-get-saved-cursor-color-in-insert-mode): New functions for
3af0304a
MK
857 better cursor color handling.
858
859 * viper-ex.el (ex-read,ex-edit):
314808dc
GM
860 Fixes for correct interpretation of #,%.
861 (viper-ex): Now works correctly when called from other functions.
862 (viper-glob-function): New variable.
863 (viper-ex): Save excursion before doing :global.
3af0304a 864
314808dc 865 * viper-mous.el (viper-counting-clicks-p): Bug fixes.
4ff3fcc7 866
3af0304a
MK
867 * viper-cmd.el (viper-post-command-sentinel,
868 viper-insert-state-post-command-sentinel,
314808dc 869 viper-insert-state-pre-command-sentinel): Takes better care of
3af0304a 870 cursor colors.
314808dc
GM
871
872 * viper.el: Version change.
3af0304a 873
575ed805
GM
8741999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com>
875
876 * whitespace.el (whitespace-update-modeline): Bugfix to ensure
877 that the modeline display was updated *only* when
878 `whitespace-display-in-modeline' was set, not otherwise.
879
17d28a2a
GM
8801999-10-30 Gerd Moellmann <gerd@gnu.org>
881
e79ad8a1
GM
882 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
883 "frac12".
884
17d28a2a
GM
885 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
886 ad-activate.
887
dd24f431
GM
8881999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com>
889
2bdedac1
GM
890 * whitespace.el: Test for existence of `defcustom' and `defgroup'
891 using fboundp instead of assuming that these are not present in
892 particular flavors of emacs.
893 (whitespace-version): Update to 2.8
894 (whitespace-display-in-modeline): Add custom variable to control
895 displaying the whitespace errors on the modeline based on
896 suggestion from <klaus.berndl@sdm.de>
897 (whitespace-buffer): Now returns `t' if unclean and `nil' if
898 clean, to enable using as a hook function, as suggested by Puneet
899 Goel <puneet@computer.org>
900 (whitespace-buffer): Fix a subtle bug that cleaned up only if
901 quiet was not set, even with whitespace-auto-cleanup set.
902 (whitespace-mode-line): Now uses less modeline real estate and
903 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
904 which is present in the file, and <y> is any type of whitespace
905 whose check has been suppressed by setting
dd24f431 906 `whitespace-check-<whitespace-type>' to nil.
2bdedac1
GM
907 (whitespace-unchecked-whitespaces): New function to return the
908 list of whitespaces for whom checks have been suppressed.
909 (whitespace-display-unchecked-whitespaces): Renamed to
910 `whitespace-update-modeline' to reflect its functionality.
dd24f431 911
e8d017d0
GM
9121999-10-30 Gerd Moellmann <gerd@gnu.org>
913
4ff3fcc7 914 * progmodes/compile.el (compilation-error-regexp-alist):
e8d017d0
GM
915 Undo previous change.
916
0000a0cc
DL
9171999-10-28 Dave Love <fx@gnu.org>
918
919 * help.el (help-follow): Make arg optional again and really
920 default to point.
921
eec3232e
GM
9221999-10-28 Gerd Moellmann <gerd@gnu.org>
923
37ed1e56 924 * paths.el (rmail-file-name): Make it an option.
4ff3fcc7 925
eec3232e
GM
926 * progmodes/ada-mode.el, progmodes/ada-prj.el,
927 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
928 comment fixes.
929
a2ad7096 930 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
4ff3fcc7
SS
931 MIPS Pro 7.3 compiler error message syntax.
932
42f6a24a
DL
9331999-10-27 Dave Love <fx@gnu.org>
934
935 * progmodes/compile.el: Checkdoc-inspired fixes.
936
e20192f4
GM
9371999-10-27 Gerd Moellmann <gerd@gnu.org>
938
939 * lpr.el (print-buffer): Doc-string fix.
940
fce44373
DL
9411999-10-27 Dave Love <fx@gnu.org>
942
943 * emacs-lisp/advice.el: Doc fixes.
944 (ad-lemacs-p): Removed.
945 (advice): Add :link to defgroup.
946
a21da928
KH
9471999-10-27 Kenichi Handa <handa@etl.go.jp>
948
949 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
950 last-coding-system-used by the call of ange-ftp-set-ascii-mode.
951
c095ddb9
RS
9521999-10-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
953
954 * window.el (walk-windows): If ALL-FRAMES is a frame,
955 start on that frame. Use save-selected-window.
956
17dbfaad
GM
9571999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
958
959 * emacs-lisp/advice.el (ad-activate-internal): Renamed from
960 ad-activate. All callers changed, including those in data.c.
961 (ad-activate-internal-off): Renamed from ad-activate-off.
962 All uses changed.
963 (ad-activate): Renamed from ad-activate-on. All uses changed.
4ff3fcc7 964 (ad-start-advice, ad-stop-advice, ad-recover-normality):
17dbfaad
GM
965 Alter the definition of ad-activate-internal, not ad-activate.
966
2bea706b
GM
9671999-10-26 Gerd Moellmann <gerd@gnu.org>
968
969 * startup.el (command-line-1): Add support for command line
970 arguments `file' and `execute'. Fix handling of `visit'.
971
bf294e6e
KH
9721999-10-26 Kenichi Handa <handa@etl.go.jp>
973
974 * international/mule-cmds.el (read-input-method-name): Handle the
975 case that the arg DEFAULT is symbol.
976
977 * international/mule-diag.el (mule-diag): Handle the case that
978 default-input-method is symbol.
979
d5c3f902
GM
9801999-10-26 Gerd Moellmann <gerd@gnu.org>
981
982 * textmodes/tildify.el: New file.
983
e3384ae7
GM
9841999-10-25 Sam Steingold <sds@ksp.com>
985
986 * Makefile (compile-files): Fixed the "tr" strings.
987 (EMACS): Set to ../src/emacs.
988
bd3c545d
GM
9891999-10-25 Gerd Moellmann <gerd@gnu.org>
990
991 * info.el (Info-build-node-completions): Add '("*") to the
992 completion list.
993
9626b928
GM
9941999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
995
996 * frame.el (auto-raise-mode): When enabling the mode,
997 immediately raise the selected frame.
4ff3fcc7 998
6528f1ca
GM
999 * indent.el (indent-region): Doc fix.
1000
2c8e6211
GM
1001 * comint.el (comint-output-filter): Make the Comint buffer current
1002 for the comint-preoutput-filter-functions.
1003
93baa0ea
GM
1004 * mail/reporter.el: Doc fix.
1005
322524b2
SE
10061999-10-24 Stephen Eglen <stephen@gnu.org>
1007
2454554e 1008 * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
4ff3fcc7 1009 that Octave lisp files can also run under XEmacs 20.
2454554e
SE
1010 (require 'custom) added so that files can run under Emacs 19.34.
1011
322524b2
SE
1012 * iswitchb.el (iswitchb-default-keybindings): No need to use
1013 read-kbd-macro in keybindings.
1014
af372af6
DL
10151999-10-23 Dave Love <fx@gnu.org>
1016
1017 * elide-head.el: New file.
1018
8ac52782
GM
10191999-10-23 Gerd Moellmann <gerd@gnu.org>
1020
1021 * Makefile (compile-files, backup-compiled-files): New targets.
1022 (bootstrap, bootstrap-clean): Ditto.
1023
0b61dad2
PE
10241999-10-22 Paul Eggert <eggert@twinsun.com>
1025
1026 * international/mule-cmds.c (locale-language-names):
1027 Use Latin-1 (not Latin-3) for Afrikaans, Galician.
1028 Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
1029 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
1030 Use Latin-8 for Welsh.
1031 Use Latin-1 for English if "en" is explicitly specified.
1032 Use Latin-1 for Scots Gaelic, Tagalog.
1033 Use Latin-1 (not Latin-4) for Greenlandic.
1034 Use Latin-1 (not Latin-2) for Albanian.
1035 (locale-preferred-coding-systems, locale-language-names):
1036 Remove generic ISO 8859 locales; locale-charset-language-names now
1037 does this.
1038 (locale-charset-language-names): New variable.
1039 (set-locale-environment): Use language name specified by
1040 locale-charset-language-names if its charsets disagree with the
1041 language name specified by locale-language-names.
1042
05f0d15a
DL
10431999-10-22 Dave Love <fx@gnu.org>
1044
a564ebfc
DL
1045 * make-mode.el: Minor doc fixes.
1046
05f0d15a
DL
1047 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
1048
902e7be8
DL
10491999-10-21 Dave Love <fx@gnu.org>
1050
1051 * loadup.el: Add latin-8, latin-9.
1052
951bc45f
PE
10531999-10-20 Paul Eggert <eggert@twinsun.com>
1054
1055 * disp-table.el (standard-display-european): Remove undocumented
1056 arg AUTO; no longer used by startup.el. Do not attempt to treat
1057 all non-English language environments as coding system names.
1058 Instead, use the downcased language environment name as a coding
1059 system name if it is one; otherwise, use latin-1.
1060
42afed7c
GM
10611999-10-20 Gerd Moellmann <gerd@gnu.org>
1062
1063 * dired.el (dired-move-to-filename-regexp): Fix long comment lines
1064 that were split so that part of the comment appeared as Lisp code.
1065
3ad114e5
KH
10661999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1067
1068 * ps-bdf.el: Doc fix.
1069
1070 * ps-print-def.el: New file: common definitions for all parts of
1071 ps-print.
1072 (ps-multibyte-buffer): Moved from ps-mule.
1073
1074 * ps-mule.el: File dependence fix.
1075 (ps-multibyte-buffer): Moved to ps-print-def.
1076
1077 * ps-print.el: Doc fix, better customization.
1078 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
1079 (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
1080 (ps-end-file): Doc fix.
1081 (ps-setup, ps-begin-file): Fun fix.
1082 (postscript): New group.
1083 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
1084 (ps-print-prologue-1): Adjust PostScript programming.
1085 (ps-print): Adjust group hierarchy.
1086 (ps-print-n-up, ps-print-zebra, ps-print-background,
1087 ps-print-printer)
1088 (ps-print-page): New subgroups.
1089 (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
1090 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
1091 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
1092 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
1093 (ps-zebra-stripe-height, ps-print-background-image)
1094 (ps-print-background-text, ps-spool-config): Adjust customization.
1095 (dos-ps-printer): Definition eliminated.
1096
10971999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1098
1099 * ps-mule.el: Doc fix, define functions properly if mule package is
1100 loaded or not.
1101 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
1102 mule package is loaded or not.
1103
1104 * ps-print.el: Doc fix, n-up printing.
1105 (ps-print-version): New version number (5.0).
1106 (ps-page-dimensions-database): Added document media.
1107 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
1108 (ps-page-order, ps-printing-region-p): New vars.
1109 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
1110 funs.
1111 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
1112 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
1113 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
1114 (ps-n-up-xstart, ps-n-up-ystart): New macros.
1115 (ps-print-begin-sheet-hook): New hook.
1116 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
1117 const.
1118 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
1119 (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
1120 (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
1121 (ps-count-lines): Changed to defun.
1122 (ps-header-page): Changed to defsubst, fix fun.
1123 (ps-printing-region): Doc fix, adjust programming code.
1124 (ps-output-boolean, ps-background-pages, ps-background-text)
1125 (ps-background-image, ps-background, ps-get-boundingbox): Adjust
1126 programming code.
1127
11281999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1129
1130 * ps-print.el: Doc fix, duplex and setpagedevice configuration.
1131 (ps-print-version): New version number (4.2).
1132 (ps-spool-config, ps-spool-tumble): New vars.
1133 (ps-print-prologue-1): Changed to defconst, adjust PostScript
1134 programming, new PostScript procedure to handle errors.
1135 (ps-print-prologue-2): Changed to defconst.
1136 (ps-print-duplex-feature): New const: duplex and tumble setting.
1137 (ps-setup, ps-begin-file): Fix funs.
1138 (ps-boolean-capitalized): New fun.
1139
cc953d27
SM
11401999-10-19 Stefan Monnier <monnier@cs.yale.edu>
1141
1142 * Makefile (dontcompilefiles): Obsoleted.
1143 (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
1144 (EL): Unused.
1145 (temacs): Removed (unused).
1146 (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
1147 version of the file (necessary for the update to work properly).
1148 (autoloads): Force the use of `pwd`/loaddefs.el.
1149 (updates); Redefined in terms of other targets to reduce redundancy.
1150 (.el.elc): New default rule, just in case you want it.
1151 (compile): Use a single invocation of Emacs.
1152 (bootstrap-compile); Unneeded.
1153 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
1154
57bc81bf
DL
11551999-10-19 Dave Love <fx@gnu.org>
1156
1157 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
1158
03d50ed6
GM
11591999-10-19 Sam Steingold <sds@ksp.com>
1160
1161 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
1162 comply with the comment.
1163
afa95cac
GM
11641999-10-19 Gerd Moellmann <gerd@gnu.org>
1165
1166 * autorevert.el (auto-revert-mode): Make auto-revert-mode
1167 permanent-local.
1168
c22d928f 11691999-10-19 Peter Kleiweg <kleiweg@let.rug.nl>
4ff3fcc7 1170
c22d928f
GM
1171 * progmodes/ps-mode.el (ps-mode-print-function): Fix default
1172 value: \"lpr\" changed to "lpr"
1173 (ps-mode-version): New constant
1174 (ps-mode-show-version): New function, added key in ps-mode-map
1175 (ps-run-messages): Removed
1176 (ps-run-font-lock-keywords-2): New defcustom variable replacing
1177 ps-run-messages. These keywords now include the value of
1178 ps-run-prompt, making its fontification customizable.
1179 (ps-run-init): Removed \\n from docstring, it is now added when
1180 the value is used
1181 (ps-run-font-lock-keywords-1): Added checking for initial ^ in
1182 ps-run-prompt
1183 (ps-mode): Added ps-run-font-lock-keywords-2 to list of
447af88f 1184 customizable variables in doc-string (its equivalent
c22d928f
GM
1185 ps-run-messages was missing in previous version of the doc-string)
1186 (ps-run-mode): Simplified assignment to font-lock-defaults, using
1187 symbols only
4ff3fcc7 1188
f20386e5
GM
11891999-10-19 Alex Schroeder <alex@gnu.org>
1190
1191 * ansi-color.el: Complete rewrite.
1192
64ed733a
PE
11931999-10-19 Paul Eggert <eggert@twinsun.com>
1194
1195 Fix bootstrapping problems.
1196 Use the system locale to specify Emacs locale defaults.
4ff3fcc7 1197
64ed733a
PE
1198 * international/mule-cmds.el (global-map):
1199 Do not use backquote, because that makes a bootstrapping
1200 problem if you need to recompile all Lisp files using interpreted code.
1201 * international/mule.el (charset-id, charset-bytes,
1202 charset-dimension, charset-chars, charset-width,
1203 charset-direction, charset-iso-final-char,
1204 charset-iso-graphic-plane, charset-reverse-charset,
1205 charset-short-name, charset-long-name, charset-description,
1206 charset-plist): Likewise.
1207 * subr.el (save-match-data): Likewise.
1208
1209 * international/mule-cmds.el
1210 (set-display-table-and-terminal-coding-system): New function,
1211 containing code migrated out of set-language-environment.
1212 (set-language-environment, set-locale-environment): Use it.
1213 (locale-translation-file-name): Moved here from startup.el.
1214 (locale-language-names, locale-preferred-coding-systems):
1215 New vars.
1216 (locale-name-match, set-locale-environment): New functions.
1217
1218 * language/japan-util.el (setup-japanese-environment-internal):
1219 Prefer japanese-iso-8bit if the system-type is usg-unix-v.
1220
1221 * startup.el (iso-8859-n-locale-regexp): Remove.
1222 (locale-translation-file-name): Move to mule-cmds.el.
1223 (command-line): Move locale-stuff into set-locale-environment.
1224
c4d9fb07
DL
12251999-10-18 Dave Love <fx@gnu.org>
1226
1227 * abbrev.el (add-abbrev, inverse-add-abbrev)
1228 (expand-region-abbrevs): Remove properties from buffer text.
1229
0ffc420f
GM
12301999-10-17 Gerd Moellmann <gerd@gnu.org>
1231
600f9d03
GM
1232 * iswitchb.el (iswitchb-exhibit): Extract user-input only
1233 from the mini-buffer, without the prompt.
4ff3fcc7 1234
0ffc420f
GM
1235 * simple.el (minibuffer-prompt-end): Return the position
1236 after the prompt, not the position of that last character
1237 of the prompt.
1238
cd876a91
GM
12391999-10-17 Miles Bader <miles@gnu.org>
1240
1241 * simple.el: Doc fixes.
1242
12431999-10-17 Miles Bader <miles@gnu.org>
1244
4ff3fcc7 1245 * simple.el (previous-matching-history-element, next-history-element):
cd876a91
GM
1246 Change to work correctly even if the point is in the prompt.
1247 (choose-completion-string): Likewise.
1248 (minibuffer-prompt-width): New function (compatibility with old subr).
1249
4ff3fcc7 1250 * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
cd876a91
GM
1251 When constraining the final position to the current field,
1252 don't use the ONLY-IN-LINE mode of constrain-to-field.
1253
12541999-10-17 Miles Bader <miles@gnu.org>
1255
1256 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
1257 constrain-to-field.
1258 * textmodes/paragraphs.el (forward-sentence): Likewise.
1259
12601999-10-17 Miles Bader <miles@gnu.org>
1261
1262 * simple.el (line-move): Use constrain-to-field to avoid
1263 moving into a prompt.
1264 (previous-complete-history-element): Clarify doc string.
1265 (next-complete-history-element): Likewise.
1266 Use field-beginning instead of point-min.
1267 (next-matching-history-element): Use field-beginning and
1268 erase-field instead of point-min and erase-buffer.
1269 * textmodes/paragraphs.el
1270 (forward-paragraph, forward-sentence): Likewise.
1271 (backward-kill-paragraph, backward-kill-sentence): Remove code to
1272 constrain the kill to an field, as the movement commands now
1273 do this.
1274
12751999-10-17 Miles Bader <miles@gnu.org>
1276
1277 * simple.el (previous-matching-history-element): Get the
1278 minibuffer input with field-string instead of buffer-string.
1279 (choose-completion-string): Likewise.
1280 (next-history-element): Likewise.
1281 Erase the minibuffer input with erase-field, not erase-buffer.
1282 Use field-beginning to find the beginning of the input.
4ff3fcc7 1283 * textmodes/paragraphs.el (backward-kill-sentence):
cd876a91
GM
1284 Remove minibuffer-prompt hack.
1285 Constrain to any input field.
1286
ff69e012
GM
12871999-10-17 Sam Steingold <sds@ksp.com>
1288
1289 * bindings.el (completion-ignored-extensions): Added ".sparcf"
1290 for CMUCL on sparc and ".ufsl" for LispWorks.
1291 (bound-and-true-p): Bugfix: free variable `v'.
1292
faa5fa58
DL
12931999-10-16 Dave Love <d.love@dl.ac.uk>
1294
1295 * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
1296 (edebug-uninstall-read-eval-functions): Use load-read-function,
1297 avoiding elisp-eval.
1298
3f6f7508
GM
12991999-10-16 Sam Steingold <sds@ksp.com>
1300
1301 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
1302 instead of `eql'.
1303
767d12f2
SM
13041999-10-14 Stefan Monnier <monnier@cs.yale.edu>
1305
1306 * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
1307 * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
1308 (browse-url-temp-file-list, browse-url-delete-temp-file-list):
1309 * ediff-util.el (ediff-make-temp-file):
1310 * ediff-vers.el (ediff-pcl-cvs-view-revision):
1311 * emerge.el (emerge-make-temp-file):
1312 * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
1313 * vc.el (vc-update-change-log):
1314 * mail/mailpost.el (post-mail-send-it):
1315 * mail/metamail.el (metamail-region):
1316 * progmodes/cmacexp.el (c-macro-expansion):
1317 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
1318
e889eabc
GM
13191999-10-15 Gerd Moellmann <gerd@gnu.org>
1320
1321 * smtpmail.el (smtpmail-via-smtp): Add support for
1322 automatically appending a domain to RCPT TO: addresses.
1323
85852dc7
GM
13241999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1325
1326 * dired.el (dired-insert-directory): Insert the amount of
1327 free space after the total size.
1328 (dired-free-space-program, dired-free-space-args): New variables.
1329
7845335b
GM
13301999-10-14 Karl Heuer <kwzh@gnu.org>
1331
1332 * mail/rmail.el (rmail-pop-password-error): Add new pattern.
1333
01f0566b
DL
13341999-10-14 Dave Love <fx@gnu.org>
1335
4ff3fcc7 1336 * international/characters.el:
01f0566b
DL
1337 * international/fontset.el:
1338 * international/mule-conf.el: Add latin-iso8859-1[45].
1339
1340 * language/european.el: Add Latin-8, Latin-9. Modify some doc
1341 strings.
1342
1343 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
1344 (command-line): Detect Latin-[89] locales.
1345
b7c1e329
SM
13461999-10-13 Stefan Monnier <monnier@cs.yale.edu>
1347
1348 * international/mule-cmds.el (select-safe-coding-system)
1349 (leim-list-header): avoid the use of strings that start with backslash
1350 newline since lread.c:read1 has a hack to turn those strings into
1351 integer 0 during the loadup.el process.
1352
1353 * diff-mode.el (diff-find-file-name): use `Index:' preferentially.
1354
c765b723
DL
13551999-10-13 Dave Love <fx@gnu.org>
1356
1357 * image.el (insert-image): Copy the image spec and add an
1358 intangible property.
1359
4fceda3c
SM
13601999-10-13 Stefan Monnier <monnier@cs.yale.edu>
1361
c765b723
DL
1362 * help.el (help-xref-interned): Make it also work on variable-only
1363 and function-only symbols.
1364 (help-make-xrefs): Take advantage of the new `help-xref-interned'.
1365 (help-follow): If the point under mouse is not highlighted, try
1366 `help-xref-interned' on the pointed-to symbol anyway.
accd1266 1367
c765b723
DL
1368 * info.el (Info-on-current-buffer): New entry point.
1369 (Info-find-node): Split into two for Info-on-current-buffer to
1370 hook into it.
4fceda3c 1371 (Info-current-file, Info-set-mode-line, Info-up):
c765b723
DL
1372 Info-current-file can now be t.
1373 (Info-clone-buffer-hook): function for `clone-buffer'.
1374 (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
1375 `clone-buffer' available in various ways to the user.
4fceda3c 1376
ce87039d
SM
13771999-10-12 Stefan Monnier <monnier@cs.yale.edu>
1378
c765b723
DL
1379 * simple.el (shell-command, shell-command-on-region): Use
1380 make-temp-file.
1381 (clone-buffer, clone-process, clone-buffer-hook): New functions.
b005abd5 1382
c765b723
DL
1383 * subr.el (with-current-buffer): Don't use backquotes to avoid
1384 bootstrapping problems.
4ff3fcc7 1385
c765b723
DL
1386 * loadup.el (load-path): Add subdirs for bootstrapping.
1387 (docstrings): Ignore errors during bootstrapping.
1388 (args): New `bootstrap' argument (for use in place of `dump').
ce87039d 1389
1a7244d9
GM
13901999-10-12 Emmanuel Briot <briot@gnat.com>
1391
1392 * ada-stmt.el: Doc-string fixes.
1393
99485bca
GM
13941999-10-12 Gerd Moellmann <gerd@gnu.org>
1395
7518ed7b
GM
1396 * recentf.el: New file.
1397
99485bca
GM
1398 * ps-mode.el: New file.
1399
1400 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
1401 case insensitive.
1402
4b9347b3
GM
14031999-10-12 Richard Sharman <rsharman@pobox.com>
1404
1405 * sh-script.el: Added support for indenting existing scripts.
1406 (sh-mode-map): Added new bindings.
1407 (sh-mode): Updated mode doc-string for new commands, added
1408 make-local-variable calls, initialize mode-specific variables.
1409 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line
1410 is now a different function.
1411 (sh-header-marker): Changed docstring.
1412 (sh-set-shell): Initialize mode-specific variables.
1413 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
1414 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
1415 Changed these define-skeleton calls to work with user-specified
1416 indentation settings.
1417 (sh-basic-indent-line, sh-blink, sh-calculate-indent)
1418 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
1419 (sh-electric-hash, sh-electric-less, sh-electric-rparen)
1420 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
1421 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
1422 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
1423 (sh-guess-basic-offset, sh-handle-after-case-label)
1424 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
1425 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
1426 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
1427 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
1428 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
1429 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
1430 (sh-handle-this-then, sh-help-string-for-variable)
1431 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
1432 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
1433 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
1434 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
1435 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
1436 (sh-remove-our-text-properties, sh-rescan-buffer)
1437 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
1438 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
1439 (sh-scan-case, sh-search-word, sh-set-char-syntax)
1440 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
4ff3fcc7 1441 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
4b9347b3
GM
1442 functions.
1443 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
1444 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
1445 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
1446 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
1447 (sh-var-list): New variables.
4ff3fcc7 1448
b07ea410
GM
14491999-10-12 Dave Pearson <davep@hagbard.demon.co.uk>
1450
7518ed7b
GM
1451 * quickurl.el (quickurl-list-insert): `count-lines' was returning
1452 a value one line to high if the cursor wasn't at the start of a
1453 line. A `beginning-of-line' is now performed before making the
1454 call to `count-lines'.
b07ea410 1455
9c610b03
SM
14561999-10-11 Stefan Monnier <monnier@cs.yale.edu>
1457
1458 * diff-mode.el (vc-backend-diff): get rid of the autoloaded advice.
1459
c652cdb8
SM
14601999-10-09 Stefan Monnier <monnier@cs.yale.edu>
1461
f6ac5659
SM
1462 * Makefile (setwins): abstract out the command to find subdirectories
1463 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
e2fa1e81
SM
1464 (custom-deps, finder-data, autoloads, update-subdirs, updates)
1465 (autoloads-with-other-emacs): use it.
f6ac5659 1466
c652cdb8
SM
1467 * diff-mode.el: new file. A mode for viewing/editing context diffs.
1468
96ff0f09
GM
14691999-10-09 Gerd Moellmann <gerd@gnu.org>
1470
1471 * Makefile (bootstrap-compile): New target. Compile Lisp
1472 files with ../src/temacs.
1473
b02b54a8
GM
14741999-10-08 Simon Marshall <simon@gnu.org>
1475
1476 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
1477 (regexp-opt-group): Use it to get common suffixes in STRINGS.
1478 If STRINGS is nil, return "" rather than nil.
4ff3fcc7 1479
57f707e7
GM
14801999-10-08 Gerd Moellmann <gerd@gnu.org>
1481
1482 * Makefile (compile): Compile files one by one. Set load-path to
1483 current directory and subdirectories when compiling.
4ff3fcc7 1484
7ec641b8
GM
14851999-10-08 Gerd Moellmann <gerd@gnu.org>
1486
1487 * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
1488 (emacs): Use it everywhere instead of EMACS.
1489 (compile): New target. Compile all Lisp files from scratch.
1490 (recompile): New target. Recompile lisp directory.
1491 (autoloads-with-other-emacs): New target. Build loaddefs.el with
1492 an Emacs executable not built in the current directory tree.
1493
1ba9c017
GM
14941999-10-07 Peter Breton <pbreton@ne.mediaone.net>
1495
1496 * filecache.el (file-cache-completion-ignore-case): New variable,
1497 defaulting to the value of completion-ignore-case.
1498 (file-cache-minibuffer-complete): Use it.
1499 (file-cache-files-matching, file-cache-files-matching-internal):
1500 New functions.
1501
92d91a2c
GM
15021999-10-07 Emmanuel Briot <briot@gnat.com>
1503
1504 * ada-xref.el: New file
1505
1506 * ada-prj.el: New file
1507
1508 * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
1509
1510 * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
1511 subprogram being created.
1512
1513 * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
1514 ada-indent-newline-indent): Rewritten to support the new indentation
1515 scheme
1516
1517 * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
1518 New functions
1519
1520 * ada-mode.el (ada-fill-comment-paragraph): Add support for the
1521 justification parameter
1522
1523 * ada-mode.el (ada-make-body, ada-gen-treat-proc,
1524 ada-make-subprogram-body): Rewritten to benefit from the gnatstub
1525 external program
1526
2acb0c8a
DL
15271999-10-07 Dave Love <fx@gnu.org>
1528
1529 * bindings.el (bound-and-true-p): New macro.
1530 (make-mode-line-mouse-sensitive): Don't require easymenu.
1531
f5737ad2
GM
15321999-10-07 Gerd Moellmann <gerd@gnu.org>
1533
1534 * custom.el (defface): Extend documentation for new values of
1535 `type'.
1536
1537 * faces.el (face-spec-set-match-display): Recognize `type' of
1538 `motif', `lucid', `x-toolkit'.
1539 (menu): New face.
1540
08aecf04
DL
15411999-10-05 Dave Love <fx@gnu.org>
1542
1543 * files.el: Recognize temporary crontab files.
1544
2980e106
DL
1545 * info.el: Require jka-compr when compiling.
1546 (Info-suffix-list): Add bzip2 files (non-ms-dos only).
1547
6edcb099
DL
15481999-10-04 Dave Love <fx@gnu.org>
1549
1550 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
1551 scroll-up-aggressively, scroll-down-aggressively.
1552
6edcb099 1553 * time.el (display-time-mode): Add autoload cookie.
4ff3fcc7 1554
1270d7ca 1555 * rect.el (delete-extract-rectangle): Doc fix from verna.
6edcb099
DL
1556
1557 * help-macro.el (three-step-help): Customize.
1558
657f51c4
PR
15591999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1560
1561 * hexl.el (hexlify-buffer): Move point in proper range
1562 if it is too large.
1563 (hexl-after-revert-hook): Update hexl-max-address.
1564 (hexl-address-to-marker): Doc fix.
1565
d56a5054
DL
15661999-10-03 Dave Love <fx@gnu.org>
1567
1568 * image.el (defimage): Remove redundant code. Substitute file in
1569 image plist.
1570
15711999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
1572
1573 * vc.el (vc-backend-checkout): Use coding system 'no-conversion
1574 when doing with-temp-file.
1575
15761999-10-01 Dave Love <fx@gnu.org>
1577
1578 * cus-edit.el (custom-comment-create): Fill :from and :to slots.
1579
1580 * help.el: Require view when compiling.
1581 (view-emacs-FAQ): Use Info version.
1582
0767b41e
DL
15831999-09-29 Ken'ichi Handa <handa@gnu.org>
1584
1585 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
1586 (normat->normal). Use correct font names for Korean
1587 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
1588
15891999-09-29 Kenichi Handa <handa@etl.go.jp>
1590
1591 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
1592 code not used by KOI8 to the same 8-bit code instead of mapping to
1593 SPC.
1594 (cyrillic-alternativnyj-decode-table): Likewise.
1595
15961999-09-29 Alex Schroeder <alex@gnu.org>
1597
1598 * sql.el (sql-imenu-generic-expression): new, used to set
1599 imenu-generic-expression.
1600 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
1601 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression,
1602 imenu-case-fold-search, and imenu-syntax-alist.
1603 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
1604 setting font-lock-defaults' SYNTAX-ALIST.
1605
e719a6e5
DL
16061999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1607
1608 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
1609 macro, try again.
1610
0767b41e
DL
16111999-09-28 Dave Love <fx@gnu.org>
1612
1613 * cus-edit.el (custom-comment): Change widget definition.
1614 (custom-comment-create, custom-comment-show)
1615 (custom-comment-invisible-p): Don't use :comment-overlay.
1616 (custom-comment-hide): New function.
1617 (custom-variable-set, custom-variable-save)
1618 (custom-variable-reset-standard, custom-face-set)
1619 (custom-face-save): Use it.
1620
d177c583
PR
16211999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1622
1623 * hexl.el (hexl-mode): Do nothing if already in hexl mode.
1624
7fce61e9
PR
16251999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1626
1627 * faces.el (region): Doc fix.
1628
0767b41e
DL
16291999-09-27 Dave Love <fx@gnu.org>
1630
1631 * isearch.el (isearch): Add :links in defgroup.
1632 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
1633 (isearch-switch-frame-handler): Comment out (unused).
1634 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
1635 (isearch-ring-retreat-edit): Doc fix.
1636 (isearch-mouse-yank): New command.
1637 (isearch-last-command-char): Removed. Callers changed to use
1638 last-command-char.
1639 (isearch-char-to-string): Removed. Callers changed to use
1640 char-to-string.
1641
27271329
PR
16421999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
1643
1644 * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
1645 option for Russian.
1646
0767b41e
DL
16471999-09-25 Gerd Moellmann <gerd@gnu.org>
1648
4ff3fcc7 1649 * faces.el (face-differs-from-default-p): Compare face
0767b41e
DL
1650 attributes individually.
1651
1652 * image.el (put-image, insert-image): Add string argument.
1653
16541999-09-24 Gerd Moellmann <gerd@gnu.org>
1655
1656 * ange-ftp.el (ange-ftp-date-regexp): Make it work for
1657 LANG=de_DE.iso88591 on HPUX 11.0.
1658
1659 * dired.el (dired-move-to-filename-regexp): Make it work
1660 for LANG=de_DE.iso88591 on HPUX 11.0.
1661
e3bcca75
GM
16621999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1663
1664 * info.el (info-initialize): Don't test existence of ALTERNATIVE
1665 if we know for some other reason it should not be used.
1666
1bd55d5a
GM
1667 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
1668 New variable.
1669 (edebug-recursive-edit): Save current-prefix-arg there,
1670 bind it, and set it back at the end.
1671 (edebug-outside-excursion): Restore and update the outside
1672 value of current-prefix-arg.
1673 (edebug-emacs-version-specific): Delete support for Epoch.
1674
c0ea222e
GM
16751999-09-24 Howard Melman <howard@silverstream.com>
1676
1677 * imenu.el (imenu-after-jump-hook): New variable.
1678 (imenu): Run menu-after-jump-hook.
1679 (imenu-name-lookup-function): New variable.
1680 * imenu.el (imenu--in-alist): Use those variables.
4ff3fcc7 1681
0767b41e
DL
16821999-09-24 Carsten Dominik <cd@gnu.org>
1683
1684 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
4ff3fcc7 1685 multiple thebibliography environments.
0767b41e
DL
1686
1687 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
1688 with recentering window.
1689 (reftex-extract-bib-entries-from-thebibliography,
1690 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal
1691 with multiple thebibliography environments.
1692
1693 * textmodes/reftex-vars.el
1694 (reftex-section-levels): Function allowed as cdr.
1695 (reftex-max-section-depth) New option.
1696
1697 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
1698 with multiple thebibliography environments.
1699
17001999-09-23 Gerd Moellmann <gerd@gnu.org>
1701
1702 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
1703 instead of point-min in call to delete-region.
1704
17051999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de>
1706
1707 * vc.el (vc-backend-checkout): Use with-temp-file when checking
1708 out into arbitrary file names.
1709
17101999-09-19 Ken'ichi Handa <handa@gnu.org>
1711
1712 * language/european.el ("Turkish"): New language environment.
1713
17141999-09-19 Dave Love <fx@gnu.org>
1715
1716 * delim-col.el: New file.
1717
17181999-09-17 Richard Stallman <rms@gnu.org>
1719
1720 * files.el (after-find-file): When visiting a backup file,
1721 make it read-only.
1722
1723 * apropos.el (apropos-symbol-face): Non-nil even for ttys.
1724 (apropos-keybinding-face, apropos-label-face): Likewise.
1725 (apropos-property-face, apropos-match-face): Likewise.
1726 (apropos-label-properties): New variable.
1727 (apropos-print-doc): Use apropos-label-properties.
1728 (apropos-print): Set apropos-label-properties.
1729
17301999-09-15 Richard Stallman <rms@gnu.org>
1731
1732 * winner.el: Use aref instead of sref.
1733
1734 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
1735
17361999-09-14 Gerd Moellmann <gerd@gnu.org>
1737
1738 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
1739
17401999-09-14 Richard Stallman <rms@gnu.org>
1741
1742 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
1743 cookie, even if followed by a letter.
1744
17451999-09-14 Stephen Eglen <stephen@gnu.org>
1746
1747 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
1748 --no-line-editing are passed to Octave by including them here
1749 rather than storing them in inferior-octave-startup-args.
1750
17511999-09-14 Eli Zaretskii <eliz@gnu.org>
1752
1753 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
1754 command, option, env and sc.
1755
1756 * subr.el (shell-quote-argument): Quote argument with double
1757 quotes for ms-dos.
1758
17591999-09-14 Richard Stallman <rms@gnu.org>
1760
1761 * simple.el (eval-expression-print-level): New variable.
1762 (eval-expression-print-length): New variable.
1763 (eval-expression-debug-on-error): New variable.
1764 (eval-expression): Bind print-level, print-length and
1765 debug-on-error from those vars.
1766
1767 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
1768 Bind print-level, print-length and debug-on-error.
1769
17701999-09-14 Inge Frick <inge@nada.kth.se>
1771
1772 * dired.el (dired-recursive-deletes): New custom variable.
1773 (dired-re-no-dot): New variable.
1774 (dired-delete-file): New function deletes files and directories
1775 recursively.
1776 (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
1777
1778 * dired-aux.el (dired-recursive-copies): New custom variable.
1779 (dired-handle-overwrite): Broke a long line.
1780 (dired-copy-file): Call `dired-copy-file-recursive' instead of
1781 `copy-file'.
1782 (dired-copy-file-recursive): New function. Copy directories
1783 recursively.
1784 (dired-do-create-files): Added support for generalized directory
1785 target. How-to function may now return a function. New fluid
1786 variable `dired-one-file'.
1787 (dired-copy-how-to-fn): New variable.
1788 (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
1789 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
1790 (dired-do-copy-regexp): No recursive copies.
1791
17921999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com>
1793
1794 * whitespace.el (whitespace-version): Update version to 2.4
1795
1796 * whitespace.el: Add customization variables to conditionally test
1797 any of the five whitespaces, per request from Rune Kleveland
1798 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
1799
1800 * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
1801
1802 * whitespace.el (whitespace-modes): Add `change-log-mode' to the
1803 list of modes to be checked for bogus whitespaces.
1804
1805 * whitespace.el (whitespace-rescan-timer-time): Update
1806 documentation.
1807
1808 * whitespace.el (whitespace-display-unchecked-whitespaces):
1809 new function to update modeline with untested whitespaces.
1810
1811 * whitespace.el (whitespace-buffer): Test only whitespaces whose
1812 checking is turned on, and update modeline using the newly created
1813 `whitespace-display-unchecked-whitespaces'.
1814
1815 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
1816 whose checking is turned on, and update modeline using the newly
1817 created `whitespace-display-unchecked-whitespaces'.
1818
1819 * whitespace.el (whitespace-describe): Update documentation.
1820
1821 * whitespace.el (whitespace-tickle-timer): Test if
1822 `whitespace-rescan-timer-time' is non-zero before tickling timer.
1823
18241999-09-13 Dave Love <fx@gnu.org>
1825
1826 * hideif.el (hide-ifdef-mode): Add autoload cookie.
1827
1828 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
1829 for temp buffer.
1830 (checkdoc-this-string-valid): Don't assume default comment-start.
1831
18321999-09-13 Gerd Moellmann <gerd@gnu.org>
1833
1834 * rsz-mini.el: Remove code, keep the interface.
1835
18361999-09-13 Dave Love <fx@gnu.org>
1837
1838 * help.el (help-highlight-p): Doc fix.
1839
1840 * faces.el (mode-line, header-line, tool-bar): Add :version.
1841 (highlight, secondary-selection): Add :group.
1842 (trailing-whitespace): Add :group, :version.
1843
1844 * wid-edit.el: Remove some compatibility code and checks.
1845 (widget-specify-field, widget-specify-button): Don't use XEmacs
1846 properties.
1847 (widget-overlay-inactive): Change error message.
1848 (widget-button-pressed-face): New variable.
1849 (widget-button-click): Use it.
1850 (widget-documentation-link-add): Specify mouse and button faces.
1851 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
1852 removed now the functionality is built in.
1853
1854 * cus-edit.el: Don't define-widget-keywords.
1855 (multimedia): New group.
1856 (custom-last): Function removed.
1857 (custom-quote): Add vectorp case, comment out characterp case.
1858 (custom-buffer-done-function, custom-raised-buttons): New option.
1859 (Custom-buffer-done): New function.
1860 (custom-buffer-create-internal): Obey custom-raised-buttons,
1861 Custom-buffer-done.
1862 (custom-button-face): Make it `released-button'.
1863 (custom-button-pressed-face): Make it `pressed-button'
1864 (custom-mode-map): Bind "q" to Custom-buffer-done.
1865 (custom-mode): Deal with raised/pressed buttons.
1866
1867 Changes from Didier Verna:
1868 (custom-prompt-variable): Optional third arg makes prompt for a
1869 comment string.
1870 (customize-set-value, customize-set-variable,
1871 customize-save-variable): Optional prefix makes function handle
1872 variable comments.
1873 (customize-customized, customize-saved, custom-variable-state-set)
1874 (custom-variable-set, custom-variable-save, custom-face-state-set)
1875 (custom-variable-reset-saved, custom-variable-reset-standard)
1876 (custom-face-set, custom-face-save, custom-face-reset-saved)
1877 (custom-face-reset-standard, customize-save-customized): Handle
1878 custom comments.
1879 (custom-comment-face, custom-comment-tag-face): New face.
1880 (custom-comment): New widget.
1881 (custom-comment-create, custom-comment-delete)
1882 (custom-comment-value-set, custom-comment-show)
1883 ()custom-comment-invisible-p): New functions.
1884 (custom-variable-value-create, custom-face-value-create): Create a
1885 comment field widget.
1886 (custom-variable-menu, custom-face-menu): New entry for custom
1887 comment.
1888 (custom-face-value-create): Remove compatibility code.
1889 (custom-save-variables, custom-save-faces): Possibly save custom
1890 comments.
1891
1892 * cus-face.el (custom-face-attributes): Simplify :underline,
1893 :overline, :inverse-video cases. Fix up :box case (probably needs
1894 more work).
4ff3fcc7 1895
0767b41e
DL
1896 Change from Didier Verna:
1897 (custom-set-faces): The arguments can now have a custom comment as
1898 fourth argument.
1899
1900 * custom.el: Don't define-widget-keywords.
1901 Change from Didier Verna:
1902 (custom-set-variables): the arguments can now have a
1903 custom comment as fifth element.
1904
19051999-09-13 Richard Stallman <rms@gnu.org>
1906
1907 * info.el (Info-find-node): Cope better if guesspos is too large.
1908
19091999-09-12 Gerd Moellmann <gerd@gnu.org>
1910
1911 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
4ff3fcc7 1912 of buffer-substring because buffer-string doesn't copy the
0767b41e
DL
1913 prompt.
1914
1915 * faces.el (mode-line): Replaces `modeline'.
1916 (toplevel): Make `modeline' an alias for `mode-line'.
1917
19181999-09-12 Gerd Moellmann <gerd@gnu.org>
1919
1920 * gs.el: Change `ghostscript' to `postscript' in comment.
1921
19221999-09-11 Rob Riepel <riepel@Stanford.EDU>
1923
1924 * emulation/tpu-edt.el (tpu-version): New version.
1925 (tpu-search-overlay, tpu-replace-overlay): New variables.
1926 (tpu-search-highlight, tpu-toggle-direction): New functions.
1927 (tpu-lm-replace): Set tpu-replace-overlay.
1928 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
1929 command hook.
4ff3fcc7 1930
0767b41e
DL
19311999-09-11 Richard Stallman <rms@gnu.org>
1932
1933 * isearch.el (isearch-mode-map): Undo previous change.
1934
1935 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
1936 use all of that as the sexp.
1937
1938 * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
1939 and use the initial argument as file name directly.
1940 Likewise if nothing matches.
1941
19421999-09-11 Ivar Rummelhoff <ivarru@math.uio.no>
1943
1944 * winner.el: Major changes. Avoid changing point and mark.
1945 Save configurations after they change, not before.
4ff3fcc7 1946
0767b41e
DL
19471999-09-10 Keisuke Nishida <kxn30@po.cwru.edu>
1948
1949 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
1950 Bind print-continuous-numbering and print-number-table.
1951
19521999-09-10 Dave Love <fx@gnu.org>
1953
1954 * bindings.el (debug-ignored-errors): Restore BBDB stuff.
1955
19561999-09-09 Richard Stallman <rms@gnu.org>
1957
1958 * whitespace.el: Finish making it fit Emacs conventions.
1959 Add autoloads.
1960
19611999-09-09 Eli Zaretskii <eliz@is.elta.co.il>
1962
1963 * generic-x.el (bat-generic-mode): "::"-style comments don't
1964 need to begin with "-". Fix the font-lock definitions of ON/OFF
1965 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO
1966 from the list of keywords. Add DO to the list of keywords.
1967
19681999-09-09 Dave Love <fx@gnu.org>
1969
1970 * byte-opt.el (byte-optimize-backward-char):
1971 (byte-optimize-backward-word): New optimizations.
1972 (side-effect-free-fns, side-effect-and-error-free-fns): Add
1973 entries.
1974
19751999-09-09 Gerd Moellmann <gerd@gnu.org>
1976
1977 * image.el (put-image): Remove optional buffer parameter.
1978
1979 * faces.el (face-italic-p): Return t only for values `italic'
1980 and `oblique'.
1981
1982 * mouse.el (mouse-drag-mode-line-1): Extension of former
1983 mouse-drag-mode-line that also drags the header line.
1984 (mouse-drag-mode-line): Call it.
1985 (mouse-drag-header-line): New.
1986 (toplevel): Bind down-mouse-1 on header lines to
1987 mouse-drage-header-line.
1988
19891999-09-08 Gerd Moellmann <gerd@gnu.org>
1990
1991 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
1992 (make-mode-line-mouse-sensitive): Replace `top-line' by
1993 `header-line'.
1994
19951998-09-08 Michael Ernst <mernst@alum.mit.edu>
1996
1997 * help.el (describe-function-1): Don't return empty string for keymaps.
1998
1999 * fill.el (fill-region-as-paragraph, canonically-space-region):
2000 Respect colon-double-space at end of line.
2001
20021999-09-08 Stephen Gildea <gildea@alum.mit.edu>
2003
2004 * files.el (backup-by-copying-when-privileged-mismatch): New variable.
2005 (backup-buffer): Use it.
2006
20071999-09-08 Peter Breton <pbreton@ne.mediaone.net>
2008
2009 * generic-x.el (generic-define-unix-modes): Added new modes:
4ff3fcc7 2010 inetd-conf-generic-mode, etc-services-generic-mode,
0767b41e
DL
2011 etc-passwd-generic-mode. These are all defined for Unix by default.
2012 (apache-generic-mode): Use an imenu-generic-expression to list
2013 Configuration keywords.
2014 (samba-generic-mode): Use both ; and # as comment characters.
2015 (samba-generic-mode): Font-lock expressions now highlight name
2016 value pairs.
2017 (bat-generic-mode): Keywords are now case-insensitive through
2018 font-lock-defaults setting.
2019 (java-properties-generic-mode): Supports both ! and # as comment
2020 characters.
2021 (java-properties-generic-mode): Added an imenu-generic-expression
2022 (java-properties-generic-mode): Reworked to support the various
4ff3fcc7 2023 different ways to separate name and value (viz, '=', ':' and
0767b41e
DL
2024 whitespace).
2025 (show-tabs-generic-mode): Added this new generic-mode.
2026
20271999-09-08 Richard Stallman <rms@gnu.org>
2028
2029 * progmodes/inf-lisp.el: Moved from top directory.
2030
2031 * tar-mode.el (tar-header-block-tokenize):
2032 Use `when' instead of `and'. Fix some clobbered text.
2033
2034 * gud.el (gud-make-debug-menu): Make a child for the
2035 local menu, for its menu bar, and the debug menu.
2036 (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
2037 Use the history in the simple way.
2038
20391999-09-07 Kenichi Handa <handa@etl.go.jp>
2040
2041 * language/korea-util.el (default-korean-keyboard): Initialize it
2042 according to the environment variable HANGUL_KEYBOARD_TYPE.
2043
20441999-09-07 Richard Stallman <rms@gnu.org>
2045
2046 * subr.el (make-temp-file): New function.
2047
20481999-09-07 Stefan Monnier <monnier@cs.yale.edu>
2049
2050 * font-lock.el (font-lock-multiline): New text property contains
2051 a boolean to indicate if the char is part of a multiline match.
2052 (font-lock-default-fontify-region): Extend the region appropriately
2053 for multiline keywords.
2054 (font-lock-default-unfontify-region): Also remove the new
2055 font-lock-multiline text property.
2056 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
2057 (font-lock-fontify-keywords-region): Mark multiline regexp matches.
2058
20591999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2060
2061 * diary-lib.el (list-diary-entries): Make sure two-digit years
2062 have leading zeros.
2063
20641999-09-07 Gerd Moellmann <gerd@gnu.org>
2065
2066 * faces.el (face-set-after-frame-default): Initialize some
2067 attributes of some faces from frame parameters.
2068
2069 * faces.el (scroll-bar, border, cursor, mouse): New faces.
2070
20711999-09-07 Gerd Moellmann <gerd@gnu.org>
2072
2073 * faces.el (fringe): Replaces face `margin'.
2074
20751999-09-07 Dave Love <fx@gnu.org>
2076
2077 * tar-mode.el (tar-header-block-tokenize): Bind linkname.
2078
20791999-09-07 Richard Stallman <rms@gnu.org>
2080
2081 * subr.el (push): Doc fix.
2082
20831999-09-06 Richard Stallman <rms@gnu.org>
2084
2085 * vc.el (vc-annotate-display): Use < 69 not < 70
4ff3fcc7 2086 to distinguish 20YY from 19YY.
0767b41e
DL
2087
2088 * timezone.el (timezone-parse-date): Use < 69 not < 70
2089 to distinguish 20YY from 19YY.
2090
2091 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
2092
20931999-09-07 Dave Pearson <davep@hagbard.demon.co.uk>
2094
2095 * quickurl.el: (quickurl-list-focused-line): Removed.
2096 (quickurl-list-insert): Now works out the focused line using
2097 `count-lines' instead of using `quickurl-list-focused-line'.
2098
20991999-09-06 Richard Stallman <rms@gnu.org>
2100
2101 * mail/rmail.el (rmail-retry-failure): Unconditionally move
2102 to beginning of message.
2103
21041999-09-06 Dave Love <fx@gnu.org>
2105
2106 * isearch.el (isearch-mode-map): Add mouse-2.
2107
2108 * rmail.el (rmail-read-password): Deleted.
2109 (rmail-get-pop-password): Use read-password.
2110
2111 * quickurl.el: Don't conditionally define caddr.
2112 (quickurl-url-comment): Use nth, not caddr in function and
2113 defsetf.
2114
21151999-09-06 Richard Stallman <rms@gnu.org>
2116
2117 * auto-show.el: Doc fixes.
2118
21191999-09-06 Stephen Eglen <stephen@gnu.org>
2120
2121 * progmodes/octave-inf.el (inferior-octave-startup-args): Add
2122 --no-line-editing so that TABs in source files are not interpreted
2123 as completion requests.
4ff3fcc7 2124
0767b41e 21251999-09-06 Gerd Moellmann <gerd@gnu.org>
4ff3fcc7 2126
0767b41e
DL
2127 * hscroll.el, auto-show.el: Remove all code, keep the public
2128 interface as no-ops.
2129
2130 * faces.el (face-bold-p): Don't return t if face has lighter
2131 weight than normal.
2132
21331999-09-06 Eli Zaretskii <eliz@gnu.org>
2134
2135 * startup.el (command-line): Make small-temporary-file-directory
2136 be nil except on ms-dos.
2137
2138 * files.el (small-temporary-file-directory): Ditto. Also doc fix.
2139
2140 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
2141 is defined.
2142
2143 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
2144 letters with a colon after d or l.
2145
21461999-09-06 Dave Love <fx@gnu.org>
2147
2148 * byte-opt.el (byte-boolean-vars): Removed. (Now primitive.)
2149
21501999-09-05 Richard Stallman <rms@gnu.org>
2151
2152 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
2153
2154 * textmodes/paragraphs.el (backward-kill-sentence):
2155 Don't test minibuffer-prompt-end here.
2156 (forward-sentence): Do handle it here.
2157 (backward-kill-paragraph): Don't test it here.
2158 (forward-paragraph): Handle it here.
2159
2160 * mouse.el (font-menu-add-default): Simplify code.
2161
21621999-09-05 Gerd Moellmann <gerd@gnu.org>
2163
2164 * faces.el (header-line): Renamed from `top-line'.
2165
21661999-09-05 Gerd Moellmann <gerd@gnu.org>
2167
2168 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
2169
21701999-09-04 Richard Stallman <rms@gnu.org>
2171
2172 * whitespace.el: New file.
2173
21741999-09-04 Dave Love <fx@gnu.org>
2175
2176 * paths.el: Make some doc strings obey the make-docfile convention.
2177
2178 * bindings.el: Likewise.
2179 (debug-ignored-errors): Remove BBDB ones.
2180
21811999-09-03 Richard Stallman <rms@gnu.org>
2182
2183 * mail/mh-comp.el (mh-forward): Get new subject line from the original,
2184 not from the draft to forward.
2185
2186 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
2187
21881999-09-03 Dave Love <fx@gnu.org>
2189
2190 * double.el (double-mode): Customize the variable.
2191
21921999-09-03 Kenichi Handa <handa@etl.go.jp>
2193
2194 * international/characters.el: Delete duplicated code.
2195
21961999-09-02 Richard Stallman <rms@gnu.org>
2197
2198 * indent.el (indent-relative): Doc fix.
2199
2200 * quickurl.el (quickurl): Doc fix.
2201
22021999-09-02 Gerd Moellmann <gerd@gnu.org>
2203
2204 * faces.el (margin): Change background to "gray" for mono (this is
2205 drawn with a stipple pattern).
2206
22071999-09-02 Gerd Moellmann <gerd@gnu.org>
2208
2209 * simple.el (next-history-element): Use minibuffer-prompt-end once
2210 again. Remove test for minibuffer-prompt-in-buffer.
2211
22121999-09-02 Eli Zaretskii <eliz@gnu.org>
2213
2214 * files.el (small-temporary-file-directory): New variable.
2215
2216 * startup.el (command-line): Compute the value of
2217 small-temporary-file-directory.
2218
2219 * ediff-init.el (ediff-temp-file-prefix): Use
2220 small-temporary-file-directory if non-nil.
2221
2222 * vc.el (vc-update-change-log): Likewise.
2223
2224 * progmodes/cmacexp.el (c-macro-expansion): Likewise.
2225
2226 * simple.el (shell-command, shell-command-on-region): Use
2227 make-temp-name properly. Use small-temporary-file-directory if
2228 non-nil, otherwise temporary-file-directory, to generate temporary
2229 files.
2230
2231 * dos-w32.el (direct-print-region-helper): Use
2232 temporary-file-directory. (From Stefan Monnier.)
2233
22341999-09-02 Richard Stallman <rms@gnu.org>
2235
2236 * progmodes/asm-mode.el (asm-mode): Set comment-start properly
2237 from asm-comment-char.
2238 (asm-font-lock-keywords): Recognize instruction width suffixes.
2239
22401999-09-01 Richard Stallman <rms@gnu.org>
2241
2242 * play/fortune.el: New file.
2243
22441999-08-31 Dave Love <fx@gnu.org>
2245
2246 * help.el (help-make-xrefs): Don't lose on non-empty blank line
2247 after key table.
2248
2249 * byte-opt.el (byte-boolean-vars): Add several w32 and redisplay
2250 variables.
2251
2252 * subr.el (push): Fix typo.
2253
22541999-08-30 Kevin Blake <kblake@ticnet.com>
2255
2256 * emacs-lisp/ring.el: Many doc fixes.
2257 (ring-size, ring-copy): New functions.
2258
22591999-08-29 Richard Stallman <rms@gnu.org>
2260
2261 * progmodes/etags.el (tags-loop-continue):
2262 After tags-loop-operate returns, force skip to next file.
2263
2264 * mail/mail-extr.el (mail-extr-all-letters-but-separators)
2265 (mail-extr-first-letters, mail-extr-last-letters):
2266 Use character classes [:alpha:] and [:alnum:].
2267
2268 * subr.el (push, pop): New macros.
2269
2270 * progmodes/compile.el (compilation-error-regexp-alist):
2271 New item for SGI IRIX MipsPro compilers.
2272
2273 * speedbar.el (speedbar-directory-buttons): Recognize
2274 device names when checking for file names.
2275
2276 * array.el (array-reconfigure-rows): Use generate-new-buffer.
2277
2278 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
2279 and specially handle defvar inside their expansions.
2280 (eval-defun-1): New subroutine.
2281
2282 * progmodes/compile.el (compilation-error-regexp-alist):
2283 Fix the Perl -w entry to allow period after line number.
2284 Don't allow newlines in file name, but allow them after line number
2285 for Perl debugging traces.
2286
2287 * which-func.el (which-func-cleanup-function): New variable.
2288 (which-function): Call that function.
2289
2290 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
2291 to end a function name.
2292
2293 * informat.el (Info-tagify): Don't insert more than one newline
2294 before the tag table.
2295
22961999-08-29 Stefan Monnier <monnier@cs.yale.edu>
2297
2298 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
2299 than make-temp-name, use match-string-no-properties, and eliminate
2300 a quadratic behavior when building bibtex-strings.
2301
23021999-08-29 Alex Schroeder <alex@gnu.org>
2303
2304 * comint.el (comint-input-ring-separator): New variable.
2305 (comint-read-input-ring): Doc change; use
2306 comint-input-ring-separator when reading file.
2307 (comint-write-input-ring): Use
2308 comint-input-ring-separator when writing file.
2309
23101999-08-29 Marc Girod <girod@shire.ntc.nokia.com>
2311
2312 * informat.el (Info-tagify): Start by widening.
2313 Match node headers that don't list the file name,
2314 and more kinds of page separations.
2315 Strip properties during tagification.
2316 Use start of node header line as tag's position.
2317 Fix the "done" message.
2318
2319 (Info-validate): Save and restore match data around narrowing down.
2320
23211999-08-28 Richard M. Stallman <rms@gnu.org>
2322
2323 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
2324 On repeated call, override previous values put into
2325 minor-mode-map-alist and minor-mode-alist.
2326
23271999-08-28 Michael Ernst <mernst@alum.mit.edu>
2328
2329 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
2330
23311999-08-27 Andreas Schwab <schwab@gnu.org>
2332
2333 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
2334 from cvs update.
2335
23361999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2337
2338 * calendar/calendar.el (calendar-move-hook): New hook.
2339
2340 * calendar/cal-move.el: Call the new hook in every movement function.
2341
2342 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
2343 the right function name.
2344
23451999-08-26 Stephen Gildea <gildea@alum.mit.edu>
2346
2347 * time-stamp.el: Put quote-backquote around all symbol names
2348 in doc strings, for mousing.
2349 (time-stamp): support multi-line patterns.
2350 (time-stamp-inserts-lines): new variable.
2351 (time-stamp-count): new variable.
2352 (time-stamp-string-preprocess): fixed bug where "%%a" becomes
2353 "Thu" instead of "%a".
2354
23551999-08-25 Gerd Moellmann <gerd@gnu.org>
2356
2357 * simple.el (kill-word): Undo previous change.
2358
23591999-08-25 Gerd Moellmann <gerd@gnu.org>
2360
2361 * jit-lock.el (jit-lock-function): Extend the fontified range
4ff3fcc7 2362 to the beginning of the line containing the range start and
0767b41e
DL
2363 the beginning of the line following the range end.
2364
23651999-08-24 Dave Love <fx@gnu.org>
2366
2367 * timezone.el: Move provide to end.
2368 (timezone-parse-date): Simplify somewhat. Assume 2-digit years
2369 <70 are 2000+.
2370 (timezone-parse-time): Simplify somewhat.
2371
23721999-08-24 Gerd Moellmann <gerd@gnu.org>
2373
2374 * faces.el (margin): Renamed from bitmap-area.
2375
23761999-08-24 Alex Schroeder <alex@gnu.org>
2377
2378 * sql.el: Doc changes.
2379 (sql-sybase): use sql-server instead of sql-database.
2380
23811999-08-23 Dave Love <fx@gnu.org>
2382
2383 * rect.el: Add/fix various doc strings. Add `*' to all the
2384 interactive specs.
2385
23861999-08-21 Gerd Moellmann <gerd@gnu.org>
2387
2388 * jit-lock.el (jit-lock-function): Use line-beginning-position.
2389 Don't unwind-protect font-lock-fontify-region.
2390
2391 * paragraphs.el (backward-kill-paragraph): Don't move
2392 point into mini-buffer prompt.
2393 (backward-kill-sentence): Ditto.
2394
2395 * simple.el (next-history-element): Use minibuffer-prompt-end.
2396 Remove test for minibuffer-prompt-in-buffer.
2397 (kill-word): Don't move point into mini-buffer prompt.
2398
23991999-08-21 Dave Love <fx@gnu.org>
2400
2401 * Makefile: Exclude CVS dirs like RCS.
2402
24031999-08-19 Dave Love <fx@gnu.org>
2404
2405 * tooltip.el (tooltip-mode): Customize this, per convention.
2406 (tooltip-active): Option deleted.
2407
2408 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize.
2409
2410 * hanoi.el, page-ext.el: Declare dynamic vars.
2411
2412 * term.el: Avoid ange-ftp related compilation warnings.
2413
24141999-08-18 Gerd Moellmann <gerd@gnu.org>
2415
2416 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
2417 the default so that beginners can benefit from it without
2418 searching in manuals.
2419
24201999-08-18 Ray Blaak <blaak@gnu.org>
2421
2422 * progmodes/delphi.el: Consider assembly sections as blocks, to
2423 indent them better. Make auto-indent on newline optional.
2424
24251999-08-17 Gerd Moellmann <gerd@gnu.org>
2426
2427 * bindings.el (mode-line-modified): Look up key binding for C-x
2428 C-q. If it's bound call that binding, otherwise call
2429 toggle-read-only.
2430
24311999-08-17 Dave Love <fx@gnu.org>
2432
2433 * info.el (info): Doc fix.
2434
2435 * finder.el (finder-known-keywords): Add `multimedia'.
2436
2437 * apropos.el: Don't capitalize custom group name.
2438
2439 * info-look.el: Remove compatibility code.
2440 (info-lookup-guess-default*): DTRT for point at start of symbol.
2441 (info-complete): Don't lose with point not at end of symbol.
2442
24431999-08-16 Gerd Moellmann <gerd@gnu.org>
2444
2445 * term.el (toplevel): Make face `term-default' an empty face.
2446 The code relied on the fact that Emacs ignored invalid faces in
2447 face text properties in 20.4.
2448
24491999-08-16 Richard M. Stallman <rms@gnu.org>
2450
2451 * subr.el (point-at-eol, point-at-bol): New aliases.
2452
2453 * simple.el: Functions reordered.
2454
2455 * rect.el (delete-rectangle-line): Use line-end-position.
2456
24571999-08-16 Karl Heuer <kwzh@gnu.org>
2458
2459 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
2460 here from simple.el.
4ff3fcc7 2461
0767b41e
DL
24621999-08-16 Dave Love <fx@gnu.org>
2463
2464 * mouse.el: Provide `mldrag' for compatibility.
2465 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
2466 marked obsolete.
2467
2468 * mldrag.el: Removed since the features are in mouse.el.
2469
2470 * jka-compr.el (auto-compression-mode): New variable for
2471 customization.
2472
2473 * bindings.el (mode-line-mule-info): Doc fix.
2474
2475 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
2476 name comparisons.
2477
2478 * files.el (interpreter-mode-alist): Add make, guile, clisp.
2479 (find-file): Doc fix.
2480
24811999-08-16 Carsten Dominik <cd@gnu.org>
2482
2483 * textmodes/reftex.el: Most of the code moved to other files.
2484 * textmodes/reftex-auc.el: New file, split out from reftex.el
2485 * textmodes/reftex-cite.el: New file, split out from reftex.el
2486 * textmodes/reftex-global.el: New file, split out from reftex.el
2487 * textmodes/reftex-index.el: New file, split out from reftex.el
2488 * textmodes/reftex-parse.el: New file, split out from reftex.el
2489 * textmodes/reftex-ref.el: New file, split out from reftex.el
2490 * textmodes/reftex-sel.el: New file, split out from reftex.el
2491 * textmodes/reftex-toc.el: New file, split out from reftex.el
2492 * textmodes/reftex-vars.el: New file, split out from reftex.el
2493 * textmodes/reftex-vcr.el: New file, split out from reftex.el
2494
24951999-08-16 Carsten Dominik <cd@gnu.org>
2496
2497 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
2498 conflict with pop-up-frames.
2499 (reftex-special-environment-parsers): New constant.
2500 (reftex-label-alist): car of an entry can also be a function.
2501 (reftex-what-special-env): new function.
2502 (reftex-label-location): Call `reftex-what-special-env'.
2503 (reftex-compile-variables): Check for symbol in
2504 `reftex-label-alist'.
2505 (reftex-what-environment): fixed bug with stacked environments of
2506 same kind (e.g. enumerate).
2507 (reftex-process-string): Preserve default directory.
2508 (reftex-label-alist-builtin): changed prefixes of endnote and
2509 footnote. Also the magic words.
2510 (reftex-reference): Interprete new option
2511 `reftex-fref-is-default'.
2512 (reftex-replace-prefix-escapes): Interprete new `%S' format.
2513 (reftex-toc-mouse-view-line): Command removed (had no binding).
2514 (reftex-everything-regexp): New function.
2515 (reftex-nearest-match): Made better.
2516 (reftex-toc-find-section): Use new version of
2517 `reftex-nearest-match'.
2518 (reftex-insert-docstruct): adapted to work with the index stuff.
2519 (reftex-parse-from-file): Find index entries as well.
2520 (reftex-toc-toggle-index): New function
2521 (reftex-toc-map): `i' is now used to togle the index, File
2522 boundaries has been moved to `F'.
2523 (reftex-select-label-map): Toggling display of file boundaries is
2524 now on the `F' key, for consistency with `reftex-toc-map'.
2525 (reftex-erase-all-selection-and-index-buffers): Renamed from
2526 `reftex-erase-all-selection-buffer'. Now also kills the index
2527 buffers.
2528 (reftex-viewing-cross-references): Customization group renamed
2529 from reftex-viewing-cross-references-and-citations.
2530 (reftex-index-macro-regexp,
2531 reftex-find-index-entry-regexp-format): New variables
2532 (reftex-macros-with-index): New variable
2533 (reftex-add-index-macros): New function
2534 (reftex-renumber-simple-labels, reftex-translate): Allow for
2535 multiple labels in a single ref command.
2536 (reftex-index-support): New customization group
2537 (reftex-support-index, reftex-index-special-chars,
2538 reftex-index-macros, reftex-index-default-macro,
2539 reftex-index-default-tag, reftex-index-math-format,
2540 reftex-index-section-letters, reftex-index-include-context,
2541 reftex-index-follow-mode, reftex-index-header-face,
2542 reftex-index-section-face, reftex-index-tag-face,
2543 reftex-index-face): New options
2544 (reftex-index-map, reftex-index-menu, reftex-last-index-file,
2545 reftex-index-tag, reftex-index-return-marker,
2546 reftex-index-restriction-indicator, reftex-index-restriction-data,
2547 reftex-index-macro-regexp, reftex-index-level-re,
2548 reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
2549 reftex-everything-regexp-no-index, reftex-index-re,
2550 reftex-macros-with-index, reftex-index-macro-alist): New variables
2551 (reftex-index-help, reftex-index-macros-builtin,
2552 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
2553 reftex-query-index-macro-help): New constants
2554 (reftex-index-selection-or-word, reftex-index,
2555 reftex-default-index, reftex-update-default-index,
2556 reftex-index-complete-tag, reftex-index-select-tag,
2557 reftex-index-complete-key, reftex-index-update-taglist,
2558 reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
2559 reftex-display-index, reftex-insert-index,
2560 reftex-index-insert-new-letter, reftex-get-restriction,
2561 reftex-index-pre-command-hook, reftex-index-post-command-hook,
2562 reftex-index-show-help, reftex-index-next, reftex-index-previous,
2563 reftex-index-toggle-follow, reftex-index-toggle-context,
2564 reftex-index-view-entry, reftex-index-goto-entry-and-hide,
2565 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
2566 reftex-index-quit, reftex-index-quit-and-kill,
2567 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
2568 reftex-index-revert, reftex-index-switch-index-tag,
2569 reftex-index-restrict-to-section, reftex-index-widen,
2570 reftex-index-restriction-forward,
2571 reftex-index-restriction-backward, reftex-index-visit-location,
2572 reftex-index-analyze-entry, reftex-index-globalize,
2573 reftex-index-edit, reftex-index-toggle-range-beginning,
2574 reftex-index-toggle-range-end, reftex-index-edit-key,
2575 reftex-index-edit-attribute, reftex-index-edit-visual,
2576 reftex-index-edit-part, reftex-index-level-down,
2577 reftex-index-level-up, reftex-index-kill, reftex-index-undo,
2578 reftex-index-change-entry, reftex-index-goto-letter,
2579 reftex-add-index-macros, reftex-ensure-index-support,
2580 reftex-index-info-safe, reftex-index-info): New functions.
4ff3fcc7 2581
0767b41e
DL
2582
25831999-08-15 Richard M. Stallman <rms@gnu.org>
2584
2585 * paren.el (show-paren-mode): Support making show-paren-mode
2586 a buffer-local variable. Don't check for a window system.
2587 (show-paren-function): Check whether show-paren-function is
2588 enabled in current buffer; do the right thing if not.
2589 Don't check for a window system.
2590 (show-paren-mode): Make it a user variable.
2591
2592 * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
2593 Handle `enum' like `struct'.
2594
2595 * server.el (server-process-filter): If a client visits no buffers,
2596 close it immediately before recording it.
2597
2598 * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
2599 Optimize by calling concat just once. Handle =\n sequence.
2600 (mail-unquote-printable-region): New command.
2601 (mail-quote-printable): Make it autoload.
2602
26031999-08-15 Karl Heuer <kwzh@gnu.org>
2604
2605 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
2606
26071999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
2608
2609 * lisp/texinfmt.el: Handle @ifnottex.
2610
26111999-08-15 Eli Zaretskii <eliz@gnu.org>
2612
2613 * frame.el (blink-cursor): Don't turn on cursor blinking for
2614 ms-dos.
2615
2616 * faces.el (face-valid-attribute-values): Look in
2617 x-bitmap-file-path only for x and w32 window systems.
2618
2619 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
2620 Do that if width is nil as well.
2621 (x-display-mm-height, x-display-mm-width): Update values.
2622 (x-colors): Compute the list from msdos-color-values.
2623 (x-select-enable-clipboard): Doc fix.
2624 (x-frob-font-weight, x-font-family-list): New functions.
2625
26261999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk>
2627
2628 * window.el (shrink-window-if-larger-than-buffer): Don't try to
2629 back up from beginning of buffer.
2630
26311999-08-13 Karl Heuer <kwzh@gnu.org>
2632
2633 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
2634
26351999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US>
2636
2637 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G
2638 doomsday clock, speed control is added and changes are made to
2639 allow large numbers of rings: rings now show the whole ring
2640 number, not just the last digit; consecutive rings are allowed to
2641 be the same size when necessary to fit all the rings in the
2642 window; and poles can be oriented horizontally. Face support is
2643 thrown in gratuitously.
2644 (hanoi): Changed default number of rings back to 3.
2645 (hanoi-unix, hanoi-unix-64): New commands
2646 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
2647 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
2648 hanoi-odd-ring-face): New variables.
2649 (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
2650 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
2651 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
2652 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
2653 (hanoi-topos, hanoi-draw-ring): Removed.
2654
26551999-08-12 Gerd Moellmann <gerd@gnu.org>
2656
2657 * faces.el (face-valid-attribute-values): Return an alist for
2658 families on ttys.
2659 (face-read-integer): Handle unspecified face attributes. Add
2660 completion for `unspecified'.
2661 (read-face-attribute): Handle unspecified font attributes.
2662 (face-valid-attribute-values): Add `unspecified' to lists so that
2663 it can be chosen via completion.
2664 (face-read-string): Don't recognize "none" as input.
2665
26661999-08-10 Dave Love <fx@gnu.org>
2667
2668 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
2669 string.
2670
2671 * sun-curs.el: Require sun-fns.
2672
26731999-08-10 Dave Love <fx@gnu.org>
2674
2675 * autorevert.el (auto-revert-mode): Add autoload cookie.
2676
2677 * hscroll.el, auto-show.el: Files deleted -- we have built-in
2678 hscroll.
2679
2680 * simple.el (hscroll-step, hscroll-point-visible)
2681 (hscroll-window-column): Remove now we have the mentioned real
2682 horizontal autoscrolling.
2683
26841999-08-10 Richard M. Stallman <rms@gnu.org>
2685
4ff3fcc7 2686 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
0767b41e
DL
2687 control use of -f option.
2688 (mail-specify-envelope-from): New variable.
2689 (mail-from-style): Doc fix.
2690
2691 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
2692 (easy-menu-get-map): New arg TO-MODIFY helps choose
2693 between local and global maps.
2694 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
2695 (easy-menu-change): Doc fix.
2696
2697 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
2698 (info-lookup-guess-default): Simplified and cleaned up.
2699 (info-lookup-guess-default*): Preserve point.
2700
2701 * view.el (view-mode-disable): If buffer-read-only is nil,
2702 don't change it.
2703
2704 * files.el (after-find-file): Disable View mode if buffer is no
2705 longer read-only.
2706
4ff3fcc7 2707 * view.el (view-mode-enable, view-mode-disable):
0767b41e
DL
2708 Call force-mode-line-update.
2709
27101999-08-10 Karl Heuer <kwzh@gnu.org>
2711
2712 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
2713 * array.el, play/landmark.el, international/latin-3.el: Likewise.
2714 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
2715
27161999-08-10 Alex Schroeder <asc@bsiag.com>
2717
2718 * ansi-color.el (ansi-color-to-text-properties): Added New state 5
2719 to prevent m-eating-bug.
2720
27211999-08-10 Eli Zaretskii <eliz@gnu.org>
2722
2723 * term/pc-win.el (msdos-bg-mode): Remove. Call
2724 frame-set-background-mode instead. All callers changed.
2725 (msdos-face-setup): Don't force color display parameter, it is set
2726 by frame-set-background-mode.
2727 (make-msdos-frame): Call x-handle-reverse-video and
2728 face-set-after-frame-default. Delete frame if creation failed.
2729
2730 * faces.el (face-set-after-frame-default): Don't call
2731 make-face-x-resource-internal for the pc window-system.
2732
27331999-08-10 Dave Love <fx@melange.gnu.org>
2734
2735 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
2736 case with no docstring specially.
2737
27381999-08-09 Eli Zaretskii <eliz@gnu.org>
2739
2740 * complete.el (PC-do-completion): If completing on file name,
2741 reproduce str by concatenating its directory and basename parts.
2742
27431999-08-07 Dave Love <fx@gnu.org>
2744
2745 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid
2746 unibyte to multibyte conversion of search-forward (from Handa),
2747 but avoid the replacement if the language is Latin-N.
2748
27491999-08-06 Richard Stallman <rms@gnu.org>
2750
2751 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
2752 of eval-buffer.
2753
2754 * international/mule.el (load-with-code-conversion):
2755 Pass t to eval-buffer for DO-ALLOW-PRINT.
2756
27571999-08-06 Geoff Voelker <voelker@cs.washington.edu>
2758
2759 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
2760 of filenames and attributes.
2761 (ls-lisp-insert-directory): Use directory-files-and-attributes
2762 for speed.
2763
27641999-08-05 Dave Love <fx@gnu.org>
2765
2766 * auto-show.el (auto-show-mode): Fix :set.
2767
2768 * widget.el (define-widget-keywords): Make dummy definition and
2769 comment-out its use.
2770
27711999-08-04 Richard Stallman <rms@gnu.org>
2772
2773 * progmodes/tcl.el: Customized.
2774
2775 * sql.el (sql-accumulate-and-indent): Instead of testing
2776 whether this is Emacs 20 before calling comint-accumulate,
2777 test whether comint-accumulate is defined.
2778
27791999-08-04 Dave Love <fx@gnu.org>
2780
2781 * sgml-mode.el: Require outline when compiling.
2782 (sgml-mode-hook, html-mode-hook): Customize.
2783 (sgml-validate-command): Fix :version.
2784 (html-autoview-mode): Doc fix.
2785
2786 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
2787 nothing in Latin-N environment.
2788
2789 * info.el (Info-find-node): Call info-initialize here.
2790 (info): Not here.
2791 (Info-file-list-for-emacs): Add message, dired-x, c, viper.
2792
27931999-08-04 Richard Stallman <rms@gnu.org>
2794
2795 * ansi-color.el: New file.
2796
27971999-08-04 Stefan Monnier <monnier@cs.yale.edu>
2798
2799 * dired.el (dired-string-replace-match): Return `nil' when no match
2800 found with global search.
2801
2802 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
2803 * terminal.el (te-terminfo-directory):
2804 * mail/mailpost.el (post-mail-send-it):
2805 * mail/metamail.el (metamail-region):
2806 * progmodes/ada-mode.el (ada-tmp-directory):
2807 Use temporary-file-directory.
2808
2809 * progmodes/compile.el (compilation-parsing-end,compilation-setup)
2810 (compilation-filter, compilation-forget-errors)
2811 (compilation-parse-errors): Use a marker instead of an integer for
2812 `compilation-parsing-end'.
2813
2814 * progmodes/diff.el (diff-parse-differences):
2815 Use a marker instead of an integer for `compilation-parsing-end'.
2816 * textmodes/tex-mode.el (tex-compilation-parse-errors):
2817 Use a marker instead of an integer for `compilation-parsing-end'.
2818
28191999-08-03 Richard Stallman <rms@gnu.org>
2820
2821 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
2822 (Buffer-menu-mode): Doc fix.
2823 (Buffer-menu-view): New command.
2824 (Buffer-menu-view-other-window): New command.
2825
28261999-08-03 Christopher J. Madsen <chris_madsen@geocities.com>
2827
2828 * replace.el (query-replace-regexp-eval)
2829 (replace-eval-replacement, replace-loop-through-replacements)
2830 (replace-match-string-symbols): New functions.
2831 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
2832 Use replace-loop-through-replacements.
4ff3fcc7 2833
0767b41e
DL
28341999-08-03 Dave Pearson <davep@hagbard.demon.co.uk>
2835
2836 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
2837 (5x5): Doc fix.
2838
28391999-08-03 Dave Love <fx@gnu.org>
2840
2841 * fortran.el (fortran-indent-new-line): Make it an alias
2842 for reindent-then-newline-and-indent.
2843
28441999-08-03 Didier Verna <verna@inf.enst.fr>
2845
2846 * rect.el: All functions rewritten, except when noted above
2847 their declaration. Below is a list of interface changes.
2848 (apply-on-rectangle): New function, mostly replaces
2849 `operate-on-rectangle'. All callers changed.
2850 (move-to-column-force): Pass new second argument to `move-to-column'.
2851 (kill-rectangle): Added optional prefix arg to fill lines.
2852 (delete-rectangle): Ditto.
2853 (delete-whitespace-rectangle): Ditto.
2854 (delete-extract-rectangle): Ditto.
2855 (open-rectangle): Ditto.
2856 (clear-rectangle): Ditto.
2857 (delete-whitespace-rectangle-line): New function.
2858 (delete-rectangle-line): Added third arg FILL.
2859 (delete-extract-rectangle-line): Ditto.
2860 (open-rectangle-line): Ditto.
2861 (clear-rectangle-line): Ditto.
2862
28631999-08-03 Ray Blaak <blaak@gnu.org>
2864
2865 * progmodes/delphi.el: New file.
2866
28671999-08-02 Richard Stallman <rms@gnu.org>
2868
2869 * textmodes/outline.el (outline-previous-heading): New function.
2870 (outline-up-heading-all): Use outline-previous-heading.
2871 (outline-next-heading): Delete definition inserted yesterday.
2872
28731999-08-01 Richard Stallman <rms@gnu.org>
2874
2875 * textmodes/outline.el (outline-next-heading): New function.
2876 (outline-up-heading-all): New function.
2877 (outline-font-lock-level): Using outline-up-heading-all.
2878 Tell outline-back-to-heading to accept invisible headings.
2879
2880 * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
2881
2882 * mail/mh-utils.el (mh-find-path-run): New variable.
2883 (mh-find-path): Test and set that.
2884 Set mail-user-agent only the first time this function is run.
2885 (mail-user-agent): Defvar deleted.
2886
2887 * info.el (info-initialize): New function.
2888 (info): Call info-initialize.
2889 (Info-directory-list): Initialize to nil,
2890 so info-initialize will set it up for real.
2891
28921999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2893
2894 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
2895 does not interpret a time as the year in a day-month entry.
2896
2897 * calendar/diary-lib.el: Change syntax table entry for colon in
2898 the diary as part of the european-date-diary-pattern fix.
2899
29001999-08-01 Eli Zaretskii <eliz@gnu.org>
2901
2902 * international/mule.el (set-auto-coding): Allow whitespace before
2903 and after the "variable: value" pair.
2904
29051999-07-30 Ken'ichi Handa <handa@gnu.org>
2906
2907 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
2908 (default-sendmail-coding-system): Doc-string fixed.
2909
29101999-07-30 Dave Love <fx@gnu.org>
2911
2912 * subr.el (assoc-delete-all): New function, renamed from
2913 frame-delete-all.
2914
2915 * frame.el: Change comments to doc strings and other doc fixes.
2916 (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
2917 Callers changed.
2918 (set-background-color, set-foreground-color, set-cursor-color)
2919 (set-mouse-color, set-border-color): Offer completion of colours.
2920 (cursor): Add :version to defgroup.
2921
2922 * facemenu.el (list-colors-display): Make it work on ttys.
2923 (facemenu-read-color): Likewise.
2924
29251999-07-30 Richard M. Stallman <rms@gnu.org>
2926
2927 * frame.el (frame-notice-user-settings): If background
2928 color has been changed, update background-mode from it,
2929 then update faces.
2930
29311999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com>
2932
2933 * net-utils.el (finger): Don't do indirect fingering.
2934
29351999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2936
2937 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
2938 rules. Add separator at end of holidays.
2939 (cal-tex-rules): New customizable variable.
2940 (cal-tex-latexify-list): Add optional parameter to put separator
2941 at end.
2942
29431999-07-30 Bill Richter <richter@steenrod.math.nwu.edu>
2944
2945 * textmodes/fill.el (fill-individual-paragraphs): Calculate new
2946 fill prefix on each line while looping to the end of paragraph.
2947 End paragraph if it's longer than the existing fill prefix.
2948
2949 * textmodes/fill.el (fill-context-prefix): Doc fix.
2950
29511999-07-30 Dave Love <fx@gnu.org>
2952
2953 * font-lock.el (jit-lock): Fix :load, add :version.
2954
29551999-07-30 Eli Zaretskii <eliz@gnu.org>
2956
2957 * term/pc-win.el (msdos-face-setup): Register standard colors in
2958 Vface_tty_color_alist.
2959 (face-color-supported-p, face_color_gray_p): New functions.
2960
2961 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
2962 is bound.
2963
2964 * startup.el (command-line): Don't register default colors for
2965 MSDOS window-system.
2966
29671999-07-29 Dave Love <fx@gnu.org>
2968
2969 * f90.el (f90-mode-syntax-table): Change backslash to escape, not
2970 charquote.
2971
2972 * lisp-mode.el (eval-defun): Re-written to avoid
2973 capturing variables.
2974
2975 * picture.el (picture-beginning-of-line): Don't call
2976 hscroll-point-visible now we have real autoscrolling.
2977 (picture-end-of-line, picture-newline, picture-open-line):
2978 Likewise.
2979
2980 * international/latin-8.el: New file.
2981 * international/latin-9.el: New file.
2982
29831999-07-28 Dave Love <fx@gnu.org>
2984
2985 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
2986
2987 * msb.el: Require cl only when compiling.
2988 (msb--home-dir): Deleted.
2989 (msb--format-title): Use abbreviate-file-name.
2990 (msb--choose-file-menu): Simplify string comparison.
2991
29921999-07-28 Gerd Moellmann <gerd@gnu.org>
2993
2994 * faces.el (toolbar): Add face definition for mono displays.
2995
29961999-07-27 Richard M. Stallman <rms@gnu.org>
2997
2998 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
2999
3000 * frame.el (frame-initialize): When setting frame-initial-frame-alist,
3001 force copying of default-frame-alist.
3002
30031999-07-26 Ken'ichi Handa <handa@gnu.org>
3004
3005 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
3006
30071999-07-26 Richard M. Stallman <rms@gnu.org>
3008
3009 * frame.el (set-mouse-color): If new color is nil,
3010 really respecify the current color.
3011
30121999-07-26 Gerd Moellmann <gerd@gnu.org>
3013
3014 * faces.el (bitmap-area): Change background of face `bitmap-area'
3015 to white for mono displays.
3016
30171999-07-26 Kenichi Handa <handa@etl.go.jp>
3018
3019 * international/ccl.el (ccl-embed-symbol): New function.
3020 (ccl-program-p): Deleted. Now it's implemented in C code.
3021 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
3022 (ccl-compile-translate-character): Likewise.
3023 (ccl-compile-map-single): Likewise.
3024 (ccl-compile-multiple-map-function): Likewise.
3025 (declare-ccl-program): Doc-string modified.
3026 (check-ccl-program): Check compiled CCL code by ccl-program-p.
3027
30281999-07-25 Ken'ichi Handa <handa@etl.go.jp>
3029
3030 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
3031
30321999-07-25 Markus Rost <rost@gnu.org>
3033
3034 * cus-edit.el (custom-save-variables, custom-save-faces): Sort
3035 the entries to make custom-file more readable.
3036
30371999-07-25 Richard M. Stallman <rms@gnu.org>
3038
3039 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
3040
3041 * emacs-lisp/edebug.el: Delete compatibility code.
3042 (edebug-next-token-class): If . is followed by a digit,
3043 return `symbol' for the token class.
3044
3045 * startup.el (command-line): If we don't find the user's init file,
3046 set user-init-file to nil.
3047
30481999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
3049
3050 * info-look.el (info-lookup-interactive-arguments): Add optional
3051 argument query for new choice of help mode.
3052 (info-lookup-symbol): Use it.
3053 (info-lookup-file): Ditto.
3054 (info-lookup): Don't switch to other window, if already in Info
3055 buffer.
3056
30571999-07-23 Dave Love <fx@gnu.org>
3058
3059 * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
3060 syntax.
cc700606 3061 (fortran-fontify-string, fortran-match-!-comment): Deleted.
0767b41e
DL
3062 (fortran-font-lock-syntactic-keywords): New variable.
3063 (fortran-mode): Use it.
3064 (fortran-font-lock-keywords-1): Don't do comments.
3065 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
3066 match data.
3067
3068 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
3069
3070 * msb.el (msb-menu-bar-update-buffers): Renamed from
3071 menu-bar-update-buffers.
3072 (msb-custom-set, msb--toggle-menu-type): Call
3073 msb-menu-bar-update-buffers.
3074 (msb-mode): Revise the hook setting.
3075
3076 * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
3077
30781999-07-23 Gerd Moellmann <gerd@gnu.org>
3079
85177c86
GM
3080 * font-lock.el, help.el, simple.el: Re-integrate previously
3081 described changes that were lost due to errors while checking them
3082 in.
0767b41e
DL
3083
30841999-07-23 Kevin Blake <kblake@ticnet.com>
3085
3086 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
3087
30881999-07-23 Ken'ichi Handa <handa@etl.go.jp>
3089
3090 * international/encoded-kb.el
3091 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
3092 but push it to unread-command-events.
3093 (encoded-kbd-self-insert-iso2022-8bit): Likewise.
3094 (encoded-kbd-self-insert-sjis): Likewise.
3095 (encoded-kbd-self-insert-big5): Likewise.
3096
3097 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
3098 before left margin and fill-prefix by fill-find-break-point.
3099
31001999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
3101
3102 * info-look.el (info-lookup-setup-mode): Don't give up, if
3103 info-lookup-make-completions returns an error.
3104 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
3105 name latex, not latex2e.
3106
31071999-07-21 Richard M. Stallman <rms@gnu.org>
3108
3109 * replace.el (perform-replace): Turn off case-fold-search
3110 if FROM-STRING argument has uppercase in it.
3111
31121999-07-21 Gerd Moellmann <gerd@gnu.org>
3113
3114 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
3115 mode is on. Don't use end of changed text.
3116
31171999-07-21 Gerd Moellmann <gerd@gnu.org>
3118
3119 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
3120 (cl-hash-table-p): Renamed from hash-table-p.
3121 (cl-hash-table-count): Renamed from hash-table-count.
3122 (maphash): Alias to cl-maphash removed.
3123 (gethash): Likewise.
3124 (puthash): Likewise.
3125 (remhash): Likewise.
3126 (clrhash): Likewise.
3127
31281999-07-21 Gerd Moellmann <gerd@gnu.org>
3129
3130 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
3131 third arg non-nil. See comment there why this isn't a good idea.
3132
31331999-07-21 Gerd Moellmann <gerd@gnu.org>
3134
3135 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
3136
3137 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
3138 sit-for with 3rd arg non-nil to prevent redisplay.
3139
31401999-07-21 Gerd Moellmann <gerd@gnu.org>
3141
3142 * image.el (image-type-from-file-header): If file doesn't
3143 have a directory part, add data-directory.
3144
31451999-07-21 Gerd Moellmann <gerd@gnu.org>
3146
3147 * tooltip.el (tooltip-gud-tips-p): Set default to nil.
3148 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
3149 motion handling when tooltip-gud-tips-p is nil.
3150
31511999-07-21 Gerd Moellmann <gerd@gnu.org>
3152
3153 * tooltip.el (tooltip-mode): Don't use `plusp'.
3154 (tooltip-active): Use initial value of nil.
3155
3156 * jit-lock.el (jit-lock-mode): Don't use `plusp'.
3157
31581999-07-21 Gerd Moellmann <gerd@gnu.org>
3159
3160 * bindings.el (make-mode-line-mouse-sensitive): Add key
3161 definitions for `top-line'.
3162
31631999-07-21 Gerd Moellmann <gerd@gnu.org>
3164
3165 * faces.el (top-line): New face.
3166
31671999-07-21 Gerd Moellmann <gerd@gnu.org>
3168
3169 * image.el (image-type-regexps): Add regexp for PS files.
3170
31711999-07-21 Gerd Moellmann <gerd@gnu.org>
3172
3173 * faces.el (set-face-attribute): Fix wrong handling of frame
3174 begin equal to t.
3175
31761999-07-21 Gerd Moellmann <gerd@gnu.org>
3177
3178 * image.el (image-type-regexps): Add PNG format.
3179
31801999-07-21 Dave Love <fx@gnu.org>
3181
3182 * bindings.el (mode-line-modified): New variable.
3183 (mode-line-mode-menu-1): Switch to appropriate window before
3184 showing menu.
3185
31861999-07-21 Gerd Moellmann <gerd@gnu.org>
3187
3188 * faces.el (face-underline): Removed.
3189 (face-underline-color): Ditto.
3190
31911999-07-21 Gerd Moellmann <gerd@gnu.org>
3192
3193 * faces.el (face-x-resources): Fix typo.
3194
31951999-07-21 Gerd Moellmann <gerd@gnu.org>
3196
3197 * faces.el: Remove handling of `:relief', extend handling of
3198 `:box'.
3199 (frame-set-background-mode): Choose new defface specs after
3200 frame parameters have changed.
3201
3202 * cus-face.el: Ditto.
3203
32041999-07-21 Gerd Moellmann <gerd@gnu.org>
3205
3206 * custom.el (defface): Extend documentation to include new
3207 face attributes.
3208
3209 * cus-face.el (custom-face-attributes): Add overline,
3210 strike-through, box.
3211
3212 * faces.el (face-valid-attribute-values): Handle overline,
3213 strike-through, box.
3214 (face-attribute-name-alist): Add pairs for new face attributes.
3215 (describe-face): Handle new face attributes.
3216
32171999-07-21 Gerd Moellmann <gerd@gnu.org>
3218
3219 * faces.el (face-x-resources): Add overline, strike-through, box.
3220
32211999-07-21 Gerd Moellmann <gerd@gnu.org>
3222
3223 * enriched.el (enriched-translations): Add `display' and
3224 "x-display".
3225 (enriched-handle-display-prop): New.
3226 (enriched-decode-display-prop): New.
3227
3228 * format.el (top-level): Give `display' property
3229 `format-list-atomic-p.
3230 (format-annotate-single-property-change): Test that property.
3231 If present, treat list property values like atoms.
3232
32331999-07-21 Gerd Moellmann <gerd@gnu.org>
3234
3235 * cus-face.el (custom-face-attributes): Use `choice' everywhere
3236 so that "*" can be entered.
3237
32381999-07-21 Gerd Moellmann <gerd@gnu.org>
3239
3240 * cus-face.el (custom-face-attributes): Don't use `#''.
3241
32421999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
3243
3244 * cus-face.el (custom-face-attributes): Return underline
3245 face attribute directly from the second lambda of underline.
3246
32471999-07-21 Gerd Moellmann <gerd@gnu.org>
3248
3249 * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
3250
3251 * frame.el (after-setting-font-hooks): New variable.
3252 (set-frame-font): Run those hooks.
3253
3254 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
3255
3256 * faces.el (set-face-attribute): Fix doc string.
3257
32581999-07-21 Gerd Moellmann <gerd@gnu.org>
3259
3260 * cus-face.el (custom-face-attributes): Accept color name.
3261
3262 * faces.el (face-underline-p): Accept unspecified underlining.
3263 (face-underline): Ditto. Fix doc string.
3264
32651999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
3266
3267 * faces.el (face-underline-color): New function.
3268
32691999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
3270
3271 * cus-face.el (custom-face-attributes): Support underline coloring.
3272 Added slot to choose a color.
3273
3274 * faces.el (face-underline): New function.
3275 (face-underline-p): Support underline coloring.
3276 Return nil only if the underline attribute is 'normal.
3277 (set-face-underline): New function.
3278 (face-valid-attribute-values): Support underline coloring.
3279
32801999-07-21 Gerd Moellmann <gerd@gnu.org>
3281
3282 * image.el (insert-image): Use `display' instead of `glyph'
3283 as text property name.
3284 (put-image): Ditto.
3285 (image-type-from-file-header): Use insert-file-contents-literally.
3286
32871999-07-21 Gerd Moellmann <gerd@gnu.org>
3288
3289 * easymenu.el (easy-menu-do-add-item): Don't use the empty
3290 string to indicate separators.
3291
32921999-07-21 Gerd Moellmann <gerd@gnu.org>
3293
3294 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
3295 instead of message-log.
3296
32971999-07-21 Gerd Moellmann <gerd@gnu.org>
3298
3299 * faces.el (bitmap-area): New face.
3300
33011999-07-21 Gerd Moellmann <gerd@gnu.org>
3302
3303 * image.el (insert-image): New.
3304
33051999-07-21 Gerd Moellmann <gerd@gnu.org>
3306
3307 * frame.el (blink-cursor): Set the symbol's value.
3308 (show-trailing-whitespace): Change group to font-lock.
3309
33101999-07-21 Gerd Moellmann <gerd@gnu.org>
3311
3312 * jit-lock.el: New.
3313 * font-lock.el: Add jit-mode as new support mode.
3314
3315 * font-lock.el (font-lock-fontify-keywords-region): Stop when
3316 reaching end instead of letting re-search-forward signal an error.
3317 (demand-lock-mode): New.
3318 (font-lock-turn-on-thing-lock): Add demand-lock-mode.
3319 (font-lock-turn-off-thing-lock): Ditto.
3320 (font-lock-after-fontify-buffer): Ditto.
3321 (font-lock-after-unfontify-buffer): Ditto.
3322
33231999-07-21 Gerd Moellmann <gerd@gnu.org>
3324
3325 * gs.el: New file.
3326
3327 * startup.el (command-line-1): Activate tooltip mode if
3328 interactive.
3329
33301999-07-21 Gerd Moellmann <gerd@gnu.org>
3331
3332 * faces.el (toolbar): Grey default background.
3333 (modeline): Ditto.
3334
3335 * image.el (image-type-regexps): New.
3336 (image-type-from-file-header): New.
3337 (create-image): Call it.
3338
33391999-07-21 Gerd Moellmann <gerd@gnu.org>
3340
3341 * image.el: New file.
3342
33431999-07-21 Gerd Moellmann <gerd@gnu.org>
3344
3345 * bindings.el (mode-line-format): Replace `mode-name' with
3346 `(:eval mode-line-mode-name)'.
3347 (mode-line-mode-name): New.
3348 (make-mode-line-mouse-sensitive): Don't change default value
3349 of `mode-name'.
3350
33511999-07-21 Gerd Moellmann <gerd@gnu.org>
3352
3353 * tooltip.el: New file.
3354
33551999-07-21 Gerd Moellmann <gerd@gnu.org>
3356
3357 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
3358 instead of mouse-3 to pop up menus.
3359 (mode-line-kill-buffer): Removed.
3360 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
3361 buffer name.
3362 (mode-line-buffer-menu-1): Removed.
3363
3364 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
3365
3366 * bindings.el (mode-line-buffer-identification-keymap): New.
3367 (mode-line-buffer-menu-keymap): New.
3368 (mode-line-mode-menu-keymap): New.
3369 (mode-line-unbury-buffer): New.
3370 (mode-line-other-buffer): New.
3371 (mode-line-kill-buffer): New.
3372 (mode-line-buffer-menu-1): New.
3373 (mode-line-mode-menu-1): New.
3374 (make-mode-line-mouse-sensitive): New.
3375
33761999-07-21 Gerd Moellmann <gerd@gnu.org>
3377
3378 * help.el (describe-key-briefly): Handle mode line strings
3379 with local-map properties.
3380 (describe-key): Ditto.
3381 (mode-line-key-binding): New.
3382
33831999-07-21 Gerd Moellmann <gerd@gnu.org>
3384
3385 * scroll-bar.el (scroll-bar-timer): New.
3386 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
3387
33881999-07-21 Gerd Moellmann <gerd@gnu.org>
3389
3390 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
3391 and `bottom'.
3392
33931999-07-21 Gerd Moellmann <gerd@gnu.org>
3394
3395 * scroll-bar.el (scroll-bar-toolkit-scroll): New.
3396 (global): Use different key bindings if using tookit scroll bars.
3397
33981999-07-21 Gerd Moellmann <gerd@gnu.org>
3399
3400 * faces.el (modeline): Define mode line face with relief for
3401 class color, only.
3402 (toolbar): New face.
3403
34041999-07-21 Gerd Moellmann <gerd@gnu.org>
3405
3406 * frame.el (frame-initialize): Set frame-creation-function to
3407 tty-create-frame-with-faces.
3408
3409 * faces.el (frame-set-background-mode): Make it work for
3410 window-system nil.
3411
3412 * faces.el (tty-create-frame-with-faces): New.
3413 (face-set-after-frame-default): Make it work for TTY frames.
3414
34151999-07-21 Gerd Moellmann <gerd@gnu.org>
3416
3417 * faces.el (face-valid-attribute-values): Use tty-defined-colors.
3418 Return a list of one font family for TTYs. Don't return bitmap
3419 file paths for TTY frames.
3420
3421 * faces.el: Add face specs for tty displays to basic faces.
3422
3423 * font-lock.el (font-lock-comment-face): Add spec for color tty.
3424 (font-lock-string-face): Ditto.
3425 (font-lock-keyword-face): Ditto.
3426 (font-lock-builtin-face): Ditto.
3427 (font-lock-function-name-face): Ditto.
3428 (font-lock-variable-name-face): Ditto.
3429 (font-lock-type-face): Ditto.
3430 (font-lock-constant-face): Ditto.
3431 (font-lock-warning-face): Ditto.
3432
34331999-07-21 Gerd Moellmann <gerd@gnu.org>
3434
3435 * startup.el (command-line): Register default tty colors.
3436
3437 * faces.el (face-spec-set-match-display): Recognize `type tty'.
3438
34391999-07-21 Gerd Moellmann <gerd@gnu.org>
3440
3441 * faces.el (modeline): For X frames, use a modeline with relief.
3442
34431999-07-21 Gerd Moellmann <gerd@gnu.org>
3444
3445 * faces.el (frame-update-faces): Copied from 20.2.
3446 (frame-update-face-colors): Ditto. Code removed that isn't
3447 applicable in the new face implementation.
3448
34491999-07-21 Gerd Moellmann <gerd@gnu.org>
3450
3451 * frame.el (show-trailing-whitespace): New.
3452
3453 * faces.el (trailing-whitespace): New basic face.
3454
34551999-07-21 Gerd Moellmann <gerd@gnu.org>
3456
3457 * cus-face.el (custom-facep): Always define as alias for facep.
3458
3459 * cus-face.el (custom-face-attributes): Use choice widgets.
3460 Remove :bold and :italic.
3461
34621999-07-21 Gerd Moellmann <gerd@gnu.org>
3463
3464 * faces.el (face-charset-registries): Removed since fontset.el
3465 is no always loaded.
3466
34671999-07-21 Gerd Moellmann <gerd@gnu.org>
3468
3469 * faces.el (internal-get-face): Added as obsolete function for
3470 compatibility.
3471
34721999-07-21 Gerd Moellmann <gerd@gnu.org>
3473
3474 * frame.el (blink-cursor-end): Call show-cursor.
3475 (blink-cursor-mode): Ditto.
3476
34771999-07-21 Gerd Moellmann <gerd@gnu.org>
3478
3479 * faces.el (face-spec-reset-face): Reset all attributes to
3480 `unspecified'.
3481 (face-spec-set): Use it.
3482
34831999-07-21 Gerd Moellmann <gerd@gnu.org>
3484
3485 * faces.el (read-all-face-attributes): Bug fix.
3486 (face-read-integer): Allow nil default value.
3487 (face-valid-attribute-values): Use symbol names of attribute
3488 values for completion list.
3489
34901999-07-21 Gerd Moellmann <gerd@gnu.org>
3491
3492 * faces.el (internal-find-face): Define for compatibility with
3493 20.2.
3494 (face-id): Likewise.
3495
3496 * faces.el (face-id): Return the ID of a realized face for ASCII.
3497
3498 * fontset.el (x-charset-registries): Removed. Now in faces.el.
3499 (x-complement-fontset-spec): Use face-charset-registries.
3500
3501 * faces.el (face-font-selection-order): Set font selection order
3502 from Lisp.
3503 (face-alternative-font-family-alist): Set alternative font
3504 families from Lisp.
3505
35061999-07-21 Gerd Moellmann <gerd@gnu.org>
3507
3508 * faces.el (set-face-charset-registries): Set symbol value.
3509
35101999-07-21 Gerd Moellmann <gerd@gnu.org>
3511
3512 * faces.el (face-set-after-frame-default): Call function
3513 internal-merge-in-global-face.
3514
35151999-07-21 Gerd Moellmann <gerd@gnu.org>
3516
3517 * faces.el (face-list): Return symbols from face-global-alist.
3518
3519 * faces.el (face-list): Return a copy of the face name list so
3520 that it cannot be modified from outside (facemenu.el uses
3521 nreverse, for example).
3522
3523 * cus-face.el (custom-face-attributes): Add :bold and :italic
3524 for compatibility with old code.
3525
3526 * faces.el (set-face-attributes-from-resources): Additional
3527 frame parameter.
3528 (make-face-x-resource-internal): Set attributes from resources
3529 for a given frame or all frames.
3530
35311999-07-21 Gerd Moellmann <gerd@gnu.org>
3532
3533 * faces.el (all-faces): Removed.
3534
3535 * custom.el (defface): Add new face attributes to function
3536 comment.
3537
3538 * font-lock.el (font-lock-comment-face): Use new face attribute
3539 names.
3540 (font-lock-string-face): Ditto.
3541 (font-lock-keyword-face): Ditto.
3542 (font-lock-builtin-face): Ditto.
3543 (font-lock-function-name-face): Ditto.
3544 (font-lock-variable-name-face): Ditto.
3545 (font-lock-type-face): Ditto.
3546 (font-lock-reference-face): Ditto.
3547 (font-lock-warning-face): Ditto.
3548 ((boundp 'font-lock-face-attributes)): Ditto.
3549
3550 * cus-face.el (custom-face-attributes): Use new face attributes.
3551
3552 * faces.el (set-face-attribute-from-resource): Initialize
3553 from resources only for X and W32.
3554
3555 * cus-face.el (custom-declare-face): Don't make frame-local
3556 faces.
3557
3558 * faces.el (describe-face): Use princ instead of insert.
3559
3560 * faces.el: Add XLFD manipulation functions from 20.2 again
3561 because fontset.el uses them.
3562 (face-set-after-frame-default): Add empty definition.
3563
35641999-07-21 Gerd Moellmann <gerd@gnu.org>
3565
3566 * faces.el (make-face): Correct typo.
3567 (set-face-attribute-from-resource): Use let*.
3568 (face-underline-p): Correct typo.
3569 (face-inverse-video-p): Ditto.
3570 (set-face-stipple): Ditto.
3571 (face-read-string): Make completion-list optional parameter.
3572
35731999-07-21 Gerd Moellmann <gerd@gnu.org>
3574
3575 * faces.el (face-charset-registries): Alist mapping charset
3576 symbols to registries and encoding.
3577
35781999-07-21 Gerd Moellmann <gerd@gnu.org>
3579
3580 * frame.el (blink-cursor-mode): Use interactive spec "P".
3581
35821999-07-21 Gerd Moellmann <gerd@gnu.org>
3583
3584 * frame.el (blink-cursor-mode): Function to toggle blinking cursor
3585 mode. The cursor of selected_window blinks if the mode is enabled.
3586
35871999-07-21 Gerd Moellmann <gerd@gnu.org>
3588
3589 * simple.el (next-history-element): Set point to the end of the
3590 prompt if minibuffer-prompt-in-buffer.
3591
35921999-07-21 Gerd Moellmann <gerd@gnu.org>
3593
3594 * faces.el (x-font-regexp): Add sub-expression parentheses for
3595 several font name components.
3596
35971999-07-21 Gerd Moellmann <gerd@acm.org>
3598
3599 * faces.el (set-face-relief): Use index 12 for relief.
3600 (face-fill-in): Set relief from data.
3601 (internal-make-face): Init relief to zero.
3602
3603 * faces.el (face-spec-set): call modify-face with additional
3604 parameters for relief and fixed-p.
3605
36061999-07-21 Gerd Moellmann <gerd@acm.org>
3607
3608 * cus-face.el: ':fixed and ':relief added.
3609
3610 * faces.el (describe-face): Add fixed font attribute and relief.
3611 (face-attr-match-p): Ditto.
3612 (face-attr-construct): Ditto.
3613 (face-spec-set): Ditto.
3614
36151999-07-21 Gerd Moellmann <gerd@acm.org>
3616
3617 * faces.el (internal-make-face): Function to create a Lisp vector
3618 suitable for representing a face.
3619 (make-face): Use it instead of make-vector.
3620 (x-create-frame-with-faces): Use it instead of vector.
3621 (internal-facep): Increase vector size to 14.
3622 (internal-make-face): Ditto.
3623 (face-relief): Access relief thickness.
3624 (face-fixed-p): Access fixed font attribute.
3625 (set-face-fixed-p): Set fixed font attribute.
3626 (set-face-relief): Set relief attribute.
3627 (internal-face-interactive-int): Read int attribute of face.
3628 (modify-face): Add fixed-p and relief parameters.
3629 (copy-face): Handle fixed-p and relief.
3630 (face-equal): Compare fixed-p and relief.
3631 (face-differs-from-default-p): Ditto.
3632 (face-nontrivial-p): Add fixed-p and relief.
3633
36341999-07-21 Gerd Moellmann <gerd@acm.org>
3635
3636 * faces.el (eval-when-compile): Add set-face-shadow-thickness.
3637 (internal-facep): Increase vector size.
3638 (make-face): Ditto.
3639 (face-shadow-thickness): Added.
3640 (set-face-shadow-thickness): Added.
3641 (modify-face): Add optional shadow-thickness parameter.
3642 (make-face-x-resource-internal): Add shadows.
3643 (copy-face): Ditto.
3644 (face-equal): Ditto.
3645 (face-differs-from-default-p): Ditto.
3646 (face-nontrivial-p): Ditto.
3647 (face-attr-match-p): Ditto.
3648 (face-attr-construct): Ditto.
3649 (face-spec-set): Ditto.
3650 (face-fill-in): Ditto.
3651
36521999-07-21 Gerd Moellmann <gerd@acm.org>
3653
3654 * bench.el (bench-mark-split-window): New bench mark.
3655
36561999-07-21 Gerd Moellmann <gerd@acm.org>
3657
3658 * faces.el (set-face-font): Don't pass default font to
3659 x-resolve-font so that font will not have to be of the same
3660 size.
3661
36621999-07-20 Dave Love <fx@gnu.org>
3663
3664 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
3665 unconditionally t.
3666
36671999-07-20 Karl Heuer <kwzh@gnu.org>
3668
3669 * font-lock.el (c++-font-lock-extra-types): Add "type_info".
3670
36711999-07-20 Dave Love <fx@gnu.org>
3672
3673 * help.el (describe-variable): Fix test for customizability.
3674
3675 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
3676 Check for readonly buffer in interactive spec.
3677 (zap-to-char, kill-line, kill-region, comment-region, kill-word)
3678 (backward-kill-word): Add * to interactive spec.
3679
3680 * underline.el (underline-region, ununderline-region): Add * to
3681 interactive spec.
3682
3683 * fill.el (canonically-space-region, justify-current-line): Add *
3684 to interactive spec.
3685 (fill-region-as-paragraph, fill-paragraph, fill-region)
3686 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
3687 readonly buffer in interactive spec.
3688
3689 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
3690 (backward-kill-sentence, kill-sentence): Add * to interactive
3691 spec.
3692
36931999-07-19 Richard M. Stallman <rms@gnu.org>
3694
3695 * dired-aux.el (dired-do-shell-command): Doc fix.
3696
3697 * shell.el (shell-unquote-argument): New function.
3698 (shell-directory-tracker): Use shell-unquote-argument.
3699 * comint.el (comint-arguments): Handle \ followed by space or tab.
3700
37011999-07-19 John Wiegley <jwiegley@borland.com>
3702
3703 * term.el (ansi-term-fg-faces-vector): Added support for ANSI
3704 color codes 39 and 49, which by the way lynx uses them seem to
3705 mean "foreground reset" and "background reset".
3706
37071999-07-19 Karl Heuer <kwzh@gnu.org>
3708
3709 * font-lock.el (c++-keywords): Add "typeid".
3710
3711 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
3712 selects no font, treat that as zero selections, not one.
3713
37141999-07-19 Dave Love <fx@gnu.org>
3715
3716 * info.el (Info-search): Don't lose with empty regexp.
3717
3718 * version.el: Cater for (free) `ident' program, not `which'.
3719
3720 * hl-line.el: New file.
3721
3722 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
3723 for modes which don't define menus.
3724
37251999-07-16 Richard M. Stallman <rms@gnu.org>
3726
3727 * webjump.el (webjump-sample-sites): Update some URLs.
3728
37291999-07-14 Richard Stallman <rms@gnu.org>
3730
3731 * Version 20.4 released.
3732
37331999-07-14 Andreas Schwab <schwab@gnu.org>
3734
3735 * compare-w.el (compare-windows): Try to find the next window in
3736 the current frame before looking at the other frames.
3737
37381998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
3739
3740 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
3741 Use cyrillic-jcuken as default input method.
4ff3fcc7 3742
0767b41e
DL
37431999-07-12 Richard Stallman <rms@gnu.org>
3744
3745 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
3746 Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
3747
3748 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
3749 (ispell-local-dictionary-alist): Add koi8-r for character set.
3750
3751 * textmodes/flyspell.el (flyspell-get-word):
3752 Add special handling for when ispell-otherchars is empty.
3753
37541999-07-12 Espen Skoglund <espensk@stud.cs.uit.no>
3755
3756 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
3757 when having nested functons.
3758 (pascal-indent-nested-functions) (pascal-indent-line)
3759 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
3760 indenting nested functions.
3761
37621999-07-09 Richard Stallman <rms@gnu.org>
3763
3764 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
3765
37661999-07-08 Espen Skoglund <espensk@stud.cs.uit.no>
3767
3768 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
3769 the `end' keyword was in the very beginning of the buffer.
3770
37711999-07-08 Richard Stallman <rms@gnu.org>
3772
3773 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
3774
3775 * term.el (term-emulate-terminal): Avoid infinite loop
3776 in strange case where minibuffer window is selected but not active.
3777
37781999-07-07 Stephen Eglen <stephen@gnu.org>
3779
3780 * progmodes/octave-inf.el (inferior-octave-directory-tracker):
3781 Change regexp so that it doesn't match commands beginning with `cd'.
3782
37831999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
3784
3785 * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
3786
37871999-07-06 Richard Stallman <rms@gnu.org>
3788
3789 * hscroll.el (hscroll-minibuffer-hook): New function.
3790 (hscroll-global-mode): Add and remove that hook.
3791 Set hscroll-old-truncate-was-global's default value.
3792
37931999-07-05 Richard Stallman <rms@gnu.org>
3794
3795 * files.el (revert-buffer): Don't preserve point here.
3796 (revert-buffer-insert-file-contents-function): Doc fix.
3797
3798 * isearch.el (isearch-process-search-char): Write octal 200 correctly.
3799
3800 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
3801 doing a `stat' when it isn't necessary because that can cause
3802 trouble when an NFS server is down.
3803
38041999-07-04 Richard Stallman <rms@gnu.org>
3805
3806 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
3807
38081999-07-03 Richard Stallman <rms@gnu.org>
3809
3810 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
3811 for \200...\240 also.
3812 (isearch-printing-char): Use unibyte-char-to-multibyte.
3813
38141999-07-02 Richard Stallman <rms@gnu.org>
3815
3816 * frame.el (minibuffer-frame-alist): Use defcustom.
3817 (pop-up-frame-alist): Likewise.
3818 (initial-frame-alist): Specify * in the doc string.
3819
3820 * hscroll.el (hscroll-mode): Make it a permanent local.
3821 (hscroll-mode): Don't cancel the timer
3822 if HScroll mode is enabled in some other buffer.
3823
3824 * isearch.el (isearch-done): If search ends in middle of intangible
3825 text (due to text property), move on to the limit of that text.
3826
38271999-07-01 Andrew Innes <andrewi@gnu.org>
3828
3829 * man.el (Man-build-man-command): Use value of null-device,
3830 instead of hard-coding "/dev/null".
3831
3832 * dos-w32.el (untranslated-canonical-name): Avoid expanding
3833 ange-ftp file names, which might force ange-ftp to prompt for a
3834 password.
3835
3836 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
3837 to prevent references to temp files.
3838
38391999-06-30 Richard Stallman <rms@gnu.org>
3840
3841 * progmodes/sh-script.el (sh-feature): If nothing is known
3842 about the given shell, use the values for `sh'.
3843
38441999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de>
3845
3846 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
3847 to make it non-recursive.
3848
3849 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
3850
38511999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
3852
3853 * auto-show.el (auto-show-mode): Fix Typo in :set.
3854
38551999-06-29 Richard M. Stallman <rms@gnu.org>
3856
3857 * progmodes/sh-script.el (sh-mode): When setting syntax
3858 table, default to the standard one.
3859
38601999-06-27 Richard M. Stallman <rms@gnu.org>
3861
3862 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
3863
38641999-06-27 Stefan Monnier <monnier@tequila.cs.yale.edu>
3865
3866 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): don't pop up
3867 a frame when `return' is requested (even if pop-up-frames = t)
3868 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
3869 should only be set for the bibtex buffer.
3870
3871 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
3872
3873 * progmodes/compile.el: Deal with compilation-error-screen-columns
3874 being buffer-local.
3875
38761999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
3877
3878 * comint.el (comint-password-prompt-regexp): Allow "(again)".
3879
38801999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3881
3882 * cal-x.el (calendar-only-one-frame-setup): New function.
3883 * calendar.el (calendar): Call it if requested.
3884
38851999-06-24 Karl Heuer <kwzh@gnu.org>
3886
3887 * startup.el (iso-8859-n-locale-regexp): Doc fix.
3888
38891999-06-22 Richard M. Stallman <rms@gnu.org>
3890
3891 * mail/supercite.el (sc-emacs-features): Doc fix.
3892
38931999-06-22 Karl Heuer <kwzh@gnu.org>
3894
3895 * files.el (auto-mode-alist): Add pike-mode.
3896
38971999-06-20 Paul R. Eggert <eggert@twinsun.com>
3898
3899 * tar-mode.el (tar-header-block-tokenize): Don't assume that the
3900 last byte of a numeric field is a space or a NUL. Parse it as
3901 potentially part of the number. This is used by GNU tar
3902 1.12.64012 to handle larger values.
3903
39041999-06-20 Karl Heuer <kwzh@gnu.org>
3905
3906 * custom.el (custom-handle-keyword): Fix error message.
3907
39081999-06-18 Andrew Innes <andrewi@gnu.org>
3909
3910 * mail/smtpmail.el (smtpmail-send-it): Use
3911 convert-standard-filename to make file names for queued mail safe
3912 on Windows (`:' is invalid in file names on Windows).
3913
39141999-06-17 Kenichi Handa <handa@etl.go.jp>
3915
3916 * international/mule-cmds.el (describe-current-input-method):
3917 Current-input-method is string.
3918 (toggle-input-method): Docstring fixed.
3919
3920 * international/mule-diag.el
3921 (describe-current-coding-system-briefly): Fix format string.
3922
3923 * international/mule-util.el (coding-system-eol-type-mnemonic):
3924 Docstring modified. Return a string.
3925
39261999-06-17 Alex Schroeder <a.schroeder@bsiag.ch>
3927
3928 * sql.el (sql-input-ring-file-name): Doc fix.
3929
39301999-06-17 Richard M. Stallman <rms@gnu.org>
3931
3932 * calendar/cal-x.el (special-display-buffer-names):
3933 Don't put (get-file-buffer diary-file) on this list.
3934
39351999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov>
3936
3937 * play/mpuz.el (mpuz-try-proposal): Fix message call.
3938 Don't penalize player for certain impossible guesses.
3939
39401999-06-16 Andrew Innes <andrewi@gnu.org>
3941
3942 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
3943 return the string "Unk 0 0000" so at least it appears to be a
3944 valid timestamp to `dired-move-to-filename-regexp'.
3945
39461999-06-15 Ken'ichi Handa <handa@gnu.org>
3947
3948 * ps-print.el (ps-control-character): Fix previous change.
3949
39501999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
3951
3952 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
3953 multiple output of the last message.
3954
39551999-06-14 Eli Zaretskii <eliz@gnu.org>
3956
3957 * term/internal.el (IT-display-table-setup): Do not remap \222 to
3958 the ASCII apostrophe, as most DOS codepages have some other glyph
3959 there.
3960
39611999-06-14 Ken'ichi Handa <handa@gnu.org>
3962
3963 * language/ethio-util.el (setup-ethiopic-environment-internal):
3964 Use quail-activate-hook instead of obsolete hook quail-mode-hook.
3965 (exit-ethiopic-environment): Likewize.
3966
39671999-06-12 Richard M. Stallman <rms@gnu.org>
3968
3969 * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
3970
39711999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
3972
3973 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
3974 custom-initialize-default to avoid infinite loop.
3975 (crisp-mode): (defun) Call transient-mark-mode here, not when
3976 loading the file. Run crisp-mode-hook here, and run
3977 crisp-load-hook when loading the file.
3978
3979 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
3980 rmail-summary buffer, search for pattern in rmail-file.
3981
3982 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
3983
3984 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
3985
3986 * ps-print.el (ps-printer-name): Fix custom type.
3987
39881999-06-12 Reto Zimmermann <reto@synopsys.com>
3989
3990 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
3991 (vhdl-port-paste-generic-map): Fix indentation bug.
3992 (vhdl-port-paste-port-map): Fix indentation bug.
3993 (vhdl-scan-file-contents): Make scanning case insensitive.
3994
39951999-06-11 Richard M. Stallman <rms@gnu.org>
3996
3997 * files.el (write-file): When buffer is not already visiting a file,
3998 don't put buffer name in the minibuffer, just make it the default.
3999 Also handle just directory as arg usefully in that case.
4000
4001 * simple.el (sendmail-user-agent-compose):
4002 Ignore case when inserting the rest of the "other" headers.
4003
4004 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n.
4005
4006 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
4007 (info-lookup-interactive-arguments): Never insert the default
4008 into the minibuffer automatically.
4009
4010 * emacs-lisp/cl-extra.el (getf): Don't call get*.
4011
40121999-06-09 Richard M. Stallman <rms@gnu.org>
4013
4014 * simple.el (shell-command): Avoid printing "mark set" message.
4015
40161999-06-09 Dave Love <fx@gnu.org>
4017
4018 * progmodes/compile.el (compilation-error-regexp-alist): Allow
4019 digits in program name in first pattern.
4020
40211999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de>
4022
4023 * vc.el (vc-dired-mode): Don't match anything before the date in
4024 dired-move-to-filename-regexp.
4025
40261999-06-07 Ken'ichi Handa <handa@gnu.org>
4027
4028 * international/quail.el (quail-define-rules): Fix typo in
4029 docstring.
4030
40311999-06-05 Stephen Eglen <stephen@gnu.org>
4032
4033 * iswitchb.el (iswitchb-default-keybindings): Add
4034 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
4035 than when package is loaded.
4036
40371999-06-04 Richard M. Stallman <rms@gnu.org>
4038
4039 * startup.el (command-line): Don't set user-init-file directly;
4040 tell `load' to set it.
4041
4042 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
4043
4044 * simple.el (next-history-element):
4045 Handle minibuffer-text-before-history properly when reading sexps.
4046
4047 * disp-table.el (standard-display-european):
4048 For an interactive call by the user,
4049 don't set enable-multibyte-characters,
4050 and don't set the terminal coding system.
4051
4052 * textmodes/refbib.el: Don't print any messages or display
4053 a buffer when loading the library.
4054 (r2b-help): Doc fix.
4055 (r2b-help-message): Update the documentation.
4056 (r2b-load-quietly): Variable deleted.
4057 (r2b-convert-buffer): Doc fix.
4058
40591999-06-04 Dave Love <fx@gnu.org>
4060
4061 * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
4062
4063 * auto-show.el: Don't change hooks on loading.
4064 (auto-show-mode): Autoload. Default to nil. Add :set &c.
4065 (auto-show-mode): Add to hooks here.
4066
40671999-06-04 Richard Sharman <rsharman@pobox.com>
4068
4069 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
4070 recursion on bogus input.
4071
40721999-06-04 Eric M. Ludlam <zappo@ultranet.com>
4073
4074 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
4075 does not select a buffer from the buffers menu, then the attached
4076 frame is not switched to anything.
4077
40781999-06-03 Ken'ichi Handa <handa@gnu.org>
4079
4080 * language/vietnamese.el (ccl-encode-vscii): Typo fixed
4081 (viet-viscii-...->viet-vscii...).
4082
4083 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
4084
40851999-06-01 Dave Love <fx@gnu.org>
4086
4087 * progmodes/fortran.el: Add :link to defgroup.
4088 (fortran-blink-matching-if): Match ELSE statements too.
4089 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
4090 that filling is always done.
4091
40921999-05-31 Richard M. Stallman <rms@gnu.org>
4093
4094 * simple.el (append-next-kill): Use an arg to distinguish
4095 interactive calls from Lisp calls, rather than (interactive-p).
4096
4ff3fcc7 4097 * international/iso-transl.el (iso-transl-language-alist):
0767b41e
DL
4098 Interchange n and N.
4099
41001999-05-31 Dave Love <fx@gnu.org>
4101
4102 * msb.el Add to minor-mode-map-alist. Remove hook installation
4103 and keymap munging on load.
4104 (msb-mode): New option.
4105 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
4106 Doc fix.
4107 (msb-mode-map): New variable.
4108 (msb-mode): New command.
4109
41101999-05-31 Dave Love <fx@gnu.org>
4111
4112 * ispell.el: (ispell-alternate-dictionary): Fix custom type.
4113 (ispell-complete-word-dict): Likewise.
4114
41151999-05-31 Eli Zaretskii <eliz@gnu.org>
4116
4117 * forms.el (forms-save-buffer): Call set-buffer-modified-p to
4118 force the data buffer to be saved, even if the data didn't
4119 change, in case the write filter was modified. Restore the
4120 current record after read-file-filter finishes.
4121
41221999-05-29 Karl Heuer <kwzh@gnu.org>
4123
4124 * ispell4.el: Obsolete; file deleted.
4125
4126 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
4127
4128 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
4129 VALUE is a syntax table.
4130
4131 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
4132
4133 * simple.el (zap-to-char): Doc fix.
4134
41351999-05-27 Ken'ichi Handa <handa@gnu.org>
4136
4137 * isearch.el (isearch-quote-char): Don't assume character codes
4138 0200 - 0237 stand for characters in some single-byte character
4139 charset.
4140
41411999-05-27 Dave Love <fx@gnu.org>
4142
4143 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
4144
41451999-05-27 Andreas Schwab <schwab@gnu.org>
4146
4147 * dired-aux.el (dired-insert-subdir-doinsert): Check that the
4148 headerline does not exist already.
4149
41501999-05-26 Richard Stallman <rms@gnu.org>
4151
4152 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
4153 Avoid nested null-loops.
4154
41551999-05-26 Ken'ichi Handa <handa@gnu.org>
4156
4157 * international/characters.el: Typo fixed; prefered->preferred.
4158
4159 * international/mule-cmds.el (find-coding-systems-for-charsets):
4160 Typo fixed; prefered->preferred.
4161
4162 * map-ynp.el (map-y-or-n-p): Don't inherit the current input
4163 method in read-event.
4164
4165 * international/mule.el (charset-info): Doc-string fixed.
4166
41671999-05-25 Ken'ichi Handa <handa@gnu.org>
4168
4169 * mail/smtpmail.el (smtpmail-send-it): Bind
4170 smtpmail-code-conv-from properly.
4171 (smtpmail-send-data-1): If DATA is a multibyte string, encode it
4172 by smtpmail-code-conv-from.
4173
41741999-05-24 Richard Stallman <rms@gnu.org>
4175
4176 * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
4177 Binding deleted also.
4178
41791999-05-24 Karl Heuer <kwzh@gnu.org>
4180
4181 * comint.el (comint-bol-or-process-mark): Doc fix.
4182
41831999-05-23 Dave Love <fx@gnu.org>
4184
4185 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
4186 Enter it on minor-mode-map-alist.
4187 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed.
4188 Autoload. Add custom setter.
4189 (crisp-mark-line): Doc fix.
4190 (crisp-mode): Autoload. Re-write not to frob keymaps directly.
4191 (crisp-mode-hook): Define.
4192
41931999-05-23 Ken'ichi Handa <handa@gnu.org>
4194
4195 * files.el (recover-file): Recover buffer-file-coding-system.
4196
41971999-05-22 Richard Stallman <rms@gnu.org>
4198
4199 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
4200 regexp match the date, to avoid treating date as file size.
4201 Add YYYY S option to WESTERN/
4202
4203 * bookmark.el: Delete some XEmacs compatibility code.
4204 (bookmark-jump-noselect): Check vc-backend.
4205
4206 * subr.el (add-to-list): Doc fix.
4207
42081999-05-21 Stephen Eglen <stephen@gnu.org>
4209
4210 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
4211
42121999-05-18 Richard Stallman <rms@gnu.org>
4213
4214 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
4215 non-space after the @anchor command.
4216 (texinfo-format-var): Handle other nested constructs, using
4217 texinfo-parse-expanded-arg and texinfo-discard-command, not
4218 texinfo-parse-arg-discard.
4219
4220 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
4221 (debug): Bind and use debugger-outer-inhibit-redisplay.
4222 Bind inhibit-redisplay to nil.
4223 (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
4224
42251999-05-17 Dave Love <fx@gnu.org>
4226
4227 * help.el (describe-function-1): Extra arg, interactive-p.
4228 (describe-key, describe-function): Use it.
4229
42301999-05-17 Karl Heuer <kwzh@gnu.org>
4231
4232 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
4233
42341999-05-16 Dave Love <fx@gnu.org>
4235
4236 * cus-start.el (all): Delete selective-display. Add scroll-margin,
4237 scroll-preserve-screen-position, scroll-conservatively.
4238
42391999-05-16 Dave Love <fx@gnu.org>
4240
4241 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
4242
42431999-05-15 Reto Zimmermann <reto@Synopsys.COM>
4244
4245 * progmodes/vhdl-mode.el: Completely revised and massively extended.
4246
42471999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
4248
4249 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
4250 magic number and is not associated with a file.
4251
42521999-05-14 Richard M. Stallman <rms@gnu.org>
4253
4254 * files.el (find-file-noselect-1): Fix previous change.
4255
42561999-05-14 Simon Marshall <simon@gnu.org>
4257
4258 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
4259
42601999-05-13 Ken'ichi Handa <handa@gnu.org>
4261
4262 * international/mule-diag.el (mule-diag): Change MULE to Mule in
4263 docstring.
4264
4265 * international/mule-cmds.el: Change MULE to Mule in docstrings
4266 and menus.
4267
42681999-05-10 Kenichi HANDA <handa@etl.go.jp>
4269
4270 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
4271 to correctly reflect the value of BaseLineOffset in
4272 RelativeCompose. Now the value of RelativeCompose is an array of
4273 low and high positions.
4274 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
4275 RLC for the above change.
4276
42771995-05-11 Joel N. Weber II <devnull@melange.gnu.org>
4278
4279 * comint.el (comint-password-prompt-regexp): Modified to match the
4280 output of ksu and ssh-add.
4281
42821999-05-11 Kenichi HANDA <handa@etl.go.jp>
4283
4284 * language/korea-util.el (isearch-toggle-korean-input-method):
4285 Adjusted for the change of input method handling in isearch.el.
4286 (isearch-hangul-switch-symbol-ksc): Likewise.
4287 (isearch-hangul-switch-hanja): Likewise.
4288
42891999-05-10 Dave Love <fx@gnu.org>
4290
4291 * help.el (help-make-xrefs): Fix typo.
4292
42931999-05-10 Andreas Schwab <schwab@gnu.org>
4294
4295 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
4296 unibyte-display-via-language-environment.
4297
4298 * help.el (help-make-xrefs): Handle more cases when looking for
4299 commands in a keymap description.
4300
43011999-05-10 Eli Zaretskii <eliz@gnu.org>
4302
4303 * loadup.el: For ms-dos systems, load ccl and codepage.
4304
43051999-05-09 Ken'ichi Handa <handa@gnu.org>
4306
4307 * ps-print.el (ps-control-character): Call
4308 ps-mule-prepare-ascii-font to setup ASCII fonts.
4309
4310 * ps-mule.el (ps-mule-begin-job): Redo this change "if
4311 ps-multibyte-buffer is nil, use
4312 ps-mule-font-info-database-default."
4313
43141999-05-08 Ken Stevens <k.stevens@ieee.org>
4315
4316 * ispell.el (ispell-local-dictionary-alist): New variable for
4317 customizing local dictionaries not accessable by everyone.
4318 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
4319 (ispell-required-version): Changed format `(major minor
4320 revision)' to support general pattern matching.
4321 (ispell-tex-skip-alists): AMS Tex block comment and `\author'
4322 skip region commented out due to incorrect skip potential in std latex.
4323 (ispell-word): Removed `when' macro. Fixed bug of not restoring
4324 cursor point on small words for calls from `ispell-minor-mode'.
4325 (check-ispell-version): Tests and accepts versions major.minor
4326 and above, with adjustments for interactions in 3.1.0-3.1.11.
4327 (ispell-get-line): No longer skips ispell process special characters.
4328 (ispell-comments-and-strings): Removed `when' macro call.
4329 (ispell-minor-check): Requires ispell-word to restore cursor point.
4330 (ispell-buffer-local-parsing): Supports checking comments only.
4331
43321999-05-08 Karl Heuer <kwzh@gnu.org>
4333
4334 * comint.el (comint-password-prompt-regexp): Fix last change to be
4335 more specific.
4336
43371999-05-07 Richard M. Stallman <rms@gnu.org>
4338
4339 * subr.el (with-temp-message): Fix the other call to message
4340 to use %s.
4341
43421999-05-07 Michael Ernst <mernst@alum.mit.edu>
4343
4344 * gud.el (gud-format-command): "%F" means file sans extension.
4345 (jdb): use %F, not %f, for gud-break.
4346
43471999-05-07 Joel N. Weber II <devnull@melange.gnu.org>
4348
4349 * comint.el (comint-password-prompt-regexp): Modified so that it
4350 matches the output of kinit.
4351
43521999-05-06 Greg Stark <gsstark@mit.edu>
4353
4354 * timezone.el (timezone-parse-date): Recognize new format used in
4355 internet cookies.
4356
43571999-05-04 Tudor Hulubei <tudor@cs.unh.edu>
4358
4359 * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
4360
43611999-05-04 Andrew Innes <andrewi@gnu.org>
4362
4363 * time.el (display-time-update): Allow for wrap-around when
4364 checking against display-time-server-down-time.
4365
43661999-05-04 Ken'ichi Handa <handa@gnu.org>
4367
4368 * international/mule-diag.el (describe-coding-system): Fix English
4369 message.
4370
43711999-05-03 Jason Rumney <jasonr@altavista.net>
4372
4373 * term/w32-win.el: Change the x-charset-registry property for the
4374 Japanese charsets that are supported by Japanese Windows fonts.
4375
43761999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4377
4378 * diary-lib.el (diary-remind): Rewritten to behave sensibly for
4379 diary-block diary entries for which the reminders and the diary
4380 entries can overlap.
4381
43821999-05-02 Jason Rumney <jasonr@altavista.net>
4383
4384 * term/w32-win.el (mouse-set-font): Ensure constructed fontset
4385 matches the font selected in the dialog.
4386
43871999-05-02 Dave Love <fx@gnu.org>
4388
4389 * browse-url.el (browse-url-browser-function): Add :version.
4390
4391 * international/mule.el (auto-coding-alist): Add .tgz.
4392
43931999-05-2 Eli Zaretskii <eliz@is.elta.co.il>
4394
4395 * international/codepage.el (cp-coding-system-for-codepage-1):
4396 Make the magnification parameter for the -dos encoder be 2.
4397
43981999-05-2 Andrew Innes <andrewi@gnu.org>
4399
4400 * term/w32-win.el (w32-drag-n-drop): Select file in window where
4401 it is dropped, rather than current window.
4402
4403 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
4404 after switching buffer, as case-fold-search is a buffer local
4405 variable.
4406
4407 * w32-fns.el (convert-standard-filename): Only convert directory
4408 separators to backslash if the interactive shell is one of the
4409 standard Windows shells that has DOS semantics.
4410
4411 * ls-lisp.el (ls-lisp-format-time): Trap errors from
4412 format-time-string, and return a suitable string to indicate the
4413 timestamp was invalid.
4414
4415 * hexl.el (hexlify-command): Apply shell-quote-argument after
4416 expanding hexl-program in case exec-directory contains a space.
4417 (dehexlify-command): Ditto.
4418
4419 * dos-w32.el (file-name-buffer-file-type-alist): Remove various
4420 file extension regexps which aren't necessarily binary files.
4421 (direct-print-region-helper): Use subst-char-in-string instead of
4422 binding directory-sep-char to convert filenames to DOS syntax.
4423 (direct-print-region-use-command-dot-com): New variable.
4424 (direct-print-region-helper): Use it to control whether to invoked
4425 command.com to print on Windows 9x.
4426
4427 * browse-url.el (browse-url-browser-function): Default to
4428 browse-url-default-windows-browser on windows-nt.
4429 (browse-url-default-windows-browser): New function.
4430
44311999-04-30 Eli Zaretskii <eliz@is.elta.co.il>
4432
4433 * forms.el (forms-mode): Don't call forms-first-record or
4434 forms-last-record if the data file has zero records.
4435
44361999-04-29 Richard M. Stallman <rms@gnu.org>
4437
4438 * files.el (find-file-noselect-1): If buffer-file-name has changed
4439 after find-file-not-found-hooks runs, recompute the truename.
4440 And don't use FILENAME after that point.
4441
44421999-04-27 Dave Love <fx@gnu.org>
4443
4444 * paren.el (show-paren-mode)
4445 * which-func.el (which-func-mode-global)
4446 * type-break.el (type-break-mode)
4447 * time.el (display-time-mode)
4448 * rsz-mini.el (resize-minibuffer-mode)
4449 * mouse-sel.el (mouse-sel-mode)
4450 * icomplete.el (icomplete-mode)
4451 * hscroll.el (hscroll-global-mode)
4452 * help.el (temp-buffer-resize-mode)
4453 * font-lock.el (global-font-lock-mode)
4454 * delsel.el (delete-selection-mode)
4455 * avoid.el (mouse-avoidance-mode)
4456 * autoinsert.el (auto-insert-mode)
4457 * winner.el (winner-mode): Doc fix.
4458
44591999-04-26 Karl Heuer <kwzh@gnu.org>
4460
4461 * mail/rmail.el (rmail-next-same-subject): When searching, ignore
4462 the same whitespace that was ignored in choosing the subject string.
4463
44641999-04-26 Richard M. Stallman <rms@gnu.org>
4465
4466 * info.el (Info-find-node): Position properly after finding anchor.
4467
4468 * cus-start.el (all): Handle unibyte-display-via-language-environment.
4469
4470 * simple.el (indent-new-comment-line): Fix previous change.
4471
4472 * complete.el: Delete the wildcard expansion feature
4473 since that is now standard in find-file.
4474 (PC-try-load-many-files): Function deleted.
4475 (PC-after-load-many-files): Function deleted.
4476 (PC-many-files-list): Variable deleted.
4477 (PC-disable-wildcards): Variable deleted.
4478 (partial-completion-mode): Don't enable the wildcard feature.
4479
4480 * complete.el (PC-look-for-include-file): Don't set global variables
4481 `error', `buf' and `filename' here.
4482
4483 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
4484
44851999-04-26 John Wiegley <johnw@oneworld.new-era.com>
4486
4487 * textmodes/outline.el (outline-regexp): Doc fix.
4488
44891999-04-26 John Wiegley <johnw@borland.com>
4490
4491 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
4492 C++Builder 4.0 error message syntax.
4493
44941999-04-26 Mark Diekhans <markd@Grizzly.COM>
4495
4496 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
4497 supported, use find -exec.
4498
44991999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
4500
4501 * textmodes/texinfmt.el (texinfo-format-buffer): Bind
4502 coding-system-for-write, to avoid hanging when non-interactive.
4503
45041999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
4505
4506 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
4507 start with a newline.
4508
45091999-04-13 Ken'ichi Handa <handa@gnu.org>
4510
4511 * international/mule-conf.el (x-ctext): New coding system.
4512
45131999-04-12 Richard M. Stallman <rms@gnu.org>
4514
4515 * international/mule-cmds.el (input-method-function):
4516 Add permanent-local property.
4517
45181999-04-12 Dave Love <fx@gnu.org>
4519
4520 * jka-compr.el (jka-compr-insert-file-contents): Fix previous
4521 change to use jka-compr-byte-compiler-base-file-name.
4522
4523 * supercite.el (sc-scan-info-alist): Revert last change.
4524 (sc-attrib-selection-list): Fix :type here instead.
4525
45261999-04-11 Eli Zaretskii <eliz@gnu.org>
4527
4528 * international/mule.el (auto-coding-alist-lookup): Include ms-dos
4529 in the list of case-insensitive filesystems.
4530
45311999-04-09 Kenichi Handa <handa@etl.go.jp>
4532
4533 * international/fontset.el (create-fontset-from-fontset-spec):
4534 Don't register duplicated alias fontset names.
4535
45361999-04-08 Richard Stallman <rms@gnu.org>
4537
4538 * international/mule.el (auto-coding-alist-lookup): New function.
4539 (set-auto-coding): Use auto-coding-alist-lookup.
4540
4541 * jka-compr.el (jka-compr-insert-file-contents):
4542 Use auto-coding-alist-lookup to check for files that
4543 should not have eol conversion, in the unibyte case.
4544
45451999-04-07 Dave Love <fx@gnu.org>
4546
4547 * help.el (describe-variable): Check custom-loads property as well
4548 as custom-type.
4549
4550 * abbrev.el (abbrev-mode): Customizing sets the default value.
4551
45521999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de>
4553
4554 * vc.el (vc-backend-revert): For CVS files that were made
4555 writeable with "cvs edit", call "cvs unedit" to undo that.
4556
45571999-04-08 Dave Love <fx@gnu.org>
4558
4559 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
4560 more.
4561 (sc-emacs-features): Recognize Emacs 20.
4562 (sc-read-string): Use history arg.
4563 (sc-scan-info-alist): Check for rtnvalue a cons.
4564
45651999-04-08 Kenichi HANDA <handa@etl.go.jp>
4566
4567 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
4568 coding system to encode the message by
4569 select-message-coding-system.
4570
45711999-04-07 Richard Stallman <rms@gnu.org>
4572
4573 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
4574
4575 * winner.el: Reorder definitions.
4576
4577 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
4578
4579 * mail/rmail.el (rmail-decode-babyl-format):
4580 Undo previous change.
4581
45821999-04-06 Richard Stallman <rms@gnu.org>
4583
4584 * info.el (Info-find-node): Check for an anchor at the
4585 proper place, before reading an indirect file.
4586
4587 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
4588
4ff3fcc7 4589 * jka-compr.el (jka-compr-insert-file-contents):
0767b41e
DL
4590 Use raw-text-unix when we want no conversion.
4591
45921999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
4593
4594 * timezone.el (timezone-parse-date): Corrected regexp for
4595 style (5) date format so that tenths of seconds are optional.
4596
45971999-04-05 Eli Zaretskii <eliz@gnu.org>
4598
4599 * term/internal.el (dos-cpNNN-setup): New function, with the guts
4600 of dos-codepage-setup.
4601 (cjk-codepages-alist): New variable, an alist of Far-Eastern
4602 codepages for which there's no need to set up cpNNN coding
4ff3fcc7 4603 systems.
0767b41e
DL
4604 (dos-codepage-setup): Support Far-Eastern DOS terminals.
4605
46061999-04-05 Richard Stallman <rms@gnu.org>
4607
4608 * mail/rmail.el (rmail-ignored-headers): Doc fix.
4609
46101999-04-02 Richard Stallman <rms@gnu.org>
4611
4612 * progmodes/compile.el (compilation-handle-exit): Do right thing
4613 if (car status) doesn't end in a newline.
4614
46151999-04-01 Dave Love <fx@gnu.org>
4616
4617 * progmodes/sql.el (SQL): Add defgroup :version.
4618
46191999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4620
4621 * emacs-lisp/bytecomp.el (byte-compile-file): Clear
4622 buffer-file-coding-system. If the coding system used is raw-text,
4623 etc., make the *Compiler Input* buffer unibyte.
4624
4625 * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
4626
4627 * loadup.el: Don't write the fns-...el file if not dumping.
4628
46291999-03-31 Dave Love <fx@gnu.org>
4630
4631 * snmp-mode.el (snmp): Fix defgroup :version.
4632
4633 * hilit-chg.el (highlight-changes): Add defgroup :version.
4634
46351999-03-31 Andreas Schwab <schwab@gnu.org>
4636
4637 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
4638 the gnus-save-hidden-threads macro.
4639
46401999-03-30 Per Abrahamsen <abraham@dina.kvl.dk>
4641
4642 * faces.el (face-set-after-frame-default): Obey the
4643 `customized-face' for new faces.
4644
46451999-03-30 Dave Love <fx@gnu.org>
4646
4647 * international/mule-cmds.el (current-language-environment): Doc fix.
4648 * abbrev.el (abbrev-mode): Doc fix.
4649 * autoinsert.el (auto-insert-mode): Doc fix.
4650 * complete.el (partial-completion-mode): Doc fix.
4651 * avoid.el (mouse-avoidance-mode): Doc fix.
4652 * delsel.el (delete-selection-mode): Doc fix.
4653 * font-lock.el (global-font-lock-mode): Doc fix.
4654 * help.el (temp-buffer-resize-mode): Doc fix.
4655 * hscroll.el (hscroll-global-mode): Doc fix.
4656 * icomplete.el (icomplete-mode): Doc fix.
4657 * mouse-sel.el (mouse-sel-mode): Doc fix.
4658 * paren.el (show-paren-mode): Doc fix.
4659 * rsz-mini.el (resize-minibuffer-mode): Doc fix.
4660 * time.el (display-time-mode): Doc fix.
4661 * type-break.el (type-break-mode): Doc fix.
4662 * which-func.el (which-func-mode-global): Doc fix.
4663 * winner.el (winner-mode): Doc fix.
4664
46651999-03-30 Michael Ernst <mernst@alum.mit.edu>
4666
4667 * wid-edit.el (widget-before-change): Signal text-read-only rather
4668 than an ordinary error.
4669
46701999-03-30 Richard M. Stallman <rms@gnu.org>
4671
4672 * repeat.el: Don't require advice.
4673 (repeat): Do function-indirection in check for kbd macro.
4674 In self-insert case, use the *last* char in INSERTION.
4675
46761999-03-30 Karl Heuer <kwzh@gnu.org>
4677
4678 * progmodes/cc-cmds.el (c-indent-command): Doc fix.
4679
46801999-03-29 Andreas Schwab <schwab@gnu.org>
4681
4682 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
4683 comint-input-filter-functions. Make variables related to shell
4684 directory tracking local.
4685
46861999-03-26 Andreas Schwab <schwab@gnu.org>
4687
4688 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
4689
4690 * simple.el (shell-command-on-region): Cope with exit-status being
4691 nil, which happens if call-process-region was interrupted.
4692
46931999-03-26 Richard M. Stallman <rms@gnu.org>
4694
4695 * simple.el (indent-new-comment-line): Handle use at a point
4696 after a comment-end. Handle multiple comments.
4697
4698 * mail/rmail.el (rmail-decode-babyl-format):
4699 To prevent locking, bind buffer-file-name to nil.
4700
47011999-03-26 Karl Fogel <kfogel@red-bean.com>
4702
4703 * mail-hist.el (mail-hist-current-header-name): Don't make
4704 off-by-one-error when determining if in message body.
4705
47061999-03-25 Andrew Innes <andrewi@gnu.org>
4707
4708 * w32-fns.el (set-default-process-coding-system): Copied from
4709 dos-w32.el, but modified to use Unix line endings for process
4710 input, and to add a suitable entry to process-coding-system-alist
4711 for DOS shells.
4712
4713 * dos-fns.el (set-default-process-coding-system): Copied from
4714 dos-w32.el.
4715
4716 * dos-w32.el (set-default-process-coding-system): Move function to
4717 dos-fns.el; a different version is used in w32-fns.el.
4718
47191999-03-24 Dave Love <fx@gnu.org>
4720
4721 * info.el (Info-directory-list): Revert change to re-writing
4722 Info-default-directory-list, but put `alternative' first.
4723 (Info-insert-dir): Modify selecting the top dir file as a consequence.
4724
47251999-03-23 Simon Marshall <simon@gnu.org>
4726
4727 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
4728 on the line by itself.
4729 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if
4730 it is not in a declarative context.
4731
47321999-03-22 Per Abrahamsen <abraham@dina.kvl.dk>
4733
4734 * cus-edit.el (custom-variable-prompt): Allow customization of
4735 autoloaded symbols.
4736
47371999-03-22 Kenichi HANDA <handa@etl.go.jp>
4738
4739 * simple.el (what-cursor-position): Don't cause error when point
4740 is at invalid multibyte sequence.
4741
47421999-03-21 Karl Heuer <kwzh@gnu.org>
4743
4744 * complete.el (partial-completion-mode): Doc fix.
4745
47461999-03-19 Richard M. Stallman <rms@gnu.org>
4747
4748 * progmodes/cplus-md.el (old-c++): Remove :group.
4749
4750 * progmodes/c-mode.el (old-c): Remove :group.
4751
47521999-03-18 Simon Marshall <simon@gnu.org>
4753
4754 * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
4755 (java-font-lock-keywords-2): Added "strictfp" keyword.
4756
47571999-03-17 Jason Rumney <jasonr@altavista.net>
4758
4759 * w32-fns.el (set-w32-system-coding-system) New function.
4760 (w32-system-coding-system) Initialize to 'iso-latin-1.
4761
47621999-03-17 Eli Zaretskii <eliz@gnu.org>
4763
4764 * international/mule-cmds.el (set-language-environment): Fix
4765 previous change: don't use dos-codepage when unbound.
4766
47671999-03-17 Karl Heuer <kwzh@gnu.org>
4768
4769 * calendar/appt.el (appt-make-list): Fix previous change.
4770
47711999-03-16 Richard M. Stallman <rms@gnu.org>
4772
4ff3fcc7 4773 * window.el (shrink-window-if-larger-than-buffer):
0767b41e
DL
4774 Don't try to redisplay with the cursor at the end
4775 on its own line--that would force a scroll and spoil things.
4776
47771999-03-16 Eli Zaretskii <eliz@gnu.org>
4778
4779 * international/mule-cmds.el (set-language-environment): Don't use
4780 cpNNN-nonascii-translation-table if it is unbound.
4781
4782 * term/internal.el (dos-codepage-setup): Compute the unibyte
4783 syntax table and bind unibyte-display-via-language-environment
4784 here, rather than at top level, so that resetting to unibyte in
4785 .emacs works as expected.
4786
47871999-03-15 Simon Marshall <simon@gnu.org>
4788
4789 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
4790
47911999-03-14 Milan Zamazal <pdm@pvt.net>
4792
4793 * abbrev.el (inverse-add-abbrev): Inherit the current input method.
4794
47951999-03-14 Kenichi Handa <handa@etl.go.jp>
4796
4797 * international/mule-util.el (detect-coding-with-priority):
4798 Restore the internal database.
4799
48001999-03-14 Stephen Eglen <stephen@gnu.org>
4801
4802 * mail/sendmail.el (sendmail-send-it): Fix typo in error string
4803 if mail-from-style has invalid value.
4804
48051999-03-12 Karl Heuer <kwzh@gnu.org>
4806
4807 * vc.el (vc-delete-logbuf-window): New var.
4808 (vc-finish-logentry): Use it.
4809
48101999-03-12 Richard M. Stallman <rms@gnu.org>
4811
4812 * startup.el (command-line-1): Improve startup msg.
4813
48141999-03-12 Eric M. Ludlam <zappo@ultranet.com>
4815
4816 * speedbar.el: Added commentary about stealthy functions.
4817 (speedbar-message) new function.
4818 (speedbar-y-or-n-p): New function
4819 (speedbar-with-attached-buffer) Moved macro before reference.
4820 Now uses `save-selected-window'.
4821 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
4ff3fcc7 4822 speedbar-generic-item-info, speedbar-item-info-file-helper,
0767b41e
DL
4823 speedbar-item-delete, speedbar-insert-generic-list,
4824 speedbar-timer-fn, speedbar-check-vc-this-line,
4825 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
4826 speedbar-buffers-item-info) Use speedbar-message.
4827 (speedbar-item-info) Limit `message-log-max'.
4828 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
4829 speedbar-item-delete, speedbar-item-object-delete,
4830 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
4831
48321999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp>
4833
4834 * server.el (server-start): Set coding system for the server
4835 process to raw-text.
4836 (server-process-filter): Decode file names if necessary.
4837
48381999-03-12 Dave Love <fx@gnu.org>
4839
4840 * textmodes/fill.el (sentence-end-double-space): Doc fix.
4841
4842 * textmodes/paragraphs.el (sentence-end): Doc fix.
4843
48441999-03-11 Karl Heuer <kwzh@gnu.org>
4845
4846 * comint.el (comint-password-prompt-regexp): Accept "login password:"
4847
48481999-03-09 Karl Heuer <kwzh@gnu.org>
4849
4850 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
4851 (ispell-dictionary-alist-2): Likewise.
4852 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
4853 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
4854 (ispell-dictionary-alist): Build from six pieces, not just two.
4855
4856 * ps-bdf.el (bdf-directory-list): Doc fix.
4857
4858 * enriched.el (enriched-mode): Make var permanent-local.
4859
48601999-03-09 Dave Love <fx@gnu.org>
4861
4862 * textmodes/sgml-mode.el (html-mode): Use
4863 sentence-end-double-space when setting sentence-end.
4864
48651999-03-09 Ken'ichi Handa <handa@gnu.org>
4866
4867 * language/thai.el (tis-620): New alias coding system for thai-tis620.
4868
48691999-03-08 Felix Lee <flee@cygnus.com>
4870
4871 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
4872
4873 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
4874
48751999-03-08 Karl Heuer <kwzh@gnu.org>
4876
4877 * dired-aux.el (dired-do-copy-regexp): Doc fix.
4878 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
4879
4880 * dired.el (dired-do-copy-regexp): Doc fix.
4881 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
4882
48831999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com>
4884
4885 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
4886
48871999-03-08 Jason Rumney <jasonr@altavista.net>
4888
4889 * international/codepage.el (cp1250-decode-table)
4890 (cp1251-decode-table, cp1253-decode-table)
4891 (cp1257-decode-table): New translation tables for MS Windows codepages.
4892 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
4893
48941999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
4895
4896 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
4897
48981999-03-07 Eli Zaretskii <eliz@gnu.org>
4899
4900 * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
4901
4902 * term/internal.el (top level): Display character 255 as 8bit as well.
4903
49041999-03-06 Dave Love <fx@gnu.org>
4905
4906 * progmodes/cc-cmds.el (c-outline-level): Bind
4907 buffer-invisibility-spec.
4908
4909 * progmodes/c-mode.el (c-outline-level): Likewise.
4910
4911 * progmodes/ada-mode.el (ada-outline-level): Likewise.
4912
49131999-03-05 Felix Lee <flee@cygnus.com>
4914
4915 * textmodes/outline.el (outline-get-last-sibling): Doc fix.
4916
49171999-03-05 Richard M. Stallman <rms@gnu.org>
4918
4919 * bindings.el (complete-symbol): Invert meaning of prefix arg.
4920
49211999-03-05 Andrew Innes <andrewi@gnu.org>
4922
4923 * w32-fns.el (convert-standard-filename): Convert directory
4924 separators to Windows format.
4925
49261999-03-05 Andreas Schwab <schwab@gnu.org>
4927
4928 * international/skkdic-cnv.el: Provide skkdic-cnv.
4929 (skkdic-convert): Emit code to require skkdic-cnv at compile time.
4930 (batch-skkdic-convert): Doc fix.
4931
49321999-03-04 Dave Love <fx@gnu.org>
4933
4934 * custom.el (custom-set-variables): Protect against setter errors.
4935
49361999-03-04 Eli Zaretskii <eliz@gnu.org>
4937
4938 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
4939 the file sizes from overflowing.
4940 (ls-lisp-format): If file size is a float, use %8.0f to print it.
4941 Under -s, print the size in blocks with %4.0f, in case they have
4942 a *really* huge file.
4943
49441999-03-03 Dave Love <fx@gnu.org>
4945
4946 * options.el (edit-options): Doc fix.
4947 (list-options): Don't lose with unbound symbols. Maintain
4948 Edit-options-mode.
4949
49501999-03-01 Dave Love <fx@gnu.org>
4951
4952 * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
4953
49541999-02-28 Richard M. Stallman <rms@gnu.org>
4955
4956 * ispell.el (ispell-dictionary-alist-override): New variable.
4957 (ispell-dictionary-alist): Don't setq it,
4958 if ispell-dictionary-alist-override is set.
4959
4960 * simple.el (shell-command-default-error-buffer): Renamed from
4961 shell-command-on-region-default-error-buffer.
4962 (shell-command-on-region): Mention in echo area when there
4963 is some error output. Mention success or failure, too.
4964 Accumulate multiple error outputs
4965 going forward, with formfeed in between. Display the error buffer
4966 when we have put something in it.
4967 (shell-command): Add the ERROR-BUFFER argument feature.
4968
49691999-02-28 Karl Heuer <kwzh@gnu.org>
4970
4971 * mail/mh-utils.el (mh-lib): Doc fix.
4972 (mh-lib-progs, mh-nmh-p): New vars.
4973 (mh-find-progs): Set mh-lib-progs along with other vars.
4974 (mh-path-search): New arg FUNC-P; if specified, use that instead
4975 of mh-file-command-p.
4976 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
4977
4978 * mail/mh-comp.el (mh-repl-formfile): New var.
4979 (mh-smail-batch): Don't ignore all arguments.
4980 (mh-reply): Do the right thing when using nmh.
4981
49821999-02-27 Kenichi Handa <handa@etl.go.jp>
4983
4984 * international/mule-cmds.el (select-safe-coding-system): Be sure
4985 to show a buffer being decoded.
4986
49871999-02-26 Ken'ichi Handa <handa@gnu.org>
4988
4989 * ps-bdf.el (bdf-directory-list): Initialize it to
4990 '("/usr/local/share/emacs/fonts/bdf").
4991
49921999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4993
4994 * ps-print.el: PostScript programming fix.
4995 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
4996 setpagedevice operator).
4997
49981999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4999
5000 * ps-print.el: Doc fix, font size specifies landscape and portrait
5001 sizes.
5002 (ps-print-version): New version number (4.1.4).
5003 (ps-font-size, ps-header-font-size, ps-header-title-font-size):
5004 Specifies landscape and portrait sizes.
5005 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
5006 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
5007 fix.
5008 (ps-get-font-size): New fun.
5009 (ps-font-size-internal, ps-header-font-size-internal)
5010 (ps-header-title-font-size-internal): New vars.
5011
5012 * ps-mule.el: Change of ps-print font size variable name.
5013 (ps-mule-generate-font): Fun fix.
5014 (ps-mule-begin-job): Programming uniformization.
5015
50161999-02-25 Dave Love <fx@gnu.org>
5017
5018 * help.el (help-xref-info-regexp): Allow linebreaks and capital.
5019 (help-make-xrefs): Do Info case first.
5020
5021 * repeat.el: Don't require advice.
5022 (repeat-last-kill-command): Variable deleted.
5023
50241999-02-25 Richard Stallman <rms@gnu.org>
5025
5026 * simple.el (shell-command-on-region): Don't go into the REPLACE = t
5027 case just because the current buffer is the output buffer.
5028
50291999-02-25 Kenichi Handa <handa@etl.go.jp>
5030
5031 * simple.el (what-cursor-position): To show the character's
5032 encoding, use encoded-string-description instead of information
5033 of chaset-origin-alist.
5034
5035 * international/mule-cmds.el (iso-2022-control-alist): New variable.
5036 (encoded-code-description): New function.
5037 (encoded-string-description): New function.
5038 (encode-coding-char): New function.
5039
50401999-02-25 Andrew Innes <andrewi@gnu.org>
5041
5042 * startup.el (command-line) [windows-nt]: Fix typo in regexp
5043 checking for .emacs[.el[c]].
5044
50451999-02-24 Richard Stallman <rms@gnu.org>
5046
5047 * help.el (describe-function-1): Don't print a whole lambda-function.
5048
50491999-02-23 Ken'ichi Handa <handa@gnu.org>
5050
5051 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
5052 inputting ?\240.
5053
50541999-02-23 Karl Heuer <kwzh@gnu.org>
5055
5056 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
5057
5058 * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
5059 (clean-buffer-list-kill-buffer-names): Doc fix.
5060
5061 * gud.el (gud-jdb-massage-args): Spelling fix.
5062
50631999-02-23 Richard M. Stallman <rms@gnu.org>
5064
5065 * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
5066
50671999-02-22 Eli Zaretskii <eliz@gnu.org>
5068
5069 * arc-mode.el (archive-set-buffer-as-visiting-file): Save
4ff3fcc7 5070 excursion while calling set-auto-coding-function.
0767b41e
DL
5071
5072 * play/handwrite.el (handwrite): Require ps-print, and use
5073 ps-printer-name and ps-lpr-command. Call ps-print-region-function
5074 if it's defined, instead of forking ps-lpr-command unconditionally.
5075
50761999-02-22 Kenichi Handa <handa@etl.go.jp>
5077
5078 * international/codepage.el (cp-coding-system-for-codepage-1): Put
5079 charset-origin-alist property to a coding system for the codepage.
5080
5081 * international/mule.el: Modify comment for charset-origin-alist
5082 property of a coding system.
5083
5084 * simple.el (what-cursor-position): charset-origin-alist property
5085 of a coding system may be a translation table or a symbol of which
5086 `translation-table' property is a translation table.
5087
50881999-02-21 Richard Stallman <rms@gnu.org>
5089
5090 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
5091 to the "html" template.
5092
50931999-02-21 Peter Breton <pbreton@ne.mediaone.net>
5094
5095 * dirtrack.el (dirtrack): Added docstring. Now returns input.
5096
50971999-02-18 Peter Breton <pbreton@ne.mediaone.net>
5098
4ff3fcc7 5099 * dirtrack.el (dirtrack): Check for the prompt in the input string
0767b41e
DL
5100 instead of the buffer.
5101
51021999-02-18 Alex Schroeder <a.schroeder@bsiag.ch>
5103
5104 * sql.el: Set version to 1.4.1. Changed mail address to
5105 alex@gnu.org. Mention the mailing list sql.el@gnu.org.
5106 (sql-input-ring-separator): Doc fix.
5107 (sql-mode-syntax-table): double-dash starts comments is defined as
5108 ". 56" instead of ". 12b" for XEmacs.
5109 (sql-stop, sql-interactive-mode): Doc fixes.
5110 (sql-postgres): Queries for database and server, not just one.
5111 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
5112
5113 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
5114 changed. This is needed for master.el to work.
5115 (sql-set-sqli-buffer): Use the new hook.
5116
5117 * sql.el (sql-make-alternate-buffer-name): Function that sets
5118 sql-alternate-buffer-name.
5119 (sql-alternate-buffer-name): Possible name of SQLi buffers.
5120 (sql-interactive-mode): Set sql-alternate-buffer-name.
5121 (sql-rename-buffer): New command.
5122 (sql-interactive-mode-menu): Menu for SQLi buffers.
5123
5124 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator
5125 and sql-input-ring-file-name are used to temporarily set
5126 comint-input-ring-file-name and comint-input-ring-separator when
5127 reading and writing input history files.
5128
5129 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
5130 (sql-input-ring-file-name): New variable with customization.
5131 (sql-input-ring-separator): New variable with customization.
5132 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
5133 Callers changed.
5134 (sql-show-sqli-buffer): The message for "sql-buffer is not set"
5135 now includes the name of the current buffer.
5136
5137 (sql-mode): Set paragraph-separate and paragraph-start so that
5138 sql-send-paragraph sends the entire SQL statements, even if it
5139 contains indented lines.
5140
51411999-02-18 Dave Love <fx@gnu.org>
5142
5143 * format.el (format-encode-run-method, format-decode-run-method):
5144 Fix previous change.
5145
51461999-02-18 Ken'ichi Handa <handa@gnu.org>
5147
5148 * international/mule.el (coding-system-list): Moved here from
5149 mule-util.el to avoid autoloading mule-util by the call of
5150 select-safe-coding-system.
5151
51521999-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
5153
5154 * simple.el (turn-on-auto-fill): Mark it as an option for
5155 `text-mode-hook'.
5156
51571999-02-17 Richard Stallman <rms@gnu.org>
5158
5159 * emacs-lisp/easymenu.el (easy-menu-get-map):
5160 Don't crash if (current-local-map) is nil.
5161
51621999-02-17 Peter Breton <pbreton@ne.mediaone.net>
5163
5164 * filecache.el (file-cache-filter-regexps): Added .class.
5165
51661999-02-17 Ken'ichi Handa <handa@gnu.org>
5167
5168 * international/mule-util.el (decompose-region): Use
5169 insert-buffer-substring instead of insert-buffer to avoid putting
5170 mark.
5171
51721999-02-17 Andreas Schwab <schwab@gnu.org>
5173
5174 * calendar/cal-move.el (scroll-calendar-left): Don't set
5175 displayed-month and displayed-year here, let generate-calendar do
5176 it, after range checking.
5177
51781999-02-17 Simon Marshall <simon@gnu.org>
5179
5180 * progmodes/cc-engine.el (c-at-toplevel-p): New function.
5181
5182 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
5183 correctly between an object declared via a constructor and a method.
5184 (font-lock-defaults-alist): Don't give `.' word syntax for Java.
5185 (java-font-lock-keywords-1): Fontify package names individually.
5186 (java-font-lock-extra-types): Ensure regexp matches capitalised only.
5187 (java-font-lock-keywords-2): Simplify type fontification.
5188 (java-font-lock-keywords-3): Likewise.
5189
51901999-02-17 Kenichi Handa <handa@etl.go.jp>
5191
5192 * language/japanese.el (iso-2022-jp-2): New coding system.
5193 ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
5194
51951999-02-16 Dave Love <fx@gnu.org>
5196
5197 * help.el (describe-function-1): Accept non-symbols.
5198
51991999-02-16 Paul Eggert <eggert@twinsun.com>
5200
5201 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
5202 find the last match if there are multiple matches.
5203
52041999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5205
5206 * tex-mode.el (tex-run-command, latex-run-command)
5207 (slitex-run-command, tex-command): Doc changes.
5208 (tex-start-options-string): Autoload it. Doc change. Provide
5209 a menu for customization. Allow nil. Quote backslashes only once.
5210 (tex-start-tex): Handle nil value of tex-start-options-string
5211 and apply shell-quote-argument to it.
5212
52131999-02-16 Eli Zaretskii <eliz@gnu.org>
5214
5215 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
5216 the size in blocks, since it can be a float.
5217 (ls-lisp-format): Likewise
5218
52191999-02-16 Ken'ichi Handa <handa@gnu.org>
5220
5221 * language/japanese.el (japanese-shift-jis): Add
5222 charset-origin-alist property.
5223
52241999-02-15 Richard Stallman <rms@gnu.org>
5225
5226 * progmodes/compile.el (compile-internal): Use save-selected-window.
5227
5228 * subr.el (momentary-string-display): Bind inhibit-read-only.
5229
5230 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
5231
52321999-02-15 Eli Zaretskii <eliz@is.elta.co.il>
5233
5234 * mail/rmail.el (rmail-show-message): If an unseen message has a
5235 Summary-line in its header, get past one more line before looking
5236 for the X-Coding-System header.
5237
52381999-02-15 Geoff Voelker <voelker@cs.washington.edu>
5239
5240 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
5241 explicitly to accomodate Windows 9X lack of a useful copy program.
5242
52431999-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
5244
5245 * wid-edit.el (widget-choice-value-create): Use `equal'
5246 instead of `eq'.
5247
52481999-02-14 Richard Stallman <rms@gnu.org>
5249
5250 * international/iso-transl.el:
5251 (iso-transl-ae): Renamed from iso-transl-e-slash.
5252 (iso-transl-a-ring): Renamed from iso-transl-a-slash.
5253 (iso-transl-AE): Renamed from iso-transl-E-slash.
5254 (iso-transl-A-ring): Renamed from iso-transl-A-slash.
5255 (iso-transl-char-map): Related changes.
5256
5257 * format.el (format-replace-strings): Fix value of TO in REVERSE case.
5258
52591999-02-13 Richard Stallman <rms@gnu.org>
5260
5261 * textmodes/texinfmt.el (texinfo-alias): New function.
5262 (texinfo-fold-nodename-case): Add defvar.
5263 (texinfo-format-node): Do case folding if specified.
5264
5265 * ffap.el (ffap-file-at-point): Test local file names
5266 immediately. Strip off line numbers.
5267
52681999-02-12 Alex Schroeder <a.schroeder@bsiag.ch>
5269
5270 * sql.el: Set version to 1.3.2
5271 (sql-solid-program): Added support for solid.
5272 (sql-help): Doc mentions sql-solid.
5273 (sql-solid): Entry function for Solid.
5274 (sql-buffer): Doc explains the use of the variable and how to
5275 change it.
4ff3fcc7 5276 (sql-mode-menu): Included entries for sql-show-sqli-buffer and
0767b41e
DL
5277 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
5278 disabled if sql-buffer doesn't have a process; sql-send-paragraph
5279 is new.
5280 (sql-show-sqli-buffer): New function to display the value of
5281 sql-buffer.
5282 (sql-change-sqli-buffer): New function to change sql-buffer.
5283 (sql-mode): Doc explains how to change sql-buffer.
5284 (sql-send-paragraph): New function to send a paragraph.
5285 (sql-mode-map): Added keybinding for sql-send-paragraph.
5286 (sql-mysql): Doc corrected.
5287 (sql-ms): Doc corrected.
5288
5289 * sql.el (sql-server): Doc fix.
5290 (sql-mysql): Added the use of sql-server to specify the host,
5291 sql-database now specifies database instead of host.
5292 (sql-mode-menu): Send... menu items are only active if sql-buffer
5293 is non-nil.
5294 (sql-help): Changed tag of entry functions a bit.
5295
5296 * sql.el: Added keywords from `finder-by-keyword'.
5297 (sql-mode): Made sql-buffer a local variable, changed the
5298 documentation: removed instructions to add *.sql files to
5299 auto-mode-alist, added documentation for having mutliple SQL
5300 buffers sending their stuff to different SQLi buffers, each
5301 running a different process.
5302 (sql-postgres): Quoted *SQL* in doc string.
5303 (sql-ms): Likewise.
5304 (sql-ingres): Likewise.
5305 (sql-ingres): Quoted *SQL* in doc string, added references to
5306 sql-user and sql-password used during login.
5307 (sql-sybase): Quoted *SQL* in doc string, added comma.
5308 (sql-oracle): Likewise.
5309 (sql-interactive-mode): Added extensive documentation for having
5310 mutliple SQL buffers sending their stuff to different SQLi
5311 buffers, each running a different process.
5312 (sql-buffer): Changed doc from *SQL* to SQLi.
5313 (sql-get-login): Doc fix.
5314
53151999-02-12 Ken'ichi Handa <handa@gnu.org>
5316
5317 * international/mule-conf.el (undecided): Set ascii in
5318 safe-charsets property.
5319
53201999-02-12 Richard Stallman <rms@gnu.org>
5321
5322 * textmodes/paragraphs.el (paragraph-separate): Doc fix.
5323
53241999-02-12 Ken'ichi Handa <handa@gnu.org>
5325
5326 * ps-mule.el (ps-mule-font-info-database-default): Set the initial
5327 value to ps-mule-font-info-database-latin.
5328
53291999-02-13 Kenichi HANDA <handa@etl.go.jp>
5330
5331 * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
5332 (ps-mule-font-info-database-default): New variable.
5333 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
5334 ps-mule-font-info-database-default.
5335
53361999-02-12 Dave Love <fx@gnu.org>
5337
5338 * timezone.el (timezone-make-date-sortable)
5339 (timezone-make-date-arpa-standard): Doc fix.
5340
53411999-02-12 Ken'ichi Handa <handa@gnu.org>
5342
5343 * international/quail.el (quail-show-kbd-layout): Bind
5344 blink-matching-paren to nil.
5345
5346 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
5347 for ASCII and Latin-1.
5348
53491999-02-12 Andreas Schwab <schwab@gnu.org>
5350
5351 * gud.el (jdb): Fix regexp for comint-prompt-regexp.
5352
53531999-02-12 Kenichi Handa <handa@etl.go.jp>
5354
5355 * international/mule-cmds.el (language-info-alist): Remove
5356 description about charset-origin-alist.
5357
5358 * international/mule.el: Comment added for a new coding system
5359 property `charset-origin-alit'.
5360 (make-translation-table): This variable deleted.
5361
5362 * language/chinese.el (chinese-big5): Add charset-origin-alist
5363 property.
5364 ("Chinese-CNS"): Remove charset-origin-alist property.
5365
5366 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
5367 property.
5368 (cyrillic-alternativnyj): Likewise.
5369 ("Cyrillic-KOI8"): Remove charset-origin-alist property.
5370 ("Cyrillic-ALT"): Likewise.
5371
5372 * language/vietnamese.el (vietnamese-viqr): Add
5373 charset-origin-alist property.
5374 ("Vietnamese"): Remove charset-origin-alist property.
5375
5376 * simple.el (what-cursor-position): Don't use the varialbe
5377 charset-origin-alist, but use charset-origin-alist property of
5378 buffer-file-coding-system to decide external character set code.
5379
53801999-02-10 Richard Stallman <rms@gnu.org>
5381
5382 * shadowfile.el: Don't turn on the mode when the file is loaded.
5383
53841999-02-09 Richard Stallman <rms@gnu.org>
5385
5386 * progmodes/compile.el (compile-auto-highlight): Customize.
5387
5388 * add-log.el (add-log-file-name-function): New variable.
5389 (add-change-log-entry): Call that function, if non-nil.
5390
53911999-02-09 Michael Ernst <mernst@alum.mit.edu>
5392
5393 * rmail.el (rmail-search): Track match with a marker, not an integer.
5394
53951999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5396
5397 * progmodes/compile.el (compilation-setup): Set value of
5398 compilation-directory-stack as in compilation-forget-errors.
5399 (compile-reinitialize-errors): Bind buffer-undo-list and
5400 deactivate-mark.
5401 (compilation-forget-errors): Likewise.
5402
54031999-02-08 Jim Blandy <jimb@savonarola.red-bean.com>
5404
5405 * textmodes/texinfo.el (texinfo-environment-regexp): Add the
5406 def... constructs.
5407
5408 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
5409 Remove calls to sleep-for.
5410
54111999-02-08 Eli Zaretskii <eliz@gnu.org>
5412
5413 * international/codepage.el (cp-coding-system-for-codepage-1): On
5414 MS-DOS, use dos-unsupported-char-glyph for characters not
5415 supported by the codepage.
5416 (cp-make-coding-systems-for-codepage): Likewise.
5417
54181999-02-08 Andreas Schwab <schwab@gnu.org>
5419
5420 * international/mule-util.el (coding-system-list): Don't sort
5421 coding-system-list here.
5422
5423 * international/mule.el (coding-system-lessp): Moved here from
5424 mule-util.el
5425 (add-to-coding-system-list): New function.
5426 (make-subsidiary-coding-system, make-coding-system,
5427 define-coding-system-alias): Use it instead of setting
5428 coding-system-list directly.
5429
54301999-02-07 Dave Love <fx@gnu.org>
5431
5432 * calendar/appt.el (appt-make-list): Don't splice quotes and date
5433 onto message.
5434
54351999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5436
5437 * imenu.el (imenu--last-menubar-index-alist): Add doc.
5438 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist.
5439
54401999-02-06 Richard Stallman <rms@gnu.org>
5441
5442 * language/european.el (setup-slovenian-environment): New function.
5443 ("Slovenian"): New language environment.
5444
5445 * progmodes/sql.el (sql-help): Doc fix.
5446 (sql-mysql): Doc fix.
5447
54481999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5449
5450 * tex-mode.el: When compiling, require compare-w and skeleton
5451 to pacify the byte-compiler. Move the def's of the tex-commands
5452 together. Add a comment on kill-process vs. quit-process.
5453
54541999-02-05 Dave Love <fx@gnu.org>
5455
5456 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
5457 null markers.
5458 (compile-goto-error): Likewise.
5459
54601999-02-05 Stephen Gildea <gildea@alum.mit.edu>
5461
5462 * time-stamp.el (time-stamp-format): Format doc tighter.
5463 (time-stamp-line-limit): 0 searches the entire buffer (careful!).
5464 (time-stamp): don't re-write the time stamp if it didn't change.
5465
54661999-02-05 Alex Schroeder <asc@bsiag.com>
5467
5468 * progmodes/sql.el: Changed version to 1.2.1.
5469 (sql-pop-to-buffer-after-send-region): Improved documentation.
5470 (sql-mysql-program): Added MySQL support.
5471 (sql-prompt-length): Made prompt-length configurable.
5472 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
5473 (sql-help): Added MySQL support, changed documentation.
5474 (sql-send-region): A message is displayed if something is sent.
5475 (sql-mode): Added buffer-local comment-start.
5476 (sql-interactive-mode): Use sql-prompt-length to set left-margin.
5477 (sql-interactive-mode): Added buffer-local comment-start.
5478 (sql-oracle): Set sql-prompt-length.
5479 (sql-sybase): Set sql-prompt-length.
5480 (sql-mysql): Added MySQL support.
5481 (sql-ingres): Set sql-prompt-length.
5482 (sql-ms): Set sql-prompt-length.
5483 (sql-postgres): Set sql-prompt-length.
5484
54851999-02-04 Eli Zaretskii <eliz@gnu.org>
5486
5487 * term/internal.el (dos-codepage-setup): Set selection coding
5488 system to cpNNN-dos.
5489
54901999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5491
5492 * international/characters.el: Let ethiopic use iso-2022-7bit.
5493
54941999-02-02 Dave Love <fx@gnu.org>
5495
5496 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
5497 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
5498
54991999-02-02 Karl Heuer <kwzh@gnu.org>
5500
5501 * terminal.el (terminal-emulator): Doc fix.
5502
55031999-02-02 Ken'ichi Handa <handa@gnu.org>
5504
5505 * international/mule-util.el (compose-chars): Doc-string
5506 modified. Correctly handle a composition character in ARGS.
5507
55081999-02-01 Richard Stallman <rms@gnu.org>
5509
5510 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
5511 (makefile-menu-index-function): Function deleted.
5512 (makefile-mode): Use makefile-imenu-generic-expression.
5513
55141999-02-01 Geoff Voelker <voelker@cs.washington.edu>
5515
5516 * term/w32-win.el (w32-create-initial-fontsets): Back out previous
5517 change, invoke from before-init-hook.
5518
55191999-02-01 Dan Nicolaescu <done@ece.arizona.edu>
5520
5521 * subr.el (remove-from-invisibility-spec): Cope with the case when
5522 buffer-invisibility-spec is t.
5523
55241999-02-01 Ed Reingold <reingold@cs.uiuc.edu>
5525
5526 * calendar/calendar.el (calendar-mode-map): Fix bindings for
5527 appt-add and appt-delete.
5528
55291999-02-01 Eli Zaretskii <eliz@gnu.org>
5530
5531 * term/pc-win.el (msdos-approximate-color): New function.
5532 (msdos-color-translate): Call it to find a DOS color that best
5533 approximates an X-style "#NNNNNN" color specification.
5534
55351999-02-01 Ken'ichi Handa <handa@gnu.org>
5536
5537 * international/mule-util.el (compose-chars-component): Add
5538 autoload cookie.
5539
55401999-01-31 Ken'ichi Handa <handa@gnu.org>
5541
5542 * international/quail.el (quail-lookup-key): If cdr of MAP is a
5543 function, replace cdr of MAP by the return value of the function
5544 unconditionally.
5545
55461999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5547
5548 * progmodes/compile.el (compilation-next-error-locus): Don't
5549 decrease argument FIND-AT-LEAST of compilation-next-error-locus.
5550
55511999-01-31 Eli Zaretskii <eliz@gnu.org>
5552
5553 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
5554 and NLs before "charset", and allow the charset name be in double
5555 quotes.
5556
55571999-01-31 Richard Stallman <rms@gnu.org>
5558
5559 * imenu.el (imenu-sort-function): Fix custom type.
5560
55611999-01-30 Richard Stallman <rms@gnu.org>
5562
5563 * speedbar.el (speedbar-line-token): Match {...} instead of [...].
5564 (speedbar-line-token): Likewise.
5565
5566 * play/gametree.el (gametree-default-score): Use defcustom.
5567 (gametree-score-regexp, gametree-score-closer): Likewise.
5568 (gametree-score-manual-flag, gametree-score-opener): Likewise.
5569
55701999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5571
5572 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
5573 decoding.
5574
55751999-01-29 Markus Rost <rost@gnu.org>
5576
5577 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
5578 tex-validate-buffer.
5579 (plain-tex-mode, latex-mode, slitex-mode): Likewise.
5580 (tex-validate-buffer): Renamed from validate-tex-buffer. Works
5581 now with recent occur-mode.
5582 (tex-validate-region): Really walk through all Sexps.
5583 (tex-region): Bind shell-dirtrack-verbose.
5584 (tex-file, tex-bibtex-file): Likewise.
5585
55861999-01-29 Dave Love <fx@gnu.org>
5587
5588 * finder.el: (finder-commentary): Fix interactive spec. Try
5589 appending .el to file name.
5590 (finder-find-library, finder-commentary): Doc fixes.
5591
55921999-01-29 Andrew Innes <andrewi@gnu.org>
5593
5594 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
5595 where the userid contains directory separators.
5596
55971999-01-29 Dave Love <fx@gnu.org>
5598
5599 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
5600 (lm-commentary): Doc fix.
5601
56021999-01-29 Andreas Schwab <schwab@gnu.org>
5603
5604 * files.el (file-expand-wildcards): Never consider `.' and `..' a
5605 wildcard match. Fix regexp that tests if dirpart contains
5606 wildcard characters.
5607
56081999-01-28 Richard Stallman <rms@gnu.org>
5609
5610 * font-lock.el (font-lock-default-unfontify-region):
5611 If not font-lock-syntactic-keywords, don't remove syntax-table prop.
5612
56131999-01-27 Jason Rumney <jasonr@altavista.net>
5614
5615 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
5616 from FAMILY field.
5617 (w32-create-initial-fontsets): Do not use before-init-hook.
5618 (mouse-set-font): Document. Automatically create and use fontsets.
5619
5620 * dos-w32.el (direct-print-region-helper): Check for printer
5621 being t as well as a string.
5622
56231999-01-27 Kenichi Handa <handa@etl.go.jp>
5624
5625 * mail/rmail.el (rmail-decode-mime-charset): New variable.
5626 (rmail-mime-charset-pattern): New variable.
5627 (rmail-convert-to-babyl-format): Decode by MIME-charset if
5628 rmail-decode-mime-charset is non-nil.
5629
56301999-01-27 Ken'ichi Handa <handa@gnu.org>
5631
5632 * international/characters.el: Set category `q' for all characters
5633 in tibetan and tibetan-1-column.
5634
56351999-01-27 Andrew Innes <andrewi@gnu.org>
5636
5637 * frame.el (select-frame-by-name): Obey focus-follows-mouse.
5638 (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
5639
56401999-01-27 Dave Love <fx@gnu.org>
5641
5642 * international/mule-cmds.el (current-language-environment):
5643 Provide :link, :type (choices) and appropriate :get.
5644
56451999-01-27 Eli Zaretskii <eliz@gnu.org>
5646
5647 * startup.el (command-line): Set default eol-mnemonic-* strings to
5648 display end-of-line format in mode line.
5649
5650 * cus-start.el (all): Add eol-mnemonic-* variables.
5651
56521999-01-26 Dave Love <fx@gnu.org>
5653
5654 * startup.el (command-line-1): Up-date copyright.
5655
5656 * paths.el (Info-default-directory-list): Use configdir twice.
5657
5658 * info.el (Info-directory-list): Don't set path-separator now
5659 we're not shipped with Texinfo. Simplify path definition.
5660 Substitute all occurrences of instdir in Info-default-directory-list.
5661
56621999-01-25 Richard Stallman <rms@gnu.org>
5663
5664 * startup.el (normal-top-level-add-subdirs-to-load-path):
5665 Record the inode numbers of the dirs processed, to avoid loop.
5666
5667 * textmodes/tex-mode.el (tex-run-command): Doc fix.
5668
56691999-01-25 Dave Love <fx@gnu.org>
5670
5671 * browse-url.el (browse-url-netscape-program): Doc addition.
5672
5673 * help.el (help-make-xrefs): Default info references to an `(emacs)'
5674 prefix.
5675
5676 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
5677 auto-mode-alist.
5678
56791999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5680
5681 * calendar/diary-lib.el (mark-diary-entries): Use
5682 assoc-ignore-case and do not capitalize when matching month and
5683 day names.
5684
5685 * calendar/calendar.el (calendar-read-date): Ditto.
5686
5687 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
5688 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
5689
5690 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
5691
5692 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
5693
5694 * calendar/cal-islam.el (calendar-goto-islamic-date)
5695 (mark-islamic-diary-entries): Ditto.
5696
5697 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
5698
5699 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
5700 (calendar-read-mayan-tzolkin-date): Ditto.
5701
5702 * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
5703
57041999-01-22 Michael Ernst <mernst@alum.mit.edu>
5705
5706 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
5707
57081999-01-25 Karl Heuer <kwzh@gnu.org>
5709
5710 * faces.el (list-faces-display): Multiline case of previous fix.
5711
57121999-01-25 Andreas Schwab <schwab@gnu.org>
5713
5714 * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
5715
57161999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
5717
5718 * files.el (find-file): If find-file-noselect returns a list,
5719 do switch-to-buffer on each element.
5720 (find-file-other-window): Likewise for all but the first element.
5721 (find-file-other-frame): Same.
5722 (find-file-noselect): When we expand a wildcard, return a list
5723 of buffers.
5724
57251999-01-24 Eli Zaretskii <eliz@gnu.org>
5726
5727 * term/internal.el (dos-codepage-setup): Call prefer-coding-system
5728 to set the appropriate cpNNN-dos coding system as the
5729 highest-priority coding system.
5730
57311999-01-23 Ken'ichi Handa <handa@gnu.org>
5732
5733 * international/fontset.el (generate-fontset-menu): Return a
5734 sorted list by plain names of fontsets.
5735
5736 * international/mule-diag.el (list-fontsets): Sort fontsets by
5737 plain names.
5738
5739 * language/tibet-util.el (tibetan-vertical-stacking): If the arg
5740 FIRST is a composite character, decompose it at first.
5741
57421999-01-23 Dave Love <fx@gnu.org>
5743
5744 * format.el: Doc fixes.
5745 (format-encode-run-method): Have things happen in the right buffer.
5746 Deal with errors from method. Set coding-system-for-write.
5747 (format-decode-run-method): Have things happen in the right buffer.
5748 Deal with errors from method. Set coding-system-for-read.
5749 (format-alist): Use nil instead of unmatchable regexps.
5750
5751 * simple.el (shell-command-on-region): Return command's exit status.
5752
57531999-01-23 Eric Ludlam <zappo@gnu.org>
5754
5755 * speedbar.el (speedbar-item-info-file-helper): Add optional arg
5756 of the file whose info we want to display.
5757 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
5758 (speedbar-add-mode-functions-list) Improve doc.
5759 (speedbar-line-token) New function.
5760 (speedbar-dired) Fix order of directories in -shown-directories.
5761 (speedbar-line-path): Default return is default-directory
5762 (speedbar-buffers-line-path): Return is dir name only.
5763 (speedbar-mode-functions-list): New variable.
5764 (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
5765 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
5766 speedbar-files-item-info speedbar-buffers-item-info): New functions.
5767 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
5768 New functions.
5769 (speedbar-line-file): Broke out part that fetches file from a line.
5770 (speedbar-line-text): New function extracted from speedbar-line-file.
5771 (speedbar-line-path): Converted into a replaceable function.
5772 (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
5773
57741999-01-23 Ken'ichi Handa <handa@gnu.org>
5775
5776 * international/fontset.el (create-fontset-from-x-resource): Make
5777 style variants.
5778
57791999-01-22 Dave Love <fx@gnu.org>
5780
5781 * paths.el (Info-default-directory-list): Put sysdir after start.
5782
57831999-01-22 Sam Steingold <sds@goems.com>
5784
5785 * midnight.el (clean-buffer-list): do not kill a buffer if it has
5786 a process associated with it.
5787
57881999-01-22 Jason Rumney <jasonr@altavista.net>
5789
5790 * term/w32-win.el (w32-standard-fontset-spec): Simplified.
5791
57921999-01-22 Felix Lee <flee@cygnus.com>
5793
5794 * vc.el (vc-annotate-display): Delete old overlays. Fix check for
5795 major-mode.
5796 (vc-annotate-mode): Delete variable.
5797
57981999-01-22 Andrew Innes <andrewi@gnu.org>
5799
5800 * startup.el (command-line): [windows-nt]: Check for existence of
5801 .emacs file so as to notice .emacs.el or .emacs.elc and use them
5802 in preference to _emacs.
5803
58041999-01-22 Dave Love <fx@gnu.org>
5805
5806 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
5807
58081999-01-20 Richard Stallman <rms@gnu.org>
5809
5810 * files.el (find-file-noselect): Do wildcard processing only
5811 if new arg WILDCARDS is non-nil.
5812 (find-file, find-file-other-window): New arg WILDCARDS.
5813 Default it to non-nil if interactive.
5814 (find-file-other-frame): Likewise.
5815 (find-file-read-only): Likewise.
5816 (find-file-read-only-other-window): Likewise.
5817 (find-file-read-only-other-frame): Likewise.
5818
5819 * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
5820 (widget-plist-convert-option): Delete spurious comma.
5821
58221999-01-19 Jason Rumney <jasonr@altavista.net>
5823
5824 * term/w32-win.el (w32-standard-fontspec-spec): Change
5825 iso8859-5 to koi8-r. Add iso8859-9.
5826
58271999-01-19 Dave Love <fx@gnu.org>
5828
5829 * browse-url.el (browse-url-maybe-new-window): Delete macro and
5830 its uses.
5831
5832 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
5833 is active.
5834 (fortran-indent-subprogram): Likewise.
5835
58361999-01-19 Dave Love <d.love@dl.ac.uk>
5837
5838 * paths.el (Info-default-directory-list): Perhaps add /usr/info.
5839
58401999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
5841
5842 * wid-edit.el (alist): Use sexp as default key-type.
5843
58441999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5845
5846 * textmodes/tex-mode.el (tex-define-common-keys):
5847 Remove key binding of tex-feed-input.
5848 (tex-mode-map): Bind tex-feed-input here.
5849 (tex-start-shell): Use compilation-shell-minor-mode. Set
5850 comint-input-filter-functions before running tex-shell-hook.
5851 (tex-start-tex): Forget compilation errors.
5852 (tex-compilation-parse-errors): Rewritten to work also with
5853 compile-mouse-goto-error and compile-goto-error. Adjusted to
5854 change in tex-region.
5855 (tex-region): For the temp file use file-name without directory.
5856 (tex-file): Expand file name of tex-print-file.
5857
58581999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5859
5860 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call.
5861
58621999-01-18 Espen Skoglund <espensk@stud.cs.uit.no>
5863
5864 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
5865 beginning could cause Emacs to hang. Fixed.
5866
58671999-01-18 Ken'ichi Handa <handa@gnu.org>
5868
5869 * international/ccl.el (ccl-compile-translate-character): Handle
5870 the case that a tranlation table is CCL register correctly.
5871
5872 * international/mule-cmds.el (select-safe-coding-system):
5873 Hightlight at most 256 characters.
5874
58751999-01-18 Dave Love <fx@gnu.org>
5876
5877 * startup.el (command-line): If the init file changes operation to
5878 unibyte, make all buffers unibyte and re-set language environment.
5879
5880 * disp-table.el (standard-display-european): Make all existing
5881 buffers unibyte. Fix doc.
5882
58831999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu>
5884
5885 * wid-edit.el (coding-system): Define this unconditionally.
5886
5887 * simple.el (shell-command-on-region-default-error-buffer): New var.
5888 (shell-command-on-region): Use that variable as interactive
5889 value of ERROR-BUFFER argument.
5890
58911999-01-17 Sam Steingold <sds@goems.com>
5892
5893 * mail/rmail.el (rmail-quit): run `rmail-quit-hook'.
5894
58951999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5896
5897 * progmodes/compile.el (compilation-goto-locus): If already in the
5898 compilation buffer's window, keep it in that window.
5899 (compile-mouse-goto-error): Add Doc. Don't play with windows.
5900 (compile-goto-error): Don't play with windows.
5901
5902 * textmodes/tex-mode.el (latex-run-command): Doc fix.
5903 (tex-command): Doc fix.
5904 (tex-compilation-parse-errors): Doc fix.
5905 (tex-generate-zap-file-name): Don't start the name with -.
5906 (tex-expand-files): Works now also with strings ending with ":".
5907
59081999-01-17 Ian T Zimmerman <itz@transbay.net>
5909
5910 Patch failed to install:
5911 * gametree.el: Document scoring functionality.
5912 (gametree-score-regexp): Add optional plus sign.
5913 (gametree-score-opener): Replace `:' with `=' as the former
5914 conflicts with gametree-half-ply-regexp.
5915 (gametree-transpose-following-leaves): Add.
5916 (gametree-insert-new-leaf): Make modifying commands barf in read
5917 only buffers.
5918 (gametree-break-line-here): Add a call to
5919 `gametree-transpose-following-leaves'. This maintains the
5920 necessary invariant that on each level all leaf children precede
5921 all nonleaf children. This has always been implied, but left to
5922 the user, and, unfortunately, undocumented.
5923
59241999-01-17 Per Abrahamsen <abraham@dina.kvl.dk>
5925
5926 * wid-edit.el (plist, alist): New widget types.
5927
59281999-01-17 Dave Love <fx@gnu.org>
5929
5930 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
5931 fix scope of condition-case therein.
5932
59331999-01-17 Andrew Innes <andrewi@gnu.org>
5934
5935 * dos-w32.el: (find-buffer-file-type-coding-system): Use
5936 default-buffer-file-coding-system when file doesn't exist (and
5937 isn't covered by a special case) instead of forcing undecided-dos
5938 against the user's wishes.
5939
5940 * dos-w32.el (direct-print-region-helper): New function based on
5941 direct-print-region-function; sends data to specified printer port
5942 without further translation. Recognize and handle specially the
5943 standard `print' and `nprint' programs, as well as `lpr' and
5944 similar programs. Only write directly to the printer port if no
5945 print program is specified. Work around a bug in Windows 9x
5946 affecting Win32 version of Emacs by invoking command.com to write
5947 to the printer port instead of writing directly.
5948 (direct-print-region-function): Use direct-print-region-helper to
5949 do most of the work.
5950 (direct-ps-print-region-function): New function; analogue of
5951 direct-print-region-function for ps-print.
5952 (ps-lpr-command): Comment out setq; leave as example usage.
5953 (ps-lpr-switches): Ditto.
5954
5955 * lpr.el: (printer-name): Update docstring about usage on MS-DOS
5956 and MS-Windows.
5957 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
5958 DOS and Windows platforms, to indicate direct printing. Update
5959 the docstring accordingly.
5960
5961 * ps-print.el: (ps-printer-name): Update docstring about usage on
5962 MS-DOS and MS-Windows.
5963 (ps-lpr-command): Update docstring as for lpr-command.
5964 (ps-print-region-function): New variable.
5965 (ps-do-despool): Use it.
5966 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
5967 DOS/Windows.
5968
5969 * subr.el (subst-char-in-string): New function.
5970
59711999-01-17 Eli Zaretskii <eliz@gnu.org>
5972
5973 * international/codepage.el (cp852-decode-table): Fill a nil entry.
5974
5975 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
5976 (bdf-find-font-info): New function, looks for the first readable
5977 file from a list of alternatives.
5978 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
5979 instead of bdf-get-font-info.
5980 (bdf-generate-glyphs): If font-name is a cons cell, pass its car
5981 to ps-mule-generate-bitmap-glyph.
5982
5983 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
5984 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can
5985 now be a list of alternative names.
5986 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
5987 (ps-mule-prepare-font): Likewise.
5988
5989 * international/codepage.el (cp855-decode-table,
5990 cp850-decode-table): Fill some nil entries.
5991
59921999-01-16 Dave Love <fx@gnu.org>
5993
5994 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
5995 last change.
5996
59971999-01-15 Dave Love <fx@gnu.org>
5998
5999 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
6000 and change regexp for command names.
6001 (help-xref-go-back, function-called-at-point, symbol-file)
6002 (where-is): Doc fixes.
6003 (help-xref-go-back): Remove interactive spec.
6004 (describe-function-1): Fix message for alias. Buttomize alias
6005 name.
6006
6007 * simple.el (join-line): New alias.
6008
60091999-01-15 Johan Vromans <jvromans@squirrel.nl>
6010
6011 * forms.el: (forms--show-record): Convert integers to string
6012 expicitly since concat will no longer accept integers.
6013 (forms-print): Use local `total-nb-records' since
6014 `forms--total-records' will be inaccessible after buffer switching.
6015
60161998-01-14 Felix Lee <flee@cygnus.com>
6017
6018 * textmodes/flyspell.el (make-flyspell-overlay): fix front stickiness.
6019
60201999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu>
6021
6022 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
6023
60241999-01-14 Eli Zaretskii <eliz@gnu.org>
6025
6026 * international/codepage.el (cp850-decode-table): Fix previous change.
6027
60281999-01-14 Simon Marshall <simon@gnu.org>
6029
6030 * shell.el (shell-dirtrack-verbose): New custom variable.
6031 (shell-dirstack-message): Use it.
6032
60331999-01-14 Kenichi Handa <handa@etl.go.jp>
6034
6035 * international/mule-conf.el: Coding system alias `dos' for
6036 `undecided-dos', `mac' for `undecided-mac'.
6037
6038 * international/mule-cmds.el (describe-language-environment):
6039 Don't alter input-method-alist.
6040
60411999-01-13 Eli Zaretskii <eliz@gnu.org>
6042
6043 * international/codepage.el (cp850-decode-table): Replace nil
6044 entries with codes of similary looking glyphs. (Suggested by
4ff3fcc7 6045 Jason Rumney <jasonr@altavista.net>.)
0767b41e
DL
6046
60471999-01-13 Dave Love <fx@gnu.org>
6048
6049 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
6050
6051 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
6052
60531999-01-12 Karl Heuer <kwzh@gnu.org>
6054
6055 * files.el (auto-save-hook): Defvar this.
6056
60571999-01-12 Alex Schroeder <asc@bsiag.com>
6058
6059 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
6060 faces, eliminating the need to load font-lock before loading sql.
6061 (sql-mode-oracle-font-lock-keywords): Likewise.
6062 (sql-mode-postgres-font-lock-keywords): Likewise.
6063
60641999-01-11 Dave Love <fx@gnu.org>
6065
6066 * cus-start.el: Add inhibit-eol-conversion.
6067
6068 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
6069 the values round.
6070
60711999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu>
6072
6073 * help.el (help-mode-finish): Renamed from help-mode-maybe.
6074 Don't switch to Help mode here.
6075 (temp-buffer-setup-hook): Use help-mode-finish.
6076 (help-mode-setup): New function.
6077 (temp-buffer-setup-hook): Use help-mode-setup.
6078
6079 * progmodes/sql.el: New file.
6080
6081 * files.el (auto-mode-alist): Add sql-mode.
6082
6083 * faces.el (list-faces-display): Improve the formatting
6084 by computing the maximum length required for any face-name.
6085
60861999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6087
6088 * progmodes/compile.el (compilation-shell-minor-mode): New function.
6089
60901999-01-10 Dan Nicolaescu <dann@ics.uci.edu>
6091
6092 * term.el (term_send_home): Change the string to
6093 be the same as the one emitted by xterm and consistent with the
6094 ones emitted by prior and next.
6095 (term_send_end): Likewise.
6096
60971999-01-10 Dave Love <fx@gnu.org>
6098
6099 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
6100 bindings.
6101
61021999-01-10 Eli Zaretskii <eliz@gnu.org>
6103
6104 * international/codepage.el (codepage-setup): Doc fix.
6105 (cp-decoding-vector-for-codepage): Likewise.
6106
61071999-01-10 Markus Rost <rost@gnu.org>
6108
6109 * cus-edit.el (custom-save-delete): First scan the custom-file.
6110
61111999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu>
6112
6113 * international/iso-transl.el: Define a "function name" for
6114 each translation that isn't ASCII. Use these function names
6115 in iso-transl-char-map.
6116
61171999-01-08 Kenichi Handa <handa@etl.go.jp>
6118
6119 * international/mule-util.el (decompose-region): Do decomposition
6120 on temporary unibyte buffer.
6121
6122 * international/mule.el (make-char): Doc-string modified.
6123
61241999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu>
6125
6126 * simple.el (comment-region): Delete spaces only if we
6127 deleted a comment starter.
6128
61291999-01-07 Dave Love <fx@gnu.org>
6130
6131 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
6132
6133 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
6134 like eval-defun does.
6135
6136 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
6137
6138 * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
6139 constructions. Doc fixes.
6140 (generic-create-generic-function): Use defalias, not fset.
6141
6142 * find-func.el: More doc fixes.
6143
61441999-01-06 Stephen Eglen <stephen@gnu.org>
6145
6146 * files.el (save-buffers-kill-emacs): Show the list of current
6147 processes before prompting to kill them and exit.
6148
61491999-01-06 Dave Love <fx@gnu.org>
6150
6151 * emacs-lisp/find-func.el: Doc fixes.
6152 (find-function-regexp): Extend for define-generic-mode,
6153 define-derived-mode, easy-mmode-define-minor-mode.
6154
61551999-01-06 Dave Love <fx@gnu.org>
6156
6157 * progmodes/fortran.el (fortran-window-create): Account for scroll
6158 bar width.
6159
6160 * browse-url.el: Require (noerror) w3-auto when compiling.
6161 (browse-url-maybe-new-window): Make it a macro and revert last
6162 change to callers.
6163 (browse-url-w3): Require w3 for w3-fetch-other-window.
6164
61651999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6166
6167 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
6168 argument.
6169
61701999-01-06 Simon Marshall <simon@gnu.org>
6171
6172 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix.
6173
6174 * font-lock.el (font-lock-default-fontify-buffer): When using
6175 with-temp-message, use nil rather than current-message.
6176
6177 * lazy-lock.el (lazy-lock-unstall):
6178 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
6179 rather than current-message.
6180
6181 * fast-lock.el (fast-lock-save-cache-1):
6182 (fast-lock-cache-data): When using with-temp-message, use nil rather
6183 than current-message.
6184
61851999-01-06 Eli Zaretskii <eliz@gnu.org>
6186
6187 * international/codepage.el (cp-coding-system-for-codepage-1): Add
6188 the valid-codes property.
6189
6190 * international/mule-cmds.el (prefer-coding-system): Call
6191 set-coding-priority, so that the internal array of priorities is
6192 also updated.
6193
6194 * international/mule-util.el:
6195 (coding-system-change-eol-conversion,
6196 coding-system-change-text-conversion): Don't define here.
6197
6198 * international/mule-cmds.el: Define them here. Remove the
6199 autoload cookies.
6200
62011999-01-06 Andreas Schwab <schwab@gnu.org>
6202
6203 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
6204 if it was enabled before.
6205
6206 * view.el (View-revert-buffer-scroll-page-forward): Bind
6207 view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
6208
6209 * files.el (recover-session): Preserve point when inserting
6210 explanation.
6211
62121999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu>
6213
6214 * cus-edit.el (custom-save-delete): Don't delete whitespace
6215 and comments before the sexp that is replaced.
6216
62171999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6218
6219 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
6220
62211999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de>
6222
6223 * vc.el (vc-dired-hook): Use the original value of
6224 dired-move-to-filename-regexp on lines that have not been
6225 reformatted yet.
4ff3fcc7 6226 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
0767b41e
DL
6227 file lines have already been reformatted.
6228
62291999-01-05 Dave Love <fx@gnu.org>
6230
6231 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
6232 buffer-local.
6233
62341998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se>
6235
6236 * progmodes/f90.el: Change of regular expressions for type to
6237 correct highlighting and identation. Some small fixes for
6238 compatibility with XEmacs.
6239
62401999-01-05 Stephen Eglen <stephen@gnu.org>
6241
6242 * mspools.el (mspools-vm-system-mail): Provide an alternative
6243 value based on rmail-spool-directory if $MAIL is not defined.
6244
62451999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
6246
6247 * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
6248 (reftex-section-info): Handle negative section levels.
6249 (reftex-view-crossref-extra): New option.
6250 (reftex-view-crossref): Generalized to work in more places.
6251 (reftex-find-citation-regexp-format, reftex-find-reference-format,
6252 reftex-macros-with-labels, reftex-global-search-marker): New variables.
6253 (reftex-view-cite-locations-from-bibtex): New command.
6254 (reftex-view-regexp-match, reftex-global-search,
6255 reftex-global-search-continue): New functions.
6256 (reftex-extract-bib-entries): No error for non-existing BibTeX
6257 file, just a message.
6258 (reftex-extract-bib-entries): Better error handling.
6259 (reftex-select-with-char): Use `*RefTeX Select*' for selection
6260 help and force it on current frame.
6261 (reftex-default-bibliography): New function.
6262 (reftex-access-parse-file): Check consistency after loading a
6263 parse file. When inconsistent, enfore rescan.
6264 (reftex-check-parse-consistency): New function.
6265 (easy-menu-define): Options section drastically shortened.
6266
62671999-01-05 Kenichi Handa <handa@etl.go.jp>
6268
6269 * language/thai-util.el (thai-compose-string): New function.
6270
62711999-01-04 Inge Frick <inge@nada.kth.se>
6272
6273 * easymenu.el (easy-menu-define): Doc fix.
6274 (easy-menu-create-menu): New keyword :included.
6275 (easy-menu-do-add-item): New keyword :included. SUFFIX may
6276 be an expression, not only a string. Simulate style `button'.
6277 Use easy-menu-define-key-intern instead of easy-menu-define-key.
6278 (easy-menu-define-key-intern): New function.
6279 (easy-menu-add-item): Understand value returned from
6280 easy-menu-item-present-p and easy-menu-remove-item.
6281 (easy-menu-return-item): New function.
6282 (easy-menu-item-present-p, easy-menu-remove-item): Use it.
6283
62841999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu>
6285
6286 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
6287 Use rmail-output-read-rmail-file-name to read the file name.
6288 Always call rmail-output-to-rmail-file noninteractively.
6289 When count > 1, do the loop here.
6290 Handle rmail-delete-after-output here.
6291 (rmail-summary-output): Similar changes.
6292
6293 * mail/rmailout.el: Provide `rmailout'.
6294 (rmail-output-read-rmail-file-name): New function.
6295 (rmail-output-to-rmail-file): Use that.
6296 (rmail-output-read-file-name): New function.
6297 (rmail-output): Use that.
6298
6299 * files.el (find-file-noselect): Let /: suppress wildcard matching.
6300 Error if wildcard matches no files.
6301
63021999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu>
6303
6304 * menu-bar.el (clipboard-yank): Doc fix.
6305
6306 * info.el (Info-insert-dir): Chase symlinks for file-attributes.
6307
63081998-12-31 Markus Rost <rost@delysid.gnu.org>
6309
6310 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
6311
63121998-12-31 Andrew Innes <andrewi@harlequin.co.uk>
6313
6314 * rmail.el (rmail-encode-string): Make sure mask value is
6315 positive; (emacs-pid) returns a negative number on Windows 9x
6316 which causes odd behaviour.
6317
63181998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org>
6319
6320 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
6321 and about w32-* variables unless on Windows/NT.
6322
63231998-12-31 Boris Goldowsky <boris@alum.mit.edu>
6324
6325 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
6326 if buffer is modified; ask about all modified buffers.
6327
63281998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu>
6329
6330 * simple.el (what-cursor-position): Fix previous change.
6331
63321998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu>
6333
6334 * mail/sendmail.el (mail-mode): Eliminate ambiguous match
6335 from paragraph-start.
6336
63371998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
6338
6339 * international/mule-cmds.el (prefer-coding-system): If the
6340 argument requires specific EOL conversion type, make the default
6341 coding systems use that.
6342
63431998-12-30 Drew Csillag <drew_csillag@geocities.com>
6344
4ff3fcc7 6345 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
0767b41e
DL
6346 Use shell-command-on-region.
6347 (m4-start-m4, m4-end-m4): Functions deleted.
6348
63491998-12-30 Michael Ernst <mernst@alum.mit.edu>
6350
6351 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
6352
63531998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6354
6355 * browse-url.el (browse-url-mail): Give argument SEND-ACTION
6356 to compose-mail in the correct places and as a list.
6357
63581998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp>
6359
6360 * page-ext.el: Added mouse-selection feature for pages directory buffer.
6361 (pages-directory-map): Bind mouse-2
6362 (pages-copy-header-and-position): Put text property.
6363 (pages-directory-goto-with-mouse): New function.
6364
63651998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org>
6366
6367 * international/codepage.el (cp-make-coding-systems-for-codepage):
6368 Doc fix.
6369 (cp-coding-system-for-codepage-1): Likewise.
6370
63711998-12-29 Kenichi Handa <handa@etl.go.jp>
6372
6373 * language/thai-util.el (thai-post-read-conversion): Handle Thai
6374 composition sequence correctly here instead of calling
6375 thai-compose-region.
6376
6377 * textmodes/fill.el (fill-region-as-paragraph): While deleting a
6378 newline in multibyte buffer, if previous or next character is a
6379 composite char, check the first component of the composite char.
6380
63811998-12-28 Andreas Schwab <schwab@delysid.gnu.org>
6382
6383 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
6384 and track-mouse.
6385
63861998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6387
6388 * mail/sendmail.el (mail-yank-original): Remove text properties
6389 after insertion.
6390 (mail-yank-region): Barf if no mark is set in the message
6391 being replied to.
6392
6393 * help.el (function-called-at-point): First look for function at point.
6394
63951998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu>
6396
6397 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
6398
63991998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
6400
6401 * simple.el (what-cursor-position): Print character encoding also.
6402
64031998-12-26 Dave Love <fx@gnu.org>
6404
6405 * textmodes/flyspell.el: If local-maps work, don't put
6406 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
6407 in flyspell-mouse-map (only).
6408 (flyspell-use-local-map): New variable.
6409 Use a different mouse-2 binding in that case,
6410 and don't add to minor-mode-map-alist.
6411 (make-flyspell-overlay, flyspell-correct-word):
6412 Test flyspell-use-local-map.
6413
64141998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
6415
6416 * files.el (file-expand-wildcards): Handle wildcards in directory name.
6417 Be careful about whether to return a relative file name,
6418 and if so, relative to what directory.
6419
64201998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
6421
4ff3fcc7 6422 * emacs-lisp/easymenu.el (easy-menu-get-map):
0767b41e
DL
6423 Change global map only if this menu exists in the global map already,
6424 and not in the local map.
6425 (easy-menu-do-add-item): Fix error message.
6426
6427 * foldout.el (foldout-inhibit-key-bindings):
6428 Avoid concatenating onto outline-minor-mode-prefix.
6429 Make a new keymap for that prefix, if it does not already have one.
6430
64311998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu>
6432
6433 * cperl-mode.el:
6434 Can use linear algorithm for indentation if Emacs supports it.
6435 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp.
6436 (cperl-after-block-p): Likewise.
6437 (cperl-after-block-and-statement-beg): Likewise.
6438 (cperl-after-block-p): After END/BEGIN we are a block.
6439 (cperl-after-expr-p): Skip labels when checking
6440 (cperl-indent-region): Make a marker for END - text added/removed.
6441 Disable hooks during the call (how to call them later?).
6442 Now indents 820-line-long function in 6.5 sec (including
6443 syntaxification) the first time (when buffer has few
6444 properties), 7.1 sec the second time.
6445 (cperl-indent-region): Do not indent whitespace lines
6446 (cperl-style-alist)
6447 Include `cperl-merge-trailing-else' where the value is clear.
6448 (cperl-styles-entries): Likewise.
6449 (cperl-problems): Improvements to docs.
6450 (cperl-tips): Likewise.
6451 (cperl-non-problems): Likewise.
6452 (cperl-mode): Make lazy syntaxification possible.
6453 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
6454 `font-lock-unfontify-region-function' was set to a wrong function.
6455
4ff3fcc7 6456 (cperl-find-pods-heres): Safe a position in buffer where it is safe to
0767b41e
DL
6457 restart syntaxification. Changed so that -d ?foo? is a RE. Do
6458 not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
6459 but 1<<6 was considered as HERE-doc.
6460 <file/glob> made into a string.
6461 Postpone addition of faces after syntactic step.
6462 Recognition of <FH> was wrong.
6463 Highlight `gem' in s///gem as a keyword. `qr' recognized.
6464 Knows that split// is null-RE.
6465 Highlights separators in 3-parts expressions as labels.
6466 <> was considered as a glob.
6467 Would err if the last line is `=head1'.
6468 $a-1 ? foo : bar; was a considered a regexp.
6469 `<< (' was considered a start of HERE-doc.
6470 mark qq[]-etc sections as syntax-type=string
6471 Was not processing sub protos after a comment ine.
6472 Was treating $a++ <= 5 as a glob.
6473 Tolerate unfinished REx at end-of-buffer.
6474 `unwind-protect' was left commented.
6475 / and ? after : start a REx.
6476
6477 (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
6478 Better default, customizes to `message' too, off in text-mode.
6479
6480 (cperl-array-face): Renamed from `font-lock-emphasized-face',
6481 `defface'd.
6482 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
6483 `defface'd.
6484 (cperl-emacs-can-parse): New state variable.
6485 (cperl-indent-line): Corrected to use global state.
6486 (cperl-calculate-indent): Likewise.
6487 (cperl-fix-line-spacing): Likewise (not used yet).
6488 (cperl-calculate-indent): Did not consider `,' as
6489 continuation mark for statements.
6490 (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
6491 Remove another parse-data optimization at toplevel: would
6492 indent correctly.
6493 Correct for labels when calculating indentation of continuations.
6494 Docstring updated.
6495 (cperl-choose-color): Converted to a function (to be
6496 compilable in text-mode).
6497 (cperl-dark-background): Disable without window-system.
6498 Do `defface' only if window-system.
6499 (cperl-fix-line-spacing): sped up to bail out early.
6500 (x-color-defined-p): was not compiling on XEmacs
6501 Was defmacro'ed with a tick. Remove another def.
6502 (cperl-clobber-lisp-bindings): if set, C-c variants are the old ones
6503 (cperl-unwind-to-safe): New function.
6504 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
4ff3fcc7 6505 (cperl-fontify-syntaxically): Unwinds start and end to go out of
0767b41e
DL
6506 long strings (not very successful).
6507 (cperl-forward-re): Highlight the trailing / in s/foo// as string.
6508 Highlight the starting // in s//foo/ as function-name.
6509 Emit a meaningful error instead of a cryptic one for an
6510 uncomplete REx near end-of-buffer.
6511
6512 (cperl-electric-keyword): `qr' recognized.
6513 (cperl-electric-else): Likewise
6514 (cperl-to-comment-or-eol): Likewise
6515 (cperl-make-regexp-x): Likewise
6516 (cperl-init-faces): Likewise, and `lock' (as overridable?).
6517 Corrected to use new macros;
6518 `if' for copying `reference-face' to `constant-face' was backward.
6519 remove init `font-lock-other-emphasized-face',
6520 `font-lock-emphasized-face', `font-lock-keyword-face'.
6521 Interpolate `cperl-invalid-face'.
6522 (cperl-make-regexp-x): Misprint in a message.
6523 (cperl-syntaxify-unwind): New configuration variable
6524 (cperl-fontify-m-as-s): New configuration variable
6525 (cperl-electric-pod): check for after-expr was performed
6526 inside of POD too.
6527 (cperl-backward-to-noncomment): better treatment of PODs and HEREs.
6528 (cperl-clobber-mode-lists): New configuration variable.
6529 (cperl-not-bad-style-regexp): Updated.
6530 Init: `cperl-is-face' was busted.
6531 (cperl-make-face): New macros.
6532 (cperl-force-face): New macros.
6533 (font-lock-other-type-face): Done via `defface' too.
6534 (cperl-nonoverridable-face): New face. Renamed from
6535 `font-lock-other-type-face'.
6536 (cperl-init-faces-weak): use `cperl-force-face'.
6537 (cperl-comment-indent): Commenting __END__ was not working.
6538 (cperl-indent-for-comment): Likewise.
6539 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'.
6540 When removing old TAGS info was not relativizing filename.
6541 (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
6542 Another try to work around XEmacs problems. Better progress messages.
6543 (toplevel): require custom unprotected => failure on 19.28.
6544 (cperl-xemacs-p): defined when compile too
4ff3fcc7 6545 (cperl-find-tags): Was writing line/pos in a wrong order,
0767b41e
DL
6546 pos off by 1 and not at beg-of-line.
6547 (cperl-etags-snarf-tag): New macro
6548 (cperl-etags-goto-tag-location): New macro
6549 (cperl-version): New variable. New menu entry
6550 random docstrings: References to "future" 20.3 removed.
6551 Menu was described as `CPerl' instead of `Perl'
6552 (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
6553 (cperl-toggle-construct-fix): Was toggling to t instead of 1.
6554 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face'
6555 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
6556 `font-lock-reference-face', `font-lock-keyword-face'.
6557 Use `eval-after-load'.
6558 Remove not-CPerl-related faces.
6559 (cperl-tips-faces): New variable and an entry into Mini-docs.
6560 (cperl-indent-exp): Was not processing else-blocks.
6561 (cperl-get-state): NOP line removed.
6562 (cperl-ps-print): New function and menu entry.
6563 (cperl-ps-print-face-properties): New configuration variable.
6564 (cperl-invalid-face): New configuration variable.
6565 (perl-font-lock-keywords): Highlight trailing whitespace
6566 (cperl-contract-levels): Documentation corrected.
6567 (cperl-contract-level): Likewise.
6568 (cperl-ps-extend-face-list): New macro.
6569 (cperl-invalid-face): Change to ''underline.
6570
65711998-12-25 Markus Rost <rost@delysid.gnu.org>
6572
6573 * mail/rmailout.el (rmail-output): Abbreviate name of default-file
4ff3fcc7 6574 for read-file-name.
0767b41e
DL
6575 (rmail-output-to-rmail-file): Likewise.
6576
65771998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
6578
6579 * emacs-lisp/easymenu.el (easy-menu-get-map):
6580 If MENU is nil, use global menu-bar map.
6581 (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
6582 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
6583
65841998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6585
6586 * ps-mule.el (ps-mule-begin-job): Programming uniformization.
6587
65881998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6589
6590 * ps-print.el (ps-print-version): New version number (4.1.3).
6591
65921998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org>
6593
6594 * international/mule-cmds.el: Use make-sparse-keymap instead of
6595 define-prefix-key when defining MULE menu items.
6596
6597 * info.el (Info-node-at-bob-matching): New function.
6598 (Info-find-node, Info-build-node-completions): Call it.
6599
66001998-12-21 Andreas Schwab <schwab@delysid.gnu.org>
6601
6602 * help.el (describe-function-1): Say "keymap", not "Lisp macro",
6603 when this is an autoloaded keymap.
6604
66051998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org>
6606
6607 * international/codepage.el (cp-coding-system-for-codepage-1):
6608 Create separate encoders and decoders, for DOS and Unix. Make the
6609 usual family of 3 coding systems, so that automatic detection of
6610 EOL type works.
6611 (cp-make-coding-systems-for-codepage): Don't intern DOS- and
6612 Unix-specific symbols here, and don't call
6613 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi
6614 Handa <handa@etl.go.jp>.)
6615
6616 * dos-vars.el (dos-codepage-setup-hook): New defcustom.
6617
6618 * term/internal.el (IT-character-translations): New variable, an
6619 alist used to display characters for which there's no glyphs in
6620 the current codepage.
6621 (IT-display-table-setup): New function, sets up the DOS terminal
6622 for a given codepage.
6623 (dos-codepage-setup): New function, sets up the MULE environment
6624 for the current value of dos-codepage.
6625 (top-level if): In the multibyte mode, turn on
6626 unibyte-display-via-language-environment. In the unibyte mode,
6627 set up the special syntax tables to map lower- to upper case and
6628 back.
6629
66301998-12-19 Eric Ludlam <zappo@delysid.gnu.org>
6631
6632 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
6633 (speedbar-frame-plist) Remove useless comments.
6634 (speedbar-frame-mode) Do not specify height if it is in the param list.
6635 Use default y position w/out changing it.
6636 If default x position is a list, keep, calculate the non-list X
6637 value when devining an initial position.
6638 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
6639 (speedbar-tag-group-name-minimum-length): New variable.
6640 (speedbar-frame-parameter): New compatibility function.
6641 (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
6642 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
6643 groups to keep things in the right order, and to help with some
6644 naming conventions.
6645 (speedbar-create-tag-hierarchy): Enable buffer local version of
6646 `speedbar-tag-hierarchy-method' in the buffer we are tagging.
6647 (speedbar-line-path) Make DEPTH param optional. Devine it if absent.
6648 the case, derive it from the cursor location in speedbar.
6649
66501998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
6651
6652 * international/mule-cmds.el (set-language-environment): On MS-DOS
6653 terminals, install DOS-specific nonascii-translation-table if the
6654 language info doesn't specify one. Pass the default eol-type to
6655 set-language-environment-coding-systems.
6656 (set-default-coding-systems): Copy the eol-type property for the
6657 new default values of {buffer-file,process}-coding-system from the
6658 old defaults.
6659 (set-language-environment-coding-systems): Accept an optional
6660 argument EOL-TYPE, and set the eol-type property of the default
6661 coding systems accordingly.
6662 (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
6663 (set-keyboard-coding-system): Likewise.
6664 (set-default-coding-systems): Don't set
6665 default-terminal-coding-system on MS-DOS to anything but nil.
6666 (prefer-coding-system): Describe in the doc string that
6667 default-terminal-coding-system is not changed on MS-DOS.
6668 (set-language-environment): For MS-DOS, set standard syntax table
6669 and display table for all characters with code above 127.
6670 (standard-display-european-internal): For MS-DOS, pass all
6671 characters with code above 127 directly to the terminal, and don't
6672 remap characters 160 and 146 in the unibyte case.
6673
6674 * international/codepage.el: New file.
6675
66761998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6677
6678 * diary-lib.el (diary-float): Fix end-of-year error and typos in
6679 comments.
6680
66811998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
6682
6683 * map-ynp.el (map-y-or-n-p): Ignore input methods.
6684
6685 * subr.el (read-passwd): Likewise.
6686
66871998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org>
6688
6689 * info.el (Info-find-node): Add 1 to the position read from the
6690 tag table. Don't fail if the node delimiter ^_ is the first
6691 character in the file.
6692 (Info-insert-dir): Don't fail when the node delimiter ^_ is the
6693 first character in the file.
6694 (Info-read-subfile): Likewise.
6695 (Info-select-node): Likewise.
6696 (Info-build-node-completions): Likewise.
6697
66981998-12-16 Richard Stallman <rms@gnu.org>
6699
6700 * term/x-win.el (x-cut-buffer-or-selection-value):
6701 If clipboard is enabled, try it before PRIMARY selection.
6702
67031998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
6704
6705 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
6706 insert c-cedilla and C-cedilla respectively, like in latin-1.
6707
67081998-12-15 Eli Zaretskii <eliz@delysid.gnu.org>
6709
6710 * language/hebrew.el: Don't use sublists in the flags argument
6711 passed to make-coding-system.
6712
67131998-12-15 Kenichi Handa <handa@etl.go.jp>
6714
6715 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
6716 list of character sets found by find-charset-region.
6717
6718 * ps-mule.el: Always require ps-print. Move some function
6719 definitions for Emacs 20.2 and the earlier to ps-print.el.
6720 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
6721
6722 * ps-print.el: Define several functions for Emacs 20.2 and the
6723 earlier version.
6724 (ps-printer-name): Check if printer-name is bound.
6725
67261998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6727
6728 * ps-mule.el: Programming uniformization and little code improvement.
6729 (ps-mule-prepare-font): Programming uniformization.
6730 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
4ff3fcc7 6731 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
0767b41e
DL
6732
6733 * ps-bdf.el: Programming uniformization and little code improvement.
6734 (bdf-search-and-read): New fun.
6735 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
6736 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
6737 (bdf-info-relative-compose, bdf-info-baseline-offset)
6738 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
6739 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
6740 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
6741 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
6742 improvement.
6743
67441998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6745
6746 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
6747 and mule related code extraction. Autoload ps-mule funs.
6748
6749 * ps-mule.el: Doc fix. Require ps-print only when compiled.
6750 (ps-mule-prologue-generated): New fun.
6751 (ps-mule-plot-string): Add autoload cookie.
6752 (ps-mule-begin-job): Call ps-mule-prologue-generated.
6753
67541998-12-15 Kenichi Handa <handa@etl.go.jp>
6755
6756 * ps-bdf.el: Require ps-mule instead of ps-print.
6757 (bdf-directory-list): Add autoload cookie.
6758
6759 * ps-mule.el: New file. Mule related code extracted from
6760 ps-print.el. Require ps-print, provide ps-mule.
6761 (ps-multibyte-buffer): Add autoload cookie.
6762 (ps-mule-prepare-ascii-font): New fun.
6763 (ps-mule-set-ascii-font): New fun.
6764 (ps-mule-skip-same-charset): Fun deleted.
6765 (ps-mule-plot-string): Set ps-mule-current-charset.
6766 (ps-mule-initialize): Add autload cookie. Don't set
6767 ps-mule-font-info-database here.
6768 (ps-mule-begin-job): Renamed from ps-mule-begin. Update
6769 ps-mule-font-info-database and ps-control-or-escape-regexp.
6770 (ps-mule-begin-page): New fun.
6771
6772 * ps-print.el: Mule related code moved to ps-mule.el.
6773 (ps-begin-job): While setting ps-control-or-escape-regexp, don't
6774 check ps-mule-charset-list.
6775 (ps-begin-page): Don't set ps-mule-current-charset, instead call
6776 ps-mule-begin-page.
6777 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
6778 (ps-plot-region): Don't set ps-mule-current-charset, instead call
6779 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset,
6780 instead skip same charsets by itself.
6781 (ps-generate): Call ps-mule-initialize of needs-begin-file is
6782 non-nil. Call ps-mule-begin-job.
6783
67841998-12-15 Kenichi Handa <handa@etl.go.jp>
6785
6786 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf
6787 instead of bdf.
6788
6789 * ps-print.el (ps-mule-font-info-database): Doc-string modified.
6790 (ps-mule-external-libraries): New element FEATURE.
6791 (ps-mule-init-external-library): Ajusted for the above change.
6792 (ps-mule-generate-font): Likewise.
6793 (ps-mule-generate-glyphs): Likewise.
6794 (ps-mule-prepare-font): Likewise.
6795 (ps-mule-initialize): Likewise.
6796 (ps-begin-file): Superfluous tailing parenthesis deleted.
6797
67981998-12-15 Kenichi Handa <handa@etl.go.jp>
6799
6800 * international/fontset.el (x-decompose-font-name): If PATTERN
6801 doesn't have any wild cards, return a vector made from a name that
6802 is found by x-resolve-font-name found. Comments added.
6803
6804 * international/mule-cmds.el (find-coding-systems-for-charsets):
6805 Handle the case of unknown charset.
6806 (find-multibyte-characters): If invalid multibyte characters are
6807 found, return the corresponding strings instead of character
6808 codes.
6809 (find-multibyte-characters): Adjusted for the above change.
6810 (select-safe-coding-system): For a unibyte buffer, always returns
6811 DEFAULT-CODING-SYSTEM.
6812 (get-charset-property): Fix previous change. Make it a function.
6813 (put-charset-property): Make it a function.
6814
6815 * international/mule.el (make-coding-system): Set mime-charset
6816 property of *-with-esc coding system to nil.
6817
6818 * international/quail.el (quail-point-in-conversion-region): New
6819 function.
6820 (quail-conversion-backward-delete-char): When a key sequence is
6821 being translated, call quail-delete-last-char.
6822
6823 * language/devan-util.el
6824 (devanagari-reorder-glyphs-for-decomposition): Fix the way to
6825 handle devanagari-decomposition-rules.
6826
68271998-12-14 Andreas Schwab <schwab@delysid.gnu.org>
6828
6829 * textmodes/texinfo.el (texinfo-tex-buffer): Bind
6830 tex-start-options-string to empty string.
6831 (texinfo-tex-region): Use texinfo-tex-trailer as documented.
6832
68331998-12-14 Andrew Innes <andrewi@delysid.gnu.org>
6834
6835 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
6836 5xx responses are already handled properly).
6837
68381998-12-13 Richard Stallman <rms@gnu.org>
6839
6840 * progmodes/compile.el (compilation-error-regexp-alist): Insist
6841 on a non-digit in the file name.
6842
6843 * simple.el (comment-region): Handle comment-padding
6844 separately for insertion and for deletion, in the right way for each.
6845
68461998-12-13 Felix Lee <flee@cygnus.com>
6847
6848 * progmodes/compile.el (compilation-error-regexp-alist): Fix
6849 regexp to match "ChangeLog:1:1998-12-09 ..."
6850
68511998-12-13 Eli Zaretskii <eliz@delysid.gnu.org>
6852
6853 * cus-start.el (dos-unsupported-char-glyph): Add.
6854
68551998-12-11 Dave Love <fx@gnu.org>
6856
6857 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
6858 forward-sexp in condition-case.
6859
6860 * emacs-lisp/find-func.el (find-function-search-for-symbol):
6861 Remove unnecessary test on `library' for explicit file name.
6862 Widen scope of save-match-data.
6863
68641998-12-10 Eli Zaretskii <eliz@delysid.gnu.org>
6865
6866 * international/mule.el (load-with-code-conversion): If the loaded
6867 file was inserted with no-conversion or raw-text coding system,
6868 make the buffer unibyte.
6869
68701998-12-09 Richard Stallman <rms@gnu.org>
6871
6872 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
6873 Get rid of nested loops.
6874
6875 * mouse.el (mouse-drag-vertical-line):
6876 If WHICH-SIDE is not `right', then scroll bars are on the left.
6877
6878 * loadhist.el (load-history-loaded): defvar moved to help.el.
6879
6880 * help.el (symbol-file-load-history-loaded): Variable renamed,
6881 and defvar moved from loadhist.el.
6882 (symbol-file): Renamed from describe-function-find-file.
6883 Load fns-VERSION.el here.
6884 (describe-variable, describe-function-1): Use symbol-file.
6885
6886 * textmodes/tex-mode.el (tex-generate-zap-file-name):
6887 Don't start the name with #.
6888
6889 * ispell.el: Take out the eval-when's.
6890
68911998-12-09 Peter Breton <pbreton@ne.mediaone.net>
6892
6893 * dirtrack.el (dirtrack-directory-change-hook): New hook.
6894 (dirtrack): Run it. Make debug message more verbose.
6895
68961998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
6897
6898 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
6899 name of the abbrev table, and provide support for XEmacs.
6900 (octave-xemacs-p): New variable.
6901
69021998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
6903
6904 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
6905 exit, when mail-interactive is nil.
6906
69071998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr>
6908
6909 * files.el (after-find-file): Message fix.
6910
69111998-12-09 Ken Stevens <stevens@kdstevens.com>
6912
6913 * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
6914
69151998-12-09 Geoff Voelker <voelker@cs.washington.edu>
6916
6917 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
6918 filenames using backslashes.
6919
69201998-12-09 Dave Love <fx@gnu.org>
6921
6922 * browse-url.el (browse-url-mail): Call compose-mail-other-window
6923 with correct number of args.
6924 (browse-url-maybe-new-window): New arg. Callers changed.
6925
6926 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
6927 comment.
6928
69291998-12-08 Geoff Voelker <voelker@cs.washington.edu>
6930
6931 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
6932
69331998-12-08 Markus Rost <rost@delysid.gnu.org>
6934
6935 * vc.el (vc-rcs-release): Fix Type.
6936 (vc-sccs-release): Fix Type.
6937 (vc-cvs-release): Fix Type.
6938
6939 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
6940 arg work right.
6941
6942 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
6943 output of last undeleted message.
6944
69451998-12-07 Geoff Voelker <voelker@cs.washington.edu>
6946
6947 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
6948 (buffer-undo-list) [windows-nt]: Use different relative path.
6949
69501998-12-07 Simon Marshall <simon@gnu.org>
6951
6952 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
6953
69541998-12-05 Markus Rost <rost@delysid.gnu.org>
6955
6956 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
6957
6958 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
6959
69601998-12-04 Markus Rost <rost@delysid.gnu.org>
6961
6962 * info.el (Info-menu): Don't return error if point is between menu
6963 header and first menu item.
6964
69651998-12-04 Dave Love <fx@gnu.org>
6966
6967 * help.el (describe-function-1): Fix description for alias.
6968
69691998-12-03 Andreas Schwab <schwab@delysid.gnu.org>
6970
6971 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
6972 specifications from summary line.
6973
6974 * rect.el (delete-whitespace-rectangle): Mark for autoload.
6975 (close-rectangle): Define alias only once in loaddefs.el.
6976
69771998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org>
6978
6979 * term/internal.el: Remove code which sets up a special syntax
6980 table for non-ASCII characters.
6981
69821998-12-02 Andrew Innes <andrewi@delysid.gnu.org>
6983
6984 * dos-w32.el (direct-print-region-function): Try to ensure that
6985 printer-name is expanded to a file name on a local drive;
6986 sometimes printing a file loaded from a network volume fails.
6987 (direct-print-region-function): Add a function to
6988 write-region-annotate-functions to append a formfeed character to
6989 the region being printed, if the region doesn't end with a
6990 formfeed already. This avoids creating a second print job
6991 containing a blank page when print spooling is enabled on Windows.
6992
69931998-12-02 Dave Love <fx@gnu.org>
6994
6995 * help.el (help-make-xrefs): Use `info', not the non-autoloaded
6996 `Info-goto-node'.
6997
69981998-12-02 Richard Stallman <rms@gnu.org>
6999
7000 * help.el (temp-buffer-resize-mode): Doc fix.
7001
7002 * cus-edit.el (custom-save-delete): Save point before
7003 reading a sexp, rather than backing up.
7004
7005 * international/iso-transl.el: Fix previous change.
7006
70071998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
7008
7009 * vc.el (vc-dired-window-configuration, vc-ediff-windows,
7010 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
7011 Added defvars to suppress compilation warnings.
7012
70131998-11-30 Ken Stevens <k.stevens@ieee.org>
7014
7015 * ispell.el: Improved and fixed customize for variables:
7016 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
7017 ispell-dictionary-alist, ispell-skip-sgml.
7018 Improved and fixed comments in variables and messages for
7019 functions: ispell-help-in-bufferp, ispell-local-dictionary,
7020 ispell-menu-map, ispell-checking-message, ispell-parser,
7021 ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
7022 ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
4ff3fcc7 7023 ispell-comments-and-strings, ispell-continue, ispell-complete-word,
0767b41e
DL
7024 ispell-message-text-end, ispell-add-per-file-word-list.
7025 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
7026 system is now required for all languages. Casechars improved for
7027 castellano, castellano8, and norsk dictionaries. Dictionary
7028 norsk7-tex added. Dictionary polish added.
7029 (ispell-dictionary-alist): Redefined at load-time to support
7030 dictionary changes.
7031 (ispell-menu-map): Redefined at load-time to support menu changes.
7032 (ispell-check-version): New alias for `check-ispell-version'.
7033 (ispell-parse-output): Fixed matching for ispell error messages.
7034 Correctly returns spelling suggestions in order generated by ispell
7035 process.
7036 (check-ispell-version): Ensure `case-fold-search' doesn't get
7037 redefined.
7038 (ispell-complete-word): Ensure `case-fold-search' doesn't get
7039 redefined. Fix bug that didn't respect case of word being completed.
7040 (ispell-init-process): Set process coding system to be compatible
7041 with emacs processes and the ispell process.
7042 (ispell-kill-ispell): Ensures ispell process has terminated before
7043 starting new process. This can otherwise confuse process filters
7044 and hang the ispell process.
7045 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
7046 skipping support for sgml.
7047 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r
7048 which could cause `ispell-complete-word' to hang.
7049 (ispell-message): Improved message reference matching. Ensure
7050 `case-fold-search' doesn't get redefined.
7051 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
7052 get redefined. Fixed bug in returning to nroff mode from tex mode.
7053 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
7054 get redefined.
7055
70561998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu>
7057
7058 * textmodes/flyspell.el (flyspell-check-word-p):
7059 Don't delay inside a kbd macro.
7060
7061 * subr.el (make-local-hook): Return the hook variable.
7062
70631998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
7064
7065 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
7066 Use a timer instead of post-command-hook.
7067 (hscroll-timer): New variable.
7068
70691998-11-30 Dave Love <fx@gnu.org>
7070
7071 * help.el (help-xref-button): Do nothing if text already has the
7072 help-xref property.
7073 (describe-variable): Revert previous change to hyperlink to source.
7074
70751998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
7076
7077 * bindings.el (features): Add `base64' to this list.
7078
7079 * loadhist.el (symbol-file): Doc fix.
7080
7081 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
7082
7083 * files.el (hack-one-local-variable): Cope with non-file buffers.
7084
70851998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu>
7086
7087 * help.el (describe-mode): Put major mode first.
7088
7089 * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
7090 to support special-display and same-window features.
7091
70921998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu>
7093
7094 * simple.el (transpose-subr, transpose-subr-1): Rename variables
7095 bound in one function and used in the other.
7096 (transpose-subr-start1, transpose-subr-start2): Add defvars.
7097 (transpose-subr-end1, transpose-subr-end2): Add defvars.
7098
70991998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu>
7100
7101 * autoinsert.el (auto-insert-alist): Use user-mail-address.
7102
71031998-11-26 Kenichi Handa <handa@etl.go.jp>
7104
7105 * international/ccl.el (ccl-dump-translate-character-const-tbl):
7106 Give format correct control string.
7107
7108 * international/mule.el (define-translation-table): Fix bug of
7109 setting incorrect translation-table-id. If the first element of
7110 ARGS is a translation table, just register it.
7111
7112 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
7113 property.
7114
71151998-11-24 Michael Ernst <mernst@alum.mit.edu>
7116
7117 * thingatpt.el (thing-at-point-url-at-point): Don't use current
7118 syntax table to determine what is whitespace.
7119
71201998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu>
7121
7122 * frame.el (frame-parameter): Doc fix.
7123
7124 * textmodes/tex-mode.el (tex-feed-input): New function.
7125 (tex-define-common-keys): Add binding for C-c C-m.
7126
71271998-11-23 Dave Love <fx@gnu.org>
7128
7129 * progmodes/fortran.el: Various minor doc fixes.
7130 (fortran-font-lock-keywords-1): Add `d' to comment-chars.
7131 (fortran-with-subprogram-narrowing): New macro.
7132 (fortran-check-for-matching-do): Use it.
7133 (fortran-end-do): Use fortran-check-end-prog-re.
7134 (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
7135 (fortran-calculate-indent, fortran-calculate-indent): Likewise.
7136
71371998-11-23 Simon Marshall <simon@gnu.org>
7138
7139 * font-lock.el (font-lock-defaults): Doc fix.
7140 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
7141 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
7142
7143 * lazy-lock.el (lazy-lock-unstall):
7144 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
7145
7146 * fast-lock.el (fast-lock-save-cache-1):
7147 (fast-lock-cache-data): Rewritten to use with-temp-message.
7148
71491998-11-22 Andrew Innes <andrewi@delysid.gnu.org>
7150
7151 * mail/rmail.el (rmail-set-message-counters-counter): Detect
7152 messages that have been added with DOS line endings and convert
7153 the line endings for such messages.
7154
71551998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
7156
7157 * help.el: Add resizing of temporary buffers.
7158 (temp-buffer-resize-mode): New command and variable.
7159 (temp-buffer-max-height): New variable.
7160 (resize-temp-buffer-window): New function.
7161
7162 * window.el (window-buffer-height): New function, split from
7163 shrink-window-if-larger-than-buffer.
7164 (shrink-window-if-larger-than-buffer): Use window-buffer-height.
7165
71661998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu>
7167
7168 * frame.el (initial-frame-alist): Add defcustom.
7169
7170 * shell.el (shell-prompt-pattern): Add defcustom.
7171
71721998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7173
7174 * message.el (message-ignored-supersedes-headers): Remove
4ff3fcc7 7175 NNTP-Posting-Date.
0767b41e
DL
7176
71771998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu>
7178
7179 * help.el (describe-mode): Don't avoid loop indirecting thru
7180 value of INDICATOR.
7181
71821998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu>
7183
7184 * help.el (describe-variable): Allow any variable with a defcustom,
7185 even if it is not a user variable.
7186
7187 * mail/rmail.el (mail-unsent-separator): Additional alternative.
7188
71891998-11-20 Andrew Innes <andrewi@delysid.gnu.org>
7190
7191 * gnus/nntp.el (nntp-request-group): Allow for failures when
7192 requesting a new group.
7193
71941998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu>
7195
7196 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
7197
71981998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7199
7200 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
7201
72021998-11-19 Simon Marshall <simon@gnu.org>
7203
7204 * subr.el (with-temp-message): New macro.
7205
7206 * emacs-lisp/lisp-mode.el (with-temp-message):
7207 Add lisp-indent-function property.
7208
72091998-11-18 Dave Love <fx@gnu.org>
7210
7211 * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
7212
72131998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu>
7214
7215 * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
7216 This is not obsolete.
7217
72181998-11-18 Kenichi Handa <handa@etl.go.jp>
7219
7220 * textmodes/picture.el: Make a new map by make-keymap.
7221 (picture-desired-column): New variable.
7222 (picture-update-desired-column): New function.
7223 (picture-beginning-of-line): Set picture-desired-column to 0.
7224 (picture-end-of-line): Set picture-desired-column to the current
7225 column.
7226 (picture-forward-column): Pay attention to multi-column character.
7227 (picture-backward-column): Likewise.
7228 (picture-move-down): Likewise.
7229 (picture-move-up): Likewise.
7230 (picture-movement-nw): With prefix arg, move twice columns.
7231 (picture-movement-ne): Likewise.
7232 (picture-movement-sw): Likewise.
7233 (picture-movement-se): Likewise.
7234 (picture-set-motion): Handle two-column movements.
7235 (picture-move): Call picture-move-down or picture-forward-column
7236 only when necessary.
7237 (picture-insert): Pay attention to picture-desired-column.
7238 (picture-self-insert): Likewise.
7239 (picture-clear-column): Pay attention to multi-column character.
7240 (picture-mode): Modify doc-string for two-column movement.
7241
7242 * rect.el (move-to-column-force): New function.
7243 (operate-on-rectangle): If coerce-tabs is non-nil, call
7244 move-to-column-force instead of move-to-column.
7245 (insert-rectangle): Call move-to-column-force instead of
7246 move-to-column.
7247 (open-rectangle-line): If begextra is not zero, call
7248 move-to-column-force.
7249
7250
72511998-11-16 Dave Love <fx@gnu.org>
7252
7253 * textmodes/sgml-mode.el Require skeleton when compiling.
7254 (sgml-font-lock-keywords-1): Accept single-letter tags.
7255 (v2): Defvar free variable.
7256
72571998-11-16 Sam Steingold <sds@goems.com>
7258
7259 * emacs-lisp/cl-indent.el: indent `with-output-to-string' as a CL
7260 macro, not ELisp one.
7261
72621998-11-16 Kenichi Handa <handa@etl.go.jp>
7263
7264 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
7265 characters to symbol.
7266
7267 * language/japan-util.el (japanese-zenkaku-region): New optional
7268 arg KATAKANA-ONLY.
7269
72701998-11-16 Kenichi Handa <handa@etl.go.jp>
7271
7272 * international/mule.el
7273 (after-insert-file-set-buffer-file-coding-system): If the buffer
7274 is changed to unibyte, return inserted bytes.
7275
7276 * tar-mode.el (tar-header-block-tokenize): Decode codes of file
7277 and link names if necessary.
7278 (tar-header-block-summarize): Handle the case that file or link
7279 names are multibyte.
7280 (tar-summarize-buffer): At first set the current buffer unibyte,
7281 then if there are multibyte file names, change it to multibyte.
7282 (tar-mode): Get char position from tar-header-offset.
7283 (tar-extract): Avoid multibyte<->unibyte conversion in
7284 insert-buffer-subsring by setting both buffers unibyte
7285 temporarily.
7286 (tar-copy): Set the buffer unibyte while doing a work. Write
7287 without code conversion.
7288 (tar-expunge): Set the buffer unibyte while doing a work.
7289 (tar-alter-one-field): Likewise.
7290 (tar-clear-modification-flags): Compare byte position with
7291 tar-header-offset.
7292 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
7293 insert-buffer-subsring by setting both buffers unibyte
7294 temporarily. Pay attention to multibyteness while updating the
7295 descriptor-line.
7296 (tar-mode-write-file): Write without code conversion.
7297
72981998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7299
7300 * nngateway.el: Require cl.
7301
73021998-11-15 Dave Love <fx@gnu.org>
7303
7304 * progmodes/fortran.el: Fix previous change:
7305 (fortran-end-prog-re1): Changed.
7306 (fortran-check-end-prog-re): New function.
7307 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
7308
73091998-11-13 Tom Breton <tob@world.std.com>
7310
7311 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
7312 GNU Emacs.
7313
73141998-11-13 Carsten Dominik <cd@delysid.gnu.org>
7315
7316 * textmodes/reftex.el: (reftex-finding-files): Group documentation
7317 fixed.
7318 (reftex-toc-toggle-file-boundary,
7319 reftex-toc-toggle-labels,
7320 reftex-toc-toggle-context,reftex-find-start-point): New functions.
7321 (reftex-toc-include-labels, reftex-toc-include-context,
7322 reftex-toc-include-file-boundaries,
7323 reftex-toc-keep-other-windows): New options.
7324 (reftex-use-text-after-label-as-context): Option removed.
7325 (reftex-extract-bib-entries): Protect use in non-latex
7326 buffers.
7327 (reftex-toc-visit-location): Renamed from
7328 `reftex-toc-visit-line'.
7329 (reftex-latin1-to-ascii): Works now with and without Mule.
7330 (reftex-truncate): Removed special stuff for Emacs 20.2.
7331 (reftex-get-offset): Made more general.
7332 (reftex-show-label-location): Renamed from
7333 `reftex-select-label-callback'.
7334 (reftex-pop-to-label): Function removed (using
7335 `reftex-show-label-location' instead.
7336 (reftex-insert-docstruct): Renamed from
7337 `reftex-make-and-insert-label-list'. Function args changed.
7338 (reftex-toc): Now uses `reftex-insert-docstruct' and
7339 `reftex-find-start-point'.
7340 (reftex-select-item): Use `reftex-find-start-point'.
7341 (reftex-toc-visit-line): Can display labels and file
7342 boundaries.
7343 (reftex-TeX-master-file): `(TeX-master-file)' protected.
7344
73451998-11-12 Sam Steingold <sds@goems.com>
7346
7347 * browse-url.el (browse-url): Handle the case when
7348 `browse-url-browser-function' is a lambda list.
7349
73501998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org>
7351
7352 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
7353 version string.
7354 * loadhist.el (symbol-file): Likewise
7355
73561998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM>
7357
7358 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
7359
73601998-11-11 Sam Steingold <sds@goems.com>
7361
7362 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
7363 `run-lisp' instead of signalling an error.
7364
73651998-11-11 Karl Heuer <kwzh@gnu.org>
7366
7367 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
7368
73691998-11-11 Richard Stallman <rms@gnu.org>
7370
7371 * vc-hooks.el (vc-toggle-read-only): Doc fix.
7372
73731998-11-11 Per Starback <starback@update.uu.se>
7374
7375 * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
7376 renamed svenska8 to svenska, and fixed and extended CASECHARS
7377 for it.
7378
73791998-11-11 Andrew Innes <andrewi@delysid.gnu.org>
7380
7381 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
7382 handling if setpagedevice is not available.
7383 (ps-begin-file): Fix typo.
7384
73851998-11-11 Kenichi Handa <handa@etl.go.jp>
7386
7387 * international/mule-util.el (compose-chars-component): Signal
7388 error if CH is a rule-based composition character.
7389 (compose-chars): Signal error if an already compsed character is
7390 going to be composed by rule-base.
7391
7392 * term/x-win.el: If a resolved ASCII font name doesn't conform to
7393 full XLFD, don't try to get information of WEIGHT and SLANT from
7394 that font name.
7395
73961998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
7397
7398 * dos-w32.el (set-default-process-coding-system): Use function on
7399 before-init-hook to set default-process-coding-system based on
7400 enable-multibyte-characters.
7401
7402 * term/w32-win.el ([language-change]): For now ignore
7403 keyboard language-change events.
7404
74051998-11-10 Eli Zaretskii <eliz@delysid.gnu.org>
7406
7407 * ediff-util.el (ediff-make-temp-file): Run the prefix through
7408 convert-standard-file-name, but leave the results of
7409 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2
7410 characters if the original name already exists, or has a special
7411 handler.
7412
74131998-11-10 Karl Heuer <kwzh@gnu.org>
7414
7415 * international/iso-insert.el: Delete autoload cookies.
7416
7417 * international/iso-transl.el: Add autoload cookies.
7418
74191998-11-10 Richard Stallman <rms@gnu.org>
7420
7421 * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
7422 (ispell-process-line): Don't treat multibyte
7423
74241998-11-09 Andrew Innes <andrewi@harlequin.co.uk>
7425
7426 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
7427 setpagedevice to specify the page size if setpagedevice is
7428 available. This is necessary to select the correct paper tray on
7429 Level 2 printers with multiple paper sizes available.
7430
7431 (ps-begin-file): Cope with font names that contain spaces, and
7432 call BeginDoc in a BeginSetup/EndSetup block.
7433
74341998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org>
7435
7436 * loadup.el (buffer-undo-list): Run fns-VERSION.el through
7437 convert-standard-filename.
7438
7439 * loadhist.el (symbol-file): Run fns-VERSION.el through
7440 convert-standard-filename.
7441
74421998-11-06 Richard Stallman <rms@gnu.org>
7443
4ff3fcc7 7444 * textmodes/texinfmt.el (texinfo-format-scan):
0767b41e
DL
7445 Detect the case of two @-commands in a row; process just the first.
7446 (texinfo-append-refill): If line has a @c, insert the @refill
7447 before it.
7448 (texinfo-format-refill): Return with point where the @refill was.
7449
7450 * files.el (hack-local-variables): Test local-enable-local-variables.
7451 (hack-local-variables-prop-line): Likewise.
7452 (set-auto-mode): Don't test local-enable-local-variables here.
7453 (enable-local-variables): Doc fix.
7454 (local-enable-local-variables): Doc fix.
7455 (normal-mode): Doc fix.
7456
74571998-11-06 Karl Heuer <kwzh@gnu.org>
7458
7459 * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
7460
74611998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM>
7462
7463 * simple.el (line-number-mode): Doc fix.
7464
74651998-11-06 Kenichi Handa <handa@etl.go.jp>
7466
7467 * international/fontset.el (create-fontset-from-fontset-spec):
7468 Give correct arg to `error'.
7469
74701998-11-06 Andreas Schwab <schwab@delysid.gnu.org>
7471
7472 * textmodes/sgml-mode.el (html-mode): Doc fix.
7473 (sgml-name-8bit-mode): Fix missing format character in message string.
7474
74751998-11-05 Karl Heuer <kwzh@gnu.org>
7476
7477 * mail/sendmail.el (sendmail-send-it): Check for failure.
7478
74791998-11-05 Richard Stallman <rms@gnu.org>
7480
7481 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
7482
7483 * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
7484 (close-rectangle): Define as alias.
7485
74861998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu>
7487
7488 * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
7489
74901998-11-05 Dave Love <fx@gnu.org>
7491
7492 * help.el (describe-variable): Don't quote link to source.
7493
74941998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu>
7495
7496 * gud.el (gud-common-init): Use pop-to-buffer.
7497 (same-window-regexps): Add an element that matches all gud buffers.
7498
74991998-11-04 Jason Rumney <jasonr@altavista.net>
7500
7501 * term/w32-win.el (x-get-selection-value): Alias to
7502 x-cut-buffer-or-selection-value.
7503 (w32-standard-fontset-spec): New variable.
7504 (w32-create-initial-fontsets, mouse-set-font): Check whether
7505 new-fontset is available.
7506 (w32-use-w32-font-dialog): Enable use of set-variable.
7507
75081998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7509
7510 * vc.el (with-vc-file, edit-vc-file): New macros.
7511
75121998-11-04 Kenichi Handa <handa@etl.go.jp>
7513
7514 * international/quail.el (quail-show-guidance-buf): Call
7515 set-minibuffer-window to set minibuffer window of the current
7516 frame correctly.
7517
75181998-11-03 Theodore Jump <tjump@tertius.com>
7519
7520 * term/w32-win.el: Require fontset.
7521
75221998-11-03 Andrew Innes <andrewi@delysid.gnu.org>
7523
7524 * faces.el (set-face-font): Call resolve-fontset-name on w32.
7525 (set-face-font-auto): Ditto.
7526
75271998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
7528
7529 * mouse.el (mouse-drag-region): Fix typo.
7530
75311998-11-02 Dave Love <fx@gnu.org>
7532
7533 * progmodes/fortran.el Fix for fontification of strings lost somehow:
7534 (fortran-fontify-string): New function.
7535 (fortran-font-lock-keywords-1): Use it.
7536
75371998-11-02 Markus Rost <rost@delysid.gnu.org>
7538
7539 * comint.el (comint-file-name-quote-list): Doc fix.
7540
75411998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
7542
7543 * loadup.el (buffer-undo-list): Write fns-VERSION.el into
7544 build directory, not source directory.
7545
7546 * mouse.el (mouse-drag-region): Fake up a mouse-motion event
7547 if we did not get one for the final move.
7548
75491998-11-01 Dave Love <fx@gnu.org>
7550
7551 * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
7552 Don't funcall browse-url-browser-function.
7553
7554 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
7555 Don't funcall browse-url-browser-function.
7556
7557 * fortran.el (fortran-end-prog-re1): Fix the regexp.
7558
75591998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
7560
7561 * files.el (revert-buffer): Doc fix.
7562
75631998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
7564
7565 * textmodes/tex-mode.el (tex-start-options-string):
7566 Quote the backslashes with more backslashes.
7567
75681998-10-31 Dave Love <fx@gnu.org>
7569
7570 * webjump.el (webjump-sample-sites): Fix Lisp archive site.
7571 (webjump): Don't funcall browse-url-browser-function.
7572
75731998-10-30 Kenichi Handa <handa@etl.go.jp>
7574
7575 * international/quail.el (quail-start-translation): Handle
7576 switching of the frame in read-key-sequence.
7577 (quail-start-conversion): Likewise.
7578 (quail-show-guidance-buf): Detach quail-guidance-buf from any
7579 windows before setting an appropriate window for it.
7580 (quail-hide-guidance-buf): Use window-minibuffer-p. Set
7581 quail-guidance-win to nil.
7582 (quail-update-guidance): If quail-guidance-buf is not in the
7583 selected frame, call quail-show-guidance-buf again.
7584
75851998-10-30 Espen Skoglund <espensk@stud.cs.uit.no>
7586
7587 * progmodes/pascal.el (pascal-mode):
7588 `blink-matching-paren-dont-ignore-comments' set to t.
7589
75901998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7591
7592 * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
7593
75941998-10-30 Dave Love <fx@gnu.org>
7595
7596 * vc.el (vc-backend-merge-news): Check for "P" output.
7597
7598 * help.el (describe-variable): Hyperlink the definition.
7599
76001998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
7601
7602 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
7603 (sh-set-shell): Likewise.
7604
7605 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
7606
7607 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
7608 (edebug-on-error): Fix customize type to match that of
7609 debug-on-error.
7610
7611 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
7612
7613 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
7614 report-emacs-bug-address instead of undefined bug-gnu-emacs.
7615
7616 * international/mule-cmds.el (select-message-coding-system): Doc
7617 fix.
7618
7619 * international/mule-diag.el (describe-coding-system): Describe
7620 all flags.
7621
7622 * mail/sendmail.el (sendmail-coding-system,
7623 default-sendmail-coding-system): Doc fix.
7624
7625 * simple.el (shell-command-on-region): Doc fix.
7626
7627 * loadup.el: Write fns-*.el in current directory instead of
7628 data-directory since no installation directory exists yet. Mark
7629 buffer unmodified afterwards.
7630
7631 * loadhist.el (symbol-file): Load fns-*.el from exec-directory
7632 instead of data-directory since it is architecture dependent.
7633 (load-history-loaded): Update doc string.
7634
76351998-10-29 Geoff Voelker <voelker@cs.washington.edu>
7636
7637 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
7638 path as a default directory when canonicalizing names.
7639
7640 * w32-fns.el: Remove a dangling reference to a directory on the
7641 build machine.
7642
76431998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu>
7644
7645 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
7646 namespace related keywords such as `class', `body', `private',
7647 `variable', `namespace eval', etc.
7648 (tcl-imenu-generic-expression): Handle itcl body and class definitions.
7649 (tcl-mode): Added ":" as a word constituent to the syntax-alist of
7650 imenu and font-lock so that searches for \sw would find words
7651 containing colons.
7652
7653 * progmodes/etags.el (initialize-new-tags-table):
7654 Do not alter find-tag-marker-ring and tags-location-ring.
7655
76561998-10-27 Geoff Voelker <voelker@cs.washington.edu>
7657
7658 * term/w32-win.el: Require fontset.
7659 (w32-init-fontsets): New function (code from x-win.el).
7660
76611998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7662
7663 * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
7664 calendar-and-diary-frame-parameters): Add title parameter.
7665
76661998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
7667
7668 * completion.el (dynamic-completion-mode): New function to enable
7669 the mode. (Just loading the file now does not change anything.)
7670
76711998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7672
7673 * ps-print.el: User option for multibyte buffer handling and doc fix.
7674 (ps-multibyte-buffer): New user option.
7675 (ps-setup): Print new user option.
7676 (ps-print-quote): New fun.
7677 (ps-color-p, ps-mule-font-info-database-latin): New var.
7678 (ps-default-color, ps-mule-font-info-database)
7679 (ps-mule-font-info-database-ps-bdf): Adjust initialization.
7680 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
7681 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
7682 Little code improvement.
7683 (ps-mule-initialize): Initialize ps-mule-font-info-database.
7684 (ps-print-prologue-header, ps-font-family, ps-font-size)
7685 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
7686 (ps-build-face-reference, ps-mule-font-info-database-bdf)
7687 (ps-mule-external-libraries, ps-mule-init-external-library)
7688 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
7689 Doc fix.
7690 (ps-print-version): New version number (4.1.1) and doc fix.
7691 (ps-print-prologue-header): New user option.
7692 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
7693 Conditional compilation for GNU Emacs and emacsens.
7694 (ps-generate-postscript-with-faces): Skip invisible text better.
7695 (ps-setup): Print new user option.
7696 (ps-print-preprint): Check if input file name exists and is unwritable.
7697 (ps-begin-file): Adjust PostScript prologue header for duplex printers
7698 and insert user PostScript prologue header comments.
7699 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
7700 New funs.
7701 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
7702 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
7703 PostScript programming normalization.
7704 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
7705 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
7706 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
7707 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
7708 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
7709 Programming style normalization.
7710
77111998-10-26 Kenichi Handa <handa@etl.go.jp>
7712
7713 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
7714 version, check the value of mule-version.
7715
7716 * international/mule-util.el (compose-region): Insert then delete
7717 to preserve markers.
7718 (decompose-region): Use search-forward for efficiency.
7719
7720 * language/chinese.el (pre-write-encode-hz): Cancel previous
7721 change, use generate-new-buffer instead of get-buffer-create.
7722 * language/devan-util.el
7723 (in-is13194-devanagari-pre-write-conversion): Likewise.
7724 * language/thai-util.el (thai-pre-write-conversion): Likewise.
7725 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
7726 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
7727
77281998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
7729
7730 * mail/rmailsum.el (rmail-message-subject-p):
7731 Handle message whose header has not been reformatted.
7732
7733 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
7734
77351998-10-25 Jason Rumney <jasonr@altavista.net>
7736
7737 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
7738 New variables.
7739 (mouse-set-font): Use font menus instead of dialog according to
7740 w32-use-w32-font-dialog.
7741
77421998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7743
7744 * calendar/calendar.el (calendar-day-name-array): Add doc string
4ff3fcc7 7745 correctly!
0767b41e
DL
7746 (calendar-month-name-array): Add doc string correctly!
7747
77481998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu>
7749
7750 * net-utils.el (whois-get-tld): Rewrite not to use `do'.
7751
77521998-10-21 Markus Rost <rost@delysid.gnu.org>
7753
7754 * lisp/info.el (Info-next-menu-item): Stay on top of node.
7755
7756 * mail/rmailout.el (rmail-output): Insert newline only if necessary.
7757
7758 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
7759
7760 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
7761
77621998-10-21 Andreas Schwab <schwab@delysid.gnu.org>
7763
7764 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
7765
77661998-10-21 Karl Heuer <kwzh@gnu.org>
7767
7768 * emacs-lisp/profile.el (profile-timer-program): Var deleted.
7769 (profile-timer-process, profile-temp-result-, profile-time): Likewise.
7770 (profile-filter, profile-reset-timer): Functions deleted.
7771 (profile-check-zero-init-times, profile-get-time): Likewise.
7772 (profile-find-function, profile-quit): Likewise.
7773 (profile-distinct, profile-call-stack, profile-last-time): New vars.
7774 (profile-time-list, profile-init-list): Doc fix.
7775 (profile-functions): Simplify.
7776 (profile-print): Use float. Make output include space separators.
7777 (profile-add-time): New helper function.
7778 (profile-function-prolog): Renamed from profile-start-function.
7779 Handle profile-distinct.
7780 (profile-function-epilog): Renamed from profile-update-function.
7781 Handle profile-distinct.
7782 (profile-a-function): If the function to be profiled is an
7783 autoload form, load it. If it's lazy-loaded, fetch it.
7784 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
7785 (profile-restore-fun): Arg FUN is now a function symbol, as was
7786 documented, rather than a one-element list.
7787 (profile-finish): Call profile-restore-fun properly.
7788
77891998-10-21 Kenichi Handa <handa@etl.go.jp>
7790
7791 * international/characters.el: Setup charset property
7792 nospace-between-words.
7793
7794 * international/mule-cmds.el (get-charset-property): If CHARSET is
7795 composition, return nil.
7796 (put-charset-property): If CHARSET is composition, do nothing.
7797
7798 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
7799 * language/devan-util.el
7800 (in-is13194-devanagari-pre-write-conversion): Likewise.
7801 * language/thai-util.el (thai-pre-write-conversion): Likewise.
7802 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
7803 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
7804
7805 * textmodes/fill.el (sentence-end-without-period): New variable.
7806 (canonically-space-region): Pay attention to
7807 sentence-end-without-period.
7808 (fill-find-break-point): The first argument CHARSET deleted.
7809 Caller changed.
7810 (fill-region-as-paragraph): Pay attention to charset property
7811 nospace-between-words and text property nospace-between-words.
7812
78131998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
7814
7815 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
7816 an unrecognized shell.
7817
78181998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org>
7819
7820 * desktop.el (desktop-save): Include minor modes symbolically.
7821 (desktop-create-buffer): Turn on all minor modes in `mim'.
7822
78231998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
7824
7825 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
7826 (sh-font-lock-keywords): Handle rpm and rpm2.
7827 (sh-ancestor-alist): Handle rpm.
7828
7829 * files.el (auto-mode-alist): Recognize .rpm files.
7830 Also .spec and .mspec files.
7831
78321998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org>
7833
7834 * faces.el (frame-set-background-mode): Enable the function for
7835 MSDOS frames.
7836
78371998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7838
7839 * calendar/calendar.el (calendar-day-name-array): Add doc string.
7840 (calendar-month-name-array): Add doc string.
7841
78421998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu>
7843
7844 * simple.el (kill-ring-max): Increased to 60.
7845
78461998-10-17 Kenichi Handa <handa@etl.go.jp>
7847
7848 * international/characters.el: Setup auto-fill-chars.
7849
7850 * international/kinsoku.el (kinsoku): Check the variable
7851 enable-kinsoku.
7852
7853 * simple.el (do-auto-fill): Don't check kinsoku-enable here.
7854 Don't call kinsoku directly, intead call fill-find-break-point.
7855
7856 * textmodes/fill.el: Setup `fill-find-break-point-function'
7857 property to character sets which require `kinsoku' processing for
7858 filling.
7859 (fill-find-break-point): New function.
7860 (fill-region-as-paragraph): Don't check kinsoku-enable here.
7861 Don't call kinsoku directly, intead call fill-find-break-point.
7862
78631998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu>
7864
7865 * faces.el (modify-face-read-string): Return (nil) for "none".
7866 (modify-face): Don't get error if (nil) is the argument.
7867 (face-try-color-list): Don't check whether nil is a valid color.
7868
78691998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu>
7870
7871 * emacs-lisp/bytecomp.el (byte-recompile-directory):
7872 Print message about each directory, even in batch mode.
7873
7874 * gnus/nntp.el: Require `cl' before using nnoo-declare.
7875
7876 * ps-print.el (ps-mule-chars-in-string): No need to use sref.
7877 (ps-mule-string-char): No need to use sref.
7878 (ps-mule-next-index): No need to use sref.
7879
7880 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
7881
7882 * files.el (revert-buffer-internal-hook): Add defvar.
7883
7884 * arc-mode.el (archive-mode): Locally set file-precious-flag.
7885
7886 * tar-mode.el (tar-mode): Locally set file-precious-flag.
7887
78881998-10-16 Markus Rost <rost@delysid.gnu.org>
7889
7890 * international/mule-cmds.el (default-input-method): Fix custom type.
7891
7892 * net-utils.el (whois-server-list): Fix customization type.
7893
7894 * shell.el (shell-input-autoexpand): Fix customization group.
7895
78961998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu>
7897
7898 * repeat.el (repeat): Handle keyboard macros properly.
7899 Handle new prefix arg after self-insert command.
7900
7901 * repeat.el: Don't include cl even at compile time.
7902 (repeat): Avoid using `loop'.
7903
7904 * simple.el (shell-command-on-region): Doc fix.
7905 (next-history-element): Special error message if no default.
7906
79071998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu>
7908
7909 * ps-print.el (ps-print-buffer): Doc fix.
7910 (ps-despool): Likewise.
7911
7912 * arc-mode.el (arc-mode): Provide arc-mode.
7913
79141998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
7915
4ff3fcc7 7916 * ps-print.el (ps-print-buffer): Doc fix.
0767b41e
DL
7917
79181998-10-14 Dave Love <fx@gnu.org>
7919
7920 * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
7921 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
7922 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
7923
7924 * progmodes/fortran.el (fortran-mode-map): Change "Join
7925 Continuation Line" to "Join Line".
7926 (fortran-font-lock-keywords-1): Add "cycle", "exit".
7927
79281998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
7929
7930 * progmodes/fortran.el (fortran-join-line): Use
7931 `delete-indentation' instead of issuing an error message if not on
7932 a continuation line. Provide for joining several lines using
7933 prefix arg.
7934
79351998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org>
7936
7937 * term/pc-win.el (msdos-color-values): New variable.
7938 (x-color-values): New function, emulates its namesake from
7939 src/xfns.c.
7940 (msdos-bg-mode): Add all dark colors to those which return
7941 "dark".
7942
79431998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
7944
4ff3fcc7 7945 * replace.el (keep-lines, flush-lines, how-many):
0767b41e
DL
7946 Don't ignore case if arg has upper case letters.
7947
79481998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch>
7949
7950 * progmodes/vhdl-mode.el
7951 (vhdl-add-index-menu): reverse order in imenu-generic-expression.
7952 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
7953 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
7954 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
7955 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
7956 (vhdl-when): Fix indentation problem.
7957 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
7958 (vhdl-get-port, vhdl-get-generic): Bug fix in template.
7959 (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
7960
79611998-10-13 Geoff Voelker <voelker@cs.washington.edu>
7962
7963 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
7964 (ls-lisp-insert-directory): Renamed from insert-directory.
7965 (insert-directory): New function.
7966
79671998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
7968
7969 * simple.el (completion-fixup-function): Variable deleted.
7970 (completion-setup-function): Delete code for completion-fixup-function.
7971 * emacs-lisp/lisp.el (lisp-complete-symbol):
7972 Don't bind completion-fixup-function.
7973
7974 * files.el (find-file-wildcards): New option.
7975 (find-file-noselect): Handle wild cards, if enabled.
7976 (file-expand-wildcards): New function.
7977
7978 * simple.el (set-fill-column): Doc fix.
7979
79801998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7981
7982 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
7983
79841998-10-13 Andreas Schwab <schwab@mescaline.gnu.org>
7985
7986 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
7987 Move declaration before first use.
7988 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
7989 hif-math, hif-factor): Rename token to hif-token and token-list to
7990 hif-token-list.
7991 (hif-token, hif-token-list): Declare them.
7992 (hif-find-ifdef-block): Return cons of top and bottom point
7993 instead of setting dynamically bound variables.
7994 (hide-ifdef-block, show-ifdef-block): Use return value of
7995 hif-find-ifdef-block.
7996
79971998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
7998
7999 * subr.el (read-passwd): Use clear-this-command-keys.
8000
8001 * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
8002
8003 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
8004 and ...-for-write.
8005
80061998-10-12 Andrew Innes <andrewi@harlequin.co.uk>
8007
8008 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
8009 responses to GROUP command, since this may be called from a timer
8010 with quit inhibited.
8011
80121998-10-12 Kenichi Handa <handa@etl.go.jp>
8013
8014 * international/ccl.el (ccl-compile-if): If there's no false-cmds,
8015 set unconditional-jump to nil.
8016 (ccl-compile-read-multibyte-character): Return nil.
8017 (ccl-compile-write-multibyte-character): Likewise.
8018 (ccl-compile-translate-character): Likewise
8019 (ccl-compile-map-multiple): Likewise.
8020 (ccl-compile-map-single): Likewise.
8021
8022 * international/kinsoku.el: Add coding tag.
8023 (kinsoku-bol): Remove superfluous TAB in a string.
8024
8025 * international/mule-cmds.el (find-coding-systems-for-charsets):
8026 Delete `composition' (if any) from CHARSETS.
8027
80281998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
8029
8030 * international/mule-cmds.el (setup-specified-language-environment):
8031 Add apropos-inhibit property.
8032 (describe-specified-language-support): Likewise.
8033
80341998-10-11 Kenichi HANDA <handa@etl.go.jp>
8035
8036 * international/mule.el (make-coding-system): Create -with-esc
8037 variant coding system.
8038
80391998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
8040
8041 * progmodes/etags.el (tags-loop-revert-buffers): New variable.
8042 (next-file): Optionally offer to revert a file's buffer,
8043 if it has an existing buffer but the file has changed.
8044
8045 * info.el (Info-insert-dir): Detect and report problems
8046 in input files, such as "No Top node". Return with point
8047 at the beginning of the text.
8048 (Info-find-node): Reinsert the code to handle files
8049 with no tags table; it was deleted by mistake.
8050
80511998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
8052
8053 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
8054 texinfo-find-higher-level-node repeatedly find the same node.
8055 (texinfo-find-higher-level-node): Doc fix.
8056
80571998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
8058
8059 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
8060 (smtpmail-address-buffer): Add defvar.
8061 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
8062
8063 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
8064
8065 * ffap.el (ffap-machine-p-local): Fix editing error.
8066
80671998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu>
8068
8069 * faces.el (frame-set-background-mode):
8070 Don't do anythung for text-only or MSDOS frame.
8071
80721998-10-08 Kenichi Handa <handa@etl.go.jp>
8073
8074 * international/quail.el (quail-defrule): New optional arg APPEND.
8075 (quail-defrule-internal): Fix bug of handling the argument APPEND.
8076
80771998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu>
8078
4ff3fcc7 8079 * gnus/pop3.el (pop3-open-server):
0767b41e
DL
8080 Set process-coding-system-alist around open-network-stream.
8081
80821998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu>
8083
8084 * files.el (save-buffer): Doc fix.
8085
80861998-10-07 Karl Heuer <kwzh@gnu.org>
8087
8088 * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
8089 return DEF unchanged, not nil. Simplify.
8090
80911998-10-06 Geoff Voelker <voelker@cs.washington.edu>
8092
8093 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
8094
80951998-10-06 Peter Breton <pbreton@ne.mediaone.net>
8096
8097 * generic.el (generic-mode-with-type): Added hooks for generic-modes.
8098
8099 * net-utils.el (ftp, nslookup): Require comint.
8100 (network-service-connection): Likewise.
8101 (whois-server-name): Defaults to whois.arin.net
8102 (whois-server-list, whois-server-tld, whois-guess-server): New var.
8103 (whois): Tries to guess the appropriate top-level domain server.
8104 (whois-get-tld): New function.
8105
8106 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
8107 (dirtrack-debug-toggle): Added this function.
8108
81091998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8110
8111 * files.el (find-file-noselect): Switch to the correct buffer
8112 before checking find-file-literally, and allow non-nil non-t
8113 rawfile params.
8114
81151998-10-06 Karl Heuer <kwzh@gnu.org>
8116
8117 * midnight.el (clean-buffer-list): Add autoload cookie.
8118
8119 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
8120 no-autosave.
8121 * tar-mode.el (tar-mode-revert): Likewise.
8122 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
8123 from ediff-arrange-autosave-in-merge-jobs. Callers changed.
8124 * gnus/message.el (message-auto-save-directory): Renamed from
8125 message-autosave-directory. All references changed.
8126
81271998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
8128
8129 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
8130 string. Expose mime stuff while searching.
8131
81321998-10-06 Richard Stallman <rms@gnu.org>
8133
8134 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
8135
8136 * replace.el (perform-replace): Position point properly
8137 before and after the recursive edit of C-r.
8138
8139 * progmodes/etags.el (tags-reset-tags-tables): Properly
8140 find the markers in the old rings that are being discarded.
8141
81421998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8143
8144 * apropos.el (apropos-print): control invalid characters.
8145
8146 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
8147 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
8148 confusing customize.
8149
81501998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org>
8151
8152 * generic-x.el (bat-generic-mode): Fix regexps for keywords and
8153 built-in commands. Add more built-in commands and fix face names.
8154
81551998-10-05 Simon Marshall <simon@gnu.org>
8156
8157 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
8158
81591998-10-04 Eric Ludlam <zappo@gnu.org>
8160
8161 * speedbar.el (speedbar-initial-expansion-list-name): Remove
8162 customization since it is not useful in this case.
8163 (speedbar-frame-mode): Check if cfx or cfy is a list, and make
8164 sure it gets evalled to a number. Also verify that set-frame-name
8165 fn exists before calling it.
8166
8167 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
8168 Protect a `forward-sexp' call which could fail, and improved regex
8169 for ie, and eg abbreviations.
8170
81711998-10-02 Noah Friedman <friedman@splode.com>
8172
8173 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
8174 send-string.
8175 (rlogin-send-Ctrl-D): Here also.
8176 (rlogin-send-Ctrl-Z): Here also.
8177 (rlogin-send-Ctrl-backslash): Here also.
8178
81791998-10-02 Dave Love <fx@gnu.org>
8180
8181 * outline.el (hide-region-body): Bind
8182 outline-view-change-hook to nil while making repeated calls to
8183 outline-flag-region. Run it once at the end.
8184 (hide-other, hide-sublevels, show-children): Likewise.
8185
8186 * info-look.el: Remove duplicate scheme-mode entry.
8187 (info-lookup-make-completions): When looking for entries, check
8188 that `item' isn't null or "Menu".
8189
81901998-10-01 Karl Heuer <kwzh@gnu.org>
8191
8192 * net-utils.el: Don't require ffap.
8193 (net-utils-machine-at-point, net-utils-url-at-point): New functions.
8194 (ping, nslookup-host, finger, network-connection-to-service): Use them.
8195
81961998-09-30 Richard Stallman <rms@gnu.org>
8197
8198 * ispell.el (check-ispell-version): No need to bind default-major-mode.
8199
8200 * imenu.el (imenu--generic-function): Sort each submenu by position.
8201 (imenu--sort-by-position): New function.
8202
8203 * cus-edit.el (Custom-mode-menu): Fix info node name.
8204 (customize group): Fix info node name.
8205
8206 * mail/mailalias.el (build-mail-aliases): Don't allow
8207 a newline in the alias name. Don't define an alias
8208 if the definition would be empty.
8209
8210 * which-func.el (which-func-mode-global): Make :set function
8211 more reliable.
8212
8213 * custom.el (custom-set-variables): Load the requests first,
8214 then check the symbol's `set' function.
8215
8216 * ffap.el: Doc fixes.
8217
82181998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8219
8220 * gnus.el: (gnus-valid-select-methods): Fix type.
8221 * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
8222 * gnus-score.el (gnus-orphan-score): Fix type.
8223 (gnus-score-default-header, gnus-score-default-type): Fix type.
8224 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
8225 (gnus-saved-headers): Fix type.
8226
8227 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
8228 Avoid nil value of `two-lines-citation-part'.
8229
82301998-09-30 Roman Belenov <roman@nstl.nnov.ru>
8231
8232 * which-func.el (which-function): Handle case when
8233 (car imenu--index-alist) is nil.
8234
82351998-09-29 Dave Love <fx@gnu.org>
8236
8237 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
8238 bzip2 args.
8239
82401998-09-29 Simon Marshall <simon@gnu.org>
8241
8242 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
8243 comint-exec-hook.
8244
82451998-09-29 Stephen Eglen <stephen@gnu.org>
8246
8247 * info-look.el: Add support for Octave.
8248
82491998-09-28 Carsten Dominik <cd@delysid.gnu.org>
8250
8251 * textmodes/reftex.el (reftex-finding-files): New customize group.
8252 (reftex-texpath-environment-variables,
8253 reftex-use-external-file-finders, reftex-external-file-finders,
8254 reftex-search-unrecursed-path-first): New options.
8255 (reftex-process-string, reftex-find-file-externally): New
8256 functions.
8257 (reftex-access-search-path): Execute shell commands to find the
8258 search path.
8259 (reftex-toggle-auto-view-crossref): When turning on, make sure
8260 `reftex-auto-view-crossref' becomes non-nil.
8261 (reftex-abbrev-regexp): Constant removed.
8262 (reftex-convert-string): Abbrev regexp calculated locally.
8263
82641998-09-28 Dave Love <fx@gnu.org>
8265
8266 * progmodes/fortran.el: Don't call regexp-opt when deriving
8267 font-lock patterns with keywords that aren't all literal.
8268
82691998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
8270
8271 * octave-inf.el (inferior-octave-prompt): Also match prompts of
8272 the form `octave.bin:1>' which come from using precopiled binary
8273 versions.
8274
82751998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu>
8276
8277 * help.el (help-for-help): Use %THIS-KEY%.
8278 (help-quit): Add doc.
8279
8280 * help-macro.el (make-help-screen): Keep HELP-TEXT
8281 in a separate function definition, not in the help command FNAME.
8282 Replace %THIS-KEY% with the key sequence that ran FNAME.
8283
82841998-09-25 Richard Stallman <rms@gnu.org>
8285
8286 * textmodes/texinfo.el (texinfo-show-structure):
8287 Bind inhibit-read-only.
8288
8289 * isearch.el (isearch-search-and-update): Properly
8290 handle upper case letters in the reverse-search special case.
8291
82921998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8293
8294 * gnus.el: Extend the list of autoloaded functions.
8295
8296 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
8297 buffer before creating help group. (from Gnus v5.6.43, fix by
8298 1998-08-20 Per Starback <starback@update.uu.se>)
8299
8300 * gnus-util.el (gnus-output-to-rmail): Adjust to
8301 `rmail-output-to-rmail-file'.
8302
83031998-09-25 Karl Heuer <kwzh@gnu.org>
8304
8305 * hexl.el (hexl-mode-map): More of previous change.
8306
8307 * textmodes/tex-mode.el (tex-run-command): Doc fix.
8308 (tex-start-tex): Don't use tex-start-options-string in star case.
8309 Quote file name in star case as well as in non-star.
8310 Add blank and quoting of option string here.
8311 (tex-start-options-string): Not here.
8312
83131998-09-23 Karl Heuer <kwzh@gnu.org>
8314
8315 * term.el (term-delimiter-argument-list): Doc fix.
8316 (term-emulate-terminal): Escape literal semicolon.
8317 * progmodes/asm-mode.el (asm-mode): Doc fix.
8318 (asm-comment-char): Escape literal semicolon.
8319 * emulation/viper-cmd.el (viper-movement-commands): Likewise.
8320
83211998-09-23 Richard Stallman <rms@gnu.org>
8322
8323 * hexl.el (hexl-mode-map): Don't override all ESC bindings,
8324 only those that normally modify the buffer.
8325
8326 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
8327 over again.
8328
83291998-09-23 E. Jay Berkenbilt <ejb@ql.org>
8330
8331 * ispell.el (check-ispell-version): Ensure same buffer is current
8332 when let-binding of case-fold-search ends.
8333
83341998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8335
8336 * ps-print.el: Skip invisible overlay.
8337 Test for set-buffer-multibyte rather than using mule-version.
8338 (ps-print-version): New version number (4.1) and doc fix.
8339 (ps-generate-postscript-with-faces): Skip invisible overlay.
8340
83411998-09-23 Fritz Knabe <knabe@cs.virginia.edu>
8342
8343 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
8344
83451998-09-22 Kenichi Handa <handa@etl.go.jp>
8346
8347 * international/quail.el (quail-update-guidance): Check for the
8348 return value of (quail-guidance) fixed.
8349 (quail-update-translation): Bind quail-current-str locally when it
8350 calls quail-update-guidance.
8351 (quail-update-translation): If input-method-exit-on-first-char is
8352 non-nil, terminate translation only when the current input method
8353 is simple.
8354
83551998-09-22 Paul Eggert <eggert@twinsun.com>
8356
8357 * startup.el (locale-translation-file-name): Prefer X-related names
8358 to the name used by GNU/Linux sans X. Set to nil if no file found.
8359 (command-line): Use locale-translation-file-name if it is not nil,
8360 instead of testing for its existence again.
8361 regexp-quote the ctype before using it in a regexp.
8362 Allow a colon to appear after the ctype in the aliases file,
8363 as is done in X11R6.4.
8364
83651998-09-21 Richard Stallman <rms@gnu.org>
8366
8367 * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
8368
8369 * calendar/appt.el (appt-interval): Variable deleted.
8370 (appt-check): For minutes in between appt-display-interval times,
8371 do check, but don't display anything except an updated mode line.
8372 Count against appt-display-interval based on minutes since
8373 first display of this appointment, not based on time of day.
8374 If appt-display-mode-line, force mode line redisplay
8375 whenever appt-mode-string has changed.
8376 (appt-add, appt-delete): Add autoload cookies.
8377 (appt-check): Catch errors from calling `diary'.
8378 (appt-max-time): Renamed from max-time.
8379 (appt-now-displayed, appt-display-count): New variables.
8380 (appt-timer): Don't create one if we already have one.
8381
8382 * textmodes/tex-mode.el (tex-compilation-parse-errors):
8383 More general code to use the source buffer instead of the zap file.
8384
8385 * hilit-chg.el (highlight-compare-with-file): Renamed from
8386 compare-with-file.
8387
8388 * loadhist.el (load-history-loaded): New variable.
8389 (symbol-file): Load etc/fns-VERSION.el if that has not been done.
8390
8391 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
8392
8393 * emacs-lisp/find-func.el (find-function-search-for-symbol):
8394 Fix error messages.
8395
83961998-09-21 Markus Armbruster <armbru@pond.sub.org>
8397
8398 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
8399 Emacs frame.
8400
84011998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8402
8403 * mail/rmail.el (rmail-decode-babyl-format): Recognize both
8404 `undecided' and `undecided-unix'.
8405
84061998-09-21 Dave Love <fx@gnu.org>
8407
8408 * help.el (help-make-xrefs): Fix typo affecting Info references.
8409
8410 * subr.el (remove-hook): Check list values to avoid errors.
8411
84121998-09-18 Noah Friedman <friedman@splode.com>
8413
8414 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
8415 store string in eldoc-last-message without consing a new string.
8416 Rearrange logic from nested if's into cond's.
8417 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
8418 Do not print message; just return string.
8419 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
8420 Do not print message; just return string.
8421 Cache that string in eldoc-last-data.
8422 (eldoc-last-data): Make into a vector.
8423 (eldoc-get-fnsym-args-string): Use new data form of structure.
8424 (eldoc-get-var-docstring): Here also.
8425 (eldoc-last-data-store): New function.
8426 (eldoc-get-fnsym-args-string): Use it.
8427 (eldoc-get-var-docstring): Here also.
8428 (eldoc-docstring-first-line): Minimize interim string consing.
8429 Call substitute-command-keys on the result.
8430 (eldoc-print-var-docstrings, eldoc-print-docstring,
8431 eldoc-docstring-message): Functions removed.
8432 (eldoc-docstring-format-sym-doc): New function, functionality
8433 ripped out of eldoc-docstring-message.
8434 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
8435
84361998-09-18 Kenichi Handa <handa@etl.go.jp>
8437
8438 * international/mule.el (make-coding-system): Doc-string modified.
8439
84401998-09-18 Andreas Schwab <schwab@delysid.gnu.org>
8441
8442 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
8443
8444 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
8445 customize type.
8446
8447 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
8448 type.
8449
8450 * progmodes/compile.el (compilation-error-screen-columns): New
8451 variable.
8452 (compilation-next-error-locus): Use it to decide whether to use
8453 forward-char or move-to-column.
8454
8455 * mail/rmail.el (rmail-movemail-program): Fix customize type.
8456
8457 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
8458 feedmail-fiddle-plex-user-list,
8459 feedmail-spray-address-fiddle-plex-list,
8460 feedmail-prompt-before-queue-user-alist,
8461 feedmail-prompt-before-queue-help-supplement,
8462 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
8463 feedmail-queue-alternative-mail-header-separator): Fix customize
8464 type.
8465
8466 * startup.el (site-run-file): Fix customize type.
8467
8468 * speedbar.el (speedbar-initial-expansion-list-name): Fix
8469 customize type.
8470
8471 * shell.el (shell-input-autoexpand): Fix customize type.
8472
8473 * ps-print.el (ps-font-info-database): Add missing dots in value.
8474 Improve layout of customize type.
8475
8476 * net-utils.el (traceroute-program-options, ping-program-options,
8477 ipconfig-program-options, netstat-program-options,
8478 arp-program-options, route-program-options,
8479 nslookup-program-options, ftp-program-options): Fix customize
8480 type.
8481
8482 * midnight.el (clean-buffer-list-kill-regexps,
8483 clean-buffer-list-kill-buffer-names,
8484 clean-buffer-list-kill-never-buffer-names,
8485 clean-buffer-list-kill-never-regexps): Fix customize type.
8486
8487 * man.el (Man-init-defvars): Avoid trailing nil on
8488 Man-filter-list.
8489
8490 * lpr.el (printer-name): Fix customize type.
8491
84921998-09-16 Kenichi Handa <handa@etl.go.jp>
8493
8494 * international/mule-cmds.el (reset-language-environment): Call
8495 update-coding-systems-internal.
8496
8497 * international/mule-conf.el: Call update-coding-systems-internal
8498 at the tail.
8499
85001998-09-14 Dave Love <fx@gnu.org>
8501
8502 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't
8503 use the menu-enable properties, pending doing it correctly and
8504 acceptably fast.
8505
8506 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
8507
85081998-09-13 Dave Love <d.love@dl.ac.uk>
8509
8510 * progmodes/hideshow.el (hs-grok-mode-type): Check
8511 comment-{start,end} non-nil as well as bound. Report an error if
8512 we can't grok the mode.
8513
85141998-09-13 Richard Stallman <rms@gnu.org>
8515
8516 * simple.el (blink-matching-open): Don't log paren matching
8517 messages in *Messages*.
8518
85191998-09-12 Richard Stallman <rms@gnu.org>
8520
4ff3fcc7 8521 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
0767b41e
DL
8522 Set point-before-scroll at end even if there was an error.
8523
8524 * ange-ftp.el (ange-ftp-insert-file-contents):
8525 Use binary mode for dumb-unix hosts as for unix hosts.
8526 (ange-ftp-copy-file-internal): Likewise.
8527
8528 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
8529
8530 * emacs-lisp/pp.el: Doc fixes.
8531
8532 * wid-edit.el (widget-menu-max-shortcuts): New variable.
8533 (widget-choose): Don't use single-char shortcuts if # items
8534 exceeds that many. Use minibuffer instead.
8535
85361998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8537
8538 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
8539
85401998-09-12 Eric Ludlam <zappo@mescaline.gnu.org>
8541
8542 * speedbar.el (speedbar-frame-mode): Do not set frame position if
8543 in terminal mode.
8544
85451998-09-10 Noah Friedman <friedman@splode.com>
8546
8547 * rsz-mini.el (resize-minibuffer-mode): remove :version field from
8548 defcustom declaration. It's wreaking too much havoc with XEmacs
8549 and older versions of Emacs, which share this code.
8550
8551 * type-break.el (type-break-mode): Here also.
8552
8553 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
8554 `t' to add-hook also to modify the new local value.
8555
85561998-09-10 Dave Love <fx@gnu.org>
8557
8558 * vc.el (vc-insert-headers): Doc fix.
8559
85601998-09-10 Richard Stallman <rms@gnu.org>
8561
8562 * textmodes/flyspell.el (flyspell-mode-on): Make the
8563 ispell-... variables permanent locals.
8564 (flyspell-mode-off): Add autoload cookie.
8565
8566 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
8567 do use binary mode, just as for `unix'.
8568 (ange-ftp-host-type): If HOST is nil, return `unix'.
8569
8570 * dired.el (dired-mark-files-containing-regexp):
8571 Don't scan directories. Ignore non-readable files.
8572
8573 * progmodes/compile.el (compilation-error-regexp-alist):
8574 Fix previous change: allow . and _ in command name.
8575
8576 * dired.el (dired-mark-files-containing-regexp): Fix previous change.
8577
8578 * uncompress.el (uncompress-while-visiting):
8579 Use just the car of what find-operation-coding-system returns.
8580
8581 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
8582
8583 * shell.el (shell-file-name-quote-list): Add # to the value.
8584
85851998-09-10 E. Jay Berkenbilt <ejb@ql.org>
8586
8587 * textmodes/flyspell.el (flyspell-mode-on): fix kill-buffer-hook
8588 to make killing of ispell process work even if
8589 kill-all-local-variables has been run.
8590
85911998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8592
8593 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
8594 loop when sexp entry ends at end of file with no newline.
8595
85961998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8597
8598 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
8599 (Custom-reset-standard): Fix menu inconsistency.
8600
8601 * mail/feedmail.el (feedmail-from-line): Allow t.
8602 (feedmail-message-id-suffix): Allow nil.
8603
8604 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
8605 Simplify. Make prefix arg work right.
8606
86071998-09-09 Dave Love <fx@gnu.org>
8608
8609 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
8610
8611 * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
8612
86131998-09-08 Dave Love <fx@gnu.org>
8614
8615 * add-log.el (change-log-font-lock-keywords): Do parenthesized
8616 stuff only after file names or at start of line. Allow parens
8617 around e-mail, as well as angles.
8618
8619 * gnus/nnweb.el (require): Wrap requirement of w3 and url in
8620 ignore-errors too, eval'd when compile. Require w3 stuff at load
8621 time for nicer failure if it's not available.
8622
86231998-09-07 Geoff Voelker <voelker@cs.washington.edu>
8624
8625 * comint.el (comint-arguments): Ignore backslashes when using
8626 w32 shells that expect backslashes as the directory separator.
8627
86281998-09-04 Kenichi Handa <handa@etl.go.jp>
8629
8630 * international/fontset.el (resolved-ascii-font): New variable.
8631 (x-complement-fontset-spec): By side effect, set
8632 `resolved-ascii-font' to the resolved name of ASCII font."
8633 (create-fontset-from-fontset-spec): Don't get a value for
8634 resolved-ascii-font from the list full-fontlist. It is set by
8635 x-complement-fontset-spec now.
8636
8637 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
8638 version, check the value of mule-version.
8639
86401998-09-07 Carsten Dominik <cd@delysid.gnu.org>
8641
8642 * textmodes/reftex.el (reftex-view-crossref): Split up into
8643 several functions. No longer moves to find a macro.
8644 (reftex-view-cr-cite, reftex-view-cr-ref,
8645 reftex-end-of-bib-entry): New functions.
8646 (reftex-auto-view-crossref): New value `window' allowed.
8647 (reftex-view-crossref-when-idle): Process new `window' option in
8648 (reftex-translate-to-ascii-function): New default.
8649 (reftex-label-illegal-re): Default changed, removed Latin1.
8650 (reftex-latin1-to-ascii): New function.
8651 (reftex-what-environment): Check for section regexp before use.
8652 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
8653 absolute path names.
8654 (reftex-TeX-master-file): Changed sequence of file checks.
8655 (reftex-do-citation): bibview cache only with RefTeX mode on.
8656
86571998-09-06 Richard Stallman <rms@gnu.org>
8658
8659 * progmodes/compile.el (compilation-error-regexp-alist):
8660 In first pattern (GNU utilities and other things),
8661 allow a space after the optional program name at the beginning.
8662
8663 * mail/mail-hist.el (mail-hist-current-header-contents):
8664 Fix previous change: use mail-header-end.
8665
86661998-09-06 Bill Richter <richter@math.nwu.edu>
8667
8668 * international/ccl.el: Doc fixes.
8669 * international/encoded-kb.el: Doc fixes.
8670 * international/fontset.el: Doc fixes.
8671 * international/kinsoku.el: Doc fixes.
8672 * international/kkc.el: Doc fixes.
8673 * international/mule-cmds.el: Doc fixes.
8674 * international/mule-conf.el: Doc fixes.
8675 * international/mule-util.el: Doc fixes.
8676 * international/mule.el: Doc fixes.
8677
86781998-09-05 Eric Ludlam <zappo@gnu.org>
8679
8680 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
8681 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
8682 (checkdoc-this-string-valid-engine): Permit ? as terminating
8683 punctuation for first line sentence breaking.
8684 (checkdoc-this-string-valid): When converting a comment into a doc
8685 string, make sure " chars are \".
8686 (checkdoc-sentencespace-region-engine): Only do double space check
8687 if based on the variable `sentence-end-double-space'
8688 (checkdoc-this-string-valid-engine): ? ends valid sentence.
8689 (checkdoc-proper-noun-region-engine): Exclude items in URLs
8690
86911998-09-04 Richard Stallman <rms@gnu.org>
8692
8693 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
8694 Recognize define-skeleton as a function definer.
8695
8696 * cus-edit.el (customize-option): Refuse to customize
8697 a variable that has no defcustom. But if variable is autoloaded,
8698 first try to load the library that defines it.
8699
8700 * international/iso-insert.el: Use `string' before calling `insert'
8701 so that in multibyte buffers we insert multibyte chars.
8702
4ff3fcc7 8703 * dired.el (dired-mark-files-containing-regexp):
0767b41e
DL
8704 Don't use find-file; instead, insert the file in a temp buffer.
8705
8706 * textmodes/tex-mode.el (tex-start-options-string): New option.
8707 (tex-start-tex): Use that variable.
8708
8709 * mail/rmail.el (rmail-primary-inbox-list): Make the initial
8710 value in the `repeat' alternative a list.
8711
8712 * textmodes/fill.el (fill-individual-paragraphs): Before deleting
8713 the inserted newline, verify that one was really inserted.
8714
8715 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
8716 remains on or remains off.
8717 (flyspell-multi-language-p): Default changed to nil.
8718
8719 * progmodes/ada-mode.el (ada-search-ignore-string-comment):
8720 In "found in comment" case, don't beginning-of-line after forward-line.
8721
8722 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
8723 If the function definition is not a lambda, return original FORM
8724 with no error.
8725
87261998-09-04 Peter Breton <pbreton@ne.mediaone.net>
8727
8728 * net-utils.el (netstat-program-options): Changed from nil to "-a"
8729 so that by default netstat shows all network connections.
8730
87311998-09-04 Bob Weiner <weiner@altrasoft.com>
8732
8733 * international/quail.el: Doc fixes.
8734
8735 * info.el (info): Don't add parens if FILE already has them.
8736
87371998-09-04 Geoff Voelker <voelker@cs.washington.edu>
8738
8739 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
8740 on extension lines.
8741
87421998-09-03 Geoff Voelker <voelker@cs.washington.edu>
8743
8744 * w32-fns.el (w32-shell-dos-semantics): New function.
8745
87461998-09-03 Bill Richter <richter@brouwer.math.nwu.edu>
8747
8748 * international/quail.el (quail-choose-completion-string): Store
4ff3fcc7 8749 completion `choice' in `quail-current-str'; don't insert it.
0767b41e
DL
8750
87511998-09-02 Kenichi Handa <handa@etl.go.jp>
8752
8753 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH
8754 argument to ps-mule-generate-bitmap-font.
8755
8756 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
8757 entry and change Latin-1 entry in the default value.
8758 (ps-mule-font-info-database-ps-bdf): New variable.
8759 (ccl-encode-ethio-unicode): Bug of CCL code fixed.
8760 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
8761 registerd in FONT-SPEC.
8762 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
8763 charcter width of bitmap fonts.
8764 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
8765 procedure NF.
8766 (ps-begin-file): Output PostScript code for setting
8767 SpaceWidthRatio.
8768 (ps-plot-region): Use line-beginning-position to get a position of
8769 the beginning of the current line.
8770
8771 * international/mule-cmds.el (register-input-method): Doc-string
8772 modified.
8773
87741998-09-01 Dave Love <fx@gnu.org>
8775
8776 * international/mule-cmds.el (current-language-environment): Fix
8777 setter function.
8778
87791998-09-01 Simon Marshall <simon@gnu.org>
8780
8781 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
8782 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
8783 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
8784 names with font-lock-type-face. Fontify type specs, etc., with
8785 font-lock-keyword-face.
8786
87871998-08-31 Kenichi Handa <handa@etl.go.jp>
8788
8789 * international/fontset.el (x-complement-fontset-spec): If ASCII
8790 font is specified in FONTLIST, don't substitute it for the
8791 resolved name.
8792
87931998-08-31 Paul Eggert <eggert@twinsun.com>
8794
8795 * international/mule.el (charset-description): Doc fix.
8796
8797 * language/chinese.el, language/cyrillic.el, language/czech.el,
8798 language/devanagari.el, language/ethiopic.el,
8799 language/european.el, language/hebrew.el, language/indian.el,
8800 language/japanese.el, language/korean.el, language/lao.el,
8801 language/slovak.el, language/thai.el, language/tibetan.el,
8802 language/vietnamese.el:
8803 Add coding: local variable, to avoid bootstrapping problem
8804 if you need to recompile all the Lisp files using interpreted code.
8805
88061998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8807
8808 * cal-china.el (chinese-year-cache): Change range of years from
8809 1989-2000 to 1990-2010.
8810
88111998-08-29 Dave Love <d.love@dl.ac.uk>
8812
8813 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
8814 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
8815
88161998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8817
8818 * ps-print.el (ps-print-control-characters): Doc-string modified.
8819 (ps-output-string-prim): Comment format changed.
8820 (ps-do-despool): Indentation of source code changed.
8821
88221998-08-28 Kenichi Handa <handa@etl.go.jp>
8823
8824 * subr.el (sref): Make it an alias of aref. Make the
8825 byte-compiler warn that it is obsolete.
8826 (char-bytes): Make the byte-compiler warn that it is obsolete.
8827
8828 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
8829 Calculate the total bytes using position-bytes instead of
8830 char-bytes.
8831
88321998-08-27 Karl Heuer <kwzh@gnu.org>
8833
8834 * snmp-mode.el: New file.
8835 * files.el (auto-mode-alist): Add snmp-mode patterns.
8836
88371998-08-27 Karl Eichwalder <ke@suse.de>
8838
8839 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
8840
88411998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8842
8843 * calendar/diary-lib.el (diary-block): Doc fix..
8844 * calendar/calendar.el (diary-list-include-blanks): Doc fix..
8845
88461998-08-27 Richard Stallman <rms@gnu.org>
8847
8848 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
8849 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
8850 Clear appt-mode-string if we don't put something in it.
8851
88521998-08-27 Dave Love <fx@gnu.org>
8853
8854 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
8855 dired-local-variables-file for dired-x.
8856
8857 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
8858 for compressed library files too.
8859
88601998-08-26 Kenichi Handa <handa@etl.go.jp>
8861
8862 * language/european.el ("Latin-1"): Modify `documentation' key value.
8863 ("Latin-2"): Likewise.
8864
88651998-08-26 Karl Heuer <kwzh@gnu.org>
8866
8867 * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
8868
88691998-08-26 Albert L. Ting <alt@artisan.com>
8870
8871 * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
8872 (mail-hist-current-header-contents): Use mail-text-start.
8873
88741998-08-26 Richard Stallman <rms@gnu.org>
8875
8876 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
8877 (customize-changed-options-previous-release): New variable.
8878 (customize-changed-options): Use that variable as default arg.
8879
88801998-08-26 Karl Eichwalder <ke@suse.de>
8881
8882 * midnight.el: Require `timer' not only when compiling.
8883
88841998-08-26 Per Starback <starback@update.uu.se>
8885
8886 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
8887 buffer before creating help group.
8888
88891998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
8890
8891 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
8892 coding-system-for-write before saving.
8893
88941998-08-26 Kevin Rodgers <kevinr@ihs.com>
8895
8896 * isearch.el (isearch-forward): Doc fix.
8897
88981998-08-26 Andreas Schwab <schwab@delysid.gnu.org>
8899
8900 * emacs-lisp/find-func.el: Fix :version tags to have a string
8901 value, not a float.
8902
8903 * cus-dep.el: Fix typo in output.
8904
89051998-08-25 Dave Love <fx@gnu.org>
8906
8907 * repeat.el (repeat): Doc fix.
8908 [From rms:]
8909 (repeat-previous-repeated-command): New variable.
8910 (repeat): Check for real-last-command being null or repeat. Set
8911 repeat-previous-repeated-command.
8912
8913 * browse-url.el (browse-url-netscape): Fix format for hex escapes.
8914
89151998-08-25 Kenichi Handa <handa@etl.go.jp>
8916
8917 * gnus/message.el (message-send-mail-with-sendmail): Bind
8918 coding-system-for-write by the return value of
8919 select-message-coding-system.
8920 (message-send-mail-with-qmail): Likewise.
8921
89221998-08-24 Andreas Schwab <schwab@delysid.gnu.org>
8923
8924 * emacs-lisp/autoload.el: Fix doc-string-elt property on
8925 define-derived-mode.
8926
8927 * files.el (file-name-invalid-regexp):
8928 Fix regex for ms-dos without long file names.
8929
89301998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8931
8932 * ps-print.el: Multi-byte buffer handling.
8933 (ps-print-version): New version number (4.0) and doc fix.
8934 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
8935 compilation for GNU Emacs and emacsens.
8936 (ps-generate-postscript-with-faces): Force invisible text to be
8937 visible.
8938 (dos-ps-printer): New var to avoid compilation gripes.
8939
89401998-08-24 Kenichi Handa <handa@etl.go.jp>
8941
8942 * ps-print.el (ps-mule-plot-string): Pay attention to the case
8943 that no more characters can't be printed in the current line.
8944
89451998-08-24 Kenichi Handa <handa@etl.go.jp>
8946
8947 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
8948 greater than TO.
8949
89501998-08-24 Kenichi Handa <handa@etl.go.jp>
8951
8952 * ps-print.el: Add codes to make ps-print.el work also on Emacs
8953 20.2 and the earlier version.
8954 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
8955 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
8956 (ps-mule-find-wrappoint): Likewise.
8957 (ps-mule-generate-font): Change `X' to `x' in format
8958 control-string.
8959 (ps-generate): Call ps-mule-begin before calling ps-begin-job.
8960 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
8961 `restore' form procedures `BC' and `EC'.
8962
89631998-08-24 Kenichi Handa <handa@etl.go.jp>
8964
8965 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
8966 is an executable procedure. Make LineThickness, Xshadow, and
8967 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc.
8968 (ps-mule-font-info-database, ps-mule-font-info-database-ps,
8969 ps-mule-font-info-database-bdf): New vars.
8970 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
8971 (ccl-encode-ethio-unicode): New CCL program.
8972 (ps-mule-encode-ethiopic): New fun.
8973 (ps-mule-current-charset): New var.
8974 (ps-mule-get-font-spec, ps-mule-font-spec-src,
8975 ps-mule-font-spec-name, ps-mule-font-spec-encoding,
8976 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
8977 (ps-mule-external-libraries): New var.
8978 (ps-mule-init-external-library): New fun.
8979 (ps-mule-font-cache): New var.
8980 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
8981 (ps-last-font): New var.
8982 (ps-mule-prepare-font): New fun.
8983 (ps-mule-charset-list): New var.
8984 (ps-mule-prologue-generated, ps-mule-prologue): New vars.
8985 (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
8986 ps-mule-plot-string): New funs.
8987 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
8988 New vars.
8989 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
8990 ps-mule-prepare-cmpchar-font): New funs.
8991 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
8992 vars.
8993 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
8994 ps-mule-generate-bitmap-glyph): New funs.
8995 (ps-mule-initialize, ps-mule-begin): New funs.
8996 (ps-output-string-prim): Insert string as unibyte.
8997 (ps-output-prologue): New fun.
8998 (ps-flush-output): Handle the case of 'prologue.
8999 (ps-begin-file): Call ps-mule-initialize.
9000 (ps-begin-job): Set ps-control-or-escape-regexp differently if
9001 printing multibyte characters.
9002 (ps-begin-page): Set ps-mule-current-charset to 'ascii.
9003 (ps-basic-plot-string): Handle the case of printing ASCII
9004 characters by external libraries (e.g. BDF).
9005 (ps-set-font): Set ps-last-font.
9006 (ps-plot-region): Handle multibyte characters, use
9007 ps-mule-plot-string for them.
9008 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin.
9009
9010 * bdf.el: New file.
9011
90121998-08-23 Kenichi HANDA <handa@etl.go.jp>
9013
9014 * international/mule-cmds.el (select-message-coding-system): New
9015 function.
9016 (set-language-environment-coding-systems): Set
9017 default-sendmail-coding-system.
9018
9019 * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
9020 (default-sendmail-coding-system): New variable.
9021 (sendmail-send-it): Encode the message by a coding system
9022 select-message-coding-system returns.
9023
90241998-08-23 Eric Ludlam <zappo@gnu.org>
9025
9026 * speedbar.el: (speedbar-with-writable): remove `toggle-read-only'.
9027 (speedbar-mode): Set buffer to read only.
9028 (speedbar-temp-buffer-show-function): For emacs don't call hook
9029 with arguments.
9030 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
9031
90321998-08-19 Dan Nicolaescu <done@ece.arizona.edu>
9033
9034 * speedbar.el (speedbar-key-map): Fix typo.
9035
9036See ChangeLog.7 for earlier changes.