]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2000-05-24 Kenichi Handa <handa@etl.go.jp>
2
3 * international/quail.el (quail-start-translation): Don't change
4 modified-p of the current buffer.
5 (quail-start-conversion): Likewise.
6
7 * international/kkc.el (kkc-region): Don't change modified-p of
8 the current buffer.
9
10 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
11 conform to RFC1468.
12 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
13
14 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
15
16 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
17 (speedbar-insert-button): Invisible text property fix.
18 (speedbar-directory-plus): Renamed from speedbar-directory-+
19 (speedbar-directory-minus): Renamed from speedbar-directory--
20 (speedbar-page-plus): Renamed from speedbar-file-+
21 (speedbar-page-minus): Renamed from speedbar-file--
22 (speedbar-page): Renamed from speedbar-file-
23 (speedbar-tag): Renamed from speedbar-tag-
24 (speedbar-tag-plus): Renamed from speedbar-tag-+
25 (speedbar-tag-minus): Renamed from speedbar-tag--
26 (speedbar-expand-image-button-alist): Use above renames.
27
28 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
29 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
30 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
31 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
32 * sb-pg.xpm: Renamed from sb-file.xpm
33 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
34 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
35
36 2000-05-24 Kenichi Handa <handa@etl.go.jp>
37
38 * international/quail.el (quail-show-guidance-buf): Set
39 current-input-method of the guidance buffer to the name of the
40 curren input method.
41
42 2000-05-23 Gerd Moellmann <gerd@gnu.org>
43
44 * startup.el (command-line): Determine source file of compiled
45 user init file differently. Warn if compiled user init file
46 is older than its source file.
47
48 * ffap.el (ffap-url-regexp): Add `https'.
49
50 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
51
52 * files.el (make-backup-file-name-1): Replace slashes with `!'
53 rather than `|' (which is not allowed on Windows). Replace the
54 drive letters with a string "drive_X".
55
56 2000-05-23 Gerd Moellmann <gerd@gnu.org>
57
58 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
59
60 * files.el (interpreter-mode-alist): Add `bash2'.
61
62 2000-05-22 Dave Love <fx@gnu.org>
63
64 * loadhist.el (feature-symbols, file-provides, file-requires): Use
65 mapc.
66 (feature-file): Avoid calling symbol-name. Doc fix.
67 (file-set-intersect, file-dependents): Use dolist, not mapcar.
68 (loadhist-hook-functions): Add mouse-position-function.
69 (unload-feature): Change uses of mapcar.
70
71 * files.el (parse-colon-path): Doc fix.
72 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
73 (set-auto-mode): Use mapc.
74
75 * complete.el (PC-look-for-include-file): Use :alnum: character
76 class.
77 (partial-completion-mode): Add autoload cookie.
78
79 2000-05-22 Sam Steingold <sds@gnu.org>
80
81 * info.el (Info-fontify-node): Fixed the call to
82 `add-text-properties' (bug introduced on 2000-05-18).
83
84 2000-05-22 Dave Love <fx@gnu.org>
85
86 * bindings.el: Remove debug-ignored-errors set in other files.
87
88 * progmodes/etags.el: Add to debug-ignored-errors.
89 (visit-tags-table-buffer): Clear out buffers holding old tables
90 when making a new list.
91 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
92 mapc.
93
94 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
95 quote keywords.
96 (cmpl-string-case-type): Use character classes.
97
98 * comint.el:
99 * textmodes/ispell.el:
100 * imenu.el:
101 * mail/mh-e.el:
102 * progmodes/compile.el: Add to debug-ignored-errors.
103
104 * dabbrev.el: Add to debug-ignored-errors.
105 (dabbrev-completion): Use mapc.
106
107 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
108
109 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
110 (woman-mapcan, woman-parse-man.conf)
111 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
112 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
113 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
114 path syntax better.
115 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
116 (woman-manpath): Call woman-parse-man.conf.
117 (woman-emulation): New defcustom, defaults to nroff.
118 (woman-font-support): New defconst.
119 (woman-use-symbol-font): New defcustom.
120 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
121 "Emulation".
122 Many functions: Doc fix.
123
124 2000-05-22 Kenichi Handa <handa@etl.go.jp>
125
126 * international/quail.el (quail-simple-translation-keymap): Map
127 128..255 to quail-self-insert-command.
128 (quail-keyboard-layout-alist): Add definition for "pc102-de".
129
130 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
131
132 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
133 intervals which makes it heaps simpler.
134
135 * newcomment.el (comment-region-internal): Go back to BEG after quoting
136 the nested comment markers.
137
138 * subr.el (remove-hook): Don't turn the hook's value into a list.
139
140 2000-05-21 Dave Love <fx@gnu.org>
141
142 * edmacro.el (edmacro-parse-keys): Return vector if any elements
143 are invalid characters.
144
145 * international/mule-util.el (detect-coding-with-priority): Use
146 mapc. Remove redundant lambda.
147
148 * international/mule-diag.el (list-non-iso-charset-chars)
149 (describe-fontset): Remove redundant lambda.
150
151 * emulation/crisp.el (brief-mode): New alias.
152
153 * emacs-lisp/ring.el (ring-elements): New function.
154
155 * emacs-lisp/easymenu.el (easy-menu-create-menu)
156 (easy-menu-do-add-item): Use keywordp.
157
158 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
159
160 * replace.el: Doc and error message fixes.
161 (replace-highlight): Use facep, not internal-find-face.
162
163 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
164
165 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
166
167 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
168 (log-edit-insert-changelog): Drop `:' as well.
169
170 * log-view.el: Fix file description.
171 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
172 available.
173 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
174 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
175
176 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
177 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
178 Print a status message if the toggle is called interactively.
179 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
180 for global minor modes and use `defcustom' for them.
181 Use add-minor-mode.
182 (easy-mmode-define-derived-mode): Remove.
183 (define-derived-mode): Fancier default docstring.
184 (easy-mmode-define-navigation): Signal an error rather than (ding).
185
186 * newcomment.el (comment-styles): New `box-multi'.
187 (comment-normalize-vars): Better default for comment-continue to
188 avoid whitespace-only continuations.
189 (comment-search-forward): Always move even in the no-syntax case.
190 (comment-padright): Only obey N if it's only obeyed for padleft.
191 (comment-make-extra-lines): Better handling of empty continuations.
192 Use `=' for the filler if comment-start has only one character.
193 (uncomment-region): Try handling the special `=' filler.
194 (comment-region): Allow LINES even if MULTI is nil.
195 (comment-box): Choose box style based on comment-style.
196
197 2000-05-20 Kenichi Handa <handa@etl.go.jp>
198
199 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
200 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
201
202 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
203
204 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
205 and insert, not subst-char-in-region.
206
207 * international/mule-diag.el (list-character-sets-1): Handle
208 charsets eight-bit-control and eight-bit-graphic.
209 (list-iso-charset-chars): Likewise.
210 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
211 charactes as is. Use indent-to to align characters.
212
213 * international/mule-cmds.el (find-multibyte-characters): Never
214 exclude charsets eight-bit-control and eight-bit-graphic.
215
216 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
217
218 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
219 Don't quote lambdas.
220
221 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
222
223 2000-05-19 Gerd Moellmann <gerd@gnu.org>
224
225 * gud.el (gud-jdb-directories): Doc fix.
226
227 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
228
229 * newcomment.el: New file.
230
231 2000-05-19 Gerd Moellmann <gerd@gnu.org>
232
233 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
234
235 2000-05-18 Andreas Schwab <schwab@suse.de>
236
237 * dired.el (dired-between-files): Also skip lines beginning with
238 `used'.
239
240 2000-05-18 Gerd Moellmann <gerd@gnu.org>
241
242 * msb.el (msb-menu-cond): Add choice `user'.
243
244 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
245
246 * ps-print.el: Compatibility, customization and doc fix.
247 (ps-printer-name-option): Replace defconst by defvar.
248 (ps-postscript-code-directory): XEmacs compatibility.
249 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
250 fix.
251 (ps-user-defined-prologue, ps-print-prologue-header)
252 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
253 compatibility and code fix.
254 (ps-print-background-image, ps-print-background-text):
255 Customization fix.
256 (ps-line-number-start, ps-n-up-on): New vars.
257
258 2000-05-18 Espen Skoglund <esk@ira.uka.de>
259
260 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
261 the indent-comment function to just return the appropriate indent.
262
263 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
264
265 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
266 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
267 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
268
269 2000-05-18 Dave Love <fx@gnu.org>
270
271 * info.el (Info-fontify-node): Add intangible property as well as
272 invisible.
273
274 * calendar/appt.el (appt-make-list): Match all lines of entry.
275 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
276
277 2000-05-18 Kenichi Handa <handa@etl.go.jp>
278
279 * international/mule-diag.el (describe-char-after): Call
280 internal-char-font, not char-font. If internal-char-font returns
281 nil, display "-- none --".
282
283 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
284
285 * image.el (image-type-available-p): Don't reference image-types
286 if it isn't bound.
287
288 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
289
290 * autoarg.el (autoarg-mode): Typo in the :set argument.
291
292 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
293
294 * startup.el (command-line-1): Don't signal an error if the
295 directory for auto-save-list files does not yet exist.
296
297 2000-05-17 Kenichi Handa <handa@etl.go.jp>
298
299 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
300
301 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
302
303 * subr.el (remove-hook): `setq' hook-value, not `set'.
304
305 2000-05-16 Sam Steingold <sds@gnu.org>
306
307 * info.el (debug-ignored-errors): More errors to ignore.
308
309 2000-05-16 Dave Love <fx@gnu.org>
310
311 * cus-edit.el: Don't require cl or easymenu.
312 (custom-variable-prompt): Test standard-value property, not
313 user-variable-p.
314
315 2000-05-16 Sam Steingold <sds@gnu.org>
316
317 * subr.el (add-hook): `setq' hook-value, not `set'.
318
319 2000-05-16 Gerd Moellmann <gerd@gnu.org>
320
321 * startup.el (command-line-1): Mention the FAQ in the startup
322 message.
323
324 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
325
326 * progmodes/compile.el (compilation-parse-errors): Collect
327 `nomessage' regexps last.
328
329 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
330
331 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
332 to the function name.
333
334 2000-05-15 Dave Love <fx@gnu.org>
335
336 * speedbar.el (speedbar-recenter): Typo.
337 (speedbar-expand-line): Make arg optional.
338 (speedbar-mode): Avoid a compiler warning.
339
340 2000-05-15 Gerd Moellmann <gerd@gnu.org>
341
342 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
343 user-specified option string is empty.
344
345 * mouse.el (mouse-yank-at-click): Doc fix.
346
347 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
348
349 * term/internal.el (IT-character-translations): More updates of
350 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
351 documents.
352
353 2000-05-15 Gerd Moellmann <gerd@gnu.org>
354
355 * env.el (getenv): New function, interactively callable.
356 (setenv, getenv): Remove autoload cookies.
357
358 * loadup.el: Load `env'.
359
360 * progmodes/f90.el: Change author's mail address.
361
362 2000-05-14 Dave Love <fx@gnu.org>
363
364 * mail/rmail.el (rmail-show-message-hook): Customize and offer
365 goto-addr as an option.
366
367 * help.el (help-xref-stack): Doc fix.
368 (help-xref-following): New variable.
369 (help-make-xrefs): Use it.
370 (help-xref-go-back): Use position information from stack element.
371 (help-follow): Make position in stack element a pair. Use
372 help-xref-following.
373
374 * autoarg.el: New file.
375
376 * faces.el: Declare more functions obsolete.
377
378 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
379 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
380 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
381 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
382 Remove all the setup-...-environment functions.
383
384 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
385
386 * speedbar.el: Updated the commentary section. xemacs20p now uses
387 >= when detecting. Require `defimage' safely.
388 (speedbar-easymenu-definition-base): Add toggle for images.
389 (speedbar-easymenu-definition-special): Add flush cache & expand.
390 (speedbar-visiting-tag-hook): Set new defaults. Added options.
391 (speedbar-reconfigure-keymaps-hook): New variable.
392 (speedbar-frame-parameters): Updated documentation.
393 (speedbar-use-imenu-flag): Updated custom tag
394 (speedbar-dynamic-tags-function-list): New variable.
395 (speedbar-tag-hierarchy-method): Updated doc & custom.
396 (speedbar-indentation-width, speedbar-indentation-width) New
397 variables.
398 (speedbar-hide-button-brackets-flag): Customizable.
399 (speedbar-vc-indicator): Doc update.
400 (speedbar-ignored-path-expressions): Updated default value.
401 (speedbar-supported-extension-expressions): Updated default value.
402 (speedbar-syntax-table): Remove {} paren status.
403 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
404 as "+". Added overlay aliases.
405 (speedbar-mode): Use `speedbar-mode-line-update' instead of
406 `force-mode-line-update'.
407 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
408 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
409 `mouse-set-point'
410 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
411 (speedbar-item-info-tag-helper): Revamped to handle a wider range
412 of arbitrary text, and new helper functions.
413 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
414 filename finder.
415 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
416 (speedbar-directory-buttons): Update path search/expansion.
417 (speedbar-make-tag-line): Pay attention to
418 `speedbar-indentation-width'. Use more care w/ invisible
419 properties.
420 (speedbar-change-expand-button-char): Call
421 `speedbar-insert-image-button-maybe'.
422 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
423 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
424 (speedbar-trim-words-tag-hierarchy)
425 (speedbar-simple-group-tag-hierarchy): New functions
426 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
427 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
428 functions.
429 (speedbar-mouse-set-point): New function
430 (speedbar-power-click): Updated documentation.
431 (speedbar-line-token, speedbar-goto-this-file): Handle more types
432 of tag prefix text.
433 (speedbar-expand-line, speedbar-contract-line): Make more robust
434 to strange text.
435 (speedbar-expand-line): Takes universal argument to flush the
436 cache.
437 (speedbar-flush-expand-line): New function.
438 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
439 Use new generator insertion method.
440 (speedbar-fetch-dynamic-tags): New function.
441 (speedbar-fetch-dynamic-imenu): Removed code now handled in
442 `speedbar-fetch-dynamic-imenu'.
443 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
444 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
445 "Revert Buffer" menu items.
446 (speedbar-buffer-buttons-engine): Be smarter when creating a
447 filename tag (for expansion purposes.).
448 (speedbar-highlight-one-tag-line,
449 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
450 (speedbar-recenter): New functions.
451 (defimage-speedbar): Image loading abstraction.
452 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
453 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
454 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
455 (speedbar-tag-type, speedbar-tag-mail): New images.
456 (speedbar-expand-image-button-alist): New variable.
457 (speedbar-insert-image-button-maybe): Insert an image over some
458 buttons.
459
460 2000-05-13 Kenichi Handa <handa@etl.go.jp>
461
462 * international/mule-cmds.el (encode-coding-char): An ASCII
463 character is always encodable.
464
465 * international/mule-conf.el: Add more information in descriptions
466 of character sets.
467
468 * international/mule-diag.el (describe-char-after): New function.
469 (describe-font-internal): Adjusted for the change of font-info.
470 (describe-font): Likewise.
471 (print-fontset): Rewritten for the new fontset implementation.
472 (describe-fontset): Include fontset alias names in completion.
473 (list-fontsets): Adjusted for the change of print-fontset.
474
475 * simple.el (what-cursor-position): If DETAIL is non-nil, call
476 describe-char-after instead of displaying the detail in the echo
477 area.
478 (syntax-code-table): Format changed.
479 (string-to-syntax): Adjusted for the above change.
480
481 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
482
483 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
484
485 2000-05-12 Dave Love <fx@gnu.org>
486
487 * calendar/todo-mode.el: Remove some compatibility stuff and CL
488 dependence. Use line-{beginning,end}-position, not
489 point-at{b,e}ol. Some doc fixes.
490 (todo-position): New function. Fix callers of position to use it.
491 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
492
493 2000-05-12 Gerd Moellmann <gerd@gnu.org>
494
495 * time.el (display-time-mail-icon): Use `:ascent center'.
496
497 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
498 handling FTP security extensions.
499
500 2000-05-11 Dave Love <fx@gnu.org>
501
502 * calendar/todo-mode.el: New file.
503
504 2000-05-11 Gerd Moellmann <gerd@gnu.org>
505
506 * comint.el (comint-read-input-ring): Move reference to
507 comint-input-ring-size outside of the save-excursion. It was
508 causing the default value to be the only one ever seen.
509
510 * font-lock.el: Update copyright. Remove Simon Marshall's email
511 address on request from him.
512
513 * subr.el (substitute-key-definition): Add comment describing
514 the meaning of PREFIX.
515
516 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
517
518 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
519
520 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
521 (add-minor-mode): Don't make the variable buffer-local and add a
522 reference to define-minor-mode in the docstring.
523
524 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
525 HEADER/FOOTER and fix bug with trailing empty directory.
526 (cvs-append-to-ignore): Use vc-editable-p if available.
527 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
528 (vc-do-command): Tweak advice to handle the new VC.
529
530 * log-view.el (log-view-goto-rev): New function for the new VC.
531 (log-view-minor-wrap): Use mark-active.
532
533 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
534 (log-edit-changelog-full-paragraphs): New var.
535 (log-edit-insert-changelog): Remove a lonely leading `* file'.
536 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
537 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
538 (log-edit-changelog-ours-p, log-edit-changelog-entries)
539 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
540 Replace the `cvs' prefix with `log-edit'.
541
542 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
543
544 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
545 (diff-font-lock-defaults): Explicitly turn off multiline.
546 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
547 (diff-ediff-patch): Fix call to ediff-patch-file.
548 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
549 Handle comments.
550
551 * frame.el (automatic-hscrolling): Typo.
552
553 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
554
555 2000-05-09 Sam Steingold <sds@goems.com>
556
557 * apropos.el (apropos-print): use `describe-face' instead of
558 `customize-face-other-window'.
559
560 2000-05-09 Dave Love <fx@gnu.org>
561
562 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
563
564 * help.el (describe-variable): Have customize button pop the
565 help-xref stack when invoked.
566 (help-xref-symbol-regexp): Add `face'.
567 (help-make-xrefs): Check for quoted face names and adapt regexp
568 submatch numbers to cope.
569 (help-xref-interned): Maybe insert face doc too. Separate
570 sections with a line of hyphens.
571
572 * faces.el: Some doc fixes. Declare some functions obsolete.
573 (describe-face): Add customize button. Return the help
574 text. Fix prompt.
575
576 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
577
578 * term/internal.el (IT-character-translations): Fix last change.
579
580 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
581
582 * woman.el: New file
583 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
584
585 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
586
587 * term/internal.el (IT-character-translations): Update ASCII
588 simulations for greek-iso8859-7, add latin-iso8859-14 and
589 latin-iso8859-15.
590
591 * international/mule-cmds.el (set-language-info-alist): Call
592 define-prefix-command with 3 arguments, to make the map suitable
593 for a menu.
594
595 2000-05-07 Dave Love <fx@gnu.org>
596
597 * time.el: Small doc fixes from Pavel Janic.
598
599 2000-05-05 Dave Love <fx@gnu.org>
600
601 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
602 list in doc string. Don't quote keyword symbols.
603 * emacs-lisp/cl.el: Likewise
604 * emacs-lisp/cl-seq.el: Likewise
605
606 2000-05-05 Gerd Moellmann <gerd@gnu.org>
607
608 * abbrev.el (abbrev-mode): Make ARG optional.
609
610 2000-05-04 Gerd Moellmann <gerd@gnu.org>
611
612 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
613
614 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
615
616 * subr.el (substitute-key-definition): Clarify documentation.
617
618 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
619
620 * glasses.el (glasses-convert-to-unreadable): Use
621 `glasses-separator' instead of the hard-wired "_".
622 (glasses-mode): Call `glasses-make-unreadable' only in a single
623 place.
624
625 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
626
627 * term/internal.el (cjk-codepages-alist): Add associations for
628 Chinese and Korean codepages. Remove FIXME comment.
629
630 2000-05-03 Dave Love <fx@gnu.org>
631
632 * time.el (display-time-mail-face, display-time-use-mail-icon):
633 New option.
634 (display-time-mail-icon): New variable.
635 (display-time-string-forms): Use the above. Fix the local-map.
636
637 2000-05-03 Gerd Moellmann <gerd@gnu.org>
638
639 * replace.el (query-replace-map): Add binding for `E'.
640 (query-replace-help): Extend help text.
641 (perform-replace): Allow editing the replacement string.
642
643 * make-mode.el (makefile-mode-abbrev-table): New variable.
644 (makefile-mode): Set local abbrev table to
645 makefile-mode-abbrev-table.
646 (makefile-font-lock-keywords): Fontify includes and conditionals.
647
648 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
649 set TOGGLE's value.
650
651 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
652 mail-interactive-insert-alias.
653 (mail-abbrev-complete-alias): New command.
654 (mail-mode-map): Bind it to `M-TAB'.
655
656 2000-05-03 Kenichi Handa <handa@etl.go.jp>
657
658 * language/lao-util.el (lao-compose-region): New function.
659
660 2000-05-02 Gerd Moellmann <gerd@gnu.org>
661
662 * files.el (recover-session): Make directories as necessary
663 if they don't exist yet.
664
665 * calendar/cal-french.el
666 (french-calendar-multibyte-special-days-array)
667 (french-calendar-special-days-array): Change French text.
668 (calendar-french-date-string): Change output.
669 (calendar-goto-french-date): Likewise.
670
671 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
672
673 * wid-edit.el (widget-default-active): Obey `:always-active'.
674 (widget-documentation-string-value-create): Set `:always-active'.
675
676 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
677
678 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
679 default prefix to `~/_emacs.d/auto-save.list/_s'.
680 (normal-top-level): Create the directory for auto-save files, if
681 it doesn't already exist (in the ms-dos case only).
682
683 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
684
685 * international/mule-cmds.el (set-language-environment): Don't
686 concat an integer (dos-codepage), use format instead.
687
688 2000-05-02 Dave Love <fx@gnu.org>
689
690 * help.el (help-xref-on-pp): Check for constant symbols.
691
692 2000-04-29 Gerd Moellmann <gerd@gnu.org>
693
694 * startup.el (normal-top-level): Put a condition-case around
695 the code loading subdirs.el.
696
697 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
698
699 * ps-print.el: Upside-down and face background color printing,
700 line number step, doc fix.
701 (ps-print-version): New version number (5.2).
702 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
703 (ps-face-attribute-list, ps-plot-with-face): Code fix.
704 (ps-spool-config): Var fix.
705 (ps-printer-name-option): Const fix.
706 (ps-print-upside-down, ps-use-face-background)
707 (ps-line-number-step): New vars.
708 (ps-window-system, ps-lp-system): New consts.
709 (ps-face-background): New fun.
710
711 2000-04-28 Richard Stallman <rms@gnu.org>
712
713 * files.el (make-auto-save-file-name):
714 Apply auto-save-file-name-transforms to visited file name
715 before generating auto save file name.
716 (auto-save-file-name-transforms): New variable.
717
718 * files.el (backup-enable-predicate):
719 Correctly test for a file under a temporary directory.
720
721 2000-04-28 Gerd Moellmann <gerd@gnu.org>
722
723 * subr.el (add-minor-mode): Rewritten.
724
725 2000-04-28 Kenichi Handa <handa@etl.go.jp>
726
727 * mail/sendmail.el (sendmail-send-it): Set
728 buffer-file-coding-system to the selected coding system for MIME
729 header.
730
731 2000-04-27 Gerd Moellmann <gerd@gnu.org>
732
733 * dired.el (dired-move-to-filename-regexp): Allow format where
734 YYYY is followed by two spaces.
735
736 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
737 in the second character class of the regexp.
738
739 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
740 mh-etc, too.
741
742 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
743 nil.
744
745 * subr.el (add-minor-mode): Use `set' instead of `setq'.
746
747 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
748 argument.
749
750 2000-04-27 Sen Nagata <sen@eccosys.com>
751
752 * emacs-lisp/crm.el (crm-completion-table): New variable.
753 (crm-collection-fn, crm-test-completion)
754 (completing-read-multiple): Use it.
755
756 2000-04-27 Dave Love <fx@gnu.org>
757
758 * help.el (locate-library): Use mapc.
759 (help-manyarg-func-alist): Add call-process-region.
760
761 2000-04-26 Gerd Moellmann <gerd@gnu.org>
762
763 * subr.el (add-minor-mode): Make argument MAP optional.
764
765 * desktop.el (desktop-save): Save list of minor modes.
766 (desktop-create-buffer): Restore minor modes.
767 (desktop-minor-mode-table): New user-option.
768
769 * subr.el (add-minor-mode): New function.
770
771 * image.el (find-image): New function.
772 (defimage): Rewritten to find image at load time.
773
774 * startup.el (normal-top-level-add-to-load-path): Handle
775 case that the default directory is not in load-path.
776
777 * help.el: Old patch from Stefan Monnier.
778 (help-xref-on-pp): New function.
779 (describe-variable): Use it to display xrefs in a symbol's value.
780
781 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
782
783 * cus-edit.el (custom-face): Fix parenthesis.
784
785 2000-04-26 Kenichi Handa <handa@etl.go.jp>
786
787 * mail/rmail.el (rmail-expunge): When there are no deleted
788 messages, do nothing.
789
790 2000-04-26 Dave Love <fx@gnu.org>
791
792 * international/mule-cmds.el (locale-translation-file-name):
793 Defvar to nil.
794 (set-locale-environment): Set it here (at runtime).
795
796 2000-04-25 Gerd Moellmann <gerd@gnu.org>
797
798 * replace.el (perform-replace): Add parameters START and END. Use
799 them instead of the check for a region in Transient Mark mode.
800 (query-replace-read-args): Return two more list elements for the
801 start and end of the region in Transient Mark mode.
802 (query-replace, query-replace-regexp, query-replace-regexp-eval)
803 (map-query-replace-regexp, replace-string, replace-regexp): Add
804 optional last arguments START and END and pass them to
805 perform-replace.
806
807 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
808 form with additional arguments for perform-replace.
809
810 * progmodes/etags.el (tags-query-replace): Add parameters START
811 and END. Construct a form with additional arguments for
812 perform-replace.
813
814 * simple.el (shell-command): Set default directory for "*Shell
815 Command Output" buffer.
816
817 * language/european.el (iso-latin-4): Fix typo.
818
819 * emacs-lisp/crm.el: New file.
820
821 2000-04-24 Dave Love <fx@gnu.org>
822
823 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
824 (Custom-reset-saved, Custom-reset-standard)
825 (custom-group-value-create, custom-group-set, custom-group-save)
826 (custom-group-reset-current, custom-group-reset-saved)
827 (custom-group-reset-standard): Use mapc.
828 (custom-buffer-create-internal): Disable undo when creating items.
829 Use mapc.
830 (custom-face): Avoid redundant lambda.
831
832 2000-04-24 Gerd Moellmann <gerd@gnu.org>
833
834 * startup.el (auto-save-list-file-prefix): Set default to
835 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
836
837 2000-04-24 Sam Steingold <sds@gnu.org>
838
839 * time-stamp.el (time-stamp-string-preprocess): Always convert
840 `field-result' to a string.
841
842 2000-04-24 Gerd Moellmann <gerd@gnu.org>
843
844 * frame.el (scrolling): New group.
845 (automatic-hscrolling): New user-option.
846
847 * startup.el (command-line-x-option-alist): Add `-lsp' and
848 `--line-spacing'.
849
850 2000-04-19 Dave Love <fx@gnu.org>
851
852 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
853 (cl-mapc): Rename from mapc. Fix the funcall.
854
855 2000-04-19 Gerd Moellmann <gerd@gnu.org>
856
857 * simple.el (clone-indirect-buffer-other-window): New command.
858 (clone-indirect-buffer): Add optional arg NORECROD.
859 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
860
861 * help.el (resize-temp-buffer-window): Use count-screen-lines.
862
863 * window.el (count-screen-lines): New function.
864 (shrink-window-if-larger-than-buffer): Use count-screen-lines
865 instead of window-buffer-height.
866
867 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
868 non-existing variable comint-input-sentinel.
869 (inferior-lisp-args-to-list): Removed.
870 (inferior-lisp): Use split-string instead of
871 inferior-lisp-args-to-list.
872
873 * hexl.el (hexl-insert-hex-string): New command.
874
875 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
876 instead of concat.
877
878 2000-04-18 Gerd Moellmann <gerd@gnu.org>
879
880 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
881 at the start of an existing but empty folder.
882
883 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
884
885 * ps-mule.el: Customization fix, doc fix.
886 (ps-multibyte-buffer): Customization fix.
887
888 2000-04-17 Richard M. Stallman <rms@caffeine.ai.mit.edu>
889
890 * subr.el (read-passwd): Use read-char-exclusive.
891
892 2000-04-17 Gerd Moellmann <gerd@gnu.org>
893
894 * textmodes/texinfo.el (texinfo-insert-@email)
895 (texinfo-insert-@emph, texinfo-insert-@quotation)
896 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
897 (texinfo-mode-map): Add key bindings for them.
898
899 * files.el (basic-save-buffer-2): Use a template with `$'
900 instead of `#' for VMS.
901
902 * simple.el (clone-indirect-buffer): New function.
903
904 2000-04-16 Stephen Eglen <stephen@gnu.org>
905
906 * iswitchb.el (iswitchb-case): New function. If the user input
907 contains any upper-case characters, the search is made
908 case-sensitive.
909
910 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
911
912 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
913 comment-end.
914 (texinfo-font-lock-syntactic-keywords): New var.
915 (texinfo-font-lock-keywords): Remove comment regexp.
916 (texinfo-insert-block): New function.
917 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
918 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
919 and font-lock-defaults. Use regexp-opt for outline-regexp.
920 (texinfo-environments): New var.
921 (texinfo-environment-regexp): Use regexp-opt and
922 texinfo-environments.
923
924 * textmodes/ispell.el (ispell-menu-map-needed): Check that
925 ispell-process is bound since this might be eval'd before ispell
926 is loaded.
927 (ispell-message): Use a tiny bit less magic and a bit more hard
928 data to figure out what kind of sc-cite-regexp to use.
929
930 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
931
932 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
933 (insert-cyclic-diary-entry): Unquote the lambda.
934
935 * gud.el (gud-jdb-build-source-files-list): Fix typo.
936
937 * files.el (backup-enable-predicate): Unquote the lambda.
938
939 * cus-edit.el (custom-face, face): Unquote the lambda.
940
941 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
942
943 * ps-print.el: Check for line-beginning-position definition.
944
945 * ps-print.el: Fix counting lines in a region.
946 (ps-print-version): New version number (5.1.5).
947 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
948 (ps-printing-region): Fun code fix.
949
950 2000-04-15 Gerd Moellmann <gerd@gnu.org>
951
952 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
953 to file-directory-p.
954
955 2000-04-14 Gerd Moellmann <gerd@gnu.org>
956
957 * gud.el (gud-jdb-build-source-files-list): Check that directory
958 exists before calling directory-files.
959
960 2000-04-13 Dave Love <fx@gnu.org>
961
962 * emacs-lisp/trace.el: Change maintainer. Use new backquote
963 syntax.
964
965 * emacs-lisp/cl-specs.el: Remove when, unless.
966
967 * emacs-lisp/cl-extra.el: Don't quote keywords.
968 (cl-old-mapc): New variable.
969 (mapc): Use it.
970 (cl-map-intervals): Use with-current-buffer. Don't check for
971 next-property-change.
972 (cl-map-overlays): Use with-current-buffer.
973 (cl-expt): Remove.
974 (copy-tree, remprop): Define unconditionally.
975
976 * emacs-lisp/cl-compat.el (keywordp): Remove.
977
978 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
979 to use keywordp.
980 (edebug-spec): Enable keywordp.
981
982 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
983 string-lessp.
984
985 * cus-start.el: Use keywordp.
986
987 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
988
989 * diary-lib.el (include-other-diary-files): Fix the fix of
990 2000-02-18 by doing a save-excursion.
991
992 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
993
994 * ps-print.el: Customization fix, doc fix.
995 (ps-print-version): New version number (5.1.4).
996 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
997 (ps-print-preprint): Adjust code.
998 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
999 (ps-print-prologue-header, ps-print-control-characters)
1000 (ps-spool-config): Customization fix.
1001
1002 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
1003
1004 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
1005 converted to the new menu-item format, names silightly changed,
1006 help strings added.
1007
1008 Support for spelling without async subprocesses:
1009
1010 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
1011 (ispell-session-buffer): New variables.
1012 (ispell-start-process, ispell-process-status,
1013 ispell-accept-output, ispell-send-string): New functions, for
1014 Ispell invocation when async subprocesses aren't supported.
1015 (ispell-word, ispell-pdict-save, ispell-command-loop,
1016 ispell-process-line, ispell-buffer-local-parsing): Replace calls
1017 to process-send-string with calls to ispell-send-string, and
1018 accept-process-output with ispell-accept-output.
1019 (ispell-init-process): Call ispell-process-status instead of
1020 process-status with.
1021 (ispell-init-process): Call ispell-start-process. Call
1022 ispell-accept-output and ispell-send-string. Don't call
1023 process-kill-without-query and kill-process if they are unbound.
1024 (ispell-async-processp): New function.
1025
1026 2000-04-12 Dave Love <fx@gnu.org>
1027
1028 * info.el: Add debug-ignored-errors.
1029 (Info-mode-menu): Add some items.
1030 (Info-directory): Add autoload cookie.
1031
1032 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
1033 Modify `truncate-lines'. Make `describe-language-environment'
1034 always visible and add help. Modify `describe-key' help. Invoke
1035 Info-directory from `info'. New entry `emacs-manual'.
1036
1037 2000-04-10 Gerd Moellmann <gerd@gnu.org>
1038
1039 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
1040 propertized-buffer-identification.
1041 (ebrowse-update-member-buffer-mode-line): Likewise.
1042 (ebrowse--mode-strings): Removed.
1043 (ebrowse--mode-line-props): Removed.
1044
1045 * files.el (auto-mode-alist): Add `EBROWSE'.
1046
1047 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
1048 space before testing for end of buffer.
1049 (ebrowse-load): Removed.
1050 (ebrowse-revert-tree-buffer-from-file): Rewritten.
1051 (ebrowse-create-tree-buffer): Rewritten.
1052 (ebrowse-tree-mode): Read tree from buffer.
1053
1054 * progmodes/ebrowse-ffh.el: Removed.
1055
1056 2000-04-10 Kenichi Handa <handa@etl.go.jp>
1057
1058 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
1059
1060 2000-04-10 Gerd Moellmann <gerd@gnu.org>
1061
1062 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
1063 at the wrong place.
1064
1065 2000-04-09 Dave Love <fx@gnu.org>
1066
1067 * files.el (backup-enable-predicate): Use
1068 temporary-file-directory, small-temporary-file-directory.
1069 (make-backup-file-name-function, backup-directory-alist): New
1070 variables.
1071 (make-backup-file-name-1): New function.
1072 (make-backup-file-name): Use it.
1073 (find-backup-file-name): Likewise. Use format for clarity, not
1074 concat.
1075 (file-newest-backup): Use make-backup-file-name.
1076
1077 2000-04-09 Gerd Moellmann <gerd@gnu.org>
1078
1079 * progmodes/ebrowse-ffh.el: New file.
1080
1081 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
1082 to ebrowse-ffh.el.
1083 (ebrowse-load): Add autoload.
1084
1085 * finder.el (finder-commentary): Add autoload cookie.
1086
1087 * mail/rfc2368.el: Correct author's email address.
1088
1089 * progmodes/ebrowse.el: New file.
1090
1091 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
1092 item help string.
1093 (easy-menu-do-add-item): Ditto.
1094 (easy-menu-define): Extend doc string.
1095
1096 * jit-lock.el (with-buffer-unmodified): Use
1097 restore-buffer-modified-p.
1098 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
1099 (jit-lock-function, jit-lock-stealth-fontify): Don't use
1100 with-buffer-unmodified.
1101
1102 2000-04-08 Dave Love <fx@gnu.org>
1103
1104 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
1105 unless, when.
1106
1107 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
1108
1109 * viper-util.el (viper-put-on-search-overlay): New subroutine.
1110 (viper-flash-search-pattern): No operation when using Emacs
1111 doesn't support face.
1112 Use `viper-put-on-search-overlay'.
1113
1114 2000-04-04 Gerd Moellmann <gerd@gnu.org>
1115
1116 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
1117 like C-r.
1118
1119 * progmodes/make-mode.el: Some doc fixes.
1120 (makefile-mode-abbrev-table): New variable.
1121 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
1122 (makefile-font-lock-keywords): Fontify includes and conditionals.
1123 (toplevel): Require `dabbrev' and `add-log' when compiling.
1124
1125 * replace.el (perform-replace): Don't move forward one char
1126 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
1127 to do that because it leaves point 1 position after the last
1128 replacement, after everything has been replaced.
1129
1130 * jit-lock.el (with-buffer-unmodified): New macro.
1131 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
1132 modified state.
1133 (jit-lock-function-1): Extracted from jit-lock-function; not
1134 preserving buffer's modified state.
1135 (jit-lock-function, jit-lock-stealth-fontify): Call
1136 jit-lock-function-1.
1137
1138 * mail/rfc2368.el: Remove supernumerary copyright line.
1139
1140 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
1141
1142 * glasses.el: Provide facilities for inserting space before left
1143 parentheses and uncapitalization of identifiers.
1144 (glasses-mode): Try to remove old overlays in all cases.
1145
1146 2000-04-03 Gerd Moellmann <gerd@gnu.org>
1147
1148 * progmodes/compile.el (compile-internal): Display the compilation
1149 buffer in a different frame, if it's already displayed there.
1150
1151 * mail/rfc2368.el: New file.
1152
1153 * simple.el (sendmail-user-agent-compose): Recognize a `body'
1154 header and insert its value as mail body.
1155
1156 * subr.el (member-ignore-case): New function.
1157
1158 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
1159 (dabbrev--find-expansion): Ignore buffers matching a regexp
1160 from dabbrev-ignored-regexps.
1161
1162 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
1163 to extensions handled by gzip.
1164
1165 2000-04-03 Richard M. Stallman <rms@gnu.org>
1166
1167 * files.el (insert-directory): List the total free space
1168 along with the used space.
1169
1170 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
1171 line is followed by one that matches CITATION-REGEXP, end the
1172 paragraph.
1173
1174 2000-04-03 Markus Rost <rost@delysid.gnu.org>
1175
1176 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
1177 (rmail-make-basic-summary-line): Use that option.
1178
1179 2000-04-03 Kenichi Handa <handa@etl.go.jp>
1180
1181 * international/mule-cmds.el (encoded-string-description):
1182 Rewritten. Try pretty description for ISO 2022 escape sequences
1183 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
1184 for hexadecimal format.
1185
1186 2000-04-01 Dave Love <fx@gnu.org>
1187
1188 * cpp.el: Change customization group to `c' from `C'.
1189
1190 * vcursor.el (vcursor-move): Use display-color-p.
1191
1192 * international/mule-util.el: Provide mule-utils.
1193 (string-to-sequence): Simplify and speed up.
1194
1195 * international/mule.el (make-coding-system): Purecopy doc-string.
1196
1197 * international/mule-cmds.el: Various menu changes.
1198 (describe-specified-language-support): Handle `Default'.
1199 (set-language-info): Purecopy `info'.
1200
1201 2000-03-31 Andrew Innes <andrewi@gnu.org>
1202
1203 * vc.el (vc-backend-diff): Return the correct status if we had to
1204 retry the rcsdiff command without the --brief option.
1205
1206 2000-03-31 Dave Love <fx@gnu.org>
1207
1208 * help.el (help-manyarg-func-alist): Correct several omissions.
1209
1210 * add-log.el: Don't require cl, fortran.
1211 (add-log-current-defun-function): Doc fix.
1212 (change-log-version-number-regexp-list): Remove SCCS part. Doc
1213 fix.
1214 (change-log-version-rcs): Function deleted.
1215 (change-log-version-number-search): Doc fix. Use
1216 vc-workfile-version. Avoid CL dolist.
1217 (add-change-log-entry): Just call add-log-current-defun to get
1218 defun. Simplify somewhat.
1219 (change-log-get-method-definition-1): Likewise.
1220 (add-log-current-defun): Return nil if calling
1221 add-log-current-defun-function does so. Move Fortran stuff to
1222 fortran.el. Return string without properties.
1223
1224 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
1225 and :alpha: char classes.
1226
1227 * mail/supercite.el: Defvar curline when compiling.
1228 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
1229 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
1230 rather than a-zA-Z0-9 to allow non-ASCII characters.
1231
1232 2000-03-31 Gerd Moellmann <gerd@gnu.org>
1233
1234 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
1235
1236 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
1237 Re-enable new code.
1238
1239 * lpr.el (print-region-1): Use -d to specify printer name for
1240 systems `usg-unix-v*, `dgux', `hpux', `irix'.
1241
1242 2000-03-31 Dave Love <fx@gnu.org>
1243
1244 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
1245 for function definition in symbol's function value slot first
1246 instead of first consulting byte-compile-function-environment.
1247
1248 2000-03-31 Kenichi Handa <handa@etl.go.jp>
1249
1250 * language/european.el ("Polish"): New language environment.
1251 (setup-polish-environment): New function.
1252
1253 2000-03-30 Gerd Moellmann <gerd@gnu.org>
1254
1255 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
1256 Disable new code.
1257
1258 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
1259 trying to `load' the symbol of an autoload instead of the file
1260 recorded in the autoload. Fix error messages.
1261
1262 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1263
1264 * ps-print.el: PostScript programming fix for ghostview, doc fix.
1265 (ps-print-version): New version number (5.1.3).
1266 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
1267 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
1268 (ps-generate-postscript-with-faces): Code fix.
1269 (ps-color-values): XEmacs compatibility.
1270 (ps-print-background-image, ps-print-background-text, ps-printer-name)
1271 (ps-default-fg, ps-default-bg): Adjust customization.
1272 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
1273 (ps-color-scale): Renaming old ps-color-value fun.
1274 (ps-print-headers): Replace ps-print-header group to avoid conflict
1275 with ps-print-header variable.
1276 (ps-print-miscellany): New group.
1277 (ps-format-color, ps-rgb-color): New funs.
1278 (ps-default-foreground): New var.
1279 (ps-printer-name-option): New const.
1280
1281 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
1282
1283 * net/net-utils.el:
1284 (network-connection-host, network-connection-service): New variables
1285 (network-connection-mode): New mode, derived from comint-mode
1286 (network-connection-mode-setup): New function, saves host and
1287 service information in local variables.
1288
1289 * lisp/locate.el:
1290 (locate-word-at-point): Added this function
1291 (locate): Default to using locate-word-at-point as input
1292 Run dired-mode-hook
1293
1294 2000-03-29 Dave Love <fx@gnu.org>
1295
1296 * calendar/appt.el: Doc fixes.
1297 (appt-check): Convert min-to-app to a string before passing to
1298 appt-disp-window-function or concat.
1299 (appt-delete-window): Remove test for frame-root-window.
1300 (appt-select-lowest-window, appt-convert-time): Simplify.
1301
1302 * emacs-lisp/bytecomp.el: Doc fixes.
1303 (byte-compile-file-form-autoload): Update
1304 byte-compile-function-environment.
1305
1306 2000-03-29 Andreas Schwab <schwab@suse.de>
1307
1308 * emacs-lisp/autoload.el: Also print defsubst doc string
1309 specially.
1310
1311 * dired.el (dired-insert-directory): If dired-free-space-program
1312 failed just delete its output.
1313
1314 2000-03-29 Dave Love <fx@gnu.org>
1315
1316 * international/iso-cvt.el: Move provide to end. Doc fixes.
1317 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
1318 (iso-iso2sgml, iso-sgml2iso): New functions.
1319 (iso-cvt-define-menu): Fix some entries and use backquote for
1320 clarity.
1321
1322 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
1323
1324 2000-03-28 Gerd Moellmann <gerd@gnu.org>
1325
1326 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
1327 ISO-DATE. If non-nil, return date in ISO 8601 format.
1328
1329 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
1330
1331 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
1332 if it ever becomes used.
1333 (log-edit-mode-hook): Default to vc-log-mode-hook.
1334 (log-edit-mode): Fix the docstring.
1335
1336 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
1337 the code.
1338
1339 2000-03-26 Dave Love <fx@gnu.org>
1340
1341 * net/browse-url.el (browse-url): Re-fix case of
1342 browse-url-browser-function being an alist.
1343 (browse-url): Add :link to defgroup.
1344
1345 * files.el: Doc fixes.
1346 (file-truename): Include `[' in wildcard characters.
1347 (automount-dir-prefix): Customize.
1348 (find-file-wildcards): Add :version.
1349 (find-file-noselect): Simplify a mapcar call.
1350
1351 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
1352 compatible with inf-lisp version.
1353 (eval-defun-1): Fix custom-declare-variable case.
1354
1355 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
1356
1357 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
1358
1359 2000-03-24 Gerd Moellmann <gerd@gnu.org>
1360
1361 * Makefile (COMPILE_FIRST): New macro.
1362 (compile-files): Compile files from COMPILE_FIRST first.
1363
1364 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
1365 code.
1366
1367 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
1368 matching open parenthesis in column 0 to defun-prompt-regexp
1369 only if open-paren-in-column-0-is-defun-start is set.
1370
1371 * sun-curs.el: Require CL at compile-time only.
1372
1373 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
1374 instead of copy-list which is a function from CL.
1375 (msb--choose-menu, msb--mode-menu-cond)
1376 (msb--create-buffer-menu-2): Use dolist instead of mapc.
1377 (msb--init-file-alist): Use mapcar instead of mapcan.
1378 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
1379 `(' in column 0 in doc string.
1380 (msb--add-separators): Use mapcar instead of mapcan.
1381
1382 * cus-dep.el: Require CL at compile-time only.
1383
1384 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
1385
1386 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
1387 (byte-compile-warnings): New warning `noruntime'.
1388 (byte-compile-constants, byte-compile-variables): Fix docstring.
1389 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
1390 execute `eval-whenc-compile's body.
1391 (byte-compile-unresolved-functions): Fix docstring.
1392 (byte-compile-eval): New function.
1393 (byte-compile-callargs-warn): Check if the function will be available
1394 at runtime (via property `byte-compile-noruntime').
1395 (byte-compile-print-syms): New function.
1396 (byte-compile-warn-about-unresolved-functions): Also warn about
1397 `noruntime' functions (and use `byte-compile-print-syms').
1398 (byte-compile-file): Capitalize the message.
1399
1400 2000-03-24 Gerd Moellmann <gerd@gnu.org>
1401
1402 * mail/rmail.el (rmail-confirm-expunge): New user-option.
1403 (rmail-expunge): Ask for confirmation depending on the setting
1404 of rmail-confirm-expunge.
1405
1406 2000-03-23 Gerd Moellmann <gerd@gnu.org>
1407
1408 * Makefile (bootstrap-clean): If $(emacs) exists, build
1409 loaddefs.el first. A loaddefs.el that's not up-to-date might
1410 cause a bootstrap failure because things don't autoload as
1411 expected.
1412
1413 2000-03-23 Dave Love <fx@gnu.org>
1414
1415 * net/browse-url.el: Restore previous use of
1416 browse-url-maybe-new-window.
1417
1418 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1419
1420 * ps-print.el: Skip banner page fix.
1421 (ps-print-version): New version number (5.1.2).
1422 (ps-begin-file, ps-end-file, ps-generate): Code fix.
1423
1424 2000-03-23 Dave Pearson <davep@davep.org>
1425
1426 * net/quickurl.el Changed the type of parameter passed to the
1427 function defined by `quickurl-format-function'. Before only the
1428 text of the URL was passed. Now the whole URL structure is passed
1429 and the function is responsible for extracting the parts it
1430 requires. Changed the default of `quickurl-format-function'
1431 accordingly.
1432 (quickurl-insert): Changed the `funcall' of
1433 `quickurl-format-function' to match the above change.
1434 (quickurl-list-insert): Changed the `url' case so that it makes
1435 use of `quickurl-format-function', previous to this the format was
1436 hard wired.
1437
1438 2000-03-22 Gerd Moellmann <gerd@gnu.org>
1439
1440 * startup.el: Change some spellings for the X Window System.
1441
1442 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
1443
1444 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
1445 up the code and the regexp and make sure the cursor is temporarily
1446 moved to the suspicious line while querying the user.
1447
1448 2000-03-22 Jason Rumney <jasonr@gnu.org>
1449
1450 * w32-fns.el (w32-charset-info-alist): Initialize.
1451
1452 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1453
1454 * ps-print.el: N-up last page fix.
1455 (ps-print-version): New version number (5.1.1).
1456 (ps-end-file, ps-end-job, ps-generate): Code fix.
1457
1458 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
1459
1460 * files.el (find-file-run-dired): Update docstring.
1461 (find-directory-functions): New hook.
1462 (find-file-noselect): Run find-directory-functions rather than
1463 calling dired directly.
1464
1465 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
1466
1467 * pcvs.el: Add a minimal leading commentary.
1468 (cvs-make-cvs-buffer): Change the header part by removing the startup
1469 message and adding a `Module' entry. Also replace the FOOTER and
1470 HEADER special fileinfos with the new support in ewoc for updating
1471 its own footer and header.
1472 (cvs-update-header): Update to use the header/footer of the ewoc.
1473 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
1474 (cvs-is-within-p): New function.
1475 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
1476 to only examine some subset of the buffers.
1477
1478 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
1479 `format' instead of our own ad-hoc functions.
1480 Remove HEADER and FOOTER cases, now handled in the EWOC.
1481 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
1482
1483 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
1484 output to avoid scaring the user.
1485 (cvs-parse-table): Catch message for non-up-to-date commits.
1486
1487 * pcvs-defs.el (cvs-startup-message): Remove.
1488 (cvs-global-menu): New autoloaded menu.
1489
1490 * pcvs-util.el (cvs-string-fill): Remove.
1491
1492 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
1493 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
1494 PP part of it and also make it work for footers and headers.
1495 (ewoc-create): Drop POS and BUFFER arguments.
1496 Use the DLL's dummy node to store the end-of-footer position.
1497 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
1498 (ewoc-refresh): Remove unused `header' variable.
1499 (ewoc-(get|set)-hf): New functions.
1500
1501 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
1502 log-view-*-(message|file) and use easy-mmode-define-navigation.
1503 (log-view-message-re): Match SCCS format as well.
1504 And match the revision line rather than the dashed separator line.
1505 (log-view-mode): Use the new define-derived-mode.
1506 (log-view-current-tag): Fill in with an actual implementation.
1507
1508 * cvs-status.el (cvs-status-(prev|next)): Rename from
1509 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
1510 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
1511 to let the output "breathe" a little more (more readable).
1512 (cvs-status-mode): Use the new define-derived-mode.
1513
1514 * smerge-mode.el (smerge-auto-leave): New function and variable.
1515 (smerge-basic-map): Rename from smerge-basic-keymap.
1516 Change the bindings for smerge-diff-*.
1517 (smerge-*-map): Use easy-mmode-defmap.
1518 (smerge-(next|prev)): Use easy-mmode-define-navigation.
1519 (smerge-keep-*): Use smerge-auto-leave.
1520
1521 2000-03-21 Jason Rumney <jasonr@gnu.org>
1522
1523 * cus-edit.el (custom-button-face): Use 3D look for w32.
1524 (custom-button-pressed-face): Likewise.
1525
1526 2000-03-21 Gerd Moellmann <gerd@gnu.org>
1527
1528 * progmodes/etags.el (tags-case-fold-search): New user-option.
1529 (tags-loop-eval): New function. Bind case-fold-search around eval
1530 depending on the value of tags-case-fold-search.
1531 (tags-loop-continue): Use tags-loop-eval.
1532 (find-tag-in-order): Bind case-fold-search depending on the value
1533 of tags-case-fold-search.
1534
1535 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
1536
1537 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
1538 (diff-end-of-hunk): Return the end position for use in
1539 `easy-mmode-define-navigation'.
1540 (diff-recenter): Remove.
1541 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
1542 of `easy-mmode-define-navigation'.
1543 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
1544 previous renaming) and fix to use new names.
1545 (diff-merge-strings): Use \n as separator: simpler, faster.
1546 (diff-mode): Use `define-derived-mode'.
1547
1548 * derived.el (define-derived-mode): Don't autoload anymore.
1549 Prefer the macro-only version provided by easy-mmode.el.
1550
1551 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
1552 `easy-mmode-define-derived-mode'.
1553 Use `combine-run-hooks'.
1554 (easy-mmode-define-navigation): New macro.
1555
1556 * subr.el (combine-run-hooks): New function.
1557
1558 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
1559
1560 * term/x-win.el: Fontsets related initialization is simplified.
1561
1562 * international/mule-diag.el (describe-font): Don't refer to
1563 global-fontset-alist, instead call font-list.
1564 (describe-fontset, list-fontsets, mule-diag): Likewise.
1565 (print-fontset): Adjusted for the change of fontset
1566 implementation.
1567
1568 * international/fontset.el (x-charset-registries): Variable
1569 removed, instead the corresponding data is stored in the default
1570 fontset.
1571 (register-alternate-fontnames): Function removed.
1572 (resolved-ascii-font): Variable removed.
1573 (x-compose-font-name): Ignore the second argument REDOCE.
1574 (x-complement-fontset-spec): Complement only an ASCII font and
1575 element for those charsets than can use that ASCII font.
1576 (generate-fontset-menu): Don't refer to global-fontset-alist,
1577 instead call fontset-list.
1578 (uninstantiated-fontset-alist): Variable removed.
1579 (x-style-funcs-alist): Likewise.
1580 (fontset-default-styles): Likewise.
1581 (x-modify-font-name): Function removed.
1582 (create-fontset-from-fontset-spec): Ignore the argument
1583 STYLE-VARIANT.
1584 (create-fontset-from-ascii-font): Docsting adjusted for the above
1585 change.
1586 (instantiate-fontset, resolve-fontset-name): Functions removed.
1587 (fontset-list): Now implemented by C code.
1588
1589 * faces.el (read-face-font): Fix TABLE arg to completing-read.
1590 (describe-face): Include `font' attribute in the description.
1591
1592 2000-03-21 Kenichi Handa <handa@etl.go.jp>
1593
1594 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
1595
1596 2000-03-20 Gerd Moellmann <gerd@gnu.org>
1597
1598 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
1599 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
1600 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
1601
1602 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
1603 about behavior of set-buffer-modified-p wrt redisplay.
1604
1605 2000-03-19 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1606
1607 * view.el (view-mode-disable): Kill local binding of view-read-only.
1608
1609 2000-03-18 Gerd Moellmann <gerd@gnu.org>
1610
1611 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
1612 is a string, convert it to a syntax cell using string-to-syntax.
1613
1614 * simple.el (syntax-code-table, syntax-flag-table): New variables.
1615 (string-to-syntax): New function.
1616
1617 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
1618 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
1619 try to use passive ftp mode.
1620
1621 2000-03-17 Gerd Moellmann <gerd@gnu.org>
1622
1623 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
1624
1625 * simple.el (append-to-buffer): Update point of windows after
1626 insertion.
1627
1628 * abbrev.el (inverse-add-abbrev): Identify word by first moving
1629 forward then moving backward. Reindent.
1630
1631 * frame.el (other-frame): Call x-focus-frame only if
1632 focus-follows-mouse is off.
1633
1634 2000-03-17 Dave Love <fx@gnu.org>
1635
1636 * pcvs-util.el (cvs-strings->string): Rename
1637 replace-regexps-in-string.
1638
1639 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
1640
1641 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
1642 regexp for labels cannot span several lines.
1643
1644 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
1645 `(setq :<key> ':<key>)' to the macro expansion.
1646
1647 2000-03-16 Dave Love <fx@gnu.org>
1648
1649 * progmodes/f90.el (f90): Put custom group under `languages', not
1650 `fortran'.
1651 (f90-mode-hook): Customize.
1652 (f90-mode): Set add-log-current-defun-function.
1653 (f90-current-defun): New function.
1654
1655 2000-03-16 Gerd Moellmann <gerd@gnu.org>
1656
1657 * cus-edit.el (custom-variable-tag-face): Handle case that
1658 default face's height is not a number.
1659 (custom-face-tag-face, custom-group-tag-face-1)
1660 (custom-group-tag-face): Ditto.
1661 (custom-group-tag-face-1): Add :group.
1662
1663 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
1664
1665 2000-03-15 Gerd Moellmann <gerd@gnu.org>
1666
1667 * pcvs-defs.el (toplevel): Remove autoload cookie for form
1668 requiring easymenu.
1669
1670 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1671
1672 * ps-print.el: PostScript user-defined prologue, PostScript error
1673 handler, doc fix.
1674 (ps-print-version): New version number (5.1).
1675 (ps-user-defined-prologue, ps-error-handler-message)
1676 (ps-print-prologue-0, ps-error-handler-alist): New vars.
1677 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
1678 (ps-insert-string): New function.
1679
1680 2000-03-15 Kenichi Handa <handa@etl.go.jp>
1681
1682 * international/ccl.el (ccl-compile-expression): Don't generate
1683 invalid self-assignment code.
1684
1685 2000-03-14 Dave Love <fx@gnu.org>
1686
1687 * subr.el (replace-regexp-in-string): Renamed from
1688 replace-regexps-in-string. Doc fix.
1689
1690 2000-03-12 Dave Love <fx@gnu.org>
1691
1692 * cus-edit.el: Doc fixes.
1693 (customize-set-variable, customize-save-variable): Rename args for
1694 doc.
1695 (custom-variable-tag-face, custom-face-tag-face)
1696 (custom-group-tag-face-1, custom-group-tag-face): Modify from
1697 style which user identify as hyperlink.
1698 (hook): Don't add undefined functions to the hook.
1699 (debug-ignored-errors): Transfer message from bindings.el.
1700
1701 2000-03-12 Gerd Moellmann <gerd@gnu.org>
1702
1703 * recentf.el (recentf-keep-non-readable-files-p): Remove
1704 double/nested definition.
1705
1706 2000-03-12 Dave Love <fx@gnu.org>
1707
1708 * facemenu.el (facemenu-get-face): Use display-color-p.
1709 * enriched.el (enriched-decode-foreground): Likewise.
1710 (enriched-decode-background): Likewise.
1711 * isearch.el (isearch-highlight): Likewise.
1712 * info-look.el (info-lookup): Likewise.
1713 * simple.el (completion-setup-function): Likewise.
1714
1715 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
1716 :options.
1717
1718 * bindings.el (mode-line-format): Fix line-number and
1719 column-number items. Add help-echo for the background.
1720 (mode-line-mule-info): Modify help-echo.
1721
1722 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
1723 defcustom.
1724
1725 * files.el (load-file): Allow completion to .elc.
1726
1727 * man.el: Doc fixes.
1728 (Man-init-defvars): Use display-color-p to set fontification.
1729
1730 * play/hanoi.el (hanoi-internal): Don't use oddp.
1731
1732 2000-03-12 Gerd Moellmann <gerd@gnu.org>
1733
1734 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
1735
1736 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
1737
1738 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
1739
1740 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
1741 Fix comment.
1742
1743 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
1744
1745 * font-lock.el (font-lock-keywords): Fix the doc now that
1746 regexp-opt-depth is unnecessary.
1747 (save-buffer-state): Set an edebug spec.
1748 (font-lock-fontify-anchored-keywords): Properly handle the case when
1749 the matcher goes past the limit.
1750
1751 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
1752 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
1753
1754 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
1755 dll.el and cookie.el (from Elib) with heavy renaming and other
1756 massaging.
1757
1758 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
1759 Autoload the functions used.
1760 (easy-mmode-define-syntax): Fix CL typo.
1761 (easy-mmode-define-derived-mode): Improve the docstring generation.
1762
1763 2000-03-10 Gerd Moellmann <gerd@gnu.org>
1764
1765 * textmodes/texinfo.el (texinfo-version): Variable and function
1766 removed.
1767
1768 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
1769
1770 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
1771 allow more flexibility.
1772 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
1773 fns.
1774 (easy-mmode-defmap, easy-mmode-defsyntax)
1775 (easy-mmode-define-derived-mode): New macros.
1776
1777 2000-03-09 Didier Verna <didier@xemacs.org>
1778
1779 * rect.el (replace-rectangle): New function.
1780
1781 2000-03-09 Dave Love <fx@gnu.org>
1782
1783 * progmodes/fortran.el (fortran-comment-line-start): Define as
1784 "C".
1785 (fortran-comment-line-start-skip): Don't match cpp stuff.
1786 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
1787 (fortran-mode-map): Remove over-eager custom-menu-create for now.
1788 (fortran-mode): Don't set fortran-comment-line-start-skip,
1789 fortran-comment-line-start here. Set comment-start,
1790 add-log-current-defun.
1791 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
1792 (fortran-current-defun): New function.
1793
1794 2000-03-09 Gerd Moellmann <gerd@gnu.org>
1795
1796 * emacs-lisp/re-builder.el: New file.
1797
1798 * mouse.el (mouse-drag-region): Don't run up-event handler
1799 if hscroll has changed.
1800
1801 * octave-mod.el (octave-font-lock-keywords): To font-lock the
1802 builtin operators, use `font-lock-builtin-face' for Emacs and
1803 `font-lock-preprocessor-face' otherwise.
1804
1805 * font-lock.el (lisp-font-lock-keywords-1): Highlight
1806 `(defun (setf foo)' differently.
1807
1808 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
1809
1810 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
1811 (regexp-opt): Update comment and adapt the code the new meaning of
1812 the `paren' argument of regex-opt-group for shy-groups.
1813 (regexp-opt-depth): Handle shy groups as well as backslashed
1814 backslashes.
1815 (regexp-opt-group): Turn the leading comment into a docstring.
1816 Allow `paren' to be a string (the string to use to open a group).
1817 Remove open-presuf and close-presuf. Instead of checking for `all
1818 one-char' and then later on check for `several one-char', handle
1819 both cases close together. Also apply a more generic algorithm
1820 for suffixes (the mirror image of the algorithm used for
1821 prefixes). Use shy-groups. Use nreverse rather than reverse.
1822 (regexp-opt-try-suffix): Removed.
1823
1824 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
1825 from comint-mode-map, so we can just inherit from it. Also, move
1826 the initialization into the `defvar' since there's no docstring
1827 anyway and it's fairly short.
1828 (inferior-scheme-mode): Define it as derived-mode: the code is
1829 shorter and this way we inherit from comint-mode-map rather than
1830 copying it.
1831
1832 * subr.el (replace-regexps-in-string): Properly handle the case
1833 where we match an empty string.
1834
1835 * comint.el (comint-exec-1): Add the current-dir to the exec-path
1836 when the command has a directory component (such as "./testml").
1837 Also fix a typo in the comment.
1838
1839 2000-03-08 Gerd Moellmann <gerd@gnu.org>
1840
1841 * Makefile (compile-files): Compile files one by one because
1842 that's the only way to ensure a clean compilation environment for
1843 each individual file.
1844
1845 * frame.el (other-frame): Call x-focus-frame.
1846
1847 2000-03-07 Dave Love <fx@gnu.org>
1848
1849 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
1850 :require to defcustom.
1851
1852 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
1853 lists.
1854
1855 * files.el (auto-mode-alist): Add configure.in.
1856
1857 * progmodes/autoconf.el: New file.
1858
1859 2000-03-07 Gerd Moellmann <gerd@gnu.org>
1860
1861 * mail/mh-e.el: Change maintainer to `none'.
1862
1863 * recentf.el (recentf-keep-non-readable-files-p): Quote args
1864 to remove-hook and add-hook.
1865
1866 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1867
1868 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
1869 it as the default.
1870 (mail-send): Test mail-send-nonascii also for the new `mime' value.
1871 (sendmail-send-it): Conditionally add MIME headers specifying the
1872 used character set.
1873
1874 2000-03-07 Dave Love <fx@gnu.org>
1875
1876 * winner.el: Fix keywords, autoload cookies. Split
1877 eval-when-compile form to avoid compilation failure.
1878
1879 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
1880
1881 * international/mule.el: Modify comment about coding system
1882 property `coding-category'.
1883 (make-coding-system): New argument EOL-TYPE. Pay attention to
1884 coding-category property of PROPERTIES.
1885
1886 * international/mule-conf.el (coding-category-utf-8,
1887 coding-category-utf-16-be, coding-category-utf-16-le): New coding
1888 categories. Include them in the argument for set-coding-priority.
1889
1890 * international/mule-cmds.el (reset-language-environment): Include
1891 coding-category-utf-8, coding-category-utf-16-be, and
1892 coding-category-utf-16-le in the argument for set-coding-priority.
1893 (reset-language-environment): Initialize coding-category-utf-8,
1894 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
1895
1896 2000-03-06 Karl Fogel <kfogel@red-bean.com>
1897
1898 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
1899 code abstracted out of `bookmark-jump-noselect'. Now tries info
1900 extensions as well as compression extensions.
1901 (bookmark-jump-noselect): Use above new func.
1902
1903 2000-03-03 Gerd Moellmann <gerd@gnu.org>
1904
1905 * strokes.el: Change maintainer's mail address.
1906
1907 2000-03-03 Kenichi Handa <handa@etl.go.jp>
1908
1909 * international/mule-diag.el (list-character-sets): Make help-echo
1910 string by substitute-command-keys.
1911 (list-character-sets): Likewise.
1912 (sort-listed-character-sets): Call help-setup-xref.
1913
1914 2000-03-02 Gerd Moellmann <gerd@gnu.org>
1915
1916 * time.el (display-time-mail-file): Add `none' to the list of
1917 choices.
1918
1919 2000-03-01 Dave Love <fx@gnu.org>
1920
1921 * help.el (help-xref-go-back): Don't try to set position.
1922
1923 * international/mule-diag.el (list-character-sets): Call
1924 help-setup-xref. Add help-echo to xrefs.
1925 (list-character-sets-1): Add help-echo to xrefs.
1926
1927 2000-03-02 Gerd Moellmann <gerd@gnu.org>
1928
1929 * frame.el (blink-cursor-mode): Switch cursor on when turning
1930 the mode off.
1931
1932 * add-log.el (add-log-current-defun): Add support for
1933 Autoconf mode.
1934
1935 * mail/rmail.el (rmail-quit-hook): New variable.
1936
1937 2000-03-01 Dave Love <fx@gnu.org>
1938
1939 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
1940
1941 * help.el (help-xref-button): Add help-echo arg.
1942 (describe-function-1, describe-variable, help-make-xrefs): Use it.
1943
1944 * faces.el (list-faces-display): Supply help-echo with
1945 help-make-xrefs.
1946
1947 * facemenu.el (list-text-properties-at): Set help-xref-stack to
1948 nil.
1949
1950 2000-03-01 Gerd Moellmann <gerd@gnu.org>
1951
1952 * image.el (defimage): Look for image files in load-path.
1953
1954 * frame.el (busy-cursor-delay-seconds): Change type to
1955 `number'.
1956
1957 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
1958
1959 * recentf.el (recentf): Added version tag to the defgroup of
1960 recentf.
1961
1962 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
1963
1964 * recentf.el (recentf-cleanup): Changed to remove excluded file
1965 too.
1966 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
1967 action to select/unselect a file.
1968 (recentf-edit-list): Code cleanup and improvement.
1969 (recentf-open-more-files-action): `recentf-open-more-files' button
1970 widget action to open a file.
1971 (recentf-open-more-files): No more use standard completion but
1972 widgets.
1973 (recentf-more-collection): Deleted.
1974 (recentf-more-history): Deleted.
1975 (recentf-setup-more-completion): Deleted.
1976
1977 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
1978
1979 * recentf.el (recentf-mode): No more needs that Emacs is running
1980 under a window-system.
1981
1982 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
1983
1984 * recentf.el (recentf-edit-list): New command to edit the recent
1985 list which allow the user to remove files.
1986 (recentf-edit-selected-items): New global variable, used by
1987 `recentf-edit-list' to hold the list of files to be removed from
1988 the recent list.
1989 (recentf-make-menu-items): Updated to display a "Edit list..."
1990 menu item. Minor code cleanup.
1991
1992 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
1993
1994 * recentf.el (recentf-open-more-files): New command to open files
1995 that are not displayed in the menu.
1996 (recentf-more-collection): New global variable holding the set of
1997 permissible completions used by `recentf-open-more-files'.
1998 (recentf-more-history): New global variable holding the history list
1999 used by `recentf-open-more-files' completion.
2000 (recentf-setup-more-completion): New function to setup completion for
2001 `recentf-open-more-files'.
2002 (recentf-make-menu-items): Updated to display a "More..." menu item.
2003
2004 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
2005
2006 * recentf.el (recentf-menu-action): Doc fixed.
2007
2008 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
2009
2010 * recentf.el (recentf-menu-filter): Doc updated.
2011 (recentf-update-menu-hook): Allow menu filters to force menu update.
2012 (recentf-make-menu-items): New menu filter handling.
2013 (recentf-make-menu-item): New helper function.
2014 (recentf-menu-elements): New menu handling function.
2015 (recentf-sort-ascending): Updated to new menu filter handling.
2016 (recentf-sort-descending): Updated to new menu filter handling.
2017 (recentf-sort-basenames-ascending): New menu filter function.
2018 (recentf-sort-basenames-descending): New menu filter function.
2019 (recentf-show-basenames): New menu filter function.
2020 (recentf-show-basenames-ascending): New menu filter function.
2021 (recentf-show-basenames-descending): New menu filter function.
2022
2023 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2024
2025 * diary-lib.el (list-diary-entries): Don't try to go forward at
2026 the end of the buffer.
2027
2028 2000-02-29 Kenichi Handa <handa@etl.go.jp>
2029
2030 * international/mule-diag.el (list-character-sets): Completely
2031 rewritten.
2032 (sort-listed-character-sets): New function.
2033 (list-character-sets-1): Completely rewritten.
2034 (list-character-sets-2): New function.
2035 (non-iso-charset-alist): New variable.
2036 (decode-codepage-char): New function.
2037 (charset-history): New variable.
2038 (read-charset) (list-block-of-chars)
2039 (list-iso-charset-chars)
2040 (list-non-iso-charset-chars)
2041 (list-charset-chars): New functions.
2042 (mule-diag): Call list-character-sets-2, not
2043 list-character-sets-2.
2044 (dump-charsets): Likewise.
2045
2046 2000-02-29 Gerd Moellmann <gerd@gnu.org>
2047
2048 * dired-x.el (dired-filename-at-point): Add `@' to valid
2049 file name characters.
2050 (dired-filename-at-point): Handle ange-ftp file names.
2051
2052 * frame.el (frame-notice-user-settings): Use assq-delete-all
2053 instead of assoc-delete-all.
2054 (frame-notice-user-settings): Ditto.
2055
2056 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
2057 Don't copy alist.
2058
2059 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
2060
2061 * calculator.el (calculator-use-menu): New option.
2062 (calculator-initial-bindings): Changed some bindings to work as
2063 macros.
2064 (calculator-forced-input): Removed.
2065 (calculator-restart-other-mode): New variable.
2066 (calculator-mode-map): Set up menu.
2067
2068 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
2069
2070 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
2071 tags.
2072
2073 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
2074
2075 * viper-cmd.el (viper-envelop-ESC-key): added the option to
2076 translate all ESC key sequences.
2077 (viper-goto-mark-subr): restore markers for files for which
2078 they were saved.
2079 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
2080 * viper-util.el (viper-set-replace-overlay-glyphs,
2081 viper-set-replace-overlay): always check if the replacement
2082 overlay is live.
2083 * viper.el (viper-vi-state-mode-list): added major modes.
2084 * ediff-wind.el: minor comment changes.
2085 * ediff.el: copyright notice date fix.
2086
2087 2000-02-27 Jason Rumney <jasonr@gnu.org>
2088
2089 * faces.el (face-font-family-alternatives): Add arial to helv.
2090 (mode-line, header-line, tool-bar): Same default as x for w32.
2091 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
2092 face-font-family-alternatives from working.
2093 * term/w32-win.el (mouse-set-font): Do not build fontset from
2094 chosen font.
2095
2096 2000-02-25 Sam Steingold <sds@goems.com>
2097
2098 * emacs-lisp/cl-indent.el (toplvel): Indent `pprint-logical-block'
2099 properly.
2100
2101 2000-02-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2102
2103 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
2104
2105 2000-02-25 Gerd Moellmann <gerd@gnu.org>
2106
2107 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
2108 writable.
2109
2110 * frame.el (busy-cursor-delay-seconds): New option.
2111
2112 2000-02-24 Gerd Moellmann <gerd@gnu.org>
2113
2114 * frame.el (show-cursor-in-non-selected-windows): New option.
2115
2116 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2117
2118 * diary-lib.el (include-other-diary-files): Undo the selective
2119 display in any included file and don't kill it.
2120
2121 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
2122
2123 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
2124 bar. Menu items converted to (menu-item format, help strings
2125 added.
2126 [downcase, upcase]: Don't enable on MS-DOS.
2127 [symlink, symlinks]: Don't show if make-symbolic-link is not
2128 bound.
2129 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
2130
2131 2000-02-23 Dave Love <fx@gnu.org>
2132
2133 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
2134 (backward-kill-word): Revert addition of * to interactive spec --
2135 it's a feature.
2136
2137 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
2138 (backward-kill-sentence, kill-sentence): Likewise.
2139
2140 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
2141 scratch buffer name.
2142 (gud-format-command): Use int-to-string in ?l case. Simplify
2143 slightly.
2144
2145 * term/w32-win.el (internal-face-interactive): Update prompt for
2146 new read-face-name.
2147
2148 * mail/footnote.el (footnote): Add :version to defgroup.
2149 (footnote-section-tag-regexp): Customize.
2150 (footnote-start-tag, footnote-end-tag): New option.
2151 (footnote-latin-regexp): New variable.
2152 (Footnote-latin): New function.
2153 (footnote-style-alist): Add element for latin style.
2154 (footnote-style): Moved.
2155 (Footnote-goto-footnote): Use eq to test arg.
2156
2157 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
2158
2159 * emacs-lisp/byte-opt.el: Change old backquote syntax.
2160 (byte-compile-trueconstp): Include keywords.
2161 (byte-optimize-quote, byte-optimize-lapcode): Use
2162 byte-compile-const-symbol-p.
2163 (byte-optimize-char-before): New optimization.
2164
2165 * emacs-lisp/bytecomp.el: Change old backquote syntax.
2166 (byte-compile-const-symbol-p): New function.
2167 (byte-compile-constp, byte-compile-out-toplevel)
2168 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
2169 Use it.
2170
2171 * subr.el (define-key-after): Default AFTER to t. Doc fix.
2172
2173 2000-02-23 Kenichi Handa <handa@etl.go.jp>
2174
2175 * international/encoded-kb.el: Be sure to update minor-mode-alist
2176 and minor-mode-map-alist.
2177 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
2178 codes SS2 and SS3 correctly.
2179 (encoded-kbd-self-insert-ccl): New function.
2180 (encoded-kbd-setup-keymap): New function.
2181 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
2182 by calling encoded-kbd-setup-keymap.
2183
2184 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
2185 characters.
2186 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
2187 locally.
2188
2189 2000-02-22 Dave Love <fx@gnu.org>
2190
2191 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
2192 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
2193 defvar.
2194 (lisp-mode-syntax-table): Set up for #|...|# comments.
2195 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
2196 classes. Match `defface'.
2197 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
2198 (eval-defun-1): Fix for defcustom.
2199 (lisp-indent-region): Doc fix.
2200
2201 * subr.el (when, unless, split-string): Doc fix.
2202 (read-passwd): Move call of clear-this-command-keys to the right
2203 place.
2204 (replace-regexps-in-string): New function.
2205
2206 2000-02-22 Gerd Moellmann <gerd@gnu.org>
2207
2208 * help.el (describe-variable): Set syntax table to
2209 emacs-lisp-mode-syntax-table when moving forward over the
2210 symbol's name.
2211
2212 2000-02-22 Dave Love <fx@gnu.org>
2213
2214 * xt-mouse.el: Doc fixes.
2215 (xterm-mouse-position-function): New function, replacing advice of
2216 mouse-position.
2217 (xterm-mouse-mode): Use it. Don't turn on under a window system.
2218
2219 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
2220
2221 2000-02-21 Gerd Moellmann <gerd@gnu.org>
2222
2223 * format.el (format-annotate-single-property-change): Handle
2224 properties.with dotted-list values.
2225 (format-proper-list-p): New function.
2226
2227 * enriched.el (enriched-face-ans): Handle '(foreground-color
2228 . COLOR) and (background-color . COLOR).
2229
2230 2000-02-20 Dave Love <fx@gnu.org>
2231
2232 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
2233 and assignments to it.
2234 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
2235 current local map.
2236 (make-flyspell-overlay): Use it.
2237 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
2238
2239 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
2240 (lm-get-header-re): Defun, not defsubst.
2241 (lm-get-package-name): Defun, not defsubst. Simplify.
2242 (lm-version): Doc fix. Simplify.
2243 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
2244 (lm-crack-address, lm-last-modified-date, lm-commentary)
2245 (lm-verify, lm-synopsis): Simplify.
2246 (lm-report-bug): Require emacsbug. Use compose-mail.
2247
2248 2000-02-20 Gerd Moellmann <gerd@gnu.org>
2249
2250 * dired.el (dired-mode): Call propertized-buffer-identification
2251 to set mode-line-buffer-identification to something having
2252 the right text properties.
2253
2254 * bindings.el (propertized-buffer-identification): New function.
2255
2256 2000-02-20 Dave Love <fx@gnu.org>
2257
2258 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
2259 check for t-mouse too.
2260
2261 * cus-start.el: Make echo-keystrokes `number'.
2262
2263 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
2264
2265 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
2266 Don't call ring-empty-p unless tags-location-ring is bound.
2267 From Noah Friedman <friedman@splode.com>.
2268
2269 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
2270
2271 * progmodes/hideshow.el (hs-flag-region): No longer use
2272 `intangible' overlay property.
2273
2274 (hs-toggle-hiding): New command.
2275 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
2276
2277 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
2278 Fix omission bug: Run `hs-minor-mode-hook' for both activation
2279 and deactivation.
2280
2281 2000-02-18 Gerd Moellmann <gerd@gnu.org>
2282
2283 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
2284
2285 2000-02-17 Gerd Moellmann <gerd@gnu.org>
2286
2287 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
2288
2289 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
2290 of `*' to handle `(* ... *)' comments.
2291
2292 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
2293
2294 * faces.el (list-faces-display): Use display-mouse-p instead of
2295 window-system.
2296
2297 * menu-bar.el (global-map): Menu-bar items converted to the new
2298 format (menu-item..., rearranged for better CUA compliance, and
2299 their names changed for better clarity. Help strings added.
2300
2301 * international/mule-cmds.el (mule-menu-keymap)
2302 (describe-language-environment-map, set-coding-system-map)
2303 (setup-language-environment-map): Convert to new (menu-item...
2304 form, add help strings. Change names of menu items for better
2305 clarity. "Mule" menu-bar item removed (it's now in the "Options"
2306 submenu).
2307
2308 2000-02-17 Gerd Moellmann <gerd@gnu.org>
2309
2310 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
2311 within the code.
2312
2313 2000-02-16 Dave Love <fx@gnu.org>
2314
2315 * faces.el: Don't require custom. Add more specific :groups to
2316 various deffaces.
2317 (set-face-attribute): Purecopy args.
2318 (read-face-name): Default to name at point and use it in prompt.
2319 Remove colon from arg in all callers.
2320 (list-faces-display): Hyperlink to face descriptions and customize
2321 buffers.
2322
2323 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
2324
2325 * wid-edit.el (widget-match-inline): An atom never matches a
2326 list.
2327
2328 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2329
2330 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
2331 at ':' characters by call to split-string.
2332
2333 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2334
2335 * textmodes/bibtex.el: Added RCS version identification.
2336
2337 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2338
2339 * textmodes/bibtex.el: Some temporary comments removed.
2340 (bibtex-field-name, bibtex-entry-type): Made the relationship
2341 explicit.
2342 (bibtex-field-const): Allow capital letters.
2343 (bibtex-start-of-string): Deleted because unused.
2344
2345 * textmodes/bibtex.el: Unified some nomenclature. We no longer
2346 use the term 'reference' to describe a bibtex entry as a whole.
2347 Further, reference keys are no longer called 'labels'.
2348 (bibtex-keys): Renamed to bibtex-reference-keys.
2349 (bibtex-reformat-previous-labels): Renamed to
2350 bibtex-reformat-previous-reference-keys.
2351 (bibtex-reference-type): Renamed to bibtex-entry-type.
2352 (bibtex-reference-head): Renamed to bibtex-entry-head.
2353 (bibtex-reference-maybe-empty-head): Renamed to
2354 bibtex-entry-maybe-empty-head.
2355 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
2356 (bibtex-search-reference): Renamed to bibtex-search-entry.
2357 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
2358 bibtex-enclosing-entry-maybe-empty-head.
2359 (bibtex-entry-field-alist, bibtex-entry-head,
2360 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
2361 bibtex-map-entries, bibtex-search-entry,
2362 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
2363 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2364 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
2365 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
2366 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
2367 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
2368 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
2369
2370 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2371
2372 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
2373 comment.
2374 (bibtex-format-field-delimiters): New function, functionality
2375 extracted from bibtex-format-entry.
2376 (bibtex-autokey-get-yearfield-digits): New function, functionality
2377 extracted from bibtex-autokey-get-yearfield.
2378
2379 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
2380 entries in order to avoid stack overflow in the regexp matcher if
2381 field contents become large.
2382 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
2383 bibtex-field-string-part-not-braced,
2384 bibtex-field-string-part-no-inner-braces,
2385 bibtex-field-string-part-1-inner-brace,
2386 bibtex-field-string-part-2-inner-braces,
2387 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
2388 bibtex-field-string-quoted, bibtex-field-string,
2389 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
2390 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
2391 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
2392 as parsing is now performed by the following functions.
2393 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
2394 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
2395 bibtex-parse-field-string, bibtex-search-forward-field-string,
2396 bibtex-parse-association, bibtex-field-name-for-parsing,
2397 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
2398 bibtex-search-forward-field, bibtex-search-backward-field,
2399 bibtex-start-of-field, bibtex-end-of-field,
2400 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
2401 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
2402 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
2403 bibtex-parse-string, bibtex-search-forward-string,
2404 bibtex-search-backward-string, bibtex-start-of-string,
2405 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
2406 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
2407 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
2408 entries. Instead of reporting the results of the parsing by
2409 match-beginning or match-end, these functions return data structures
2410 that hold the corresponding positions.
2411 (bibtex-enclosing-field): Changed to also report field boundaries by
2412 return values rather than by match-beginning or match-end. The
2413 following functions have been adapted to use the new parsing
2414 functions.
2415 (bibtex-skip-to-valid-entry, bibtex-search-reference,
2416 bibtex-enclosing-field, bibtex-format-entry,
2417 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
2418 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
2419 bibtex-print-help-message, bibtex-end-of-entry,
2420 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
2421 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2422 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
2423 method for parsing.
2424 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
2425 bibtex-map-entries, bibtex-flash-head,
2426 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
2427 bibtex-autokey-change, bibtex-autokey-get-namefield,
2428 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
2429 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2430 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
2431 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2432 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
2433 order to make the new binding of case-fold-search immediately
2434 visible.
2435
2436 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2437
2438 * textmodes/bibtex.el: Copyright notice is up to date.
2439 Added constant 'bibtex-maintainer-salutation.
2440
2441 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
2442 than make-temp-name, use match-string-no-properties and eliminate
2443 a quadratic behavior when building bibtex-strings.
2444
2445 * bibtex.el (bibtex-reference-key): Accept string entries whose
2446 reference key contains upper case letters.
2447
2448 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2449
2450 * bibtex.el (bibtex-reference-head): Allow entries to start with
2451 a new line.
2452
2453 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2454
2455 * bibtex.el: Hiding of entry bodies is not longer provided by
2456 bibtex.el directly. Instead the hideshow package can be used.
2457 Added a special bibtex entry to hs-special-modes-alist.
2458 (bibtex-hs-forward-sexp): Added for hideshow.el.
2459
2460 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2461
2462 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
2463 at ':' characters by call to split-string.
2464
2465 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2466
2467 * textmodes/bibtex.el: Added RCS version identification.
2468
2469 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2470
2471 * textmodes/bibtex.el: Some temporary comments removed.
2472 (bibtex-field-name, bibtex-entry-type): Made the relationship
2473 explicit.
2474 (bibtex-field-const): Allow capital letters.
2475 (bibtex-start-of-string): Deleted because unused.
2476
2477 * textmodes/bibtex.el: Unified some nomenclature. We no longer
2478 use the term 'reference' to describe a bibtex entry as a whole.
2479 Further, reference keys are no longer called 'labels'.
2480 (bibtex-keys): Renamed to bibtex-reference-keys.
2481 (bibtex-reformat-previous-labels): Renamed to
2482 bibtex-reformat-previous-reference-keys.
2483 (bibtex-reference-type): Renamed to bibtex-entry-type.
2484 (bibtex-reference-head): Renamed to bibtex-entry-head.
2485 (bibtex-reference-maybe-empty-head): Renamed to
2486 bibtex-entry-maybe-empty-head.
2487 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
2488 (bibtex-search-reference): Renamed to bibtex-search-entry.
2489 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
2490 bibtex-enclosing-entry-maybe-empty-head.
2491 (bibtex-entry-field-alist, bibtex-entry-head,
2492 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
2493 bibtex-map-entries, bibtex-search-entry,
2494 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
2495 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2496 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
2497 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
2498 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
2499 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
2500 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
2501
2502 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2503
2504 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
2505 comment.
2506 (bibtex-format-field-delimiters): New function, functionality
2507 extracted from bibtex-format-entry.
2508 (bibtex-autokey-get-yearfield-digits): New function, functionality
2509 extracted from bibtex-autokey-get-yearfield.
2510
2511 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
2512 entries in order to avoid stack overflow in the regexp matcher if
2513 field contents become large.
2514 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
2515 bibtex-field-string-part-not-braced,
2516 bibtex-field-string-part-no-inner-braces,
2517 bibtex-field-string-part-1-inner-brace,
2518 bibtex-field-string-part-2-inner-braces,
2519 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
2520 bibtex-field-string-quoted, bibtex-field-string,
2521 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
2522 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
2523 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
2524 as parsing is now performed by the following functions.
2525 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
2526 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
2527 bibtex-parse-field-string, bibtex-search-forward-field-string,
2528 bibtex-parse-association, bibtex-field-name-for-parsing,
2529 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
2530 bibtex-search-forward-field, bibtex-search-backward-field,
2531 bibtex-start-of-field, bibtex-end-of-field,
2532 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
2533 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
2534 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
2535 bibtex-parse-string, bibtex-search-forward-string,
2536 bibtex-search-backward-string, bibtex-start-of-string,
2537 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
2538 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
2539 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
2540 entries. Instead of reporting the results of the parsing by
2541 match-beginning or match-end, these functions return data structures
2542 that hold the corresponding positions.
2543 (bibtex-enclosing-field): Changed to also report field boundaries by
2544 return values rather than by match-beginning or match-end. The
2545 following functions have been adapted to use the new parsing
2546 functions.
2547 (bibtex-skip-to-valid-entry, bibtex-search-reference,
2548 bibtex-enclosing-field, bibtex-format-entry,
2549 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
2550 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
2551 bibtex-print-help-message, bibtex-end-of-entry,
2552 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
2553 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2554 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
2555 method for parsing.
2556 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
2557 bibtex-map-entries, bibtex-flash-head,
2558 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
2559 bibtex-autokey-change, bibtex-autokey-get-namefield,
2560 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
2561 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2562 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
2563 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2564 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
2565 order to make the new binding of case-fold-search immediately
2566 visible.
2567
2568 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2569
2570 * textmodes/bibtex.el: Copyright notice is up to date.
2571 Added constant 'bibtex-maintainer-salutation.
2572
2573 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
2574 than make-temp-name, use match-string-no-properties and eliminate
2575 a quadratic behavior when building bibtex-strings.
2576
2577 * bibtex.el (bibtex-reference-key): Accept string entries whose
2578 reference key contains upper case letters.
2579
2580 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2581
2582 * bibtex.el (bibtex-reference-head): Allow entries to start with
2583 a new line.
2584
2585 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2586
2587 * bibtex.el: Hiding of entry bodies is not longer provided by
2588 bibtex.el directly. Instead the hideshow package can be used.
2589 Added a special bibtex entry to hs-special-modes-alist.
2590 (bibtex-hs-forward-sexp): Added for hideshow.el.
2591
2592 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2593
2594 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
2595 proceedings entry type (for cross referencing). Thanks to Wagner
2596 Toledo Correa for the suggestion.
2597
2598 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
2599
2600 2000-02-14 Kenichi Handa <handa@etl.go.jp>
2601
2602 * international/characters.el: Setup case table for Vietnamese.
2603
2604 2000-02-12 Gerd Moellmann <gerd@gnu.org>
2605
2606 * uniquify.el (toplevel): Require CL at compile time.
2607 (uniquify-push): Removed.
2608
2609 * shadowfile.el (shadow-when): Removed.
2610
2611 * tempo.el (tempo-dolist, tempo-mapc): Removed.
2612 (tempo-process-and-insert-string): Use dolist instead of
2613 tempo-dolist.
2614
2615 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
2616 regexp for paragraph-start.
2617
2618 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
2619 commas as well.
2620
2621 2000-02-10 Dave Love <fx@gnu.org>
2622
2623 * wid-edit.el: (widgets) [defgroup]: Remove url link.
2624 (widget-color-choice-list, widget-color-history, widget-mouse-help):
2625 Deleted.
2626 (widget-specify-field, widget-specify-button): Don't use
2627 widget-mouse-help as help-echo property.
2628 (default): Use #'ignore for :validate and :mouse-down-action.
2629 (checkbox): Add help-echo.
2630 (widget-sexp-validate): Rewritten to clarify error messages.
2631 (character): Use char-valid-p in :match function.
2632 (widget-color-complete): Use facemenu-color-alist.
2633 (widget-color-action): Use facemenu-read-color.
2634
2635 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
2636 set up `caar' &c that we now have.
2637
2638 2000-02-09 Ray Blaak <blaak@gnu.org>
2639
2640 * delphi.el: Make resourcestring a declaration region, like const
2641 and var.
2642
2643 2000-02-09 Dave Love <fx@gnu.org>
2644
2645 * bindings.el (mode-line-input-method-map): New variable.
2646 (mode-line-mule-info): Use it; fix last change.
2647 (mode-line-mode-menu): Move definition.
2648 (mode-line-mouse-sensitive-p): Deleted.
2649 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
2650 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
2651 level.
2652
2653 * startup.el (command-line-1): Don't call
2654 make-mode-line-mouse-sensitive.
2655
2656 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
2657
2658 * mail/rmail.el (rmail-retry-failure): Use
2659 rmail-beginning-of-message before rmail-toggle-header, because the
2660 former toggles headers.
2661
2662 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
2663
2664 * diff-mode.el (diff-kill-junk): New interactive function.
2665 (diff-reverse-direction): Use delete-and-extract-region.
2666 (diff-post-command-hook): Restrict the area so that the hook also works
2667 outside of any diff hunk. This is necessary for the minor-mode.
2668 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
2669 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
2670
2671 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
2672 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
2673 so that it can be used more easily in <foo>-mode-hook. Also make sure
2674 to avoid duplicate entries.
2675 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
2676 (font-lock-remove-keywords): Just as was done for `add', allow it to
2677 work even if font-lock-mode is nil. Also make sure we don't modify
2678 any pre-existing list by forcing a copy-sequence. Finally rename
2679 `major-mode' to `mode'.
2680 (font-lock-fontify-syntactic-anchored-keywords)
2681 (font-lock-fontify-anchored-keywords)
2682 (font-lock-fontify-keywords-region): Use line-end-position.
2683 Don't make `font-lock-multiline' local (it's now done in
2684 font-lock-set-defaults).
2685 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
2686 move the `font-lock-fontified' creation to inside the `unless'.
2687
2688 2000-02-06 Andrew Innes <andrewi@gnu.org>
2689
2690 * term/w32-win.el (x-handle-args): Comment out call to message,
2691 which occurs before window system is initialized.
2692
2693 * makefile.nt: Add support for recompiling lisp code.
2694
2695 2000-02-04 Dave Love <fx@gnu.org>
2696
2697 * bindings.el (mode-line-mule-info): Fix/extend last change.
2698
2699 * completion.el: Replace completion-dolist with dolist.
2700
2701 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
2702 dotimes.
2703
2704 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
2705
2706 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
2707 environment names before they go into the section regexp.
2708
2709 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
2710 char class in regexp.
2711
2712 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
2713 `case-fold-search' to nil.
2714
2715 * progmodes/idlwave.el (idlwave-template): Respect
2716 `idlwave-abbrev-change-case'.
2717 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
2718 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
2719 idlwave-while): respect `idlwave-reserved-word-upcase'.
2720 (idlwave-rw-case): New function.
2721 (idlwave-statement-match): Fixed problem with assignment regexp.
2722 (idlwave-font-lock-keywords): Improved regexp for keyword
2723 parameters.
2724 (idlwave-surround): New argument LENGTH to support padding of
2725 operators longer than 1 char.
2726
2727 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
2728 idlwave-shell-expression-overlay. Implemented printing of
2729 expressions on higher levels of the calling stack.
2730 (idlwave-shell-display-level-in-calling-stack): Restore stack
2731 level.
2732 (idlwave-retrieve-expression-from-level): New function.
2733 (idlwave-shell-last-calling-stack): Variable removed.
2734 (idlwave-shell-reset): Argument action reversed (`visible' to
2735 `hidden'). Also remove stop-line overlay.
2736 (idlwave-shell-calling-stack-routine): New variable.
2737 (idlwave-shell-parse-stack-and-display): Messages now display
2738 negative level numbers.
2739 (idlwave-shell-mode): Set `modeline-format'.
2740 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
2741 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
2742 21.
2743 (idlwave-shell-print-expression-function): New option.
2744
2745 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
2746 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
2747 `tool-bar' instead of `toolbar'.
2748
2749 2000-02-02 Dave Love <fx@gnu.org>
2750
2751 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
2752 emacs-lisp-mode-hook. Don't check for defalias being defined.
2753
2754 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
2755 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
2756 the new builtins directly.
2757
2758 * whitespace.el (whitespace): Add :version to defgroup.
2759
2760 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
2761 Doc fix.
2762
2763 * thingatpt.el (sexp-at-point, symbol-at-point)
2764 (number-at-point, list-at-point): Add autoload cookie.
2765
2766 * recentf.el (recentf): Add :version to defgroup.
2767
2768 * quickurl.el (quickurl): Add :version to defgroup.
2769
2770 * elide-head.el (elide-head): Use point-marker more.
2771
2772 * bs.el (bs): Add :version to defgroup.
2773
2774 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
2775
2776 * progmodes/delphi.el (delphi): Add :version to defgroup.
2777
2778 2000-02-02 Gerd Moellmann <gerd@gnu.org>
2779
2780 * ange-ftp.el (ange-ftp-write-region): Handle case that
2781 succeeding process operation sets a different coding system.
2782
2783 * calculator.el: New file.
2784
2785 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
2786
2787 * frame.el (frames-on-display-list, framep-on-display): New
2788 functions.
2789 (display-mouse-p, display-popup-menus-p, display-graphic-p)
2790 (display-selections-p, display-screens, display-pixel-width)
2791 (display-pixel-height, display-mm-width, display-mm-height)
2792 (display-backing-store, display-save-under, display-planes)
2793 (display-color-cells, display-visual-class): New functions.
2794
2795 * term/tty-colors.el (tty-color-gray-shades): New function.
2796
2797 * faces.el (display-color-p): Use framep-on-display.
2798 (display-grayscale-p): New function.
2799
2800 2000-01-31 Dave Love <fx@gnu.org>
2801
2802 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
2803 (create-fontset-from-x-resource): Don't concat integers.
2804
2805 2000-01-31 Inge Frick <inge@nada.kth.se>
2806
2807 * view.el: Some changes in documentation. Removed some trailing
2808 whitespace. Changed some parameter names to agree with
2809 documentation.
2810 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
2811 window is not deleted. Modifies change 1998-04-26.
2812
2813 2000-01-31 Gerd Moellmann <gerd@gnu.org>
2814
2815 * windmove.el: New file.
2816
2817 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
2818 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2819 progmodes/ebnf-yac.el: Update copyright and license info.
2820
2821 * jit-lock.el (jit-lock-function): Widen before calculating end
2822 position.
2823 (jit-lock-stealth-chunk-start): Rewritten.
2824
2825 * info.el (Info-title-face-alist): Removed.
2826 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
2827 faces.
2828 (Info-fontify-node): Use these faces.
2829
2830 2000-01-30 Gerd Moellmann <gerd@gnu.org>
2831
2832 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
2833 (cl-macro-list1): Recognize `&allow-other-keys' instead of
2834 `&allow-other-keywords'.
2835
2836 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
2837 the list of directories scanned heuristically.
2838
2839 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
2840 exist.
2841
2842 2000-01-30 Jason Rumney <jasonr@gnu.org>
2843
2844 * w32-fns.el: Define w32-tty-standard-colors.
2845
2846 * startup.el (command-line): Use w32-tty-standard-colors when in
2847 w32 console mode.
2848
2849 2000-01-30 Dave Love <fx@gnu.org>
2850
2851 * jka-compr.el (jka-compr-load): Fix up load-history.
2852
2853 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
2854
2855 * emacs-lisp/cl-macs.el: Revert previous change.
2856
2857 2000-01-29 Dave Love <fx@gnu.org>
2858
2859 * facemenu.el: Purecopy various strings.
2860
2861 * timezone.el (timezone-fix-time): Window against 69 for two-digit
2862 years. Deal with three-digit years.
2863
2864 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
2865 defconst, purecopy.
2866 (help-back-label): Purecopy it.
2867
2868 2000-01-18 Gerd Moellmann <gerd@gnu.org>
2869
2870 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
2871 variable. If non-nil, order the buffer list according to the
2872 currently selected frame.
2873 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
2874 non-nil, pass the selected frame to function buffer-list.
2875
2876 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2877
2878 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
2879
2880 2000-01-28 Dave Love <fx@gnu.org>
2881
2882 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
2883
2884 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
2885 Don't use lisp-indent-hook property.
2886 (cl-abs): Remove.
2887
2888 * subr.el: Move out indent and edebug specs for when and unless.
2889
2890 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
2891 when, unless.
2892
2893 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
2894 unless, when.
2895
2896 2000-01-28 Gerd Moellmann <gerd@gnu.org>
2897
2898 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
2899 `collecting' as synonym for `collect'.
2900
2901 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
2902 for the case it contains spaces.
2903
2904 * simple.el (what-cursor-position): Change formatting of
2905 messages.
2906
2907 * frame.el (delete-other-frames): New function.
2908 (toplevel): Bind it to C-x 5 1.
2909
2910 * sort.el (sort-numeric-base): New option.
2911 (sort-numeric-fields): If number starts with `0' or `0[xX[',
2912 interpret it as octal or hexadecimal. Use sort-numeric-base
2913 as default base.
2914
2915 * progmodes/glasses.el: New file.
2916
2917 2000-01-27 Gerd Moellmann <gerd@gnu.org>
2918
2919 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
2920 userids differently.
2921
2922 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
2923 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2924 progmodes/ebnf-yac.el: New files.
2925
2926 2000-01-26 Dave Love <fx@gnu.org>
2927
2928 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
2929 on a function with an empty body. [From Eric Ludlam.]
2930
2931 2000-01-25 Andre Spiegel <spiegel@gnu.org>
2932
2933 * vc.el (vc-version-diff): Make sure file name is expanded.
2934
2935 2000-01-25 Gerd Moellmann <gerd@gnu.org>
2936
2937 * scroll-bar.el (scroll-bar-timer): Variable removed.
2938 (scroll-bar-toolkit-scroll): Don't use a timer.
2939
2940 2000-01-25 Kenichi Handa <handa@etl.go.jp>
2941
2942 * language/thai-util.el (thai-composition-function): Delete
2943 superfluous `a'.
2944
2945 2000-01-24 Dave Love <fx@gnu.org>
2946
2947 * fortran.el (fortran-mode): Use beginning-of-defun-function,
2948 end-of-defun-function.
2949
2950 * font-lock.el (turn-on-font-lock): Don't depend on window-system
2951 &c.
2952
2953 2000-01-22 Jason Rumney <jasonr@gnu.org>
2954
2955 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
2956 conflicts with new face support.
2957
2958 2000-01-22 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2959
2960 * replace.el (query-replace): Rename last arg to DELIMITED.
2961 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
2962 (query-replace-regexp): Likewise.
2963
2964 2000-01-20 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2965
2966 * subr.el (with-syntax-table): Use make-symbol, not gensym.
2967
2968 * emacs-lisp/lisp.el (beginning-of-defun-function):
2969 Variable renamed from beginning-of-defun.
2970 Do not call make-variable-buffer-local.
2971 (beginning-of-defun-raw): Use new variable name; doc fix.
2972 (beginning-of-defun): Doc fix.
2973 (end-of-defun-function): Variable renamed from end-of-defun.
2974 Do not call make-variable-buffer-local.
2975 (end-of-defun): Use new variable name; doc fix.
2976
2977 * subr.el (dolist, dotimes): Copied from cl-macs.el
2978 and made to work.
2979
2980 * mail/undigest.el (rmail-digest-end-regexps):
2981 Variable replaces rmail-digest-end-regexp.
2982 Allows multiple regexps for detecting the end line.
2983 (undigestify-rmail-message): Corresponding changes.
2984
2985 2000-01-19 Dave Love <fx@gnu.org>
2986
2987 * files.el (user-init-file): Don't declare here -- is primitive.
2988
2989 * startup.el (command-line): Check for compiled user-init-file and
2990 set to uncompiled version if necessary.
2991
2992 2000-01-18 Gerd Moellmann <gerd@gnu.org>
2993
2994 * mail/undigest.el (rmail-digest-end-regexp): New user option.
2995 (undigestify-rmail-message): Use it.
2996
2997 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
2998
2999 2000-01-17 Gerd Moellmann <gerd@gnu.org>
3000
3001 * tmm.el (tmm-goto-completions): Adapt to prompt being part
3002 of mini-buffer.
3003
3004 2000-01-14 Gerd Moellmann <gerd@gnu.org>
3005
3006 * emacs-lisp/copyright.el (copyright-update): Removed the
3007 requirement for a trailing space from `copyright-regexp', to
3008 support copyrights with owner specified on a separate line..
3009
3010 * align.el: New file.
3011
3012 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
3013
3014 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
3015
3016 2000-01-13 Dave Love <fx@gnu.org>
3017
3018 * ph.el: Removed. (Obsoleted by EUDC.)
3019
3020 2000-01-13 Gerd Moellmann <gerd@gnu.org>
3021
3022 * net/eudc.el (toplevel): Remove autoloaded code installing
3023 menu with easymenu, because that causes build problems.
3024
3025 * frame.el (frame-notice-user-settings): New variable.
3026 (frame-notice-user-settings): Don't modify frame parameters
3027 if called a second time.
3028
3029 2000-01-13 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3030
3031 * frame.el (frame-notice-user-settings):
3032 Notice default-frame-parameters even for non-window frames.
3033
3034 2000-01-13 Gerd Moellmann <gerd@gnu.org>
3035
3036 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
3037 for Emacs.
3038 (eudc-bob-can-display-inline-images): Extend for Emacs.
3039 (eudc-bob-toggle-inline-display): Ditto.
3040 (eudc-bob-display-jpeg): Ditto.
3041
3042 2000-01-12 Gerd Moellmann <gerd@gnu.org>
3043
3044 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
3045 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
3046 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
3047
3048 * add-log.el (add-change-log-entry): Fix error trying an `(insert
3049 nil)'.
3050
3051 * subdirs.el: Add `net' directory.
3052
3053 * net: New directory.
3054
3055 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
3056 eval-last-sexp. Don't bind debug-on-error here.
3057 (eval-last-sexp): New function. Bind debug-on-error if
3058 eval-expression-debug-on-error is non-nil.
3059 (eval-defun-2, eval-defun): Likewise.
3060
3061 * simple.el (eval-expression): Don't bind debug-on-error if
3062 eval-expression-debug-on-error is nil. Detect changed
3063 debug-on-error, and propagate new value to global binding, if
3064 eval-expression-debug-on-error is non-nil,
3065 (eval-expression-debug-on-error): Change doc string.
3066
3067 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3068
3069 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
3070
3071 * emacs-lisp/lisp-mode.el (with-syntax-table):
3072 Set up lisp-indent-function property.
3073
3074 * subr.el (with-syntax-table): Moved from simple.el.
3075
3076 * simple.el (with-syntax-table): Moved to subr.el.
3077
3078 2000-01-11 Gerd Moellmann <gerd@gnu.org>
3079
3080 * tmm.el (tmm-shortcut): Delete region after prompt instead
3081 of erasing buffer.
3082
3083 * textmodes/fill.el (fill-common-string-prefix): New function.
3084 (fill-context-prefix): Use the longest common prefix of first
3085 and second line fill prefix, if there is one.
3086
3087 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3088
3089 * array.el (array-mode): Don't use make-variable-buffer-local.
3090 Use make-local-variable for `truncate-lines'.
3091
3092 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
3093
3094 * add-log.el (add-log-current-defun): Handle user-defined
3095 add-log-current-function returning nil,
3096
3097 * add-log.el (add-change-log-entry): Insert version number
3098 if having found a current function
3099
3100 * add-log.el (add-log-current-defun): Call
3101 `add-log-current-defun-function'. Try matches at level 0 and
3102 level 1. Strip whitespace from defun found.
3103
3104 2000-01-10 John Wiegley <johnw@gnu.org>
3105
3106 * allout.el (isearch-done/outline-provisions): Added `edit'
3107 argument to correspond with the current definition of
3108 `isearch-done'.
3109
3110 2000-01-10 Dave Love <fx@gnu.org>
3111
3112 * elide-head.el (elide-head): Use point-marker, not point.
3113
3114 2000-01-10 Gerd Moellmann <gerd@gnu.org>
3115
3116 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
3117 before and after the year 2000.
3118
3119 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
3120 Add ispell- prefix.
3121
3122 2000-01-10 Ken Stevens <k.stevens@ieee.org>
3123
3124 * ispell.el: Only define dictionaries in menus when they exist.
3125 (version18p): New variable.
3126 (version20p): New variable.
3127 (xemacsp): New variable.
3128 (ispell-choices-win-default-height): Fix for XEmacs visibility.
3129 (ispell-dictionary-alist1): Added Brasileiro dictionary.
3130 (ispell-dictionary-alist6): Russian command lines no longer accept
3131 run-together words.
3132 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
3133 (ispell-dictionary-alist): Add koi8-r to customize definition.
3134 (check-ispell-version): Added documentation string. Returns
3135 library path when called non-interactively.
3136 (ispell-menu-map-needed): Uses new variables.
3137 (ispell-library-path): New variable.
3138 (ispell-decode-string): XEmacs fix for bogus variable bindings.
3139 (ispell-word): Improved documentation string. Test for valid
3140 character mappings. Correctly check typed in word changes that can
3141 result in single words split into multiple words. Returns
3142 replacement word.
3143 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
3144 replace in recursive query replace mode. Help message for
3145 recursive edit mode.
3146 (ispell-show-choices): Protect against bad framepop bindings.
3147 (ispell-help): Fix to work with XEmacs.
3148 (ispell-highlight-spelling-error): Use new variables.
3149 (ispell-overlay-window): Fix to work with XEmacs.
3150 (ispell-parse-output): Passed and returns location information
3151 tracking spelling corrections. Doesn't recheck same word on
3152 current line.
3153 (ispell-init-process): Protect against bogus XEmacs variable binding.
3154 Fix call to single argument in sleep-for. Use new variables.
3155 (ispell-region): Passed and returns location information tracking
3156 spelling corrections. Doesn't check same word on current line.
3157 Improved documentation string. Doesn't resend a line already
3158 checked to the ispell process - fixes bug in LaTeX parsing.
3159 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
3160 (ispell-skip-region): No longer skips <TT> in SGML.
3161 (ispell-process-line): Tracks location information with spelling
3162 corrections. Added documentation string. Accounts for words
3163 already accepted on this line. Don't allow query-replace on line
3164 starting with math characters. Doesn't resend a line already sent
3165 to ispell process. Fixes alignment error bug.
3166
3167 2000-01-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3168
3169 * dired-x.el (dired-guess-shell-alist-default):
3170 Suggest xloadimage, which is free, not xv, which isn't.
3171
3172 * ange-ftp.el (ange-ftp-file-name-nondirectory):
3173 Don't ever include the host name or user name in the value.
3174
3175 2000-01-09 Gerd Moellmann <gerd@gnu.org>
3176
3177 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
3178 of a real newline.
3179
3180 2000-01-09 Stephen Eglen <stephen@gnu.org>
3181
3182 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
3183 for .png files.
3184
3185 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
3186
3187 * cus-edit.el (custom-hook-convert-widget): Fix comment.
3188
3189 2000-01-09 Gerd Moellmann <gerd@gnu.org>
3190
3191 * progmodes/cperl-mode.el: Replace ^F with ^L.
3192
3193 * sendmail.el (toplevel): Provide `sendmail' when compiling
3194 before `require'ing rmail and mailalias to prevent infinite
3195 recursion.
3196
3197 2000-01-08 Dave Love <fx@gnu.org>
3198
3199 * emacs-lisp/backquote.el: Remove inappropriate customization
3200 (allowing custom.el to use backquote).
3201
3202 2000-01-07 Dave Love <fx@gnu.org>
3203
3204 * add-log.el (add-log-debugging): Deleted.
3205 (add-change-log-entry): Treat a backup FILE-NAME as its parent
3206 file. Remove debugging code.
3207 (change-log-get-method-definition, change-log-name): Add doc.
3208 (change-log-sortable-date-at): New function.
3209 (change-log-merge): New command.
3210
3211 * time.el (display-time-string-forms): Make the Mail string active.
3212 (display-time-update): Provide help-echo for load average.
3213
3214 * bindings.el (make-mode-line-mouse2-map): New function.
3215 (mode-line-modified): Use it and simplify.
3216 (mode-line-mule-info): Provide help-echo info.
3217 (minor-mode-alist): Activate the strings.
3218 (make-mode-line-mouse-sensitive): Simplify for
3219 mode-line-buffer-identification.
3220
3221 2000-01-07 Gerd Moellmann <gerd@gnu.org>
3222
3223 * play/pong.el: New file.
3224
3225 2000-01-06 Dave Love <fx@gnu.org>
3226
3227 * array.el: Assorted cleanups for compiler warnings, doc strings,
3228 `array-' prefix for symbols.
3229
3230 2000-01-05 Dave Love <fx@gnu.org>
3231
3232 * textmodes/outline.el (outline-mode-menu-bar-map): Add
3233 outline-headers-as-kill.
3234 (outline-mode): Define imenu-generic-expression.
3235 (outline-headers-as-kill): New command.
3236
3237 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
3238 from paragraph-start.
3239 (paragraph-indent-minor-mode): New command.
3240
3241 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
3242 M-C-e, M-C-h, C-j, C-xnd, TAB.
3243 (fortran-mode): Set beginning-of-defun, end-of-defun.
3244 (fortran-column-ruler): Simplify.
3245 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
3246 (fortran-with-subprogram-narrowing): Likewise.
3247 (fortran-indent-subprogram): Call mark-defun.
3248 (fortran-check-for-matching-do): Change narrowing.
3249
3250 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
3251 (cl-lucid-hash-tag): Delete.
3252 (cl-hash-table-p): Correct test for native table.
3253 (cl-hash-table-count): Use hash-table-count.
3254
3255 * browse-url.el (browse-url): Fix case of
3256 browse-url-browser-function being an alist.
3257
3258 2000-01-05 Carsten Dominik <cd@gnu.org>
3259
3260 * textmodes/reftex-vars.el (reftex-parse-file-extension)
3261 (reftex-index-phrase-file-extension): New options.
3262
3263 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
3264 Use new option `reftex-index-phrase-file-extension'.
3265
3266 * textmodes/reftex.el (reftex-access-parse-file): Use new option
3267 `reftex-parse-file-extension'.
3268
3269 2000-01-05 Dave Love <fx@gnu.org>
3270
3271 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
3272 (beginning-of-defun-raw): Use it.
3273 (end-of-defun): New variable.
3274 (end-of-defun): Use it.
3275 (check-parens): New command.
3276
3277 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3278
3279 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
3280 (hs-show-block): Don't use `mapcar' when not accumulating.
3281
3282 Fix buglet in local variables initialization.
3283
3284 2000-01-05 Andreas Schwab <schwab@suse.de>
3285
3286 * hscroll.el (hscroll): Doc fix.
3287
3288 2000-01-05 Carsten Dominik <cd@gnu.org>
3289
3290 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
3291 idlw-toolbar.
3292
3293 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
3294 file idlw-rinfo.el.
3295 (idlwave-customize): load must read file idlw-shell.el.
3296 (idlwave-create-customize-menu): load must read file idlw-shell.el.
3297
3298 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
3299
3300 * progmodes/idlw-shell.el: Also provide idlwave-shell
3301 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
3302 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
3303
3304 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
3305 both reftex-dcr and reftex-vcr.
3306
3307 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
3308
3309 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3310
3311 * ps-print.el: PostScript code now is in separate files, doc fix.
3312 (ps-print-version): New version number (5.0.3).
3313 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
3314 local.
3315 (ps-spool-config): Initialization fix.
3316 (ps-print-prologue-1, ps-print-prologue-2)
3317 (ps-print-duplex-feature): PostScript code moved to separated file.
3318 (ps-background-image): Little code reformating.
3319 (ps-begin-file, ps-begin-job): Fix code.
3320 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
3321 (ps-prologue-file): New fun.
3322
3323 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3324
3325 * ps-vars.el: Eliminated.
3326
3327 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
3328 `;;;###autoload'.
3329
3330 * ps-print.el: ps-vars eliminated, doc fix.
3331 (ps-print-version): New version number (5.0.2).
3332 (ps-spool-config): Initialization fix.
3333 (ps-print-customize): New fun.
3334
3335 2000-01-04 Gerd Moellmann <gerd@gnu.org>
3336
3337 * autorevert.el (auto-revert-mode): Return value of
3338 auto-revert-mode.
3339
3340 2000-01-04 Dave Love <fx@gnu.org>
3341
3342 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
3343 menu items.
3344
3345 2000-01-03 Dave Love <fx@gnu.org>
3346
3347 * elide-head.el (elide-head) [defgroup]: Add :version.
3348
3349 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
3350 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
3351 `cl-hash-table-p', not `hash-table-p'.
3352 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
3353
3354 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3355
3356 * faces.el (face-read-integer, read-face-attribute)
3357 (color-defined-p, color-values): unspecified-{f,b}g are now
3358 strings.
3359
3360 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
3361
3362 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
3363 at comment end, and re-insert them after filling.
3364
3365 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3366
3367 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
3368 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
3369 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
3370
3371 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3372
3373 * term/x-win.el (xw-defined-colors): Call color-supported-p,
3374 the new name of face-color-supported-p.
3375
3376 * term/w32-win.el (xw-defined-colors): Likewise.
3377
3378 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3379
3380 * simple.el (completion-setup-function): Count completion-size
3381 from minibuffer-prompt-end, not from point-min.
3382
3383 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
3384
3385 * faces.el (read-face-attribute, defined-colors, color-defined-p):
3386 Pass the frame to tty-color-* functions.
3387 (display-color-p, frame-set-background-mode): Pass the frame to
3388 tty-display-color-p.
3389
3390 * term/tty-colors.el (tty-defined-color-alist): Renamed from
3391 tty-color-alist.
3392 (tty-color-alist, tty-modify-color-alist): New functions.
3393 (tty-color-define, tty-color-clear, tty-color-approximate)
3394 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
3395 an optional parameter FRAME.
3396
3397 2000-01-01 Gerd Moellmann <gerd@gnu.org>
3398
3399 * image.el (create-image, defimage): Don't assume image data is a
3400 string.
3401
3402 * image.el (defimage): Handle specifications containing :data
3403 instead of :file.
3404 (image-type-from-data): New function.
3405 (image-type-from-file-header): Use it.
3406 (create-image): Add parameter DATA-P.
3407
3408 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3409
3410 * echistory.el (electric-command-history): Call Command-history-setup
3411 and command-history-mode using their new conventions.
3412
3413 * chistory.el (Command-history-setup): Don't switch buffers. Take
3414 no args, and do not set major-mode, mode-name or the local map.
3415 (command-history-mode): New function, does some of those things
3416 Command-history-setup used to do.
3417 (list-command-history): Call command-history-mode, not
3418 Command-history-setup.
3419 (command-history): Renamed from command-history-mode.
3420
3421 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3422
3423 * arc-mode.el (archive-mode-map): Bind q to quit-window.
3424
3425 1999-12-31 William M. Perry <wmperry@aventail.com>
3426
3427 * image.el (defimage): Images with the `:data' keyword should be
3428 considered valid as well.
3429
3430 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3431
3432 * dired.el (dired-get-filename): Don't call file-name-absolute-p
3433 with FILE if FILE is nil.
3434
3435 1999-12-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3436
3437 * simple.el (choose-completion-string): In minibuffer,
3438 do not delete the prompt string.
3439
3440 1999-12-30 Gerd Moellmann <gerd@gnu.org>
3441
3442 * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
3443 assigned to mode-line-mode-menu because bindings.el is dumped with
3444 Emacs, and thus the lists used for menu-item definition will be
3445 copied to pure space. Emacs' menu code (parse_menu_item) doesn't
3446 like pure menu item definitions.
3447
3448 * expand.el (expand-abbrev-hook): Return t if expansion was
3449 done, nil otherwise.
3450
3451 1999-12-29 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3452
3453 * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
3454 (tar-quit): Function deleted.
3455
3456 1999-12-29 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3457
3458 * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
3459 was used but not declared.
3460
3461 (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
3462 hs-find-block-beginning): Add or modify docstrings.
3463
3464 (hs-isearch-show): Rewrite.
3465
3466 1999-12-28 Gerd Moellmann <gerd@gnu.org>
3467
3468 * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
3469
3470 * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
3471 space in front of a C-style comment end.
3472
3473 1999-12-28 Eli Zaretskii <eliz@is.elta.co.il>
3474
3475 * startup.el (command-line-1): Make mode line mouse-sensitive for
3476 the MS-DOS version as well.
3477
3478 1999-12-28 Gerd Moellmann <gerd@gnu.org>
3479
3480 * bs.el: New file.
3481
3482 1999-12-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3483
3484 * textmodes/ispell.el (ispell-process-line):
3485 Add local var line-offset to adjust for the change
3486 in positions within the line, due to previous replacements.
3487
3488 1999-12-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3489
3490 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
3491 Doc fixes.
3492
3493 1999-12-27 Gerd Moellmann <gerd@gnu.org>
3494
3495 * add-log.el (change-log-version-number-regexp-list)
3496 (change-log-version-info-enabled): Change :version to 21.1.
3497 (toplevel): Require CL when compiling.
3498
3499 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
3500
3501 * add-log.el (change-log-version-number-regexp-list): Added tag
3502 :version 20.6
3503 (change-log-version-info-enabled): Added tag :version 20.6
3504
3505 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
3506
3507 * add-log.el: More general version number search with
3508 user-configurable regexp list.
3509 (change-log-version-number-regexp-list): New user variable.
3510 (change-log-find-version): Rewritten. Use user-configurable
3511 version numbering regexp list
3512 change-log-version-number-regexp-list.
3513 (change-log-find-version): Renamed to
3514 change-log-version-number-search
3515 (add-log-file-name-function): New.
3516 (change-log-search-vc-number): Added END paramaeter. Added doc
3517 string to function.
3518 (change-log-version-rcs): Renamed. Was
3519 change-log-search-vc-number.
3520
3521 1999-12-26 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3522
3523 * progmodes/compile.el (compilation-goto-locus): Delete hideshow
3524 overlays if they interfere.
3525 (compilation-find-file): Make intangible overlays tangible.
3526
3527 * progmodes/hideshow.el: Generally, synch w/ maintainer
3528 version 5.9.
3529
3530 (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
3531
3532 (hs-minor-mode-hook): Don't initialize.
3533
3534 (hs-special-modes-alist): Rewrite value and docstring.
3535
3536 (hs-minor-mode-prefix): Delete unused var.
3537
3538 (hs-block-start-mdata-select): New var, buffer local.
3539
3540 (hs-headline): New var.
3541
3542 (hs-match-data, hs-forward-sexp): New funcs.
3543
3544 (hs-hide-comment-region): New func.
3545
3546 (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
3547 hs-safety-is-job-n, hs-hide-initial-comment-block,
3548 hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
3549 hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
3550 hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
3551 hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
3552 hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
3553
3554 (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
3555 (hs-isearch-show-temporary): New funcs.
3556
3557 (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
3558
3559 (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
3560
3561 When constructing menu, use `[(shift button2)]' notation.
3562
3563 1999-12-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3564
3565 * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
3566 (jka-compr-compression-info-list): Add new elt to each vector.
3567 (jka-compr-write-region): Don't compress the data if it is
3568 already compressed.
3569
3570 * jka-compr.el (jka-compr-really-do-compress): New variable.
3571 (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
3572 if visiting.
3573 (jka-compr-write-region): Set jka-compr-really-do-compress
3574 if visiting. Test it when deciding to compress.
3575
3576 1999-12-22 Gerd Moellmann <gerd@gnu.org>
3577
3578 * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
3579 with third argument t.
3580
3581 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3582
3583 * antlr-mode.el: Version 1.2 is released.
3584 (antlr): This package has a web page.
3585
3586 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3587
3588 * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
3589 regions. Suggested by Dale Davis <Dale_Davis@securify.com>.
3590 (antlr-mode-map): New binding [C-c C-c].
3591 (antlr-mode-menu): New entries.
3592
3593 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3594
3595 * antlr-mode.el: Respect Emacs conventions.
3596 ((require 'cl)): Only use during compilation.
3597 (antlr-language-for-option): New function to avoid using `find'.
3598 (antlr-mode): Use it.
3599 (antlr-with-syntax-table): Define new instead using XEmacs' one.
3600 (antlr-imenu-create-index-function): Change accordingly.
3601 (antlr-inside-rule-p): Ditto.
3602 (antlr-end-of-rule): Ditto.
3603 (antlr-end-of-body): Ditto.
3604 (antlr-beginning-of-rule): Ditto.
3605 (antlr-indent-line): Ditto.
3606
3607 1999-11-21 Christoph Wedler <Christoph.Wedler@sap.com>
3608
3609 * antlr-mode.el: Really use `antlr-tab-offset-alist'.
3610 (antlr-set-tabs): Don't use hard-coded values.
3611
3612 * antlr-mode.el: Minor navigation changes. Not perfect, but this
3613 won't be possible without a huge time penalty.
3614 (antlr-skip-exception-part): Be more specific.
3615 (antlr-skip-file-prelude): Don't skip action prelude of next rule.
3616 Renamed from `antlr-skip-grammar-header'.
3617 (antlr-next-rule): Change accordingly.
3618 (antlr-end-of-body): Ditto. Better error message.
3619 (antlr-beginning-of-body): Better error message.
3620 (antlr-imenu-create-index-function): Skip rule action prelude.
3621
3622 * antlr-mode.el: Minor syntax highlighting changes.
3623 (antlr-font-lock-default-face): Deletia.
3624 (antlr-font-lock-tokendef-face): Changed color.
3625 (antlr-font-lock-tokenref-face): Changed color.
3626 (antlr-font-lock-literal-face): Changed color.
3627 (antlr-font-lock-additional-keywords): Minor changes.
3628
3629 1999-12-20 Carsten Dominik <cd@gnu.org>
3630
3631 * progmodes/idlwave.el: New file.
3632
3633 * progmodes/idlwave-rinfo.el: New file.
3634
3635 * progmodes/idlwave-shell.el: New file.
3636
3637 * progmodes/idlwave-toolbar.el: New file.
3638
3639 * files.el (auto-mode-alist): idlwave-mode default for .pro files.
3640
3641 1999-12-21 Gerd Moellmann <gerd@gnu.org>
3642
3643 * progmodes/cwarn.el: New file.
3644
3645 1999-12-19 Gerd Moellmann <gerd@gnu.org>
3646
3647 * bindings.el (completion-ignored-extensions): Add .pdf.
3648
3649 1999-12-19 Eli Zaretskii <eliz@is.elta.co.il>
3650
3651 * version.el: Put the version info into binary on MS-DOS as well.
3652
3653 1999-12-19 Gerd Moellmann <gerd@gnu.org>
3654
3655 * emacs-lisp/debug.el (debugger-continue): Don't continue if
3656 debugger-may-continue is nil.
3657
3658 1999-12-18 Dave Love <fx@gnu.org>
3659
3660 * emacs-lisp/cl-macs.el: Remove conditional definition of
3661 eval-when-compile. Don't specify abs, expt, gethash,
3662 hash-table-count, hash-table-p as side-effect-free here.
3663 (cl-emacs-type): Don't declare.
3664 (cl-compile-time-init): Remove Emacs 18 compiler patch.
3665 (cl-parse-loop-clause): Remove compatibility code.
3666
3667 * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
3668 (side-effect-free-fns): Add gethash, hash-table-count.
3669 (side-effect-and-error-free-fns): Add hash-table-p.
3670
3671 * emacs-lisp/cl.el: Remove Emacs 18 compatibility code. Prepend
3672 `cl-' to autoload names for some hash functions. Don't autoload
3673 eval-when-compile. Don't provide mini-cl.
3674 (cl-emacs-type): Remove.
3675 (cl-map-extents): Remove compatibility code.
3676
3677 * emacs-lisp/float.el: Bind free variables.
3678
3679 * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
3680
3681 1999-12-16 Gerd Moellmann <gerd@gnu.org>
3682
3683 * bindings.el (completion-ignored-extensions): Add .tfm.
3684
3685 1999-12-16 Dave Love <fx@gnu.org>
3686
3687 * faces.el (set-face-attribute): Purecopy the attributes set.
3688
3689 * custom.el (custom-declare-variable): Purecopy value.
3690
3691 * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
3692 (byte-extrude-byte-code-vectors): Use remprop.
3693 (byte-compile-lambda): Check that arg is a lambda.
3694
3695 1999-11-16 Anders Lindgren <AndersL@andersl.com>
3696
3697 * font-lock.el: System for adding and removing keywords.
3698 Both local (previously added keyword) and global keywords
3699 can be removed.
3700 (font-lock-remove-keywords): New user-level function.
3701 (font-lock-update-removed-keyword-alist): New internal function.
3702 (font-lock-removed-keywords-alist): New variable.
3703 (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
3704 Empty `font-lock-keywords-alist' when `append' is `set' to avoid
3705 growing datastructures.
3706 (font-lock-set-defaults): Removes keywords stored in
3707 `font-lock-removed-keywords-alist' after local keywords added.
3708
3709 1999-12-16 Anders Lindgren <andersl@andersl.com>
3710
3711 * font-lock.el (c-keywords, c++-keywords): Better "case" support for
3712 complex constant expressions, e.g. "case 1<<A_BIT_NO:".
3713
3714 * font-lock.el (c-keywords): Only highlight preprocessor
3715 directives when spelled correctly.
3716
3717 * font-lock.el (font-lock-match-c++-structor-declaration,
3718 c++-keywords): Fontify constructors and destructors with function
3719 face inside C++ class declarations.
3720
3721 1999-12-16 Gerd Moellmann <gerd@gnu.org>
3722
3723 * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
3724 the shell from sh-shell-file.
3725
3726 * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
3727
3728 1999-12-16 Eli Zaretskii <eliz@is.elta.co.il>
3729
3730 * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
3731 if one of the files specified cannot be accessed by
3732 file-attributes. Do not strip any leading directories from the
3733 file names, to behave more like `ls' does.
3734
3735 * dired.el (dired-get-filename): Handle absolute file names.
3736 (dired-readin-insert): If argument is a cons, don't print
3737 "wildcard" on the ``total'' line.
3738
3739 1999-12-15 Eli Zaretskii <eliz@is.elta.co.il>
3740
3741 * faces.el (face-read-integer, read-face-attribute)
3742 (color-defined-p, color-values): Allow color values unspecified-fg
3743 and unspecified-bg, handle them as unspecified.
3744
3745 1999-12-15 Carsten Dominik <dominik@astro.uva.nl>
3746
3747 * textmodes/reftex.el: (reftex-compile-variables): respect new
3748 structure of `reftex-index-macro'
3749 (reftex-compile-variables): Use the changed structure of
3750 `reftex-label-alist'.
3751
3752 * textmodes/reftex-vars.el (reftex-index-math-format,
3753 (reftex-toc-max-level): New option.
3754 reftex-index-phrases-search-whole-words,
3755 reftex-index-phrases-case-fold-search,
3756 reftex-index-phrases-skip-indexed-matches,
3757 reftex-index-phrases-wrap-long-lines,
3758 reftex-index-phrases-sort-prefers-entry,
3759 reftex-index-phrases-sort-in-blocks): New options.
3760 (reftex-index-macros): Option structure changed.
3761 (reftex-index-macros-builtin): Added `repeat' item to each entry.
3762 (reftex-label-alist): Additional item in each entry to specify if
3763 the environment should be listed in the TOC.
3764 (eval-when-compile (require 'cl)) added.
3765
3766 * textmodes/reftex-index.el (reftex-index-selection-or-word): No
3767 longer deals with "repeat".
3768 (reftex-index): "repeat property in `reftex-index-macro-alist' is
3769 now used.
3770 (reftex-index-phrases-comment-regexp,
3771 reftex-index-phrases-macrodef-regexp,
3772 reftex-index-phrases-phrase-regexp1,
3773 reftex-index-phrases-phrase-regexp2,
3774 reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
3775 New constants.
3776 (reftex-index-phrases-macro-data, reftex-index-phrases-files,
3777 reftex-index-phrases-font-lock-keywords,
3778 reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
3779 reftex-index-phrases-restrict-file): New variables.
3780 (reftex-index-phrase-selection-or-word,
3781 reftex-index-visit-phrases-buffer,
3782 reftex-index-initialize-phrases-buffer,
3783 reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
3784 reftex-index-next-phrase, reftex-index-this-phrase,
3785 reftex-index-all-phrases, reftex-index-region-phrases,
3786 reftex-index-phrases-parse-header,
3787 reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
3788 reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
3789 reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
3790 reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
3791 reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
3792 reftex-index-make-replace-string,
3793 reftex-query-index-phrase-globally, reftex-query-index-phrase,
3794 reftex-index-phrase-match-is-indexed,
3795 reftex-index-phrases-fixup-line,
3796 reftex-index-phrases-replace-space,
3797 reftex-index-select-phrases-macro): New functions.
3798 (reftex-index-globalize, reftex-index-globally): functions removed
3799 (eval-when-compile (require 'cl)) added.
3800
3801 * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
3802 for max level.
3803 (reftex-toc-max-level-indicator): New variable.
3804 (reftex-toc-max-level): New command.
3805 (reftex-toc-map): New keybinding `t'.
3806 (reftex-toc-help): Constant updated.
3807 (eval-when-compile (require 'cl)) added.
3808
3809 * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
3810 `t' command key can change `reftex-toc-max-level'
3811 (eval-when-compile (require 'cl)) added.
3812
3813 * textmode/reftex-sel (reftex-insert-docstruct): Respect
3814 `reftex-toc-max-level'
3815 (eval-when-compile (require 'cl)) added.
3816
3817 * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
3818 added.
3819
3820 * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
3821 added.
3822
3823 * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
3824 commands.
3825 (reftex-citation, reftex-do-citation,
3826 reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
3827 preselect a citation format.
3828 (eval-when-compile (require 'cl)) added.
3829
3830 * textmodes/reftex-parse.el (reftex-context-substring): Optional
3831 parameter to-end
3832 (reftex-section-info): Deal with environment matches.
3833 (eval-when-compile (require 'cl)) added.
3834
3835 * reftex-global.el (eval-when-compile (require 'cl)) added.
3836
3837 1999-12-15 Kenichi Handa <handa@etl.go.jp>
3838
3839 The following changes are for the new composition mechanism. We
3840 have deleted `composition' charset and composite characters,
3841 instead introduced a special text property `composition'.
3842
3843 * composite.el: New file.
3844
3845 * ps-mule.el: Define encode-composition-rule and find-composition
3846 for Emacs 20.4 and the earlier versions.
3847 (ps-mule-init-external-library): Just require a feature for
3848 external libraries.
3849 (ps-mule-prologue): Postscript code modified for new composition.
3850 (ps-mule-find-wrappoint): New arg COMPOSITION.
3851 (ps-mule-plot-string): Delete code for composite characaters.
3852 (ps-mule-plot-composition): New funcion.
3853 (ps-mule-prepare-font-for-components): New function.
3854 (ps-mule-plot-components): New function.
3855 (ps-mule-composition-prologue-generated): Renamed from
3856 ps-mule-cmpchar-prologue-generated.
3857 (ps-mule-composition-prologue): New named from
3858 ps-mule-cmpchar-prologue. Modified for new composition.
3859 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
3860 ps-mule-prepare-cmpchar-font): Deleted.
3861 (ps-mule-string-encoding): New arg NO-SETFONT.
3862 (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
3863 check Composing, not Cmpchar
3864 (ps-mule-initialize): Set ps-mule-composition-prologue-generated
3865 to nil.
3866 (ps-mule-begin-job): Check existence of new composition.
3867
3868 * ps-print.el (ps-plot-region): Handle new composition.
3869
3870 * simple.el (what-cursor-position): Show "(composed)" if the
3871 character is composed.
3872
3873 * international/characters.el: Fix cateogries of Lao symbols.
3874
3875 * international/fontset.el (vertical-centering-font-regexp): New
3876 variable.
3877
3878 * international/mule.el (mule-version): Updated to 5.0 (AOI).
3879 (mule-version-date): Updated to 1999.12.7.
3880 (with-category-table): New macro.
3881
3882 * international/mule-cmds.el (encode-coding-char): Don't check
3883 composite character.
3884
3885 * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
3886 iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
3887 x-ctext): Give `composition' property t.
3888
3889 * international/mule-util.el (set-nested-alist): Set BRANCHES (if
3890 non-nil) at the tail of ALIST.
3891 (compose-region, decompose-region, decompse-string,
3892 reference-point-alist, compose-chars): Moved to composite.el.
3893 (compose-chars-component, compose-chars-rule,
3894 decompose-composite-char): Deleted.
3895
3896 * international/quail.el (quail-install-map): New optional arg
3897 NAME.
3898 (quail-get-translation): If DEF is a symbol but not a function,
3899 ignore it.
3900 (quail-start-translation): Put a key sequence undefined in the
3901 translation keymap in unread-command-events, not generated-events.
3902 Return parameterized event (compose-last-chars N) if the input
3903 characters should be composed.
3904 (quail-map-definition): If DEF is t, treat it as nil.
3905 (quail-delete-last-char): Delete the quail region.
3906 (quail-show-translations): Don't show list of translations if the
3907 quail package is deterministic.
3908 (quail-completion-max-depth): New variable.
3909 (quail-completion-1): Pay attention to the above variable. Fix
3910 for the case that a translation is a function.
3911 (quail-map-from-table, quail-map-from-table-1,
3912 quail-map-from-table-2): New functions.
3913 (quail-lookup-map-and-concat): New function
3914
3915 * language/devan-util.el: Mostly rewritten.
3916
3917 * language/lao.el: Register lao-composition-function in
3918 composition-function-table.
3919
3920 * language/lao-util.el: Mostly rewritten.
3921
3922 * language/thai.el: Register thai-composition-function in
3923 composition-function-table.
3924 (thai-tis620): Delete `pre-write-conversion' property.
3925
3926 * language/thai-util.el: (thai-category-table): Make it by
3927 make-category-table.
3928 (thai-composition-pattern): New variable.
3929 (thai-compose-region, thai-compose-string): Use
3930 with-category-table.
3931 (thai-post-read-conversion): Just call thai-compose-region.
3932 (thai-pre-write-conversion): Deleted.
3933 (thai-composition-function): New funciton.
3934
3935 * language/tibet-util.el: Most functions rewritten.
3936 (tibetan-char-p): Renamed from tibetan-char-examin.
3937 (tibetan-composable-examin) (tibetan-complete-char-examin)
3938 (tibetan-vertical-stacking) (tibetan-composition): Deleted.
3939 (tibetan-add-components): New function.
3940 (tibetan-composition-function): New function.
3941
3942 * language/tibetan.el: Register tibetan-composition-function in
3943 composition-function-table.
3944 (tibetan-composable-pattern): New variable.
3945 (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
3946 (tibetan-precomposition-rule-alist): Move punctuations to
3947 tibetan-punctuation-transcription-alist and
3948 tibetan-obsolete-glyphs.
3949 (tibetan-punctuation-transcription-alist): New variable.
3950 (tibetan-obsolete-glyphs): New variable.
3951 (tibetan-regexp): Improve the initialization code.
3952
3953 * textmodes/fill.el (fill-find-break-point): Delete codes for
3954 composite characters.
3955 (fill-region-as-paragraph): Likewise.
3956
3957 1999-12-14 Gerd Moellmann <gerd@gnu.org>
3958
3959 * international/mule-cmds.el (default-input-method): Specify
3960 that it should be set after current-language-environment.
3961
3962 * custom.el (custom-handle-keyword): Add :set-after.
3963 (custom-add-dependencies): New function.
3964 (custom-set-variables): Take dependencies between args into
3965 account.
3966
3967 * battery.el (battery): Doc fix.
3968
3969 1999-12-12 Gerd Moellmann <gerd@gnu.org>
3970
3971 * progmodes/cc-make.el: Removed.
3972
3973 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3974
3975 * Release of cc-mode 5.26
3976
3977 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3978
3979 * cc-cmds.el (c-forward-conditional): Handle an arbitrary
3980 target depth. Optionally count #else lines as clause limits,
3981 as suggested by don provan <provan@lucent.com>. #elif
3982 handling fixed.
3983
3984 * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
3985 (c-down-conditional-with-else): New commands that uses the
3986 added functionality in `c-forward-conditional'.
3987
3988 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3989
3990 * cc-align.el (c-lineup-comment): Preserve the alignment with
3991 a comment on the previous line instead of preserving the
3992 comment-column.
3993
3994 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3995
3996 * Fixes to IDL mode after input from Eric Eide
3997 <eeide@cs.utah.edu>:
3998 * cc-engine.el (c-beginning-of-statement-1): Allow
3999 `c-conditional-key' to be nil, for the benefit of IDL mode.
4000 * cc-engine.el (c-guess-basic-syntax): Ditto.
4001 cc-langs.el (C-IDL-class-key): Fixed. Don't match `class'
4002 but do match CORBA 2.3 `valuetype'.
4003 * cc-langs.el (c-IDL-access-key): New defconst. Should be nil
4004 for IDL.
4005 * cc-langs.el (c-IDL-conditional-key): New defconst. Should
4006 be nil for IDL.
4007 * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
4008 Like C++.
4009 * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts. Also,
4010 set `c-method-key' and `c-baseclass-key' to nil.
4011
4012 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4013
4014 * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
4015 with nonhanging open braces.
4016
4017 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4018
4019 * cc-align.el: Added docstrings to all lineup functions.
4020
4021 * cc-align.el (c-lineup-java-throws): Handle a hanging throws
4022 keyword.
4023
4024 * cc-align.el (c-lineup-C-comments): Handle free form text
4025 comments. Use c-comment-prefix-regexp and comment-start-skip
4026 instead of hardcoded regexps.
4027
4028 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4029
4030 * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
4031 behavior and return value as documented.
4032
4033 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4034
4035 * Changes for new style variable init system:
4036 * cc-langs.el (c-common-init): Dito.
4037 * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
4038 now customizable.
4039 * cc-vars.el: Style variables may now take a value
4040 'set-from-style to make them take their value from the style
4041 system. This value is now the default on all these variables.
4042 * cc-vars.el (c-valid-offset): New function to verify a
4043 syntactic symbol offset setting.
4044 * cc-vars.el (c-offsets-alist): Variable moved from
4045 cc-styles.el since it's now customizable in a similar way to
4046 the other style variables.
4047 * cc-vars.el (c-old-style-variable-behavior): New variable to
4048 revert to the old style init behavior.
4049
4050 * cc-vars.el (c-file-style, c-file-offsets): Made always
4051 buffer local.
4052
4053 * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
4054 the throws clause that might follow the function prototype in
4055 C++.
4056
4057 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4058
4059 * cc-defs.el (c-beginning-of-macro): Fixed bug where point
4060 could move forward for macros that doesn't start in column 0.
4061
4062 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4063
4064 * cc-align.el (c-indent-multi-line-block,
4065 c-lineup-whitesmith-in-block): Two new lineup functions for
4066 use in whitesmith style.
4067
4068 * cc-styles.el (c-style-alist): More fixes to whitesmith
4069 style. It should now handle all different braces uniformly in
4070 both hanging and non-hanging cases.
4071
4072 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4073
4074 * cc-cmds.el (c-indent-exp): Use a marker to save point to
4075 make it stay in the same position relative to the surrounding
4076 text.
4077
4078 * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
4079 when adaptive-fill-mode doesn't manage to get it correct.
4080
4081 * cc-menus.el (cc-imenu-java-generic-expression): Handle types
4082 with dotted notation, e.g. foo.bar.Gnu.
4083
4084 * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
4085 within unwind-protect (previously only some were wrapped so it
4086 would be possible to register mode initialization when full
4087 initialization did not finish).
4088
4089 * cc-styles.el (c-style-alist): Corrected the brace placement
4090 in the whitesmith style. Thanks to Sean Luke
4091 <seanl@cs.umd.edu>. Also extended the bsd and whitesmith
4092 styles with consistent brace placement for all constructs.
4093
4094 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4095
4096 * cc-cmds.el (c-context-line-break): Continue C++ comments too
4097 when point is in the middle of them.
4098
4099 * cc-cmds.el: Line breaking and paragraph filling code
4100 rewritten:
4101 (c-guess-fill-prefix): New function that uses various
4102 heuristics to guess the comment prefix.
4103 (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
4104 It now assumes adaptive filling is active to preserve the line
4105 prefix inside comments.
4106 (c-indent-new-comment-line): Replacement for the now
4107 obsolete `c-comment-line-break-function' that uses
4108 `c-guess-fill-prefix' when appropriate. It now observes the
4109 setting of `comment-multi-line', which has effect in C-style
4110 block comments.
4111
4112 * cc-cmds.el (c-context-line-break): New function intended to
4113 be put on RET. It's essentially `newline-and-indent', but
4114 continues C block comments with the appropriate line prefix.
4115
4116 * cc-cmds.el (c-do-auto-fill): New function put on
4117 `normal-auto-fill-function' to implement the
4118 `c-ignore-auto-fill' variable.
4119
4120 * cc-cmds.el (c-beginning-of-statement): Use
4121 `c-comment-prefix-regexp' to avoid ending up inside the
4122 comment prefix. Better handling of comment starters and
4123 enders. Catch comments better when traversing code. Stop at
4124 preprocessor directives.
4125
4126 * cc-defs.el (c-forward-comment): New subst to hide platform
4127 dependent quirks in `forward-comment'.
4128
4129 * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
4130 argument.
4131 (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
4132 arguments. Activate this function by default when
4133 `parse-partial-sexp' supports it (currently Emacs 20.x).
4134
4135 * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
4136 on the comment opener to make constants usable as lineup
4137 arguments.
4138
4139 * cc-align.el (c-lineup-C-comments): Fixes to handle the
4140 changed anchor position in the `c' syntactic symbol. Handle
4141 more than stars in the comment prefix; use the new variable
4142 `c-comment-prefix-regexp'. Don't indent text not preceded by
4143 a comment prefix to the right of the comment opener if it's
4144 long.
4145
4146 * cc-langs.el: Fixes to mode initialization for new line
4147 breaking and paragraph filling method. Adaptive fill mode is
4148 now activated at startup instead of deactivated. The
4149 variables used for adaptive filling and paragraph movement are
4150 also changed to incorporate the value of
4151 `c-comment-prefix-regexp'. `substitute-key-definition' is
4152 used to override some functions in the global map instead of
4153 overriding their default bindings.
4154
4155 * cc-mode.el (java-mode): Modify `paragraph-start' for the
4156 javadoc markup at mode init.
4157
4158 * cc-mode.el (c-setup-filladapt): A new convenience function
4159 to configure Kyle E. Jones' Filladapt mode for CC Mode. This
4160 function is intended to be used explicitly by the end user
4161 only.
4162
4163 * cc-vars.el (c-comment-prefix-regexp): New variable used to
4164 recognize the comment fill prefix inside comments.
4165 (c-block-comment-prefix): New name for
4166 `c-comment-contiuation-stars', which is now obsolete. It's
4167 generalized to handle any character sequence.
4168 (c-ignore-auto-fill): New variable used to selectively disable
4169 Auto Fill mode in specific contexts.
4170
4171 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4172
4173 * cc-cmds.el (c-comment-indent): Leave at least one space
4174 between the comment and the last nonblank character in the
4175 case where we look at the indentation of the comment on the
4176 previous line (case 4).
4177
4178 * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
4179 list of characters that may start a statement (it's a sort of
4180 prefix operator in Pike, and isn't used at all in any of the
4181 other languages).
4182
4183 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4184
4185 * cc-engine.el (c-guess-basic-syntax): Report brace list opens
4186 inside continued statements as statement-cont instead of
4187 brace-list-open. The reason is that one normally adjusts
4188 brace-list-open for brace lists as top-level constructs, and
4189 brace lists inside statements is a completely different
4190 context. Case 10B.2 changed. Also changed (the somewhat
4191 esoteric) case 9A to cope with this.
4192
4193 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4194
4195 * cc-cmds.el (c-electric-brace): Added electric handling of
4196 the open brace for brace-elseif-brace.
4197
4198 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4199
4200 * cc-defs.el (c-with-syntax-table): New macro to easily switch
4201 syntax tables temporarily.
4202
4203 * cc-engine.el (c-guess-basic-syntax): Handle template and
4204 member init argument lists split over several lines. Case 5D
4205 changed.
4206
4207 * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
4208 @throws introduced in Javadoc 1.2.
4209
4210 * cc-menus.el (cc-imenu-java-generic-expression): Applied
4211 patch from RMS to avoid infinite backtracking.
4212
4213 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4214
4215 * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
4216 by [ ].
4217
4218 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4219
4220 * cc-align.el (c-lineup-dont-change): Compensate properly for
4221 the column in langelem.
4222
4223 * cc-engine.el (c-syntactic-information-on-region): New
4224 function to help debugging the syntactic analysis.
4225
4226 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4227
4228 * cc-align.el (c-lineup-template-args): Handle nested template
4229 arglists.
4230
4231 * cc-langs.el (c++-template-syntax-table): New syntax table
4232 that makes `<' and `>' parenthesis characters, which is useful
4233 to switch to temporarily when analyzing template arglists.
4234
4235 * cc-styles.el: Changed default alignment of labels in the
4236 java style to conform to the examples in the Java Language
4237 Specification.
4238
4239 * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
4240 by default.
4241
4242 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4243
4244 * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
4245 immediately before the closing paren in an arglist, so don't
4246 check that in Pike mode. Case 7A changed.
4247
4248 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4249
4250 * cc-cmds.el (c-indent-region): Fixed bug where comment-only
4251 lines were ignored under certain conditions.
4252
4253 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4254
4255 * cc-align.el (c-lineup-template-args): New function for
4256 aligning continued template argument lists.
4257
4258 * cc-engine.el (c-guess-basic-syntax): Fix for member init
4259 lists containing function arglists split over several lines.
4260 Case 5D.1 changed.
4261
4262 * cc-engine.el (c-guess-basic-syntax): Fixed bug where
4263 template-args-cont didn't get recognized when the first
4264 arglist opener line doesn't contain a template argument. New
4265 case 5K.
4266
4267 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4268
4269 * cc-defs.el (c-point): Changed from subst to macro for
4270 efficiency.
4271 (c-beginning-of-defun-1, c-end-of-defun-1): New
4272 beginning-of-defun/end-of-defun wrappers separated from
4273 c-point.
4274
4275 * cc-menus.el (imenu-generic-expression,
4276 imenu-case-fold-search, imenu-progress-message): Dummy
4277 definitions to avoid compiler warnings if imenu can't be
4278 loaded.
4279 * cc-menus.el (cc-imenu-init): New function called at mode
4280 init.
4281 * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
4282 imenu initializations to cc-imenu-init.
4283
4284 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4285
4286 * cc-engine.el (c-guess-basic-syntax): Slightly better check
4287 for lambda-intro-cont in Pike mode. Case 6 changed.
4288
4289 * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
4290 anything following "new Foo()" was considered an anonymous
4291 class body in Java mode.
4292
4293 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4294
4295 * cc-cmds.el (c-comment-line-break-function): When breaking in
4296 a string, don't insert a new line.
4297
4298 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4299
4300 * cc-engine.el (c-at-toplevel-p): New interface function which
4301 returns information useful to add-on authors. It tells you
4302 whether you're at a toplevel statement or not.
4303
4304 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4305
4306 * cc-cmds.el (c-comment-line-break-function): It is possible
4307 that forward-line does not land us at the bol, say if we're on
4308 the last line in a file. In that case, do a
4309 back-to-indentation instead of a forward-comment -1.
4310
4311 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4312
4313 * cc-engine.el (c-beginning-of-statement-1): Don't catch
4314 "default:" as normal label in case 4.
4315
4316 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4317
4318 * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
4319 recognize continued bitfield declarations. Case 5D.1 changed.
4320 * cc-langs.el: New variable c-bitfield-key.
4321 * cc-mode.el: New variable c-bitfield-key.
4322
4323 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4324
4325 * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
4326 anonymous array expressions (i.e. "new Foo[] {.. bracelist
4327 ..}").
4328
4329 1999-12-12 Dave Love <fx@gnu.org>
4330
4331 * mail/footnote.el: Require cl when compiling. Don't autoload
4332 keymap and minor-mode-alist stuff. Don't set zmacs-region-stays.
4333 (footnote-insert-text-marker, Footnote-insert-pointer-marker):
4334 Avoid `acons'.
4335 (footnote-mode-line-string, Footnote-add-footnote): Remove
4336 autoload cookie.
4337
4338 1999-12-12 Richard Sharman <rsharman@pobox.com>
4339
4340 * sh-script.el: Fix for when font-lock mode is active.
4341 (sh-font-lock-unfontify-region-function): New function.
4342
4343 1999-12-12 Eli Zaretskii <eliz@is.elta.co.il>
4344
4345 * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
4346 if start-process is not bound, since Ispell now supports such
4347 platforms as well.
4348
4349 1999-12-12 Gerd Moellmann <gerd@gnu.org>
4350
4351 * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
4352 rmail-summary-goto-msg.
4353
4354 * files.el (after-find-file): Fix previous change.
4355
4356 1999-12-11 Dave Love <fx@gnu.org>
4357
4358 * help.el (where-is): Use `commandp' as predicate for
4359 `completing-read'
4360
4361 1999-12-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4362
4363 * cus-edit.el (custom-save-delete): Delete all occurrences,
4364 leave point where the first occurrence was.
4365 (custom-save-faces): Insert a newline at the end of the comment.
4366 Avoid a double newline there.
4367 If final closeparen is at bol, put a space before it.
4368 (custom-save-variables): Likewise.
4369 (custom-file): Doc fix.
4370
4371 1999-12-10 Gerd Moellmann <gerd@gnu.org>
4372
4373 * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
4374 regexp matching image and audio files.
4375
4376 1999-12-09 Dave Love <fx@gnu.org>
4377
4378 * mail/footnote.el: New file.
4379
4380 1999-12-09 Gerd Moellmann <gerd@gnu.org>
4381
4382 * files.el (after-find-file): Use auto-save-visited-file-name if
4383 set.
4384
4385 * mail/feedmail.el (feedmail-find-eoh): Take
4386 feedmail-queue-alternative-mail-header-separator into account.
4387
4388 1999-12-09 Stefan Monnier <monnier@cs.yale.edu>
4389
4390 * smerge-mode.el: New file.
4391
4392 * font-lock.el (font-lock-multiline): New variable.
4393 (font-lock-add-keywords): Rename `major-mode' into `mode'.
4394 (font-lock-remove-keywords): Added a dummy `mode' argument for
4395 potential future support.
4396 (font-lock-fontify-anchored-keywords,
4397 (font-lock-fontify-keywords-region): Only handle multiline strings
4398 if necessary (avoids a pathological behavior in (f.ex) diff-mode).
4399
4400 1999-12-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4401
4402 * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
4403
4404 * dired-aux.el (dired-insert-subdir): Add autoload cookie.
4405
4406 1999-12-07 Dave Love <fx@gnu.org>
4407
4408 * help.el (view-emacs-problems): New command, bound to C-h P.
4409
4410 * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
4411
4412 1999-12-07 Stefan Monnier <monnier@cs.yale.edu>
4413
4414 * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
4415 (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
4416 New code to support the minor mode version.
4417 (diff-recenter): New function.
4418 (diff-next-hunk, diff-next-file): Use it.
4419 (diff-remembered-files-alist): New var.
4420 (diff-merge-strings): New function.
4421 (diff-find-file-name): Make it smarter and use the user's input more.
4422 (diff-mode): Cosmetic changes.
4423
4424 * files.el (save-some-buffers): Turn EXITING into the more general
4425 PRED argument to allow specifying a subset of buffers.
4426
4427 * simple.el (kill-region): Use the new `delete-and-extract-region'
4428 rather than the undo log (which is incorrect with *-change-functions).
4429
4430 * font-lock.el (font-lock-default-fontify-region): Fix subtle
4431 off-by-one problem that could force re-fontifying the whole buffer.
4432 (font-lock-remove-keywords): New function.
4433 (font-lock-add-keywords): Use the new function to ensure idempotence.
4434
4435 1999-12-06 Michael Kifer <kifer@cs.sunysb.edu>
4436
4437 * viper-cmd.el (viper-minibuffer-standard-hook,
4438 viper-minibuffer-real-start): Mew functions.
4439 (viper-read-string-with-history,viper-file-add-suffix,
4440 viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
4441 change in the status of the minibuffer prompt.
4442
4443 1999-12-06 Gerd Moellmann <gerd@gnu.org>
4444
4445 * comint.el (comint-redirect-results-list)
4446 (comint-redirect-results-list-from-process): Remove interactive
4447 spec.
4448
4449 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4450
4451 * info.el (info-node, info-menu-5, info-xref): Define colors for
4452 Info faces if the display supports them.
4453
4454 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4455
4456 Changes for automatic remapping of X colors on terminal frames:
4457
4458 * term/pc-win.el (msdos-setup-initial-frame): New function, run by
4459 term-setup-hook. Call msdos-remember-default-colors and
4460 msdos-handle-reverse-video.
4461 (msdos-face-setup): Parts of code moved to
4462 msdos-setup-initial-frame.
4463 (msdos-handle-reverse-video): New function, modeled after
4464 x-handle-reverse-video.
4465 (make-msdos-frame): Don't use initial-frame-alist and
4466 default-frame-alist. Call msdos-handle-reverse-video.
4467 (msdos-color-aliases): Remove.
4468 (msdos-color-translate, msdos-approximate-color): Remove.
4469 (msdos-color-values): Use 16-bit RGB values. RGB values updated
4470 for better approximation of X colors.
4471 (msdos-face-setup): Call tty-color-clear. Remove code that sets
4472 up tty-color-alist (it is now on startup.el).
4473 (x-display-color-p, x-color-defined-p, x-color-values,
4474 x-defined-colors, face-color-supported-p, face-color-gray-p):
4475 Remove.
4476
4477 * facemenu.el (facemenu-read-color, list-colors-display): Use
4478 defined-colors for all frame types.
4479 (facemenu-color-equal): Use color-values for all frame types.
4480
4481 * faces.el (read-face-attribute): For :foreground and :background
4482 attributes and frames on character terminals, translate the color
4483 to the closest supported one before looking it up in the list of
4484 valid values.
4485 (face-valid-attribute-values): Call defined-colors for all types
4486 of frames.
4487 (defined-colors, color-defined-p, color-values, display-color-p):
4488 New finctions.
4489 (x-defined-colors, x-color-defined-p, x-color-values,
4490 x-display-color-p): Aliases for the above.
4491
4492 * startup.el (command-line): Register terminal colors for frame
4493 types other than x and w32, but only if the terminal supports
4494 colors. Call tty-color-define instead of face-register-tty-color.
4495
4496 * term/x-win.el (xw-defined-colors): Renamed from
4497 x-defined-colors.
4498 * term/w32-win.el (xw-defined-colors): Likewise.
4499
4500 * term/tty-colors.el: New file.
4501 * loadup.el: Load term/tty-colors.
4502
4503 1999-12-06 Dave Love <fx@gnu.org>
4504
4505 * ffap.el: Autoload the ffap alias directly.
4506
4507 1999-12-06 Inge Frick <inge@nada.kth.se>
4508
4509 * dired-aux.el (dired-do-shell-command): Changed documentation.
4510 (dired-shell-stuff-it): A `?' in COMMAND has now the same
4511 meaning as `*'.
4512
4513 1999-12-06 Gerd Moellmann <gerd@gnu.org>
4514
4515 * simple.el (insert-buffer): Doc fix.
4516
4517 * apropos.el (apropos-mode): Add autoload cookie.
4518
4519 1999-12-06 Sam Steingold <sds@goems.com>
4520
4521 * progmodes/etags.el (etags-tags-completion-table): Modified the
4522 regexp to allow for the CL symbols starting with `+*'.
4523 (tags-completion-table): Doc fix (it's an obarray, not an alist).
4524 (tags-completion-table, tags-recognize-empty-tags-table): Remove
4525 `function' quoting lambda.
4526 (tags-with-face): New macro.
4527 (list-tags, tags-apropos): Use it.
4528 (tags-apropos-additional-actions): New user option.
4529 (etags-tags-apropos-additional): Use it.
4530 (tags-apropos): Call etags-tags-apropos-additional.
4531 (tags-apropos-verbose): New user option.
4532 (etags-tags-apropos): Use it.
4533 (visit-tags-table-buffer, next-file): Use `unless'.
4534 (recognize-empty-tags-table): Renamed to
4535 tags-recognize-empty-tags-table.
4536 (complete-tag): Call tags-complete-tag bypassing try-completion.
4537
4538 1999-12-06 Kenichi Handa <handa@etl.go.jp>
4539
4540 * international/mule.el (set-buffer-file-coding-system): Docstring
4541 modified.
4542
4543 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
4544
4545 * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
4546 using the hideshow package.
4547 (hs-special-modes-alist): Added entry for bibtex to allow the use
4548 of the hideshow package.
4549 (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
4550 not longer provided by bibtex.el directly. Instead the hideshow
4551 package should be used.
4552 (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
4553 references to bibtex-hide-entry-bodies.
4554
4555 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
4556
4557 * textmodes/bibtex.el: Copyright notice is up to date. Moved
4558 maintainer information closer to the beginning of the bibtex.el
4559 file.
4560 (bibtex-maintainer-salutation): New constant.
4561 (bibtex-version): New constant.
4562 (bibtex-submit-bug-report): Use bibtex-version and
4563 bibtex-maintainer-salutation.
4564 (bibtex-entry-field-alist): Made booktitle field optional for
4565 @inproceedings entries when crossreferenced.
4566 (bibtex-entry-field-alist): Added booktitle field to proceedings
4567 entry type (for cross referencing). Thanks to Wagner Toledo Correa
4568 for the suggestion.
4569 (bibtex-string-file-path): Fixed typo.
4570
4571 1999-12-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
4572
4573 * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
4574 for reftex.el.
4575 (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
4576 to menu.
4577
4578 1999-12-04 Dave Love <fx@gnu.org>
4579
4580 * delsel.el: Revert previous change -- region is significant to
4581 skeleton.
4582
4583 1999-12-04 Michael Kifer <kifer@cs.sunysb.edu>
4584
4585 * viper-cmd.el (viper-change-state): Use
4586 viper-ESC-moves-cursor-back to decide whether to move the cursor
4587 back.
4588
4589 1999-12-03 Kenichi Handa <handa@mule.m17n.org>
4590
4591 * international/mule-util.el (truncate-string-to-width): Docsting
4592 fixed.
4593
4594 1999-12-02 Stefan Monnier <monnier@cs.yale.edu>
4595
4596 * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
4597 use of `cond'.
4598 (lm-with-file): Move all the find-file...kill-buffer stuff into
4599 this macro. Make it use `find-file-noselect' and make it kill
4600 the buffer only if it wasn't already displayed somewhere.
4601 (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
4602 (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
4603 (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
4604 (lm-commentary): Fix to handle the case when the change log is
4605 at the end of the file.
4606
4607 1999-12-02 Kenichi Handa <handa@etl.go.jp>
4608
4609 * international/mule.el (charsetp): Fix typo in docstring.
4610
4611 * international/mule-diag.el (list-coding-categories): Fix typo;
4612 automatic -> autoload.
4613
4614 1999-12-02 Gerd Moellmann <gerd@gnu.org>
4615
4616 * vc.el (vc-update-change-log): Look for rcs2log under
4617 exec-directory.
4618
4619 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
4620 outline-regexp, add outline-level.
4621 (lisp-outline-level): New.
4622
4623 * calendar/appt.el (appt-convert-time): Handle "12:MMam",
4624 remove extraneous string-match.
4625
4626 * finder.el (finder-commentary): Activate Finder mode.
4627
4628 1999-12-01 Anders Lindgren <andersl@andersl.com>
4629
4630 * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
4631 off when reverting buffers that contained mode specifiers.
4632 `revert-buffer' is now called with non-nil PRESERVE-MODES
4633 argument.
4634
4635 1999-12-01 Dave Love <fx@gnu.org>
4636
4637 * delsel.el: Grok skeleton-pair-insert-maybe.
4638
4639 1999-11-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4640
4641 * progmodes/cperl-mode.el (cperl-under-as-char):
4642 Use nil as default.
4643
4644 1999-11-30 Gerd Moellmann <gerd@gnu.org>
4645
4646 * speedbar.el (toplevel): Remove compatibility code for Emacs
4647 versions without custom.el.
4648
4649 1999-11-30 Dave Love <fx@gnu.org>
4650
4651 * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
4652
4653 * autoinsert.el: Minor doc fixes.
4654 (auto-insert): Return nil.
4655
4656 * faces.el (set-face-documentation): Purecopy STRING.
4657
4658 1999-11-29 Dave Love <fx@gnu.org>
4659
4660 * derived.el: Doc fixes, remove old backquote syntax.
4661
4662 * cus-edit.el (custom-save-variables, custom-save-faces): Write a
4663 comment warning about editing.
4664
4665 * help.el (help-mode-hook): Define.
4666
4667 1999-11-29 Gerd Moellmann <gerd@gnu.org>
4668
4669 * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
4670 invalid translation of old-style backquote syntax to new syntax.
4671
4672 1999-11-28 Eli Zaretskii <eliz@is.elta.co.il>
4673
4674 * Makefile (DONTCOMPILE): Add term/internal.el.
4675
4676 1999-11-26 Dave Love <fx@gnu.org>
4677
4678 * comint.el: Fix last change.
4679
4680 * emacs-lisp/advice.el: Fix last change.
4681
4682 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4683
4684 * cus-edit.el (Custom-reset-standard): Doc fix.
4685 (custom-variable-reset-standard): Doc fix.
4686 (custom-face-reset-standard): Doc fix.
4687 (custom-face-menu): "Reset to Standard" => "Erase Customization".
4688 (custom-variable-menu): Likewise.
4689 (custom-reset-menu): Likewise.
4690 (custom-buffer-create-internal): Likewise.
4691
4692 1999-11-26 Dave Love <fx@gnu.org>
4693
4694 * progmodes/make-mode.el (makefile-mode-hook): Customize.
4695
4696 * font-lock.el: Doc fixes.
4697
4698 * menu-bar.el (menu-bar-mode): Customize.
4699
4700 * cus-start.el: Add use-dialog-box.
4701
4702 * add-log.el (change-log-mode-hook): Customize.
4703 (add-log-current-defun): Use
4704 fortran-{beginning,end}-of-subprogram.
4705
4706 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4707
4708 * emacs-lisp/advice.el: Many doc fixes.
4709
4710 * comint.el (comint-preoutput-filter-functions): Doc fix.
4711
4712 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4713
4714 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4715 Improve messages for capitalization of arg names,
4716 for flag variables, for t and nil, for imperatives.
4717 Call them imperatives rather than infinitives sans "to".
4718 (checkdoc-common-verbs-wrong-voice): Add "moves".
4719 (checkdoc-message-text-engine): Improve messages for y-or-n-p.
4720
4721 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
4722 Don't convert comments from 3-semicolon to 2-semicolon.
4723 That is a matter of style.
4724 (checkdoc-triple-semi-comment-check-flag): Variable deleted.
4725 (checkdoc-comments): Don't bind that variable.
4726
4727 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4728
4729 * files.el (write-file-hooks): Doc fix.
4730
4731 1999-11-26 Gerd Moellmann <gerd@gnu.org>
4732
4733 * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
4734
4735 1999-11-25 Dave Love <fx@gnu.org>
4736
4737 * hippie-exp.el: Require comint when compiling.
4738 (hippie-expand): Add :links.
4739 (hippie-expand-try-functions-list): Customize.
4740
4741 1999-11-24 Michael Kifer <kifer@cs.sunysb.edu>
4742
4743 * viper*el: Replaced old-style backquotes.
4744
4745 * ediff*el: Replaced old-style backquotes.
4746
4747 * ediff-merge
4748 (ediff-looks-like-combined-merge,ediff-get-combined-region):
4749 Changed to support the new format for ediff-combination-pattern.
4750
4751 * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
4752 Changed to support the new format for ediff-combination-pattern.
4753
4754 1999-11-24 Dave Love <fx@gnu.org>
4755
4756 * custom.el (custom-declare-group): Purecopy DOC.
4757 (custom-handle-keyword): Purecopy VALUE.
4758 (custom-add-link): Purecopy WIDGET.
4759 (custom-add-version): Purecopy VERSION.
4760 (custom-add-load): Purecopy LOAD.
4761
4762 * cus-face.el (custom-declare-face): Purecopy DOC.
4763
4764 * info.el:
4765 (Info-build-node-completions, Info-search, Info-follow-reference)
4766 (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
4767 (Info-find-emacs-command-nodes): Avoid properties on matched text
4768 which may appear in minibuffer.
4769
4770 1999-11-24 Gerd Moellmann <gerd@gnu.org>
4771
4772 * locate.el (locate-with-filter): Doc fix.
4773
4774 1999-11-24 Alex Schroeder <alex@gnu.org>
4775
4776 * sql.el (sql-find-sqli-buffer): New function.
4777 (sql-set-sqli-buffer-generally): New function.
4778 (sql-set-sqli-buffer): Better checking of new-buffer.
4779 (sql-copy-column): Add comma after INTO clause, too.
4780
4781 1999-11-24 Alex Schroeder <alex@gnu.org>
4782
4783 * sql.el (sql-imenu-generic-expression): New, used to set
4784 imenu-generic-expression.
4785
4786 * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
4787 setting font-lock-defaults' SYNTAX-ALIST. Set
4788 imenu-generic-expression, imenu-case-fold-search, and
4789 imenu-syntax-alist.
4790
4791 * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
4792 and 46 when setting font-lock-defaults' SYNTAX-ALIST.
4793
4794 1999-11-23 Andrew Innes <andrewi@gnu.org>
4795
4796 * w32-win.el (w32-drag-n-drop): Load files in current window, if
4797 drop coords aren't over a specific window.
4798
4799 1999-11-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4800
4801 * ps-print.el: Define mule funs without checking if mule package is
4802 loaded.
4803 (ps-print-version): New version number (5.0.1).
4804 (ps-header-dirpart): Now uses abbreviate-file-name.
4805
4806 1999-11-23 Dave Love <fx@gnu.org>
4807
4808 * progmodes/fortran.el (fortran-comment-line-start): Renamed from
4809 comment-line-start.
4810 (fortran-comment-line-start-skip): Renamed from
4811 comment-line-start-skip.
4812 (fortran-mode-map): Use renamed functions. Add manual and custom
4813 entries to menu.
4814 (fortran-mode-hook): Customize.
4815 (fortran-comment-indent-function): Renamed from
4816 fortran-comment-hook.
4817 (delete-horizontal-regexp): Function deleted.
4818 (fortran-electric-line-number): Simplified.
4819 (fortran-beginning-of-subprogram): Renamed from
4820 beginning-of-fortran-subprogram.
4821 (fortran-end-of-subprogram): Renamed from
4822 end-of-fortran-subprogram.
4823 (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
4824 (fortran-previous-statement, fortran-next-statement): Simplified.
4825 (fortran-blink-match): New function.
4826 (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
4827 (fortran-indent-to-column): Don't use delete-horizontal-regexp.
4828 (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
4829 line-end-position.
4830 (fortran-fill): No longer interactive. Simplified.
4831 (fortran-break-line): Simplified.
4832 (fortran-analyze-file-format): Use char-after, not looking-at.
4833
4834 * emacs-lisp/find-func.el (find-function-regexp): Use
4835 `define-minor-mode' after easy-menu change.
4836
4837 1999-11-23 Gerd Moellmann <gerd@gnu.org>
4838
4839 * comint.el: Add redirection.from active comint buffers into
4840 another buffer. Written by Peter Breton.
4841
4842 1999-11-23 Stefan Monnier <monnier@cs.yale.edu>
4843
4844 * emacs-lisp/autoload.el (make-autoload): Recognize the new
4845 `define-minor-mode'.
4846 (define-minor-mode): Specify `doc-string-elt'.
4847
4848 * emacs-lisp/easy-mmode.el: Changed maintainer.
4849 (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
4850 Use defcustom for the hooks; Improve the auto-generated docstrings.
4851 (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
4852 (define-minor-mode): Add BODY arg; Only declare the keymap if
4853 provided; Improve the auto-generated docstrings.
4854
4855 1999-11-22 Gerd Moellmann <gerd@gnu.org>
4856
4857 * textmodes/text-mode.el (text-mode): Construct paragraph-start so
4858 that the leading `^' is at the start. This is necessary because
4859 paragraphs.el tries to remove anchors, but can find them only if
4860 they are the first character.
4861
4862 * progmodes/antlr-mode.el: New file.
4863
4864 * calendar/calendar.el: Fix autoload for
4865 calendar-absolute-from-astro. Add autoload for
4866 calendar-print-astro-day-number.
4867
4868 1999-11-21 Anders Lindgren <andersl@andersl.com>
4869
4870 * follow.el: Use modern backquote syntax. Minor comment update.
4871
4872 1999-11-21 Gerd Moellmann <gerd@gnu.org>
4873
4874 * simple.el (with-syntax-table): Don't switch buffers.
4875
4876 * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
4877 progmodes/hideif.el: Use new backquote syntax.
4878
4879 1999-11-21 Ken Manheimer <klm@python.org>
4880
4881 * icomplete.el (icomplete-completions): Use an explicit variable
4882 `icomplete-prospects-length', obviating the need to use an
4883 apparently faulty throw/catch arrangement.
4884
4885 1999-11-21 Eli Zaretskii <eliz@is.elta.co.il>
4886
4887 * term/internal.el (IT-display-table-setup): Don't overstep
4888 character code 255.
4889
4890 1999-11-20 Kenichi Handa <handa@mule.m17n.org>
4891
4892 * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
4893 for the charset chinese-sisheng is 7bit encoding, not 8bit.
4894
4895 1999-11-19 Stefan Monnier <monnier@cs.yale.edu>
4896
4897 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
4898 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
4899
4900 * files.el (auto-mode-alist): Add patterns for diff-mode.
4901
4902 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
4903 to detect an empty prompt.
4904
4905 1999-11-18 Dave Love <fx@gnu.org>
4906
4907 * simple.el (input-mode-8-bit): Fix the customization.
4908
4909 1999-11-18 Gerd Moellmann <gerd@gnu.org>
4910
4911 * international/iso-acc.el (iso-languages): Add more
4912 characters for Portuguese.
4913
4914 * speedbar.el: Clean up comment at the start of the file.
4915 Remove RCS id.
4916
4917 * progmodes/compile.el (compilation-parse-errors): Use
4918 compilation-buffer-p instead of testing major-mode.
4919
4920 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk>
4921
4922 * quickurl.el Added defcustom of quickurl-completion-ignore-case.
4923 (quickurl-ask): completion-ignore-case is set to the value of
4924 quickurl-completion-ignore-case for the duration of the call to
4925 completing-read.
4926
4927 1999-11-18 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4928
4929 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
4930
4931 1999-11-18 Kenichi Handa <handa@etl.go.jp>
4932
4933 * ps-vars.el: Renamed from ps-print-def.el. Provide ps-vars
4934 instead of ps-print-def.
4935
4936 * ps-print.el: Require ps-vars instead of ps-print-def.
4937
4938 * ps-mule.el: Require ps-vars instead of ps-print-def.
4939
4940 1999-11-17 Gerd Moellmann <gerd@gnu.org>
4941
4942 * simple.el (with-syntax-table): Save buffer explicitly instead of
4943 using save-excursion.
4944
4945 1999-11-16 Gerd Moellmann <gerd@gnu.org>
4946
4947 * mail/supercite.el: New maintainer.
4948
4949 1999-11-16 Reto Zimmermann <reto@synopsys.com>
4950
4951 * progmodes/vhdl-mode.el: Use new backquote syntax.
4952
4953 1999-11-16 Gerd Moellmann <gerd@gnu.org>
4954
4955 * simple.el (with-syntax-table): New.
4956
4957 1999-11-15 Sam Steingold <sds@ksp.com>
4958
4959 * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
4960
4961 1999-02-22 Sam Steingold <sds@goems.com>
4962
4963 * goto-addr.el (goto-address-at-mouse,
4964 goto-address-find-address-at-point): Use compose-mail.
4965 (goto-address-mail-method): Removed variable.
4966 (goto-address-send-using-mh-e, goto-address-send-using-mhe,
4967 goto-address-send-using-mail): Removed functions.
4968
4969 1998-11-03 Sam Steingold <sds@goems.com>
4970
4971 * simple.el (backward-delete-char-untabify):
4972 backward-delete-char-untabify-method can be `all' now - to delete
4973 hungrily including newlines.
4974
4975 1999-11-15 Sam Steingold <sds@ksp.com>
4976
4977 * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
4978
4979 1999-11-15 Dave Love <fx@gnu.org>
4980
4981 * cus-edit.el (customize-face, customize-face-other-window):
4982 Require match from completing-read.
4983 (custom-buffer-done-function): Default to custom-bury-buffer, not
4984 bury-buffer.
4985
4986 1999-11-15 Gerd Moellmann <gerd@gnu.org>
4987
4988 * mail/rmail.el, iswitchb.el, hippie-exp.el,
4989 progmodes/cperl-mode.el: Use new backquote syntax.
4990
4991 1998-09-14 Michael Ernst <mernst@alum.mit.edu>
4992
4993 * uniquify.el: Use new backquote syntax.
4994
4995 1999-11-14 Markus Rost <rost@ias.edu>
4996
4997 * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
4998 as in ispell-local-dictionary-alist.
4999
5000 1999-11-14 Alex Schroeder <alex@gnu.org>
5001
5002 * ansi-color.el (ansi-color-apply): Updated regexps to include
5003 highlighted face.
5004
5005 1999-01-14 Johan Vromans <jvromans@squirrel.nl>
5006
5007 * forms.el (forms--make-format-elt-using-text-properties):
5008 Treat `intangible' differently.
5009
5010 * forms.el: Use new backquote syntax.
5011
5012 1999-11-13 Gerd Moellmann <gerd@gnu.org>
5013
5014 * textmodes/scribe.el (scribe-mode): Doc-fix.
5015
5016 1999-11-13 Peter Breton <pbreton@ne.mediaone.net>
5017
5018 * net-utils.el (run-network-program, net-utils-run-program): Use
5019 the new backquote syntax.
5020 (smbclient-program, smbclient-program-options)
5021 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
5022 variables
5023 (smbclient, smbclient-list-shares): New functions
5024
5025 1999-11-12 Sam Steingold <sds@ksp.com>
5026
5027 * emulation/viper-init.el (viper-deflocalvar, viper-loop)
5028 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
5029 (viper-kbd-buf-definition, viper-kbd-mode-alist)
5030 (viper-kbd-mode-pair, viper-kbd-mode-definition)
5031 (viper-kbd-global-pair, viper-kbd-global-definition):
5032 Use the new backquote syntax.
5033
5034 * emulation/viper-cmd.el (viper-test-com-defun)
5035 (viper-prefix-arg-value, viper-prefix-arg-com):
5036 Use the new backquote syntax.
5037
5038 * emacs-lisp/debug.el (debugger-env-macro):
5039 Use the new backquote syntax.
5040
5041 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
5042 Use the new backquote syntax.
5043
5044 * calendar/calendar.el (calendar-remove-frame-by-deleting):
5045 New user variable.
5046 (calendar-hide-window): Use it.
5047 (increment-calendar-month, calendar-for-loop, calendar-sum):
5048 Use the new backquote syntax.
5049
5050 1999-11-12 Andrew Innes <andrewi@gnu.org>
5051
5052 * select.el (x-set-selection): Call buffer-substring, not
5053 substring. Also fix docstring
5054
5055 1999-11-12 Peter Kleiweg <kleiweg@let.rug.nl>
5056
5057 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
5058 of customizable variables to bug report message. Added
5059 system-type to package name in bug report.
5060
5061 1999-11-12 Gerd Moellmann <gerd@gnu.org>
5062
5063 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
5064 to display file names.
5065
5066 1999-11-11 Gerd Moellmann <gerd@gnu.org>
5067
5068 * mwheel.el: Fix copyright notice, don't require 'cl at run time.
5069
5070 * isearch.el: Add lazy-highlighting feature.
5071
5072 1999-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
5073
5074 * progmodes/ps-mode.el (ps-mode-maintainer-address): New
5075 constant.
5076 (ps-mode-submit-bug-report): New function. Entry added to menu.
5077
5078 1999-11-10 William M. Perry <wmperry@aventail.com>
5079
5080 * mwheel.el: New file to support the new style wheeled mice.
5081
5082 1999-11-10 Gerd Moellmann <gerd@gnu.org>
5083
5084 * startup.el (initial-scratch-message): Add ";;" to the front of
5085 lines in the message.
5086
5087 * files.el (file-local-copy): Remove optional BUFFER argument
5088 because that's not used by anything.
5089
5090 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
5091 to-address.
5092
5093 1999-11-08 Markus Rost <rost@ias.edu>
5094
5095 * wid-edit.el (widget-button-click): Wrap with save-excursion
5096 to restore track-mouse in the correct buffer.
5097
5098 1999-11-08 Gerd Moellmann <gerd@gnu.org>
5099
5100 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
5101
5102 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl>
5103
5104 * progmodes/ps-mode.el (ps-mode-print-function): Changed default
5105 lpr-command to "lp" for some system-types. (copied from lpr.el
5106 Emacs version 20.2.1).
5107
5108 1999-11-04 Markus Rost <rost@ias.edu>
5109
5110 * simple.el (comment-region): Strip off white space at end of
5111 comment-start.
5112
5113 1999-11-04 Gerd Moellmann <gerd@gnu.org>
5114
5115 * faces.el (secondary-selection): Fix wrong color name.
5116
5117 1999-11-04 John Tobey <jtobey@epsilondev.com>
5118
5119 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
5120 the default when invoking perldb in a non-Perl buffer, and other
5121 cases involving -e or --.
5122
5123 1999-11-04 Gerd Moellmann <gerd@gnu.org>
5124
5125 * simple.el (previous-matching-history-element)
5126 (next-history-element): Use delete-field instead of erase-field.
5127
5128 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
5129 Use delete-field instead of erase-field.
5130
5131 * faces.el (secondary-selection): Change background to yellow.
5132
5133 * complete.el (PC-do-completion): Use minibuffer-prompt-end to
5134 find the start of the text. Use field-string to read the user
5135 input.
5136
5137 1999-11-03 Gerd Moellmann <gerd@gnu.org>
5138
5139 * faces.el (make-face-bold, make-face-unbold, make-face-italic)
5140 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
5141 for compatibility with old face implementation.
5142
5143 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
5144 Use erase-field instead of erase-buffer.
5145
5146 * frame.el (blink-cursor-mode, blink-cursor-end): Use
5147 internal-show-cursor with new interface.
5148 (blink-cursor-timer-function): New.
5149 (blink-cursor-start): Use blink-cursor-timer-function.
5150
5151 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5152
5153 * calendar.el (redraw-calendar): Move to nearest date before
5154 redrawing.
5155
5156 * diary-lib.el (simple-diary-display): Reset modeline even if
5157 there are no diary entries since the diary buffer may be displayed.
5158
5159 1999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5160
5161 * emacs-lisp/debug.el (debug): If noninteractive, display the
5162 backtrace using `message', then exit Emacs.
5163 (debugger-batch-max-lines): New variable.
5164 (debugger-setup-buffer): New subroutine, broken out of `debug'.
5165 Change the messages put at the start, to say that the debugger
5166 was entered.
5167
5168 1999-11-02 Sam Steingold <sds@ksp.com>
5169
5170 * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
5171
5172 1999-11-01 John Tobey <jtobey@epsilondev.com>
5173
5174 * gud.el: (gud-perldb-massage-args): Massage correctly in the
5175 presence of perl switches other than "-e".
5176
5177 1999-11-01 Markus Rost <rost@ias.edu>
5178
5179 * dired-x.el (dired-smart-shell-command): Use
5180 shell-command-history as in shell-command.
5181
5182 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5183
5184 * userlock.el (ask-user-about-lock): Doc fix.
5185
5186 * frame.el: Doc fixes.
5187
5188 1999-11-01 Gerd Moellmann <gerd@gnu.org>
5189
5190 * frame.el (blink-cursor-mode): Call internal-show-cursor instead
5191 of show-cursor.
5192 (blink-cursor-start, blink-cursor-end): Ditto.
5193
5194 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
5195
5196 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5197
5198 * window.el (walk-windows): If ALL-FRAMES is a frame,
5199 start on that frame. Use save-selected-window.
5200
5201 1999-11-01 Gerd Moellmann <gerd@gnu.org>
5202
5203 * simple.el (end-of-buffer): Use window-end to find the window end
5204 instead of vertical-motion because this handles variable-height
5205 lines correctly.
5206
5207 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu>
5208
5209 * ediff.el: Version change.
5210
5211 * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
5212 make sure you are in a good frame before deleting other
5213 windows.
5214 (ediff-file-checked-in-p): Don't consider CVS
5215 files checked in.
5216 (ediff-make-temp-file,ediff-make-empty-tmp-file): Make sure you
5217 are writing to a newly created empty file.
5218
5219 * ediff-mult.el (ediff-show-session-group-hook): New default.
5220
5221 * ediff-vers.el (ediff-pcl-cvs-view-revision):
5222 First cd to the file directory. reportedly works
5223 better with remote files.
5224
5225 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
5226 Use file-name-nondirectory when passing files to CVS.
5227
5228 * ediff-diff.el (ediff-cmp-options): New variable.
5229 (ediff-same-file-contents): Use ediff-cmp-options.
5230
5231 * ediff-ptch.el (ediff-prompt-for-patch-buffer,
5232 ediff-get-patch-buffer): Use current buffer if it appears to be a
5233 patch.
5234
5235 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
5236 C-g
5237
5238 * viper-util.el (viper-nontrivial-find-file-function): Deleted.
5239 (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
5240 (viper-save-cursor-color,viper-restore-cursor-color):
5241 Improved cursor color handling.
5242 (viper-get-saved-cursor-color-in-replace-mode,
5243 viper-get-saved-cursor-color-in-insert-mode): New functions for
5244 better cursor color handling.
5245
5246 * viper-ex.el (ex-read,ex-edit):
5247 Fixes for correct interpretation of #,%.
5248 (viper-ex): Now works correctly when called from other functions.
5249 (viper-glob-function): New variable.
5250 (viper-ex): Save excursion before doing :global.
5251
5252 * viper-mous.el (viper-counting-clicks-p): Bug fixes.
5253
5254 * viper-cmd.el (viper-post-command-sentinel,
5255 viper-insert-state-post-command-sentinel,
5256 viper-insert-state-pre-command-sentinel): Takes better care of
5257 cursor colors.
5258
5259 * viper.el: Version change.
5260
5261 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com>
5262
5263 * whitespace.el (whitespace-update-modeline): Bugfix to ensure
5264 that the modeline display was updated *only* when
5265 `whitespace-display-in-modeline' was set, not otherwise.
5266
5267 1999-10-30 Gerd Moellmann <gerd@gnu.org>
5268
5269 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
5270 "frac12".
5271
5272 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
5273 ad-activate.
5274
5275 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com>
5276
5277 * whitespace.el: Test for existence of `defcustom' and `defgroup'
5278 using fboundp instead of assuming that these are not present in
5279 particular flavors of emacs.
5280 (whitespace-version): Update to 2.8
5281 (whitespace-display-in-modeline): Add custom variable to control
5282 displaying the whitespace errors on the modeline based on
5283 suggestion from <klaus.berndl@sdm.de>
5284 (whitespace-buffer): Now returns `t' if unclean and `nil' if
5285 clean, to enable using as a hook function, as suggested by Puneet
5286 Goel <puneet@computer.org>
5287 (whitespace-buffer): Fix a subtle bug that cleaned up only if
5288 quiet was not set, even with whitespace-auto-cleanup set.
5289 (whitespace-mode-line): Now uses less modeline real estate and
5290 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
5291 which is present in the file, and <y> is any type of whitespace
5292 whose check has been suppressed by setting
5293 `whitespace-check-<whitespace-type>' to nil.
5294 (whitespace-unchecked-whitespaces): New function to return the
5295 list of whitespaces for whom checks have been suppressed.
5296 (whitespace-display-unchecked-whitespaces): Renamed to
5297 `whitespace-update-modeline' to reflect its functionality.
5298
5299 1999-10-30 Gerd Moellmann <gerd@gnu.org>
5300
5301 * progmodes/compile.el (compilation-error-regexp-alist):
5302 Undo previous change.
5303
5304 1999-10-28 Dave Love <fx@gnu.org>
5305
5306 * help.el (help-follow): Make arg optional again and really
5307 default to point.
5308
5309 1999-10-28 Gerd Moellmann <gerd@gnu.org>
5310
5311 * paths.el (rmail-file-name): Make it an option.
5312
5313 * progmodes/ada-mode.el, progmodes/ada-prj.el,
5314 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
5315 comment fixes.
5316
5317 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
5318 MIPS Pro 7.3 compiler error message syntax.
5319
5320 1999-10-27 Dave Love <fx@gnu.org>
5321
5322 * progmodes/compile.el: Checkdoc-inspired fixes.
5323
5324 1999-10-27 Gerd Moellmann <gerd@gnu.org>
5325
5326 * lpr.el (print-buffer): Doc-string fix.
5327
5328 1999-10-27 Dave Love <fx@gnu.org>
5329
5330 * emacs-lisp/advice.el: Doc fixes.
5331 (ad-lemacs-p): Removed.
5332 (advice): Add :link to defgroup.
5333
5334 1999-10-27 Kenichi Handa <handa@etl.go.jp>
5335
5336 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
5337 last-coding-system-used by the call of ange-ftp-set-ascii-mode.
5338
5339 1999-10-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5340
5341 * window.el (walk-windows): If ALL-FRAMES is a frame,
5342 start on that frame. Use save-selected-window.
5343
5344 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5345
5346 * emacs-lisp/advice.el (ad-activate-internal): Renamed from
5347 ad-activate. All callers changed, including those in data.c.
5348 (ad-activate-internal-off): Renamed from ad-activate-off.
5349 All uses changed.
5350 (ad-activate): Renamed from ad-activate-on. All uses changed.
5351 (ad-start-advice, ad-stop-advice, ad-recover-normality):
5352 Alter the definition of ad-activate-internal, not ad-activate.
5353
5354 1999-10-26 Gerd Moellmann <gerd@gnu.org>
5355
5356 * startup.el (command-line-1): Add support for command line
5357 arguments `file' and `execute'. Fix handling of `visit'.
5358
5359 1999-10-26 Kenichi Handa <handa@etl.go.jp>
5360
5361 * international/mule-cmds.el (read-input-method-name): Handle the
5362 case that the arg DEFAULT is symbol.
5363
5364 * international/mule-diag.el (mule-diag): Handle the case that
5365 default-input-method is symbol.
5366
5367 1999-10-26 Gerd Moellmann <gerd@gnu.org>
5368
5369 * textmodes/tildify.el: New file.
5370
5371 1999-10-25 Sam Steingold <sds@ksp.com>
5372
5373 * Makefile (compile-files): Fixed the "tr" strings.
5374 (EMACS): Set to ../src/emacs.
5375
5376 1999-10-25 Gerd Moellmann <gerd@gnu.org>
5377
5378 * info.el (Info-build-node-completions): Add '("*") to the
5379 completion list.
5380
5381 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5382
5383 * frame.el (auto-raise-mode): When enabling the mode,
5384 immediately raise the selected frame.
5385
5386 * indent.el (indent-region): Doc fix.
5387
5388 * comint.el (comint-output-filter): Make the Comint buffer current
5389 for the comint-preoutput-filter-functions.
5390
5391 * mail/reporter.el: Doc fix.
5392
5393 1999-10-24 Stephen Eglen <stephen@gnu.org>
5394
5395 * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
5396 that Octave lisp files can also run under XEmacs 20.
5397 (require 'custom) added so that files can run under Emacs 19.34.
5398
5399 * iswitchb.el (iswitchb-default-keybindings): No need to use
5400 read-kbd-macro in keybindings.
5401
5402 1999-10-23 Dave Love <fx@gnu.org>
5403
5404 * elide-head.el: New file.
5405
5406 1999-10-23 Gerd Moellmann <gerd@gnu.org>
5407
5408 * Makefile (compile-files, backup-compiled-files): New targets.
5409 (bootstrap, bootstrap-clean): Ditto.
5410
5411 1999-10-22 Paul Eggert <eggert@twinsun.com>
5412
5413 * international/mule-cmds.c (locale-language-names):
5414 Use Latin-1 (not Latin-3) for Afrikaans, Galician.
5415 Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
5416 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
5417 Use Latin-8 for Welsh.
5418 Use Latin-1 for English if "en" is explicitly specified.
5419 Use Latin-1 for Scots Gaelic, Tagalog.
5420 Use Latin-1 (not Latin-4) for Greenlandic.
5421 Use Latin-1 (not Latin-2) for Albanian.
5422 (locale-preferred-coding-systems, locale-language-names):
5423 Remove generic ISO 8859 locales; locale-charset-language-names now
5424 does this.
5425 (locale-charset-language-names): New variable.
5426 (set-locale-environment): Use language name specified by
5427 locale-charset-language-names if its charsets disagree with the
5428 language name specified by locale-language-names.
5429
5430 1999-10-22 Dave Love <fx@gnu.org>
5431
5432 * make-mode.el: Minor doc fixes.
5433
5434 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
5435
5436 1999-10-21 Dave Love <fx@gnu.org>
5437
5438 * loadup.el: Add latin-8, latin-9.
5439
5440 1999-10-20 Paul Eggert <eggert@twinsun.com>
5441
5442 * disp-table.el (standard-display-european): Remove undocumented
5443 arg AUTO; no longer used by startup.el. Do not attempt to treat
5444 all non-English language environments as coding system names.
5445 Instead, use the downcased language environment name as a coding
5446 system name if it is one; otherwise, use latin-1.
5447
5448 1999-10-20 Gerd Moellmann <gerd@gnu.org>
5449
5450 * dired.el (dired-move-to-filename-regexp): Fix long comment lines
5451 that were split so that part of the comment appeared as Lisp code.
5452
5453 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5454
5455 * ps-bdf.el: Doc fix.
5456
5457 * ps-print-def.el: New file: common definitions for all parts of
5458 ps-print.
5459 (ps-multibyte-buffer): Moved from ps-mule.
5460
5461 * ps-mule.el: File dependence fix.
5462 (ps-multibyte-buffer): Moved to ps-print-def.
5463
5464 * ps-print.el: Doc fix, better customization.
5465 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
5466 (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
5467 (ps-end-file): Doc fix.
5468 (ps-setup, ps-begin-file): Fun fix.
5469 (postscript): New group.
5470 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
5471 (ps-print-prologue-1): Adjust PostScript programming.
5472 (ps-print): Adjust group hierarchy.
5473 (ps-print-n-up, ps-print-zebra, ps-print-background,
5474 ps-print-printer)
5475 (ps-print-page): New subgroups.
5476 (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
5477 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
5478 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
5479 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
5480 (ps-zebra-stripe-height, ps-print-background-image)
5481 (ps-print-background-text, ps-spool-config): Adjust customization.
5482 (dos-ps-printer): Definition eliminated.
5483
5484 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5485
5486 * ps-mule.el: Doc fix, define functions properly if mule package is
5487 loaded or not.
5488 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
5489 mule package is loaded or not.
5490
5491 * ps-print.el: Doc fix, n-up printing.
5492 (ps-print-version): New version number (5.0).
5493 (ps-page-dimensions-database): Added document media.
5494 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
5495 (ps-page-order, ps-printing-region-p): New vars.
5496 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
5497 funs.
5498 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
5499 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
5500 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
5501 (ps-n-up-xstart, ps-n-up-ystart): New macros.
5502 (ps-print-begin-sheet-hook): New hook.
5503 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
5504 const.
5505 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
5506 (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
5507 (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
5508 (ps-count-lines): Changed to defun.
5509 (ps-header-page): Changed to defsubst, fix fun.
5510 (ps-printing-region): Doc fix, adjust programming code.
5511 (ps-output-boolean, ps-background-pages, ps-background-text)
5512 (ps-background-image, ps-background, ps-get-boundingbox): Adjust
5513 programming code.
5514
5515 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5516
5517 * ps-print.el: Doc fix, duplex and setpagedevice configuration.
5518 (ps-print-version): New version number (4.2).
5519 (ps-spool-config, ps-spool-tumble): New vars.
5520 (ps-print-prologue-1): Changed to defconst, adjust PostScript
5521 programming, new PostScript procedure to handle errors.
5522 (ps-print-prologue-2): Changed to defconst.
5523 (ps-print-duplex-feature): New const: duplex and tumble setting.
5524 (ps-setup, ps-begin-file): Fix funs.
5525 (ps-boolean-capitalized): New fun.
5526
5527 1999-10-19 Stefan Monnier <monnier@cs.yale.edu>
5528
5529 * Makefile (dontcompilefiles): Obsoleted.
5530 (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
5531 (EL): Unused.
5532 (temacs): Removed (unused).
5533 (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
5534 version of the file (necessary for the update to work properly).
5535 (autoloads): Force the use of `pwd`/loaddefs.el.
5536 (updates); Redefined in terms of other targets to reduce redundancy.
5537 (.el.elc): New default rule, just in case you want it.
5538 (compile): Use a single invocation of Emacs.
5539 (bootstrap-compile); Unneeded.
5540 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
5541
5542 1999-10-19 Dave Love <fx@gnu.org>
5543
5544 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
5545
5546 1999-10-19 Sam Steingold <sds@ksp.com>
5547
5548 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
5549 comply with the comment.
5550
5551 1999-10-19 Gerd Moellmann <gerd@gnu.org>
5552
5553 * autorevert.el (auto-revert-mode): Make auto-revert-mode
5554 permanent-local.
5555
5556 1999-10-19 Peter Kleiweg <kleiweg@let.rug.nl>
5557
5558 * progmodes/ps-mode.el (ps-mode-print-function): Fix default
5559 value: \"lpr\" changed to "lpr"
5560 (ps-mode-version): New constant
5561 (ps-mode-show-version): New function, added key in ps-mode-map
5562 (ps-run-messages): Removed
5563 (ps-run-font-lock-keywords-2): New defcustom variable replacing
5564 ps-run-messages. These keywords now include the value of
5565 ps-run-prompt, making its fontification customizable.
5566 (ps-run-init): Removed \\n from docstring, it is now added when
5567 the value is used
5568 (ps-run-font-lock-keywords-1): Added checking for initial ^ in
5569 ps-run-prompt
5570 (ps-mode): Added ps-run-font-lock-keywords-2 to list of
5571 customizable variables in doc-string (its equivalent
5572 ps-run-messages was missing in previous version of the doc-string)
5573 (ps-run-mode): Simplified assignment to font-lock-defaults, using
5574 symbols only
5575
5576 1999-10-19 Alex Schroeder <alex@gnu.org>
5577
5578 * ansi-color.el: Complete rewrite.
5579
5580 1999-10-19 Paul Eggert <eggert@twinsun.com>
5581
5582 Fix bootstrapping problems.
5583 Use the system locale to specify Emacs locale defaults.
5584
5585 * international/mule-cmds.el (global-map):
5586 Do not use backquote, because that makes a bootstrapping
5587 problem if you need to recompile all Lisp files using interpreted code.
5588 * international/mule.el (charset-id, charset-bytes,
5589 charset-dimension, charset-chars, charset-width,
5590 charset-direction, charset-iso-final-char,
5591 charset-iso-graphic-plane, charset-reverse-charset,
5592 charset-short-name, charset-long-name, charset-description,
5593 charset-plist): Likewise.
5594 * subr.el (save-match-data): Likewise.
5595
5596 * international/mule-cmds.el
5597 (set-display-table-and-terminal-coding-system): New function,
5598 containing code migrated out of set-language-environment.
5599 (set-language-environment, set-locale-environment): Use it.
5600 (locale-translation-file-name): Moved here from startup.el.
5601 (locale-language-names, locale-preferred-coding-systems):
5602 New vars.
5603 (locale-name-match, set-locale-environment): New functions.
5604
5605 * language/japan-util.el (setup-japanese-environment-internal):
5606 Prefer japanese-iso-8bit if the system-type is usg-unix-v.
5607
5608 * startup.el (iso-8859-n-locale-regexp): Remove.
5609 (locale-translation-file-name): Move to mule-cmds.el.
5610 (command-line): Move locale-stuff into set-locale-environment.
5611
5612 1999-10-18 Dave Love <fx@gnu.org>
5613
5614 * abbrev.el (add-abbrev, inverse-add-abbrev)
5615 (expand-region-abbrevs): Remove properties from buffer text.
5616
5617 1999-10-17 Gerd Moellmann <gerd@gnu.org>
5618
5619 * iswitchb.el (iswitchb-exhibit): Extract user-input only
5620 from the mini-buffer, without the prompt.
5621
5622 * simple.el (minibuffer-prompt-end): Return the position
5623 after the prompt, not the position of that last character
5624 of the prompt.
5625
5626 1999-10-17 Miles Bader <miles@gnu.org>
5627
5628 * simple.el: Doc fixes.
5629
5630 1999-10-17 Miles Bader <miles@gnu.org>
5631
5632 * simple.el (previous-matching-history-element, next-history-element):
5633 Change to work correctly even if the point is in the prompt.
5634 (choose-completion-string): Likewise.
5635 (minibuffer-prompt-width): New function (compatibility with old subr).
5636
5637 * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
5638 When constraining the final position to the current field,
5639 don't use the ONLY-IN-LINE mode of constrain-to-field.
5640
5641 1999-10-17 Miles Bader <miles@gnu.org>
5642
5643 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
5644 constrain-to-field.
5645 * textmodes/paragraphs.el (forward-sentence): Likewise.
5646
5647 1999-10-17 Miles Bader <miles@gnu.org>
5648
5649 * simple.el (line-move): Use constrain-to-field to avoid
5650 moving into a prompt.
5651 (previous-complete-history-element): Clarify doc string.
5652 (next-complete-history-element): Likewise.
5653 Use field-beginning instead of point-min.
5654 (next-matching-history-element): Use field-beginning and
5655 erase-field instead of point-min and erase-buffer.
5656 * textmodes/paragraphs.el
5657 (forward-paragraph, forward-sentence): Likewise.
5658 (backward-kill-paragraph, backward-kill-sentence): Remove code to
5659 constrain the kill to an field, as the movement commands now
5660 do this.
5661
5662 1999-10-17 Miles Bader <miles@gnu.org>
5663
5664 * simple.el (previous-matching-history-element): Get the
5665 minibuffer input with field-string instead of buffer-string.
5666 (choose-completion-string): Likewise.
5667 (next-history-element): Likewise.
5668 Erase the minibuffer input with erase-field, not erase-buffer.
5669 Use field-beginning to find the beginning of the input.
5670 * textmodes/paragraphs.el (backward-kill-sentence):
5671 Remove minibuffer-prompt hack.
5672 Constrain to any input field.
5673
5674 1999-10-17 Sam Steingold <sds@ksp.com>
5675
5676 * bindings.el (completion-ignored-extensions): Added ".sparcf"
5677 for CMUCL on sparc and ".ufsl" for LispWorks.
5678 (bound-and-true-p): Bugfix: free variable `v'.
5679
5680 1999-10-16 Dave Love <d.love@dl.ac.uk>
5681
5682 * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
5683 (edebug-uninstall-read-eval-functions): Use load-read-function,
5684 avoiding elisp-eval.
5685
5686 1999-10-16 Sam Steingold <sds@ksp.com>
5687
5688 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
5689 instead of `eql'.
5690
5691 1999-10-14 Stefan Monnier <monnier@cs.yale.edu>
5692
5693 * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
5694 * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
5695 (browse-url-temp-file-list, browse-url-delete-temp-file-list):
5696 * ediff-util.el (ediff-make-temp-file):
5697 * ediff-vers.el (ediff-pcl-cvs-view-revision):
5698 * emerge.el (emerge-make-temp-file):
5699 * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
5700 * vc.el (vc-update-change-log):
5701 * mail/mailpost.el (post-mail-send-it):
5702 * mail/metamail.el (metamail-region):
5703 * progmodes/cmacexp.el (c-macro-expansion):
5704 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
5705
5706 1999-10-15 Gerd Moellmann <gerd@gnu.org>
5707
5708 * smtpmail.el (smtpmail-via-smtp): Add support for
5709 automatically appending a domain to RCPT TO: addresses.
5710
5711 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5712
5713 * dired.el (dired-insert-directory): Insert the amount of
5714 free space after the total size.
5715 (dired-free-space-program, dired-free-space-args): New variables.
5716
5717 1999-10-14 Karl Heuer <kwzh@gnu.org>
5718
5719 * mail/rmail.el (rmail-pop-password-error): Add new pattern.
5720
5721 1999-10-14 Dave Love <fx@gnu.org>
5722
5723 * international/characters.el:
5724 * international/fontset.el:
5725 * international/mule-conf.el: Add latin-iso8859-1[45].
5726
5727 * language/european.el: Add Latin-8, Latin-9. Modify some doc
5728 strings.
5729
5730 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
5731 (command-line): Detect Latin-[89] locales.
5732
5733 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
5734
5735 * international/mule-cmds.el (select-safe-coding-system)
5736 (leim-list-header): Avoid the use of strings that start with backslash
5737 newline since lread.c:read1 has a hack to turn those strings into
5738 integer 0 during the loadup.el process.
5739
5740 * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
5741
5742 1999-10-13 Dave Love <fx@gnu.org>
5743
5744 * image.el (insert-image): Copy the image spec and add an
5745 intangible property.
5746
5747 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
5748
5749 * help.el (help-xref-interned): Make it also work on variable-only
5750 and function-only symbols.
5751 (help-make-xrefs): Take advantage of the new `help-xref-interned'.
5752 (help-follow): If the point under mouse is not highlighted, try
5753 `help-xref-interned' on the pointed-to symbol anyway.
5754
5755 * info.el (Info-on-current-buffer): New entry point.
5756 (Info-find-node): Split into two for Info-on-current-buffer to
5757 hook into it.
5758 (Info-current-file, Info-set-mode-line, Info-up):
5759 Info-current-file can now be t.
5760 (Info-clone-buffer-hook): Function for `clone-buffer'.
5761 (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
5762 Make `clone-buffer' available in various ways to the user.
5763
5764 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
5765
5766 * simple.el (shell-command, shell-command-on-region): Use
5767 make-temp-file.
5768 (clone-buffer, clone-process, clone-buffer-hook): New functions.
5769
5770 * subr.el (with-current-buffer): Don't use backquotes to avoid
5771 bootstrapping problems.
5772
5773 * loadup.el (load-path): Add subdirs for bootstrapping.
5774 (docstrings): Ignore errors during bootstrapping.
5775 (args): New `bootstrap' argument (for use in place of `dump').
5776
5777 1999-10-12 Emmanuel Briot <briot@gnat.com>
5778
5779 * ada-stmt.el: Doc-string fixes.
5780
5781 1999-10-12 Gerd Moellmann <gerd@gnu.org>
5782
5783 * recentf.el: New file.
5784
5785 * ps-mode.el: New file.
5786
5787 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
5788 case insensitive.
5789
5790 1999-10-12 Richard Sharman <rsharman@pobox.com>
5791
5792 * sh-script.el: Added support for indenting existing scripts.
5793 (sh-mode-map): Added new bindings.
5794 (sh-mode): Updated mode doc-string for new commands, added
5795 make-local-variable calls, initialize mode-specific variables.
5796 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line
5797 is now a different function.
5798 (sh-header-marker): Changed docstring.
5799 (sh-set-shell): Initialize mode-specific variables.
5800 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
5801 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
5802 Changed these define-skeleton calls to work with user-specified
5803 indentation settings.
5804 (sh-basic-indent-line, sh-blink, sh-calculate-indent)
5805 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
5806 (sh-electric-hash, sh-electric-less, sh-electric-rparen)
5807 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
5808 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
5809 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
5810 (sh-guess-basic-offset, sh-handle-after-case-label)
5811 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
5812 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
5813 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
5814 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
5815 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
5816 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
5817 (sh-handle-this-then, sh-help-string-for-variable)
5818 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
5819 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
5820 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
5821 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
5822 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
5823 (sh-remove-our-text-properties, sh-rescan-buffer)
5824 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
5825 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
5826 (sh-scan-case, sh-search-word, sh-set-char-syntax)
5827 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
5828 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
5829 functions.
5830 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
5831 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
5832 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
5833 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
5834 (sh-var-list): New variables.
5835
5836 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk>
5837
5838 * quickurl.el (quickurl-list-insert): `count-lines' was returning
5839 a value one line to high if the cursor wasn't at the start of a
5840 line. A `beginning-of-line' is now performed before making the
5841 call to `count-lines'.
5842
5843 1999-10-11 Stefan Monnier <monnier@cs.yale.edu>
5844
5845 * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
5846
5847 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
5848
5849 * Makefile (setwins): Abstract out the command to find subdirectories
5850 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
5851 (custom-deps, finder-data, autoloads, update-subdirs, updates)
5852 (autoloads-with-other-emacs): Use it.
5853
5854 * diff-mode.el: New file. A mode for viewing/editing context diffs.
5855
5856 1999-10-09 Gerd Moellmann <gerd@gnu.org>
5857
5858 * Makefile (bootstrap-compile): New target. Compile Lisp
5859 files with ../src/temacs.
5860
5861 1999-10-08 Dave Love <fx@gnu.org>
5862
5863 * ange-ftp.el: Require dired when compiling.
5864 (ange-ftp-normal-login): Allow EFS-style port specification.
5865
5866 1999-10-08 Simon Marshall <simon@gnu.org>
5867
5868 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
5869 (regexp-opt-group): Use it to get common suffixes in STRINGS.
5870 If STRINGS is nil, return "" rather than nil.
5871
5872 1999-10-08 Gerd Moellmann <gerd@gnu.org>
5873
5874 * Makefile (compile): Compile files one by one. Set load-path to
5875 current directory and subdirectories when compiling.
5876
5877 1999-10-08 Gerd Moellmann <gerd@gnu.org>
5878
5879 * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
5880 (emacs): Use it everywhere instead of EMACS.
5881 (compile): New target. Compile all Lisp files from scratch.
5882 (recompile): New target. Recompile lisp directory.
5883 (autoloads-with-other-emacs): New target. Build loaddefs.el with
5884 an Emacs executable not built in the current directory tree.
5885
5886 1999-10-07 Peter Breton <pbreton@ne.mediaone.net>
5887
5888 * filecache.el (file-cache-completion-ignore-case): New variable,
5889 defaulting to the value of completion-ignore-case.
5890 (file-cache-minibuffer-complete): Use it.
5891 (file-cache-files-matching, file-cache-files-matching-internal):
5892 New functions.
5893
5894 1999-10-07 Emmanuel Briot <briot@gnat.com>
5895
5896 * ada-xref.el: New file
5897
5898 * ada-prj.el: New file
5899
5900 * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
5901
5902 * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
5903 subprogram being created.
5904
5905 * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
5906 ada-indent-newline-indent): Rewritten to support the new indentation
5907 scheme
5908
5909 * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
5910 New functions
5911
5912 * ada-mode.el (ada-fill-comment-paragraph): Add support for the
5913 justification parameter
5914
5915 * ada-mode.el (ada-make-body, ada-gen-treat-proc,
5916 ada-make-subprogram-body): Rewritten to benefit from the gnatstub
5917 external program
5918
5919 1999-10-07 Dave Love <fx@gnu.org>
5920
5921 * bindings.el (bound-and-true-p): New macro.
5922 (make-mode-line-mouse-sensitive): Don't require easymenu.
5923
5924 1999-10-07 Gerd Moellmann <gerd@gnu.org>
5925
5926 * custom.el (defface): Extend documentation for new values of
5927 `type'.
5928
5929 * faces.el (face-spec-set-match-display): Recognize `type' of
5930 `motif', `lucid', `x-toolkit'.
5931 (menu): New face.
5932
5933 1999-10-05 Dave Love <fx@gnu.org>
5934
5935 * files.el: Recognize temporary crontab files.
5936
5937 * info.el: Require jka-compr when compiling.
5938 (Info-suffix-list): Add bzip2 files (non-ms-dos only).
5939
5940 1999-10-04 Dave Love <fx@gnu.org>
5941
5942 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
5943 scroll-up-aggressively, scroll-down-aggressively.
5944
5945 * time.el (display-time-mode): Add autoload cookie.
5946
5947 * rect.el (delete-extract-rectangle): Doc fix from verna.
5948
5949 * help-macro.el (three-step-help): Customize.
5950
5951 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5952
5953 * hexl.el (hexlify-buffer): Move point in proper range
5954 if it is too large.
5955 (hexl-after-revert-hook): Update hexl-max-address.
5956 (hexl-address-to-marker): Doc fix.
5957
5958 1999-10-03 Dave Love <fx@gnu.org>
5959
5960 * image.el (defimage): Remove redundant code. Substitute file in
5961 image plist.
5962
5963 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
5964
5965 * vc.el (vc-backend-checkout): Use coding system 'no-conversion
5966 when doing with-temp-file.
5967
5968 1999-10-01 Dave Love <fx@gnu.org>
5969
5970 * cus-edit.el (custom-comment-create): Fill :from and :to slots.
5971
5972 * help.el: Require view when compiling.
5973 (view-emacs-FAQ): Use Info version.
5974
5975 1999-09-29 Ken'ichi Handa <handa@gnu.org>
5976
5977 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
5978 (normat->normal). Use correct font names for Korean
5979 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
5980
5981 1999-09-29 Kenichi Handa <handa@etl.go.jp>
5982
5983 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
5984 code not used by KOI8 to the same 8-bit code instead of mapping to
5985 SPC.
5986 (cyrillic-alternativnyj-decode-table): Likewise.
5987
5988 1999-09-29 Alex Schroeder <alex@gnu.org>
5989
5990 * sql.el (sql-imenu-generic-expression): Aew, used to set
5991 imenu-generic-expression.
5992 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
5993 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression,
5994 imenu-case-fold-search, and imenu-syntax-alist.
5995 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
5996 setting font-lock-defaults' SYNTAX-ALIST.
5997
5998 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5999
6000 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
6001 macro, try again.
6002
6003 1999-09-28 Dave Love <fx@gnu.org>
6004
6005 * cus-edit.el (custom-comment): Change widget definition.
6006 (custom-comment-create, custom-comment-show)
6007 (custom-comment-invisible-p): Don't use :comment-overlay.
6008 (custom-comment-hide): New function.
6009 (custom-variable-set, custom-variable-save)
6010 (custom-variable-reset-standard, custom-face-set)
6011 (custom-face-save): Use it.
6012
6013 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6014
6015 * hexl.el (hexl-mode): Do nothing if already in hexl mode.
6016
6017 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6018
6019 * faces.el (region): Doc fix.
6020
6021 1999-09-27 Dave Love <fx@gnu.org>
6022
6023 * isearch.el (isearch): Add :links in defgroup.
6024 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
6025 (isearch-switch-frame-handler): Comment out (unused).
6026 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
6027 (isearch-ring-retreat-edit): Doc fix.
6028 (isearch-mouse-yank): New command.
6029 (isearch-last-command-char): Removed. Callers changed to use
6030 last-command-char.
6031 (isearch-char-to-string): Removed. Callers changed to use
6032 char-to-string.
6033
6034 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
6035
6036 * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
6037 option for Russian.
6038
6039 1999-09-25 Gerd Moellmann <gerd@gnu.org>
6040
6041 * faces.el (face-differs-from-default-p): Compare face
6042 attributes individually.
6043
6044 * image.el (put-image, insert-image): Add string argument.
6045
6046 1999-09-24 Gerd Moellmann <gerd@gnu.org>
6047
6048 * ange-ftp.el (ange-ftp-date-regexp): Make it work for
6049 LANG=de_DE.iso88591 on HPUX 11.0.
6050
6051 * dired.el (dired-move-to-filename-regexp): Make it work
6052 for LANG=de_DE.iso88591 on HPUX 11.0.
6053
6054 1999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6055
6056 * info.el (info-initialize): Don't test existence of ALTERNATIVE
6057 if we know for some other reason it should not be used.
6058
6059 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
6060 New variable.
6061 (edebug-recursive-edit): Save current-prefix-arg there,
6062 bind it, and set it back at the end.
6063 (edebug-outside-excursion): Restore and update the outside
6064 value of current-prefix-arg.
6065 (edebug-emacs-version-specific): Delete support for Epoch.
6066
6067 1999-09-24 Howard Melman <howard@silverstream.com>
6068
6069 * imenu.el (imenu-after-jump-hook): New variable.
6070 (imenu): Run menu-after-jump-hook.
6071 (imenu-name-lookup-function): New variable.
6072 * imenu.el (imenu--in-alist): Use those variables.
6073
6074 1999-09-24 Carsten Dominik <cd@gnu.org>
6075
6076 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
6077 multiple thebibliography environments.
6078
6079 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
6080 with recentering window.
6081 (reftex-extract-bib-entries-from-thebibliography,
6082 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal
6083 with multiple thebibliography environments.
6084
6085 * textmodes/reftex-vars.el
6086 (reftex-section-levels): Function allowed as cdr.
6087 (reftex-max-section-depth) New option.
6088
6089 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
6090 with multiple thebibliography environments.
6091
6092 1999-09-23 Gerd Moellmann <gerd@gnu.org>
6093
6094 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
6095 instead of point-min in call to delete-region.
6096
6097 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de>
6098
6099 * vc.el (vc-backend-checkout): Use with-temp-file when checking
6100 out into arbitrary file names.
6101
6102 1999-09-19 Ken'ichi Handa <handa@gnu.org>
6103
6104 * language/european.el ("Turkish"): New language environment.
6105
6106 1999-09-19 Dave Love <fx@gnu.org>
6107
6108 * delim-col.el: New file.
6109
6110 1999-09-17 Richard Stallman <rms@gnu.org>
6111
6112 * files.el (after-find-file): When visiting a backup file,
6113 make it read-only.
6114
6115 * apropos.el (apropos-symbol-face): Non-nil even for ttys.
6116 (apropos-keybinding-face, apropos-label-face): Likewise.
6117 (apropos-property-face, apropos-match-face): Likewise.
6118 (apropos-label-properties): New variable.
6119 (apropos-print-doc): Use apropos-label-properties.
6120 (apropos-print): Set apropos-label-properties.
6121
6122 1999-09-15 Richard Stallman <rms@gnu.org>
6123
6124 * winner.el: Use aref instead of sref.
6125
6126 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
6127
6128 1999-09-14 Gerd Moellmann <gerd@gnu.org>
6129
6130 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
6131
6132 1999-09-14 Richard Stallman <rms@gnu.org>
6133
6134 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
6135 cookie, even if followed by a letter.
6136
6137 1999-09-14 Stephen Eglen <stephen@gnu.org>
6138
6139 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
6140 --no-line-editing are passed to Octave by including them here
6141 rather than storing them in inferior-octave-startup-args.
6142
6143 1999-09-14 Eli Zaretskii <eliz@gnu.org>
6144
6145 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
6146 command, option, env and sc.
6147
6148 * subr.el (shell-quote-argument): Quote argument with double
6149 quotes for ms-dos.
6150
6151 1999-09-14 Richard Stallman <rms@gnu.org>
6152
6153 * simple.el (eval-expression-print-level): New variable.
6154 (eval-expression-print-length): New variable.
6155 (eval-expression-debug-on-error): New variable.
6156 (eval-expression): Bind print-level, print-length and
6157 debug-on-error from those vars.
6158
6159 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
6160 Bind print-level, print-length and debug-on-error.
6161
6162 1999-09-14 Inge Frick <inge@nada.kth.se>
6163
6164 * dired.el (dired-recursive-deletes): New custom variable.
6165 (dired-re-no-dot): New variable.
6166 (dired-delete-file): New function deletes files and directories
6167 recursively.
6168 (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
6169
6170 * dired-aux.el (dired-recursive-copies): New custom variable.
6171 (dired-handle-overwrite): Broke a long line.
6172 (dired-copy-file): Call `dired-copy-file-recursive' instead of
6173 `copy-file'.
6174 (dired-copy-file-recursive): New function. Copy directories
6175 recursively.
6176 (dired-do-create-files): Added support for generalized directory
6177 target. How-to function may now return a function. New fluid
6178 variable `dired-one-file'.
6179 (dired-copy-how-to-fn): New variable.
6180 (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
6181 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
6182 (dired-do-copy-regexp): No recursive copies.
6183
6184 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com>
6185
6186 * whitespace.el (whitespace-version): Update version to 2.4
6187
6188 * whitespace.el: Add customization variables to conditionally test
6189 any of the five whitespaces, per request from Rune Kleveland
6190 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
6191
6192 * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
6193
6194 * whitespace.el (whitespace-modes): Add `change-log-mode' to the
6195 list of modes to be checked for bogus whitespaces.
6196
6197 * whitespace.el (whitespace-rescan-timer-time): Update
6198 documentation.
6199
6200 * whitespace.el (whitespace-display-unchecked-whitespaces):
6201 New function to update modeline with untested whitespaces.
6202
6203 * whitespace.el (whitespace-buffer): Test only whitespaces whose
6204 checking is turned on, and update modeline using the newly created
6205 `whitespace-display-unchecked-whitespaces'.
6206
6207 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
6208 whose checking is turned on, and update modeline using the newly
6209 created `whitespace-display-unchecked-whitespaces'.
6210
6211 * whitespace.el (whitespace-describe): Update documentation.
6212
6213 * whitespace.el (whitespace-tickle-timer): Test if
6214 `whitespace-rescan-timer-time' is non-zero before tickling timer.
6215
6216 1999-09-13 Dave Love <fx@gnu.org>
6217
6218 * hideif.el (hide-ifdef-mode): Add autoload cookie.
6219
6220 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
6221 for temp buffer.
6222 (checkdoc-this-string-valid): Don't assume default comment-start.
6223
6224 1999-09-13 Gerd Moellmann <gerd@gnu.org>
6225
6226 * rsz-mini.el: Remove code, keep the interface.
6227
6228 1999-09-13 Dave Love <fx@gnu.org>
6229
6230 * help.el (help-highlight-p): Doc fix.
6231
6232 * faces.el (mode-line, header-line, tool-bar): Add :version.
6233 (highlight, secondary-selection): Add :group.
6234 (trailing-whitespace): Add :group, :version.
6235
6236 * wid-edit.el: Remove some compatibility code and checks.
6237 (widget-specify-field, widget-specify-button): Don't use XEmacs
6238 properties.
6239 (widget-overlay-inactive): Change error message.
6240 (widget-button-pressed-face): New variable.
6241 (widget-button-click): Use it.
6242 (widget-documentation-link-add): Specify mouse and button faces.
6243 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
6244 removed now the functionality is built in.
6245
6246 * cus-edit.el: Don't define-widget-keywords.
6247 (multimedia): New group.
6248 (custom-last): Function removed.
6249 (custom-quote): Add vectorp case, comment out characterp case.
6250 (custom-buffer-done-function, custom-raised-buttons): New option.
6251 (Custom-buffer-done): New function.
6252 (custom-buffer-create-internal): Obey custom-raised-buttons,
6253 Custom-buffer-done.
6254 (custom-button-face): Make it `released-button'.
6255 (custom-button-pressed-face): Make it `pressed-button'
6256 (custom-mode-map): Bind "q" to Custom-buffer-done.
6257 (custom-mode): Deal with raised/pressed buttons.
6258
6259 Changes from Didier Verna:
6260 (custom-prompt-variable): Optional third arg makes prompt for a
6261 comment string.
6262 (customize-set-value, customize-set-variable,
6263 customize-save-variable): Optional prefix makes function handle
6264 variable comments.
6265 (customize-customized, customize-saved, custom-variable-state-set)
6266 (custom-variable-set, custom-variable-save, custom-face-state-set)
6267 (custom-variable-reset-saved, custom-variable-reset-standard)
6268 (custom-face-set, custom-face-save, custom-face-reset-saved)
6269 (custom-face-reset-standard, customize-save-customized): Handle
6270 custom comments.
6271 (custom-comment-face, custom-comment-tag-face): New face.
6272 (custom-comment): New widget.
6273 (custom-comment-create, custom-comment-delete)
6274 (custom-comment-value-set, custom-comment-show)
6275 ()custom-comment-invisible-p): New functions.
6276 (custom-variable-value-create, custom-face-value-create): Create a
6277 comment field widget.
6278 (custom-variable-menu, custom-face-menu): New entry for custom
6279 comment.
6280 (custom-face-value-create): Remove compatibility code.
6281 (custom-save-variables, custom-save-faces): Possibly save custom
6282 comments.
6283
6284 * cus-face.el (custom-face-attributes): Simplify :underline,
6285 :overline, :inverse-video cases. Fix up :box case (probably needs
6286 more work).
6287
6288 Change from Didier Verna:
6289 (custom-set-faces): The arguments can now have a custom comment as
6290 fourth argument.
6291
6292 * custom.el: Don't define-widget-keywords.
6293 Change from Didier Verna:
6294 (custom-set-variables): The arguments can now have a
6295 custom comment as fifth element.
6296
6297 1999-09-13 Richard Stallman <rms@gnu.org>
6298
6299 * info.el (Info-find-node): Cope better if guesspos is too large.
6300
6301 1999-09-12 Gerd Moellmann <gerd@gnu.org>
6302
6303 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
6304 of buffer-substring because buffer-string doesn't copy the
6305 prompt.
6306
6307 * faces.el (mode-line): Replaces `modeline'.
6308 (toplevel): Make `modeline' an alias for `mode-line'.
6309
6310 1999-09-12 Gerd Moellmann <gerd@gnu.org>
6311
6312 * gs.el: Change `ghostscript' to `postscript' in comment.
6313
6314 1999-09-11 Rob Riepel <riepel@Stanford.EDU>
6315
6316 * emulation/tpu-edt.el (tpu-version): New version.
6317 (tpu-search-overlay, tpu-replace-overlay): New variables.
6318 (tpu-search-highlight, tpu-toggle-direction): New functions.
6319 (tpu-lm-replace): Set tpu-replace-overlay.
6320 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
6321 command hook.
6322
6323 1999-09-11 Richard Stallman <rms@gnu.org>
6324
6325 * isearch.el (isearch-mode-map): Undo previous change.
6326
6327 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
6328 use all of that as the sexp.
6329
6330 * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
6331 and use the initial argument as file name directly.
6332 Likewise if nothing matches.
6333
6334 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no>
6335
6336 * winner.el: Major changes. Avoid changing point and mark.
6337 Save configurations after they change, not before.
6338
6339 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu>
6340
6341 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
6342 Bind print-continuous-numbering and print-number-table.
6343
6344 1999-09-10 Dave Love <fx@gnu.org>
6345
6346 * bindings.el (debug-ignored-errors): Restore BBDB stuff.
6347
6348 1999-09-09 Richard Stallman <rms@gnu.org>
6349
6350 * whitespace.el: Finish making it fit Emacs conventions.
6351 Add autoloads.
6352
6353 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il>
6354
6355 * generic-x.el (bat-generic-mode): "::"-style comments don't
6356 need to begin with "-". Fix the font-lock definitions of ON/OFF
6357 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO
6358 from the list of keywords. Add DO to the list of keywords.
6359
6360 1999-09-09 Dave Love <fx@gnu.org>
6361
6362 * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
6363 (byte-optimize-backward-word): New optimizations.
6364 (side-effect-free-fns, side-effect-and-error-free-fns): Add
6365 entries.
6366
6367 1999-09-09 Gerd Moellmann <gerd@gnu.org>
6368
6369 * image.el (put-image): Remove optional buffer parameter.
6370
6371 * faces.el (face-italic-p): Return t only for values `italic'
6372 and `oblique'.
6373
6374 * mouse.el (mouse-drag-mode-line-1): Extension of former
6375 mouse-drag-mode-line that also drags the header line.
6376 (mouse-drag-mode-line): Call it.
6377 (mouse-drag-header-line): New.
6378 (toplevel): Bind down-mouse-1 on header lines to
6379 mouse-drage-header-line.
6380
6381 1999-09-08 Gerd Moellmann <gerd@gnu.org>
6382
6383 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
6384 (make-mode-line-mouse-sensitive): Replace `top-line' by
6385 `header-line'.
6386
6387 1998-09-08 Michael Ernst <mernst@alum.mit.edu>
6388
6389 * help.el (describe-function-1): Don't return empty string for keymaps.
6390
6391 * fill.el (fill-region-as-paragraph, canonically-space-region):
6392 Respect colon-double-space at end of line.
6393
6394 1999-09-08 Stephen Gildea <gildea@alum.mit.edu>
6395
6396 * files.el (backup-by-copying-when-privileged-mismatch): New variable.
6397 (backup-buffer): Use it.
6398
6399 1999-09-08 Peter Breton <pbreton@ne.mediaone.net>
6400
6401 * generic-x.el (generic-define-unix-modes): Added new modes:
6402 inetd-conf-generic-mode, etc-services-generic-mode,
6403 etc-passwd-generic-mode. These are all defined for Unix by default.
6404 (apache-generic-mode): Use an imenu-generic-expression to list
6405 Configuration keywords.
6406 (samba-generic-mode): Use both ; and # as comment characters.
6407 (samba-generic-mode): Font-lock expressions now highlight name
6408 value pairs.
6409 (bat-generic-mode): Keywords are now case-insensitive through
6410 font-lock-defaults setting.
6411 (java-properties-generic-mode): Supports both ! and # as comment
6412 characters.
6413 (java-properties-generic-mode): Added an imenu-generic-expression
6414 (java-properties-generic-mode): Reworked to support the various
6415 different ways to separate name and value (viz, '=', ':' and
6416 whitespace).
6417 (show-tabs-generic-mode): Added this new generic-mode.
6418
6419 1999-09-08 Richard Stallman <rms@gnu.org>
6420
6421 * progmodes/inf-lisp.el: Moved from top directory.
6422
6423 * tar-mode.el (tar-header-block-tokenize):
6424 Use `when' instead of `and'. Fix some clobbered text.
6425
6426 * gud.el (gud-make-debug-menu): Make a child for the
6427 local menu, for its menu bar, and the debug menu.
6428 (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
6429 Use the history in the simple way.
6430
6431 1999-09-07 Kenichi Handa <handa@etl.go.jp>
6432
6433 * language/korea-util.el (default-korean-keyboard): Initialize it
6434 according to the environment variable HANGUL_KEYBOARD_TYPE.
6435
6436 1999-09-07 Richard Stallman <rms@gnu.org>
6437
6438 * subr.el (make-temp-file): New function.
6439
6440 1999-09-07 Stefan Monnier <monnier@cs.yale.edu>
6441
6442 * font-lock.el (font-lock-multiline): New text property contains
6443 a boolean to indicate if the char is part of a multiline match.
6444 (font-lock-default-fontify-region): Extend the region appropriately
6445 for multiline keywords.
6446 (font-lock-default-unfontify-region): Also remove the new
6447 font-lock-multiline text property.
6448 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
6449 (font-lock-fontify-keywords-region): Mark multiline regexp matches.
6450
6451 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6452
6453 * diary-lib.el (list-diary-entries): Make sure two-digit years
6454 have leading zeros.
6455
6456 1999-09-07 Gerd Moellmann <gerd@gnu.org>
6457
6458 * faces.el (face-set-after-frame-default): Initialize some
6459 attributes of some faces from frame parameters.
6460
6461 * faces.el (scroll-bar, border, cursor, mouse): New faces.
6462
6463 1999-09-07 Gerd Moellmann <gerd@gnu.org>
6464
6465 * faces.el (fringe): Replaces face `margin'.
6466
6467 1999-09-07 Dave Love <fx@gnu.org>
6468
6469 * tar-mode.el (tar-header-block-tokenize): Bind linkname.
6470
6471 1999-09-07 Richard Stallman <rms@gnu.org>
6472
6473 * subr.el (push): Doc fix.
6474
6475 1999-09-06 Richard Stallman <rms@gnu.org>
6476
6477 * vc.el (vc-annotate-display): Use < 69 not < 70
6478 to distinguish 20YY from 19YY.
6479
6480 * timezone.el (timezone-parse-date): Use < 69 not < 70
6481 to distinguish 20YY from 19YY.
6482
6483 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
6484
6485 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk>
6486
6487 * quickurl.el: (quickurl-list-focused-line): Removed.
6488 (quickurl-list-insert): Now works out the focused line using
6489 `count-lines' instead of using `quickurl-list-focused-line'.
6490
6491 1999-09-06 Richard Stallman <rms@gnu.org>
6492
6493 * mail/rmail.el (rmail-retry-failure): Unconditionally move
6494 to beginning of message.
6495
6496 1999-09-06 Dave Love <fx@gnu.org>
6497
6498 * isearch.el (isearch-mode-map): Add mouse-2.
6499
6500 * mail/rmail.el (rmail-read-password): Deleted.
6501 (rmail-get-pop-password): Use read-password.
6502
6503 * quickurl.el: Don't conditionally define caddr.
6504 (quickurl-url-comment): Use nth, not caddr in function and
6505 defsetf.
6506
6507 1999-09-06 Richard Stallman <rms@gnu.org>
6508
6509 * auto-show.el: Doc fixes.
6510
6511 1999-09-06 Stephen Eglen <stephen@gnu.org>
6512
6513 * progmodes/octave-inf.el (inferior-octave-startup-args): Add
6514 --no-line-editing so that TABs in source files are not interpreted
6515 as completion requests.
6516
6517 1999-09-06 Gerd Moellmann <gerd@gnu.org>
6518
6519 * hscroll.el, auto-show.el: Remove all code, keep the public
6520 interface as no-ops.
6521
6522 * faces.el (face-bold-p): Don't return t if face has lighter
6523 weight than normal.
6524
6525 1999-09-06 Eli Zaretskii <eliz@gnu.org>
6526
6527 * startup.el (command-line): Make small-temporary-file-directory
6528 be nil except on ms-dos.
6529
6530 * files.el (small-temporary-file-directory): Ditto. Also doc fix.
6531
6532 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
6533 is defined.
6534
6535 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
6536 letters with a colon after d or l.
6537
6538 1999-09-06 Dave Love <fx@gnu.org>
6539
6540 * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed. (Now
6541 primitive.)
6542
6543 1999-09-05 Richard Stallman <rms@gnu.org>
6544
6545 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
6546
6547 * textmodes/paragraphs.el (backward-kill-sentence):
6548 Don't test minibuffer-prompt-end here.
6549 (forward-sentence): Do handle it here.
6550 (backward-kill-paragraph): Don't test it here.
6551 (forward-paragraph): Handle it here.
6552
6553 * mouse.el (font-menu-add-default): Simplify code.
6554
6555 1999-09-05 Gerd Moellmann <gerd@gnu.org>
6556
6557 * faces.el (header-line): Renamed from `top-line'.
6558
6559 1999-09-05 Gerd Moellmann <gerd@gnu.org>
6560
6561 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
6562
6563 1999-09-04 Richard Stallman <rms@gnu.org>
6564
6565 * whitespace.el: New file.
6566
6567 1999-09-04 Dave Love <fx@gnu.org>
6568
6569 * paths.el: Make some doc strings obey the make-docfile convention.
6570
6571 * bindings.el: Likewise.
6572 (debug-ignored-errors): Remove BBDB ones.
6573
6574 1999-09-03 Richard Stallman <rms@gnu.org>
6575
6576 * mail/mh-comp.el (mh-forward): Get new subject line from the original,
6577 not from the draft to forward.
6578
6579 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
6580
6581 1999-09-03 Dave Love <fx@gnu.org>
6582
6583 * double.el (double-mode): Customize the variable.
6584
6585 1999-09-03 Kenichi Handa <handa@etl.go.jp>
6586
6587 * international/characters.el: Delete duplicated code.
6588
6589 1999-09-02 Richard Stallman <rms@gnu.org>
6590
6591 * indent.el (indent-relative): Doc fix.
6592
6593 * quickurl.el (quickurl): Doc fix.
6594
6595 1999-09-02 Gerd Moellmann <gerd@gnu.org>
6596
6597 * faces.el (margin): Change background to "gray" for mono (this is
6598 drawn with a stipple pattern).
6599
6600 1999-09-02 Gerd Moellmann <gerd@gnu.org>
6601
6602 * simple.el (next-history-element): Use minibuffer-prompt-end once
6603 again. Remove test for minibuffer-prompt-in-buffer.
6604
6605 1999-09-02 Eli Zaretskii <eliz@gnu.org>
6606
6607 * files.el (small-temporary-file-directory): New variable.
6608
6609 * startup.el (command-line): Compute the value of
6610 small-temporary-file-directory.
6611
6612 * ediff-init.el (ediff-temp-file-prefix): Use
6613 small-temporary-file-directory if non-nil.
6614
6615 * vc.el (vc-update-change-log): Likewise.
6616
6617 * progmodes/cmacexp.el (c-macro-expansion): Likewise.
6618
6619 * simple.el (shell-command, shell-command-on-region): Use
6620 make-temp-name properly. Use small-temporary-file-directory if
6621 non-nil, otherwise temporary-file-directory, to generate temporary
6622 files.
6623
6624 * dos-w32.el (direct-print-region-helper): Use
6625 temporary-file-directory. (From Stefan Monnier.)
6626
6627 1999-09-02 Richard Stallman <rms@gnu.org>
6628
6629 * progmodes/asm-mode.el (asm-mode): Set comment-start properly
6630 from asm-comment-char.
6631 (asm-font-lock-keywords): Recognize instruction width suffixes.
6632
6633 1999-09-01 Richard Stallman <rms@gnu.org>
6634
6635 * play/fortune.el: New file.
6636
6637 1999-08-31 Dave Love <fx@gnu.org>
6638
6639 * help.el (help-make-xrefs): Don't lose on non-empty blank line
6640 after key table.
6641
6642 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
6643 redisplay variables.
6644
6645 * subr.el (push): Fix typo.
6646
6647 1999-08-30 Kevin Blake <kblake@ticnet.com>
6648
6649 * emacs-lisp/ring.el: Many doc fixes.
6650 (ring-size, ring-copy): New functions.
6651
6652 1999-08-29 Richard Stallman <rms@gnu.org>
6653
6654 * progmodes/etags.el (tags-loop-continue):
6655 After tags-loop-operate returns, force skip to next file.
6656
6657 * mail/mail-extr.el (mail-extr-all-letters-but-separators)
6658 (mail-extr-first-letters, mail-extr-last-letters):
6659 Use character classes [:alpha:] and [:alnum:].
6660
6661 * subr.el (push, pop): New macros.
6662
6663 * progmodes/compile.el (compilation-error-regexp-alist):
6664 New item for SGI IRIX MipsPro compilers.
6665
6666 * speedbar.el (speedbar-directory-buttons): Recognize
6667 device names when checking for file names.
6668
6669 * array.el (array-reconfigure-rows): Use generate-new-buffer.
6670
6671 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
6672 and specially handle defvar inside their expansions.
6673 (eval-defun-1): New subroutine.
6674
6675 * progmodes/compile.el (compilation-error-regexp-alist):
6676 Fix the Perl -w entry to allow period after line number.
6677 Don't allow newlines in file name, but allow them after line number
6678 for Perl debugging traces.
6679
6680 * which-func.el (which-func-cleanup-function): New variable.
6681 (which-function): Call that function.
6682
6683 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
6684 to end a function name.
6685
6686 * informat.el (Info-tagify): Don't insert more than one newline
6687 before the tag table.
6688
6689 1999-08-29 Stefan Monnier <monnier@cs.yale.edu>
6690
6691 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
6692 than make-temp-name, use match-string-no-properties, and eliminate
6693 a quadratic behavior when building bibtex-strings.
6694
6695 1999-08-29 Alex Schroeder <alex@gnu.org>
6696
6697 * comint.el (comint-input-ring-separator): New variable.
6698 (comint-read-input-ring): Doc change; use
6699 comint-input-ring-separator when reading file.
6700 (comint-write-input-ring): Use
6701 comint-input-ring-separator when writing file.
6702
6703 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com>
6704
6705 * informat.el (Info-tagify): Start by widening.
6706 Match node headers that don't list the file name,
6707 and more kinds of page separations.
6708 Strip properties during tagification.
6709 Use start of node header line as tag's position.
6710 Fix the "done" message.
6711
6712 (Info-validate): Save and restore match data around narrowing down.
6713
6714 1999-08-28 Richard M. Stallman <rms@gnu.org>
6715
6716 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
6717 On repeated call, override previous values put into
6718 minor-mode-map-alist and minor-mode-alist.
6719
6720 1999-08-28 Michael Ernst <mernst@alum.mit.edu>
6721
6722 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
6723
6724 1999-08-27 Andreas Schwab <schwab@gnu.org>
6725
6726 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
6727 from cvs update.
6728
6729 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6730
6731 * calendar/calendar.el (calendar-move-hook): New hook.
6732
6733 * calendar/cal-move.el: Call the new hook in every movement function.
6734
6735 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
6736 the right function name.
6737
6738 1999-08-26 Stephen Gildea <gildea@alum.mit.edu>
6739
6740 * time-stamp.el: Put quote-backquote around all symbol names
6741 in doc strings, for mousing.
6742 (time-stamp): Support multi-line patterns.
6743 (time-stamp-inserts-lines): New variable.
6744 (time-stamp-count): New variable.
6745 (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
6746 "Thu" instead of "%a".
6747
6748 1999-08-25 Gerd Moellmann <gerd@gnu.org>
6749
6750 * simple.el (kill-word): Undo previous change.
6751
6752 1999-08-25 Gerd Moellmann <gerd@gnu.org>
6753
6754 * jit-lock.el (jit-lock-function): Extend the fontified range
6755 to the beginning of the line containing the range start and
6756 the beginning of the line following the range end.
6757
6758 1999-08-24 Dave Love <fx@gnu.org>
6759
6760 * timezone.el: Move provide to end.
6761 (timezone-parse-date): Simplify somewhat. Assume 2-digit years
6762 <70 are 2000+.
6763 (timezone-parse-time): Simplify somewhat.
6764
6765 1999-08-24 Gerd Moellmann <gerd@gnu.org>
6766
6767 * faces.el (margin): Renamed from bitmap-area.
6768
6769 1999-08-24 Alex Schroeder <alex@gnu.org>
6770
6771 * sql.el: Doc changes.
6772 (sql-sybase): Use sql-server instead of sql-database.
6773
6774 1999-08-23 Dave Love <fx@gnu.org>
6775
6776 * rect.el: Add/fix various doc strings. Add `*' to all the
6777 interactive specs.
6778
6779 1999-08-21 Gerd Moellmann <gerd@gnu.org>
6780
6781 * jit-lock.el (jit-lock-function): Use line-beginning-position.
6782 Don't unwind-protect font-lock-fontify-region.
6783
6784 * paragraphs.el (backward-kill-paragraph): Don't move
6785 point into mini-buffer prompt.
6786 (backward-kill-sentence): Ditto.
6787
6788 * simple.el (next-history-element): Use minibuffer-prompt-end.
6789 Remove test for minibuffer-prompt-in-buffer.
6790 (kill-word): Don't move point into mini-buffer prompt.
6791
6792 1999-08-21 Dave Love <fx@gnu.org>
6793
6794 * Makefile: Exclude CVS dirs like RCS.
6795
6796 1999-08-19 Dave Love <fx@gnu.org>
6797
6798 * tooltip.el (tooltip-mode): Customize this, per convention.
6799 (tooltip-active): Option deleted.
6800
6801 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize.
6802
6803 * hanoi.el, page-ext.el: Declare dynamic vars.
6804
6805 * term.el: Avoid ange-ftp related compilation warnings.
6806
6807 1999-08-18 Gerd Moellmann <gerd@gnu.org>
6808
6809 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
6810 the default so that beginners can benefit from it without
6811 searching in manuals.
6812
6813 1999-08-18 Ray Blaak <blaak@gnu.org>
6814
6815 * progmodes/delphi.el: Consider assembly sections as blocks, to
6816 indent them better. Make auto-indent on newline optional.
6817
6818 1999-08-17 Gerd Moellmann <gerd@gnu.org>
6819
6820 * bindings.el (mode-line-modified): Look up key binding for C-x
6821 C-q. If it's bound call that binding, otherwise call
6822 toggle-read-only.
6823
6824 1999-08-17 Dave Love <fx@gnu.org>
6825
6826 * info.el (info): Doc fix.
6827
6828 * finder.el (finder-known-keywords): Add `multimedia'.
6829
6830 * apropos.el: Don't capitalize custom group name.
6831
6832 * info-look.el: Remove compatibility code.
6833 (info-lookup-guess-default*): DTRT for point at start of symbol.
6834 (info-complete): Don't lose with point not at end of symbol.
6835
6836 1999-08-16 Gerd Moellmann <gerd@gnu.org>
6837
6838 * term.el (toplevel): Make face `term-default' an empty face.
6839 The code relied on the fact that Emacs ignored invalid faces in
6840 face text properties in 20.4.
6841
6842 1999-08-16 Richard M. Stallman <rms@gnu.org>
6843
6844 * subr.el (point-at-eol, point-at-bol): New aliases.
6845
6846 * simple.el: Functions reordered.
6847
6848 * rect.el (delete-rectangle-line): Use line-end-position.
6849
6850 1999-08-16 Karl Heuer <kwzh@gnu.org>
6851
6852 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
6853 here from simple.el.
6854
6855 1999-08-16 Dave Love <fx@gnu.org>
6856
6857 * mouse.el: Provide `mldrag' for compatibility.
6858 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
6859 marked obsolete.
6860
6861 * mldrag.el: Removed since the features are in mouse.el.
6862
6863 * jka-compr.el (auto-compression-mode): New variable for
6864 customization.
6865
6866 * bindings.el (mode-line-mule-info): Doc fix.
6867
6868 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
6869 name comparisons.
6870
6871 * files.el (interpreter-mode-alist): Add make, guile, clisp.
6872 (find-file): Doc fix.
6873
6874 1999-08-16 Carsten Dominik <cd@gnu.org>
6875
6876 * textmodes/reftex.el: Most of the code moved to other files.
6877 * textmodes/reftex-auc.el: New file, split out from reftex.el
6878 * textmodes/reftex-cite.el: New file, split out from reftex.el
6879 * textmodes/reftex-global.el: New file, split out from reftex.el
6880 * textmodes/reftex-index.el: New file, split out from reftex.el
6881 * textmodes/reftex-parse.el: New file, split out from reftex.el
6882 * textmodes/reftex-ref.el: New file, split out from reftex.el
6883 * textmodes/reftex-sel.el: New file, split out from reftex.el
6884 * textmodes/reftex-toc.el: New file, split out from reftex.el
6885 * textmodes/reftex-vars.el: New file, split out from reftex.el
6886 * textmodes/reftex-vcr.el: New file, split out from reftex.el
6887
6888 1999-08-16 Carsten Dominik <cd@gnu.org>
6889
6890 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
6891 conflict with pop-up-frames.
6892 (reftex-special-environment-parsers): New constant.
6893 (reftex-label-alist): car of an entry can also be a function.
6894 (reftex-what-special-env): Cew function.
6895 (reftex-label-location): Call `reftex-what-special-env'.
6896 (reftex-compile-variables): Check for symbol in
6897 `reftex-label-alist'.
6898 (reftex-what-environment): Fixed bug with stacked environments of
6899 same kind (e.g. enumerate).
6900 (reftex-process-string): Preserve default directory.
6901 (reftex-label-alist-builtin): Changed prefixes of endnote and
6902 footnote. Also the magic words.
6903 (reftex-reference): Interprete new option
6904 `reftex-fref-is-default'.
6905 (reftex-replace-prefix-escapes): Interprete new `%S' format.
6906 (reftex-toc-mouse-view-line): Command removed (had no binding).
6907 (reftex-everything-regexp): New function.
6908 (reftex-nearest-match): Made better.
6909 (reftex-toc-find-section): Use new version of
6910 `reftex-nearest-match'.
6911 (reftex-insert-docstruct): Adapted to work with the index stuff.
6912 (reftex-parse-from-file): Find index entries as well.
6913 (reftex-toc-toggle-index): New function
6914 (reftex-toc-map): `i' is now used to togle the index, File
6915 boundaries has been moved to `F'.
6916 (reftex-select-label-map): Toggling display of file boundaries is
6917 now on the `F' key, for consistency with `reftex-toc-map'.
6918 (reftex-erase-all-selection-and-index-buffers): Renamed from
6919 `reftex-erase-all-selection-buffer'. Now also kills the index
6920 buffers.
6921 (reftex-viewing-cross-references): Customization group renamed
6922 from reftex-viewing-cross-references-and-citations.
6923 (reftex-index-macro-regexp,
6924 reftex-find-index-entry-regexp-format): New variables
6925 (reftex-macros-with-index): New variable
6926 (reftex-add-index-macros): New function
6927 (reftex-renumber-simple-labels, reftex-translate): Allow for
6928 multiple labels in a single ref command.
6929 (reftex-index-support): New customization group
6930 (reftex-support-index, reftex-index-special-chars,
6931 reftex-index-macros, reftex-index-default-macro,
6932 reftex-index-default-tag, reftex-index-math-format,
6933 reftex-index-section-letters, reftex-index-include-context,
6934 reftex-index-follow-mode, reftex-index-header-face,
6935 reftex-index-section-face, reftex-index-tag-face,
6936 reftex-index-face): New options
6937 (reftex-index-map, reftex-index-menu, reftex-last-index-file,
6938 reftex-index-tag, reftex-index-return-marker,
6939 reftex-index-restriction-indicator, reftex-index-restriction-data,
6940 reftex-index-macro-regexp, reftex-index-level-re,
6941 reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
6942 reftex-everything-regexp-no-index, reftex-index-re,
6943 reftex-macros-with-index, reftex-index-macro-alist): New variables
6944 (reftex-index-help, reftex-index-macros-builtin,
6945 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
6946 reftex-query-index-macro-help): New constants
6947 (reftex-index-selection-or-word, reftex-index,
6948 reftex-default-index, reftex-update-default-index,
6949 reftex-index-complete-tag, reftex-index-select-tag,
6950 reftex-index-complete-key, reftex-index-update-taglist,
6951 reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
6952 reftex-display-index, reftex-insert-index,
6953 reftex-index-insert-new-letter, reftex-get-restriction,
6954 reftex-index-pre-command-hook, reftex-index-post-command-hook,
6955 reftex-index-show-help, reftex-index-next, reftex-index-previous,
6956 reftex-index-toggle-follow, reftex-index-toggle-context,
6957 reftex-index-view-entry, reftex-index-goto-entry-and-hide,
6958 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
6959 reftex-index-quit, reftex-index-quit-and-kill,
6960 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
6961 reftex-index-revert, reftex-index-switch-index-tag,
6962 reftex-index-restrict-to-section, reftex-index-widen,
6963 reftex-index-restriction-forward,
6964 reftex-index-restriction-backward, reftex-index-visit-location,
6965 reftex-index-analyze-entry, reftex-index-globalize,
6966 reftex-index-edit, reftex-index-toggle-range-beginning,
6967 reftex-index-toggle-range-end, reftex-index-edit-key,
6968 reftex-index-edit-attribute, reftex-index-edit-visual,
6969 reftex-index-edit-part, reftex-index-level-down,
6970 reftex-index-level-up, reftex-index-kill, reftex-index-undo,
6971 reftex-index-change-entry, reftex-index-goto-letter,
6972 reftex-add-index-macros, reftex-ensure-index-support,
6973 reftex-index-info-safe, reftex-index-info): New functions.
6974
6975
6976 1999-08-15 Richard M. Stallman <rms@gnu.org>
6977
6978 * paren.el (show-paren-mode): Support making show-paren-mode
6979 a buffer-local variable. Don't check for a window system.
6980 (show-paren-function): Check whether show-paren-function is
6981 enabled in current buffer; do the right thing if not.
6982 Don't check for a window system.
6983 (show-paren-mode): Make it a user variable.
6984
6985 * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
6986 Handle `enum' like `struct'.
6987
6988 * server.el (server-process-filter): If a client visits no buffers,
6989 close it immediately before recording it.
6990
6991 * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
6992 Optimize by calling concat just once. Handle =\n sequence.
6993 (mail-unquote-printable-region): New command.
6994 (mail-quote-printable): Make it autoload.
6995
6996 1999-08-15 Karl Heuer <kwzh@gnu.org>
6997
6998 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
6999
7000 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
7001
7002 * lisp/texinfmt.el: Handle @ifnottex.
7003
7004 1999-08-15 Eli Zaretskii <eliz@gnu.org>
7005
7006 * frame.el (blink-cursor): Don't turn on cursor blinking for
7007 ms-dos.
7008
7009 * faces.el (face-valid-attribute-values): Look in
7010 x-bitmap-file-path only for x and w32 window systems.
7011
7012 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
7013 Do that if width is nil as well.
7014 (x-display-mm-height, x-display-mm-width): Update values.
7015 (x-colors): Compute the list from msdos-color-values.
7016 (x-select-enable-clipboard): Doc fix.
7017 (x-frob-font-weight, x-font-family-list): New functions.
7018
7019 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk>
7020
7021 * window.el (shrink-window-if-larger-than-buffer): Don't try to
7022 back up from beginning of buffer.
7023
7024 1999-08-13 Karl Heuer <kwzh@gnu.org>
7025
7026 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
7027
7028 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US>
7029
7030 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G
7031 doomsday clock, speed control is added and changes are made to
7032 allow large numbers of rings: rings now show the whole ring
7033 number, not just the last digit; consecutive rings are allowed to
7034 be the same size when necessary to fit all the rings in the
7035 window; and poles can be oriented horizontally. Face support is
7036 thrown in gratuitously.
7037 (hanoi): Changed default number of rings back to 3.
7038 (hanoi-unix, hanoi-unix-64): New commands
7039 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
7040 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
7041 hanoi-odd-ring-face): New variables.
7042 (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
7043 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
7044 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
7045 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
7046 (hanoi-topos, hanoi-draw-ring): Removed.
7047
7048 1999-08-12 Gerd Moellmann <gerd@gnu.org>
7049
7050 * faces.el (face-valid-attribute-values): Return an alist for
7051 families on ttys.
7052 (face-read-integer): Handle unspecified face attributes. Add
7053 completion for `unspecified'.
7054 (read-face-attribute): Handle unspecified font attributes.
7055 (face-valid-attribute-values): Add `unspecified' to lists so that
7056 it can be chosen via completion.
7057 (face-read-string): Don't recognize "none" as input.
7058
7059 1999-08-10 Dave Love <fx@gnu.org>
7060
7061 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
7062 string.
7063
7064 * sun-curs.el: Require sun-fns.
7065
7066 1999-08-10 Dave Love <fx@gnu.org>
7067
7068 * autorevert.el (auto-revert-mode): Add autoload cookie.
7069
7070 * hscroll.el, auto-show.el: Files deleted -- we have built-in
7071 hscroll.
7072
7073 * simple.el (hscroll-step, hscroll-point-visible)
7074 (hscroll-window-column): Remove now we have the mentioned real
7075 horizontal autoscrolling.
7076
7077 1999-08-10 Richard M. Stallman <rms@gnu.org>
7078
7079 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
7080 control use of -f option.
7081 (mail-specify-envelope-from): New variable.
7082 (mail-from-style): Doc fix.
7083
7084 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
7085 (easy-menu-get-map): New arg TO-MODIFY helps choose
7086 between local and global maps.
7087 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
7088 (easy-menu-change): Doc fix.
7089
7090 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
7091 (info-lookup-guess-default): Simplified and cleaned up.
7092 (info-lookup-guess-default*): Preserve point.
7093
7094 * view.el (view-mode-disable): If buffer-read-only is nil,
7095 don't change it.
7096
7097 * files.el (after-find-file): Disable View mode if buffer is no
7098 longer read-only.
7099
7100 * view.el (view-mode-enable, view-mode-disable):
7101 Call force-mode-line-update.
7102
7103 1999-08-10 Karl Heuer <kwzh@gnu.org>
7104
7105 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
7106 * array.el, play/landmark.el, international/latin-3.el: Likewise.
7107 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
7108
7109 1999-08-10 Alex Schroeder <asc@bsiag.com>
7110
7111 * ansi-color.el (ansi-color-to-text-properties): Added New state 5
7112 to prevent m-eating-bug.
7113
7114 1999-08-10 Eli Zaretskii <eliz@gnu.org>
7115
7116 * term/pc-win.el (msdos-bg-mode): Remove. Call
7117 frame-set-background-mode instead. All callers changed.
7118 (msdos-face-setup): Don't force color display parameter, it is set
7119 by frame-set-background-mode.
7120 (make-msdos-frame): Call x-handle-reverse-video and
7121 face-set-after-frame-default. Delete frame if creation failed.
7122
7123 * faces.el (face-set-after-frame-default): Don't call
7124 make-face-x-resource-internal for the pc window-system.
7125
7126 1999-08-10 Dave Love <fx@melange.gnu.org>
7127
7128 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
7129 case with no docstring specially.
7130
7131 1999-08-09 Eli Zaretskii <eliz@gnu.org>
7132
7133 * complete.el (PC-do-completion): If completing on file name,
7134 reproduce str by concatenating its directory and basename parts.
7135
7136 1999-08-07 Dave Love <fx@gnu.org>
7137
7138 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid
7139 unibyte to multibyte conversion of search-forward (from Handa),
7140 but avoid the replacement if the language is Latin-N.
7141
7142 1999-08-06 Richard Stallman <rms@gnu.org>
7143
7144 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
7145 of eval-buffer.
7146
7147 * international/mule.el (load-with-code-conversion):
7148 Pass t to eval-buffer for DO-ALLOW-PRINT.
7149
7150 1999-08-06 Geoff Voelker <voelker@cs.washington.edu>
7151
7152 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
7153 of filenames and attributes.
7154 (ls-lisp-insert-directory): Use directory-files-and-attributes
7155 for speed.
7156
7157 1999-08-05 Dave Love <fx@gnu.org>
7158
7159 * auto-show.el (auto-show-mode): Fix :set.
7160
7161 * widget.el (define-widget-keywords): Make dummy definition and
7162 comment-out its use.
7163
7164 1999-08-04 Richard Stallman <rms@gnu.org>
7165
7166 * progmodes/tcl.el: Customized.
7167
7168 * sql.el (sql-accumulate-and-indent): Instead of testing
7169 whether this is Emacs 20 before calling comint-accumulate,
7170 test whether comint-accumulate is defined.
7171
7172 1999-08-04 Dave Love <fx@gnu.org>
7173
7174 * sgml-mode.el: Require outline when compiling.
7175 (sgml-mode-hook, html-mode-hook): Customize.
7176 (sgml-validate-command): Fix :version.
7177 (html-autoview-mode): Doc fix.
7178
7179 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
7180 nothing in Latin-N environment.
7181
7182 * info.el (Info-find-node): Call info-initialize here.
7183 (info): Not here.
7184 (Info-file-list-for-emacs): Add message, dired-x, c, viper.
7185
7186 1999-08-04 Richard Stallman <rms@gnu.org>
7187
7188 * ansi-color.el: New file.
7189
7190 1999-08-04 Stefan Monnier <monnier@cs.yale.edu>
7191
7192 * dired.el (dired-string-replace-match): Return `nil' when no match
7193 found with global search.
7194
7195 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
7196 * terminal.el (te-terminfo-directory):
7197 * mail/mailpost.el (post-mail-send-it):
7198 * mail/metamail.el (metamail-region):
7199 * progmodes/ada-mode.el (ada-tmp-directory):
7200 Use temporary-file-directory.
7201
7202 * progmodes/compile.el (compilation-parsing-end,compilation-setup)
7203 (compilation-filter, compilation-forget-errors)
7204 (compilation-parse-errors): Use a marker instead of an integer for
7205 `compilation-parsing-end'.
7206
7207 * progmodes/diff.el (diff-parse-differences):
7208 Use a marker instead of an integer for `compilation-parsing-end'.
7209 * textmodes/tex-mode.el (tex-compilation-parse-errors):
7210 Use a marker instead of an integer for `compilation-parsing-end'.
7211
7212 1999-08-03 Richard Stallman <rms@gnu.org>
7213
7214 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
7215 (Buffer-menu-mode): Doc fix.
7216 (Buffer-menu-view): New command.
7217 (Buffer-menu-view-other-window): New command.
7218
7219 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com>
7220
7221 * replace.el (query-replace-regexp-eval)
7222 (replace-eval-replacement, replace-loop-through-replacements)
7223 (replace-match-string-symbols): New functions.
7224 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
7225 Use replace-loop-through-replacements.
7226
7227 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk>
7228
7229 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
7230 (5x5): Doc fix.
7231
7232 1999-08-03 Dave Love <fx@gnu.org>
7233
7234 * fortran.el (fortran-indent-new-line): Make it an alias
7235 for reindent-then-newline-and-indent.
7236
7237 1999-08-03 Didier Verna <verna@inf.enst.fr>
7238
7239 * rect.el: All functions rewritten, except when noted above
7240 their declaration. Below is a list of interface changes.
7241 (apply-on-rectangle): New function, mostly replaces
7242 `operate-on-rectangle'. All callers changed.
7243 (move-to-column-force): Pass new second argument to `move-to-column'.
7244 (kill-rectangle): Added optional prefix arg to fill lines.
7245 (delete-rectangle): Ditto.
7246 (delete-whitespace-rectangle): Ditto.
7247 (delete-extract-rectangle): Ditto.
7248 (open-rectangle): Ditto.
7249 (clear-rectangle): Ditto.
7250 (delete-whitespace-rectangle-line): New function.
7251 (delete-rectangle-line): Added third arg FILL.
7252 (delete-extract-rectangle-line): Ditto.
7253 (open-rectangle-line): Ditto.
7254 (clear-rectangle-line): Ditto.
7255
7256 1999-08-03 Ray Blaak <blaak@gnu.org>
7257
7258 * progmodes/delphi.el: New file.
7259
7260 1999-08-02 Richard Stallman <rms@gnu.org>
7261
7262 * textmodes/outline.el (outline-previous-heading): New function.
7263 (outline-up-heading-all): Use outline-previous-heading.
7264 (outline-next-heading): Delete definition inserted yesterday.
7265
7266 1999-08-01 Richard Stallman <rms@gnu.org>
7267
7268 * textmodes/outline.el (outline-next-heading): New function.
7269 (outline-up-heading-all): New function.
7270 (outline-font-lock-level): Using outline-up-heading-all.
7271 Tell outline-back-to-heading to accept invisible headings.
7272
7273 * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
7274
7275 * mail/mh-utils.el (mh-find-path-run): New variable.
7276 (mh-find-path): Test and set that.
7277 Set mail-user-agent only the first time this function is run.
7278 (mail-user-agent): Defvar deleted.
7279
7280 * info.el (info-initialize): New function.
7281 (info): Call info-initialize.
7282 (Info-directory-list): Initialize to nil,
7283 so info-initialize will set it up for real.
7284
7285 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7286
7287 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
7288 does not interpret a time as the year in a day-month entry.
7289
7290 * calendar/diary-lib.el: Change syntax table entry for colon in
7291 the diary as part of the european-date-diary-pattern fix.
7292
7293 1999-08-01 Eli Zaretskii <eliz@gnu.org>
7294
7295 * international/mule.el (set-auto-coding): Allow whitespace before
7296 and after the "variable: value" pair.
7297
7298 1999-07-30 Ken'ichi Handa <handa@gnu.org>
7299
7300 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
7301 (default-sendmail-coding-system): Doc-string fixed.
7302
7303 1999-07-30 Dave Love <fx@gnu.org>
7304
7305 * subr.el (assoc-delete-all): New function, renamed from
7306 frame-delete-all.
7307
7308 * frame.el: Change comments to doc strings and other doc fixes.
7309 (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
7310 Callers changed.
7311 (set-background-color, set-foreground-color, set-cursor-color)
7312 (set-mouse-color, set-border-color): Offer completion of colours.
7313 (cursor): Add :version to defgroup.
7314
7315 * facemenu.el (list-colors-display): Make it work on ttys.
7316 (facemenu-read-color): Likewise.
7317
7318 1999-07-30 Richard M. Stallman <rms@gnu.org>
7319
7320 * frame.el (frame-notice-user-settings): If background
7321 color has been changed, update background-mode from it,
7322 then update faces.
7323
7324 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com>
7325
7326 * net-utils.el (finger): Don't do indirect fingering.
7327
7328 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7329
7330 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
7331 rules. Add separator at end of holidays.
7332 (cal-tex-rules): New customizable variable.
7333 (cal-tex-latexify-list): Add optional parameter to put separator
7334 at end.
7335
7336 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu>
7337
7338 * textmodes/fill.el (fill-individual-paragraphs): Calculate new
7339 fill prefix on each line while looping to the end of paragraph.
7340 End paragraph if it's longer than the existing fill prefix.
7341
7342 * textmodes/fill.el (fill-context-prefix): Doc fix.
7343
7344 1999-07-30 Dave Love <fx@gnu.org>
7345
7346 * font-lock.el (jit-lock): Fix :load, add :version.
7347
7348 1999-07-30 Eli Zaretskii <eliz@gnu.org>
7349
7350 * term/pc-win.el (msdos-face-setup): Register standard colors in
7351 Vface_tty_color_alist.
7352 (face-color-supported-p, face_color_gray_p): New functions.
7353
7354 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
7355 is bound.
7356
7357 * startup.el (command-line): Don't register default colors for
7358 MSDOS window-system.
7359
7360 1999-07-29 Dave Love <fx@gnu.org>
7361
7362 * f90.el (f90-mode-syntax-table): Change backslash to escape, not
7363 charquote.
7364
7365 * lisp-mode.el (eval-defun): Re-written to avoid
7366 capturing variables.
7367
7368 * picture.el (picture-beginning-of-line): Don't call
7369 hscroll-point-visible now we have real autoscrolling.
7370 (picture-end-of-line, picture-newline, picture-open-line):
7371 Likewise.
7372
7373 * international/latin-8.el: New file.
7374 * international/latin-9.el: New file.
7375
7376 1999-07-28 Dave Love <fx@gnu.org>
7377
7378 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
7379
7380 * msb.el: Require cl only when compiling.
7381 (msb--home-dir): Deleted.
7382 (msb--format-title): Use abbreviate-file-name.
7383 (msb--choose-file-menu): Simplify string comparison.
7384
7385 1999-07-28 Gerd Moellmann <gerd@gnu.org>
7386
7387 * faces.el (toolbar): Add face definition for mono displays.
7388
7389 1999-07-27 Richard M. Stallman <rms@gnu.org>
7390
7391 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
7392
7393 * frame.el (frame-initialize): When setting frame-initial-frame-alist,
7394 force copying of default-frame-alist.
7395
7396 1999-07-26 Ken'ichi Handa <handa@gnu.org>
7397
7398 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
7399
7400 1999-07-26 Richard M. Stallman <rms@gnu.org>
7401
7402 * frame.el (set-mouse-color): If new color is nil,
7403 really respecify the current color.
7404
7405 1999-07-26 Gerd Moellmann <gerd@gnu.org>
7406
7407 * faces.el (bitmap-area): Change background of face `bitmap-area'
7408 to white for mono displays.
7409
7410 1999-07-26 Kenichi Handa <handa@etl.go.jp>
7411
7412 * international/ccl.el (ccl-embed-symbol): New function.
7413 (ccl-program-p): Deleted. Now it's implemented in C code.
7414 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
7415 (ccl-compile-translate-character): Likewise.
7416 (ccl-compile-map-single): Likewise.
7417 (ccl-compile-multiple-map-function): Likewise.
7418 (declare-ccl-program): Doc-string modified.
7419 (check-ccl-program): Check compiled CCL code by ccl-program-p.
7420
7421 1999-07-25 Ken'ichi Handa <handa@etl.go.jp>
7422
7423 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
7424
7425 1999-07-25 Markus Rost <rost@gnu.org>
7426
7427 * cus-edit.el (custom-save-variables, custom-save-faces): Sort
7428 the entries to make custom-file more readable.
7429
7430 1999-07-25 Richard M. Stallman <rms@gnu.org>
7431
7432 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
7433
7434 * emacs-lisp/edebug.el: Delete compatibility code.
7435 (edebug-next-token-class): If . is followed by a digit,
7436 return `symbol' for the token class.
7437
7438 * startup.el (command-line): If we don't find the user's init file,
7439 set user-init-file to nil.
7440
7441 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7442
7443 * info-look.el (info-lookup-interactive-arguments): Add optional
7444 argument query for new choice of help mode.
7445 (info-lookup-symbol): Use it.
7446 (info-lookup-file): Ditto.
7447 (info-lookup): Don't switch to other window, if already in Info
7448 buffer.
7449
7450 1999-07-23 Dave Love <fx@gnu.org>
7451
7452 * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
7453 syntax.
7454 (fortran-fontify-string, fortran-match-!-comment): Deleted.
7455 (fortran-font-lock-syntactic-keywords): New variable.
7456 (fortran-mode): Use it.
7457 (fortran-font-lock-keywords-1): Don't do comments.
7458 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
7459 match data.
7460
7461 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
7462
7463 * msb.el (msb-menu-bar-update-buffers): Renamed from
7464 menu-bar-update-buffers.
7465 (msb-custom-set, msb--toggle-menu-type): Call
7466 msb-menu-bar-update-buffers.
7467 (msb-mode): Revise the hook setting.
7468
7469 * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
7470
7471 1999-07-23 Gerd Moellmann <gerd@gnu.org>
7472
7473 * font-lock.el, help.el, simple.el: Re-integrate previously
7474 described changes that were lost due to errors while checking them
7475 in.
7476
7477 1999-07-23 Kevin Blake <kblake@ticnet.com>
7478
7479 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
7480
7481 1999-07-23 Ken'ichi Handa <handa@etl.go.jp>
7482
7483 * international/encoded-kb.el
7484 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
7485 but push it to unread-command-events.
7486 (encoded-kbd-self-insert-iso2022-8bit): Likewise.
7487 (encoded-kbd-self-insert-sjis): Likewise.
7488 (encoded-kbd-self-insert-big5): Likewise.
7489
7490 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
7491 before left margin and fill-prefix by fill-find-break-point.
7492
7493 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7494
7495 * info-look.el (info-lookup-setup-mode): Don't give up, if
7496 info-lookup-make-completions returns an error.
7497 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
7498 name latex, not latex2e.
7499
7500 1999-07-21 Richard M. Stallman <rms@gnu.org>
7501
7502 * replace.el (perform-replace): Turn off case-fold-search
7503 if FROM-STRING argument has uppercase in it.
7504
7505 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7506
7507 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
7508 mode is on. Don't use end of changed text.
7509
7510 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7511
7512 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
7513 (cl-hash-table-p): Renamed from hash-table-p.
7514 (cl-hash-table-count): Renamed from hash-table-count.
7515 (maphash): Alias to cl-maphash removed.
7516 (gethash): Likewise.
7517 (puthash): Likewise.
7518 (remhash): Likewise.
7519 (clrhash): Likewise.
7520
7521 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7522
7523 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
7524 third arg non-nil. See comment there why this isn't a good idea.
7525
7526 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7527
7528 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
7529
7530 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
7531 sit-for with 3rd arg non-nil to prevent redisplay.
7532
7533 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7534
7535 * image.el (image-type-from-file-header): If file doesn't
7536 have a directory part, add data-directory.
7537
7538 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7539
7540 * tooltip.el (tooltip-gud-tips-p): Set default to nil.
7541 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
7542 motion handling when tooltip-gud-tips-p is nil.
7543
7544 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7545
7546 * tooltip.el (tooltip-mode): Don't use `plusp'.
7547 (tooltip-active): Use initial value of nil.
7548
7549 * jit-lock.el (jit-lock-mode): Don't use `plusp'.
7550
7551 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7552
7553 * bindings.el (make-mode-line-mouse-sensitive): Add key
7554 definitions for `top-line'.
7555
7556 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7557
7558 * faces.el (top-line): New face.
7559
7560 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7561
7562 * image.el (image-type-regexps): Add regexp for PS files.
7563
7564 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7565
7566 * faces.el (set-face-attribute): Fix wrong handling of frame
7567 begin equal to t.
7568
7569 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7570
7571 * image.el (image-type-regexps): Add PNG format.
7572
7573 1999-07-21 Dave Love <fx@gnu.org>
7574
7575 * bindings.el (mode-line-modified): New variable.
7576 (mode-line-mode-menu-1): Switch to appropriate window before
7577 showing menu.
7578
7579 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7580
7581 * faces.el (face-underline): Removed.
7582 (face-underline-color): Ditto.
7583
7584 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7585
7586 * faces.el (face-x-resources): Fix typo.
7587
7588 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7589
7590 * faces.el: Remove handling of `:relief', extend handling of
7591 `:box'.
7592 (frame-set-background-mode): Choose new defface specs after
7593 frame parameters have changed.
7594
7595 * cus-face.el: Ditto.
7596
7597 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7598
7599 * custom.el (defface): Extend documentation to include new
7600 face attributes.
7601
7602 * cus-face.el (custom-face-attributes): Add overline,
7603 strike-through, box.
7604
7605 * faces.el (face-valid-attribute-values): Handle overline,
7606 strike-through, box.
7607 (face-attribute-name-alist): Add pairs for new face attributes.
7608 (describe-face): Handle new face attributes.
7609
7610 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7611
7612 * faces.el (face-x-resources): Add overline, strike-through, box.
7613
7614 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7615
7616 * enriched.el (enriched-translations): Add `display' and
7617 "x-display".
7618 (enriched-handle-display-prop): New.
7619 (enriched-decode-display-prop): New.
7620
7621 * format.el (top-level): Give `display' property
7622 `format-list-atomic-p.
7623 (format-annotate-single-property-change): Test that property.
7624 If present, treat list property values like atoms.
7625
7626 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7627
7628 * cus-face.el (custom-face-attributes): Use `choice' everywhere
7629 so that "*" can be entered.
7630
7631 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7632
7633 * cus-face.el (custom-face-attributes): Don't use `#''.
7634
7635 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7636
7637 * cus-face.el (custom-face-attributes): Return underline
7638 face attribute directly from the second lambda of underline.
7639
7640 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7641
7642 * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
7643
7644 * frame.el (after-setting-font-hooks): New variable.
7645 (set-frame-font): Run those hooks.
7646
7647 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
7648
7649 * faces.el (set-face-attribute): Fix doc string.
7650
7651 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7652
7653 * cus-face.el (custom-face-attributes): Accept color name.
7654
7655 * faces.el (face-underline-p): Accept unspecified underlining.
7656 (face-underline): Ditto. Fix doc string.
7657
7658 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7659
7660 * faces.el (face-underline-color): New function.
7661
7662 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7663
7664 * cus-face.el (custom-face-attributes): Support underline coloring.
7665 Added slot to choose a color.
7666
7667 * faces.el (face-underline): New function.
7668 (face-underline-p): Support underline coloring.
7669 Return nil only if the underline attribute is 'normal.
7670 (set-face-underline): New function.
7671 (face-valid-attribute-values): Support underline coloring.
7672
7673 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7674
7675 * image.el (insert-image): Use `display' instead of `glyph'
7676 as text property name.
7677 (put-image): Ditto.
7678 (image-type-from-file-header): Use insert-file-contents-literally.
7679
7680 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7681
7682 * easymenu.el (easy-menu-do-add-item): Don't use the empty
7683 string to indicate separators.
7684
7685 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7686
7687 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
7688 instead of message-log.
7689
7690 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7691
7692 * faces.el (bitmap-area): New face.
7693
7694 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7695
7696 * image.el (insert-image): New.
7697
7698 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7699
7700 * frame.el (blink-cursor): Set the symbol's value.
7701 (show-trailing-whitespace): Change group to font-lock.
7702
7703 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7704
7705 * jit-lock.el: New.
7706 * font-lock.el: Add jit-mode as new support mode.
7707
7708 * font-lock.el (font-lock-fontify-keywords-region): Stop when
7709 reaching end instead of letting re-search-forward signal an error.
7710 (demand-lock-mode): New.
7711 (font-lock-turn-on-thing-lock): Add demand-lock-mode.
7712 (font-lock-turn-off-thing-lock): Ditto.
7713 (font-lock-after-fontify-buffer): Ditto.
7714 (font-lock-after-unfontify-buffer): Ditto.
7715
7716 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7717
7718 * gs.el: New file.
7719
7720 * startup.el (command-line-1): Activate tooltip mode if
7721 interactive.
7722
7723 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7724
7725 * faces.el (toolbar): Grey default background.
7726 (modeline): Ditto.
7727
7728 * image.el (image-type-regexps): New.
7729 (image-type-from-file-header): New.
7730 (create-image): Call it.
7731
7732 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7733
7734 * image.el: New file.
7735
7736 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7737
7738 * bindings.el (mode-line-format): Replace `mode-name' with
7739 `(:eval mode-line-mode-name)'.
7740 (mode-line-mode-name): New.
7741 (make-mode-line-mouse-sensitive): Don't change default value
7742 of `mode-name'.
7743
7744 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7745
7746 * tooltip.el: New file.
7747
7748 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7749
7750 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
7751 instead of mouse-3 to pop up menus.
7752 (mode-line-kill-buffer): Removed.
7753 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
7754 buffer name.
7755 (mode-line-buffer-menu-1): Removed.
7756
7757 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
7758
7759 * bindings.el (mode-line-buffer-identification-keymap): New.
7760 (mode-line-buffer-menu-keymap): New.
7761 (mode-line-mode-menu-keymap): New.
7762 (mode-line-unbury-buffer): New.
7763 (mode-line-other-buffer): New.
7764 (mode-line-kill-buffer): New.
7765 (mode-line-buffer-menu-1): New.
7766 (mode-line-mode-menu-1): New.
7767 (make-mode-line-mouse-sensitive): New.
7768
7769 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7770
7771 * help.el (describe-key-briefly): Handle mode line strings
7772 with local-map properties.
7773 (describe-key): Ditto.
7774 (mode-line-key-binding): New.
7775
7776 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7777
7778 * scroll-bar.el (scroll-bar-timer): New.
7779 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
7780
7781 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7782
7783 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
7784 and `bottom'.
7785
7786 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7787
7788 * scroll-bar.el (scroll-bar-toolkit-scroll): New.
7789 (global): Use different key bindings if using tookit scroll bars.
7790
7791 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7792
7793 * faces.el (modeline): Define mode line face with relief for
7794 class color, only.
7795 (toolbar): New face.
7796
7797 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7798
7799 * frame.el (frame-initialize): Set frame-creation-function to
7800 tty-create-frame-with-faces.
7801
7802 * faces.el (frame-set-background-mode): Make it work for
7803 window-system nil.
7804
7805 * faces.el (tty-create-frame-with-faces): New.
7806 (face-set-after-frame-default): Make it work for TTY frames.
7807
7808 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7809
7810 * faces.el (face-valid-attribute-values): Use tty-defined-colors.
7811 Return a list of one font family for TTYs. Don't return bitmap
7812 file paths for TTY frames.
7813
7814 * faces.el: Add face specs for tty displays to basic faces.
7815
7816 * font-lock.el (font-lock-comment-face): Add spec for color tty.
7817 (font-lock-string-face): Ditto.
7818 (font-lock-keyword-face): Ditto.
7819 (font-lock-builtin-face): Ditto.
7820 (font-lock-function-name-face): Ditto.
7821 (font-lock-variable-name-face): Ditto.
7822 (font-lock-type-face): Ditto.
7823 (font-lock-constant-face): Ditto.
7824 (font-lock-warning-face): Ditto.
7825
7826 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7827
7828 * startup.el (command-line): Register default tty colors.
7829
7830 * faces.el (face-spec-set-match-display): Recognize `type tty'.
7831
7832 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7833
7834 * faces.el (modeline): For X frames, use a modeline with relief.
7835
7836 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7837
7838 * faces.el (frame-update-faces): Copied from 20.2.
7839 (frame-update-face-colors): Ditto. Code removed that isn't
7840 applicable in the new face implementation.
7841
7842 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7843
7844 * frame.el (show-trailing-whitespace): New.
7845
7846 * faces.el (trailing-whitespace): New basic face.
7847
7848 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7849
7850 * cus-face.el (custom-facep): Always define as alias for facep.
7851
7852 * cus-face.el (custom-face-attributes): Use choice widgets.
7853 Remove :bold and :italic.
7854
7855 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7856
7857 * faces.el (face-charset-registries): Removed since fontset.el
7858 is no always loaded.
7859
7860 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7861
7862 * faces.el (internal-get-face): Added as obsolete function for
7863 compatibility.
7864
7865 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7866
7867 * frame.el (blink-cursor-end): Call show-cursor.
7868 (blink-cursor-mode): Ditto.
7869
7870 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7871
7872 * faces.el (face-spec-reset-face): Reset all attributes to
7873 `unspecified'.
7874 (face-spec-set): Use it.
7875
7876 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7877
7878 * faces.el (read-all-face-attributes): Bug fix.
7879 (face-read-integer): Allow nil default value.
7880 (face-valid-attribute-values): Use symbol names of attribute
7881 values for completion list.
7882
7883 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7884
7885 * faces.el (internal-find-face): Define for compatibility with
7886 20.2.
7887 (face-id): Likewise.
7888
7889 * faces.el (face-id): Return the ID of a realized face for ASCII.
7890
7891 * fontset.el (x-charset-registries): Removed. Now in faces.el.
7892 (x-complement-fontset-spec): Use face-charset-registries.
7893
7894 * faces.el (face-font-selection-order): Set font selection order
7895 from Lisp.
7896 (face-alternative-font-family-alist): Set alternative font
7897 families from Lisp.
7898
7899 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7900
7901 * faces.el (set-face-charset-registries): Set symbol value.
7902
7903 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7904
7905 * faces.el (face-set-after-frame-default): Call function
7906 internal-merge-in-global-face.
7907
7908 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7909
7910 * faces.el (face-list): Return symbols from face-global-alist.
7911
7912 * faces.el (face-list): Return a copy of the face name list so
7913 that it cannot be modified from outside (facemenu.el uses
7914 nreverse, for example).
7915
7916 * cus-face.el (custom-face-attributes): Add :bold and :italic
7917 for compatibility with old code.
7918
7919 * faces.el (set-face-attributes-from-resources): Additional
7920 frame parameter.
7921 (make-face-x-resource-internal): Set attributes from resources
7922 for a given frame or all frames.
7923
7924 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7925
7926 * faces.el (all-faces): Removed.
7927
7928 * custom.el (defface): Add new face attributes to function
7929 comment.
7930
7931 * font-lock.el (font-lock-comment-face): Use new face attribute
7932 names.
7933 (font-lock-string-face): Ditto.
7934 (font-lock-keyword-face): Ditto.
7935 (font-lock-builtin-face): Ditto.
7936 (font-lock-function-name-face): Ditto.
7937 (font-lock-variable-name-face): Ditto.
7938 (font-lock-type-face): Ditto.
7939 (font-lock-reference-face): Ditto.
7940 (font-lock-warning-face): Ditto.
7941 ((boundp 'font-lock-face-attributes)): Ditto.
7942
7943 * cus-face.el (custom-face-attributes): Use new face attributes.
7944
7945 * faces.el (set-face-attribute-from-resource): Initialize
7946 from resources only for X and W32.
7947
7948 * cus-face.el (custom-declare-face): Don't make frame-local
7949 faces.
7950
7951 * faces.el (describe-face): Use princ instead of insert.
7952
7953 * faces.el: Add XLFD manipulation functions from 20.2 again
7954 because fontset.el uses them.
7955 (face-set-after-frame-default): Add empty definition.
7956
7957 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7958
7959 * faces.el (make-face): Correct typo.
7960 (set-face-attribute-from-resource): Use let*.
7961 (face-underline-p): Correct typo.
7962 (face-inverse-video-p): Ditto.
7963 (set-face-stipple): Ditto.
7964 (face-read-string): Make completion-list optional parameter.
7965
7966 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7967
7968 * faces.el (face-charset-registries): Alist mapping charset
7969 symbols to registries and encoding.
7970
7971 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7972
7973 * frame.el (blink-cursor-mode): Use interactive spec "P".
7974
7975 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7976
7977 * frame.el (blink-cursor-mode): Function to toggle blinking cursor
7978 mode. The cursor of selected_window blinks if the mode is enabled.
7979
7980 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7981
7982 * simple.el (next-history-element): Set point to the end of the
7983 prompt if minibuffer-prompt-in-buffer.
7984
7985 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7986
7987 * faces.el (x-font-regexp): Add sub-expression parentheses for
7988 several font name components.
7989
7990 1999-07-21 Gerd Moellmann <gerd@acm.org>
7991
7992 * faces.el (set-face-relief): Use index 12 for relief.
7993 (face-fill-in): Set relief from data.
7994 (internal-make-face): Init relief to zero.
7995
7996 * faces.el (face-spec-set): Call modify-face with additional
7997 parameters for relief and fixed-p.
7998
7999 1999-07-21 Gerd Moellmann <gerd@acm.org>
8000
8001 * cus-face.el: ':fixed and ':relief added.
8002
8003 * faces.el (describe-face): Add fixed font attribute and relief.
8004 (face-attr-match-p): Ditto.
8005 (face-attr-construct): Ditto.
8006 (face-spec-set): Ditto.
8007
8008 1999-07-21 Gerd Moellmann <gerd@acm.org>
8009
8010 * faces.el (internal-make-face): Function to create a Lisp vector
8011 suitable for representing a face.
8012 (make-face): Use it instead of make-vector.
8013 (x-create-frame-with-faces): Use it instead of vector.
8014 (internal-facep): Increase vector size to 14.
8015 (internal-make-face): Ditto.
8016 (face-relief): Access relief thickness.
8017 (face-fixed-p): Access fixed font attribute.
8018 (set-face-fixed-p): Set fixed font attribute.
8019 (set-face-relief): Set relief attribute.
8020 (internal-face-interactive-int): Read int attribute of face.
8021 (modify-face): Add fixed-p and relief parameters.
8022 (copy-face): Handle fixed-p and relief.
8023 (face-equal): Compare fixed-p and relief.
8024 (face-differs-from-default-p): Ditto.
8025 (face-nontrivial-p): Add fixed-p and relief.
8026
8027 1999-07-21 Gerd Moellmann <gerd@acm.org>
8028
8029 * faces.el (eval-when-compile): Add set-face-shadow-thickness.
8030 (internal-facep): Increase vector size.
8031 (make-face): Ditto.
8032 (face-shadow-thickness): Added.
8033 (set-face-shadow-thickness): Added.
8034 (modify-face): Add optional shadow-thickness parameter.
8035 (make-face-x-resource-internal): Add shadows.
8036 (copy-face): Ditto.
8037 (face-equal): Ditto.
8038 (face-differs-from-default-p): Ditto.
8039 (face-nontrivial-p): Ditto.
8040 (face-attr-match-p): Ditto.
8041 (face-attr-construct): Ditto.
8042 (face-spec-set): Ditto.
8043 (face-fill-in): Ditto.
8044
8045 1999-07-21 Gerd Moellmann <gerd@acm.org>
8046
8047 * bench.el (bench-mark-split-window): New bench mark.
8048
8049 1999-07-21 Gerd Moellmann <gerd@acm.org>
8050
8051 * faces.el (set-face-font): Don't pass default font to
8052 x-resolve-font so that font will not have to be of the same
8053 size.
8054
8055 1999-07-20 Dave Love <fx@gnu.org>
8056
8057 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
8058 unconditionally t.
8059
8060 1999-07-20 Karl Heuer <kwzh@gnu.org>
8061
8062 * font-lock.el (c++-font-lock-extra-types): Add "type_info".
8063
8064 1999-07-20 Dave Love <fx@gnu.org>
8065
8066 * help.el (describe-variable): Fix test for customizability.
8067
8068 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
8069 Check for readonly buffer in interactive spec.
8070 (zap-to-char, kill-line, kill-region, comment-region, kill-word)
8071 (backward-kill-word): Add * to interactive spec.
8072
8073 * underline.el (underline-region, ununderline-region): Add * to
8074 interactive spec.
8075
8076 * fill.el (canonically-space-region, justify-current-line): Add *
8077 to interactive spec.
8078 (fill-region-as-paragraph, fill-paragraph, fill-region)
8079 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
8080 readonly buffer in interactive spec.
8081
8082 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
8083 (backward-kill-sentence, kill-sentence): Add * to interactive
8084 spec.
8085
8086 1999-07-19 Richard M. Stallman <rms@gnu.org>
8087
8088 * dired-aux.el (dired-do-shell-command): Doc fix.
8089
8090 * shell.el (shell-unquote-argument): New function.
8091 (shell-directory-tracker): Use shell-unquote-argument.
8092 * comint.el (comint-arguments): Handle \ followed by space or tab.
8093
8094 1999-07-19 John Wiegley <jwiegley@borland.com>
8095
8096 * term.el (ansi-term-fg-faces-vector): Added support for ANSI
8097 color codes 39 and 49, which by the way lynx uses them seem to
8098 mean "foreground reset" and "background reset".
8099
8100 1999-07-19 Karl Heuer <kwzh@gnu.org>
8101
8102 * font-lock.el (c++-keywords): Add "typeid".
8103
8104 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
8105 selects no font, treat that as zero selections, not one.
8106
8107 1999-07-19 Dave Love <fx@gnu.org>
8108
8109 * info.el (Info-search): Don't lose with empty regexp.
8110
8111 * version.el: Cater for (free) `ident' program, not `which'.
8112
8113 * hl-line.el: New file.
8114
8115 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
8116 for modes which don't define menus.
8117
8118 1999-07-16 Richard M. Stallman <rms@gnu.org>
8119
8120 * webjump.el (webjump-sample-sites): Update some URLs.
8121
8122 1999-07-14 Richard Stallman <rms@gnu.org>
8123
8124 * Version 20.4 released.
8125
8126 1999-07-14 Andreas Schwab <schwab@gnu.org>
8127
8128 * compare-w.el (compare-windows): Try to find the next window in
8129 the current frame before looking at the other frames.
8130
8131 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
8132
8133 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
8134 Use cyrillic-jcuken as default input method.
8135
8136 1999-07-12 Richard Stallman <rms@gnu.org>
8137
8138 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
8139 Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
8140
8141 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
8142 (ispell-local-dictionary-alist): Add koi8-r for character set.
8143
8144 * textmodes/flyspell.el (flyspell-get-word):
8145 Add special handling for when ispell-otherchars is empty.
8146
8147 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no>
8148
8149 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
8150 when having nested functons.
8151 (pascal-indent-nested-functions) (pascal-indent-line)
8152 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
8153 indenting nested functions.
8154
8155 1999-07-09 Richard Stallman <rms@gnu.org>
8156
8157 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
8158
8159 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no>
8160
8161 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
8162 the `end' keyword was in the very beginning of the buffer.
8163
8164 1999-07-08 Richard Stallman <rms@gnu.org>
8165
8166 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
8167
8168 * term.el (term-emulate-terminal): Avoid infinite loop
8169 in strange case where minibuffer window is selected but not active.
8170
8171 1999-07-07 Stephen Eglen <stephen@gnu.org>
8172
8173 * progmodes/octave-inf.el (inferior-octave-directory-tracker):
8174 Change regexp so that it doesn't match commands beginning with `cd'.
8175
8176 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8177
8178 * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
8179
8180 1999-07-06 Richard Stallman <rms@gnu.org>
8181
8182 * hscroll.el (hscroll-minibuffer-hook): New function.
8183 (hscroll-global-mode): Add and remove that hook.
8184 Set hscroll-old-truncate-was-global's default value.
8185
8186 1999-07-05 Richard Stallman <rms@gnu.org>
8187
8188 * files.el (revert-buffer): Don't preserve point here.
8189 (revert-buffer-insert-file-contents-function): Doc fix.
8190
8191 * isearch.el (isearch-process-search-char): Write octal 200 correctly.
8192
8193 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
8194 doing a `stat' when it isn't necessary because that can cause
8195 trouble when an NFS server is down.
8196
8197 1999-07-04 Richard Stallman <rms@gnu.org>
8198
8199 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
8200
8201 1999-07-03 Richard Stallman <rms@gnu.org>
8202
8203 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
8204 for \200...\240 also.
8205 (isearch-printing-char): Use unibyte-char-to-multibyte.
8206
8207 1999-07-02 Richard Stallman <rms@gnu.org>
8208
8209 * frame.el (minibuffer-frame-alist): Use defcustom.
8210 (pop-up-frame-alist): Likewise.
8211 (initial-frame-alist): Specify * in the doc string.
8212
8213 * hscroll.el (hscroll-mode): Make it a permanent local.
8214 (hscroll-mode): Don't cancel the timer
8215 if HScroll mode is enabled in some other buffer.
8216
8217 * isearch.el (isearch-done): If search ends in middle of intangible
8218 text (due to text property), move on to the limit of that text.
8219
8220 1999-07-01 Andrew Innes <andrewi@gnu.org>
8221
8222 * man.el (Man-build-man-command): Use value of null-device,
8223 instead of hard-coding "/dev/null".
8224
8225 * dos-w32.el (untranslated-canonical-name): Avoid expanding
8226 ange-ftp file names, which might force ange-ftp to prompt for a
8227 password.
8228
8229 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
8230 to prevent references to temp files.
8231
8232 1999-06-30 Richard Stallman <rms@gnu.org>
8233
8234 * progmodes/sh-script.el (sh-feature): If nothing is known
8235 about the given shell, use the values for `sh'.
8236
8237 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de>
8238
8239 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
8240 to make it non-recursive.
8241
8242 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
8243
8244 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8245
8246 * auto-show.el (auto-show-mode): Fix Typo in :set.
8247
8248 1999-06-29 Richard M. Stallman <rms@gnu.org>
8249
8250 * progmodes/sh-script.el (sh-mode): When setting syntax
8251 table, default to the standard one.
8252
8253 1999-06-27 Richard M. Stallman <rms@gnu.org>
8254
8255 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
8256
8257 1999-06-27 Stefan Monnier <monnier@cs.yale.edu>
8258
8259 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
8260 a frame when `return' is requested (even if pop-up-frames = t)
8261 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
8262 should only be set for the bibtex buffer.
8263
8264 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
8265
8266 * progmodes/compile.el: Deal with compilation-error-screen-columns
8267 being buffer-local.
8268
8269 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8270
8271 * comint.el (comint-password-prompt-regexp): Allow "(again)".
8272
8273 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8274
8275 * cal-x.el (calendar-only-one-frame-setup): New function.
8276 * calendar.el (calendar): Call it if requested.
8277
8278 1999-06-24 Karl Heuer <kwzh@gnu.org>
8279
8280 * startup.el (iso-8859-n-locale-regexp): Doc fix.
8281
8282 1999-06-22 Richard M. Stallman <rms@gnu.org>
8283
8284 * mail/supercite.el (sc-emacs-features): Doc fix.
8285
8286 1999-06-22 Karl Heuer <kwzh@gnu.org>
8287
8288 * files.el (auto-mode-alist): Add pike-mode.
8289
8290 1999-06-20 Paul R. Eggert <eggert@twinsun.com>
8291
8292 * tar-mode.el (tar-header-block-tokenize): Don't assume that the
8293 last byte of a numeric field is a space or a NUL. Parse it as
8294 potentially part of the number. This is used by GNU tar
8295 1.12.64012 to handle larger values.
8296
8297 1999-06-20 Karl Heuer <kwzh@gnu.org>
8298
8299 * custom.el (custom-handle-keyword): Fix error message.
8300
8301 1999-06-18 Andrew Innes <andrewi@gnu.org>
8302
8303 * mail/smtpmail.el (smtpmail-send-it): Use
8304 convert-standard-filename to make file names for queued mail safe
8305 on Windows (`:' is invalid in file names on Windows).
8306
8307 1999-06-17 Kenichi Handa <handa@etl.go.jp>
8308
8309 * international/mule-cmds.el (describe-current-input-method):
8310 Current-input-method is string.
8311 (toggle-input-method): Docstring fixed.
8312
8313 * international/mule-diag.el
8314 (describe-current-coding-system-briefly): Fix format string.
8315
8316 * international/mule-util.el (coding-system-eol-type-mnemonic):
8317 Docstring modified. Return a string.
8318
8319 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch>
8320
8321 * sql.el (sql-input-ring-file-name): Doc fix.
8322
8323 1999-06-17 Richard M. Stallman <rms@gnu.org>
8324
8325 * calendar/cal-x.el (special-display-buffer-names):
8326 Don't put (get-file-buffer diary-file) on this list.
8327
8328 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov>
8329
8330 * play/mpuz.el (mpuz-try-proposal): Fix message call.
8331 Don't penalize player for certain impossible guesses.
8332
8333 1999-06-16 Andrew Innes <andrewi@gnu.org>
8334
8335 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
8336 return the string "Unk 0 0000" so at least it appears to be a
8337 valid timestamp to `dired-move-to-filename-regexp'.
8338
8339 1999-06-15 Ken'ichi Handa <handa@gnu.org>
8340
8341 * ps-print.el (ps-control-character): Fix previous change.
8342
8343 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8344
8345 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
8346 multiple output of the last message.
8347
8348 1999-06-14 Eli Zaretskii <eliz@gnu.org>
8349
8350 * term/internal.el (IT-display-table-setup): Do not remap \222 to
8351 the ASCII apostrophe, as most DOS codepages have some other glyph
8352 there.
8353
8354 1999-06-14 Ken'ichi Handa <handa@gnu.org>
8355
8356 * language/ethio-util.el (setup-ethiopic-environment-internal):
8357 Use quail-activate-hook instead of obsolete hook quail-mode-hook.
8358 (exit-ethiopic-environment): Likewize.
8359
8360 1999-06-12 Richard M. Stallman <rms@gnu.org>
8361
8362 * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
8363
8364 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8365
8366 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
8367 custom-initialize-default to avoid infinite loop.
8368 (crisp-mode): (defun) Call transient-mark-mode here, not when
8369 loading the file. Run crisp-mode-hook here, and run
8370 crisp-load-hook when loading the file.
8371
8372 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
8373 rmail-summary buffer, search for pattern in rmail-file.
8374
8375 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
8376
8377 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
8378
8379 * ps-print.el (ps-printer-name): Fix custom type.
8380
8381 1999-06-12 Reto Zimmermann <reto@synopsys.com>
8382
8383 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
8384 (vhdl-port-paste-generic-map): Fix indentation bug.
8385 (vhdl-port-paste-port-map): Fix indentation bug.
8386 (vhdl-scan-file-contents): Make scanning case insensitive.
8387
8388 1999-06-11 Richard M. Stallman <rms@gnu.org>
8389
8390 * files.el (write-file): When buffer is not already visiting a file,
8391 don't put buffer name in the minibuffer, just make it the default.
8392 Also handle just directory as arg usefully in that case.
8393
8394 * simple.el (sendmail-user-agent-compose):
8395 Ignore case when inserting the rest of the "other" headers.
8396
8397 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n.
8398
8399 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
8400 (info-lookup-interactive-arguments): Never insert the default
8401 into the minibuffer automatically.
8402
8403 * emacs-lisp/cl-extra.el (getf): Don't call get*.
8404
8405 1999-06-09 Richard M. Stallman <rms@gnu.org>
8406
8407 * simple.el (shell-command): Avoid printing "mark set" message.
8408
8409 1999-06-09 Dave Love <fx@gnu.org>
8410
8411 * progmodes/compile.el (compilation-error-regexp-alist): Allow
8412 digits in program name in first pattern.
8413
8414 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de>
8415
8416 * vc.el (vc-dired-mode): Don't match anything before the date in
8417 dired-move-to-filename-regexp.
8418
8419 1999-06-07 Ken'ichi Handa <handa@gnu.org>
8420
8421 * international/quail.el (quail-define-rules): Fix typo in
8422 docstring.
8423
8424 1999-06-05 Stephen Eglen <stephen@gnu.org>
8425
8426 * iswitchb.el (iswitchb-default-keybindings): Add
8427 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
8428 than when package is loaded.
8429
8430 1999-06-04 Richard M. Stallman <rms@gnu.org>
8431
8432 * startup.el (command-line): Don't set user-init-file directly;
8433 tell `load' to set it.
8434
8435 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
8436
8437 * simple.el (next-history-element):
8438 Handle minibuffer-text-before-history properly when reading sexps.
8439
8440 * disp-table.el (standard-display-european):
8441 For an interactive call by the user,
8442 don't set enable-multibyte-characters,
8443 and don't set the terminal coding system.
8444
8445 * textmodes/refbib.el: Don't print any messages or display
8446 a buffer when loading the library.
8447 (r2b-help): Doc fix.
8448 (r2b-help-message): Update the documentation.
8449 (r2b-load-quietly): Variable deleted.
8450 (r2b-convert-buffer): Doc fix.
8451
8452 1999-06-04 Dave Love <fx@gnu.org>
8453
8454 * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
8455
8456 * auto-show.el: Don't change hooks on loading.
8457 (auto-show-mode): Autoload. Default to nil. Add :set &c.
8458 (auto-show-mode): Add to hooks here.
8459
8460 1999-06-04 Richard Sharman <rsharman@pobox.com>
8461
8462 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
8463 recursion on bogus input.
8464
8465 1999-06-04 Eric M. Ludlam <zappo@ultranet.com>
8466
8467 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
8468 does not select a buffer from the buffers menu, then the attached
8469 frame is not switched to anything.
8470
8471 1999-06-03 Ken'ichi Handa <handa@gnu.org>
8472
8473 * language/vietnamese.el (ccl-encode-vscii): Typo fixed
8474 (viet-viscii-...->viet-vscii...).
8475
8476 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
8477
8478 1999-06-01 Dave Love <fx@gnu.org>
8479
8480 * progmodes/fortran.el: Add :link to defgroup.
8481 (fortran-blink-matching-if): Match ELSE statements too.
8482 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
8483 that filling is always done.
8484
8485 1999-05-31 Richard M. Stallman <rms@gnu.org>
8486
8487 * simple.el (append-next-kill): Use an arg to distinguish
8488 interactive calls from Lisp calls, rather than (interactive-p).
8489
8490 * international/iso-transl.el (iso-transl-language-alist):
8491 Interchange n and N.
8492
8493 1999-05-31 Dave Love <fx@gnu.org>
8494
8495 * msb.el Add to minor-mode-map-alist. Remove hook installation
8496 and keymap munging on load.
8497 (msb-mode): New option.
8498 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
8499 Doc fix.
8500 (msb-mode-map): New variable.
8501 (msb-mode): New command.
8502
8503 1999-05-31 Dave Love <fx@gnu.org>
8504
8505 * ispell.el: (ispell-alternate-dictionary): Fix custom type.
8506 (ispell-complete-word-dict): Likewise.
8507
8508 1999-05-31 Eli Zaretskii <eliz@gnu.org>
8509
8510 * forms.el (forms-save-buffer): Call set-buffer-modified-p to
8511 force the data buffer to be saved, even if the data didn't
8512 change, in case the write filter was modified. Restore the
8513 current record after read-file-filter finishes.
8514
8515 1999-05-29 Karl Heuer <kwzh@gnu.org>
8516
8517 * ispell4.el: Obsolete; file deleted.
8518
8519 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
8520
8521 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
8522 VALUE is a syntax table.
8523
8524 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
8525
8526 * simple.el (zap-to-char): Doc fix.
8527
8528 1999-05-27 Ken'ichi Handa <handa@gnu.org>
8529
8530 * isearch.el (isearch-quote-char): Don't assume character codes
8531 0200 - 0237 stand for characters in some single-byte character
8532 charset.
8533
8534 1999-05-27 Dave Love <fx@gnu.org>
8535
8536 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
8537
8538 1999-05-27 Andreas Schwab <schwab@gnu.org>
8539
8540 * dired-aux.el (dired-insert-subdir-doinsert): Check that the
8541 headerline does not exist already.
8542
8543 1999-05-26 Richard Stallman <rms@gnu.org>
8544
8545 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
8546 Avoid nested null-loops.
8547
8548 1999-05-26 Ken'ichi Handa <handa@gnu.org>
8549
8550 * international/characters.el: Typo fixed; prefered->preferred.
8551
8552 * international/mule-cmds.el (find-coding-systems-for-charsets):
8553 Typo fixed; prefered->preferred.
8554
8555 * map-ynp.el (map-y-or-n-p): Don't inherit the current input
8556 method in read-event.
8557
8558 * international/mule.el (charset-info): Doc-string fixed.
8559
8560 1999-05-25 Ken'ichi Handa <handa@gnu.org>
8561
8562 * mail/smtpmail.el (smtpmail-send-it): Bind
8563 smtpmail-code-conv-from properly.
8564 (smtpmail-send-data-1): If DATA is a multibyte string, encode it
8565 by smtpmail-code-conv-from.
8566
8567 1999-05-24 Richard Stallman <rms@gnu.org>
8568
8569 * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
8570 Binding deleted also.
8571
8572 1999-05-24 Karl Heuer <kwzh@gnu.org>
8573
8574 * comint.el (comint-bol-or-process-mark): Doc fix.
8575
8576 1999-05-23 Dave Love <fx@gnu.org>
8577
8578 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
8579 Enter it on minor-mode-map-alist.
8580 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed.
8581 Autoload. Add custom setter.
8582 (crisp-mark-line): Doc fix.
8583 (crisp-mode): Autoload. Re-write not to frob keymaps directly.
8584 (crisp-mode-hook): Define.
8585
8586 1999-05-23 Ken'ichi Handa <handa@gnu.org>
8587
8588 * files.el (recover-file): Recover buffer-file-coding-system.
8589
8590 1999-05-22 Richard Stallman <rms@gnu.org>
8591
8592 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
8593 regexp match the date, to avoid treating date as file size.
8594 Add YYYY S option to WESTERN/
8595
8596 * bookmark.el: Delete some XEmacs compatibility code.
8597 (bookmark-jump-noselect): Check vc-backend.
8598
8599 * subr.el (add-to-list): Doc fix.
8600
8601 1999-05-21 Stephen Eglen <stephen@gnu.org>
8602
8603 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
8604
8605 1999-05-18 Richard Stallman <rms@gnu.org>
8606
8607 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
8608 non-space after the @anchor command.
8609 (texinfo-format-var): Handle other nested constructs, using
8610 texinfo-parse-expanded-arg and texinfo-discard-command, not
8611 texinfo-parse-arg-discard.
8612
8613 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
8614 (debug): Bind and use debugger-outer-inhibit-redisplay.
8615 Bind inhibit-redisplay to nil.
8616 (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
8617
8618 1999-05-17 Dave Love <fx@gnu.org>
8619
8620 * help.el (describe-function-1): Extra arg, interactive-p.
8621 (describe-key, describe-function): Use it.
8622
8623 1999-05-17 Karl Heuer <kwzh@gnu.org>
8624
8625 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
8626
8627 1999-05-16 Dave Love <fx@gnu.org>
8628
8629 * cus-start.el (all): Delete selective-display. Add scroll-margin,
8630 scroll-preserve-screen-position, scroll-conservatively.
8631
8632 1999-05-16 Dave Love <fx@gnu.org>
8633
8634 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
8635
8636 1999-05-15 Reto Zimmermann <reto@Synopsys.COM>
8637
8638 * progmodes/vhdl-mode.el: Completely revised and massively extended.
8639
8640 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8641
8642 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
8643 magic number and is not associated with a file.
8644
8645 1999-05-14 Richard M. Stallman <rms@gnu.org>
8646
8647 * files.el (find-file-noselect-1): Fix previous change.
8648
8649 1999-05-14 Simon Marshall <simon@gnu.org>
8650
8651 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
8652
8653 1999-05-13 Ken'ichi Handa <handa@gnu.org>
8654
8655 * international/mule-diag.el (mule-diag): Change MULE to Mule in
8656 docstring.
8657
8658 * international/mule-cmds.el: Change MULE to Mule in docstrings
8659 and menus.
8660
8661 1999-05-10 Kenichi HANDA <handa@etl.go.jp>
8662
8663 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
8664 to correctly reflect the value of BaseLineOffset in
8665 RelativeCompose. Now the value of RelativeCompose is an array of
8666 low and high positions.
8667 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
8668 RLC for the above change.
8669
8670 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org>
8671
8672 * comint.el (comint-password-prompt-regexp): Modified to match the
8673 output of ksu and ssh-add.
8674
8675 1999-05-11 Kenichi HANDA <handa@etl.go.jp>
8676
8677 * language/korea-util.el (isearch-toggle-korean-input-method):
8678 Adjusted for the change of input method handling in isearch.el.
8679 (isearch-hangul-switch-symbol-ksc): Likewise.
8680 (isearch-hangul-switch-hanja): Likewise.
8681
8682 1999-05-10 Dave Love <fx@gnu.org>
8683
8684 * help.el (help-make-xrefs): Fix typo.
8685
8686 1999-05-10 Andreas Schwab <schwab@gnu.org>
8687
8688 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
8689 unibyte-display-via-language-environment.
8690
8691 * help.el (help-make-xrefs): Handle more cases when looking for
8692 commands in a keymap description.
8693
8694 1999-05-10 Eli Zaretskii <eliz@gnu.org>
8695
8696 * loadup.el: For ms-dos systems, load ccl and codepage.
8697
8698 1999-05-09 Ken'ichi Handa <handa@gnu.org>
8699
8700 * ps-print.el (ps-control-character): Call
8701 ps-mule-prepare-ascii-font to setup ASCII fonts.
8702
8703 * ps-mule.el (ps-mule-begin-job): Redo this change "if
8704 ps-multibyte-buffer is nil, use
8705 ps-mule-font-info-database-default."
8706
8707 1999-05-08 Ken Stevens <k.stevens@ieee.org>
8708
8709 * ispell.el (ispell-local-dictionary-alist): New variable for
8710 customizing local dictionaries not accessable by everyone.
8711 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
8712 (ispell-required-version): Changed format `(major minor
8713 revision)' to support general pattern matching.
8714 (ispell-tex-skip-alists): AMS Tex block comment and `\author'
8715 skip region commented out due to incorrect skip potential in std latex.
8716 (ispell-word): Removed `when' macro. Fixed bug of not restoring
8717 cursor point on small words for calls from `ispell-minor-mode'.
8718 (check-ispell-version): Tests and accepts versions major.minor
8719 and above, with adjustments for interactions in 3.1.0-3.1.11.
8720 (ispell-get-line): No longer skips ispell process special characters.
8721 (ispell-comments-and-strings): Removed `when' macro call.
8722 (ispell-minor-check): Requires ispell-word to restore cursor point.
8723 (ispell-buffer-local-parsing): Supports checking comments only.
8724
8725 1999-05-08 Karl Heuer <kwzh@gnu.org>
8726
8727 * comint.el (comint-password-prompt-regexp): Fix last change to be
8728 more specific.
8729
8730 1999-05-07 Richard M. Stallman <rms@gnu.org>
8731
8732 * subr.el (with-temp-message): Fix the other call to message
8733 to use %s.
8734
8735 1999-05-07 Michael Ernst <mernst@alum.mit.edu>
8736
8737 * gud.el (gud-format-command): "%F" means file sans extension.
8738 (jdb): Use %F, not %f, for gud-break.
8739
8740 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org>
8741
8742 * comint.el (comint-password-prompt-regexp): Modified so that it
8743 matches the output of kinit.
8744
8745 1999-05-06 Greg Stark <gsstark@mit.edu>
8746
8747 * timezone.el (timezone-parse-date): Recognize new format used in
8748 internet cookies.
8749
8750 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu>
8751
8752 * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
8753
8754 1999-05-04 Andrew Innes <andrewi@gnu.org>
8755
8756 * time.el (display-time-update): Allow for wrap-around when
8757 checking against display-time-server-down-time.
8758
8759 1999-05-04 Ken'ichi Handa <handa@gnu.org>
8760
8761 * international/mule-diag.el (describe-coding-system): Fix English
8762 message.
8763
8764 1999-05-03 Jason Rumney <jasonr@altavista.net>
8765
8766 * term/w32-win.el: Change the x-charset-registry property for the
8767 Japanese charsets that are supported by Japanese Windows fonts.
8768
8769 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8770
8771 * diary-lib.el (diary-remind): Rewritten to behave sensibly for
8772 diary-block diary entries for which the reminders and the diary
8773 entries can overlap.
8774
8775 1999-05-02 Jason Rumney <jasonr@altavista.net>
8776
8777 * term/w32-win.el (mouse-set-font): Ensure constructed fontset
8778 matches the font selected in the dialog.
8779
8780 1999-05-02 Dave Love <fx@gnu.org>
8781
8782 * browse-url.el (browse-url-browser-function): Add :version.
8783
8784 * international/mule.el (auto-coding-alist): Add .tgz.
8785
8786 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il>
8787
8788 * international/codepage.el (cp-coding-system-for-codepage-1):
8789 Make the magnification parameter for the -dos encoder be 2.
8790
8791 1999-05-2 Andrew Innes <andrewi@gnu.org>
8792
8793 * term/w32-win.el (w32-drag-n-drop): Select file in window where
8794 it is dropped, rather than current window.
8795
8796 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
8797 after switching buffer, as case-fold-search is a buffer local
8798 variable.
8799
8800 * w32-fns.el (convert-standard-filename): Only convert directory
8801 separators to backslash if the interactive shell is one of the
8802 standard Windows shells that has DOS semantics.
8803
8804 * ls-lisp.el (ls-lisp-format-time): Trap errors from
8805 format-time-string, and return a suitable string to indicate the
8806 timestamp was invalid.
8807
8808 * hexl.el (hexlify-command): Apply shell-quote-argument after
8809 expanding hexl-program in case exec-directory contains a space.
8810 (dehexlify-command): Ditto.
8811
8812 * dos-w32.el (file-name-buffer-file-type-alist): Remove various
8813 file extension regexps which aren't necessarily binary files.
8814 (direct-print-region-helper): Use subst-char-in-string instead of
8815 binding directory-sep-char to convert filenames to DOS syntax.
8816 (direct-print-region-use-command-dot-com): New variable.
8817 (direct-print-region-helper): Use it to control whether to invoked
8818 command.com to print on Windows 9x.
8819
8820 * browse-url.el (browse-url-browser-function): Default to
8821 browse-url-default-windows-browser on windows-nt.
8822 (browse-url-default-windows-browser): New function.
8823
8824 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il>
8825
8826 * forms.el (forms-mode): Don't call forms-first-record or
8827 forms-last-record if the data file has zero records.
8828
8829 1999-04-29 Richard M. Stallman <rms@gnu.org>
8830
8831 * files.el (find-file-noselect-1): If buffer-file-name has changed
8832 after find-file-not-found-hooks runs, recompute the truename.
8833 And don't use FILENAME after that point.
8834
8835 1999-04-27 Dave Love <fx@gnu.org>
8836
8837 * paren.el (show-paren-mode)
8838 * which-func.el (which-func-mode-global)
8839 * type-break.el (type-break-mode)
8840 * time.el (display-time-mode)
8841 * rsz-mini.el (resize-minibuffer-mode)
8842 * mouse-sel.el (mouse-sel-mode)
8843 * icomplete.el (icomplete-mode)
8844 * hscroll.el (hscroll-global-mode)
8845 * help.el (temp-buffer-resize-mode)
8846 * font-lock.el (global-font-lock-mode)
8847 * delsel.el (delete-selection-mode)
8848 * avoid.el (mouse-avoidance-mode)
8849 * autoinsert.el (auto-insert-mode)
8850 * winner.el (winner-mode): Doc fix.
8851
8852 1999-04-26 Karl Heuer <kwzh@gnu.org>
8853
8854 * mail/rmail.el (rmail-next-same-subject): When searching, ignore
8855 the same whitespace that was ignored in choosing the subject string.
8856
8857 1999-04-26 Richard M. Stallman <rms@gnu.org>
8858
8859 * info.el (Info-find-node): Position properly after finding anchor.
8860
8861 * cus-start.el (all): Handle unibyte-display-via-language-environment.
8862
8863 * simple.el (indent-new-comment-line): Fix previous change.
8864
8865 * complete.el: Delete the wildcard expansion feature
8866 since that is now standard in find-file.
8867 (PC-try-load-many-files): Function deleted.
8868 (PC-after-load-many-files): Function deleted.
8869 (PC-many-files-list): Variable deleted.
8870 (PC-disable-wildcards): Variable deleted.
8871 (partial-completion-mode): Don't enable the wildcard feature.
8872
8873 * complete.el (PC-look-for-include-file): Don't set global variables
8874 `error', `buf' and `filename' here.
8875
8876 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
8877
8878 1999-04-26 John Wiegley <johnw@oneworld.new-era.com>
8879
8880 * textmodes/outline.el (outline-regexp): Doc fix.
8881
8882 1999-04-26 John Wiegley <johnw@borland.com>
8883
8884 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
8885 C++Builder 4.0 error message syntax.
8886
8887 1999-04-26 Mark Diekhans <markd@Grizzly.COM>
8888
8889 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
8890 supported, use find -exec.
8891
8892 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
8893
8894 * textmodes/texinfmt.el (texinfo-format-buffer): Bind
8895 coding-system-for-write, to avoid hanging when non-interactive.
8896
8897 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
8898
8899 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
8900 start with a newline.
8901
8902 1999-04-13 Ken'ichi Handa <handa@gnu.org>
8903
8904 * international/mule-conf.el (x-ctext): New coding system.
8905
8906 1999-04-12 Richard M. Stallman <rms@gnu.org>
8907
8908 * international/mule-cmds.el (input-method-function):
8909 Add permanent-local property.
8910
8911 1999-04-12 Dave Love <fx@gnu.org>
8912
8913 * jka-compr.el (jka-compr-insert-file-contents): Fix previous
8914 change to use jka-compr-byte-compiler-base-file-name.
8915
8916 * supercite.el (sc-scan-info-alist): Revert last change.
8917 (sc-attrib-selection-list): Fix :type here instead.
8918
8919 1999-04-11 Eli Zaretskii <eliz@gnu.org>
8920
8921 * international/mule.el (auto-coding-alist-lookup): Include ms-dos
8922 in the list of case-insensitive filesystems.
8923
8924 1999-04-09 Kenichi Handa <handa@etl.go.jp>
8925
8926 * international/fontset.el (create-fontset-from-fontset-spec):
8927 Don't register duplicated alias fontset names.
8928
8929 1999-04-08 Richard Stallman <rms@gnu.org>
8930
8931 * international/mule.el (auto-coding-alist-lookup): New function.
8932 (set-auto-coding): Use auto-coding-alist-lookup.
8933
8934 * jka-compr.el (jka-compr-insert-file-contents):
8935 Use auto-coding-alist-lookup to check for files that
8936 should not have eol conversion, in the unibyte case.
8937
8938 1999-04-07 Dave Love <fx@gnu.org>
8939
8940 * help.el (describe-variable): Check custom-loads property as well
8941 as custom-type.
8942
8943 * abbrev.el (abbrev-mode): Customizing sets the default value.
8944
8945 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de>
8946
8947 * vc.el (vc-backend-revert): For CVS files that were made
8948 writeable with "cvs edit", call "cvs unedit" to undo that.
8949
8950 1999-04-08 Dave Love <fx@gnu.org>
8951
8952 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
8953 more.
8954 (sc-emacs-features): Recognize Emacs 20.
8955 (sc-read-string): Use history arg.
8956 (sc-scan-info-alist): Check for rtnvalue a cons.
8957
8958 1999-04-08 Kenichi HANDA <handa@etl.go.jp>
8959
8960 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
8961 coding system to encode the message by
8962 select-message-coding-system.
8963
8964 1999-04-07 Richard Stallman <rms@gnu.org>
8965
8966 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
8967
8968 * winner.el: Reorder definitions.
8969
8970 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
8971
8972 * mail/rmail.el (rmail-decode-babyl-format):
8973 Undo previous change.
8974
8975 1999-04-06 Richard Stallman <rms@gnu.org>
8976
8977 * info.el (Info-find-node): Check for an anchor at the
8978 proper place, before reading an indirect file.
8979
8980 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
8981
8982 * jka-compr.el (jka-compr-insert-file-contents):
8983 Use raw-text-unix when we want no conversion.
8984
8985 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
8986
8987 * timezone.el (timezone-parse-date): Corrected regexp for
8988 style (5) date format so that tenths of seconds are optional.
8989
8990 1999-04-05 Eli Zaretskii <eliz@gnu.org>
8991
8992 * term/internal.el (dos-cpNNN-setup): New function, with the guts
8993 of dos-codepage-setup.
8994 (cjk-codepages-alist): New variable, an alist of Far-Eastern
8995 codepages for which there's no need to set up cpNNN coding
8996 systems.
8997 (dos-codepage-setup): Support Far-Eastern DOS terminals.
8998
8999 1999-04-05 Richard Stallman <rms@gnu.org>
9000
9001 * mail/rmail.el (rmail-ignored-headers): Doc fix.
9002
9003 1999-04-02 Richard Stallman <rms@gnu.org>
9004
9005 * progmodes/compile.el (compilation-handle-exit): Do right thing
9006 if (car status) doesn't end in a newline.
9007
9008 1999-04-01 Dave Love <fx@gnu.org>
9009
9010 * progmodes/sql.el (SQL): Add defgroup :version.
9011
9012 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
9013
9014 * emacs-lisp/bytecomp.el (byte-compile-file): Clear
9015 buffer-file-coding-system. If the coding system used is raw-text,
9016 etc., make the *Compiler Input* buffer unibyte.
9017
9018 * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
9019
9020 * loadup.el: Don't write the fns-...el file if not dumping.
9021
9022 1999-03-31 Dave Love <fx@gnu.org>
9023
9024 * snmp-mode.el (snmp): Fix defgroup :version.
9025
9026 * hilit-chg.el (highlight-changes): Add defgroup :version.
9027
9028 1999-03-31 Andreas Schwab <schwab@gnu.org>
9029
9030 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
9031 the gnus-save-hidden-threads macro.
9032
9033 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk>
9034
9035 * faces.el (face-set-after-frame-default): Obey the
9036 `customized-face' for new faces.
9037
9038 1999-03-30 Dave Love <fx@gnu.org>
9039
9040 * international/mule-cmds.el (current-language-environment): Doc fix.
9041 * abbrev.el (abbrev-mode): Doc fix.
9042 * autoinsert.el (auto-insert-mode): Doc fix.
9043 * complete.el (partial-completion-mode): Doc fix.
9044 * avoid.el (mouse-avoidance-mode): Doc fix.
9045 * delsel.el (delete-selection-mode): Doc fix.
9046 * font-lock.el (global-font-lock-mode): Doc fix.
9047 * help.el (temp-buffer-resize-mode): Doc fix.
9048 * hscroll.el (hscroll-global-mode): Doc fix.
9049 * icomplete.el (icomplete-mode): Doc fix.
9050 * mouse-sel.el (mouse-sel-mode): Doc fix.
9051 * paren.el (show-paren-mode): Doc fix.
9052 * rsz-mini.el (resize-minibuffer-mode): Doc fix.
9053 * time.el (display-time-mode): Doc fix.
9054 * type-break.el (type-break-mode): Doc fix.
9055 * which-func.el (which-func-mode-global): Doc fix.
9056 * winner.el (winner-mode): Doc fix.
9057
9058 1999-03-30 Michael Ernst <mernst@alum.mit.edu>
9059
9060 * wid-edit.el (widget-before-change): Signal text-read-only rather
9061 than an ordinary error.
9062
9063 1999-03-30 Richard M. Stallman <rms@gnu.org>
9064
9065 * repeat.el: Don't require advice.
9066 (repeat): Do function-indirection in check for kbd macro.
9067 In self-insert case, use the *last* char in INSERTION.
9068
9069 1999-03-30 Karl Heuer <kwzh@gnu.org>
9070
9071 * progmodes/cc-cmds.el (c-indent-command): Doc fix.
9072
9073 1999-03-29 Andreas Schwab <schwab@gnu.org>
9074
9075 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
9076 comint-input-filter-functions. Make variables related to shell
9077 directory tracking local.
9078
9079 1999-03-26 Andreas Schwab <schwab@gnu.org>
9080
9081 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
9082
9083 * simple.el (shell-command-on-region): Cope with exit-status being
9084 nil, which happens if call-process-region was interrupted.
9085
9086 1999-03-26 Richard M. Stallman <rms@gnu.org>
9087
9088 * simple.el (indent-new-comment-line): Handle use at a point
9089 after a comment-end. Handle multiple comments.
9090
9091 * mail/rmail.el (rmail-decode-babyl-format):
9092 To prevent locking, bind buffer-file-name to nil.
9093
9094 1999-03-26 Karl Fogel <kfogel@red-bean.com>
9095
9096 * mail-hist.el (mail-hist-current-header-name): Don't make
9097 off-by-one-error when determining if in message body.
9098
9099 1999-03-25 Andrew Innes <andrewi@gnu.org>
9100
9101 * w32-fns.el (set-default-process-coding-system): Copied from
9102 dos-w32.el, but modified to use Unix line endings for process
9103 input, and to add a suitable entry to process-coding-system-alist
9104 for DOS shells.
9105
9106 * dos-fns.el (set-default-process-coding-system): Copied from
9107 dos-w32.el.
9108
9109 * dos-w32.el (set-default-process-coding-system): Move function to
9110 dos-fns.el; a different version is used in w32-fns.el.
9111
9112 1999-03-24 Dave Love <fx@gnu.org>
9113
9114 * info.el (Info-directory-list): Revert change to re-writing
9115 Info-default-directory-list, but put `alternative' first.
9116 (Info-insert-dir): Modify selecting the top dir file as a consequence.
9117
9118 1999-03-23 Simon Marshall <simon@gnu.org>
9119
9120 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
9121 on the line by itself.
9122 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if
9123 it is not in a declarative context.
9124
9125 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk>
9126
9127 * cus-edit.el (custom-variable-prompt): Allow customization of
9128 autoloaded symbols.
9129
9130 1999-03-22 Kenichi HANDA <handa@etl.go.jp>
9131
9132 * simple.el (what-cursor-position): Don't cause error when point
9133 is at invalid multibyte sequence.
9134
9135 1999-03-21 Karl Heuer <kwzh@gnu.org>
9136
9137 * complete.el (partial-completion-mode): Doc fix.
9138
9139 1999-03-19 Richard M. Stallman <rms@gnu.org>
9140
9141 * progmodes/cplus-md.el (old-c++): Remove :group.
9142
9143 * progmodes/c-mode.el (old-c): Remove :group.
9144
9145 1999-03-18 Simon Marshall <simon@gnu.org>
9146
9147 * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
9148 (java-font-lock-keywords-2): Added "strictfp" keyword.
9149
9150 1999-03-17 Jason Rumney <jasonr@altavista.net>
9151
9152 * w32-fns.el (set-w32-system-coding-system) New function.
9153 (w32-system-coding-system) Initialize to 'iso-latin-1.
9154
9155 1999-03-17 Eli Zaretskii <eliz@gnu.org>
9156
9157 * international/mule-cmds.el (set-language-environment): Fix
9158 previous change: don't use dos-codepage when unbound.
9159
9160 1999-03-17 Karl Heuer <kwzh@gnu.org>
9161
9162 * calendar/appt.el (appt-make-list): Fix previous change.
9163
9164 1999-03-16 Richard M. Stallman <rms@gnu.org>
9165
9166 * window.el (shrink-window-if-larger-than-buffer):
9167 Don't try to redisplay with the cursor at the end
9168 on its own line--that would force a scroll and spoil things.
9169
9170 1999-03-16 Eli Zaretskii <eliz@gnu.org>
9171
9172 * international/mule-cmds.el (set-language-environment): Don't use
9173 cpNNN-nonascii-translation-table if it is unbound.
9174
9175 * term/internal.el (dos-codepage-setup): Compute the unibyte
9176 syntax table and bind unibyte-display-via-language-environment
9177 here, rather than at top level, so that resetting to unibyte in
9178 .emacs works as expected.
9179
9180 1999-03-15 Simon Marshall <simon@gnu.org>
9181
9182 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
9183
9184 1999-03-14 Milan Zamazal <pdm@pvt.net>
9185
9186 * abbrev.el (inverse-add-abbrev): Inherit the current input method.
9187
9188 1999-03-14 Kenichi Handa <handa@etl.go.jp>
9189
9190 * international/mule-util.el (detect-coding-with-priority):
9191 Restore the internal database.
9192
9193 1999-03-14 Stephen Eglen <stephen@gnu.org>
9194
9195 * mail/sendmail.el (sendmail-send-it): Fix typo in error string
9196 if mail-from-style has invalid value.
9197
9198 1999-03-12 Karl Heuer <kwzh@gnu.org>
9199
9200 * vc.el (vc-delete-logbuf-window): New var.
9201 (vc-finish-logentry): Use it.
9202
9203 1999-03-12 Richard M. Stallman <rms@gnu.org>
9204
9205 * startup.el (command-line-1): Improve startup msg.
9206
9207 1999-03-12 Eric M. Ludlam <zappo@ultranet.com>
9208
9209 * speedbar.el: Added commentary about stealthy functions.
9210 (speedbar-message) new function.
9211 (speedbar-y-or-n-p): New function
9212 (speedbar-with-attached-buffer) Moved macro before reference.
9213 Now uses `save-selected-window'.
9214 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
9215 speedbar-generic-item-info, speedbar-item-info-file-helper,
9216 speedbar-item-delete, speedbar-insert-generic-list,
9217 speedbar-timer-fn, speedbar-check-vc-this-line,
9218 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
9219 speedbar-buffers-item-info) Use speedbar-message.
9220 (speedbar-item-info) Limit `message-log-max'.
9221 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
9222 speedbar-item-delete, speedbar-item-object-delete,
9223 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
9224
9225 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp>
9226
9227 * server.el (server-start): Set coding system for the server
9228 process to raw-text.
9229 (server-process-filter): Decode file names if necessary.
9230
9231 1999-03-12 Dave Love <fx@gnu.org>
9232
9233 * textmodes/fill.el (sentence-end-double-space): Doc fix.
9234
9235 * textmodes/paragraphs.el (sentence-end): Doc fix.
9236
9237 1999-03-11 Karl Heuer <kwzh@gnu.org>
9238
9239 * comint.el (comint-password-prompt-regexp): Accept "login password:"
9240
9241 1999-03-09 Karl Heuer <kwzh@gnu.org>
9242
9243 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
9244 (ispell-dictionary-alist-2): Likewise.
9245 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
9246 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
9247 (ispell-dictionary-alist): Build from six pieces, not just two.
9248
9249 * ps-bdf.el (bdf-directory-list): Doc fix.
9250
9251 * enriched.el (enriched-mode): Make var permanent-local.
9252
9253 1999-03-09 Dave Love <fx@gnu.org>
9254
9255 * textmodes/sgml-mode.el (html-mode): Use
9256 sentence-end-double-space when setting sentence-end.
9257
9258 1999-03-09 Ken'ichi Handa <handa@gnu.org>
9259
9260 * language/thai.el (tis-620): New alias coding system for thai-tis620.
9261
9262 1999-03-08 Felix Lee <flee@cygnus.com>
9263
9264 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
9265
9266 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
9267
9268 1999-03-08 Karl Heuer <kwzh@gnu.org>
9269
9270 * dired-aux.el (dired-do-copy-regexp): Doc fix.
9271 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
9272
9273 * dired.el (dired-do-copy-regexp): Doc fix.
9274 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
9275
9276 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com>
9277
9278 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
9279
9280 1999-03-08 Jason Rumney <jasonr@altavista.net>
9281
9282 * international/codepage.el (cp1250-decode-table)
9283 (cp1251-decode-table, cp1253-decode-table)
9284 (cp1257-decode-table): New translation tables for MS Windows codepages.
9285 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
9286
9287 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
9288
9289 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
9290
9291 1999-03-07 Eli Zaretskii <eliz@gnu.org>
9292
9293 * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
9294
9295 * term/internal.el (top level): Display character 255 as 8bit as well.
9296
9297 1999-03-06 Dave Love <fx@gnu.org>
9298
9299 * progmodes/cc-cmds.el (c-outline-level): Bind
9300 buffer-invisibility-spec.
9301
9302 * progmodes/c-mode.el (c-outline-level): Likewise.
9303
9304 * progmodes/ada-mode.el (ada-outline-level): Likewise.
9305
9306 1999-03-05 Felix Lee <flee@cygnus.com>
9307
9308 * textmodes/outline.el (outline-get-last-sibling): Doc fix.
9309
9310 1999-03-05 Richard M. Stallman <rms@gnu.org>
9311
9312 * bindings.el (complete-symbol): Invert meaning of prefix arg.
9313
9314 1999-03-05 Andrew Innes <andrewi@gnu.org>
9315
9316 * w32-fns.el (convert-standard-filename): Convert directory
9317 separators to Windows format.
9318
9319 1999-03-05 Andreas Schwab <schwab@gnu.org>
9320
9321 * international/skkdic-cnv.el: Provide skkdic-cnv.
9322 (skkdic-convert): Emit code to require skkdic-cnv at compile time.
9323 (batch-skkdic-convert): Doc fix.
9324
9325 1999-03-04 Dave Love <fx@gnu.org>
9326
9327 * custom.el (custom-set-variables): Protect against setter errors.
9328
9329 1999-03-04 Eli Zaretskii <eliz@gnu.org>
9330
9331 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
9332 the file sizes from overflowing.
9333 (ls-lisp-format): If file size is a float, use %8.0f to print it.
9334 Under -s, print the size in blocks with %4.0f, in case they have
9335 a *really* huge file.
9336
9337 1999-03-03 Dave Love <fx@gnu.org>
9338
9339 * options.el (edit-options): Doc fix.
9340 (list-options): Don't lose with unbound symbols. Maintain
9341 Edit-options-mode.
9342
9343 1999-03-01 Dave Love <fx@gnu.org>
9344
9345 * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
9346
9347 1999-02-28 Richard M. Stallman <rms@gnu.org>
9348
9349 * ispell.el (ispell-dictionary-alist-override): New variable.
9350 (ispell-dictionary-alist): Don't setq it,
9351 if ispell-dictionary-alist-override is set.
9352
9353 * simple.el (shell-command-default-error-buffer): Renamed from
9354 shell-command-on-region-default-error-buffer.
9355 (shell-command-on-region): Mention in echo area when there
9356 is some error output. Mention success or failure, too.
9357 Accumulate multiple error outputs
9358 going forward, with formfeed in between. Display the error buffer
9359 when we have put something in it.
9360 (shell-command): Add the ERROR-BUFFER argument feature.
9361
9362 1999-02-28 Karl Heuer <kwzh@gnu.org>
9363
9364 * mail/mh-utils.el (mh-lib): Doc fix.
9365 (mh-lib-progs, mh-nmh-p): New vars.
9366 (mh-find-progs): Set mh-lib-progs along with other vars.
9367 (mh-path-search): New arg FUNC-P; if specified, use that instead
9368 of mh-file-command-p.
9369 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
9370
9371 * mail/mh-comp.el (mh-repl-formfile): New var.
9372 (mh-smail-batch): Don't ignore all arguments.
9373 (mh-reply): Do the right thing when using nmh.
9374
9375 1999-02-27 Kenichi Handa <handa@etl.go.jp>
9376
9377 * international/mule-cmds.el (select-safe-coding-system): Be sure
9378 to show a buffer being decoded.
9379
9380 1999-02-26 Ken'ichi Handa <handa@gnu.org>
9381
9382 * ps-bdf.el (bdf-directory-list): Initialize it to
9383 '("/usr/local/share/emacs/fonts/bdf").
9384
9385 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9386
9387 * ps-print.el: PostScript programming fix.
9388 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
9389 setpagedevice operator).
9390
9391 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9392
9393 * ps-print.el: Doc fix, font size specifies landscape and portrait
9394 sizes.
9395 (ps-print-version): New version number (4.1.4).
9396 (ps-font-size, ps-header-font-size, ps-header-title-font-size):
9397 Specifies landscape and portrait sizes.
9398 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
9399 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
9400 fix.
9401 (ps-get-font-size): New fun.
9402 (ps-font-size-internal, ps-header-font-size-internal)
9403 (ps-header-title-font-size-internal): New vars.
9404
9405 * ps-mule.el: Change of ps-print font size variable name.
9406 (ps-mule-generate-font): Fun fix.
9407 (ps-mule-begin-job): Programming uniformization.
9408
9409 1999-02-25 Dave Love <fx@gnu.org>
9410
9411 * help.el (help-xref-info-regexp): Allow linebreaks and capital.
9412 (help-make-xrefs): Do Info case first.
9413
9414 * repeat.el: Don't require advice.
9415 (repeat-last-kill-command): Variable deleted.
9416
9417 1999-02-25 Richard Stallman <rms@gnu.org>
9418
9419 * simple.el (shell-command-on-region): Don't go into the REPLACE = t
9420 case just because the current buffer is the output buffer.
9421
9422 1999-02-25 Kenichi Handa <handa@etl.go.jp>
9423
9424 * simple.el (what-cursor-position): To show the character's
9425 encoding, use encoded-string-description instead of information
9426 of chaset-origin-alist.
9427
9428 * international/mule-cmds.el (iso-2022-control-alist): New variable.
9429 (encoded-code-description): New function.
9430 (encoded-string-description): New function.
9431 (encode-coding-char): New function.
9432
9433 1999-02-25 Andrew Innes <andrewi@gnu.org>
9434
9435 * startup.el (command-line) [windows-nt]: Fix typo in regexp
9436 checking for .emacs[.el[c]].
9437
9438 1999-02-24 Richard Stallman <rms@gnu.org>
9439
9440 * help.el (describe-function-1): Don't print a whole lambda-function.
9441
9442 1999-02-23 Ken'ichi Handa <handa@gnu.org>
9443
9444 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
9445 inputting ?\240.
9446
9447 1999-02-23 Karl Heuer <kwzh@gnu.org>
9448
9449 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
9450
9451 * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
9452 (clean-buffer-list-kill-buffer-names): Doc fix.
9453
9454 * gud.el (gud-jdb-massage-args): Spelling fix.
9455
9456 1999-02-23 Richard M. Stallman <rms@gnu.org>
9457
9458 * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
9459
9460 1999-02-22 Eli Zaretskii <eliz@gnu.org>
9461
9462 * arc-mode.el (archive-set-buffer-as-visiting-file): Save
9463 excursion while calling set-auto-coding-function.
9464
9465 * play/handwrite.el (handwrite): Require ps-print, and use
9466 ps-printer-name and ps-lpr-command. Call ps-print-region-function
9467 if it's defined, instead of forking ps-lpr-command unconditionally.
9468
9469 1999-02-22 Kenichi Handa <handa@etl.go.jp>
9470
9471 * international/codepage.el (cp-coding-system-for-codepage-1): Put
9472 charset-origin-alist property to a coding system for the codepage.
9473
9474 * international/mule.el: Modify comment for charset-origin-alist
9475 property of a coding system.
9476
9477 * simple.el (what-cursor-position): charset-origin-alist property
9478 of a coding system may be a translation table or a symbol of which
9479 `translation-table' property is a translation table.
9480
9481 1999-02-21 Richard Stallman <rms@gnu.org>
9482
9483 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
9484 to the "html" template.
9485
9486 1999-02-21 Peter Breton <pbreton@ne.mediaone.net>
9487
9488 * dirtrack.el (dirtrack): Added docstring. Now returns input.
9489
9490 1999-02-18 Peter Breton <pbreton@ne.mediaone.net>
9491
9492 * dirtrack.el (dirtrack): Check for the prompt in the input string
9493 instead of the buffer.
9494
9495 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch>
9496
9497 * sql.el: Set version to 1.4.1. Changed mail address to
9498 alex@gnu.org. Mention the mailing list sql.el@gnu.org.
9499 (sql-input-ring-separator): Doc fix.
9500 (sql-mode-syntax-table): double-dash starts comments is defined as
9501 ". 56" instead of ". 12b" for XEmacs.
9502 (sql-stop, sql-interactive-mode): Doc fixes.
9503 (sql-postgres): Queries for database and server, not just one.
9504 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
9505
9506 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
9507 changed. This is needed for master.el to work.
9508 (sql-set-sqli-buffer): Use the new hook.
9509
9510 * sql.el (sql-make-alternate-buffer-name): Function that sets
9511 sql-alternate-buffer-name.
9512 (sql-alternate-buffer-name): Possible name of SQLi buffers.
9513 (sql-interactive-mode): Set sql-alternate-buffer-name.
9514 (sql-rename-buffer): New command.
9515 (sql-interactive-mode-menu): Menu for SQLi buffers.
9516
9517 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator
9518 and sql-input-ring-file-name are used to temporarily set
9519 comint-input-ring-file-name and comint-input-ring-separator when
9520 reading and writing input history files.
9521
9522 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
9523 (sql-input-ring-file-name): New variable with customization.
9524 (sql-input-ring-separator): New variable with customization.
9525 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
9526 Callers changed.
9527 (sql-show-sqli-buffer): The message for "sql-buffer is not set"
9528 now includes the name of the current buffer.
9529
9530 (sql-mode): Set paragraph-separate and paragraph-start so that
9531 sql-send-paragraph sends the entire SQL statements, even if it
9532 contains indented lines.
9533
9534 1999-02-18 Dave Love <fx@gnu.org>
9535
9536 * format.el (format-encode-run-method, format-decode-run-method):
9537 Fix previous change.
9538
9539 1999-02-18 Ken'ichi Handa <handa@gnu.org>
9540
9541 * international/mule.el (coding-system-list): Moved here from
9542 mule-util.el to avoid autoloading mule-util by the call of
9543 select-safe-coding-system.
9544
9545 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
9546
9547 * simple.el (turn-on-auto-fill): Mark it as an option for
9548 `text-mode-hook'.
9549
9550 1999-02-17 Richard Stallman <rms@gnu.org>
9551
9552 * emacs-lisp/easymenu.el (easy-menu-get-map):
9553 Don't crash if (current-local-map) is nil.
9554
9555 1999-02-17 Peter Breton <pbreton@ne.mediaone.net>
9556
9557 * filecache.el (file-cache-filter-regexps): Added .class.
9558
9559 1999-02-17 Ken'ichi Handa <handa@gnu.org>
9560
9561 * international/mule-util.el (decompose-region): Use
9562 insert-buffer-substring instead of insert-buffer to avoid putting
9563 mark.
9564
9565 1999-02-17 Andreas Schwab <schwab@gnu.org>
9566
9567 * calendar/cal-move.el (scroll-calendar-left): Don't set
9568 displayed-month and displayed-year here, let generate-calendar do
9569 it, after range checking.
9570
9571 1999-02-17 Simon Marshall <simon@gnu.org>
9572
9573 * progmodes/cc-engine.el (c-at-toplevel-p): New function.
9574
9575 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
9576 correctly between an object declared via a constructor and a method.
9577 (font-lock-defaults-alist): Don't give `.' word syntax for Java.
9578 (java-font-lock-keywords-1): Fontify package names individually.
9579 (java-font-lock-extra-types): Ensure regexp matches capitalised only.
9580 (java-font-lock-keywords-2): Simplify type fontification.
9581 (java-font-lock-keywords-3): Likewise.
9582
9583 1999-02-17 Kenichi Handa <handa@etl.go.jp>
9584
9585 * language/japanese.el (iso-2022-jp-2): New coding system.
9586 ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
9587
9588 1999-02-16 Dave Love <fx@gnu.org>
9589
9590 * help.el (describe-function-1): Accept non-symbols.
9591
9592 1999-02-16 Paul Eggert <eggert@twinsun.com>
9593
9594 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
9595 find the last match if there are multiple matches.
9596
9597 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9598
9599 * tex-mode.el (tex-run-command, latex-run-command)
9600 (slitex-run-command, tex-command): Doc changes.
9601 (tex-start-options-string): Autoload it. Doc change. Provide
9602 a menu for customization. Allow nil. Quote backslashes only once.
9603 (tex-start-tex): Handle nil value of tex-start-options-string
9604 and apply shell-quote-argument to it.
9605
9606 1999-02-16 Eli Zaretskii <eliz@gnu.org>
9607
9608 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
9609 the size in blocks, since it can be a float.
9610 (ls-lisp-format): Likewise
9611
9612 1999-02-16 Ken'ichi Handa <handa@gnu.org>
9613
9614 * language/japanese.el (japanese-shift-jis): Add
9615 charset-origin-alist property.
9616
9617 1999-02-15 Richard Stallman <rms@gnu.org>
9618
9619 * progmodes/compile.el (compile-internal): Use save-selected-window.
9620
9621 * subr.el (momentary-string-display): Bind inhibit-read-only.
9622
9623 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
9624
9625 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il>
9626
9627 * mail/rmail.el (rmail-show-message): If an unseen message has a
9628 Summary-line in its header, get past one more line before looking
9629 for the X-Coding-System header.
9630
9631 1999-02-15 Geoff Voelker <voelker@cs.washington.edu>
9632
9633 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
9634 explicitly to accomodate Windows 9X lack of a useful copy program.
9635
9636 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
9637
9638 * wid-edit.el (widget-choice-value-create): Use `equal'
9639 instead of `eq'.
9640
9641 1999-02-14 Richard Stallman <rms@gnu.org>
9642
9643 * international/iso-transl.el:
9644 (iso-transl-ae): Renamed from iso-transl-e-slash.
9645 (iso-transl-a-ring): Renamed from iso-transl-a-slash.
9646 (iso-transl-AE): Renamed from iso-transl-E-slash.
9647 (iso-transl-A-ring): Renamed from iso-transl-A-slash.
9648 (iso-transl-char-map): Related changes.
9649
9650 * format.el (format-replace-strings): Fix value of TO in REVERSE case.
9651
9652 1999-02-13 Richard Stallman <rms@gnu.org>
9653
9654 * textmodes/texinfmt.el (texinfo-alias): New function.
9655 (texinfo-fold-nodename-case): Add defvar.
9656 (texinfo-format-node): Do case folding if specified.
9657
9658 * ffap.el (ffap-file-at-point): Test local file names
9659 immediately. Strip off line numbers.
9660
9661 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch>
9662
9663 * sql.el: Set version to 1.3.2
9664 (sql-solid-program): Added support for solid.
9665 (sql-help): Doc mentions sql-solid.
9666 (sql-solid): Entry function for Solid.
9667 (sql-buffer): Doc explains the use of the variable and how to
9668 change it.
9669 (sql-mode-menu): Included entries for sql-show-sqli-buffer and
9670 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
9671 disabled if sql-buffer doesn't have a process; sql-send-paragraph
9672 is new.
9673 (sql-show-sqli-buffer): New function to display the value of
9674 sql-buffer.
9675 (sql-change-sqli-buffer): New function to change sql-buffer.
9676 (sql-mode): Doc explains how to change sql-buffer.
9677 (sql-send-paragraph): New function to send a paragraph.
9678 (sql-mode-map): Added keybinding for sql-send-paragraph.
9679 (sql-mysql): Doc corrected.
9680 (sql-ms): Doc corrected.
9681
9682 * sql.el (sql-server): Doc fix.
9683 (sql-mysql): Added the use of sql-server to specify the host,
9684 sql-database now specifies database instead of host.
9685 (sql-mode-menu): Send... menu items are only active if sql-buffer
9686 is non-nil.
9687 (sql-help): Changed tag of entry functions a bit.
9688
9689 * sql.el: Added keywords from `finder-by-keyword'.
9690 (sql-mode): Made sql-buffer a local variable, changed the
9691 documentation: removed instructions to add *.sql files to
9692 auto-mode-alist, added documentation for having mutliple SQL
9693 buffers sending their stuff to different SQLi buffers, each
9694 running a different process.
9695 (sql-postgres): Quoted *SQL* in doc string.
9696 (sql-ms): Likewise.
9697 (sql-ingres): Likewise.
9698 (sql-ingres): Quoted *SQL* in doc string, added references to
9699 sql-user and sql-password used during login.
9700 (sql-sybase): Quoted *SQL* in doc string, added comma.
9701 (sql-oracle): Likewise.
9702 (sql-interactive-mode): Added extensive documentation for having
9703 mutliple SQL buffers sending their stuff to different SQLi
9704 buffers, each running a different process.
9705 (sql-buffer): Changed doc from *SQL* to SQLi.
9706 (sql-get-login): Doc fix.
9707
9708 1999-02-12 Ken'ichi Handa <handa@gnu.org>
9709
9710 * international/mule-conf.el (undecided): Set ascii in
9711 safe-charsets property.
9712
9713 1999-02-12 Richard Stallman <rms@gnu.org>
9714
9715 * textmodes/paragraphs.el (paragraph-separate): Doc fix.
9716
9717 1999-02-12 Ken'ichi Handa <handa@gnu.org>
9718
9719 * ps-mule.el (ps-mule-font-info-database-default): Set the initial
9720 value to ps-mule-font-info-database-latin.
9721
9722 1999-02-13 Kenichi HANDA <handa@etl.go.jp>
9723
9724 * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
9725 (ps-mule-font-info-database-default): New variable.
9726 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
9727 ps-mule-font-info-database-default.
9728
9729 1999-02-12 Dave Love <fx@gnu.org>
9730
9731 * timezone.el (timezone-make-date-sortable)
9732 (timezone-make-date-arpa-standard): Doc fix.
9733
9734 1999-02-12 Ken'ichi Handa <handa@gnu.org>
9735
9736 * international/quail.el (quail-show-kbd-layout): Bind
9737 blink-matching-paren to nil.
9738
9739 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
9740 for ASCII and Latin-1.
9741
9742 1999-02-12 Andreas Schwab <schwab@gnu.org>
9743
9744 * gud.el (jdb): Fix regexp for comint-prompt-regexp.
9745
9746 1999-02-12 Kenichi Handa <handa@etl.go.jp>
9747
9748 * international/mule-cmds.el (language-info-alist): Remove
9749 description about charset-origin-alist.
9750
9751 * international/mule.el: Comment added for a new coding system
9752 property `charset-origin-alit'.
9753 (make-translation-table): This variable deleted.
9754
9755 * language/chinese.el (chinese-big5): Add charset-origin-alist
9756 property.
9757 ("Chinese-CNS"): Remove charset-origin-alist property.
9758
9759 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
9760 property.
9761 (cyrillic-alternativnyj): Likewise.
9762 ("Cyrillic-KOI8"): Remove charset-origin-alist property.
9763 ("Cyrillic-ALT"): Likewise.
9764
9765 * language/vietnamese.el (vietnamese-viqr): Add
9766 charset-origin-alist property.
9767 ("Vietnamese"): Remove charset-origin-alist property.
9768
9769 * simple.el (what-cursor-position): Don't use the varialbe
9770 charset-origin-alist, but use charset-origin-alist property of
9771 buffer-file-coding-system to decide external character set code.
9772
9773 1999-02-10 Richard Stallman <rms@gnu.org>
9774
9775 * shadowfile.el: Don't turn on the mode when the file is loaded.
9776
9777 1999-02-09 Richard Stallman <rms@gnu.org>
9778
9779 * progmodes/compile.el (compile-auto-highlight): Customize.
9780
9781 * add-log.el (add-log-file-name-function): New variable.
9782 (add-change-log-entry): Call that function, if non-nil.
9783
9784 1999-02-09 Michael Ernst <mernst@alum.mit.edu>
9785
9786 * rmail.el (rmail-search): Track match with a marker, not an integer.
9787
9788 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9789
9790 * progmodes/compile.el (compilation-setup): Set value of
9791 compilation-directory-stack as in compilation-forget-errors.
9792 (compile-reinitialize-errors): Bind buffer-undo-list and
9793 deactivate-mark.
9794 (compilation-forget-errors): Likewise.
9795
9796 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com>
9797
9798 * textmodes/texinfo.el (texinfo-environment-regexp): Add the
9799 def... constructs.
9800
9801 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
9802 Remove calls to sleep-for.
9803
9804 1999-02-08 Eli Zaretskii <eliz@gnu.org>
9805
9806 * international/codepage.el (cp-coding-system-for-codepage-1): On
9807 MS-DOS, use dos-unsupported-char-glyph for characters not
9808 supported by the codepage.
9809 (cp-make-coding-systems-for-codepage): Likewise.
9810
9811 1999-02-08 Andreas Schwab <schwab@gnu.org>
9812
9813 * international/mule-util.el (coding-system-list): Don't sort
9814 coding-system-list here.
9815
9816 * international/mule.el (coding-system-lessp): Moved here from
9817 mule-util.el
9818 (add-to-coding-system-list): New function.
9819 (make-subsidiary-coding-system, make-coding-system,
9820 define-coding-system-alias): Use it instead of setting
9821 coding-system-list directly.
9822
9823 1999-02-07 Dave Love <fx@gnu.org>
9824
9825 * calendar/appt.el (appt-make-list): Don't splice quotes and date
9826 onto message.
9827
9828 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9829
9830 * imenu.el (imenu--last-menubar-index-alist): Add doc.
9831 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist.
9832
9833 1999-02-06 Richard Stallman <rms@gnu.org>
9834
9835 * language/european.el (setup-slovenian-environment): New function.
9836 ("Slovenian"): New language environment.
9837
9838 * progmodes/sql.el (sql-help): Doc fix.
9839 (sql-mysql): Doc fix.
9840
9841 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9842
9843 * tex-mode.el: When compiling, require compare-w and skeleton
9844 to pacify the byte-compiler. Move the def's of the tex-commands
9845 together. Add a comment on kill-process vs. quit-process.
9846
9847 1999-02-05 Dave Love <fx@gnu.org>
9848
9849 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
9850 null markers.
9851 (compile-goto-error): Likewise.
9852
9853 1999-02-05 Stephen Gildea <gildea@alum.mit.edu>
9854
9855 * time-stamp.el (time-stamp-format): Format doc tighter.
9856 (time-stamp-line-limit): 0 searches the entire buffer (careful!).
9857 (time-stamp): Don't re-write the time stamp if it didn't change.
9858
9859 1999-02-05 Alex Schroeder <asc@bsiag.com>
9860
9861 * progmodes/sql.el: Changed version to 1.2.1.
9862 (sql-pop-to-buffer-after-send-region): Improved documentation.
9863 (sql-mysql-program): Added MySQL support.
9864 (sql-prompt-length): Made prompt-length configurable.
9865 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
9866 (sql-help): Added MySQL support, changed documentation.
9867 (sql-send-region): A message is displayed if something is sent.
9868 (sql-mode): Added buffer-local comment-start.
9869 (sql-interactive-mode): Use sql-prompt-length to set left-margin.
9870 (sql-interactive-mode): Added buffer-local comment-start.
9871 (sql-oracle): Set sql-prompt-length.
9872 (sql-sybase): Set sql-prompt-length.
9873 (sql-mysql): Added MySQL support.
9874 (sql-ingres): Set sql-prompt-length.
9875 (sql-ms): Set sql-prompt-length.
9876 (sql-postgres): Set sql-prompt-length.
9877
9878 1999-02-04 Eli Zaretskii <eliz@gnu.org>
9879
9880 * term/internal.el (dos-codepage-setup): Set selection coding
9881 system to cpNNN-dos.
9882
9883 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9884
9885 * international/characters.el: Let ethiopic use iso-2022-7bit.
9886
9887 1999-02-02 Dave Love <fx@gnu.org>
9888
9889 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
9890 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
9891
9892 1999-02-02 Karl Heuer <kwzh@gnu.org>
9893
9894 * terminal.el (terminal-emulator): Doc fix.
9895
9896 1999-02-02 Ken'ichi Handa <handa@gnu.org>
9897
9898 * international/mule-util.el (compose-chars): Doc-string
9899 modified. Correctly handle a composition character in ARGS.
9900
9901 1999-02-01 Richard Stallman <rms@gnu.org>
9902
9903 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
9904 (makefile-menu-index-function): Function deleted.
9905 (makefile-mode): Use makefile-imenu-generic-expression.
9906
9907 1999-02-01 Geoff Voelker <voelker@cs.washington.edu>
9908
9909 * term/w32-win.el (w32-create-initial-fontsets): Back out previous
9910 change, invoke from before-init-hook.
9911
9912 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu>
9913
9914 * subr.el (remove-from-invisibility-spec): Cope with the case when
9915 buffer-invisibility-spec is t.
9916
9917 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu>
9918
9919 * calendar/calendar.el (calendar-mode-map): Fix bindings for
9920 appt-add and appt-delete.
9921
9922 1999-02-01 Eli Zaretskii <eliz@gnu.org>
9923
9924 * term/pc-win.el (msdos-approximate-color): New function.
9925 (msdos-color-translate): Call it to find a DOS color that best
9926 approximates an X-style "#NNNNNN" color specification.
9927
9928 1999-02-01 Ken'ichi Handa <handa@gnu.org>
9929
9930 * international/mule-util.el (compose-chars-component): Add
9931 autoload cookie.
9932
9933 1999-01-31 Ken'ichi Handa <handa@gnu.org>
9934
9935 * international/quail.el (quail-lookup-key): If cdr of MAP is a
9936 function, replace cdr of MAP by the return value of the function
9937 unconditionally.
9938
9939 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9940
9941 * progmodes/compile.el (compilation-next-error-locus): Don't
9942 decrease argument FIND-AT-LEAST of compilation-next-error-locus.
9943
9944 1999-01-31 Eli Zaretskii <eliz@gnu.org>
9945
9946 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
9947 and NLs before "charset", and allow the charset name be in double
9948 quotes.
9949
9950 1999-01-31 Richard Stallman <rms@gnu.org>
9951
9952 * imenu.el (imenu-sort-function): Fix custom type.
9953
9954 1999-01-30 Richard Stallman <rms@gnu.org>
9955
9956 * speedbar.el (speedbar-line-token): Match {...} instead of [...].
9957 (speedbar-line-token): Likewise.
9958
9959 * play/gametree.el (gametree-default-score): Use defcustom.
9960 (gametree-score-regexp, gametree-score-closer): Likewise.
9961 (gametree-score-manual-flag, gametree-score-opener): Likewise.
9962
9963 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9964
9965 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
9966 decoding.
9967
9968 1999-01-29 Markus Rost <rost@gnu.org>
9969
9970 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
9971 tex-validate-buffer.
9972 (plain-tex-mode, latex-mode, slitex-mode): Likewise.
9973 (tex-validate-buffer): Renamed from validate-tex-buffer. Works
9974 now with recent occur-mode.
9975 (tex-validate-region): Really walk through all Sexps.
9976 (tex-region): Bind shell-dirtrack-verbose.
9977 (tex-file, tex-bibtex-file): Likewise.
9978
9979 1999-01-29 Dave Love <fx@gnu.org>
9980
9981 * finder.el: (finder-commentary): Fix interactive spec. Try
9982 appending .el to file name.
9983 (finder-find-library, finder-commentary): Doc fixes.
9984
9985 1999-01-29 Andrew Innes <andrewi@gnu.org>
9986
9987 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
9988 where the userid contains directory separators.
9989
9990 1999-01-29 Dave Love <fx@gnu.org>
9991
9992 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
9993 (lm-commentary): Doc fix.
9994
9995 1999-01-29 Andreas Schwab <schwab@gnu.org>
9996
9997 * files.el (file-expand-wildcards): Never consider `.' and `..' a
9998 wildcard match. Fix regexp that tests if dirpart contains
9999 wildcard characters.
10000
10001 1999-01-28 Richard Stallman <rms@gnu.org>
10002
10003 * font-lock.el (font-lock-default-unfontify-region):
10004 If not font-lock-syntactic-keywords, don't remove syntax-table prop.
10005
10006 1999-01-27 Jason Rumney <jasonr@altavista.net>
10007
10008 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
10009 from FAMILY field.
10010 (w32-create-initial-fontsets): Do not use before-init-hook.
10011 (mouse-set-font): Document. Automatically create and use fontsets.
10012
10013 * dos-w32.el (direct-print-region-helper): Check for printer
10014 being t as well as a string.
10015
10016 1999-01-27 Kenichi Handa <handa@etl.go.jp>
10017
10018 * mail/rmail.el (rmail-decode-mime-charset): New variable.
10019 (rmail-mime-charset-pattern): New variable.
10020 (rmail-convert-to-babyl-format): Decode by MIME-charset if
10021 rmail-decode-mime-charset is non-nil.
10022
10023 1999-01-27 Ken'ichi Handa <handa@gnu.org>
10024
10025 * international/characters.el: Set category `q' for all characters
10026 in tibetan and tibetan-1-column.
10027
10028 1999-01-27 Andrew Innes <andrewi@gnu.org>
10029
10030 * frame.el (select-frame-by-name): Obey focus-follows-mouse.
10031 (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
10032
10033 1999-01-27 Dave Love <fx@gnu.org>
10034
10035 * international/mule-cmds.el (current-language-environment):
10036 Provide :link, :type (choices) and appropriate :get.
10037
10038 1999-01-27 Eli Zaretskii <eliz@gnu.org>
10039
10040 * startup.el (command-line): Set default eol-mnemonic-* strings to
10041 display end-of-line format in mode line.
10042
10043 * cus-start.el (all): Add eol-mnemonic-* variables.
10044
10045 1999-01-26 Dave Love <fx@gnu.org>
10046
10047 * startup.el (command-line-1): Up-date copyright.
10048
10049 * paths.el (Info-default-directory-list): Use configdir twice.
10050
10051 * info.el (Info-directory-list): Don't set path-separator now
10052 we're not shipped with Texinfo. Simplify path definition.
10053 Substitute all occurrences of instdir in Info-default-directory-list.
10054
10055 1999-01-25 Richard Stallman <rms@gnu.org>
10056
10057 * startup.el (normal-top-level-add-subdirs-to-load-path):
10058 Record the inode numbers of the dirs processed, to avoid loop.
10059
10060 * textmodes/tex-mode.el (tex-run-command): Doc fix.
10061
10062 1999-01-25 Dave Love <fx@gnu.org>
10063
10064 * browse-url.el (browse-url-netscape-program): Doc addition.
10065
10066 * help.el (help-make-xrefs): Default info references to an `(emacs)'
10067 prefix.
10068
10069 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
10070 auto-mode-alist.
10071
10072 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10073
10074 * calendar/diary-lib.el (mark-diary-entries): Use
10075 assoc-ignore-case and do not capitalize when matching month and
10076 day names.
10077
10078 * calendar/calendar.el (calendar-read-date): Ditto.
10079
10080 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
10081 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
10082
10083 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
10084
10085 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
10086
10087 * calendar/cal-islam.el (calendar-goto-islamic-date)
10088 (mark-islamic-diary-entries): Ditto.
10089
10090 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
10091
10092 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
10093 (calendar-read-mayan-tzolkin-date): Ditto.
10094
10095 * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
10096
10097 1999-01-22 Michael Ernst <mernst@alum.mit.edu>
10098
10099 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
10100
10101 1999-01-25 Karl Heuer <kwzh@gnu.org>
10102
10103 * faces.el (list-faces-display): Multiline case of previous fix.
10104
10105 1999-01-25 Andreas Schwab <schwab@gnu.org>
10106
10107 * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
10108
10109 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
10110
10111 * files.el (find-file): If find-file-noselect returns a list,
10112 do switch-to-buffer on each element.
10113 (find-file-other-window): Likewise for all but the first element.
10114 (find-file-other-frame): Same.
10115 (find-file-noselect): When we expand a wildcard, return a list
10116 of buffers.
10117
10118 1999-01-24 Eli Zaretskii <eliz@gnu.org>
10119
10120 * term/internal.el (dos-codepage-setup): Call prefer-coding-system
10121 to set the appropriate cpNNN-dos coding system as the
10122 highest-priority coding system.
10123
10124 1999-01-23 Ken'ichi Handa <handa@gnu.org>
10125
10126 * international/fontset.el (generate-fontset-menu): Return a
10127 sorted list by plain names of fontsets.
10128
10129 * international/mule-diag.el (list-fontsets): Sort fontsets by
10130 plain names.
10131
10132 * language/tibet-util.el (tibetan-vertical-stacking): If the arg
10133 FIRST is a composite character, decompose it at first.
10134
10135 1999-01-23 Dave Love <fx@gnu.org>
10136
10137 * format.el: Doc fixes.
10138 (format-encode-run-method): Have things happen in the right buffer.
10139 Deal with errors from method. Set coding-system-for-write.
10140 (format-decode-run-method): Have things happen in the right buffer.
10141 Deal with errors from method. Set coding-system-for-read.
10142 (format-alist): Use nil instead of unmatchable regexps.
10143
10144 * simple.el (shell-command-on-region): Return command's exit status.
10145
10146 1999-01-23 Eric Ludlam <zappo@gnu.org>
10147
10148 * speedbar.el (speedbar-item-info-file-helper): Add optional arg
10149 of the file whose info we want to display.
10150 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
10151 (speedbar-add-mode-functions-list) Improve doc.
10152 (speedbar-line-token) New function.
10153 (speedbar-dired) Fix order of directories in -shown-directories.
10154 (speedbar-line-path): Default return is default-directory
10155 (speedbar-buffers-line-path): Return is dir name only.
10156 (speedbar-mode-functions-list): New variable.
10157 (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
10158 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
10159 speedbar-files-item-info speedbar-buffers-item-info): New functions.
10160 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
10161 New functions.
10162 (speedbar-line-file): Broke out part that fetches file from a line.
10163 (speedbar-line-text): New function extracted from speedbar-line-file.
10164 (speedbar-line-path): Converted into a replaceable function.
10165 (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
10166
10167 1999-01-23 Ken'ichi Handa <handa@gnu.org>
10168
10169 * international/fontset.el (create-fontset-from-x-resource): Make
10170 style variants.
10171
10172 1999-01-22 Dave Love <fx@gnu.org>
10173
10174 * paths.el (Info-default-directory-list): Put sysdir after start.
10175
10176 1999-01-22 Sam Steingold <sds@goems.com>
10177
10178 * midnight.el (clean-buffer-list): Do not kill a buffer if it has
10179 a process associated with it.
10180
10181 1999-01-22 Jason Rumney <jasonr@altavista.net>
10182
10183 * term/w32-win.el (w32-standard-fontset-spec): Simplified.
10184
10185 1999-01-22 Felix Lee <flee@cygnus.com>
10186
10187 * vc.el (vc-annotate-display): Delete old overlays. Fix check for
10188 major-mode.
10189 (vc-annotate-mode): Delete variable.
10190
10191 1999-01-22 Andrew Innes <andrewi@gnu.org>
10192
10193 * startup.el (command-line): [windows-nt]: Check for existence of
10194 .emacs file so as to notice .emacs.el or .emacs.elc and use them
10195 in preference to _emacs.
10196
10197 1999-01-22 Dave Love <fx@gnu.org>
10198
10199 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
10200
10201 1999-01-20 Richard Stallman <rms@gnu.org>
10202
10203 * files.el (find-file-noselect): Do wildcard processing only
10204 if new arg WILDCARDS is non-nil.
10205 (find-file, find-file-other-window): New arg WILDCARDS.
10206 Default it to non-nil if interactive.
10207 (find-file-other-frame): Likewise.
10208 (find-file-read-only): Likewise.
10209 (find-file-read-only-other-window): Likewise.
10210 (find-file-read-only-other-frame): Likewise.
10211
10212 * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
10213 (widget-plist-convert-option): Delete spurious comma.
10214
10215 1999-01-19 Jason Rumney <jasonr@altavista.net>
10216
10217 * term/w32-win.el (w32-standard-fontspec-spec): Change
10218 iso8859-5 to koi8-r. Add iso8859-9.
10219
10220 1999-01-19 Dave Love <fx@gnu.org>
10221
10222 * browse-url.el (browse-url-maybe-new-window): Delete macro and
10223 its uses.
10224
10225 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
10226 is active.
10227 (fortran-indent-subprogram): Likewise.
10228
10229 1999-01-19 Dave Love <d.love@dl.ac.uk>
10230
10231 * paths.el (Info-default-directory-list): Perhaps add /usr/info.
10232
10233 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
10234
10235 * wid-edit.el (alist): Use sexp as default key-type.
10236
10237 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10238
10239 * textmodes/tex-mode.el (tex-define-common-keys):
10240 Remove key binding of tex-feed-input.
10241 (tex-mode-map): Bind tex-feed-input here.
10242 (tex-start-shell): Use compilation-shell-minor-mode. Set
10243 comint-input-filter-functions before running tex-shell-hook.
10244 (tex-start-tex): Forget compilation errors.
10245 (tex-compilation-parse-errors): Rewritten to work also with
10246 compile-mouse-goto-error and compile-goto-error. Adjusted to
10247 change in tex-region.
10248 (tex-region): For the temp file use file-name without directory.
10249 (tex-file): Expand file name of tex-print-file.
10250
10251 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10252
10253 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call.
10254
10255 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no>
10256
10257 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
10258 beginning could cause Emacs to hang. Fixed.
10259
10260 1999-01-18 Ken'ichi Handa <handa@gnu.org>
10261
10262 * international/ccl.el (ccl-compile-translate-character): Handle
10263 the case that a tranlation table is CCL register correctly.
10264
10265 * international/mule-cmds.el (select-safe-coding-system):
10266 Hightlight at most 256 characters.
10267
10268 1999-01-18 Dave Love <fx@gnu.org>
10269
10270 * startup.el (command-line): If the init file changes operation to
10271 unibyte, make all buffers unibyte and re-set language environment.
10272
10273 * disp-table.el (standard-display-european): Make all existing
10274 buffers unibyte. Fix doc.
10275
10276 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu>
10277
10278 * wid-edit.el (coding-system): Define this unconditionally.
10279
10280 * simple.el (shell-command-on-region-default-error-buffer): New var.
10281 (shell-command-on-region): Use that variable as interactive
10282 value of ERROR-BUFFER argument.
10283
10284 1999-01-17 Sam Steingold <sds@goems.com>
10285
10286 * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
10287
10288 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10289
10290 * progmodes/compile.el (compilation-goto-locus): If already in the
10291 compilation buffer's window, keep it in that window.
10292 (compile-mouse-goto-error): Add Doc. Don't play with windows.
10293 (compile-goto-error): Don't play with windows.
10294
10295 * textmodes/tex-mode.el (latex-run-command): Doc fix.
10296 (tex-command): Doc fix.
10297 (tex-compilation-parse-errors): Doc fix.
10298 (tex-generate-zap-file-name): Don't start the name with -.
10299 (tex-expand-files): Works now also with strings ending with ":".
10300
10301 1999-01-17 Ian T Zimmerman <itz@transbay.net>
10302
10303 Patch failed to install:
10304 * gametree.el: Document scoring functionality.
10305 (gametree-score-regexp): Add optional plus sign.
10306 (gametree-score-opener): Replace `:' with `=' as the former
10307 conflicts with gametree-half-ply-regexp.
10308 (gametree-transpose-following-leaves): Add.
10309 (gametree-insert-new-leaf): Make modifying commands barf in read
10310 only buffers.
10311 (gametree-break-line-here): Add a call to
10312 `gametree-transpose-following-leaves'. This maintains the
10313 necessary invariant that on each level all leaf children precede
10314 all nonleaf children. This has always been implied, but left to
10315 the user, and, unfortunately, undocumented.
10316
10317 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk>
10318
10319 * wid-edit.el (plist, alist): New widget types.
10320
10321 1999-01-17 Dave Love <fx@gnu.org>
10322
10323 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
10324 fix scope of condition-case therein.
10325
10326 1999-01-17 Andrew Innes <andrewi@gnu.org>
10327
10328 * dos-w32.el: (find-buffer-file-type-coding-system): Use
10329 default-buffer-file-coding-system when file doesn't exist (and
10330 isn't covered by a special case) instead of forcing undecided-dos
10331 against the user's wishes.
10332
10333 * dos-w32.el (direct-print-region-helper): New function based on
10334 direct-print-region-function; sends data to specified printer port
10335 without further translation. Recognize and handle specially the
10336 standard `print' and `nprint' programs, as well as `lpr' and
10337 similar programs. Only write directly to the printer port if no
10338 print program is specified. Work around a bug in Windows 9x
10339 affecting Win32 version of Emacs by invoking command.com to write
10340 to the printer port instead of writing directly.
10341 (direct-print-region-function): Use direct-print-region-helper to
10342 do most of the work.
10343 (direct-ps-print-region-function): New function; analogue of
10344 direct-print-region-function for ps-print.
10345 (ps-lpr-command): Comment out setq; leave as example usage.
10346 (ps-lpr-switches): Ditto.
10347
10348 * lpr.el: (printer-name): Update docstring about usage on MS-DOS
10349 and MS-Windows.
10350 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
10351 DOS and Windows platforms, to indicate direct printing. Update
10352 the docstring accordingly.
10353
10354 * ps-print.el: (ps-printer-name): Update docstring about usage on
10355 MS-DOS and MS-Windows.
10356 (ps-lpr-command): Update docstring as for lpr-command.
10357 (ps-print-region-function): New variable.
10358 (ps-do-despool): Use it.
10359 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
10360 DOS/Windows.
10361
10362 * subr.el (subst-char-in-string): New function.
10363
10364 1999-01-17 Eli Zaretskii <eliz@gnu.org>
10365
10366 * international/codepage.el (cp852-decode-table): Fill a nil entry.
10367
10368 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
10369 (bdf-find-font-info): New function, looks for the first readable
10370 file from a list of alternatives.
10371 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
10372 instead of bdf-get-font-info.
10373 (bdf-generate-glyphs): If font-name is a cons cell, pass its car
10374 to ps-mule-generate-bitmap-glyph.
10375
10376 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
10377 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can
10378 now be a list of alternative names.
10379 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
10380 (ps-mule-prepare-font): Likewise.
10381
10382 * international/codepage.el (cp855-decode-table,
10383 cp850-decode-table): Fill some nil entries.
10384
10385 1999-01-16 Dave Love <fx@gnu.org>
10386
10387 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
10388 last change.
10389
10390 1999-01-15 Dave Love <fx@gnu.org>
10391
10392 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
10393 and change regexp for command names.
10394 (help-xref-go-back, function-called-at-point, symbol-file)
10395 (where-is): Doc fixes.
10396 (help-xref-go-back): Remove interactive spec.
10397 (describe-function-1): Fix message for alias. Buttomize alias
10398 name.
10399
10400 * simple.el (join-line): New alias.
10401
10402 1999-01-15 Johan Vromans <jvromans@squirrel.nl>
10403
10404 * forms.el: (forms--show-record): Convert integers to string
10405 expicitly since concat will no longer accept integers.
10406 (forms-print): Use local `total-nb-records' since
10407 `forms--total-records' will be inaccessible after buffer switching.
10408
10409 1998-01-14 Felix Lee <flee@cygnus.com>
10410
10411 * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
10412
10413 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu>
10414
10415 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
10416
10417 1999-01-14 Eli Zaretskii <eliz@gnu.org>
10418
10419 * international/codepage.el (cp850-decode-table): Fix previous change.
10420
10421 1999-01-14 Simon Marshall <simon@gnu.org>
10422
10423 * shell.el (shell-dirtrack-verbose): New custom variable.
10424 (shell-dirstack-message): Use it.
10425
10426 1999-01-14 Kenichi Handa <handa@etl.go.jp>
10427
10428 * international/mule-conf.el: Coding system alias `dos' for
10429 `undecided-dos', `mac' for `undecided-mac'.
10430
10431 * international/mule-cmds.el (describe-language-environment):
10432 Don't alter input-method-alist.
10433
10434 1999-01-13 Eli Zaretskii <eliz@gnu.org>
10435
10436 * international/codepage.el (cp850-decode-table): Replace nil
10437 entries with codes of similary looking glyphs. (Suggested by
10438 Jason Rumney <jasonr@altavista.net>.)
10439
10440 1999-01-13 Dave Love <fx@gnu.org>
10441
10442 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
10443
10444 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
10445
10446 1999-01-12 Karl Heuer <kwzh@gnu.org>
10447
10448 * files.el (auto-save-hook): Defvar this.
10449
10450 1999-01-12 Alex Schroeder <asc@bsiag.com>
10451
10452 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
10453 faces, eliminating the need to load font-lock before loading sql.
10454 (sql-mode-oracle-font-lock-keywords): Likewise.
10455 (sql-mode-postgres-font-lock-keywords): Likewise.
10456
10457 1999-01-11 Dave Love <fx@gnu.org>
10458
10459 * cus-start.el: Add inhibit-eol-conversion.
10460
10461 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
10462 the values round.
10463
10464 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu>
10465
10466 * help.el (help-mode-finish): Renamed from help-mode-maybe.
10467 Don't switch to Help mode here.
10468 (temp-buffer-setup-hook): Use help-mode-finish.
10469 (help-mode-setup): New function.
10470 (temp-buffer-setup-hook): Use help-mode-setup.
10471
10472 * progmodes/sql.el: New file.
10473
10474 * files.el (auto-mode-alist): Add sql-mode.
10475
10476 * faces.el (list-faces-display): Improve the formatting
10477 by computing the maximum length required for any face-name.
10478
10479 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10480
10481 * progmodes/compile.el (compilation-shell-minor-mode): New function.
10482
10483 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu>
10484
10485 * term.el (term_send_home): Change the string to
10486 be the same as the one emitted by xterm and consistent with the
10487 ones emitted by prior and next.
10488 (term_send_end): Likewise.
10489
10490 1999-01-10 Dave Love <fx@gnu.org>
10491
10492 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
10493 bindings.
10494
10495 1999-01-10 Eli Zaretskii <eliz@gnu.org>
10496
10497 * international/codepage.el (codepage-setup): Doc fix.
10498 (cp-decoding-vector-for-codepage): Likewise.
10499
10500 1999-01-10 Markus Rost <rost@gnu.org>
10501
10502 * cus-edit.el (custom-save-delete): First scan the custom-file.
10503
10504 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu>
10505
10506 * international/iso-transl.el: Define a "function name" for
10507 each translation that isn't ASCII. Use these function names
10508 in iso-transl-char-map.
10509
10510 1999-01-08 Kenichi Handa <handa@etl.go.jp>
10511
10512 * international/mule-util.el (decompose-region): Do decomposition
10513 on temporary unibyte buffer.
10514
10515 * international/mule.el (make-char): Doc-string modified.
10516
10517 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu>
10518
10519 * simple.el (comment-region): Delete spaces only if we
10520 deleted a comment starter.
10521
10522 1999-01-07 Dave Love <fx@gnu.org>
10523
10524 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
10525
10526 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
10527 like eval-defun does.
10528
10529 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
10530
10531 * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
10532 constructions. Doc fixes.
10533 (generic-create-generic-function): Use defalias, not fset.
10534
10535 * find-func.el: More doc fixes.
10536
10537 1999-01-06 Stephen Eglen <stephen@gnu.org>
10538
10539 * files.el (save-buffers-kill-emacs): Show the list of current
10540 processes before prompting to kill them and exit.
10541
10542 1999-01-06 Dave Love <fx@gnu.org>
10543
10544 * emacs-lisp/find-func.el: Doc fixes.
10545 (find-function-regexp): Extend for define-generic-mode,
10546 define-derived-mode, easy-mmode-define-minor-mode.
10547
10548 1999-01-06 Dave Love <fx@gnu.org>
10549
10550 * progmodes/fortran.el (fortran-window-create): Account for scroll
10551 bar width.
10552
10553 * browse-url.el: Require (noerror) w3-auto when compiling.
10554 (browse-url-maybe-new-window): Make it a macro and revert last
10555 change to callers.
10556 (browse-url-w3): Require w3 for w3-fetch-other-window.
10557
10558 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10559
10560 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
10561 argument.
10562
10563 1999-01-06 Simon Marshall <simon@gnu.org>
10564
10565 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix.
10566
10567 * font-lock.el (font-lock-default-fontify-buffer): When using
10568 with-temp-message, use nil rather than current-message.
10569
10570 * lazy-lock.el (lazy-lock-unstall):
10571 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
10572 rather than current-message.
10573
10574 * fast-lock.el (fast-lock-save-cache-1):
10575 (fast-lock-cache-data): When using with-temp-message, use nil rather
10576 than current-message.
10577
10578 1999-01-06 Eli Zaretskii <eliz@gnu.org>
10579
10580 * international/codepage.el (cp-coding-system-for-codepage-1): Add
10581 the valid-codes property.
10582
10583 * international/mule-cmds.el (prefer-coding-system): Call
10584 set-coding-priority, so that the internal array of priorities is
10585 also updated.
10586
10587 * international/mule-util.el:
10588 (coding-system-change-eol-conversion,
10589 coding-system-change-text-conversion): Don't define here.
10590
10591 * international/mule-cmds.el: Define them here. Remove the
10592 autoload cookies.
10593
10594 1999-01-06 Andreas Schwab <schwab@gnu.org>
10595
10596 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
10597 if it was enabled before.
10598
10599 * view.el (View-revert-buffer-scroll-page-forward): Bind
10600 view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
10601
10602 * files.el (recover-session): Preserve point when inserting
10603 explanation.
10604
10605 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu>
10606
10607 * cus-edit.el (custom-save-delete): Don't delete whitespace
10608 and comments before the sexp that is replaced.
10609
10610 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10611
10612 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
10613
10614 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de>
10615
10616 * vc.el (vc-dired-hook): Use the original value of
10617 dired-move-to-filename-regexp on lines that have not been
10618 reformatted yet.
10619 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
10620 file lines have already been reformatted.
10621
10622 1999-01-05 Dave Love <fx@gnu.org>
10623
10624 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
10625 buffer-local.
10626
10627 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se>
10628
10629 * progmodes/f90.el: Change of regular expressions for type to
10630 correct highlighting and identation. Some small fixes for
10631 compatibility with XEmacs.
10632
10633 1999-01-05 Stephen Eglen <stephen@gnu.org>
10634
10635 * mspools.el (mspools-vm-system-mail): Provide an alternative
10636 value based on rmail-spool-directory if $MAIL is not defined.
10637
10638 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
10639
10640 * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
10641 (reftex-section-info): Handle negative section levels.
10642 (reftex-view-crossref-extra): New option.
10643 (reftex-view-crossref): Generalized to work in more places.
10644 (reftex-find-citation-regexp-format, reftex-find-reference-format,
10645 reftex-macros-with-labels, reftex-global-search-marker): New variables.
10646 (reftex-view-cite-locations-from-bibtex): New command.
10647 (reftex-view-regexp-match, reftex-global-search,
10648 reftex-global-search-continue): New functions.
10649 (reftex-extract-bib-entries): No error for non-existing BibTeX
10650 file, just a message.
10651 (reftex-extract-bib-entries): Better error handling.
10652 (reftex-select-with-char): Use `*RefTeX Select*' for selection
10653 help and force it on current frame.
10654 (reftex-default-bibliography): New function.
10655 (reftex-access-parse-file): Check consistency after loading a
10656 parse file. When inconsistent, enfore rescan.
10657 (reftex-check-parse-consistency): New function.
10658 (easy-menu-define): Options section drastically shortened.
10659
10660 1999-01-05 Kenichi Handa <handa@etl.go.jp>
10661
10662 * language/thai-util.el (thai-compose-string): New function.
10663
10664 1999-01-04 Inge Frick <inge@nada.kth.se>
10665
10666 * easymenu.el (easy-menu-define): Doc fix.
10667 (easy-menu-create-menu): New keyword :included.
10668 (easy-menu-do-add-item): New keyword :included. SUFFIX may
10669 be an expression, not only a string. Simulate style `button'.
10670 Use easy-menu-define-key-intern instead of easy-menu-define-key.
10671 (easy-menu-define-key-intern): New function.
10672 (easy-menu-add-item): Understand value returned from
10673 easy-menu-item-present-p and easy-menu-remove-item.
10674 (easy-menu-return-item): New function.
10675 (easy-menu-item-present-p, easy-menu-remove-item): Use it.
10676
10677 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu>
10678
10679 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
10680 Use rmail-output-read-rmail-file-name to read the file name.
10681 Always call rmail-output-to-rmail-file noninteractively.
10682 When count > 1, do the loop here.
10683 Handle rmail-delete-after-output here.
10684 (rmail-summary-output): Similar changes.
10685
10686 * mail/rmailout.el: Provide `rmailout'.
10687 (rmail-output-read-rmail-file-name): New function.
10688 (rmail-output-to-rmail-file): Use that.
10689 (rmail-output-read-file-name): New function.
10690 (rmail-output): Use that.
10691
10692 * files.el (find-file-noselect): Let /: suppress wildcard matching.
10693 Error if wildcard matches no files.
10694
10695 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu>
10696
10697 * menu-bar.el (clipboard-yank): Doc fix.
10698
10699 * info.el (Info-insert-dir): Chase symlinks for file-attributes.
10700
10701 1998-12-31 Markus Rost <rost@delysid.gnu.org>
10702
10703 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
10704
10705 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk>
10706
10707 * rmail.el (rmail-encode-string): Make sure mask value is
10708 positive; (emacs-pid) returns a negative number on Windows 9x
10709 which causes odd behaviour.
10710
10711 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org>
10712
10713 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
10714 and about w32-* variables unless on Windows/NT.
10715
10716 1998-12-31 Boris Goldowsky <boris@alum.mit.edu>
10717
10718 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
10719 if buffer is modified; ask about all modified buffers.
10720
10721 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu>
10722
10723 * simple.el (what-cursor-position): Fix previous change.
10724
10725 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu>
10726
10727 * mail/sendmail.el (mail-mode): Eliminate ambiguous match
10728 from paragraph-start.
10729
10730 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
10731
10732 * international/mule-cmds.el (prefer-coding-system): If the
10733 argument requires specific EOL conversion type, make the default
10734 coding systems use that.
10735
10736 1998-12-30 Drew Csillag <drew_csillag@geocities.com>
10737
10738 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
10739 Use shell-command-on-region.
10740 (m4-start-m4, m4-end-m4): Functions deleted.
10741
10742 1998-12-30 Michael Ernst <mernst@alum.mit.edu>
10743
10744 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
10745
10746 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10747
10748 * browse-url.el (browse-url-mail): Give argument SEND-ACTION
10749 to compose-mail in the correct places and as a list.
10750
10751 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp>
10752
10753 * page-ext.el: Added mouse-selection feature for pages directory buffer.
10754 (pages-directory-map): Bind mouse-2
10755 (pages-copy-header-and-position): Put text property.
10756 (pages-directory-goto-with-mouse): New function.
10757
10758 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org>
10759
10760 * international/codepage.el (cp-make-coding-systems-for-codepage):
10761 Doc fix.
10762 (cp-coding-system-for-codepage-1): Likewise.
10763
10764 1998-12-29 Kenichi Handa <handa@etl.go.jp>
10765
10766 * language/thai-util.el (thai-post-read-conversion): Handle Thai
10767 composition sequence correctly here instead of calling
10768 thai-compose-region.
10769
10770 * textmodes/fill.el (fill-region-as-paragraph): While deleting a
10771 newline in multibyte buffer, if previous or next character is a
10772 composite char, check the first component of the composite char.
10773
10774 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org>
10775
10776 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
10777 and track-mouse.
10778
10779 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10780
10781 * mail/sendmail.el (mail-yank-original): Remove text properties
10782 after insertion.
10783 (mail-yank-region): Barf if no mark is set in the message
10784 being replied to.
10785
10786 * help.el (function-called-at-point): First look for function at point.
10787
10788 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu>
10789
10790 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
10791
10792 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10793
10794 * simple.el (what-cursor-position): Print character encoding also.
10795
10796 1998-12-26 Dave Love <fx@gnu.org>
10797
10798 * textmodes/flyspell.el: If local-maps work, don't put
10799 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
10800 in flyspell-mouse-map (only).
10801 (flyspell-use-local-map): New variable.
10802 Use a different mouse-2 binding in that case,
10803 and don't add to minor-mode-map-alist.
10804 (make-flyspell-overlay, flyspell-correct-word):
10805 Test flyspell-use-local-map.
10806
10807 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10808
10809 * files.el (file-expand-wildcards): Handle wildcards in directory name.
10810 Be careful about whether to return a relative file name,
10811 and if so, relative to what directory.
10812
10813 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
10814
10815 * emacs-lisp/easymenu.el (easy-menu-get-map):
10816 Change global map only if this menu exists in the global map already,
10817 and not in the local map.
10818 (easy-menu-do-add-item): Fix error message.
10819
10820 * foldout.el (foldout-inhibit-key-bindings):
10821 Avoid concatenating onto outline-minor-mode-prefix.
10822 Make a new keymap for that prefix, if it does not already have one.
10823
10824 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu>
10825
10826 * cperl-mode.el:
10827 Can use linear algorithm for indentation if Emacs supports it.
10828 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp.
10829 (cperl-after-block-p): Likewise.
10830 (cperl-after-block-and-statement-beg): Likewise.
10831 (cperl-after-block-p): After END/BEGIN we are a block.
10832 (cperl-after-expr-p): Skip labels when checking
10833 (cperl-indent-region): Make a marker for END - text added/removed.
10834 Disable hooks during the call (how to call them later?).
10835 Now indents 820-line-long function in 6.5 sec (including
10836 syntaxification) the first time (when buffer has few
10837 properties), 7.1 sec the second time.
10838 (cperl-indent-region): Do not indent whitespace lines
10839 (cperl-style-alist)
10840 Include `cperl-merge-trailing-else' where the value is clear.
10841 (cperl-styles-entries): Likewise.
10842 (cperl-problems): Improvements to docs.
10843 (cperl-tips): Likewise.
10844 (cperl-non-problems): Likewise.
10845 (cperl-mode): Make lazy syntaxification possible.
10846 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
10847 `font-lock-unfontify-region-function' was set to a wrong function.
10848
10849 (cperl-find-pods-heres): Safe a position in buffer where it is safe to
10850 restart syntaxification. Changed so that -d ?foo? is a RE. Do
10851 not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
10852 but 1<<6 was considered as HERE-doc.
10853 <file/glob> made into a string.
10854 Postpone addition of faces after syntactic step.
10855 Recognition of <FH> was wrong.
10856 Highlight `gem' in s///gem as a keyword. `qr' recognized.
10857 Knows that split// is null-RE.
10858 Highlights separators in 3-parts expressions as labels.
10859 <> was considered as a glob.
10860 Would err if the last line is `=head1'.
10861 $a-1 ? foo : bar; was a considered a regexp.
10862 `<< (' was considered a start of HERE-doc.
10863 mark qq[]-etc sections as syntax-type=string
10864 Was not processing sub protos after a comment ine.
10865 Was treating $a++ <= 5 as a glob.
10866 Tolerate unfinished REx at end-of-buffer.
10867 `unwind-protect' was left commented.
10868 / and ? after : start a REx.
10869
10870 (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
10871 Better default, customizes to `message' too, off in text-mode.
10872
10873 (cperl-array-face): Renamed from `font-lock-emphasized-face',
10874 `defface'd.
10875 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
10876 `defface'd.
10877 (cperl-emacs-can-parse): New state variable.
10878 (cperl-indent-line): Corrected to use global state.
10879 (cperl-calculate-indent): Likewise.
10880 (cperl-fix-line-spacing): Likewise (not used yet).
10881 (cperl-calculate-indent): Did not consider `,' as
10882 continuation mark for statements.
10883 (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
10884 Remove another parse-data optimization at toplevel: would
10885 indent correctly.
10886 Correct for labels when calculating indentation of continuations.
10887 Docstring updated.
10888 (cperl-choose-color): Converted to a function (to be
10889 compilable in text-mode).
10890 (cperl-dark-background): Disable without window-system.
10891 Do `defface' only if window-system.
10892 (cperl-fix-line-spacing): Sped up to bail out early.
10893 (x-color-defined-p): Was not compiling on XEmacs
10894 Was defmacro'ed with a tick. Remove another def.
10895 (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
10896 (cperl-unwind-to-safe): New function.
10897 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
10898 (cperl-fontify-syntaxically): Unwinds start and end to go out of
10899 long strings (not very successful).
10900 (cperl-forward-re): Highlight the trailing / in s/foo// as string.
10901 Highlight the starting // in s//foo/ as function-name.
10902 Emit a meaningful error instead of a cryptic one for an
10903 uncomplete REx near end-of-buffer.
10904
10905 (cperl-electric-keyword): `qr' recognized.
10906 (cperl-electric-else): Likewise
10907 (cperl-to-comment-or-eol): Likewise
10908 (cperl-make-regexp-x): Likewise
10909 (cperl-init-faces): Likewise, and `lock' (as overridable?).
10910 Corrected to use new macros;
10911 `if' for copying `reference-face' to `constant-face' was backward.
10912 remove init `font-lock-other-emphasized-face',
10913 `font-lock-emphasized-face', `font-lock-keyword-face'.
10914 Interpolate `cperl-invalid-face'.
10915 (cperl-make-regexp-x): Misprint in a message.
10916 (cperl-syntaxify-unwind): New configuration variable
10917 (cperl-fontify-m-as-s): New configuration variable
10918 (cperl-electric-pod): Check for after-expr was performed
10919 inside of POD too.
10920 (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
10921 (cperl-clobber-mode-lists): New configuration variable.
10922 (cperl-not-bad-style-regexp): Updated.
10923 Init: `cperl-is-face' was busted.
10924 (cperl-make-face): New macros.
10925 (cperl-force-face): New macros.
10926 (font-lock-other-type-face): Done via `defface' too.
10927 (cperl-nonoverridable-face): New face. Renamed from
10928 `font-lock-other-type-face'.
10929 (cperl-init-faces-weak): Use `cperl-force-face'.
10930 (cperl-comment-indent): Commenting __END__ was not working.
10931 (cperl-indent-for-comment): Likewise.
10932 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'.
10933 When removing old TAGS info was not relativizing filename.
10934 (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
10935 Another try to work around XEmacs problems. Better progress messages.
10936 (toplevel): Require custom unprotected => failure on 19.28.
10937 (cperl-xemacs-p): Defined when compile too
10938 (cperl-find-tags): Was writing line/pos in a wrong order,
10939 pos off by 1 and not at beg-of-line.
10940 (cperl-etags-snarf-tag): New macro
10941 (cperl-etags-goto-tag-location): New macro
10942 (cperl-version): New variable. New menu entry
10943 random docstrings: References to "future" 20.3 removed.
10944 Menu was described as `CPerl' instead of `Perl'
10945 (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
10946 (cperl-toggle-construct-fix): Was toggling to t instead of 1.
10947 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face'
10948 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
10949 `font-lock-reference-face', `font-lock-keyword-face'.
10950 Use `eval-after-load'.
10951 Remove not-CPerl-related faces.
10952 (cperl-tips-faces): New variable and an entry into Mini-docs.
10953 (cperl-indent-exp): Was not processing else-blocks.
10954 (cperl-get-state): NOP line removed.
10955 (cperl-ps-print): New function and menu entry.
10956 (cperl-ps-print-face-properties): New configuration variable.
10957 (cperl-invalid-face): New configuration variable.
10958 (perl-font-lock-keywords): Highlight trailing whitespace
10959 (cperl-contract-levels): Documentation corrected.
10960 (cperl-contract-level): Likewise.
10961 (cperl-ps-extend-face-list): New macro.
10962 (cperl-invalid-face): Change to ''underline.
10963
10964 1998-12-25 Markus Rost <rost@delysid.gnu.org>
10965
10966 * mail/rmailout.el (rmail-output): Abbreviate name of default-file
10967 for read-file-name.
10968 (rmail-output-to-rmail-file): Likewise.
10969
10970 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
10971
10972 * emacs-lisp/easymenu.el (easy-menu-get-map):
10973 If MENU is nil, use global menu-bar map.
10974 (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
10975 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
10976
10977 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10978
10979 * ps-mule.el (ps-mule-begin-job): Programming uniformization.
10980
10981 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10982
10983 * ps-print.el (ps-print-version): New version number (4.1.3).
10984
10985 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org>
10986
10987 * international/mule-cmds.el: Use make-sparse-keymap instead of
10988 define-prefix-key when defining MULE menu items.
10989
10990 * info.el (Info-node-at-bob-matching): New function.
10991 (Info-find-node, Info-build-node-completions): Call it.
10992
10993 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org>
10994
10995 * help.el (describe-function-1): Say "keymap", not "Lisp macro",
10996 when this is an autoloaded keymap.
10997
10998 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org>
10999
11000 * international/codepage.el (cp-coding-system-for-codepage-1):
11001 Create separate encoders and decoders, for DOS and Unix. Make the
11002 usual family of 3 coding systems, so that automatic detection of
11003 EOL type works.
11004 (cp-make-coding-systems-for-codepage): Don't intern DOS- and
11005 Unix-specific symbols here, and don't call
11006 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi
11007 Handa <handa@etl.go.jp>.)
11008
11009 * dos-vars.el (dos-codepage-setup-hook): New defcustom.
11010
11011 * term/internal.el (IT-character-translations): New variable, an
11012 alist used to display characters for which there's no glyphs in
11013 the current codepage.
11014 (IT-display-table-setup): New function, sets up the DOS terminal
11015 for a given codepage.
11016 (dos-codepage-setup): New function, sets up the MULE environment
11017 for the current value of dos-codepage.
11018 (top-level if): In the multibyte mode, turn on
11019 unibyte-display-via-language-environment. In the unibyte mode,
11020 set up the special syntax tables to map lower- to upper case and
11021 back.
11022
11023 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org>
11024
11025 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
11026 (speedbar-frame-plist) Remove useless comments.
11027 (speedbar-frame-mode) Do not specify height if it is in the param list.
11028 Use default y position w/out changing it.
11029 If default x position is a list, keep, calculate the non-list X
11030 value when devining an initial position.
11031 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
11032 (speedbar-tag-group-name-minimum-length): New variable.
11033 (speedbar-frame-parameter): New compatibility function.
11034 (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
11035 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
11036 groups to keep things in the right order, and to help with some
11037 naming conventions.
11038 (speedbar-create-tag-hierarchy): Enable buffer local version of
11039 `speedbar-tag-hierarchy-method' in the buffer we are tagging.
11040 (speedbar-line-path) Make DEPTH param optional. Devine it if absent.
11041 the case, derive it from the cursor location in speedbar.
11042
11043 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
11044
11045 * international/mule-cmds.el (set-language-environment): On MS-DOS
11046 terminals, install DOS-specific nonascii-translation-table if the
11047 language info doesn't specify one. Pass the default eol-type to
11048 set-language-environment-coding-systems.
11049 (set-default-coding-systems): Copy the eol-type property for the
11050 new default values of {buffer-file,process}-coding-system from the
11051 old defaults.
11052 (set-language-environment-coding-systems): Accept an optional
11053 argument EOL-TYPE, and set the eol-type property of the default
11054 coding systems accordingly.
11055 (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
11056 (set-keyboard-coding-system): Likewise.
11057 (set-default-coding-systems): Don't set
11058 default-terminal-coding-system on MS-DOS to anything but nil.
11059 (prefer-coding-system): Describe in the doc string that
11060 default-terminal-coding-system is not changed on MS-DOS.
11061 (set-language-environment): For MS-DOS, set standard syntax table
11062 and display table for all characters with code above 127.
11063 (standard-display-european-internal): For MS-DOS, pass all
11064 characters with code above 127 directly to the terminal, and don't
11065 remap characters 160 and 146 in the unibyte case.
11066
11067 * international/codepage.el: New file.
11068
11069 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11070
11071 * diary-lib.el (diary-float): Fix end-of-year error and typos in
11072 comments.
11073
11074 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
11075
11076 * map-ynp.el (map-y-or-n-p): Ignore input methods.
11077
11078 * subr.el (read-passwd): Likewise.
11079
11080 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org>
11081
11082 * info.el (Info-find-node): Add 1 to the position read from the
11083 tag table. Don't fail if the node delimiter ^_ is the first
11084 character in the file.
11085 (Info-insert-dir): Don't fail when the node delimiter ^_ is the
11086 first character in the file.
11087 (Info-read-subfile): Likewise.
11088 (Info-select-node): Likewise.
11089 (Info-build-node-completions): Likewise.
11090
11091 1998-12-16 Richard Stallman <rms@gnu.org>
11092
11093 * term/x-win.el (x-cut-buffer-or-selection-value):
11094 If clipboard is enabled, try it before PRIMARY selection.
11095
11096 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11097
11098 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
11099 insert c-cedilla and C-cedilla respectively, like in latin-1.
11100
11101 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org>
11102
11103 * language/hebrew.el: Don't use sublists in the flags argument
11104 passed to make-coding-system.
11105
11106 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11107
11108 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
11109 list of character sets found by find-charset-region.
11110
11111 * ps-mule.el: Always require ps-print. Move some function
11112 definitions for Emacs 20.2 and the earlier to ps-print.el.
11113 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
11114
11115 * ps-print.el: Define several functions for Emacs 20.2 and the
11116 earlier version.
11117 (ps-printer-name): Check if printer-name is bound.
11118
11119 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11120
11121 * ps-mule.el: Programming uniformization and little code improvement.
11122 (ps-mule-prepare-font): Programming uniformization.
11123 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
11124 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
11125
11126 * ps-bdf.el: Programming uniformization and little code improvement.
11127 (bdf-search-and-read): New fun.
11128 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
11129 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
11130 (bdf-info-relative-compose, bdf-info-baseline-offset)
11131 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
11132 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
11133 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
11134 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
11135 improvement.
11136
11137 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11138
11139 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
11140 and mule related code extraction. Autoload ps-mule funs.
11141
11142 * ps-mule.el: Doc fix. Require ps-print only when compiled.
11143 (ps-mule-prologue-generated): New fun.
11144 (ps-mule-plot-string): Add autoload cookie.
11145 (ps-mule-begin-job): Call ps-mule-prologue-generated.
11146
11147 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11148
11149 * ps-bdf.el: Require ps-mule instead of ps-print.
11150 (bdf-directory-list): Add autoload cookie.
11151
11152 * ps-mule.el: New file. Mule related code extracted from
11153 ps-print.el. Require ps-print, provide ps-mule.
11154 (ps-multibyte-buffer): Add autoload cookie.
11155 (ps-mule-prepare-ascii-font): New fun.
11156 (ps-mule-set-ascii-font): New fun.
11157 (ps-mule-skip-same-charset): Fun deleted.
11158 (ps-mule-plot-string): Set ps-mule-current-charset.
11159 (ps-mule-initialize): Add autload cookie. Don't set
11160 ps-mule-font-info-database here.
11161 (ps-mule-begin-job): Renamed from ps-mule-begin. Update
11162 ps-mule-font-info-database and ps-control-or-escape-regexp.
11163 (ps-mule-begin-page): New fun.
11164
11165 * ps-print.el: Mule related code moved to ps-mule.el.
11166 (ps-begin-job): While setting ps-control-or-escape-regexp, don't
11167 check ps-mule-charset-list.
11168 (ps-begin-page): Don't set ps-mule-current-charset, instead call
11169 ps-mule-begin-page.
11170 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
11171 (ps-plot-region): Don't set ps-mule-current-charset, instead call
11172 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset,
11173 instead skip same charsets by itself.
11174 (ps-generate): Call ps-mule-initialize of needs-begin-file is
11175 non-nil. Call ps-mule-begin-job.
11176
11177 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11178
11179 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf
11180 instead of bdf.
11181
11182 * ps-print.el (ps-mule-font-info-database): Doc-string modified.
11183 (ps-mule-external-libraries): New element FEATURE.
11184 (ps-mule-init-external-library): Ajusted for the above change.
11185 (ps-mule-generate-font): Likewise.
11186 (ps-mule-generate-glyphs): Likewise.
11187 (ps-mule-prepare-font): Likewise.
11188 (ps-mule-initialize): Likewise.
11189 (ps-begin-file): Superfluous tailing parenthesis deleted.
11190
11191 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11192
11193 * international/fontset.el (x-decompose-font-name): If PATTERN
11194 doesn't have any wild cards, return a vector made from a name that
11195 is found by x-resolve-font-name found. Comments added.
11196
11197 * international/mule-cmds.el (find-coding-systems-for-charsets):
11198 Handle the case of unknown charset.
11199 (find-multibyte-characters): If invalid multibyte characters are
11200 found, return the corresponding strings instead of character
11201 codes.
11202 (find-multibyte-characters): Adjusted for the above change.
11203 (select-safe-coding-system): For a unibyte buffer, always returns
11204 DEFAULT-CODING-SYSTEM.
11205 (get-charset-property): Fix previous change. Make it a function.
11206 (put-charset-property): Make it a function.
11207
11208 * international/mule.el (make-coding-system): Set mime-charset
11209 property of *-with-esc coding system to nil.
11210
11211 * international/quail.el (quail-point-in-conversion-region): New
11212 function.
11213 (quail-conversion-backward-delete-char): When a key sequence is
11214 being translated, call quail-delete-last-char.
11215
11216 * language/devan-util.el
11217 (devanagari-reorder-glyphs-for-decomposition): Fix the way to
11218 handle devanagari-decomposition-rules.
11219
11220 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org>
11221
11222 * textmodes/texinfo.el (texinfo-tex-buffer): Bind
11223 tex-start-options-string to empty string.
11224 (texinfo-tex-region): Use texinfo-tex-trailer as documented.
11225
11226 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org>
11227
11228 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
11229 5xx responses are already handled properly).
11230
11231 1998-12-13 Richard Stallman <rms@gnu.org>
11232
11233 * progmodes/compile.el (compilation-error-regexp-alist): Insist
11234 on a non-digit in the file name.
11235
11236 * simple.el (comment-region): Handle comment-padding
11237 separately for insertion and for deletion, in the right way for each.
11238
11239 1998-12-13 Felix Lee <flee@cygnus.com>
11240
11241 * progmodes/compile.el (compilation-error-regexp-alist): Fix
11242 regexp to match "ChangeLog:1:1998-12-09 ..."
11243
11244 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org>
11245
11246 * cus-start.el (dos-unsupported-char-glyph): Add.
11247
11248 1998-12-11 Dave Love <fx@gnu.org>
11249
11250 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
11251 forward-sexp in condition-case.
11252
11253 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11254 Remove unnecessary test on `library' for explicit file name.
11255 Widen scope of save-match-data.
11256
11257 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org>
11258
11259 * international/mule.el (load-with-code-conversion): If the loaded
11260 file was inserted with no-conversion or raw-text coding system,
11261 make the buffer unibyte.
11262
11263 1998-12-09 Richard Stallman <rms@gnu.org>
11264
11265 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
11266 Get rid of nested loops.
11267
11268 * mouse.el (mouse-drag-vertical-line):
11269 If WHICH-SIDE is not `right', then scroll bars are on the left.
11270
11271 * loadhist.el (load-history-loaded): defvar moved to help.el.
11272
11273 * help.el (symbol-file-load-history-loaded): Variable renamed,
11274 and defvar moved from loadhist.el.
11275 (symbol-file): Renamed from describe-function-find-file.
11276 Load fns-VERSION.el here.
11277 (describe-variable, describe-function-1): Use symbol-file.
11278
11279 * textmodes/tex-mode.el (tex-generate-zap-file-name):
11280 Don't start the name with #.
11281
11282 * ispell.el: Take out the eval-when's.
11283
11284 1998-12-09 Peter Breton <pbreton@ne.mediaone.net>
11285
11286 * dirtrack.el (dirtrack-directory-change-hook): New hook.
11287 (dirtrack): Run it. Make debug message more verbose.
11288
11289 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
11290
11291 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
11292 name of the abbrev table, and provide support for XEmacs.
11293 (octave-xemacs-p): New variable.
11294
11295 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
11296
11297 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
11298 exit, when mail-interactive is nil.
11299
11300 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr>
11301
11302 * files.el (after-find-file): Message fix.
11303
11304 1998-12-09 Ken Stevens <stevens@kdstevens.com>
11305
11306 * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
11307
11308 1998-12-09 Geoff Voelker <voelker@cs.washington.edu>
11309
11310 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
11311 filenames using backslashes.
11312
11313 1998-12-09 Dave Love <fx@gnu.org>
11314
11315 * browse-url.el (browse-url-mail): Call compose-mail-other-window
11316 with correct number of args.
11317 (browse-url-maybe-new-window): New arg. Callers changed.
11318
11319 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
11320 comment.
11321
11322 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
11323
11324 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
11325
11326 1998-12-08 Markus Rost <rost@delysid.gnu.org>
11327
11328 * vc.el (vc-rcs-release): Fix Type.
11329 (vc-sccs-release): Fix Type.
11330 (vc-cvs-release): Fix Type.
11331
11332 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
11333 arg work right.
11334
11335 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
11336 output of last undeleted message.
11337
11338 1998-12-07 Geoff Voelker <voelker@cs.washington.edu>
11339
11340 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
11341 (buffer-undo-list) [windows-nt]: Use different relative path.
11342
11343 1998-12-07 Simon Marshall <simon@gnu.org>
11344
11345 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
11346
11347 1998-12-05 Markus Rost <rost@delysid.gnu.org>
11348
11349 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
11350
11351 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
11352
11353 1998-12-04 Markus Rost <rost@delysid.gnu.org>
11354
11355 * info.el (Info-menu): Don't return error if point is between menu
11356 header and first menu item.
11357
11358 1998-12-04 Dave Love <fx@gnu.org>
11359
11360 * help.el (describe-function-1): Fix description for alias.
11361
11362 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org>
11363
11364 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
11365 specifications from summary line.
11366
11367 * rect.el (delete-whitespace-rectangle): Mark for autoload.
11368 (close-rectangle): Define alias only once in loaddefs.el.
11369
11370 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org>
11371
11372 * term/internal.el: Remove code which sets up a special syntax
11373 table for non-ASCII characters.
11374
11375 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org>
11376
11377 * dos-w32.el (direct-print-region-function): Try to ensure that
11378 printer-name is expanded to a file name on a local drive;
11379 sometimes printing a file loaded from a network volume fails.
11380 (direct-print-region-function): Add a function to
11381 write-region-annotate-functions to append a formfeed character to
11382 the region being printed, if the region doesn't end with a
11383 formfeed already. This avoids creating a second print job
11384 containing a blank page when print spooling is enabled on Windows.
11385
11386 1998-12-02 Dave Love <fx@gnu.org>
11387
11388 * help.el (help-make-xrefs): Use `info', not the non-autoloaded
11389 `Info-goto-node'.
11390
11391 1998-12-02 Richard Stallman <rms@gnu.org>
11392
11393 * help.el (temp-buffer-resize-mode): Doc fix.
11394
11395 * cus-edit.el (custom-save-delete): Save point before
11396 reading a sexp, rather than backing up.
11397
11398 * international/iso-transl.el: Fix previous change.
11399
11400 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
11401
11402 * vc.el (vc-dired-window-configuration, vc-ediff-windows,
11403 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
11404 Added defvars to suppress compilation warnings.
11405
11406 1998-11-30 Ken Stevens <k.stevens@ieee.org>
11407
11408 * ispell.el: Improved and fixed customize for variables:
11409 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
11410 ispell-dictionary-alist, ispell-skip-sgml.
11411 Improved and fixed comments in variables and messages for
11412 functions: ispell-help-in-bufferp, ispell-local-dictionary,
11413 ispell-menu-map, ispell-checking-message, ispell-parser,
11414 ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
11415 ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
11416 ispell-comments-and-strings, ispell-continue, ispell-complete-word,
11417 ispell-message-text-end, ispell-add-per-file-word-list.
11418 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
11419 system is now required for all languages. Casechars improved for
11420 castellano, castellano8, and norsk dictionaries. Dictionary
11421 norsk7-tex added. Dictionary polish added.
11422 (ispell-dictionary-alist): Redefined at load-time to support
11423 dictionary changes.
11424 (ispell-menu-map): Redefined at load-time to support menu changes.
11425 (ispell-check-version): New alias for `check-ispell-version'.
11426 (ispell-parse-output): Fixed matching for ispell error messages.
11427 Correctly returns spelling suggestions in order generated by ispell
11428 process.
11429 (check-ispell-version): Ensure `case-fold-search' doesn't get
11430 redefined.
11431 (ispell-complete-word): Ensure `case-fold-search' doesn't get
11432 redefined. Fix bug that didn't respect case of word being completed.
11433 (ispell-init-process): Set process coding system to be compatible
11434 with emacs processes and the ispell process.
11435 (ispell-kill-ispell): Ensures ispell process has terminated before
11436 starting new process. This can otherwise confuse process filters
11437 and hang the ispell process.
11438 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
11439 skipping support for sgml.
11440 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r
11441 which could cause `ispell-complete-word' to hang.
11442 (ispell-message): Improved message reference matching. Ensure
11443 `case-fold-search' doesn't get redefined.
11444 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
11445 get redefined. Fixed bug in returning to nroff mode from tex mode.
11446 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
11447 get redefined.
11448
11449 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu>
11450
11451 * textmodes/flyspell.el (flyspell-check-word-p):
11452 Don't delay inside a kbd macro.
11453
11454 * subr.el (make-local-hook): Return the hook variable.
11455
11456 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11457
11458 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
11459 Use a timer instead of post-command-hook.
11460 (hscroll-timer): New variable.
11461
11462 1998-11-30 Dave Love <fx@gnu.org>
11463
11464 * help.el (help-xref-button): Do nothing if text already has the
11465 help-xref property.
11466 (describe-variable): Revert previous change to hyperlink to source.
11467
11468 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
11469
11470 * bindings.el (features): Add `base64' to this list.
11471
11472 * loadhist.el (symbol-file): Doc fix.
11473
11474 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
11475
11476 * files.el (hack-one-local-variable): Cope with non-file buffers.
11477
11478 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu>
11479
11480 * help.el (describe-mode): Put major mode first.
11481
11482 * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
11483 to support special-display and same-window features.
11484
11485 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu>
11486
11487 * simple.el (transpose-subr, transpose-subr-1): Rename variables
11488 bound in one function and used in the other.
11489 (transpose-subr-start1, transpose-subr-start2): Add defvars.
11490 (transpose-subr-end1, transpose-subr-end2): Add defvars.
11491
11492 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu>
11493
11494 * autoinsert.el (auto-insert-alist): Use user-mail-address.
11495
11496 1998-11-26 Kenichi Handa <handa@etl.go.jp>
11497
11498 * international/ccl.el (ccl-dump-translate-character-const-tbl):
11499 Give format correct control string.
11500
11501 * international/mule.el (define-translation-table): Fix bug of
11502 setting incorrect translation-table-id. If the first element of
11503 ARGS is a translation table, just register it.
11504
11505 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
11506 property.
11507
11508 1998-11-24 Michael Ernst <mernst@alum.mit.edu>
11509
11510 * thingatpt.el (thing-at-point-url-at-point): Don't use current
11511 syntax table to determine what is whitespace.
11512
11513 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu>
11514
11515 * frame.el (frame-parameter): Doc fix.
11516
11517 * textmodes/tex-mode.el (tex-feed-input): New function.
11518 (tex-define-common-keys): Add binding for C-c C-m.
11519
11520 1998-11-23 Dave Love <fx@gnu.org>
11521
11522 * progmodes/fortran.el: Various minor doc fixes.
11523 (fortran-font-lock-keywords-1): Add `d' to comment-chars.
11524 (fortran-with-subprogram-narrowing): New macro.
11525 (fortran-check-for-matching-do): Use it.
11526 (fortran-end-do): Use fortran-check-end-prog-re.
11527 (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
11528 (fortran-calculate-indent, fortran-calculate-indent): Likewise.
11529
11530 1998-11-23 Simon Marshall <simon@gnu.org>
11531
11532 * font-lock.el (font-lock-defaults): Doc fix.
11533 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
11534 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
11535
11536 * lazy-lock.el (lazy-lock-unstall):
11537 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
11538
11539 * fast-lock.el (fast-lock-save-cache-1):
11540 (fast-lock-cache-data): Rewritten to use with-temp-message.
11541
11542 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org>
11543
11544 * mail/rmail.el (rmail-set-message-counters-counter): Detect
11545 messages that have been added with DOS line endings and convert
11546 the line endings for such messages.
11547
11548 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11549
11550 * help.el: Add resizing of temporary buffers.
11551 (temp-buffer-resize-mode): New command and variable.
11552 (temp-buffer-max-height): New variable.
11553 (resize-temp-buffer-window): New function.
11554
11555 * window.el (window-buffer-height): New function, split from
11556 shrink-window-if-larger-than-buffer.
11557 (shrink-window-if-larger-than-buffer): Use window-buffer-height.
11558
11559 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu>
11560
11561 * frame.el (initial-frame-alist): Add defcustom.
11562
11563 * shell.el (shell-prompt-pattern): Add defcustom.
11564
11565 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11566
11567 * message.el (message-ignored-supersedes-headers): Remove
11568 NNTP-Posting-Date.
11569
11570 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu>
11571
11572 * help.el (describe-mode): Don't avoid loop indirecting thru
11573 value of INDICATOR.
11574
11575 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu>
11576
11577 * help.el (describe-variable): Allow any variable with a defcustom,
11578 even if it is not a user variable.
11579
11580 * mail/rmail.el (mail-unsent-separator): Additional alternative.
11581
11582 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org>
11583
11584 * gnus/nntp.el (nntp-request-group): Allow for failures when
11585 requesting a new group.
11586
11587 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu>
11588
11589 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
11590
11591 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11592
11593 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
11594
11595 1998-11-19 Simon Marshall <simon@gnu.org>
11596
11597 * subr.el (with-temp-message): New macro.
11598
11599 * emacs-lisp/lisp-mode.el (with-temp-message):
11600 Add lisp-indent-function property.
11601
11602 1998-11-18 Dave Love <fx@gnu.org>
11603
11604 * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
11605
11606 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu>
11607
11608 * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
11609 This is not obsolete.
11610
11611 1998-11-18 Kenichi Handa <handa@etl.go.jp>
11612
11613 * textmodes/picture.el: Make a new map by make-keymap.
11614 (picture-desired-column): New variable.
11615 (picture-update-desired-column): New function.
11616 (picture-beginning-of-line): Set picture-desired-column to 0.
11617 (picture-end-of-line): Set picture-desired-column to the current
11618 column.
11619 (picture-forward-column): Pay attention to multi-column character.
11620 (picture-backward-column): Likewise.
11621 (picture-move-down): Likewise.
11622 (picture-move-up): Likewise.
11623 (picture-movement-nw): With prefix arg, move twice columns.
11624 (picture-movement-ne): Likewise.
11625 (picture-movement-sw): Likewise.
11626 (picture-movement-se): Likewise.
11627 (picture-set-motion): Handle two-column movements.
11628 (picture-move): Call picture-move-down or picture-forward-column
11629 only when necessary.
11630 (picture-insert): Pay attention to picture-desired-column.
11631 (picture-self-insert): Likewise.
11632 (picture-clear-column): Pay attention to multi-column character.
11633 (picture-mode): Modify doc-string for two-column movement.
11634
11635 * rect.el (move-to-column-force): New function.
11636 (operate-on-rectangle): If coerce-tabs is non-nil, call
11637 move-to-column-force instead of move-to-column.
11638 (insert-rectangle): Call move-to-column-force instead of
11639 move-to-column.
11640 (open-rectangle-line): If begextra is not zero, call
11641 move-to-column-force.
11642
11643
11644 1998-11-16 Dave Love <fx@gnu.org>
11645
11646 * textmodes/sgml-mode.el Require skeleton when compiling.
11647 (sgml-font-lock-keywords-1): Accept single-letter tags.
11648 (v2): Defvar free variable.
11649
11650 1998-11-16 Sam Steingold <sds@goems.com>
11651
11652 * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
11653 macro, not ELisp one.
11654
11655 1998-11-16 Kenichi Handa <handa@etl.go.jp>
11656
11657 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
11658 characters to symbol.
11659
11660 * language/japan-util.el (japanese-zenkaku-region): New optional
11661 arg KATAKANA-ONLY.
11662
11663 1998-11-16 Kenichi Handa <handa@etl.go.jp>
11664
11665 * international/mule.el
11666 (after-insert-file-set-buffer-file-coding-system): If the buffer
11667 is changed to unibyte, return inserted bytes.
11668
11669 * tar-mode.el (tar-header-block-tokenize): Decode codes of file
11670 and link names if necessary.
11671 (tar-header-block-summarize): Handle the case that file or link
11672 names are multibyte.
11673 (tar-summarize-buffer): At first set the current buffer unibyte,
11674 then if there are multibyte file names, change it to multibyte.
11675 (tar-mode): Get char position from tar-header-offset.
11676 (tar-extract): Avoid multibyte<->unibyte conversion in
11677 insert-buffer-subsring by setting both buffers unibyte
11678 temporarily.
11679 (tar-copy): Set the buffer unibyte while doing a work. Write
11680 without code conversion.
11681 (tar-expunge): Set the buffer unibyte while doing a work.
11682 (tar-alter-one-field): Likewise.
11683 (tar-clear-modification-flags): Compare byte position with
11684 tar-header-offset.
11685 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
11686 insert-buffer-subsring by setting both buffers unibyte
11687 temporarily. Pay attention to multibyteness while updating the
11688 descriptor-line.
11689 (tar-mode-write-file): Write without code conversion.
11690
11691 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11692
11693 * nngateway.el: Require cl.
11694
11695 1998-11-15 Dave Love <fx@gnu.org>
11696
11697 * progmodes/fortran.el: Fix previous change:
11698 (fortran-end-prog-re1): Changed.
11699 (fortran-check-end-prog-re): New function.
11700 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
11701
11702 1998-11-13 Tom Breton <tob@world.std.com>
11703
11704 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
11705 GNU Emacs.
11706
11707 1998-11-13 Carsten Dominik <cd@delysid.gnu.org>
11708
11709 * textmodes/reftex.el: (reftex-finding-files): Group documentation
11710 fixed.
11711 (reftex-toc-toggle-file-boundary,
11712 reftex-toc-toggle-labels,
11713 reftex-toc-toggle-context,reftex-find-start-point): New functions.
11714 (reftex-toc-include-labels, reftex-toc-include-context,
11715 reftex-toc-include-file-boundaries,
11716 reftex-toc-keep-other-windows): New options.
11717 (reftex-use-text-after-label-as-context): Option removed.
11718 (reftex-extract-bib-entries): Protect use in non-latex
11719 buffers.
11720 (reftex-toc-visit-location): Renamed from
11721 `reftex-toc-visit-line'.
11722 (reftex-latin1-to-ascii): Works now with and without Mule.
11723 (reftex-truncate): Removed special stuff for Emacs 20.2.
11724 (reftex-get-offset): Made more general.
11725 (reftex-show-label-location): Renamed from
11726 `reftex-select-label-callback'.
11727 (reftex-pop-to-label): Function removed (using
11728 `reftex-show-label-location' instead.
11729 (reftex-insert-docstruct): Renamed from
11730 `reftex-make-and-insert-label-list'. Function args changed.
11731 (reftex-toc): Now uses `reftex-insert-docstruct' and
11732 `reftex-find-start-point'.
11733 (reftex-select-item): Use `reftex-find-start-point'.
11734 (reftex-toc-visit-line): Can display labels and file
11735 boundaries.
11736 (reftex-TeX-master-file): `(TeX-master-file)' protected.
11737
11738 1998-11-12 Sam Steingold <sds@goems.com>
11739
11740 * browse-url.el (browse-url): Handle the case when
11741 `browse-url-browser-function' is a lambda list.
11742
11743 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org>
11744
11745 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
11746 version string.
11747 * loadhist.el (symbol-file): Likewise
11748
11749 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM>
11750
11751 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
11752
11753 1998-11-11 Sam Steingold <sds@goems.com>
11754
11755 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
11756 `run-lisp' instead of signalling an error.
11757
11758 1998-11-11 Karl Heuer <kwzh@gnu.org>
11759
11760 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
11761
11762 1998-11-11 Richard Stallman <rms@gnu.org>
11763
11764 * vc-hooks.el (vc-toggle-read-only): Doc fix.
11765
11766 1998-11-11 Per Starback <starback@update.uu.se>
11767
11768 * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
11769 renamed svenska8 to svenska, and fixed and extended CASECHARS
11770 for it.
11771
11772 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org>
11773
11774 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
11775 handling if setpagedevice is not available.
11776 (ps-begin-file): Fix typo.
11777
11778 1998-11-11 Kenichi Handa <handa@etl.go.jp>
11779
11780 * international/mule-util.el (compose-chars-component): Signal
11781 error if CH is a rule-based composition character.
11782 (compose-chars): Signal error if an already compsed character is
11783 going to be composed by rule-base.
11784
11785 * term/x-win.el: If a resolved ASCII font name doesn't conform to
11786 full XLFD, don't try to get information of WEIGHT and SLANT from
11787 that font name.
11788
11789 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
11790
11791 * dos-w32.el (set-default-process-coding-system): Use function on
11792 before-init-hook to set default-process-coding-system based on
11793 enable-multibyte-characters.
11794
11795 * term/w32-win.el ([language-change]): For now ignore
11796 keyboard language-change events.
11797
11798 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org>
11799
11800 * ediff-util.el (ediff-make-temp-file): Run the prefix through
11801 convert-standard-file-name, but leave the results of
11802 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2
11803 characters if the original name already exists, or has a special
11804 handler.
11805
11806 1998-11-10 Karl Heuer <kwzh@gnu.org>
11807
11808 * international/iso-insert.el: Delete autoload cookies.
11809
11810 * international/iso-transl.el: Add autoload cookies.
11811
11812 1998-11-10 Richard Stallman <rms@gnu.org>
11813
11814 * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
11815 (ispell-process-line): Don't treat multibyte
11816
11817 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk>
11818
11819 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
11820 setpagedevice to specify the page size if setpagedevice is
11821 available. This is necessary to select the correct paper tray on
11822 Level 2 printers with multiple paper sizes available.
11823
11824 (ps-begin-file): Cope with font names that contain spaces, and
11825 call BeginDoc in a BeginSetup/EndSetup block.
11826
11827 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org>
11828
11829 * loadup.el (buffer-undo-list): Run fns-VERSION.el through
11830 convert-standard-filename.
11831
11832 * loadhist.el (symbol-file): Run fns-VERSION.el through
11833 convert-standard-filename.
11834
11835 1998-11-06 Richard Stallman <rms@gnu.org>
11836
11837 * textmodes/texinfmt.el (texinfo-format-scan):
11838 Detect the case of two @-commands in a row; process just the first.
11839 (texinfo-append-refill): If line has a @c, insert the @refill
11840 before it.
11841 (texinfo-format-refill): Return with point where the @refill was.
11842
11843 * files.el (hack-local-variables): Test local-enable-local-variables.
11844 (hack-local-variables-prop-line): Likewise.
11845 (set-auto-mode): Don't test local-enable-local-variables here.
11846 (enable-local-variables): Doc fix.
11847 (local-enable-local-variables): Doc fix.
11848 (normal-mode): Doc fix.
11849
11850 1998-11-06 Karl Heuer <kwzh@gnu.org>
11851
11852 * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
11853
11854 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM>
11855
11856 * simple.el (line-number-mode): Doc fix.
11857
11858 1998-11-06 Kenichi Handa <handa@etl.go.jp>
11859
11860 * international/fontset.el (create-fontset-from-fontset-spec):
11861 Give correct arg to `error'.
11862
11863 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org>
11864
11865 * textmodes/sgml-mode.el (html-mode): Doc fix.
11866 (sgml-name-8bit-mode): Fix missing format character in message string.
11867
11868 1998-11-05 Karl Heuer <kwzh@gnu.org>
11869
11870 * mail/sendmail.el (sendmail-send-it): Check for failure.
11871
11872 1998-11-05 Richard Stallman <rms@gnu.org>
11873
11874 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
11875
11876 * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
11877 (close-rectangle): Define as alias.
11878
11879 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu>
11880
11881 * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
11882
11883 1998-11-05 Dave Love <fx@gnu.org>
11884
11885 * help.el (describe-variable): Don't quote link to source.
11886
11887 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu>
11888
11889 * gud.el (gud-common-init): Use pop-to-buffer.
11890 (same-window-regexps): Add an element that matches all gud buffers.
11891
11892 1998-11-04 Jason Rumney <jasonr@altavista.net>
11893
11894 * term/w32-win.el (x-get-selection-value): Alias to
11895 x-cut-buffer-or-selection-value.
11896 (w32-standard-fontset-spec): New variable.
11897 (w32-create-initial-fontsets, mouse-set-font): Check whether
11898 new-fontset is available.
11899 (w32-use-w32-font-dialog): Enable use of set-variable.
11900
11901 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11902
11903 * vc.el (with-vc-file, edit-vc-file): New macros.
11904
11905 1998-11-04 Kenichi Handa <handa@etl.go.jp>
11906
11907 * international/quail.el (quail-show-guidance-buf): Call
11908 set-minibuffer-window to set minibuffer window of the current
11909 frame correctly.
11910
11911 1998-11-03 Theodore Jump <tjump@tertius.com>
11912
11913 * term/w32-win.el: Require fontset.
11914
11915 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org>
11916
11917 * faces.el (set-face-font): Call resolve-fontset-name on w32.
11918 (set-face-font-auto): Ditto.
11919
11920 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
11921
11922 * mouse.el (mouse-drag-region): Fix typo.
11923
11924 1998-11-02 Dave Love <fx@gnu.org>
11925
11926 * progmodes/fortran.el Fix for fontification of strings lost somehow:
11927 (fortran-fontify-string): New function.
11928 (fortran-font-lock-keywords-1): Use it.
11929
11930 1998-11-02 Markus Rost <rost@delysid.gnu.org>
11931
11932 * comint.el (comint-file-name-quote-list): Doc fix.
11933
11934 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
11935
11936 * loadup.el (buffer-undo-list): Write fns-VERSION.el into
11937 build directory, not source directory.
11938
11939 * mouse.el (mouse-drag-region): Fake up a mouse-motion event
11940 if we did not get one for the final move.
11941
11942 1998-11-01 Dave Love <fx@gnu.org>
11943
11944 * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
11945 Don't funcall browse-url-browser-function.
11946
11947 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
11948 Don't funcall browse-url-browser-function.
11949
11950 * fortran.el (fortran-end-prog-re1): Fix the regexp.
11951
11952 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
11953
11954 * files.el (revert-buffer): Doc fix.
11955
11956 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
11957
11958 * textmodes/tex-mode.el (tex-start-options-string):
11959 Quote the backslashes with more backslashes.
11960
11961 1998-10-31 Dave Love <fx@gnu.org>
11962
11963 * webjump.el (webjump-sample-sites): Fix Lisp archive site.
11964 (webjump): Don't funcall browse-url-browser-function.
11965
11966 1998-10-30 Kenichi Handa <handa@etl.go.jp>
11967
11968 * international/quail.el (quail-start-translation): Handle
11969 switching of the frame in read-key-sequence.
11970 (quail-start-conversion): Likewise.
11971 (quail-show-guidance-buf): Detach quail-guidance-buf from any
11972 windows before setting an appropriate window for it.
11973 (quail-hide-guidance-buf): Use window-minibuffer-p. Set
11974 quail-guidance-win to nil.
11975 (quail-update-guidance): If quail-guidance-buf is not in the
11976 selected frame, call quail-show-guidance-buf again.
11977
11978 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no>
11979
11980 * progmodes/pascal.el (pascal-mode):
11981 `blink-matching-paren-dont-ignore-comments' set to t.
11982
11983 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11984
11985 * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
11986
11987 1998-10-30 Dave Love <fx@gnu.org>
11988
11989 * vc.el (vc-backend-merge-news): Check for "P" output.
11990
11991 * help.el (describe-variable): Hyperlink the definition.
11992
11993 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
11994
11995 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
11996 (sh-set-shell): Likewise.
11997
11998 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
11999
12000 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
12001 (edebug-on-error): Fix customize type to match that of
12002 debug-on-error.
12003
12004 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
12005
12006 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
12007 report-emacs-bug-address instead of undefined bug-gnu-emacs.
12008
12009 * international/mule-cmds.el (select-message-coding-system): Doc
12010 fix.
12011
12012 * international/mule-diag.el (describe-coding-system): Describe
12013 all flags.
12014
12015 * mail/sendmail.el (sendmail-coding-system,
12016 default-sendmail-coding-system): Doc fix.
12017
12018 * simple.el (shell-command-on-region): Doc fix.
12019
12020 * loadup.el: Write fns-*.el in current directory instead of
12021 data-directory since no installation directory exists yet. Mark
12022 buffer unmodified afterwards.
12023
12024 * loadhist.el (symbol-file): Load fns-*.el from exec-directory
12025 instead of data-directory since it is architecture dependent.
12026 (load-history-loaded): Update doc string.
12027
12028 1998-10-29 Geoff Voelker <voelker@cs.washington.edu>
12029
12030 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
12031 path as a default directory when canonicalizing names.
12032
12033 * w32-fns.el: Remove a dangling reference to a directory on the
12034 build machine.
12035
12036 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu>
12037
12038 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
12039 namespace related keywords such as `class', `body', `private',
12040 `variable', `namespace eval', etc.
12041 (tcl-imenu-generic-expression): Handle itcl body and class definitions.
12042 (tcl-mode): Added ":" as a word constituent to the syntax-alist of
12043 imenu and font-lock so that searches for \sw would find words
12044 containing colons.
12045
12046 * progmodes/etags.el (initialize-new-tags-table):
12047 Do not alter find-tag-marker-ring and tags-location-ring.
12048
12049 1998-10-27 Geoff Voelker <voelker@cs.washington.edu>
12050
12051 * term/w32-win.el: Require fontset.
12052 (w32-init-fontsets): New function (code from x-win.el).
12053
12054 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12055
12056 * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
12057 calendar-and-diary-frame-parameters): Add title parameter.
12058
12059 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
12060
12061 * completion.el (dynamic-completion-mode): New function to enable
12062 the mode. (Just loading the file now does not change anything.)
12063
12064 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12065
12066 * ps-print.el: User option for multibyte buffer handling and doc fix.
12067 (ps-multibyte-buffer): New user option.
12068 (ps-setup): Print new user option.
12069 (ps-print-quote): New fun.
12070 (ps-color-p, ps-mule-font-info-database-latin): New var.
12071 (ps-default-color, ps-mule-font-info-database)
12072 (ps-mule-font-info-database-ps-bdf): Adjust initialization.
12073 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
12074 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
12075 Little code improvement.
12076 (ps-mule-initialize): Initialize ps-mule-font-info-database.
12077 (ps-print-prologue-header, ps-font-family, ps-font-size)
12078 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
12079 (ps-build-face-reference, ps-mule-font-info-database-bdf)
12080 (ps-mule-external-libraries, ps-mule-init-external-library)
12081 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
12082 Doc fix.
12083 (ps-print-version): New version number (4.1.1) and doc fix.
12084 (ps-print-prologue-header): New user option.
12085 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
12086 Conditional compilation for GNU Emacs and emacsens.
12087 (ps-generate-postscript-with-faces): Skip invisible text better.
12088 (ps-setup): Print new user option.
12089 (ps-print-preprint): Check if input file name exists and is unwritable.
12090 (ps-begin-file): Adjust PostScript prologue header for duplex printers
12091 and insert user PostScript prologue header comments.
12092 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
12093 New funs.
12094 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
12095 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
12096 PostScript programming normalization.
12097 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
12098 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
12099 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
12100 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
12101 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
12102 Programming style normalization.
12103
12104 1998-10-26 Kenichi Handa <handa@etl.go.jp>
12105
12106 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
12107 version, check the value of mule-version.
12108
12109 * international/mule-util.el (compose-region): Insert then delete
12110 to preserve markers.
12111 (decompose-region): Use search-forward for efficiency.
12112
12113 * language/chinese.el (pre-write-encode-hz): Cancel previous
12114 change, use generate-new-buffer instead of get-buffer-create.
12115 * language/devan-util.el
12116 (in-is13194-devanagari-pre-write-conversion): Likewise.
12117 * language/thai-util.el (thai-pre-write-conversion): Likewise.
12118 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
12119 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
12120
12121 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
12122
12123 * mail/rmailsum.el (rmail-message-subject-p):
12124 Handle message whose header has not been reformatted.
12125
12126 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
12127
12128 1998-10-25 Jason Rumney <jasonr@altavista.net>
12129
12130 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
12131 New variables.
12132 (mouse-set-font): Use font menus instead of dialog according to
12133 w32-use-w32-font-dialog.
12134
12135 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12136
12137 * calendar/calendar.el (calendar-day-name-array): Add doc string
12138 correctly!
12139 (calendar-month-name-array): Add doc string correctly!
12140
12141 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu>
12142
12143 * net-utils.el (whois-get-tld): Rewrite not to use `do'.
12144
12145 1998-10-21 Markus Rost <rost@delysid.gnu.org>
12146
12147 * lisp/info.el (Info-next-menu-item): Stay on top of node.
12148
12149 * mail/rmailout.el (rmail-output): Insert newline only if necessary.
12150
12151 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
12152
12153 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
12154
12155 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org>
12156
12157 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
12158
12159 1998-10-21 Karl Heuer <kwzh@gnu.org>
12160
12161 * emacs-lisp/profile.el (profile-timer-program): Var deleted.
12162 (profile-timer-process, profile-temp-result-, profile-time): Likewise.
12163 (profile-filter, profile-reset-timer): Functions deleted.
12164 (profile-check-zero-init-times, profile-get-time): Likewise.
12165 (profile-find-function, profile-quit): Likewise.
12166 (profile-distinct, profile-call-stack, profile-last-time): New vars.
12167 (profile-time-list, profile-init-list): Doc fix.
12168 (profile-functions): Simplify.
12169 (profile-print): Use float. Make output include space separators.
12170 (profile-add-time): New helper function.
12171 (profile-function-prolog): Renamed from profile-start-function.
12172 Handle profile-distinct.
12173 (profile-function-epilog): Renamed from profile-update-function.
12174 Handle profile-distinct.
12175 (profile-a-function): If the function to be profiled is an
12176 autoload form, load it. If it's lazy-loaded, fetch it.
12177 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
12178 (profile-restore-fun): Arg FUN is now a function symbol, as was
12179 documented, rather than a one-element list.
12180 (profile-finish): Call profile-restore-fun properly.
12181
12182 1998-10-21 Kenichi Handa <handa@etl.go.jp>
12183
12184 * international/characters.el: Setup charset property
12185 nospace-between-words.
12186
12187 * international/mule-cmds.el (get-charset-property): If CHARSET is
12188 composition, return nil.
12189 (put-charset-property): If CHARSET is composition, do nothing.
12190
12191 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
12192 * language/devan-util.el
12193 (in-is13194-devanagari-pre-write-conversion): Likewise.
12194 * language/thai-util.el (thai-pre-write-conversion): Likewise.
12195 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
12196 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
12197
12198 * textmodes/fill.el (sentence-end-without-period): New variable.
12199 (canonically-space-region): Pay attention to
12200 sentence-end-without-period.
12201 (fill-find-break-point): The first argument CHARSET deleted.
12202 Caller changed.
12203 (fill-region-as-paragraph): Pay attention to charset property
12204 nospace-between-words and text property nospace-between-words.
12205
12206 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
12207
12208 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
12209 an unrecognized shell.
12210
12211 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org>
12212
12213 * desktop.el (desktop-save): Include minor modes symbolically.
12214 (desktop-create-buffer): Turn on all minor modes in `mim'.
12215
12216 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
12217
12218 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
12219 (sh-font-lock-keywords): Handle rpm and rpm2.
12220 (sh-ancestor-alist): Handle rpm.
12221
12222 * files.el (auto-mode-alist): Recognize .rpm files.
12223 Also .spec and .mspec files.
12224
12225 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org>
12226
12227 * faces.el (frame-set-background-mode): Enable the function for
12228 MSDOS frames.
12229
12230 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12231
12232 * calendar/calendar.el (calendar-day-name-array): Add doc string.
12233 (calendar-month-name-array): Add doc string.
12234
12235 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu>
12236
12237 * simple.el (kill-ring-max): Increased to 60.
12238
12239 1998-10-17 Kenichi Handa <handa@etl.go.jp>
12240
12241 * international/characters.el: Setup auto-fill-chars.
12242
12243 * international/kinsoku.el (kinsoku): Check the variable
12244 enable-kinsoku.
12245
12246 * simple.el (do-auto-fill): Don't check kinsoku-enable here.
12247 Don't call kinsoku directly, intead call fill-find-break-point.
12248
12249 * textmodes/fill.el: Setup `fill-find-break-point-function'
12250 property to character sets which require `kinsoku' processing for
12251 filling.
12252 (fill-find-break-point): New function.
12253 (fill-region-as-paragraph): Don't check kinsoku-enable here.
12254 Don't call kinsoku directly, intead call fill-find-break-point.
12255
12256 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu>
12257
12258 * faces.el (modify-face-read-string): Return (nil) for "none".
12259 (modify-face): Don't get error if (nil) is the argument.
12260 (face-try-color-list): Don't check whether nil is a valid color.
12261
12262 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu>
12263
12264 * emacs-lisp/bytecomp.el (byte-recompile-directory):
12265 Print message about each directory, even in batch mode.
12266
12267 * gnus/nntp.el: Require `cl' before using nnoo-declare.
12268
12269 * ps-print.el (ps-mule-chars-in-string): No need to use sref.
12270 (ps-mule-string-char): No need to use sref.
12271 (ps-mule-next-index): No need to use sref.
12272
12273 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
12274
12275 * files.el (revert-buffer-internal-hook): Add defvar.
12276
12277 * arc-mode.el (archive-mode): Locally set file-precious-flag.
12278
12279 * tar-mode.el (tar-mode): Locally set file-precious-flag.
12280
12281 1998-10-16 Markus Rost <rost@delysid.gnu.org>
12282
12283 * international/mule-cmds.el (default-input-method): Fix custom type.
12284
12285 * net-utils.el (whois-server-list): Fix customization type.
12286
12287 * shell.el (shell-input-autoexpand): Fix customization group.
12288
12289 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu>
12290
12291 * repeat.el (repeat): Handle keyboard macros properly.
12292 Handle new prefix arg after self-insert command.
12293
12294 * repeat.el: Don't include cl even at compile time.
12295 (repeat): Avoid using `loop'.
12296
12297 * simple.el (shell-command-on-region): Doc fix.
12298 (next-history-element): Special error message if no default.
12299
12300 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu>
12301
12302 * ps-print.el (ps-print-buffer): Doc fix.
12303 (ps-despool): Likewise.
12304
12305 * arc-mode.el (arc-mode): Provide arc-mode.
12306
12307 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
12308
12309 * ps-print.el (ps-print-buffer): Doc fix.
12310
12311 1998-10-14 Dave Love <fx@gnu.org>
12312
12313 * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
12314 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
12315 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
12316
12317 * progmodes/fortran.el (fortran-mode-map): Change "Join
12318 Continuation Line" to "Join Line".
12319 (fortran-font-lock-keywords-1): Add "cycle", "exit".
12320
12321 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
12322
12323 * progmodes/fortran.el (fortran-join-line): Use
12324 `delete-indentation' instead of issuing an error message if not on
12325 a continuation line. Provide for joining several lines using
12326 prefix arg.
12327
12328 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org>
12329
12330 * term/pc-win.el (msdos-color-values): New variable.
12331 (x-color-values): New function, emulates its namesake from
12332 src/xfns.c.
12333 (msdos-bg-mode): Add all dark colors to those which return
12334 "dark".
12335
12336 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
12337
12338 * replace.el (keep-lines, flush-lines, how-many):
12339 Don't ignore case if arg has upper case letters.
12340
12341 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch>
12342
12343 * progmodes/vhdl-mode.el
12344 (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
12345 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
12346 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
12347 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
12348 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
12349 (vhdl-when): Fix indentation problem.
12350 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
12351 (vhdl-get-port, vhdl-get-generic): Bug fix in template.
12352 (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
12353
12354 1998-10-13 Geoff Voelker <voelker@cs.washington.edu>
12355
12356 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
12357 (ls-lisp-insert-directory): Renamed from insert-directory.
12358 (insert-directory): New function.
12359
12360 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
12361
12362 * simple.el (completion-fixup-function): Variable deleted.
12363 (completion-setup-function): Delete code for completion-fixup-function.
12364 * emacs-lisp/lisp.el (lisp-complete-symbol):
12365 Don't bind completion-fixup-function.
12366
12367 * files.el (find-file-wildcards): New option.
12368 (find-file-noselect): Handle wild cards, if enabled.
12369 (file-expand-wildcards): New function.
12370
12371 * simple.el (set-fill-column): Doc fix.
12372
12373 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12374
12375 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
12376
12377 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org>
12378
12379 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
12380 Move declaration before first use.
12381 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
12382 hif-math, hif-factor): Rename token to hif-token and token-list to
12383 hif-token-list.
12384 (hif-token, hif-token-list): Declare them.
12385 (hif-find-ifdef-block): Return cons of top and bottom point
12386 instead of setting dynamically bound variables.
12387 (hide-ifdef-block, show-ifdef-block): Use return value of
12388 hif-find-ifdef-block.
12389
12390 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
12391
12392 * subr.el (read-passwd): Use clear-this-command-keys.
12393
12394 * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
12395
12396 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
12397 and ...-for-write.
12398
12399 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk>
12400
12401 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
12402 responses to GROUP command, since this may be called from a timer
12403 with quit inhibited.
12404
12405 1998-10-12 Kenichi Handa <handa@etl.go.jp>
12406
12407 * international/ccl.el (ccl-compile-if): If there's no false-cmds,
12408 set unconditional-jump to nil.
12409 (ccl-compile-read-multibyte-character): Return nil.
12410 (ccl-compile-write-multibyte-character): Likewise.
12411 (ccl-compile-translate-character): Likewise
12412 (ccl-compile-map-multiple): Likewise.
12413 (ccl-compile-map-single): Likewise.
12414
12415 * international/kinsoku.el: Add coding tag.
12416 (kinsoku-bol): Remove superfluous TAB in a string.
12417
12418 * international/mule-cmds.el (find-coding-systems-for-charsets):
12419 Delete `composition' (if any) from CHARSETS.
12420
12421 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
12422
12423 * international/mule-cmds.el (setup-specified-language-environment):
12424 Add apropos-inhibit property.
12425 (describe-specified-language-support): Likewise.
12426
12427 1998-10-11 Kenichi HANDA <handa@etl.go.jp>
12428
12429 * international/mule.el (make-coding-system): Create -with-esc
12430 variant coding system.
12431
12432 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
12433
12434 * progmodes/etags.el (tags-loop-revert-buffers): New variable.
12435 (next-file): Optionally offer to revert a file's buffer,
12436 if it has an existing buffer but the file has changed.
12437
12438 * info.el (Info-insert-dir): Detect and report problems
12439 in input files, such as "No Top node". Return with point
12440 at the beginning of the text.
12441 (Info-find-node): Reinsert the code to handle files
12442 with no tags table; it was deleted by mistake.
12443
12444 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
12445
12446 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
12447 texinfo-find-higher-level-node repeatedly find the same node.
12448 (texinfo-find-higher-level-node): Doc fix.
12449
12450 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
12451
12452 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
12453 (smtpmail-address-buffer): Add defvar.
12454 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
12455
12456 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
12457
12458 * ffap.el (ffap-machine-p-local): Fix editing error.
12459
12460 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu>
12461
12462 * faces.el (frame-set-background-mode):
12463 Don't do anythung for text-only or MSDOS frame.
12464
12465 1998-10-08 Kenichi Handa <handa@etl.go.jp>
12466
12467 * international/quail.el (quail-defrule): New optional arg APPEND.
12468 (quail-defrule-internal): Fix bug of handling the argument APPEND.
12469
12470 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu>
12471
12472 * gnus/pop3.el (pop3-open-server):
12473 Set process-coding-system-alist around open-network-stream.
12474
12475 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu>
12476
12477 * files.el (save-buffer): Doc fix.
12478
12479 1998-10-07 Karl Heuer <kwzh@gnu.org>
12480
12481 * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
12482 return DEF unchanged, not nil. Simplify.
12483
12484 1998-10-06 Geoff Voelker <voelker@cs.washington.edu>
12485
12486 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
12487
12488 1998-10-06 Peter Breton <pbreton@ne.mediaone.net>
12489
12490 * generic.el (generic-mode-with-type): Added hooks for generic-modes.
12491
12492 * net-utils.el (ftp, nslookup): Require comint.
12493 (network-service-connection): Likewise.
12494 (whois-server-name): Defaults to whois.arin.net
12495 (whois-server-list, whois-server-tld, whois-guess-server): New var.
12496 (whois): Tries to guess the appropriate top-level domain server.
12497 (whois-get-tld): New function.
12498
12499 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
12500 (dirtrack-debug-toggle): Added this function.
12501
12502 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
12503
12504 * files.el (find-file-noselect): Switch to the correct buffer
12505 before checking find-file-literally, and allow non-nil non-t
12506 rawfile params.
12507
12508 1998-10-06 Karl Heuer <kwzh@gnu.org>
12509
12510 * midnight.el (clean-buffer-list): Add autoload cookie.
12511
12512 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
12513 no-autosave.
12514 * tar-mode.el (tar-mode-revert): Likewise.
12515 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
12516 from ediff-arrange-autosave-in-merge-jobs. Callers changed.
12517 * gnus/message.el (message-auto-save-directory): Renamed from
12518 message-autosave-directory. All references changed.
12519
12520 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
12521
12522 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
12523 string. Expose mime stuff while searching.
12524
12525 1998-10-06 Richard Stallman <rms@gnu.org>
12526
12527 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
12528
12529 * replace.el (perform-replace): Position point properly
12530 before and after the recursive edit of C-r.
12531
12532 * progmodes/etags.el (tags-reset-tags-tables): Properly
12533 find the markers in the old rings that are being discarded.
12534
12535 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12536
12537 * apropos.el (apropos-print): Control invalid characters.
12538
12539 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
12540 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
12541 confusing customize.
12542
12543 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org>
12544
12545 * generic-x.el (bat-generic-mode): Fix regexps for keywords and
12546 built-in commands. Add more built-in commands and fix face names.
12547
12548 1998-10-05 Simon Marshall <simon@gnu.org>
12549
12550 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
12551
12552 1998-10-04 Eric Ludlam <zappo@gnu.org>
12553
12554 * speedbar.el (speedbar-initial-expansion-list-name): Remove
12555 customization since it is not useful in this case.
12556 (speedbar-frame-mode): Check if cfx or cfy is a list, and make
12557 sure it gets evalled to a number. Also verify that set-frame-name
12558 fn exists before calling it.
12559
12560 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
12561 Protect a `forward-sexp' call which could fail, and improved regex
12562 for ie, and eg abbreviations.
12563
12564 1998-10-02 Noah Friedman <friedman@splode.com>
12565
12566 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
12567 send-string.
12568 (rlogin-send-Ctrl-D): Here also.
12569 (rlogin-send-Ctrl-Z): Here also.
12570 (rlogin-send-Ctrl-backslash): Here also.
12571
12572 1998-10-02 Dave Love <fx@gnu.org>
12573
12574 * outline.el (hide-region-body): Bind
12575 outline-view-change-hook to nil while making repeated calls to
12576 outline-flag-region. Run it once at the end.
12577 (hide-other, hide-sublevels, show-children): Likewise.
12578
12579 * info-look.el: Remove duplicate scheme-mode entry.
12580 (info-lookup-make-completions): When looking for entries, check
12581 that `item' isn't null or "Menu".
12582
12583 1998-10-01 Karl Heuer <kwzh@gnu.org>
12584
12585 * net-utils.el: Don't require ffap.
12586 (net-utils-machine-at-point, net-utils-url-at-point): New functions.
12587 (ping, nslookup-host, finger, network-connection-to-service): Use them.
12588
12589 1998-09-30 Richard Stallman <rms@gnu.org>
12590
12591 * ispell.el (check-ispell-version): No need to bind default-major-mode.
12592
12593 * imenu.el (imenu--generic-function): Sort each submenu by position.
12594 (imenu--sort-by-position): New function.
12595
12596 * cus-edit.el (Custom-mode-menu): Fix info node name.
12597 (customize group): Fix info node name.
12598
12599 * mail/mailalias.el (build-mail-aliases): Don't allow
12600 a newline in the alias name. Don't define an alias
12601 if the definition would be empty.
12602
12603 * which-func.el (which-func-mode-global): Make :set function
12604 more reliable.
12605
12606 * custom.el (custom-set-variables): Load the requests first,
12607 then check the symbol's `set' function.
12608
12609 * ffap.el: Doc fixes.
12610
12611 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12612
12613 * gnus.el: (gnus-valid-select-methods): Fix type.
12614 * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
12615 * gnus-score.el (gnus-orphan-score): Fix type.
12616 (gnus-score-default-header, gnus-score-default-type): Fix type.
12617 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
12618 (gnus-saved-headers): Fix type.
12619
12620 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
12621 Avoid nil value of `two-lines-citation-part'.
12622
12623 1998-09-30 Roman Belenov <roman@nstl.nnov.ru>
12624
12625 * which-func.el (which-function): Handle case when
12626 (car imenu--index-alist) is nil.
12627
12628 1998-09-29 Dave Love <fx@gnu.org>
12629
12630 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
12631 bzip2 args.
12632
12633 1998-09-29 Simon Marshall <simon@gnu.org>
12634
12635 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
12636 comint-exec-hook.
12637
12638 1998-09-29 Stephen Eglen <stephen@gnu.org>
12639
12640 * info-look.el: Add support for Octave.
12641
12642 1998-09-28 Carsten Dominik <cd@delysid.gnu.org>
12643
12644 * textmodes/reftex.el (reftex-finding-files): New customize group.
12645 (reftex-texpath-environment-variables,
12646 reftex-use-external-file-finders, reftex-external-file-finders,
12647 reftex-search-unrecursed-path-first): New options.
12648 (reftex-process-string, reftex-find-file-externally): New
12649 functions.
12650 (reftex-access-search-path): Execute shell commands to find the
12651 search path.
12652 (reftex-toggle-auto-view-crossref): When turning on, make sure
12653 `reftex-auto-view-crossref' becomes non-nil.
12654 (reftex-abbrev-regexp): Constant removed.
12655 (reftex-convert-string): Abbrev regexp calculated locally.
12656
12657 1998-09-28 Dave Love <fx@gnu.org>
12658
12659 * progmodes/fortran.el: Don't call regexp-opt when deriving
12660 font-lock patterns with keywords that aren't all literal.
12661
12662 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
12663
12664 * octave-inf.el (inferior-octave-prompt): Also match prompts of
12665 the form `octave.bin:1>' which come from using precopiled binary
12666 versions.
12667
12668 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu>
12669
12670 * help.el (help-for-help): Use %THIS-KEY%.
12671 (help-quit): Add doc.
12672
12673 * help-macro.el (make-help-screen): Keep HELP-TEXT
12674 in a separate function definition, not in the help command FNAME.
12675 Replace %THIS-KEY% with the key sequence that ran FNAME.
12676
12677 1998-09-25 Richard Stallman <rms@gnu.org>
12678
12679 * textmodes/texinfo.el (texinfo-show-structure):
12680 Bind inhibit-read-only.
12681
12682 * isearch.el (isearch-search-and-update): Properly
12683 handle upper case letters in the reverse-search special case.
12684
12685 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12686
12687 * gnus.el: Extend the list of autoloaded functions.
12688
12689 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
12690 buffer before creating help group. (from Gnus v5.6.43, fix by
12691 1998-08-20 Per Starback <starback@update.uu.se>)
12692
12693 * gnus-util.el (gnus-output-to-rmail): Adjust to
12694 `rmail-output-to-rmail-file'.
12695
12696 1998-09-25 Karl Heuer <kwzh@gnu.org>
12697
12698 * hexl.el (hexl-mode-map): More of previous change.
12699
12700 * textmodes/tex-mode.el (tex-run-command): Doc fix.
12701 (tex-start-tex): Don't use tex-start-options-string in star case.
12702 Quote file name in star case as well as in non-star.
12703 Add blank and quoting of option string here.
12704 (tex-start-options-string): Not here.
12705
12706 1998-09-23 Karl Heuer <kwzh@gnu.org>
12707
12708 * term.el (term-delimiter-argument-list): Doc fix.
12709 (term-emulate-terminal): Escape literal semicolon.
12710 * progmodes/asm-mode.el (asm-mode): Doc fix.
12711 (asm-comment-char): Escape literal semicolon.
12712 * emulation/viper-cmd.el (viper-movement-commands): Likewise.
12713
12714 1998-09-23 Richard Stallman <rms@gnu.org>
12715
12716 * hexl.el (hexl-mode-map): Don't override all ESC bindings,
12717 only those that normally modify the buffer.
12718
12719 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
12720 over again.
12721
12722 1998-09-23 E. Jay Berkenbilt <ejb@ql.org>
12723
12724 * ispell.el (check-ispell-version): Ensure same buffer is current
12725 when let-binding of case-fold-search ends.
12726
12727 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12728
12729 * ps-print.el: Skip invisible overlay.
12730 Test for set-buffer-multibyte rather than using mule-version.
12731 (ps-print-version): New version number (4.1) and doc fix.
12732 (ps-generate-postscript-with-faces): Skip invisible overlay.
12733
12734 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu>
12735
12736 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
12737
12738 1998-09-22 Kenichi Handa <handa@etl.go.jp>
12739
12740 * international/quail.el (quail-update-guidance): Check for the
12741 return value of (quail-guidance) fixed.
12742 (quail-update-translation): Bind quail-current-str locally when it
12743 calls quail-update-guidance.
12744 (quail-update-translation): If input-method-exit-on-first-char is
12745 non-nil, terminate translation only when the current input method
12746 is simple.
12747
12748 1998-09-22 Paul Eggert <eggert@twinsun.com>
12749
12750 * startup.el (locale-translation-file-name): Prefer X-related names
12751 to the name used by GNU/Linux sans X. Set to nil if no file found.
12752 (command-line): Use locale-translation-file-name if it is not nil,
12753 instead of testing for its existence again.
12754 regexp-quote the ctype before using it in a regexp.
12755 Allow a colon to appear after the ctype in the aliases file,
12756 as is done in X11R6.4.
12757
12758 1998-09-21 Richard Stallman <rms@gnu.org>
12759
12760 * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
12761
12762 * calendar/appt.el (appt-interval): Variable deleted.
12763 (appt-check): For minutes in between appt-display-interval times,
12764 do check, but don't display anything except an updated mode line.
12765 Count against appt-display-interval based on minutes since
12766 first display of this appointment, not based on time of day.
12767 If appt-display-mode-line, force mode line redisplay
12768 whenever appt-mode-string has changed.
12769 (appt-add, appt-delete): Add autoload cookies.
12770 (appt-check): Catch errors from calling `diary'.
12771 (appt-max-time): Renamed from max-time.
12772 (appt-now-displayed, appt-display-count): New variables.
12773 (appt-timer): Don't create one if we already have one.
12774
12775 * textmodes/tex-mode.el (tex-compilation-parse-errors):
12776 More general code to use the source buffer instead of the zap file.
12777
12778 * hilit-chg.el (highlight-compare-with-file): Renamed from
12779 compare-with-file.
12780
12781 * loadhist.el (load-history-loaded): New variable.
12782 (symbol-file): Load etc/fns-VERSION.el if that has not been done.
12783
12784 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
12785
12786 * emacs-lisp/find-func.el (find-function-search-for-symbol):
12787 Fix error messages.
12788
12789 1998-09-21 Markus Armbruster <armbru@pond.sub.org>
12790
12791 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
12792 Emacs frame.
12793
12794 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12795
12796 * mail/rmail.el (rmail-decode-babyl-format): Recognize both
12797 `undecided' and `undecided-unix'.
12798
12799 1998-09-21 Dave Love <fx@gnu.org>
12800
12801 * help.el (help-make-xrefs): Fix typo affecting Info references.
12802
12803 * subr.el (remove-hook): Check list values to avoid errors.
12804
12805 1998-09-18 Noah Friedman <friedman@splode.com>
12806
12807 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
12808 store string in eldoc-last-message without consing a new string.
12809 Rearrange logic from nested if's into cond's.
12810 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
12811 Do not print message; just return string.
12812 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
12813 Do not print message; just return string.
12814 Cache that string in eldoc-last-data.
12815 (eldoc-last-data): Make into a vector.
12816 (eldoc-get-fnsym-args-string): Use new data form of structure.
12817 (eldoc-get-var-docstring): Here also.
12818 (eldoc-last-data-store): New function.
12819 (eldoc-get-fnsym-args-string): Use it.
12820 (eldoc-get-var-docstring): Here also.
12821 (eldoc-docstring-first-line): Minimize interim string consing.
12822 Call substitute-command-keys on the result.
12823 (eldoc-print-var-docstrings, eldoc-print-docstring,
12824 eldoc-docstring-message): Functions removed.
12825 (eldoc-docstring-format-sym-doc): New function, functionality
12826 ripped out of eldoc-docstring-message.
12827 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
12828
12829 1998-09-18 Kenichi Handa <handa@etl.go.jp>
12830
12831 * international/mule.el (make-coding-system): Doc-string modified.
12832
12833 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org>
12834
12835 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
12836
12837 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
12838 customize type.
12839
12840 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
12841 type.
12842
12843 * progmodes/compile.el (compilation-error-screen-columns): New
12844 variable.
12845 (compilation-next-error-locus): Use it to decide whether to use
12846 forward-char or move-to-column.
12847
12848 * mail/rmail.el (rmail-movemail-program): Fix customize type.
12849
12850 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
12851 feedmail-fiddle-plex-user-list,
12852 feedmail-spray-address-fiddle-plex-list,
12853 feedmail-prompt-before-queue-user-alist,
12854 feedmail-prompt-before-queue-help-supplement,
12855 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
12856 feedmail-queue-alternative-mail-header-separator): Fix customize
12857 type.
12858
12859 * startup.el (site-run-file): Fix customize type.
12860
12861 * speedbar.el (speedbar-initial-expansion-list-name): Fix
12862 customize type.
12863
12864 * shell.el (shell-input-autoexpand): Fix customize type.
12865
12866 * ps-print.el (ps-font-info-database): Add missing dots in value.
12867 Improve layout of customize type.
12868
12869 * net-utils.el (traceroute-program-options, ping-program-options,
12870 ipconfig-program-options, netstat-program-options,
12871 arp-program-options, route-program-options,
12872 nslookup-program-options, ftp-program-options): Fix customize
12873 type.
12874
12875 * midnight.el (clean-buffer-list-kill-regexps,
12876 clean-buffer-list-kill-buffer-names,
12877 clean-buffer-list-kill-never-buffer-names,
12878 clean-buffer-list-kill-never-regexps): Fix customize type.
12879
12880 * man.el (Man-init-defvars): Avoid trailing nil on
12881 Man-filter-list.
12882
12883 * lpr.el (printer-name): Fix customize type.
12884
12885 1998-09-16 Kenichi Handa <handa@etl.go.jp>
12886
12887 * international/mule-cmds.el (reset-language-environment): Call
12888 update-coding-systems-internal.
12889
12890 * international/mule-conf.el: Call update-coding-systems-internal
12891 at the tail.
12892
12893 1998-09-14 Dave Love <fx@gnu.org>
12894
12895 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't
12896 use the menu-enable properties, pending doing it correctly and
12897 acceptably fast.
12898
12899 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
12900
12901 1998-09-13 Dave Love <d.love@dl.ac.uk>
12902
12903 * progmodes/hideshow.el (hs-grok-mode-type): Check
12904 comment-{start,end} non-nil as well as bound. Report an error if
12905 we can't grok the mode.
12906
12907 1998-09-13 Richard Stallman <rms@gnu.org>
12908
12909 * simple.el (blink-matching-open): Don't log paren matching
12910 messages in *Messages*.
12911
12912 1998-09-12 Richard Stallman <rms@gnu.org>
12913
12914 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
12915 Set point-before-scroll at end even if there was an error.
12916
12917 * ange-ftp.el (ange-ftp-insert-file-contents):
12918 Use binary mode for dumb-unix hosts as for unix hosts.
12919 (ange-ftp-copy-file-internal): Likewise.
12920
12921 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
12922
12923 * emacs-lisp/pp.el: Doc fixes.
12924
12925 * wid-edit.el (widget-menu-max-shortcuts): New variable.
12926 (widget-choose): Don't use single-char shortcuts if # items
12927 exceeds that many. Use minibuffer instead.
12928
12929 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12930
12931 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
12932
12933 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org>
12934
12935 * speedbar.el (speedbar-frame-mode): Do not set frame position if
12936 in terminal mode.
12937
12938 1998-09-10 Noah Friedman <friedman@splode.com>
12939
12940 * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
12941 defcustom declaration. It's wreaking too much havoc with XEmacs
12942 and older versions of Emacs, which share this code.
12943
12944 * type-break.el (type-break-mode): Here also.
12945
12946 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
12947 `t' to add-hook also to modify the new local value.
12948
12949 1998-09-10 Dave Love <fx@gnu.org>
12950
12951 * vc.el (vc-insert-headers): Doc fix.
12952
12953 1998-09-10 Richard Stallman <rms@gnu.org>
12954
12955 * textmodes/flyspell.el (flyspell-mode-on): Make the
12956 ispell-... variables permanent locals.
12957 (flyspell-mode-off): Add autoload cookie.
12958
12959 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
12960 do use binary mode, just as for `unix'.
12961 (ange-ftp-host-type): If HOST is nil, return `unix'.
12962
12963 * dired.el (dired-mark-files-containing-regexp):
12964 Don't scan directories. Ignore non-readable files.
12965
12966 * progmodes/compile.el (compilation-error-regexp-alist):
12967 Fix previous change: allow . and _ in command name.
12968
12969 * dired.el (dired-mark-files-containing-regexp): Fix previous change.
12970
12971 * uncompress.el (uncompress-while-visiting):
12972 Use just the car of what find-operation-coding-system returns.
12973
12974 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
12975
12976 * shell.el (shell-file-name-quote-list): Add # to the value.
12977
12978 1998-09-10 E. Jay Berkenbilt <ejb@ql.org>
12979
12980 * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
12981 to make killing of ispell process work even if
12982 kill-all-local-variables has been run.
12983
12984 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12985
12986 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
12987 loop when sexp entry ends at end of file with no newline.
12988
12989 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12990
12991 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
12992 (Custom-reset-standard): Fix menu inconsistency.
12993
12994 * mail/feedmail.el (feedmail-from-line): Allow t.
12995 (feedmail-message-id-suffix): Allow nil.
12996
12997 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
12998 Simplify. Make prefix arg work right.
12999
13000 1998-09-09 Dave Love <fx@gnu.org>
13001
13002 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
13003
13004 * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
13005
13006 1998-09-08 Dave Love <fx@gnu.org>
13007
13008 * add-log.el (change-log-font-lock-keywords): Do parenthesized
13009 stuff only after file names or at start of line. Allow parens
13010 around e-mail, as well as angles.
13011
13012 * gnus/nnweb.el (require): Wrap requirement of w3 and url in
13013 ignore-errors too, eval'd when compile. Require w3 stuff at load
13014 time for nicer failure if it's not available.
13015
13016 1998-09-07 Geoff Voelker <voelker@cs.washington.edu>
13017
13018 * comint.el (comint-arguments): Ignore backslashes when using
13019 w32 shells that expect backslashes as the directory separator.
13020
13021 1998-09-04 Kenichi Handa <handa@etl.go.jp>
13022
13023 * international/fontset.el (resolved-ascii-font): New variable.
13024 (x-complement-fontset-spec): By side effect, set
13025 `resolved-ascii-font' to the resolved name of ASCII font."
13026 (create-fontset-from-fontset-spec): Don't get a value for
13027 resolved-ascii-font from the list full-fontlist. It is set by
13028 x-complement-fontset-spec now.
13029
13030 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
13031 version, check the value of mule-version.
13032
13033 1998-09-07 Carsten Dominik <cd@delysid.gnu.org>
13034
13035 * textmodes/reftex.el (reftex-view-crossref): Split up into
13036 several functions. No longer moves to find a macro.
13037 (reftex-view-cr-cite, reftex-view-cr-ref,
13038 reftex-end-of-bib-entry): New functions.
13039 (reftex-auto-view-crossref): New value `window' allowed.
13040 (reftex-view-crossref-when-idle): Process new `window' option in
13041 (reftex-translate-to-ascii-function): New default.
13042 (reftex-label-illegal-re): Default changed, removed Latin1.
13043 (reftex-latin1-to-ascii): New function.
13044 (reftex-what-environment): Check for section regexp before use.
13045 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
13046 absolute path names.
13047 (reftex-TeX-master-file): Changed sequence of file checks.
13048 (reftex-do-citation): bibview cache only with RefTeX mode on.
13049
13050 1998-09-06 Richard Stallman <rms@gnu.org>
13051
13052 * progmodes/compile.el (compilation-error-regexp-alist):
13053 In first pattern (GNU utilities and other things),
13054 allow a space after the optional program name at the beginning.
13055
13056 * mail/mail-hist.el (mail-hist-current-header-contents):
13057 Fix previous change: use mail-header-end.
13058
13059 1998-09-06 Bill Richter <richter@math.nwu.edu>
13060
13061 * international/ccl.el: Doc fixes.
13062 * international/encoded-kb.el: Doc fixes.
13063 * international/fontset.el: Doc fixes.
13064 * international/kinsoku.el: Doc fixes.
13065 * international/kkc.el: Doc fixes.
13066 * international/mule-cmds.el: Doc fixes.
13067 * international/mule-conf.el: Doc fixes.
13068 * international/mule-util.el: Doc fixes.
13069 * international/mule.el: Doc fixes.
13070
13071 1998-09-05 Eric Ludlam <zappo@gnu.org>
13072
13073 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
13074 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
13075 (checkdoc-this-string-valid-engine): Permit ? as terminating
13076 punctuation for first line sentence breaking.
13077 (checkdoc-this-string-valid): When converting a comment into a doc
13078 string, make sure " chars are \".
13079 (checkdoc-sentencespace-region-engine): Only do double space check
13080 if based on the variable `sentence-end-double-space'
13081 (checkdoc-this-string-valid-engine): ? ends valid sentence.
13082 (checkdoc-proper-noun-region-engine): Exclude items in URLs
13083
13084 1998-09-04 Richard Stallman <rms@gnu.org>
13085
13086 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
13087 Recognize define-skeleton as a function definer.
13088
13089 * cus-edit.el (customize-option): Refuse to customize
13090 a variable that has no defcustom. But if variable is autoloaded,
13091 first try to load the library that defines it.
13092
13093 * international/iso-insert.el: Use `string' before calling `insert'
13094 so that in multibyte buffers we insert multibyte chars.
13095
13096 * dired.el (dired-mark-files-containing-regexp):
13097 Don't use find-file; instead, insert the file in a temp buffer.
13098
13099 * textmodes/tex-mode.el (tex-start-options-string): New option.
13100 (tex-start-tex): Use that variable.
13101
13102 * mail/rmail.el (rmail-primary-inbox-list): Make the initial
13103 value in the `repeat' alternative a list.
13104
13105 * textmodes/fill.el (fill-individual-paragraphs): Before deleting
13106 the inserted newline, verify that one was really inserted.
13107
13108 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
13109 remains on or remains off.
13110 (flyspell-multi-language-p): Default changed to nil.
13111
13112 * progmodes/ada-mode.el (ada-search-ignore-string-comment):
13113 In "found in comment" case, don't beginning-of-line after forward-line.
13114
13115 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
13116 If the function definition is not a lambda, return original FORM
13117 with no error.
13118
13119 1998-09-04 Peter Breton <pbreton@ne.mediaone.net>
13120
13121 * net-utils.el (netstat-program-options): Changed from nil to "-a"
13122 so that by default netstat shows all network connections.
13123
13124 1998-09-04 Bob Weiner <weiner@altrasoft.com>
13125
13126 * international/quail.el: Doc fixes.
13127
13128 * info.el (info): Don't add parens if FILE already has them.
13129
13130 1998-09-04 Geoff Voelker <voelker@cs.washington.edu>
13131
13132 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
13133 on extension lines.
13134
13135 1998-09-03 Geoff Voelker <voelker@cs.washington.edu>
13136
13137 * w32-fns.el (w32-shell-dos-semantics): New function.
13138
13139 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu>
13140
13141 * international/quail.el (quail-choose-completion-string): Store
13142 completion `choice' in `quail-current-str'; don't insert it.
13143
13144 1998-09-02 Kenichi Handa <handa@etl.go.jp>
13145
13146 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH
13147 argument to ps-mule-generate-bitmap-font.
13148
13149 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
13150 entry and change Latin-1 entry in the default value.
13151 (ps-mule-font-info-database-ps-bdf): New variable.
13152 (ccl-encode-ethio-unicode): Bug of CCL code fixed.
13153 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
13154 registerd in FONT-SPEC.
13155 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
13156 charcter width of bitmap fonts.
13157 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
13158 procedure NF.
13159 (ps-begin-file): Output PostScript code for setting
13160 SpaceWidthRatio.
13161 (ps-plot-region): Use line-beginning-position to get a position of
13162 the beginning of the current line.
13163
13164 * international/mule-cmds.el (register-input-method): Doc-string
13165 modified.
13166
13167 1998-09-01 Dave Love <fx@gnu.org>
13168
13169 * international/mule-cmds.el (current-language-environment): Fix
13170 setter function.
13171
13172 1998-09-01 Simon Marshall <simon@gnu.org>
13173
13174 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
13175 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
13176 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
13177 names with font-lock-type-face. Fontify type specs, etc., with
13178 font-lock-keyword-face.
13179
13180 1998-08-31 Kenichi Handa <handa@etl.go.jp>
13181
13182 * international/fontset.el (x-complement-fontset-spec): If ASCII
13183 font is specified in FONTLIST, don't substitute it for the
13184 resolved name.
13185
13186 1998-08-31 Paul Eggert <eggert@twinsun.com>
13187
13188 * international/mule.el (charset-description): Doc fix.
13189
13190 * language/chinese.el, language/cyrillic.el, language/czech.el,
13191 language/devanagari.el, language/ethiopic.el,
13192 language/european.el, language/hebrew.el, language/indian.el,
13193 language/japanese.el, language/korean.el, language/lao.el,
13194 language/slovak.el, language/thai.el, language/tibetan.el,
13195 language/vietnamese.el:
13196 Add coding: local variable, to avoid bootstrapping problem
13197 if you need to recompile all the Lisp files using interpreted code.
13198
13199 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13200
13201 * cal-china.el (chinese-year-cache): Change range of years from
13202 1989-2000 to 1990-2010.
13203
13204 1998-08-29 Dave Love <d.love@dl.ac.uk>
13205
13206 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
13207 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
13208
13209 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13210
13211 * ps-print.el (ps-print-control-characters): Doc-string modified.
13212 (ps-output-string-prim): Comment format changed.
13213 (ps-do-despool): Indentation of source code changed.
13214
13215 1998-08-28 Kenichi Handa <handa@etl.go.jp>
13216
13217 * subr.el (sref): Make it an alias of aref. Make the
13218 byte-compiler warn that it is obsolete.
13219 (char-bytes): Make the byte-compiler warn that it is obsolete.
13220
13221 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
13222 Calculate the total bytes using position-bytes instead of
13223 char-bytes.
13224
13225 1998-08-27 Karl Heuer <kwzh@gnu.org>
13226
13227 * snmp-mode.el: New file.
13228 * files.el (auto-mode-alist): Add snmp-mode patterns.
13229
13230 1998-08-27 Karl Eichwalder <ke@suse.de>
13231
13232 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
13233
13234 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13235
13236 * calendar/diary-lib.el (diary-block): Doc fix..
13237 * calendar/calendar.el (diary-list-include-blanks): Doc fix..
13238
13239 1998-08-27 Richard Stallman <rms@gnu.org>
13240
13241 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
13242 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
13243 Clear appt-mode-string if we don't put something in it.
13244
13245 1998-08-27 Dave Love <fx@gnu.org>
13246
13247 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
13248 dired-local-variables-file for dired-x.
13249
13250 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
13251 for compressed library files too.
13252
13253 1998-08-26 Kenichi Handa <handa@etl.go.jp>
13254
13255 * language/european.el ("Latin-1"): Modify `documentation' key value.
13256 ("Latin-2"): Likewise.
13257
13258 1998-08-26 Karl Heuer <kwzh@gnu.org>
13259
13260 * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
13261
13262 1998-08-26 Albert L. Ting <alt@artisan.com>
13263
13264 * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
13265 (mail-hist-current-header-contents): Use mail-text-start.
13266
13267 1998-08-26 Richard Stallman <rms@gnu.org>
13268
13269 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
13270 (customize-changed-options-previous-release): New variable.
13271 (customize-changed-options): Use that variable as default arg.
13272
13273 1998-08-26 Karl Eichwalder <ke@suse.de>
13274
13275 * midnight.el: Require `timer' not only when compiling.
13276
13277 1998-08-26 Per Starback <starback@update.uu.se>
13278
13279 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
13280 buffer before creating help group.
13281
13282 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
13283
13284 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
13285 coding-system-for-write before saving.
13286
13287 1998-08-26 Kevin Rodgers <kevinr@ihs.com>
13288
13289 * isearch.el (isearch-forward): Doc fix.
13290
13291 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org>
13292
13293 * emacs-lisp/find-func.el: Fix :version tags to have a string
13294 value, not a float.
13295
13296 * cus-dep.el: Fix typo in output.
13297
13298 1998-08-25 Dave Love <fx@gnu.org>
13299
13300 * repeat.el (repeat): Doc fix.
13301 [From rms:]
13302 (repeat-previous-repeated-command): New variable.
13303 (repeat): Check for real-last-command being null or repeat. Set
13304 repeat-previous-repeated-command.
13305
13306 * browse-url.el (browse-url-netscape): Fix format for hex escapes.
13307
13308 1998-08-25 Kenichi Handa <handa@etl.go.jp>
13309
13310 * gnus/message.el (message-send-mail-with-sendmail): Bind
13311 coding-system-for-write by the return value of
13312 select-message-coding-system.
13313 (message-send-mail-with-qmail): Likewise.
13314
13315 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org>
13316
13317 * emacs-lisp/autoload.el: Fix doc-string-elt property on
13318 define-derived-mode.
13319
13320 * files.el (file-name-invalid-regexp):
13321 Fix regex for ms-dos without long file names.
13322
13323 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13324
13325 * ps-print.el: Multi-byte buffer handling.
13326 (ps-print-version): New version number (4.0) and doc fix.
13327 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
13328 compilation for GNU Emacs and emacsens.
13329 (ps-generate-postscript-with-faces): Force invisible text to be
13330 visible.
13331 (dos-ps-printer): New var to avoid compilation gripes.
13332
13333 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13334
13335 * ps-print.el (ps-mule-plot-string): Pay attention to the case
13336 that no more characters can't be printed in the current line.
13337
13338 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13339
13340 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
13341 greater than TO.
13342
13343 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13344
13345 * ps-print.el: Add codes to make ps-print.el work also on Emacs
13346 20.2 and the earlier version.
13347 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
13348 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
13349 (ps-mule-find-wrappoint): Likewise.
13350 (ps-mule-generate-font): Change `X' to `x' in format
13351 control-string.
13352 (ps-generate): Call ps-mule-begin before calling ps-begin-job.
13353 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
13354 `restore' form procedures `BC' and `EC'.
13355
13356 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13357
13358 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
13359 is an executable procedure. Make LineThickness, Xshadow, and
13360 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc.
13361 (ps-mule-font-info-database, ps-mule-font-info-database-ps,
13362 ps-mule-font-info-database-bdf): New vars.
13363 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
13364 (ccl-encode-ethio-unicode): New CCL program.
13365 (ps-mule-encode-ethiopic): New fun.
13366 (ps-mule-current-charset): New var.
13367 (ps-mule-get-font-spec, ps-mule-font-spec-src,
13368 ps-mule-font-spec-name, ps-mule-font-spec-encoding,
13369 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
13370 (ps-mule-external-libraries): New var.
13371 (ps-mule-init-external-library): New fun.
13372 (ps-mule-font-cache): New var.
13373 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
13374 (ps-last-font): New var.
13375 (ps-mule-prepare-font): New fun.
13376 (ps-mule-charset-list): New var.
13377 (ps-mule-prologue-generated, ps-mule-prologue): New vars.
13378 (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
13379 ps-mule-plot-string): New funs.
13380 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
13381 New vars.
13382 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
13383 ps-mule-prepare-cmpchar-font): New funs.
13384 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
13385 vars.
13386 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
13387 ps-mule-generate-bitmap-glyph): New funs.
13388 (ps-mule-initialize, ps-mule-begin): New funs.
13389 (ps-output-string-prim): Insert string as unibyte.
13390 (ps-output-prologue): New fun.
13391 (ps-flush-output): Handle the case of 'prologue.
13392 (ps-begin-file): Call ps-mule-initialize.
13393 (ps-begin-job): Set ps-control-or-escape-regexp differently if
13394 printing multibyte characters.
13395 (ps-begin-page): Set ps-mule-current-charset to 'ascii.
13396 (ps-basic-plot-string): Handle the case of printing ASCII
13397 characters by external libraries (e.g. BDF).
13398 (ps-set-font): Set ps-last-font.
13399 (ps-plot-region): Handle multibyte characters, use
13400 ps-mule-plot-string for them.
13401 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin.
13402
13403 * bdf.el: New file.
13404
13405 1998-08-23 Kenichi HANDA <handa@etl.go.jp>
13406
13407 * international/mule-cmds.el (select-message-coding-system): New
13408 function.
13409 (set-language-environment-coding-systems): Set
13410 default-sendmail-coding-system.
13411
13412 * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
13413 (default-sendmail-coding-system): New variable.
13414 (sendmail-send-it): Encode the message by a coding system
13415 select-message-coding-system returns.
13416
13417 1998-08-23 Eric Ludlam <zappo@gnu.org>
13418
13419 * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
13420 (speedbar-mode): Set buffer to read only.
13421 (speedbar-temp-buffer-show-function): For emacs don't call hook
13422 with arguments.
13423 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
13424
13425 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu>
13426
13427 * speedbar.el (speedbar-key-map): Fix typo.
13428
13429 See ChangeLog.7 for earlier changes.