]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
4 aliases for hebrew-iso-8bit.
5
6 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
7
8 * woman.el: New version from Francis J. Wright
9 <F.J.Wright@Maths.QMW.ac.uk>.
10 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
11 names in environment variables regardless of the path separator.
12 (woman-topic-all-completions-1): Don't call file-name-directory-p
13 on all files, since woman-file-regexp already filters out any
14 directories.
15
16 2000-05-24 Kenichi Handa <handa@etl.go.jp>
17
18 * international/quail.el (quail-start-translation): Don't change
19 modified-p of the current buffer.
20 (quail-start-conversion): Likewise.
21
22 * international/kkc.el (kkc-region): Don't change modified-p of
23 the current buffer.
24
25 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
26 conform to RFC1468.
27 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
28
29 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
30
31 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
32 (speedbar-insert-button): Invisible text property fix.
33 (speedbar-directory-plus): Renamed from speedbar-directory-+
34 (speedbar-directory-minus): Renamed from speedbar-directory--
35 (speedbar-page-plus): Renamed from speedbar-file-+
36 (speedbar-page-minus): Renamed from speedbar-file--
37 (speedbar-page): Renamed from speedbar-file-
38 (speedbar-tag): Renamed from speedbar-tag-
39 (speedbar-tag-plus): Renamed from speedbar-tag-+
40 (speedbar-tag-minus): Renamed from speedbar-tag--
41 (speedbar-expand-image-button-alist): Use above renames.
42
43 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
44 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
45 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
46 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
47 * sb-pg.xpm: Renamed from sb-file.xpm
48 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
49 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
50
51 2000-05-24 Kenichi Handa <handa@etl.go.jp>
52
53 * international/quail.el (quail-show-guidance-buf): Set
54 current-input-method of the guidance buffer to the name of the
55 curren input method.
56
57 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
58
59 * progmodes/compile.el (compile-internal): Style typo.
60
61 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
62 quote vars and functions in the docstring.
63
64 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
65
66 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
67 Don't quote lambdas.
68
69 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
70
71 2000-05-23 Gerd Moellmann <gerd@gnu.org>
72
73 * startup.el (command-line): Determine source file of compiled
74 user init file differently. Warn if compiled user init file
75 is older than its source file.
76
77 * ffap.el (ffap-url-regexp): Add `https'.
78
79 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
80
81 * files.el (make-backup-file-name-1): Replace slashes with `!'
82 rather than `|' (which is not allowed on Windows). Replace the
83 drive letters with a string "drive_X".
84
85 2000-05-23 Gerd Moellmann <gerd@gnu.org>
86
87 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
88
89 * files.el (interpreter-mode-alist): Add `bash2'.
90
91 2000-05-22 Dave Love <fx@gnu.org>
92
93 * loadhist.el (feature-symbols, file-provides, file-requires): Use
94 mapc.
95 (feature-file): Avoid calling symbol-name. Doc fix.
96 (file-set-intersect, file-dependents): Use dolist, not mapcar.
97 (loadhist-hook-functions): Add mouse-position-function.
98 (unload-feature): Change uses of mapcar.
99
100 * files.el (parse-colon-path): Doc fix.
101 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
102 (set-auto-mode): Use mapc.
103
104 * complete.el (PC-look-for-include-file): Use :alnum: character
105 class.
106 (partial-completion-mode): Add autoload cookie.
107
108 2000-05-22 Sam Steingold <sds@gnu.org>
109
110 * info.el (Info-fontify-node): Fixed the call to
111 `add-text-properties' (bug introduced on 2000-05-18).
112
113 2000-05-22 Dave Love <fx@gnu.org>
114
115 * bindings.el: Remove debug-ignored-errors set in other files.
116
117 * progmodes/etags.el: Add to debug-ignored-errors.
118 (visit-tags-table-buffer): Clear out buffers holding old tables
119 when making a new list.
120 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
121 mapc.
122
123 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
124 quote keywords.
125 (cmpl-string-case-type): Use character classes.
126
127 * comint.el:
128 * textmodes/ispell.el:
129 * imenu.el:
130 * mail/mh-e.el:
131 * progmodes/compile.el: Add to debug-ignored-errors.
132
133 * dabbrev.el: Add to debug-ignored-errors.
134 (dabbrev-completion): Use mapc.
135
136 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
137
138 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
139 (woman-mapcan, woman-parse-man.conf)
140 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
141 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
142 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
143 path syntax better.
144 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
145 (woman-manpath): Call woman-parse-man.conf.
146 (woman-emulation): New defcustom, defaults to nroff.
147 (woman-font-support): New defconst.
148 (woman-use-symbol-font): New defcustom.
149 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
150 "Emulation".
151 Many functions: Doc fix.
152
153 2000-05-22 Kenichi Handa <handa@etl.go.jp>
154
155 * international/quail.el (quail-simple-translation-keymap): Map
156 128..255 to quail-self-insert-command.
157 (quail-keyboard-layout-alist): Add definition for "pc102-de".
158
159 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
160
161 * help.el (help-manyarg-func-alist): Typo.
162
163 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
164 intervals which makes it heaps simpler.
165
166 * newcomment.el (comment-region-internal): Go back to BEG after quoting
167 the nested comment markers.
168
169 * subr.el (remove-hook): Don't turn the hook's value into a list.
170
171 2000-05-21 Dave Love <fx@gnu.org>
172
173 * edmacro.el (edmacro-parse-keys): Return vector if any elements
174 are invalid characters.
175
176 * international/mule-util.el (detect-coding-with-priority): Use
177 mapc. Remove redundant lambda.
178
179 * international/mule-diag.el (list-non-iso-charset-chars)
180 (describe-fontset): Remove redundant lambda.
181
182 * emulation/crisp.el (brief-mode): New alias.
183
184 * emacs-lisp/ring.el (ring-elements): New function.
185
186 * emacs-lisp/easymenu.el (easy-menu-create-menu)
187 (easy-menu-do-add-item): Use keywordp.
188
189 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
190
191 * replace.el: Doc and error message fixes.
192 (replace-highlight): Use facep, not internal-find-face.
193
194 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
195
196 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
197
198 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
199 (log-edit-insert-changelog): Drop `:' as well.
200
201 * log-view.el: Fix file description.
202 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
203 available.
204 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
205 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
206
207 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
208 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
209 Print a status message if the toggle is called interactively.
210 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
211 for global minor modes and use `defcustom' for them.
212 Use add-minor-mode.
213 (easy-mmode-define-derived-mode): Remove.
214 (define-derived-mode): Fancier default docstring.
215 (easy-mmode-define-navigation): Signal an error rather than (ding).
216
217 * newcomment.el (comment-styles): New `box-multi'.
218 (comment-normalize-vars): Better default for comment-continue to
219 avoid whitespace-only continuations.
220 (comment-search-forward): Always move even in the no-syntax case.
221 (comment-padright): Only obey N if it's only obeyed for padleft.
222 (comment-make-extra-lines): Better handling of empty continuations.
223 Use `=' for the filler if comment-start has only one character.
224 (uncomment-region): Try handling the special `=' filler.
225 (comment-region): Allow LINES even if MULTI is nil.
226 (comment-box): Choose box style based on comment-style.
227
228 2000-05-20 Kenichi Handa <handa@etl.go.jp>
229
230 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
231 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
232
233 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
234
235 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
236 and insert, not subst-char-in-region.
237
238 * international/mule-diag.el (list-character-sets-1): Handle
239 charsets eight-bit-control and eight-bit-graphic.
240 (list-iso-charset-chars): Likewise.
241 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
242 charactes as is. Use indent-to to align characters.
243
244 * international/mule-cmds.el (find-multibyte-characters): Never
245 exclude charsets eight-bit-control and eight-bit-graphic.
246
247 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
248
249 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
250 Don't quote lambdas.
251
252 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
253
254 2000-05-19 Gerd Moellmann <gerd@gnu.org>
255
256 * gud.el (gud-jdb-directories): Doc fix.
257
258 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
259
260 * newcomment.el: New file.
261
262 2000-05-19 Gerd Moellmann <gerd@gnu.org>
263
264 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
265
266 2000-05-18 Andreas Schwab <schwab@suse.de>
267
268 * dired.el (dired-between-files): Also skip lines beginning with
269 `used'.
270
271 2000-05-18 Gerd Moellmann <gerd@gnu.org>
272
273 * msb.el (msb-menu-cond): Add choice `user'.
274
275 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
276
277 * ps-print.el: Compatibility, customization and doc fix.
278 (ps-printer-name-option): Replace defconst by defvar.
279 (ps-postscript-code-directory): XEmacs compatibility.
280 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
281 fix.
282 (ps-user-defined-prologue, ps-print-prologue-header)
283 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
284 compatibility and code fix.
285 (ps-print-background-image, ps-print-background-text):
286 Customization fix.
287 (ps-line-number-start, ps-n-up-on): New vars.
288
289 2000-05-18 Espen Skoglund <esk@ira.uka.de>
290
291 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
292 the indent-comment function to just return the appropriate indent.
293
294 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
295
296 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
297 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
298 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
299
300 2000-05-18 Dave Love <fx@gnu.org>
301
302 * info.el (Info-fontify-node): Add intangible property as well as
303 invisible.
304
305 * calendar/appt.el (appt-make-list): Match all lines of entry.
306 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
307
308 2000-05-18 Kenichi Handa <handa@etl.go.jp>
309
310 * international/mule-diag.el (describe-char-after): Call
311 internal-char-font, not char-font. If internal-char-font returns
312 nil, display "-- none --".
313
314 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
315
316 * image.el (image-type-available-p): Don't reference image-types
317 if it isn't bound.
318
319 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
320
321 * autoarg.el (autoarg-mode): Typo in the :set argument.
322
323 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
324
325 * startup.el (command-line-1): Don't signal an error if the
326 directory for auto-save-list files does not yet exist.
327
328 2000-05-17 Kenichi Handa <handa@etl.go.jp>
329
330 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
331
332 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
333
334 * subr.el (remove-hook): `setq' hook-value, not `set'.
335
336 2000-05-16 Sam Steingold <sds@gnu.org>
337
338 * info.el (debug-ignored-errors): More errors to ignore.
339
340 2000-05-16 Dave Love <fx@gnu.org>
341
342 * cus-edit.el: Don't require cl or easymenu.
343 (custom-variable-prompt): Test standard-value property, not
344 user-variable-p.
345
346 2000-05-16 Sam Steingold <sds@gnu.org>
347
348 * subr.el (add-hook): `setq' hook-value, not `set'.
349
350 2000-05-16 Gerd Moellmann <gerd@gnu.org>
351
352 * startup.el (command-line-1): Mention the FAQ in the startup
353 message.
354
355 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
356
357 * progmodes/compile.el (compilation-parse-errors): Collect
358 `nomessage' regexps last.
359
360 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
361
362 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
363 to the function name.
364
365 2000-05-15 Dave Love <fx@gnu.org>
366
367 * speedbar.el (speedbar-recenter): Typo.
368 (speedbar-expand-line): Make arg optional.
369 (speedbar-mode): Avoid a compiler warning.
370
371 2000-05-15 Gerd Moellmann <gerd@gnu.org>
372
373 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
374 user-specified option string is empty.
375
376 * mouse.el (mouse-yank-at-click): Doc fix.
377
378 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
379
380 * term/internal.el (IT-character-translations): More updates of
381 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
382 documents.
383
384 2000-05-15 Gerd Moellmann <gerd@gnu.org>
385
386 * env.el (getenv): New function, interactively callable.
387 (setenv, getenv): Remove autoload cookies.
388
389 * loadup.el: Load `env'.
390
391 * progmodes/f90.el: Change author's mail address.
392
393 2000-05-14 Dave Love <fx@gnu.org>
394
395 * mail/rmail.el (rmail-show-message-hook): Customize and offer
396 goto-addr as an option.
397
398 * help.el (help-xref-stack): Doc fix.
399 (help-xref-following): New variable.
400 (help-make-xrefs): Use it.
401 (help-xref-go-back): Use position information from stack element.
402 (help-follow): Make position in stack element a pair. Use
403 help-xref-following.
404
405 * autoarg.el: New file.
406
407 * faces.el: Declare more functions obsolete.
408
409 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
410 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
411 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
412 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
413 Remove all the setup-...-environment functions.
414
415 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
416
417 * speedbar.el: Updated the commentary section. xemacs20p now uses
418 >= when detecting. Require `defimage' safely.
419 (speedbar-easymenu-definition-base): Add toggle for images.
420 (speedbar-easymenu-definition-special): Add flush cache & expand.
421 (speedbar-visiting-tag-hook): Set new defaults. Added options.
422 (speedbar-reconfigure-keymaps-hook): New variable.
423 (speedbar-frame-parameters): Updated documentation.
424 (speedbar-use-imenu-flag): Updated custom tag
425 (speedbar-dynamic-tags-function-list): New variable.
426 (speedbar-tag-hierarchy-method): Updated doc & custom.
427 (speedbar-indentation-width, speedbar-indentation-width) New
428 variables.
429 (speedbar-hide-button-brackets-flag): Customizable.
430 (speedbar-vc-indicator): Doc update.
431 (speedbar-ignored-path-expressions): Updated default value.
432 (speedbar-supported-extension-expressions): Updated default value.
433 (speedbar-syntax-table): Remove {} paren status.
434 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
435 as "+". Added overlay aliases.
436 (speedbar-mode): Use `speedbar-mode-line-update' instead of
437 `force-mode-line-update'.
438 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
439 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
440 `mouse-set-point'
441 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
442 (speedbar-item-info-tag-helper): Revamped to handle a wider range
443 of arbitrary text, and new helper functions.
444 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
445 filename finder.
446 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
447 (speedbar-directory-buttons): Update path search/expansion.
448 (speedbar-make-tag-line): Pay attention to
449 `speedbar-indentation-width'. Use more care w/ invisible
450 properties.
451 (speedbar-change-expand-button-char): Call
452 `speedbar-insert-image-button-maybe'.
453 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
454 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
455 (speedbar-trim-words-tag-hierarchy)
456 (speedbar-simple-group-tag-hierarchy): New functions
457 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
458 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
459 functions.
460 (speedbar-mouse-set-point): New function
461 (speedbar-power-click): Updated documentation.
462 (speedbar-line-token, speedbar-goto-this-file): Handle more types
463 of tag prefix text.
464 (speedbar-expand-line, speedbar-contract-line): Make more robust
465 to strange text.
466 (speedbar-expand-line): Takes universal argument to flush the
467 cache.
468 (speedbar-flush-expand-line): New function.
469 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
470 Use new generator insertion method.
471 (speedbar-fetch-dynamic-tags): New function.
472 (speedbar-fetch-dynamic-imenu): Removed code now handled in
473 `speedbar-fetch-dynamic-imenu'.
474 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
475 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
476 "Revert Buffer" menu items.
477 (speedbar-buffer-buttons-engine): Be smarter when creating a
478 filename tag (for expansion purposes.).
479 (speedbar-highlight-one-tag-line,
480 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
481 (speedbar-recenter): New functions.
482 (defimage-speedbar): Image loading abstraction.
483 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
484 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
485 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
486 (speedbar-tag-type, speedbar-tag-mail): New images.
487 (speedbar-expand-image-button-alist): New variable.
488 (speedbar-insert-image-button-maybe): Insert an image over some
489 buttons.
490
491 2000-05-13 Kenichi Handa <handa@etl.go.jp>
492
493 * international/mule-cmds.el (encode-coding-char): An ASCII
494 character is always encodable.
495
496 * international/mule-conf.el: Add more information in descriptions
497 of character sets.
498
499 * international/mule-diag.el (describe-char-after): New function.
500 (describe-font-internal): Adjusted for the change of font-info.
501 (describe-font): Likewise.
502 (print-fontset): Rewritten for the new fontset implementation.
503 (describe-fontset): Include fontset alias names in completion.
504 (list-fontsets): Adjusted for the change of print-fontset.
505
506 * simple.el (what-cursor-position): If DETAIL is non-nil, call
507 describe-char-after instead of displaying the detail in the echo
508 area.
509 (syntax-code-table): Format changed.
510 (string-to-syntax): Adjusted for the above change.
511
512 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
513
514 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
515
516 2000-05-12 Dave Love <fx@gnu.org>
517
518 * calendar/todo-mode.el: Remove some compatibility stuff and CL
519 dependence. Use line-{beginning,end}-position, not
520 point-at{b,e}ol. Some doc fixes.
521 (todo-position): New function. Fix callers of position to use it.
522 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
523
524 2000-05-12 Gerd Moellmann <gerd@gnu.org>
525
526 * time.el (display-time-mail-icon): Use `:ascent center'.
527
528 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
529 handling FTP security extensions.
530
531 2000-05-11 Dave Love <fx@gnu.org>
532
533 * calendar/todo-mode.el: New file.
534
535 2000-05-11 Gerd Moellmann <gerd@gnu.org>
536
537 * comint.el (comint-read-input-ring): Move reference to
538 comint-input-ring-size outside of the save-excursion. It was
539 causing the default value to be the only one ever seen.
540
541 * font-lock.el: Update copyright. Remove Simon Marshall's email
542 address on request from him.
543
544 * subr.el (substitute-key-definition): Add comment describing
545 the meaning of PREFIX.
546
547 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
548
549 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
550
551 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
552 (add-minor-mode): Don't make the variable buffer-local and add a
553 reference to define-minor-mode in the docstring.
554
555 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
556 HEADER/FOOTER and fix bug with trailing empty directory.
557 (cvs-append-to-ignore): Use vc-editable-p if available.
558 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
559 (vc-do-command): Tweak advice to handle the new VC.
560
561 * log-view.el (log-view-goto-rev): New function for the new VC.
562 (log-view-minor-wrap): Use mark-active.
563
564 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
565 (log-edit-changelog-full-paragraphs): New var.
566 (log-edit-insert-changelog): Remove a lonely leading `* file'.
567 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
568 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
569 (log-edit-changelog-ours-p, log-edit-changelog-entries)
570 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
571 Replace the `cvs' prefix with `log-edit'.
572
573 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
574
575 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
576 (diff-font-lock-defaults): Explicitly turn off multiline.
577 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
578 (diff-ediff-patch): Fix call to ediff-patch-file.
579 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
580 Handle comments.
581
582 * frame.el (automatic-hscrolling): Typo.
583
584 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
585
586 2000-05-09 Sam Steingold <sds@goems.com>
587
588 * apropos.el (apropos-print): use `describe-face' instead of
589 `customize-face-other-window'.
590
591 2000-05-09 Dave Love <fx@gnu.org>
592
593 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
594
595 * help.el (describe-variable): Have customize button pop the
596 help-xref stack when invoked.
597 (help-xref-symbol-regexp): Add `face'.
598 (help-make-xrefs): Check for quoted face names and adapt regexp
599 submatch numbers to cope.
600 (help-xref-interned): Maybe insert face doc too. Separate
601 sections with a line of hyphens.
602
603 * faces.el: Some doc fixes. Declare some functions obsolete.
604 (describe-face): Add customize button. Return the help
605 text. Fix prompt.
606
607 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
608
609 * term/internal.el (IT-character-translations): Fix last change.
610
611 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
612
613 * woman.el: New file
614 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
615
616 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
617
618 * term/internal.el (IT-character-translations): Update ASCII
619 simulations for greek-iso8859-7, add latin-iso8859-14 and
620 latin-iso8859-15.
621
622 * international/mule-cmds.el (set-language-info-alist): Call
623 define-prefix-command with 3 arguments, to make the map suitable
624 for a menu.
625
626 2000-05-07 Dave Love <fx@gnu.org>
627
628 * time.el: Small doc fixes from Pavel Janic.
629
630 2000-05-05 Dave Love <fx@gnu.org>
631
632 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
633 list in doc string. Don't quote keyword symbols.
634 * emacs-lisp/cl.el: Likewise
635 * emacs-lisp/cl-seq.el: Likewise
636
637 2000-05-05 Gerd Moellmann <gerd@gnu.org>
638
639 * abbrev.el (abbrev-mode): Make ARG optional.
640
641 2000-05-04 Gerd Moellmann <gerd@gnu.org>
642
643 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
644
645 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
646
647 * subr.el (substitute-key-definition): Clarify documentation.
648
649 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
650
651 * glasses.el (glasses-convert-to-unreadable): Use
652 `glasses-separator' instead of the hard-wired "_".
653 (glasses-mode): Call `glasses-make-unreadable' only in a single
654 place.
655
656 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
657
658 * term/internal.el (cjk-codepages-alist): Add associations for
659 Chinese and Korean codepages. Remove FIXME comment.
660
661 2000-05-03 Dave Love <fx@gnu.org>
662
663 * time.el (display-time-mail-face, display-time-use-mail-icon):
664 New option.
665 (display-time-mail-icon): New variable.
666 (display-time-string-forms): Use the above. Fix the local-map.
667
668 2000-05-03 Gerd Moellmann <gerd@gnu.org>
669
670 * replace.el (query-replace-map): Add binding for `E'.
671 (query-replace-help): Extend help text.
672 (perform-replace): Allow editing the replacement string.
673
674 * make-mode.el (makefile-mode-abbrev-table): New variable.
675 (makefile-mode): Set local abbrev table to
676 makefile-mode-abbrev-table.
677 (makefile-font-lock-keywords): Fontify includes and conditionals.
678
679 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
680 set TOGGLE's value.
681
682 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
683 mail-interactive-insert-alias.
684 (mail-abbrev-complete-alias): New command.
685 (mail-mode-map): Bind it to `M-TAB'.
686
687 2000-05-03 Kenichi Handa <handa@etl.go.jp>
688
689 * language/lao-util.el (lao-compose-region): New function.
690
691 2000-05-02 Gerd Moellmann <gerd@gnu.org>
692
693 * files.el (recover-session): Make directories as necessary
694 if they don't exist yet.
695
696 * calendar/cal-french.el
697 (french-calendar-multibyte-special-days-array)
698 (french-calendar-special-days-array): Change French text.
699 (calendar-french-date-string): Change output.
700 (calendar-goto-french-date): Likewise.
701
702 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
703
704 * wid-edit.el (widget-default-active): Obey `:always-active'.
705 (widget-documentation-string-value-create): Set `:always-active'.
706
707 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
708
709 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
710 default prefix to `~/_emacs.d/auto-save.list/_s'.
711 (normal-top-level): Create the directory for auto-save files, if
712 it doesn't already exist (in the ms-dos case only).
713
714 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
715
716 * international/mule-cmds.el (set-language-environment): Don't
717 concat an integer (dos-codepage), use format instead.
718
719 2000-05-02 Dave Love <fx@gnu.org>
720
721 * help.el (help-xref-on-pp): Check for constant symbols.
722
723 2000-04-29 Gerd Moellmann <gerd@gnu.org>
724
725 * startup.el (normal-top-level): Put a condition-case around
726 the code loading subdirs.el.
727
728 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
729
730 * ps-print.el: Upside-down and face background color printing,
731 line number step, doc fix.
732 (ps-print-version): New version number (5.2).
733 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
734 (ps-face-attribute-list, ps-plot-with-face): Code fix.
735 (ps-spool-config): Var fix.
736 (ps-printer-name-option): Const fix.
737 (ps-print-upside-down, ps-use-face-background)
738 (ps-line-number-step): New vars.
739 (ps-window-system, ps-lp-system): New consts.
740 (ps-face-background): New fun.
741
742 2000-04-28 Richard Stallman <rms@gnu.org>
743
744 * files.el (make-auto-save-file-name):
745 Apply auto-save-file-name-transforms to visited file name
746 before generating auto save file name.
747 (auto-save-file-name-transforms): New variable.
748
749 * files.el (backup-enable-predicate):
750 Correctly test for a file under a temporary directory.
751
752 2000-04-28 Gerd Moellmann <gerd@gnu.org>
753
754 * subr.el (add-minor-mode): Rewritten.
755
756 2000-04-28 Kenichi Handa <handa@etl.go.jp>
757
758 * mail/sendmail.el (sendmail-send-it): Set
759 buffer-file-coding-system to the selected coding system for MIME
760 header.
761
762 2000-04-27 Gerd Moellmann <gerd@gnu.org>
763
764 * dired.el (dired-move-to-filename-regexp): Allow format where
765 YYYY is followed by two spaces.
766
767 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
768 in the second character class of the regexp.
769
770 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
771 mh-etc, too.
772
773 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
774 nil.
775
776 * subr.el (add-minor-mode): Use `set' instead of `setq'.
777
778 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
779 argument.
780
781 2000-04-27 Sen Nagata <sen@eccosys.com>
782
783 * emacs-lisp/crm.el (crm-completion-table): New variable.
784 (crm-collection-fn, crm-test-completion)
785 (completing-read-multiple): Use it.
786
787 2000-04-27 Dave Love <fx@gnu.org>
788
789 * help.el (locate-library): Use mapc.
790 (help-manyarg-func-alist): Add call-process-region.
791
792 2000-04-26 Gerd Moellmann <gerd@gnu.org>
793
794 * subr.el (add-minor-mode): Make argument MAP optional.
795
796 * desktop.el (desktop-save): Save list of minor modes.
797 (desktop-create-buffer): Restore minor modes.
798 (desktop-minor-mode-table): New user-option.
799
800 * subr.el (add-minor-mode): New function.
801
802 * image.el (find-image): New function.
803 (defimage): Rewritten to find image at load time.
804
805 * startup.el (normal-top-level-add-to-load-path): Handle
806 case that the default directory is not in load-path.
807
808 * help.el: Old patch from Stefan Monnier.
809 (help-xref-on-pp): New function.
810 (describe-variable): Use it to display xrefs in a symbol's value.
811
812 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
813
814 * cus-edit.el (custom-face): Fix parenthesis.
815
816 2000-04-26 Kenichi Handa <handa@etl.go.jp>
817
818 * mail/rmail.el (rmail-expunge): When there are no deleted
819 messages, do nothing.
820
821 2000-04-26 Dave Love <fx@gnu.org>
822
823 * international/mule-cmds.el (locale-translation-file-name):
824 Defvar to nil.
825 (set-locale-environment): Set it here (at runtime).
826
827 2000-04-25 Gerd Moellmann <gerd@gnu.org>
828
829 * replace.el (perform-replace): Add parameters START and END. Use
830 them instead of the check for a region in Transient Mark mode.
831 (query-replace-read-args): Return two more list elements for the
832 start and end of the region in Transient Mark mode.
833 (query-replace, query-replace-regexp, query-replace-regexp-eval)
834 (map-query-replace-regexp, replace-string, replace-regexp): Add
835 optional last arguments START and END and pass them to
836 perform-replace.
837
838 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
839 form with additional arguments for perform-replace.
840
841 * progmodes/etags.el (tags-query-replace): Add parameters START
842 and END. Construct a form with additional arguments for
843 perform-replace.
844
845 * simple.el (shell-command): Set default directory for "*Shell
846 Command Output" buffer.
847
848 * language/european.el (iso-latin-4): Fix typo.
849
850 * emacs-lisp/crm.el: New file.
851
852 2000-04-24 Dave Love <fx@gnu.org>
853
854 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
855 (Custom-reset-saved, Custom-reset-standard)
856 (custom-group-value-create, custom-group-set, custom-group-save)
857 (custom-group-reset-current, custom-group-reset-saved)
858 (custom-group-reset-standard): Use mapc.
859 (custom-buffer-create-internal): Disable undo when creating items.
860 Use mapc.
861 (custom-face): Avoid redundant lambda.
862
863 2000-04-24 Gerd Moellmann <gerd@gnu.org>
864
865 * startup.el (auto-save-list-file-prefix): Set default to
866 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
867
868 2000-04-24 Sam Steingold <sds@gnu.org>
869
870 * time-stamp.el (time-stamp-string-preprocess): Always convert
871 `field-result' to a string.
872
873 2000-04-24 Gerd Moellmann <gerd@gnu.org>
874
875 * frame.el (scrolling): New group.
876 (automatic-hscrolling): New user-option.
877
878 * startup.el (command-line-x-option-alist): Add `-lsp' and
879 `--line-spacing'.
880
881 2000-04-19 Dave Love <fx@gnu.org>
882
883 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
884 (cl-mapc): Rename from mapc. Fix the funcall.
885
886 2000-04-19 Gerd Moellmann <gerd@gnu.org>
887
888 * simple.el (clone-indirect-buffer-other-window): New command.
889 (clone-indirect-buffer): Add optional arg NORECROD.
890 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
891
892 * help.el (resize-temp-buffer-window): Use count-screen-lines.
893
894 * window.el (count-screen-lines): New function.
895 (shrink-window-if-larger-than-buffer): Use count-screen-lines
896 instead of window-buffer-height.
897
898 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
899 non-existing variable comint-input-sentinel.
900 (inferior-lisp-args-to-list): Removed.
901 (inferior-lisp): Use split-string instead of
902 inferior-lisp-args-to-list.
903
904 * hexl.el (hexl-insert-hex-string): New command.
905
906 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
907 instead of concat.
908
909 2000-04-18 Gerd Moellmann <gerd@gnu.org>
910
911 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
912 at the start of an existing but empty folder.
913
914 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
915
916 * ps-mule.el: Customization fix, doc fix.
917 (ps-multibyte-buffer): Customization fix.
918
919 2000-04-17 Richard M. Stallman <rms@caffeine.ai.mit.edu>
920
921 * subr.el (read-passwd): Use read-char-exclusive.
922
923 2000-04-17 Gerd Moellmann <gerd@gnu.org>
924
925 * textmodes/texinfo.el (texinfo-insert-@email)
926 (texinfo-insert-@emph, texinfo-insert-@quotation)
927 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
928 (texinfo-mode-map): Add key bindings for them.
929
930 * files.el (basic-save-buffer-2): Use a template with `$'
931 instead of `#' for VMS.
932
933 * simple.el (clone-indirect-buffer): New function.
934
935 2000-04-16 Stephen Eglen <stephen@gnu.org>
936
937 * iswitchb.el (iswitchb-case): New function. If the user input
938 contains any upper-case characters, the search is made
939 case-sensitive.
940
941 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
942
943 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
944 comment-end.
945 (texinfo-font-lock-syntactic-keywords): New var.
946 (texinfo-font-lock-keywords): Remove comment regexp.
947 (texinfo-insert-block): New function.
948 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
949 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
950 and font-lock-defaults. Use regexp-opt for outline-regexp.
951 (texinfo-environments): New var.
952 (texinfo-environment-regexp): Use regexp-opt and
953 texinfo-environments.
954
955 * textmodes/ispell.el (ispell-menu-map-needed): Check that
956 ispell-process is bound since this might be eval'd before ispell
957 is loaded.
958 (ispell-message): Use a tiny bit less magic and a bit more hard
959 data to figure out what kind of sc-cite-regexp to use.
960
961 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
962
963 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
964 (insert-cyclic-diary-entry): Unquote the lambda.
965
966 * gud.el (gud-jdb-build-source-files-list): Fix typo.
967
968 * files.el (backup-enable-predicate): Unquote the lambda.
969
970 * cus-edit.el (custom-face, face): Unquote the lambda.
971
972 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
973
974 * ps-print.el: Check for line-beginning-position definition.
975
976 * ps-print.el: Fix counting lines in a region.
977 (ps-print-version): New version number (5.1.5).
978 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
979 (ps-printing-region): Fun code fix.
980
981 2000-04-15 Gerd Moellmann <gerd@gnu.org>
982
983 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
984 to file-directory-p.
985
986 2000-04-14 Gerd Moellmann <gerd@gnu.org>
987
988 * gud.el (gud-jdb-build-source-files-list): Check that directory
989 exists before calling directory-files.
990
991 2000-04-13 Dave Love <fx@gnu.org>
992
993 * emacs-lisp/trace.el: Change maintainer. Use new backquote
994 syntax.
995
996 * emacs-lisp/cl-specs.el: Remove when, unless.
997
998 * emacs-lisp/cl-extra.el: Don't quote keywords.
999 (cl-old-mapc): New variable.
1000 (mapc): Use it.
1001 (cl-map-intervals): Use with-current-buffer. Don't check for
1002 next-property-change.
1003 (cl-map-overlays): Use with-current-buffer.
1004 (cl-expt): Remove.
1005 (copy-tree, remprop): Define unconditionally.
1006
1007 * emacs-lisp/cl-compat.el (keywordp): Remove.
1008
1009 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
1010 to use keywordp.
1011 (edebug-spec): Enable keywordp.
1012
1013 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
1014 string-lessp.
1015
1016 * cus-start.el: Use keywordp.
1017
1018 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1019
1020 * diary-lib.el (include-other-diary-files): Fix the fix of
1021 2000-02-18 by doing a save-excursion.
1022
1023 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1024
1025 * ps-print.el: Customization fix, doc fix.
1026 (ps-print-version): New version number (5.1.4).
1027 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
1028 (ps-print-preprint): Adjust code.
1029 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
1030 (ps-print-prologue-header, ps-print-control-characters)
1031 (ps-spool-config): Customization fix.
1032
1033 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
1034
1035 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
1036 converted to the new menu-item format, names silightly changed,
1037 help strings added.
1038
1039 Support for spelling without async subprocesses:
1040
1041 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
1042 (ispell-session-buffer): New variables.
1043 (ispell-start-process, ispell-process-status,
1044 ispell-accept-output, ispell-send-string): New functions, for
1045 Ispell invocation when async subprocesses aren't supported.
1046 (ispell-word, ispell-pdict-save, ispell-command-loop,
1047 ispell-process-line, ispell-buffer-local-parsing): Replace calls
1048 to process-send-string with calls to ispell-send-string, and
1049 accept-process-output with ispell-accept-output.
1050 (ispell-init-process): Call ispell-process-status instead of
1051 process-status with.
1052 (ispell-init-process): Call ispell-start-process. Call
1053 ispell-accept-output and ispell-send-string. Don't call
1054 process-kill-without-query and kill-process if they are unbound.
1055 (ispell-async-processp): New function.
1056
1057 2000-04-12 Dave Love <fx@gnu.org>
1058
1059 * info.el: Add debug-ignored-errors.
1060 (Info-mode-menu): Add some items.
1061 (Info-directory): Add autoload cookie.
1062
1063 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
1064 Modify `truncate-lines'. Make `describe-language-environment'
1065 always visible and add help. Modify `describe-key' help. Invoke
1066 Info-directory from `info'. New entry `emacs-manual'.
1067
1068 2000-04-10 Gerd Moellmann <gerd@gnu.org>
1069
1070 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
1071 propertized-buffer-identification.
1072 (ebrowse-update-member-buffer-mode-line): Likewise.
1073 (ebrowse--mode-strings): Removed.
1074 (ebrowse--mode-line-props): Removed.
1075
1076 * files.el (auto-mode-alist): Add `EBROWSE'.
1077
1078 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
1079 space before testing for end of buffer.
1080 (ebrowse-load): Removed.
1081 (ebrowse-revert-tree-buffer-from-file): Rewritten.
1082 (ebrowse-create-tree-buffer): Rewritten.
1083 (ebrowse-tree-mode): Read tree from buffer.
1084
1085 * progmodes/ebrowse-ffh.el: Removed.
1086
1087 2000-04-10 Kenichi Handa <handa@etl.go.jp>
1088
1089 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
1090
1091 2000-04-10 Gerd Moellmann <gerd@gnu.org>
1092
1093 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
1094 at the wrong place.
1095
1096 2000-04-09 Dave Love <fx@gnu.org>
1097
1098 * files.el (backup-enable-predicate): Use
1099 temporary-file-directory, small-temporary-file-directory.
1100 (make-backup-file-name-function, backup-directory-alist): New
1101 variables.
1102 (make-backup-file-name-1): New function.
1103 (make-backup-file-name): Use it.
1104 (find-backup-file-name): Likewise. Use format for clarity, not
1105 concat.
1106 (file-newest-backup): Use make-backup-file-name.
1107
1108 2000-04-09 Gerd Moellmann <gerd@gnu.org>
1109
1110 * progmodes/ebrowse-ffh.el: New file.
1111
1112 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
1113 to ebrowse-ffh.el.
1114 (ebrowse-load): Add autoload.
1115
1116 * finder.el (finder-commentary): Add autoload cookie.
1117
1118 * mail/rfc2368.el: Correct author's email address.
1119
1120 * progmodes/ebrowse.el: New file.
1121
1122 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
1123 item help string.
1124 (easy-menu-do-add-item): Ditto.
1125 (easy-menu-define): Extend doc string.
1126
1127 * jit-lock.el (with-buffer-unmodified): Use
1128 restore-buffer-modified-p.
1129 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
1130 (jit-lock-function, jit-lock-stealth-fontify): Don't use
1131 with-buffer-unmodified.
1132
1133 2000-04-08 Dave Love <fx@gnu.org>
1134
1135 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
1136 unless, when.
1137
1138 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
1139
1140 * viper-util.el (viper-put-on-search-overlay): New subroutine.
1141 (viper-flash-search-pattern): No operation when using Emacs
1142 doesn't support face.
1143 Use `viper-put-on-search-overlay'.
1144
1145 2000-04-04 Gerd Moellmann <gerd@gnu.org>
1146
1147 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
1148 like C-r.
1149
1150 * progmodes/make-mode.el: Some doc fixes.
1151 (makefile-mode-abbrev-table): New variable.
1152 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
1153 (makefile-font-lock-keywords): Fontify includes and conditionals.
1154 (toplevel): Require `dabbrev' and `add-log' when compiling.
1155
1156 * replace.el (perform-replace): Don't move forward one char
1157 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
1158 to do that because it leaves point 1 position after the last
1159 replacement, after everything has been replaced.
1160
1161 * jit-lock.el (with-buffer-unmodified): New macro.
1162 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
1163 modified state.
1164 (jit-lock-function-1): Extracted from jit-lock-function; not
1165 preserving buffer's modified state.
1166 (jit-lock-function, jit-lock-stealth-fontify): Call
1167 jit-lock-function-1.
1168
1169 * mail/rfc2368.el: Remove supernumerary copyright line.
1170
1171 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
1172
1173 * glasses.el: Provide facilities for inserting space before left
1174 parentheses and uncapitalization of identifiers.
1175 (glasses-mode): Try to remove old overlays in all cases.
1176
1177 2000-04-03 Gerd Moellmann <gerd@gnu.org>
1178
1179 * progmodes/compile.el (compile-internal): Display the compilation
1180 buffer in a different frame, if it's already displayed there.
1181
1182 * mail/rfc2368.el: New file.
1183
1184 * simple.el (sendmail-user-agent-compose): Recognize a `body'
1185 header and insert its value as mail body.
1186
1187 * subr.el (member-ignore-case): New function.
1188
1189 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
1190 (dabbrev--find-expansion): Ignore buffers matching a regexp
1191 from dabbrev-ignored-regexps.
1192
1193 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
1194 to extensions handled by gzip.
1195
1196 2000-04-03 Richard M. Stallman <rms@gnu.org>
1197
1198 * files.el (insert-directory): List the total free space
1199 along with the used space.
1200
1201 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
1202 line is followed by one that matches CITATION-REGEXP, end the
1203 paragraph.
1204
1205 2000-04-03 Markus Rost <rost@delysid.gnu.org>
1206
1207 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
1208 (rmail-make-basic-summary-line): Use that option.
1209
1210 2000-04-03 Kenichi Handa <handa@etl.go.jp>
1211
1212 * international/mule-cmds.el (encoded-string-description):
1213 Rewritten. Try pretty description for ISO 2022 escape sequences
1214 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
1215 for hexadecimal format.
1216
1217 2000-04-01 Dave Love <fx@gnu.org>
1218
1219 * cpp.el: Change customization group to `c' from `C'.
1220
1221 * vcursor.el (vcursor-move): Use display-color-p.
1222
1223 * international/mule-util.el: Provide mule-utils.
1224 (string-to-sequence): Simplify and speed up.
1225
1226 * international/mule.el (make-coding-system): Purecopy doc-string.
1227
1228 * international/mule-cmds.el: Various menu changes.
1229 (describe-specified-language-support): Handle `Default'.
1230 (set-language-info): Purecopy `info'.
1231
1232 2000-03-31 Andrew Innes <andrewi@gnu.org>
1233
1234 * vc.el (vc-backend-diff): Return the correct status if we had to
1235 retry the rcsdiff command without the --brief option.
1236
1237 2000-03-31 Dave Love <fx@gnu.org>
1238
1239 * help.el (help-manyarg-func-alist): Correct several omissions.
1240
1241 * add-log.el: Don't require cl, fortran.
1242 (add-log-current-defun-function): Doc fix.
1243 (change-log-version-number-regexp-list): Remove SCCS part. Doc
1244 fix.
1245 (change-log-version-rcs): Function deleted.
1246 (change-log-version-number-search): Doc fix. Use
1247 vc-workfile-version. Avoid CL dolist.
1248 (add-change-log-entry): Just call add-log-current-defun to get
1249 defun. Simplify somewhat.
1250 (change-log-get-method-definition-1): Likewise.
1251 (add-log-current-defun): Return nil if calling
1252 add-log-current-defun-function does so. Move Fortran stuff to
1253 fortran.el. Return string without properties.
1254
1255 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
1256 and :alpha: char classes.
1257
1258 * mail/supercite.el: Defvar curline when compiling.
1259 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
1260 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
1261 rather than a-zA-Z0-9 to allow non-ASCII characters.
1262
1263 2000-03-31 Gerd Moellmann <gerd@gnu.org>
1264
1265 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
1266
1267 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
1268 Re-enable new code.
1269
1270 * lpr.el (print-region-1): Use -d to specify printer name for
1271 systems `usg-unix-v*, `dgux', `hpux', `irix'.
1272
1273 2000-03-31 Dave Love <fx@gnu.org>
1274
1275 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
1276 for function definition in symbol's function value slot first
1277 instead of first consulting byte-compile-function-environment.
1278
1279 2000-03-31 Kenichi Handa <handa@etl.go.jp>
1280
1281 * language/european.el ("Polish"): New language environment.
1282 (setup-polish-environment): New function.
1283
1284 2000-03-30 Gerd Moellmann <gerd@gnu.org>
1285
1286 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
1287 Disable new code.
1288
1289 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
1290 trying to `load' the symbol of an autoload instead of the file
1291 recorded in the autoload. Fix error messages.
1292
1293 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1294
1295 * ps-print.el: PostScript programming fix for ghostview, doc fix.
1296 (ps-print-version): New version number (5.1.3).
1297 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
1298 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
1299 (ps-generate-postscript-with-faces): Code fix.
1300 (ps-color-values): XEmacs compatibility.
1301 (ps-print-background-image, ps-print-background-text, ps-printer-name)
1302 (ps-default-fg, ps-default-bg): Adjust customization.
1303 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
1304 (ps-color-scale): Renaming old ps-color-value fun.
1305 (ps-print-headers): Replace ps-print-header group to avoid conflict
1306 with ps-print-header variable.
1307 (ps-print-miscellany): New group.
1308 (ps-format-color, ps-rgb-color): New funs.
1309 (ps-default-foreground): New var.
1310 (ps-printer-name-option): New const.
1311
1312 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
1313
1314 * net/net-utils.el:
1315 (network-connection-host, network-connection-service): New variables
1316 (network-connection-mode): New mode, derived from comint-mode
1317 (network-connection-mode-setup): New function, saves host and
1318 service information in local variables.
1319
1320 * lisp/locate.el:
1321 (locate-word-at-point): Added this function
1322 (locate): Default to using locate-word-at-point as input
1323 Run dired-mode-hook
1324
1325 2000-03-29 Dave Love <fx@gnu.org>
1326
1327 * calendar/appt.el: Doc fixes.
1328 (appt-check): Convert min-to-app to a string before passing to
1329 appt-disp-window-function or concat.
1330 (appt-delete-window): Remove test for frame-root-window.
1331 (appt-select-lowest-window, appt-convert-time): Simplify.
1332
1333 * emacs-lisp/bytecomp.el: Doc fixes.
1334 (byte-compile-file-form-autoload): Update
1335 byte-compile-function-environment.
1336
1337 2000-03-29 Andreas Schwab <schwab@suse.de>
1338
1339 * emacs-lisp/autoload.el: Also print defsubst doc string
1340 specially.
1341
1342 * dired.el (dired-insert-directory): If dired-free-space-program
1343 failed just delete its output.
1344
1345 2000-03-29 Dave Love <fx@gnu.org>
1346
1347 * international/iso-cvt.el: Move provide to end. Doc fixes.
1348 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
1349 (iso-iso2sgml, iso-sgml2iso): New functions.
1350 (iso-cvt-define-menu): Fix some entries and use backquote for
1351 clarity.
1352
1353 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
1354
1355 2000-03-28 Gerd Moellmann <gerd@gnu.org>
1356
1357 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
1358 ISO-DATE. If non-nil, return date in ISO 8601 format.
1359
1360 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
1361
1362 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
1363 if it ever becomes used.
1364 (log-edit-mode-hook): Default to vc-log-mode-hook.
1365 (log-edit-mode): Fix the docstring.
1366
1367 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
1368 the code.
1369
1370 2000-03-26 Dave Love <fx@gnu.org>
1371
1372 * net/browse-url.el (browse-url): Re-fix case of
1373 browse-url-browser-function being an alist.
1374 (browse-url): Add :link to defgroup.
1375
1376 * files.el: Doc fixes.
1377 (file-truename): Include `[' in wildcard characters.
1378 (automount-dir-prefix): Customize.
1379 (find-file-wildcards): Add :version.
1380 (find-file-noselect): Simplify a mapcar call.
1381
1382 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
1383 compatible with inf-lisp version.
1384 (eval-defun-1): Fix custom-declare-variable case.
1385
1386 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
1387
1388 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
1389
1390 2000-03-24 Gerd Moellmann <gerd@gnu.org>
1391
1392 * Makefile (COMPILE_FIRST): New macro.
1393 (compile-files): Compile files from COMPILE_FIRST first.
1394
1395 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
1396 code.
1397
1398 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
1399 matching open parenthesis in column 0 to defun-prompt-regexp
1400 only if open-paren-in-column-0-is-defun-start is set.
1401
1402 * sun-curs.el: Require CL at compile-time only.
1403
1404 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
1405 instead of copy-list which is a function from CL.
1406 (msb--choose-menu, msb--mode-menu-cond)
1407 (msb--create-buffer-menu-2): Use dolist instead of mapc.
1408 (msb--init-file-alist): Use mapcar instead of mapcan.
1409 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
1410 `(' in column 0 in doc string.
1411 (msb--add-separators): Use mapcar instead of mapcan.
1412
1413 * cus-dep.el: Require CL at compile-time only.
1414
1415 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
1416
1417 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
1418 (byte-compile-warnings): New warning `noruntime'.
1419 (byte-compile-constants, byte-compile-variables): Fix docstring.
1420 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
1421 execute `eval-whenc-compile's body.
1422 (byte-compile-unresolved-functions): Fix docstring.
1423 (byte-compile-eval): New function.
1424 (byte-compile-callargs-warn): Check if the function will be available
1425 at runtime (via property `byte-compile-noruntime').
1426 (byte-compile-print-syms): New function.
1427 (byte-compile-warn-about-unresolved-functions): Also warn about
1428 `noruntime' functions (and use `byte-compile-print-syms').
1429 (byte-compile-file): Capitalize the message.
1430
1431 2000-03-24 Gerd Moellmann <gerd@gnu.org>
1432
1433 * mail/rmail.el (rmail-confirm-expunge): New user-option.
1434 (rmail-expunge): Ask for confirmation depending on the setting
1435 of rmail-confirm-expunge.
1436
1437 2000-03-23 Gerd Moellmann <gerd@gnu.org>
1438
1439 * Makefile (bootstrap-clean): If $(emacs) exists, build
1440 loaddefs.el first. A loaddefs.el that's not up-to-date might
1441 cause a bootstrap failure because things don't autoload as
1442 expected.
1443
1444 2000-03-23 Dave Love <fx@gnu.org>
1445
1446 * net/browse-url.el: Restore previous use of
1447 browse-url-maybe-new-window.
1448
1449 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1450
1451 * ps-print.el: Skip banner page fix.
1452 (ps-print-version): New version number (5.1.2).
1453 (ps-begin-file, ps-end-file, ps-generate): Code fix.
1454
1455 2000-03-23 Dave Pearson <davep@davep.org>
1456
1457 * net/quickurl.el Changed the type of parameter passed to the
1458 function defined by `quickurl-format-function'. Before only the
1459 text of the URL was passed. Now the whole URL structure is passed
1460 and the function is responsible for extracting the parts it
1461 requires. Changed the default of `quickurl-format-function'
1462 accordingly.
1463 (quickurl-insert): Changed the `funcall' of
1464 `quickurl-format-function' to match the above change.
1465 (quickurl-list-insert): Changed the `url' case so that it makes
1466 use of `quickurl-format-function', previous to this the format was
1467 hard wired.
1468
1469 2000-03-22 Gerd Moellmann <gerd@gnu.org>
1470
1471 * startup.el: Change some spellings for the X Window System.
1472
1473 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
1474
1475 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
1476 up the code and the regexp and make sure the cursor is temporarily
1477 moved to the suspicious line while querying the user.
1478
1479 2000-03-22 Jason Rumney <jasonr@gnu.org>
1480
1481 * w32-fns.el (w32-charset-info-alist): Initialize.
1482
1483 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1484
1485 * ps-print.el: N-up last page fix.
1486 (ps-print-version): New version number (5.1.1).
1487 (ps-end-file, ps-end-job, ps-generate): Code fix.
1488
1489 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
1490
1491 * files.el (find-file-run-dired): Update docstring.
1492 (find-directory-functions): New hook.
1493 (find-file-noselect): Run find-directory-functions rather than
1494 calling dired directly.
1495
1496 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
1497
1498 * pcvs.el: Add a minimal leading commentary.
1499 (cvs-make-cvs-buffer): Change the header part by removing the startup
1500 message and adding a `Module' entry. Also replace the FOOTER and
1501 HEADER special fileinfos with the new support in ewoc for updating
1502 its own footer and header.
1503 (cvs-update-header): Update to use the header/footer of the ewoc.
1504 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
1505 (cvs-is-within-p): New function.
1506 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
1507 to only examine some subset of the buffers.
1508
1509 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
1510 `format' instead of our own ad-hoc functions.
1511 Remove HEADER and FOOTER cases, now handled in the EWOC.
1512 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
1513
1514 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
1515 output to avoid scaring the user.
1516 (cvs-parse-table): Catch message for non-up-to-date commits.
1517
1518 * pcvs-defs.el (cvs-startup-message): Remove.
1519 (cvs-global-menu): New autoloaded menu.
1520
1521 * pcvs-util.el (cvs-string-fill): Remove.
1522
1523 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
1524 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
1525 PP part of it and also make it work for footers and headers.
1526 (ewoc-create): Drop POS and BUFFER arguments.
1527 Use the DLL's dummy node to store the end-of-footer position.
1528 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
1529 (ewoc-refresh): Remove unused `header' variable.
1530 (ewoc-(get|set)-hf): New functions.
1531
1532 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
1533 log-view-*-(message|file) and use easy-mmode-define-navigation.
1534 (log-view-message-re): Match SCCS format as well.
1535 And match the revision line rather than the dashed separator line.
1536 (log-view-mode): Use the new define-derived-mode.
1537 (log-view-current-tag): Fill in with an actual implementation.
1538
1539 * cvs-status.el (cvs-status-(prev|next)): Rename from
1540 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
1541 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
1542 to let the output "breathe" a little more (more readable).
1543 (cvs-status-mode): Use the new define-derived-mode.
1544
1545 * smerge-mode.el (smerge-auto-leave): New function and variable.
1546 (smerge-basic-map): Rename from smerge-basic-keymap.
1547 Change the bindings for smerge-diff-*.
1548 (smerge-*-map): Use easy-mmode-defmap.
1549 (smerge-(next|prev)): Use easy-mmode-define-navigation.
1550 (smerge-keep-*): Use smerge-auto-leave.
1551
1552 2000-03-21 Jason Rumney <jasonr@gnu.org>
1553
1554 * cus-edit.el (custom-button-face): Use 3D look for w32.
1555 (custom-button-pressed-face): Likewise.
1556
1557 2000-03-21 Gerd Moellmann <gerd@gnu.org>
1558
1559 * progmodes/etags.el (tags-case-fold-search): New user-option.
1560 (tags-loop-eval): New function. Bind case-fold-search around eval
1561 depending on the value of tags-case-fold-search.
1562 (tags-loop-continue): Use tags-loop-eval.
1563 (find-tag-in-order): Bind case-fold-search depending on the value
1564 of tags-case-fold-search.
1565
1566 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
1567
1568 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
1569 (diff-end-of-hunk): Return the end position for use in
1570 `easy-mmode-define-navigation'.
1571 (diff-recenter): Remove.
1572 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
1573 of `easy-mmode-define-navigation'.
1574 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
1575 previous renaming) and fix to use new names.
1576 (diff-merge-strings): Use \n as separator: simpler, faster.
1577 (diff-mode): Use `define-derived-mode'.
1578
1579 * derived.el (define-derived-mode): Don't autoload anymore.
1580 Prefer the macro-only version provided by easy-mmode.el.
1581
1582 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
1583 `easy-mmode-define-derived-mode'.
1584 Use `combine-run-hooks'.
1585 (easy-mmode-define-navigation): New macro.
1586
1587 * subr.el (combine-run-hooks): New function.
1588
1589 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
1590
1591 * term/x-win.el: Fontsets related initialization is simplified.
1592
1593 * international/mule-diag.el (describe-font): Don't refer to
1594 global-fontset-alist, instead call font-list.
1595 (describe-fontset, list-fontsets, mule-diag): Likewise.
1596 (print-fontset): Adjusted for the change of fontset
1597 implementation.
1598
1599 * international/fontset.el (x-charset-registries): Variable
1600 removed, instead the corresponding data is stored in the default
1601 fontset.
1602 (register-alternate-fontnames): Function removed.
1603 (resolved-ascii-font): Variable removed.
1604 (x-compose-font-name): Ignore the second argument REDOCE.
1605 (x-complement-fontset-spec): Complement only an ASCII font and
1606 element for those charsets than can use that ASCII font.
1607 (generate-fontset-menu): Don't refer to global-fontset-alist,
1608 instead call fontset-list.
1609 (uninstantiated-fontset-alist): Variable removed.
1610 (x-style-funcs-alist): Likewise.
1611 (fontset-default-styles): Likewise.
1612 (x-modify-font-name): Function removed.
1613 (create-fontset-from-fontset-spec): Ignore the argument
1614 STYLE-VARIANT.
1615 (create-fontset-from-ascii-font): Docsting adjusted for the above
1616 change.
1617 (instantiate-fontset, resolve-fontset-name): Functions removed.
1618 (fontset-list): Now implemented by C code.
1619
1620 * faces.el (read-face-font): Fix TABLE arg to completing-read.
1621 (describe-face): Include `font' attribute in the description.
1622
1623 2000-03-21 Kenichi Handa <handa@etl.go.jp>
1624
1625 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
1626
1627 2000-03-20 Gerd Moellmann <gerd@gnu.org>
1628
1629 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
1630 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
1631 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
1632
1633 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
1634 about behavior of set-buffer-modified-p wrt redisplay.
1635
1636 2000-03-19 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1637
1638 * view.el (view-mode-disable): Kill local binding of view-read-only.
1639
1640 2000-03-18 Gerd Moellmann <gerd@gnu.org>
1641
1642 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
1643 is a string, convert it to a syntax cell using string-to-syntax.
1644
1645 * simple.el (syntax-code-table, syntax-flag-table): New variables.
1646 (string-to-syntax): New function.
1647
1648 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
1649 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
1650 try to use passive ftp mode.
1651
1652 2000-03-17 Gerd Moellmann <gerd@gnu.org>
1653
1654 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
1655
1656 * simple.el (append-to-buffer): Update point of windows after
1657 insertion.
1658
1659 * abbrev.el (inverse-add-abbrev): Identify word by first moving
1660 forward then moving backward. Reindent.
1661
1662 * frame.el (other-frame): Call x-focus-frame only if
1663 focus-follows-mouse is off.
1664
1665 2000-03-17 Dave Love <fx@gnu.org>
1666
1667 * pcvs-util.el (cvs-strings->string): Rename
1668 replace-regexps-in-string.
1669
1670 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
1671
1672 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
1673 regexp for labels cannot span several lines.
1674
1675 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
1676 `(setq :<key> ':<key>)' to the macro expansion.
1677
1678 2000-03-16 Dave Love <fx@gnu.org>
1679
1680 * progmodes/f90.el (f90): Put custom group under `languages', not
1681 `fortran'.
1682 (f90-mode-hook): Customize.
1683 (f90-mode): Set add-log-current-defun-function.
1684 (f90-current-defun): New function.
1685
1686 2000-03-16 Gerd Moellmann <gerd@gnu.org>
1687
1688 * cus-edit.el (custom-variable-tag-face): Handle case that
1689 default face's height is not a number.
1690 (custom-face-tag-face, custom-group-tag-face-1)
1691 (custom-group-tag-face): Ditto.
1692 (custom-group-tag-face-1): Add :group.
1693
1694 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
1695
1696 2000-03-15 Gerd Moellmann <gerd@gnu.org>
1697
1698 * pcvs-defs.el (toplevel): Remove autoload cookie for form
1699 requiring easymenu.
1700
1701 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1702
1703 * ps-print.el: PostScript user-defined prologue, PostScript error
1704 handler, doc fix.
1705 (ps-print-version): New version number (5.1).
1706 (ps-user-defined-prologue, ps-error-handler-message)
1707 (ps-print-prologue-0, ps-error-handler-alist): New vars.
1708 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
1709 (ps-insert-string): New function.
1710
1711 2000-03-15 Kenichi Handa <handa@etl.go.jp>
1712
1713 * international/ccl.el (ccl-compile-expression): Don't generate
1714 invalid self-assignment code.
1715
1716 2000-03-14 Dave Love <fx@gnu.org>
1717
1718 * subr.el (replace-regexp-in-string): Renamed from
1719 replace-regexps-in-string. Doc fix.
1720
1721 2000-03-12 Dave Love <fx@gnu.org>
1722
1723 * cus-edit.el: Doc fixes.
1724 (customize-set-variable, customize-save-variable): Rename args for
1725 doc.
1726 (custom-variable-tag-face, custom-face-tag-face)
1727 (custom-group-tag-face-1, custom-group-tag-face): Modify from
1728 style which user identify as hyperlink.
1729 (hook): Don't add undefined functions to the hook.
1730 (debug-ignored-errors): Transfer message from bindings.el.
1731
1732 2000-03-12 Gerd Moellmann <gerd@gnu.org>
1733
1734 * recentf.el (recentf-keep-non-readable-files-p): Remove
1735 double/nested definition.
1736
1737 2000-03-12 Dave Love <fx@gnu.org>
1738
1739 * facemenu.el (facemenu-get-face): Use display-color-p.
1740 * enriched.el (enriched-decode-foreground): Likewise.
1741 (enriched-decode-background): Likewise.
1742 * isearch.el (isearch-highlight): Likewise.
1743 * info-look.el (info-lookup): Likewise.
1744 * simple.el (completion-setup-function): Likewise.
1745
1746 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
1747 :options.
1748
1749 * bindings.el (mode-line-format): Fix line-number and
1750 column-number items. Add help-echo for the background.
1751 (mode-line-mule-info): Modify help-echo.
1752
1753 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
1754 defcustom.
1755
1756 * files.el (load-file): Allow completion to .elc.
1757
1758 * man.el: Doc fixes.
1759 (Man-init-defvars): Use display-color-p to set fontification.
1760
1761 * play/hanoi.el (hanoi-internal): Don't use oddp.
1762
1763 2000-03-12 Gerd Moellmann <gerd@gnu.org>
1764
1765 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
1766
1767 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
1768
1769 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
1770
1771 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
1772 Fix comment.
1773
1774 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
1775
1776 * font-lock.el (font-lock-keywords): Fix the doc now that
1777 regexp-opt-depth is unnecessary.
1778 (save-buffer-state): Set an edebug spec.
1779 (font-lock-fontify-anchored-keywords): Properly handle the case when
1780 the matcher goes past the limit.
1781
1782 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
1783 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
1784
1785 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
1786 dll.el and cookie.el (from Elib) with heavy renaming and other
1787 massaging.
1788
1789 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
1790 Autoload the functions used.
1791 (easy-mmode-define-syntax): Fix CL typo.
1792 (easy-mmode-define-derived-mode): Improve the docstring generation.
1793
1794 2000-03-10 Gerd Moellmann <gerd@gnu.org>
1795
1796 * textmodes/texinfo.el (texinfo-version): Variable and function
1797 removed.
1798
1799 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
1800
1801 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
1802 allow more flexibility.
1803 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
1804 fns.
1805 (easy-mmode-defmap, easy-mmode-defsyntax)
1806 (easy-mmode-define-derived-mode): New macros.
1807
1808 2000-03-09 Didier Verna <didier@xemacs.org>
1809
1810 * rect.el (replace-rectangle): New function.
1811
1812 2000-03-09 Dave Love <fx@gnu.org>
1813
1814 * progmodes/fortran.el (fortran-comment-line-start): Define as
1815 "C".
1816 (fortran-comment-line-start-skip): Don't match cpp stuff.
1817 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
1818 (fortran-mode-map): Remove over-eager custom-menu-create for now.
1819 (fortran-mode): Don't set fortran-comment-line-start-skip,
1820 fortran-comment-line-start here. Set comment-start,
1821 add-log-current-defun.
1822 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
1823 (fortran-current-defun): New function.
1824
1825 2000-03-09 Gerd Moellmann <gerd@gnu.org>
1826
1827 * emacs-lisp/re-builder.el: New file.
1828
1829 * mouse.el (mouse-drag-region): Don't run up-event handler
1830 if hscroll has changed.
1831
1832 * octave-mod.el (octave-font-lock-keywords): To font-lock the
1833 builtin operators, use `font-lock-builtin-face' for Emacs and
1834 `font-lock-preprocessor-face' otherwise.
1835
1836 * font-lock.el (lisp-font-lock-keywords-1): Highlight
1837 `(defun (setf foo)' differently.
1838
1839 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
1840
1841 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
1842 (regexp-opt): Update comment and adapt the code the new meaning of
1843 the `paren' argument of regex-opt-group for shy-groups.
1844 (regexp-opt-depth): Handle shy groups as well as backslashed
1845 backslashes.
1846 (regexp-opt-group): Turn the leading comment into a docstring.
1847 Allow `paren' to be a string (the string to use to open a group).
1848 Remove open-presuf and close-presuf. Instead of checking for `all
1849 one-char' and then later on check for `several one-char', handle
1850 both cases close together. Also apply a more generic algorithm
1851 for suffixes (the mirror image of the algorithm used for
1852 prefixes). Use shy-groups. Use nreverse rather than reverse.
1853 (regexp-opt-try-suffix): Removed.
1854
1855 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
1856 from comint-mode-map, so we can just inherit from it. Also, move
1857 the initialization into the `defvar' since there's no docstring
1858 anyway and it's fairly short.
1859 (inferior-scheme-mode): Define it as derived-mode: the code is
1860 shorter and this way we inherit from comint-mode-map rather than
1861 copying it.
1862
1863 * subr.el (replace-regexps-in-string): Properly handle the case
1864 where we match an empty string.
1865
1866 * comint.el (comint-exec-1): Add the current-dir to the exec-path
1867 when the command has a directory component (such as "./testml").
1868 Also fix a typo in the comment.
1869
1870 2000-03-08 Gerd Moellmann <gerd@gnu.org>
1871
1872 * Makefile (compile-files): Compile files one by one because
1873 that's the only way to ensure a clean compilation environment for
1874 each individual file.
1875
1876 * frame.el (other-frame): Call x-focus-frame.
1877
1878 2000-03-07 Dave Love <fx@gnu.org>
1879
1880 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
1881 :require to defcustom.
1882
1883 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
1884 lists.
1885
1886 * files.el (auto-mode-alist): Add configure.in.
1887
1888 * progmodes/autoconf.el: New file.
1889
1890 2000-03-07 Gerd Moellmann <gerd@gnu.org>
1891
1892 * mail/mh-e.el: Change maintainer to `none'.
1893
1894 * recentf.el (recentf-keep-non-readable-files-p): Quote args
1895 to remove-hook and add-hook.
1896
1897 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1898
1899 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
1900 it as the default.
1901 (mail-send): Test mail-send-nonascii also for the new `mime' value.
1902 (sendmail-send-it): Conditionally add MIME headers specifying the
1903 used character set.
1904
1905 2000-03-07 Dave Love <fx@gnu.org>
1906
1907 * winner.el: Fix keywords, autoload cookies. Split
1908 eval-when-compile form to avoid compilation failure.
1909
1910 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
1911
1912 * international/mule.el: Modify comment about coding system
1913 property `coding-category'.
1914 (make-coding-system): New argument EOL-TYPE. Pay attention to
1915 coding-category property of PROPERTIES.
1916
1917 * international/mule-conf.el (coding-category-utf-8,
1918 coding-category-utf-16-be, coding-category-utf-16-le): New coding
1919 categories. Include them in the argument for set-coding-priority.
1920
1921 * international/mule-cmds.el (reset-language-environment): Include
1922 coding-category-utf-8, coding-category-utf-16-be, and
1923 coding-category-utf-16-le in the argument for set-coding-priority.
1924 (reset-language-environment): Initialize coding-category-utf-8,
1925 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
1926
1927 2000-03-06 Karl Fogel <kfogel@red-bean.com>
1928
1929 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
1930 code abstracted out of `bookmark-jump-noselect'. Now tries info
1931 extensions as well as compression extensions.
1932 (bookmark-jump-noselect): Use above new func.
1933
1934 2000-03-03 Gerd Moellmann <gerd@gnu.org>
1935
1936 * strokes.el: Change maintainer's mail address.
1937
1938 2000-03-03 Kenichi Handa <handa@etl.go.jp>
1939
1940 * international/mule-diag.el (list-character-sets): Make help-echo
1941 string by substitute-command-keys.
1942 (list-character-sets): Likewise.
1943 (sort-listed-character-sets): Call help-setup-xref.
1944
1945 2000-03-02 Gerd Moellmann <gerd@gnu.org>
1946
1947 * time.el (display-time-mail-file): Add `none' to the list of
1948 choices.
1949
1950 2000-03-01 Dave Love <fx@gnu.org>
1951
1952 * help.el (help-xref-go-back): Don't try to set position.
1953
1954 * international/mule-diag.el (list-character-sets): Call
1955 help-setup-xref. Add help-echo to xrefs.
1956 (list-character-sets-1): Add help-echo to xrefs.
1957
1958 2000-03-02 Gerd Moellmann <gerd@gnu.org>
1959
1960 * frame.el (blink-cursor-mode): Switch cursor on when turning
1961 the mode off.
1962
1963 * add-log.el (add-log-current-defun): Add support for
1964 Autoconf mode.
1965
1966 * mail/rmail.el (rmail-quit-hook): New variable.
1967
1968 2000-03-01 Dave Love <fx@gnu.org>
1969
1970 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
1971
1972 * help.el (help-xref-button): Add help-echo arg.
1973 (describe-function-1, describe-variable, help-make-xrefs): Use it.
1974
1975 * faces.el (list-faces-display): Supply help-echo with
1976 help-make-xrefs.
1977
1978 * facemenu.el (list-text-properties-at): Set help-xref-stack to
1979 nil.
1980
1981 2000-03-01 Gerd Moellmann <gerd@gnu.org>
1982
1983 * image.el (defimage): Look for image files in load-path.
1984
1985 * frame.el (busy-cursor-delay-seconds): Change type to
1986 `number'.
1987
1988 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
1989
1990 * recentf.el (recentf): Added version tag to the defgroup of
1991 recentf.
1992
1993 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
1994
1995 * recentf.el (recentf-cleanup): Changed to remove excluded file
1996 too.
1997 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
1998 action to select/unselect a file.
1999 (recentf-edit-list): Code cleanup and improvement.
2000 (recentf-open-more-files-action): `recentf-open-more-files' button
2001 widget action to open a file.
2002 (recentf-open-more-files): No more use standard completion but
2003 widgets.
2004 (recentf-more-collection): Deleted.
2005 (recentf-more-history): Deleted.
2006 (recentf-setup-more-completion): Deleted.
2007
2008 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
2009
2010 * recentf.el (recentf-mode): No more needs that Emacs is running
2011 under a window-system.
2012
2013 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
2014
2015 * recentf.el (recentf-edit-list): New command to edit the recent
2016 list which allow the user to remove files.
2017 (recentf-edit-selected-items): New global variable, used by
2018 `recentf-edit-list' to hold the list of files to be removed from
2019 the recent list.
2020 (recentf-make-menu-items): Updated to display a "Edit list..."
2021 menu item. Minor code cleanup.
2022
2023 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
2024
2025 * recentf.el (recentf-open-more-files): New command to open files
2026 that are not displayed in the menu.
2027 (recentf-more-collection): New global variable holding the set of
2028 permissible completions used by `recentf-open-more-files'.
2029 (recentf-more-history): New global variable holding the history list
2030 used by `recentf-open-more-files' completion.
2031 (recentf-setup-more-completion): New function to setup completion for
2032 `recentf-open-more-files'.
2033 (recentf-make-menu-items): Updated to display a "More..." menu item.
2034
2035 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
2036
2037 * recentf.el (recentf-menu-action): Doc fixed.
2038
2039 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
2040
2041 * recentf.el (recentf-menu-filter): Doc updated.
2042 (recentf-update-menu-hook): Allow menu filters to force menu update.
2043 (recentf-make-menu-items): New menu filter handling.
2044 (recentf-make-menu-item): New helper function.
2045 (recentf-menu-elements): New menu handling function.
2046 (recentf-sort-ascending): Updated to new menu filter handling.
2047 (recentf-sort-descending): Updated to new menu filter handling.
2048 (recentf-sort-basenames-ascending): New menu filter function.
2049 (recentf-sort-basenames-descending): New menu filter function.
2050 (recentf-show-basenames): New menu filter function.
2051 (recentf-show-basenames-ascending): New menu filter function.
2052 (recentf-show-basenames-descending): New menu filter function.
2053
2054 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2055
2056 * diary-lib.el (list-diary-entries): Don't try to go forward at
2057 the end of the buffer.
2058
2059 2000-02-29 Kenichi Handa <handa@etl.go.jp>
2060
2061 * international/mule-diag.el (list-character-sets): Completely
2062 rewritten.
2063 (sort-listed-character-sets): New function.
2064 (list-character-sets-1): Completely rewritten.
2065 (list-character-sets-2): New function.
2066 (non-iso-charset-alist): New variable.
2067 (decode-codepage-char): New function.
2068 (charset-history): New variable.
2069 (read-charset) (list-block-of-chars)
2070 (list-iso-charset-chars)
2071 (list-non-iso-charset-chars)
2072 (list-charset-chars): New functions.
2073 (mule-diag): Call list-character-sets-2, not
2074 list-character-sets-2.
2075 (dump-charsets): Likewise.
2076
2077 2000-02-29 Gerd Moellmann <gerd@gnu.org>
2078
2079 * dired-x.el (dired-filename-at-point): Add `@' to valid
2080 file name characters.
2081 (dired-filename-at-point): Handle ange-ftp file names.
2082
2083 * frame.el (frame-notice-user-settings): Use assq-delete-all
2084 instead of assoc-delete-all.
2085 (frame-notice-user-settings): Ditto.
2086
2087 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
2088 Don't copy alist.
2089
2090 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
2091
2092 * calculator.el (calculator-use-menu): New option.
2093 (calculator-initial-bindings): Changed some bindings to work as
2094 macros.
2095 (calculator-forced-input): Removed.
2096 (calculator-restart-other-mode): New variable.
2097 (calculator-mode-map): Set up menu.
2098
2099 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
2100
2101 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
2102 tags.
2103
2104 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
2105
2106 * viper-cmd.el (viper-envelop-ESC-key): added the option to
2107 translate all ESC key sequences.
2108 (viper-goto-mark-subr): restore markers for files for which
2109 they were saved.
2110 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
2111 * viper-util.el (viper-set-replace-overlay-glyphs,
2112 viper-set-replace-overlay): always check if the replacement
2113 overlay is live.
2114 * viper.el (viper-vi-state-mode-list): added major modes.
2115 * ediff-wind.el: minor comment changes.
2116 * ediff.el: copyright notice date fix.
2117
2118 2000-02-27 Jason Rumney <jasonr@gnu.org>
2119
2120 * faces.el (face-font-family-alternatives): Add arial to helv.
2121 (mode-line, header-line, tool-bar): Same default as x for w32.
2122 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
2123 face-font-family-alternatives from working.
2124 * term/w32-win.el (mouse-set-font): Do not build fontset from
2125 chosen font.
2126
2127 2000-02-25 Sam Steingold <sds@goems.com>
2128
2129 * emacs-lisp/cl-indent.el (toplvel): Indent `pprint-logical-block'
2130 properly.
2131
2132 2000-02-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2133
2134 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
2135
2136 2000-02-25 Gerd Moellmann <gerd@gnu.org>
2137
2138 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
2139 writable.
2140
2141 * frame.el (busy-cursor-delay-seconds): New option.
2142
2143 2000-02-24 Gerd Moellmann <gerd@gnu.org>
2144
2145 * frame.el (show-cursor-in-non-selected-windows): New option.
2146
2147 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2148
2149 * diary-lib.el (include-other-diary-files): Undo the selective
2150 display in any included file and don't kill it.
2151
2152 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
2153
2154 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
2155 bar. Menu items converted to (menu-item format, help strings
2156 added.
2157 [downcase, upcase]: Don't enable on MS-DOS.
2158 [symlink, symlinks]: Don't show if make-symbolic-link is not
2159 bound.
2160 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
2161
2162 2000-02-23 Dave Love <fx@gnu.org>
2163
2164 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
2165 (backward-kill-word): Revert addition of * to interactive spec --
2166 it's a feature.
2167
2168 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
2169 (backward-kill-sentence, kill-sentence): Likewise.
2170
2171 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
2172 scratch buffer name.
2173 (gud-format-command): Use int-to-string in ?l case. Simplify
2174 slightly.
2175
2176 * term/w32-win.el (internal-face-interactive): Update prompt for
2177 new read-face-name.
2178
2179 * mail/footnote.el (footnote): Add :version to defgroup.
2180 (footnote-section-tag-regexp): Customize.
2181 (footnote-start-tag, footnote-end-tag): New option.
2182 (footnote-latin-regexp): New variable.
2183 (Footnote-latin): New function.
2184 (footnote-style-alist): Add element for latin style.
2185 (footnote-style): Moved.
2186 (Footnote-goto-footnote): Use eq to test arg.
2187
2188 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
2189
2190 * emacs-lisp/byte-opt.el: Change old backquote syntax.
2191 (byte-compile-trueconstp): Include keywords.
2192 (byte-optimize-quote, byte-optimize-lapcode): Use
2193 byte-compile-const-symbol-p.
2194 (byte-optimize-char-before): New optimization.
2195
2196 * emacs-lisp/bytecomp.el: Change old backquote syntax.
2197 (byte-compile-const-symbol-p): New function.
2198 (byte-compile-constp, byte-compile-out-toplevel)
2199 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
2200 Use it.
2201
2202 * subr.el (define-key-after): Default AFTER to t. Doc fix.
2203
2204 2000-02-23 Kenichi Handa <handa@etl.go.jp>
2205
2206 * international/encoded-kb.el: Be sure to update minor-mode-alist
2207 and minor-mode-map-alist.
2208 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
2209 codes SS2 and SS3 correctly.
2210 (encoded-kbd-self-insert-ccl): New function.
2211 (encoded-kbd-setup-keymap): New function.
2212 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
2213 by calling encoded-kbd-setup-keymap.
2214
2215 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
2216 characters.
2217 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
2218 locally.
2219
2220 2000-02-22 Dave Love <fx@gnu.org>
2221
2222 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
2223 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
2224 defvar.
2225 (lisp-mode-syntax-table): Set up for #|...|# comments.
2226 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
2227 classes. Match `defface'.
2228 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
2229 (eval-defun-1): Fix for defcustom.
2230 (lisp-indent-region): Doc fix.
2231
2232 * subr.el (when, unless, split-string): Doc fix.
2233 (read-passwd): Move call of clear-this-command-keys to the right
2234 place.
2235 (replace-regexps-in-string): New function.
2236
2237 2000-02-22 Gerd Moellmann <gerd@gnu.org>
2238
2239 * help.el (describe-variable): Set syntax table to
2240 emacs-lisp-mode-syntax-table when moving forward over the
2241 symbol's name.
2242
2243 2000-02-22 Dave Love <fx@gnu.org>
2244
2245 * xt-mouse.el: Doc fixes.
2246 (xterm-mouse-position-function): New function, replacing advice of
2247 mouse-position.
2248 (xterm-mouse-mode): Use it. Don't turn on under a window system.
2249
2250 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
2251
2252 2000-02-21 Gerd Moellmann <gerd@gnu.org>
2253
2254 * format.el (format-annotate-single-property-change): Handle
2255 properties.with dotted-list values.
2256 (format-proper-list-p): New function.
2257
2258 * enriched.el (enriched-face-ans): Handle '(foreground-color
2259 . COLOR) and (background-color . COLOR).
2260
2261 2000-02-20 Dave Love <fx@gnu.org>
2262
2263 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
2264 and assignments to it.
2265 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
2266 current local map.
2267 (make-flyspell-overlay): Use it.
2268 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
2269
2270 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
2271 (lm-get-header-re): Defun, not defsubst.
2272 (lm-get-package-name): Defun, not defsubst. Simplify.
2273 (lm-version): Doc fix. Simplify.
2274 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
2275 (lm-crack-address, lm-last-modified-date, lm-commentary)
2276 (lm-verify, lm-synopsis): Simplify.
2277 (lm-report-bug): Require emacsbug. Use compose-mail.
2278
2279 2000-02-20 Gerd Moellmann <gerd@gnu.org>
2280
2281 * dired.el (dired-mode): Call propertized-buffer-identification
2282 to set mode-line-buffer-identification to something having
2283 the right text properties.
2284
2285 * bindings.el (propertized-buffer-identification): New function.
2286
2287 2000-02-20 Dave Love <fx@gnu.org>
2288
2289 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
2290 check for t-mouse too.
2291
2292 * cus-start.el: Make echo-keystrokes `number'.
2293
2294 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
2295
2296 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
2297 Don't call ring-empty-p unless tags-location-ring is bound.
2298 From Noah Friedman <friedman@splode.com>.
2299
2300 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
2301
2302 * progmodes/hideshow.el (hs-flag-region): No longer use
2303 `intangible' overlay property.
2304
2305 (hs-toggle-hiding): New command.
2306 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
2307
2308 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
2309 Fix omission bug: Run `hs-minor-mode-hook' for both activation
2310 and deactivation.
2311
2312 2000-02-18 Gerd Moellmann <gerd@gnu.org>
2313
2314 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
2315
2316 2000-02-17 Gerd Moellmann <gerd@gnu.org>
2317
2318 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
2319
2320 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
2321 of `*' to handle `(* ... *)' comments.
2322
2323 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
2324
2325 * faces.el (list-faces-display): Use display-mouse-p instead of
2326 window-system.
2327
2328 * menu-bar.el (global-map): Menu-bar items converted to the new
2329 format (menu-item..., rearranged for better CUA compliance, and
2330 their names changed for better clarity. Help strings added.
2331
2332 * international/mule-cmds.el (mule-menu-keymap)
2333 (describe-language-environment-map, set-coding-system-map)
2334 (setup-language-environment-map): Convert to new (menu-item...
2335 form, add help strings. Change names of menu items for better
2336 clarity. "Mule" menu-bar item removed (it's now in the "Options"
2337 submenu).
2338
2339 2000-02-17 Gerd Moellmann <gerd@gnu.org>
2340
2341 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
2342 within the code.
2343
2344 2000-02-16 Dave Love <fx@gnu.org>
2345
2346 * faces.el: Don't require custom. Add more specific :groups to
2347 various deffaces.
2348 (set-face-attribute): Purecopy args.
2349 (read-face-name): Default to name at point and use it in prompt.
2350 Remove colon from arg in all callers.
2351 (list-faces-display): Hyperlink to face descriptions and customize
2352 buffers.
2353
2354 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
2355
2356 * wid-edit.el (widget-match-inline): An atom never matches a
2357 list.
2358
2359 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2360
2361 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
2362 at ':' characters by call to split-string.
2363
2364 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2365
2366 * textmodes/bibtex.el: Added RCS version identification.
2367
2368 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2369
2370 * textmodes/bibtex.el: Some temporary comments removed.
2371 (bibtex-field-name, bibtex-entry-type): Made the relationship
2372 explicit.
2373 (bibtex-field-const): Allow capital letters.
2374 (bibtex-start-of-string): Deleted because unused.
2375
2376 * textmodes/bibtex.el: Unified some nomenclature. We no longer
2377 use the term 'reference' to describe a bibtex entry as a whole.
2378 Further, reference keys are no longer called 'labels'.
2379 (bibtex-keys): Renamed to bibtex-reference-keys.
2380 (bibtex-reformat-previous-labels): Renamed to
2381 bibtex-reformat-previous-reference-keys.
2382 (bibtex-reference-type): Renamed to bibtex-entry-type.
2383 (bibtex-reference-head): Renamed to bibtex-entry-head.
2384 (bibtex-reference-maybe-empty-head): Renamed to
2385 bibtex-entry-maybe-empty-head.
2386 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
2387 (bibtex-search-reference): Renamed to bibtex-search-entry.
2388 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
2389 bibtex-enclosing-entry-maybe-empty-head.
2390 (bibtex-entry-field-alist, bibtex-entry-head,
2391 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
2392 bibtex-map-entries, bibtex-search-entry,
2393 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
2394 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2395 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
2396 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
2397 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
2398 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
2399 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
2400
2401 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2402
2403 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
2404 comment.
2405 (bibtex-format-field-delimiters): New function, functionality
2406 extracted from bibtex-format-entry.
2407 (bibtex-autokey-get-yearfield-digits): New function, functionality
2408 extracted from bibtex-autokey-get-yearfield.
2409
2410 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
2411 entries in order to avoid stack overflow in the regexp matcher if
2412 field contents become large.
2413 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
2414 bibtex-field-string-part-not-braced,
2415 bibtex-field-string-part-no-inner-braces,
2416 bibtex-field-string-part-1-inner-brace,
2417 bibtex-field-string-part-2-inner-braces,
2418 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
2419 bibtex-field-string-quoted, bibtex-field-string,
2420 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
2421 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
2422 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
2423 as parsing is now performed by the following functions.
2424 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
2425 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
2426 bibtex-parse-field-string, bibtex-search-forward-field-string,
2427 bibtex-parse-association, bibtex-field-name-for-parsing,
2428 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
2429 bibtex-search-forward-field, bibtex-search-backward-field,
2430 bibtex-start-of-field, bibtex-end-of-field,
2431 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
2432 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
2433 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
2434 bibtex-parse-string, bibtex-search-forward-string,
2435 bibtex-search-backward-string, bibtex-start-of-string,
2436 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
2437 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
2438 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
2439 entries. Instead of reporting the results of the parsing by
2440 match-beginning or match-end, these functions return data structures
2441 that hold the corresponding positions.
2442 (bibtex-enclosing-field): Changed to also report field boundaries by
2443 return values rather than by match-beginning or match-end. The
2444 following functions have been adapted to use the new parsing
2445 functions.
2446 (bibtex-skip-to-valid-entry, bibtex-search-reference,
2447 bibtex-enclosing-field, bibtex-format-entry,
2448 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
2449 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
2450 bibtex-print-help-message, bibtex-end-of-entry,
2451 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
2452 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2453 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
2454 method for parsing.
2455 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
2456 bibtex-map-entries, bibtex-flash-head,
2457 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
2458 bibtex-autokey-change, bibtex-autokey-get-namefield,
2459 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
2460 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2461 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
2462 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2463 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
2464 order to make the new binding of case-fold-search immediately
2465 visible.
2466
2467 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2468
2469 * textmodes/bibtex.el: Copyright notice is up to date.
2470 Added constant 'bibtex-maintainer-salutation.
2471
2472 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
2473 than make-temp-name, use match-string-no-properties and eliminate
2474 a quadratic behavior when building bibtex-strings.
2475
2476 * bibtex.el (bibtex-reference-key): Accept string entries whose
2477 reference key contains upper case letters.
2478
2479 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2480
2481 * bibtex.el (bibtex-reference-head): Allow entries to start with
2482 a new line.
2483
2484 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2485
2486 * bibtex.el: Hiding of entry bodies is not longer provided by
2487 bibtex.el directly. Instead the hideshow package can be used.
2488 Added a special bibtex entry to hs-special-modes-alist.
2489 (bibtex-hs-forward-sexp): Added for hideshow.el.
2490
2491 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2492
2493 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
2494 at ':' characters by call to split-string.
2495
2496 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2497
2498 * textmodes/bibtex.el: Added RCS version identification.
2499
2500 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2501
2502 * textmodes/bibtex.el: Some temporary comments removed.
2503 (bibtex-field-name, bibtex-entry-type): Made the relationship
2504 explicit.
2505 (bibtex-field-const): Allow capital letters.
2506 (bibtex-start-of-string): Deleted because unused.
2507
2508 * textmodes/bibtex.el: Unified some nomenclature. We no longer
2509 use the term 'reference' to describe a bibtex entry as a whole.
2510 Further, reference keys are no longer called 'labels'.
2511 (bibtex-keys): Renamed to bibtex-reference-keys.
2512 (bibtex-reformat-previous-labels): Renamed to
2513 bibtex-reformat-previous-reference-keys.
2514 (bibtex-reference-type): Renamed to bibtex-entry-type.
2515 (bibtex-reference-head): Renamed to bibtex-entry-head.
2516 (bibtex-reference-maybe-empty-head): Renamed to
2517 bibtex-entry-maybe-empty-head.
2518 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
2519 (bibtex-search-reference): Renamed to bibtex-search-entry.
2520 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
2521 bibtex-enclosing-entry-maybe-empty-head.
2522 (bibtex-entry-field-alist, bibtex-entry-head,
2523 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
2524 bibtex-map-entries, bibtex-search-entry,
2525 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
2526 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2527 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
2528 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
2529 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
2530 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
2531 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
2532
2533 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2534
2535 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
2536 comment.
2537 (bibtex-format-field-delimiters): New function, functionality
2538 extracted from bibtex-format-entry.
2539 (bibtex-autokey-get-yearfield-digits): New function, functionality
2540 extracted from bibtex-autokey-get-yearfield.
2541
2542 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
2543 entries in order to avoid stack overflow in the regexp matcher if
2544 field contents become large.
2545 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
2546 bibtex-field-string-part-not-braced,
2547 bibtex-field-string-part-no-inner-braces,
2548 bibtex-field-string-part-1-inner-brace,
2549 bibtex-field-string-part-2-inner-braces,
2550 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
2551 bibtex-field-string-quoted, bibtex-field-string,
2552 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
2553 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
2554 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
2555 as parsing is now performed by the following functions.
2556 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
2557 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
2558 bibtex-parse-field-string, bibtex-search-forward-field-string,
2559 bibtex-parse-association, bibtex-field-name-for-parsing,
2560 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
2561 bibtex-search-forward-field, bibtex-search-backward-field,
2562 bibtex-start-of-field, bibtex-end-of-field,
2563 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
2564 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
2565 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
2566 bibtex-parse-string, bibtex-search-forward-string,
2567 bibtex-search-backward-string, bibtex-start-of-string,
2568 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
2569 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
2570 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
2571 entries. Instead of reporting the results of the parsing by
2572 match-beginning or match-end, these functions return data structures
2573 that hold the corresponding positions.
2574 (bibtex-enclosing-field): Changed to also report field boundaries by
2575 return values rather than by match-beginning or match-end. The
2576 following functions have been adapted to use the new parsing
2577 functions.
2578 (bibtex-skip-to-valid-entry, bibtex-search-reference,
2579 bibtex-enclosing-field, bibtex-format-entry,
2580 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
2581 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
2582 bibtex-print-help-message, bibtex-end-of-entry,
2583 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
2584 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2585 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
2586 method for parsing.
2587 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
2588 bibtex-map-entries, bibtex-flash-head,
2589 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
2590 bibtex-autokey-change, bibtex-autokey-get-namefield,
2591 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
2592 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2593 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
2594 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2595 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
2596 order to make the new binding of case-fold-search immediately
2597 visible.
2598
2599 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2600
2601 * textmodes/bibtex.el: Copyright notice is up to date.
2602 Added constant 'bibtex-maintainer-salutation.
2603
2604 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
2605 than make-temp-name, use match-string-no-properties and eliminate
2606 a quadratic behavior when building bibtex-strings.
2607
2608 * bibtex.el (bibtex-reference-key): Accept string entries whose
2609 reference key contains upper case letters.
2610
2611 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2612
2613 * bibtex.el (bibtex-reference-head): Allow entries to start with
2614 a new line.
2615
2616 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2617
2618 * bibtex.el: Hiding of entry bodies is not longer provided by
2619 bibtex.el directly. Instead the hideshow package can be used.
2620 Added a special bibtex entry to hs-special-modes-alist.
2621 (bibtex-hs-forward-sexp): Added for hideshow.el.
2622
2623 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2624
2625 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
2626 proceedings entry type (for cross referencing). Thanks to Wagner
2627 Toledo Correa for the suggestion.
2628
2629 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
2630
2631 2000-02-14 Kenichi Handa <handa@etl.go.jp>
2632
2633 * international/characters.el: Setup case table for Vietnamese.
2634
2635 2000-02-12 Gerd Moellmann <gerd@gnu.org>
2636
2637 * uniquify.el (toplevel): Require CL at compile time.
2638 (uniquify-push): Removed.
2639
2640 * shadowfile.el (shadow-when): Removed.
2641
2642 * tempo.el (tempo-dolist, tempo-mapc): Removed.
2643 (tempo-process-and-insert-string): Use dolist instead of
2644 tempo-dolist.
2645
2646 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
2647 regexp for paragraph-start.
2648
2649 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
2650 commas as well.
2651
2652 2000-02-10 Dave Love <fx@gnu.org>
2653
2654 * wid-edit.el: (widgets) [defgroup]: Remove url link.
2655 (widget-color-choice-list, widget-color-history, widget-mouse-help):
2656 Deleted.
2657 (widget-specify-field, widget-specify-button): Don't use
2658 widget-mouse-help as help-echo property.
2659 (default): Use #'ignore for :validate and :mouse-down-action.
2660 (checkbox): Add help-echo.
2661 (widget-sexp-validate): Rewritten to clarify error messages.
2662 (character): Use char-valid-p in :match function.
2663 (widget-color-complete): Use facemenu-color-alist.
2664 (widget-color-action): Use facemenu-read-color.
2665
2666 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
2667 set up `caar' &c that we now have.
2668
2669 2000-02-09 Ray Blaak <blaak@gnu.org>
2670
2671 * delphi.el: Make resourcestring a declaration region, like const
2672 and var.
2673
2674 2000-02-09 Dave Love <fx@gnu.org>
2675
2676 * bindings.el (mode-line-input-method-map): New variable.
2677 (mode-line-mule-info): Use it; fix last change.
2678 (mode-line-mode-menu): Move definition.
2679 (mode-line-mouse-sensitive-p): Deleted.
2680 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
2681 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
2682 level.
2683
2684 * startup.el (command-line-1): Don't call
2685 make-mode-line-mouse-sensitive.
2686
2687 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
2688
2689 * mail/rmail.el (rmail-retry-failure): Use
2690 rmail-beginning-of-message before rmail-toggle-header, because the
2691 former toggles headers.
2692
2693 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
2694
2695 * diff-mode.el (diff-kill-junk): New interactive function.
2696 (diff-reverse-direction): Use delete-and-extract-region.
2697 (diff-post-command-hook): Restrict the area so that the hook also works
2698 outside of any diff hunk. This is necessary for the minor-mode.
2699 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
2700 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
2701
2702 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
2703 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
2704 so that it can be used more easily in <foo>-mode-hook. Also make sure
2705 to avoid duplicate entries.
2706 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
2707 (font-lock-remove-keywords): Just as was done for `add', allow it to
2708 work even if font-lock-mode is nil. Also make sure we don't modify
2709 any pre-existing list by forcing a copy-sequence. Finally rename
2710 `major-mode' to `mode'.
2711 (font-lock-fontify-syntactic-anchored-keywords)
2712 (font-lock-fontify-anchored-keywords)
2713 (font-lock-fontify-keywords-region): Use line-end-position.
2714 Don't make `font-lock-multiline' local (it's now done in
2715 font-lock-set-defaults).
2716 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
2717 move the `font-lock-fontified' creation to inside the `unless'.
2718
2719 2000-02-06 Andrew Innes <andrewi@gnu.org>
2720
2721 * term/w32-win.el (x-handle-args): Comment out call to message,
2722 which occurs before window system is initialized.
2723
2724 * makefile.nt: Add support for recompiling lisp code.
2725
2726 2000-02-04 Dave Love <fx@gnu.org>
2727
2728 * bindings.el (mode-line-mule-info): Fix/extend last change.
2729
2730 * completion.el: Replace completion-dolist with dolist.
2731
2732 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
2733 dotimes.
2734
2735 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
2736
2737 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
2738 environment names before they go into the section regexp.
2739
2740 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
2741 char class in regexp.
2742
2743 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
2744 `case-fold-search' to nil.
2745
2746 * progmodes/idlwave.el (idlwave-template): Respect
2747 `idlwave-abbrev-change-case'.
2748 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
2749 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
2750 idlwave-while): respect `idlwave-reserved-word-upcase'.
2751 (idlwave-rw-case): New function.
2752 (idlwave-statement-match): Fixed problem with assignment regexp.
2753 (idlwave-font-lock-keywords): Improved regexp for keyword
2754 parameters.
2755 (idlwave-surround): New argument LENGTH to support padding of
2756 operators longer than 1 char.
2757
2758 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
2759 idlwave-shell-expression-overlay. Implemented printing of
2760 expressions on higher levels of the calling stack.
2761 (idlwave-shell-display-level-in-calling-stack): Restore stack
2762 level.
2763 (idlwave-retrieve-expression-from-level): New function.
2764 (idlwave-shell-last-calling-stack): Variable removed.
2765 (idlwave-shell-reset): Argument action reversed (`visible' to
2766 `hidden'). Also remove stop-line overlay.
2767 (idlwave-shell-calling-stack-routine): New variable.
2768 (idlwave-shell-parse-stack-and-display): Messages now display
2769 negative level numbers.
2770 (idlwave-shell-mode): Set `modeline-format'.
2771 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
2772 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
2773 21.
2774 (idlwave-shell-print-expression-function): New option.
2775
2776 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
2777 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
2778 `tool-bar' instead of `toolbar'.
2779
2780 2000-02-02 Dave Love <fx@gnu.org>
2781
2782 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
2783 emacs-lisp-mode-hook. Don't check for defalias being defined.
2784
2785 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
2786 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
2787 the new builtins directly.
2788
2789 * whitespace.el (whitespace): Add :version to defgroup.
2790
2791 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
2792 Doc fix.
2793
2794 * thingatpt.el (sexp-at-point, symbol-at-point)
2795 (number-at-point, list-at-point): Add autoload cookie.
2796
2797 * recentf.el (recentf): Add :version to defgroup.
2798
2799 * quickurl.el (quickurl): Add :version to defgroup.
2800
2801 * elide-head.el (elide-head): Use point-marker more.
2802
2803 * bs.el (bs): Add :version to defgroup.
2804
2805 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
2806
2807 * progmodes/delphi.el (delphi): Add :version to defgroup.
2808
2809 2000-02-02 Gerd Moellmann <gerd@gnu.org>
2810
2811 * ange-ftp.el (ange-ftp-write-region): Handle case that
2812 succeeding process operation sets a different coding system.
2813
2814 * calculator.el: New file.
2815
2816 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
2817
2818 * frame.el (frames-on-display-list, framep-on-display): New
2819 functions.
2820 (display-mouse-p, display-popup-menus-p, display-graphic-p)
2821 (display-selections-p, display-screens, display-pixel-width)
2822 (display-pixel-height, display-mm-width, display-mm-height)
2823 (display-backing-store, display-save-under, display-planes)
2824 (display-color-cells, display-visual-class): New functions.
2825
2826 * term/tty-colors.el (tty-color-gray-shades): New function.
2827
2828 * faces.el (display-color-p): Use framep-on-display.
2829 (display-grayscale-p): New function.
2830
2831 2000-01-31 Dave Love <fx@gnu.org>
2832
2833 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
2834 (create-fontset-from-x-resource): Don't concat integers.
2835
2836 2000-01-31 Inge Frick <inge@nada.kth.se>
2837
2838 * view.el: Some changes in documentation. Removed some trailing
2839 whitespace. Changed some parameter names to agree with
2840 documentation.
2841 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
2842 window is not deleted. Modifies change 1998-04-26.
2843
2844 2000-01-31 Gerd Moellmann <gerd@gnu.org>
2845
2846 * windmove.el: New file.
2847
2848 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
2849 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2850 progmodes/ebnf-yac.el: Update copyright and license info.
2851
2852 * jit-lock.el (jit-lock-function): Widen before calculating end
2853 position.
2854 (jit-lock-stealth-chunk-start): Rewritten.
2855
2856 * info.el (Info-title-face-alist): Removed.
2857 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
2858 faces.
2859 (Info-fontify-node): Use these faces.
2860
2861 2000-01-30 Gerd Moellmann <gerd@gnu.org>
2862
2863 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
2864 (cl-macro-list1): Recognize `&allow-other-keys' instead of
2865 `&allow-other-keywords'.
2866
2867 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
2868 the list of directories scanned heuristically.
2869
2870 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
2871 exist.
2872
2873 2000-01-30 Jason Rumney <jasonr@gnu.org>
2874
2875 * w32-fns.el: Define w32-tty-standard-colors.
2876
2877 * startup.el (command-line): Use w32-tty-standard-colors when in
2878 w32 console mode.
2879
2880 2000-01-30 Dave Love <fx@gnu.org>
2881
2882 * jka-compr.el (jka-compr-load): Fix up load-history.
2883
2884 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
2885
2886 * emacs-lisp/cl-macs.el: Revert previous change.
2887
2888 2000-01-29 Dave Love <fx@gnu.org>
2889
2890 * facemenu.el: Purecopy various strings.
2891
2892 * timezone.el (timezone-fix-time): Window against 69 for two-digit
2893 years. Deal with three-digit years.
2894
2895 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
2896 defconst, purecopy.
2897 (help-back-label): Purecopy it.
2898
2899 2000-01-18 Gerd Moellmann <gerd@gnu.org>
2900
2901 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
2902 variable. If non-nil, order the buffer list according to the
2903 currently selected frame.
2904 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
2905 non-nil, pass the selected frame to function buffer-list.
2906
2907 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2908
2909 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
2910
2911 2000-01-28 Dave Love <fx@gnu.org>
2912
2913 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
2914
2915 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
2916 Don't use lisp-indent-hook property.
2917 (cl-abs): Remove.
2918
2919 * subr.el: Move out indent and edebug specs for when and unless.
2920
2921 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
2922 when, unless.
2923
2924 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
2925 unless, when.
2926
2927 2000-01-28 Gerd Moellmann <gerd@gnu.org>
2928
2929 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
2930 `collecting' as synonym for `collect'.
2931
2932 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
2933 for the case it contains spaces.
2934
2935 * simple.el (what-cursor-position): Change formatting of
2936 messages.
2937
2938 * frame.el (delete-other-frames): New function.
2939 (toplevel): Bind it to C-x 5 1.
2940
2941 * sort.el (sort-numeric-base): New option.
2942 (sort-numeric-fields): If number starts with `0' or `0[xX[',
2943 interpret it as octal or hexadecimal. Use sort-numeric-base
2944 as default base.
2945
2946 * progmodes/glasses.el: New file.
2947
2948 2000-01-27 Gerd Moellmann <gerd@gnu.org>
2949
2950 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
2951 userids differently.
2952
2953 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
2954 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2955 progmodes/ebnf-yac.el: New files.
2956
2957 2000-01-26 Dave Love <fx@gnu.org>
2958
2959 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
2960 on a function with an empty body. [From Eric Ludlam.]
2961
2962 2000-01-25 Andre Spiegel <spiegel@gnu.org>
2963
2964 * vc.el (vc-version-diff): Make sure file name is expanded.
2965
2966 2000-01-25 Gerd Moellmann <gerd@gnu.org>
2967
2968 * scroll-bar.el (scroll-bar-timer): Variable removed.
2969 (scroll-bar-toolkit-scroll): Don't use a timer.
2970
2971 2000-01-25 Kenichi Handa <handa@etl.go.jp>
2972
2973 * language/thai-util.el (thai-composition-function): Delete
2974 superfluous `a'.
2975
2976 2000-01-24 Dave Love <fx@gnu.org>
2977
2978 * fortran.el (fortran-mode): Use beginning-of-defun-function,
2979 end-of-defun-function.
2980
2981 * font-lock.el (turn-on-font-lock): Don't depend on window-system
2982 &c.
2983
2984 2000-01-22 Jason Rumney <jasonr@gnu.org>
2985
2986 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
2987 conflicts with new face support.
2988
2989 2000-01-22 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2990
2991 * replace.el (query-replace): Rename last arg to DELIMITED.
2992 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
2993 (query-replace-regexp): Likewise.
2994
2995 2000-01-20 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2996
2997 * subr.el (with-syntax-table): Use make-symbol, not gensym.
2998
2999 * emacs-lisp/lisp.el (beginning-of-defun-function):
3000 Variable renamed from beginning-of-defun.
3001 Do not call make-variable-buffer-local.
3002 (beginning-of-defun-raw): Use new variable name; doc fix.
3003 (beginning-of-defun): Doc fix.
3004 (end-of-defun-function): Variable renamed from end-of-defun.
3005 Do not call make-variable-buffer-local.
3006 (end-of-defun): Use new variable name; doc fix.
3007
3008 * subr.el (dolist, dotimes): Copied from cl-macs.el
3009 and made to work.
3010
3011 * mail/undigest.el (rmail-digest-end-regexps):
3012 Variable replaces rmail-digest-end-regexp.
3013 Allows multiple regexps for detecting the end line.
3014 (undigestify-rmail-message): Corresponding changes.
3015
3016 2000-01-19 Dave Love <fx@gnu.org>
3017
3018 * files.el (user-init-file): Don't declare here -- is primitive.
3019
3020 * startup.el (command-line): Check for compiled user-init-file and
3021 set to uncompiled version if necessary.
3022
3023 2000-01-18 Gerd Moellmann <gerd@gnu.org>
3024
3025 * mail/undigest.el (rmail-digest-end-regexp): New user option.
3026 (undigestify-rmail-message): Use it.
3027
3028 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
3029
3030 2000-01-17 Gerd Moellmann <gerd@gnu.org>
3031
3032 * tmm.el (tmm-goto-completions): Adapt to prompt being part
3033 of mini-buffer.
3034
3035 2000-01-14 Gerd Moellmann <gerd@gnu.org>
3036
3037 * emacs-lisp/copyright.el (copyright-update): Removed the
3038 requirement for a trailing space from `copyright-regexp', to
3039 support copyrights with owner specified on a separate line..
3040
3041 * align.el: New file.
3042
3043 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
3044
3045 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
3046
3047 2000-01-13 Dave Love <fx@gnu.org>
3048
3049 * ph.el: Removed. (Obsoleted by EUDC.)
3050
3051 2000-01-13 Gerd Moellmann <gerd@gnu.org>
3052
3053 * net/eudc.el (toplevel): Remove autoloaded code installing
3054 menu with easymenu, because that causes build problems.
3055
3056 * frame.el (frame-notice-user-settings): New variable.
3057 (frame-notice-user-settings): Don't modify frame parameters
3058 if called a second time.
3059
3060 2000-01-13 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3061
3062 * frame.el (frame-notice-user-settings):
3063 Notice default-frame-parameters even for non-window frames.
3064
3065 2000-01-13 Gerd Moellmann <gerd@gnu.org>
3066
3067 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
3068 for Emacs.
3069 (eudc-bob-can-display-inline-images): Extend for Emacs.
3070 (eudc-bob-toggle-inline-display): Ditto.
3071 (eudc-bob-display-jpeg): Ditto.
3072
3073 2000-01-12 Gerd Moellmann <gerd@gnu.org>
3074
3075 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
3076 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
3077 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
3078
3079 * add-log.el (add-change-log-entry): Fix error trying an `(insert
3080 nil)'.
3081
3082 * subdirs.el: Add `net' directory.
3083
3084 * net: New directory.
3085
3086 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
3087 eval-last-sexp. Don't bind debug-on-error here.
3088 (eval-last-sexp): New function. Bind debug-on-error if
3089 eval-expression-debug-on-error is non-nil.
3090 (eval-defun-2, eval-defun): Likewise.
3091
3092 * simple.el (eval-expression): Don't bind debug-on-error if
3093 eval-expression-debug-on-error is nil. Detect changed
3094 debug-on-error, and propagate new value to global binding, if
3095 eval-expression-debug-on-error is non-nil,
3096 (eval-expression-debug-on-error): Change doc string.
3097
3098 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3099
3100 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
3101
3102 * emacs-lisp/lisp-mode.el (with-syntax-table):
3103 Set up lisp-indent-function property.
3104
3105 * subr.el (with-syntax-table): Moved from simple.el.
3106
3107 * simple.el (with-syntax-table): Moved to subr.el.
3108
3109 2000-01-11 Gerd Moellmann <gerd@gnu.org>
3110
3111 * tmm.el (tmm-shortcut): Delete region after prompt instead
3112 of erasing buffer.
3113
3114 * textmodes/fill.el (fill-common-string-prefix): New function.
3115 (fill-context-prefix): Use the longest common prefix of first
3116 and second line fill prefix, if there is one.
3117
3118 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3119
3120 * array.el (array-mode): Don't use make-variable-buffer-local.
3121 Use make-local-variable for `truncate-lines'.
3122
3123 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
3124
3125 * add-log.el (add-log-current-defun): Handle user-defined
3126 add-log-current-function returning nil,
3127
3128 * add-log.el (add-change-log-entry): Insert version number
3129 if having found a current function
3130
3131 * add-log.el (add-log-current-defun): Call
3132 `add-log-current-defun-function'. Try matches at level 0 and
3133 level 1. Strip whitespace from defun found.
3134
3135 2000-01-10 John Wiegley <johnw@gnu.org>
3136
3137 * allout.el (isearch-done/outline-provisions): Added `edit'
3138 argument to correspond with the current definition of
3139 `isearch-done'.
3140
3141 2000-01-10 Dave Love <fx@gnu.org>
3142
3143 * elide-head.el (elide-head): Use point-marker, not point.
3144
3145 2000-01-10 Gerd Moellmann <gerd@gnu.org>
3146
3147 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
3148 before and after the year 2000.
3149
3150 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
3151 Add ispell- prefix.
3152
3153 2000-01-10 Ken Stevens <k.stevens@ieee.org>
3154
3155 * ispell.el: Only define dictionaries in menus when they exist.
3156 (version18p): New variable.
3157 (version20p): New variable.
3158 (xemacsp): New variable.
3159 (ispell-choices-win-default-height): Fix for XEmacs visibility.
3160 (ispell-dictionary-alist1): Added Brasileiro dictionary.
3161 (ispell-dictionary-alist6): Russian command lines no longer accept
3162 run-together words.
3163 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
3164 (ispell-dictionary-alist): Add koi8-r to customize definition.
3165 (check-ispell-version): Added documentation string. Returns
3166 library path when called non-interactively.
3167 (ispell-menu-map-needed): Uses new variables.
3168 (ispell-library-path): New variable.
3169 (ispell-decode-string): XEmacs fix for bogus variable bindings.
3170 (ispell-word): Improved documentation string. Test for valid
3171 character mappings. Correctly check typed in word changes that can
3172 result in single words split into multiple words. Returns
3173 replacement word.
3174 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
3175 replace in recursive query replace mode. Help message for
3176 recursive edit mode.
3177 (ispell-show-choices): Protect against bad framepop bindings.
3178 (ispell-help): Fix to work with XEmacs.
3179 (ispell-highlight-spelling-error): Use new variables.
3180 (ispell-overlay-window): Fix to work with XEmacs.
3181 (ispell-parse-output): Passed and returns location information
3182 tracking spelling corrections. Doesn't recheck same word on
3183 current line.
3184 (ispell-init-process): Protect against bogus XEmacs variable binding.
3185 Fix call to single argument in sleep-for. Use new variables.
3186 (ispell-region): Passed and returns location information tracking
3187 spelling corrections. Doesn't check same word on current line.
3188 Improved documentation string. Doesn't resend a line already
3189 checked to the ispell process - fixes bug in LaTeX parsing.
3190 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
3191 (ispell-skip-region): No longer skips <TT> in SGML.
3192 (ispell-process-line): Tracks location information with spelling
3193 corrections. Added documentation string. Accounts for words
3194 already accepted on this line. Don't allow query-replace on line
3195 starting with math characters. Doesn't resend a line already sent
3196 to ispell process. Fixes alignment error bug.
3197
3198 2000-01-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3199
3200 * dired-x.el (dired-guess-shell-alist-default):
3201 Suggest xloadimage, which is free, not xv, which isn't.
3202
3203 * ange-ftp.el (ange-ftp-file-name-nondirectory):
3204 Don't ever include the host name or user name in the value.
3205
3206 2000-01-09 Gerd Moellmann <gerd@gnu.org>
3207
3208 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
3209 of a real newline.
3210
3211 2000-01-09 Stephen Eglen <stephen@gnu.org>
3212
3213 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
3214 for .png files.
3215
3216 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
3217
3218 * cus-edit.el (custom-hook-convert-widget): Fix comment.
3219
3220 2000-01-09 Gerd Moellmann <gerd@gnu.org>
3221
3222 * progmodes/cperl-mode.el: Replace ^F with ^L.
3223
3224 * sendmail.el (toplevel): Provide `sendmail' when compiling
3225 before `require'ing rmail and mailalias to prevent infinite
3226 recursion.
3227
3228 2000-01-08 Dave Love <fx@gnu.org>
3229
3230 * emacs-lisp/backquote.el: Remove inappropriate customization
3231 (allowing custom.el to use backquote).
3232
3233 2000-01-07 Dave Love <fx@gnu.org>
3234
3235 * add-log.el (add-log-debugging): Deleted.
3236 (add-change-log-entry): Treat a backup FILE-NAME as its parent
3237 file. Remove debugging code.
3238 (change-log-get-method-definition, change-log-name): Add doc.
3239 (change-log-sortable-date-at): New function.
3240 (change-log-merge): New command.
3241
3242 * time.el (display-time-string-forms): Make the Mail string active.
3243 (display-time-update): Provide help-echo for load average.
3244
3245 * bindings.el (make-mode-line-mouse2-map): New function.
3246 (mode-line-modified): Use it and simplify.
3247 (mode-line-mule-info): Provide help-echo info.
3248 (minor-mode-alist): Activate the strings.
3249 (make-mode-line-mouse-sensitive): Simplify for
3250 mode-line-buffer-identification.
3251
3252 2000-01-07 Gerd Moellmann <gerd@gnu.org>
3253
3254 * play/pong.el: New file.
3255
3256 2000-01-06 Dave Love <fx@gnu.org>
3257
3258 * array.el: Assorted cleanups for compiler warnings, doc strings,
3259 `array-' prefix for symbols.
3260
3261 2000-01-05 Dave Love <fx@gnu.org>
3262
3263 * textmodes/outline.el (outline-mode-menu-bar-map): Add
3264 outline-headers-as-kill.
3265 (outline-mode): Define imenu-generic-expression.
3266 (outline-headers-as-kill): New command.
3267
3268 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
3269 from paragraph-start.
3270 (paragraph-indent-minor-mode): New command.
3271
3272 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
3273 M-C-e, M-C-h, C-j, C-xnd, TAB.
3274 (fortran-mode): Set beginning-of-defun, end-of-defun.
3275 (fortran-column-ruler): Simplify.
3276 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
3277 (fortran-with-subprogram-narrowing): Likewise.
3278 (fortran-indent-subprogram): Call mark-defun.
3279 (fortran-check-for-matching-do): Change narrowing.
3280
3281 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
3282 (cl-lucid-hash-tag): Delete.
3283 (cl-hash-table-p): Correct test for native table.
3284 (cl-hash-table-count): Use hash-table-count.
3285
3286 * browse-url.el (browse-url): Fix case of
3287 browse-url-browser-function being an alist.
3288
3289 2000-01-05 Carsten Dominik <cd@gnu.org>
3290
3291 * textmodes/reftex-vars.el (reftex-parse-file-extension)
3292 (reftex-index-phrase-file-extension): New options.
3293
3294 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
3295 Use new option `reftex-index-phrase-file-extension'.
3296
3297 * textmodes/reftex.el (reftex-access-parse-file): Use new option
3298 `reftex-parse-file-extension'.
3299
3300 2000-01-05 Dave Love <fx@gnu.org>
3301
3302 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
3303 (beginning-of-defun-raw): Use it.
3304 (end-of-defun): New variable.
3305 (end-of-defun): Use it.
3306 (check-parens): New command.
3307
3308 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3309
3310 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
3311 (hs-show-block): Don't use `mapcar' when not accumulating.
3312
3313 Fix buglet in local variables initialization.
3314
3315 2000-01-05 Andreas Schwab <schwab@suse.de>
3316
3317 * hscroll.el (hscroll): Doc fix.
3318
3319 2000-01-05 Carsten Dominik <cd@gnu.org>
3320
3321 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
3322 idlw-toolbar.
3323
3324 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
3325 file idlw-rinfo.el.
3326 (idlwave-customize): load must read file idlw-shell.el.
3327 (idlwave-create-customize-menu): load must read file idlw-shell.el.
3328
3329 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
3330
3331 * progmodes/idlw-shell.el: Also provide idlwave-shell
3332 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
3333 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
3334
3335 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
3336 both reftex-dcr and reftex-vcr.
3337
3338 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
3339
3340 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3341
3342 * ps-print.el: PostScript code now is in separate files, doc fix.
3343 (ps-print-version): New version number (5.0.3).
3344 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
3345 local.
3346 (ps-spool-config): Initialization fix.
3347 (ps-print-prologue-1, ps-print-prologue-2)
3348 (ps-print-duplex-feature): PostScript code moved to separated file.
3349 (ps-background-image): Little code reformating.
3350 (ps-begin-file, ps-begin-job): Fix code.
3351 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
3352 (ps-prologue-file): New fun.
3353
3354 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3355
3356 * ps-vars.el: Eliminated.
3357
3358 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
3359 `;;;###autoload'.
3360
3361 * ps-print.el: ps-vars eliminated, doc fix.
3362 (ps-print-version): New version number (5.0.2).
3363 (ps-spool-config): Initialization fix.
3364 (ps-print-customize): New fun.
3365
3366 2000-01-04 Gerd Moellmann <gerd@gnu.org>
3367
3368 * autorevert.el (auto-revert-mode): Return value of
3369 auto-revert-mode.
3370
3371 2000-01-04 Dave Love <fx@gnu.org>
3372
3373 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
3374 menu items.
3375
3376 2000-01-03 Dave Love <fx@gnu.org>
3377
3378 * elide-head.el (elide-head) [defgroup]: Add :version.
3379
3380 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
3381 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
3382 `cl-hash-table-p', not `hash-table-p'.
3383 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
3384
3385 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3386
3387 * faces.el (face-read-integer, read-face-attribute)
3388 (color-defined-p, color-values): unspecified-{f,b}g are now
3389 strings.
3390
3391 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
3392
3393 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
3394 at comment end, and re-insert them after filling.
3395
3396 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3397
3398 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
3399 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
3400 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
3401
3402 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3403
3404 * term/x-win.el (xw-defined-colors): Call color-supported-p,
3405 the new name of face-color-supported-p.
3406
3407 * term/w32-win.el (xw-defined-colors): Likewise.
3408
3409 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3410
3411 * simple.el (completion-setup-function): Count completion-size
3412 from minibuffer-prompt-end, not from point-min.
3413
3414 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
3415
3416 * faces.el (read-face-attribute, defined-colors, color-defined-p):
3417 Pass the frame to tty-color-* functions.
3418 (display-color-p, frame-set-background-mode): Pass the frame to
3419 tty-display-color-p.
3420
3421 * term/tty-colors.el (tty-defined-color-alist): Renamed from
3422 tty-color-alist.
3423 (tty-color-alist, tty-modify-color-alist): New functions.
3424 (tty-color-define, tty-color-clear, tty-color-approximate)
3425 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
3426 an optional parameter FRAME.
3427
3428 2000-01-01 Gerd Moellmann <gerd@gnu.org>
3429
3430 * image.el (create-image, defimage): Don't assume image data is a
3431 string.
3432
3433 * image.el (defimage): Handle specifications containing :data
3434 instead of :file.
3435 (image-type-from-data): New function.
3436 (image-type-from-file-header): Use it.
3437 (create-image): Add parameter DATA-P.
3438
3439 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3440
3441 * echistory.el (electric-command-history): Call Command-history-setup
3442 and command-history-mode using their new conventions.
3443
3444 * chistory.el (Command-history-setup): Don't switch buffers. Take
3445 no args, and do not set major-mode, mode-name or the local map.
3446 (command-history-mode): New function, does some of those things
3447 Command-history-setup used to do.
3448 (list-command-history): Call command-history-mode, not
3449 Command-history-setup.
3450 (command-history): Renamed from command-history-mode.
3451
3452 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3453
3454 * arc-mode.el (archive-mode-map): Bind q to quit-window.
3455
3456 1999-12-31 William M. Perry <wmperry@aventail.com>
3457
3458 * image.el (defimage): Images with the `:data' keyword should be
3459 considered valid as well.
3460
3461 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3462
3463 * dired.el (dired-get-filename): Don't call file-name-absolute-p
3464 with FILE if FILE is nil.
3465
3466 1999-12-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3467
3468 * simple.el (choose-completion-string): In minibuffer,
3469 do not delete the prompt string.
3470
3471 1999-12-30 Gerd Moellmann <gerd@gnu.org>
3472
3473 * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
3474 assigned to mode-line-mode-menu because bindings.el is dumped with
3475 Emacs, and thus the lists used for menu-item definition will be
3476 copied to pure space. Emacs' menu code (parse_menu_item) doesn't
3477 like pure menu item definitions.
3478
3479 * expand.el (expand-abbrev-hook): Return t if expansion was
3480 done, nil otherwise.
3481
3482 1999-12-29 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3483
3484 * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
3485 (tar-quit): Function deleted.
3486
3487 1999-12-29 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3488
3489 * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
3490 was used but not declared.
3491
3492 (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
3493 hs-find-block-beginning): Add or modify docstrings.
3494
3495 (hs-isearch-show): Rewrite.
3496
3497 1999-12-28 Gerd Moellmann <gerd@gnu.org>
3498
3499 * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
3500
3501 * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
3502 space in front of a C-style comment end.
3503
3504 1999-12-28 Eli Zaretskii <eliz@is.elta.co.il>
3505
3506 * startup.el (command-line-1): Make mode line mouse-sensitive for
3507 the MS-DOS version as well.
3508
3509 1999-12-28 Gerd Moellmann <gerd@gnu.org>
3510
3511 * bs.el: New file.
3512
3513 1999-12-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3514
3515 * textmodes/ispell.el (ispell-process-line):
3516 Add local var line-offset to adjust for the change
3517 in positions within the line, due to previous replacements.
3518
3519 1999-12-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3520
3521 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
3522 Doc fixes.
3523
3524 1999-12-27 Gerd Moellmann <gerd@gnu.org>
3525
3526 * add-log.el (change-log-version-number-regexp-list)
3527 (change-log-version-info-enabled): Change :version to 21.1.
3528 (toplevel): Require CL when compiling.
3529
3530 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
3531
3532 * add-log.el (change-log-version-number-regexp-list): Added tag
3533 :version 20.6
3534 (change-log-version-info-enabled): Added tag :version 20.6
3535
3536 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
3537
3538 * add-log.el: More general version number search with
3539 user-configurable regexp list.
3540 (change-log-version-number-regexp-list): New user variable.
3541 (change-log-find-version): Rewritten. Use user-configurable
3542 version numbering regexp list
3543 change-log-version-number-regexp-list.
3544 (change-log-find-version): Renamed to
3545 change-log-version-number-search
3546 (add-log-file-name-function): New.
3547 (change-log-search-vc-number): Added END paramaeter. Added doc
3548 string to function.
3549 (change-log-version-rcs): Renamed. Was
3550 change-log-search-vc-number.
3551
3552 1999-12-26 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3553
3554 * progmodes/compile.el (compilation-goto-locus): Delete hideshow
3555 overlays if they interfere.
3556 (compilation-find-file): Make intangible overlays tangible.
3557
3558 * progmodes/hideshow.el: Generally, synch w/ maintainer
3559 version 5.9.
3560
3561 (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
3562
3563 (hs-minor-mode-hook): Don't initialize.
3564
3565 (hs-special-modes-alist): Rewrite value and docstring.
3566
3567 (hs-minor-mode-prefix): Delete unused var.
3568
3569 (hs-block-start-mdata-select): New var, buffer local.
3570
3571 (hs-headline): New var.
3572
3573 (hs-match-data, hs-forward-sexp): New funcs.
3574
3575 (hs-hide-comment-region): New func.
3576
3577 (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
3578 hs-safety-is-job-n, hs-hide-initial-comment-block,
3579 hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
3580 hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
3581 hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
3582 hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
3583 hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
3584
3585 (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
3586 (hs-isearch-show-temporary): New funcs.
3587
3588 (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
3589
3590 (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
3591
3592 When constructing menu, use `[(shift button2)]' notation.
3593
3594 1999-12-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3595
3596 * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
3597 (jka-compr-compression-info-list): Add new elt to each vector.
3598 (jka-compr-write-region): Don't compress the data if it is
3599 already compressed.
3600
3601 * jka-compr.el (jka-compr-really-do-compress): New variable.
3602 (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
3603 if visiting.
3604 (jka-compr-write-region): Set jka-compr-really-do-compress
3605 if visiting. Test it when deciding to compress.
3606
3607 1999-12-22 Gerd Moellmann <gerd@gnu.org>
3608
3609 * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
3610 with third argument t.
3611
3612 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3613
3614 * antlr-mode.el: Version 1.2 is released.
3615 (antlr): This package has a web page.
3616
3617 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3618
3619 * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
3620 regions. Suggested by Dale Davis <Dale_Davis@securify.com>.
3621 (antlr-mode-map): New binding [C-c C-c].
3622 (antlr-mode-menu): New entries.
3623
3624 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3625
3626 * antlr-mode.el: Respect Emacs conventions.
3627 ((require 'cl)): Only use during compilation.
3628 (antlr-language-for-option): New function to avoid using `find'.
3629 (antlr-mode): Use it.
3630 (antlr-with-syntax-table): Define new instead using XEmacs' one.
3631 (antlr-imenu-create-index-function): Change accordingly.
3632 (antlr-inside-rule-p): Ditto.
3633 (antlr-end-of-rule): Ditto.
3634 (antlr-end-of-body): Ditto.
3635 (antlr-beginning-of-rule): Ditto.
3636 (antlr-indent-line): Ditto.
3637
3638 1999-11-21 Christoph Wedler <Christoph.Wedler@sap.com>
3639
3640 * antlr-mode.el: Really use `antlr-tab-offset-alist'.
3641 (antlr-set-tabs): Don't use hard-coded values.
3642
3643 * antlr-mode.el: Minor navigation changes. Not perfect, but this
3644 won't be possible without a huge time penalty.
3645 (antlr-skip-exception-part): Be more specific.
3646 (antlr-skip-file-prelude): Don't skip action prelude of next rule.
3647 Renamed from `antlr-skip-grammar-header'.
3648 (antlr-next-rule): Change accordingly.
3649 (antlr-end-of-body): Ditto. Better error message.
3650 (antlr-beginning-of-body): Better error message.
3651 (antlr-imenu-create-index-function): Skip rule action prelude.
3652
3653 * antlr-mode.el: Minor syntax highlighting changes.
3654 (antlr-font-lock-default-face): Deletia.
3655 (antlr-font-lock-tokendef-face): Changed color.
3656 (antlr-font-lock-tokenref-face): Changed color.
3657 (antlr-font-lock-literal-face): Changed color.
3658 (antlr-font-lock-additional-keywords): Minor changes.
3659
3660 1999-12-20 Carsten Dominik <cd@gnu.org>
3661
3662 * progmodes/idlwave.el: New file.
3663
3664 * progmodes/idlwave-rinfo.el: New file.
3665
3666 * progmodes/idlwave-shell.el: New file.
3667
3668 * progmodes/idlwave-toolbar.el: New file.
3669
3670 * files.el (auto-mode-alist): idlwave-mode default for .pro files.
3671
3672 1999-12-21 Gerd Moellmann <gerd@gnu.org>
3673
3674 * progmodes/cwarn.el: New file.
3675
3676 1999-12-19 Gerd Moellmann <gerd@gnu.org>
3677
3678 * bindings.el (completion-ignored-extensions): Add .pdf.
3679
3680 1999-12-19 Eli Zaretskii <eliz@is.elta.co.il>
3681
3682 * version.el: Put the version info into binary on MS-DOS as well.
3683
3684 1999-12-19 Gerd Moellmann <gerd@gnu.org>
3685
3686 * emacs-lisp/debug.el (debugger-continue): Don't continue if
3687 debugger-may-continue is nil.
3688
3689 1999-12-18 Dave Love <fx@gnu.org>
3690
3691 * emacs-lisp/cl-macs.el: Remove conditional definition of
3692 eval-when-compile. Don't specify abs, expt, gethash,
3693 hash-table-count, hash-table-p as side-effect-free here.
3694 (cl-emacs-type): Don't declare.
3695 (cl-compile-time-init): Remove Emacs 18 compiler patch.
3696 (cl-parse-loop-clause): Remove compatibility code.
3697
3698 * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
3699 (side-effect-free-fns): Add gethash, hash-table-count.
3700 (side-effect-and-error-free-fns): Add hash-table-p.
3701
3702 * emacs-lisp/cl.el: Remove Emacs 18 compatibility code. Prepend
3703 `cl-' to autoload names for some hash functions. Don't autoload
3704 eval-when-compile. Don't provide mini-cl.
3705 (cl-emacs-type): Remove.
3706 (cl-map-extents): Remove compatibility code.
3707
3708 * emacs-lisp/float.el: Bind free variables.
3709
3710 * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
3711
3712 1999-12-16 Gerd Moellmann <gerd@gnu.org>
3713
3714 * bindings.el (completion-ignored-extensions): Add .tfm.
3715
3716 1999-12-16 Dave Love <fx@gnu.org>
3717
3718 * faces.el (set-face-attribute): Purecopy the attributes set.
3719
3720 * custom.el (custom-declare-variable): Purecopy value.
3721
3722 * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
3723 (byte-extrude-byte-code-vectors): Use remprop.
3724 (byte-compile-lambda): Check that arg is a lambda.
3725
3726 1999-11-16 Anders Lindgren <AndersL@andersl.com>
3727
3728 * font-lock.el: System for adding and removing keywords.
3729 Both local (previously added keyword) and global keywords
3730 can be removed.
3731 (font-lock-remove-keywords): New user-level function.
3732 (font-lock-update-removed-keyword-alist): New internal function.
3733 (font-lock-removed-keywords-alist): New variable.
3734 (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
3735 Empty `font-lock-keywords-alist' when `append' is `set' to avoid
3736 growing datastructures.
3737 (font-lock-set-defaults): Removes keywords stored in
3738 `font-lock-removed-keywords-alist' after local keywords added.
3739
3740 1999-12-16 Anders Lindgren <andersl@andersl.com>
3741
3742 * font-lock.el (c-keywords, c++-keywords): Better "case" support for
3743 complex constant expressions, e.g. "case 1<<A_BIT_NO:".
3744
3745 * font-lock.el (c-keywords): Only highlight preprocessor
3746 directives when spelled correctly.
3747
3748 * font-lock.el (font-lock-match-c++-structor-declaration,
3749 c++-keywords): Fontify constructors and destructors with function
3750 face inside C++ class declarations.
3751
3752 1999-12-16 Gerd Moellmann <gerd@gnu.org>
3753
3754 * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
3755 the shell from sh-shell-file.
3756
3757 * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
3758
3759 1999-12-16 Eli Zaretskii <eliz@is.elta.co.il>
3760
3761 * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
3762 if one of the files specified cannot be accessed by
3763 file-attributes. Do not strip any leading directories from the
3764 file names, to behave more like `ls' does.
3765
3766 * dired.el (dired-get-filename): Handle absolute file names.
3767 (dired-readin-insert): If argument is a cons, don't print
3768 "wildcard" on the ``total'' line.
3769
3770 1999-12-15 Eli Zaretskii <eliz@is.elta.co.il>
3771
3772 * faces.el (face-read-integer, read-face-attribute)
3773 (color-defined-p, color-values): Allow color values unspecified-fg
3774 and unspecified-bg, handle them as unspecified.
3775
3776 1999-12-15 Carsten Dominik <dominik@astro.uva.nl>
3777
3778 * textmodes/reftex.el: (reftex-compile-variables): respect new
3779 structure of `reftex-index-macro'
3780 (reftex-compile-variables): Use the changed structure of
3781 `reftex-label-alist'.
3782
3783 * textmodes/reftex-vars.el (reftex-index-math-format,
3784 (reftex-toc-max-level): New option.
3785 reftex-index-phrases-search-whole-words,
3786 reftex-index-phrases-case-fold-search,
3787 reftex-index-phrases-skip-indexed-matches,
3788 reftex-index-phrases-wrap-long-lines,
3789 reftex-index-phrases-sort-prefers-entry,
3790 reftex-index-phrases-sort-in-blocks): New options.
3791 (reftex-index-macros): Option structure changed.
3792 (reftex-index-macros-builtin): Added `repeat' item to each entry.
3793 (reftex-label-alist): Additional item in each entry to specify if
3794 the environment should be listed in the TOC.
3795 (eval-when-compile (require 'cl)) added.
3796
3797 * textmodes/reftex-index.el (reftex-index-selection-or-word): No
3798 longer deals with "repeat".
3799 (reftex-index): "repeat property in `reftex-index-macro-alist' is
3800 now used.
3801 (reftex-index-phrases-comment-regexp,
3802 reftex-index-phrases-macrodef-regexp,
3803 reftex-index-phrases-phrase-regexp1,
3804 reftex-index-phrases-phrase-regexp2,
3805 reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
3806 New constants.
3807 (reftex-index-phrases-macro-data, reftex-index-phrases-files,
3808 reftex-index-phrases-font-lock-keywords,
3809 reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
3810 reftex-index-phrases-restrict-file): New variables.
3811 (reftex-index-phrase-selection-or-word,
3812 reftex-index-visit-phrases-buffer,
3813 reftex-index-initialize-phrases-buffer,
3814 reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
3815 reftex-index-next-phrase, reftex-index-this-phrase,
3816 reftex-index-all-phrases, reftex-index-region-phrases,
3817 reftex-index-phrases-parse-header,
3818 reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
3819 reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
3820 reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
3821 reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
3822 reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
3823 reftex-index-make-replace-string,
3824 reftex-query-index-phrase-globally, reftex-query-index-phrase,
3825 reftex-index-phrase-match-is-indexed,
3826 reftex-index-phrases-fixup-line,
3827 reftex-index-phrases-replace-space,
3828 reftex-index-select-phrases-macro): New functions.
3829 (reftex-index-globalize, reftex-index-globally): functions removed
3830 (eval-when-compile (require 'cl)) added.
3831
3832 * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
3833 for max level.
3834 (reftex-toc-max-level-indicator): New variable.
3835 (reftex-toc-max-level): New command.
3836 (reftex-toc-map): New keybinding `t'.
3837 (reftex-toc-help): Constant updated.
3838 (eval-when-compile (require 'cl)) added.
3839
3840 * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
3841 `t' command key can change `reftex-toc-max-level'
3842 (eval-when-compile (require 'cl)) added.
3843
3844 * textmode/reftex-sel (reftex-insert-docstruct): Respect
3845 `reftex-toc-max-level'
3846 (eval-when-compile (require 'cl)) added.
3847
3848 * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
3849 added.
3850
3851 * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
3852 added.
3853
3854 * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
3855 commands.
3856 (reftex-citation, reftex-do-citation,
3857 reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
3858 preselect a citation format.
3859 (eval-when-compile (require 'cl)) added.
3860
3861 * textmodes/reftex-parse.el (reftex-context-substring): Optional
3862 parameter to-end
3863 (reftex-section-info): Deal with environment matches.
3864 (eval-when-compile (require 'cl)) added.
3865
3866 * reftex-global.el (eval-when-compile (require 'cl)) added.
3867
3868 1999-12-15 Kenichi Handa <handa@etl.go.jp>
3869
3870 The following changes are for the new composition mechanism. We
3871 have deleted `composition' charset and composite characters,
3872 instead introduced a special text property `composition'.
3873
3874 * composite.el: New file.
3875
3876 * ps-mule.el: Define encode-composition-rule and find-composition
3877 for Emacs 20.4 and the earlier versions.
3878 (ps-mule-init-external-library): Just require a feature for
3879 external libraries.
3880 (ps-mule-prologue): Postscript code modified for new composition.
3881 (ps-mule-find-wrappoint): New arg COMPOSITION.
3882 (ps-mule-plot-string): Delete code for composite characaters.
3883 (ps-mule-plot-composition): New funcion.
3884 (ps-mule-prepare-font-for-components): New function.
3885 (ps-mule-plot-components): New function.
3886 (ps-mule-composition-prologue-generated): Renamed from
3887 ps-mule-cmpchar-prologue-generated.
3888 (ps-mule-composition-prologue): New named from
3889 ps-mule-cmpchar-prologue. Modified for new composition.
3890 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
3891 ps-mule-prepare-cmpchar-font): Deleted.
3892 (ps-mule-string-encoding): New arg NO-SETFONT.
3893 (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
3894 check Composing, not Cmpchar
3895 (ps-mule-initialize): Set ps-mule-composition-prologue-generated
3896 to nil.
3897 (ps-mule-begin-job): Check existence of new composition.
3898
3899 * ps-print.el (ps-plot-region): Handle new composition.
3900
3901 * simple.el (what-cursor-position): Show "(composed)" if the
3902 character is composed.
3903
3904 * international/characters.el: Fix cateogries of Lao symbols.
3905
3906 * international/fontset.el (vertical-centering-font-regexp): New
3907 variable.
3908
3909 * international/mule.el (mule-version): Updated to 5.0 (AOI).
3910 (mule-version-date): Updated to 1999.12.7.
3911 (with-category-table): New macro.
3912
3913 * international/mule-cmds.el (encode-coding-char): Don't check
3914 composite character.
3915
3916 * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
3917 iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
3918 x-ctext): Give `composition' property t.
3919
3920 * international/mule-util.el (set-nested-alist): Set BRANCHES (if
3921 non-nil) at the tail of ALIST.
3922 (compose-region, decompose-region, decompse-string,
3923 reference-point-alist, compose-chars): Moved to composite.el.
3924 (compose-chars-component, compose-chars-rule,
3925 decompose-composite-char): Deleted.
3926
3927 * international/quail.el (quail-install-map): New optional arg
3928 NAME.
3929 (quail-get-translation): If DEF is a symbol but not a function,
3930 ignore it.
3931 (quail-start-translation): Put a key sequence undefined in the
3932 translation keymap in unread-command-events, not generated-events.
3933 Return parameterized event (compose-last-chars N) if the input
3934 characters should be composed.
3935 (quail-map-definition): If DEF is t, treat it as nil.
3936 (quail-delete-last-char): Delete the quail region.
3937 (quail-show-translations): Don't show list of translations if the
3938 quail package is deterministic.
3939 (quail-completion-max-depth): New variable.
3940 (quail-completion-1): Pay attention to the above variable. Fix
3941 for the case that a translation is a function.
3942 (quail-map-from-table, quail-map-from-table-1,
3943 quail-map-from-table-2): New functions.
3944 (quail-lookup-map-and-concat): New function
3945
3946 * language/devan-util.el: Mostly rewritten.
3947
3948 * language/lao.el: Register lao-composition-function in
3949 composition-function-table.
3950
3951 * language/lao-util.el: Mostly rewritten.
3952
3953 * language/thai.el: Register thai-composition-function in
3954 composition-function-table.
3955 (thai-tis620): Delete `pre-write-conversion' property.
3956
3957 * language/thai-util.el: (thai-category-table): Make it by
3958 make-category-table.
3959 (thai-composition-pattern): New variable.
3960 (thai-compose-region, thai-compose-string): Use
3961 with-category-table.
3962 (thai-post-read-conversion): Just call thai-compose-region.
3963 (thai-pre-write-conversion): Deleted.
3964 (thai-composition-function): New funciton.
3965
3966 * language/tibet-util.el: Most functions rewritten.
3967 (tibetan-char-p): Renamed from tibetan-char-examin.
3968 (tibetan-composable-examin) (tibetan-complete-char-examin)
3969 (tibetan-vertical-stacking) (tibetan-composition): Deleted.
3970 (tibetan-add-components): New function.
3971 (tibetan-composition-function): New function.
3972
3973 * language/tibetan.el: Register tibetan-composition-function in
3974 composition-function-table.
3975 (tibetan-composable-pattern): New variable.
3976 (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
3977 (tibetan-precomposition-rule-alist): Move punctuations to
3978 tibetan-punctuation-transcription-alist and
3979 tibetan-obsolete-glyphs.
3980 (tibetan-punctuation-transcription-alist): New variable.
3981 (tibetan-obsolete-glyphs): New variable.
3982 (tibetan-regexp): Improve the initialization code.
3983
3984 * textmodes/fill.el (fill-find-break-point): Delete codes for
3985 composite characters.
3986 (fill-region-as-paragraph): Likewise.
3987
3988 1999-12-14 Gerd Moellmann <gerd@gnu.org>
3989
3990 * international/mule-cmds.el (default-input-method): Specify
3991 that it should be set after current-language-environment.
3992
3993 * custom.el (custom-handle-keyword): Add :set-after.
3994 (custom-add-dependencies): New function.
3995 (custom-set-variables): Take dependencies between args into
3996 account.
3997
3998 * battery.el (battery): Doc fix.
3999
4000 1999-12-12 Gerd Moellmann <gerd@gnu.org>
4001
4002 * progmodes/cc-make.el: Removed.
4003
4004 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4005
4006 * Release of cc-mode 5.26
4007
4008 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4009
4010 * cc-cmds.el (c-forward-conditional): Handle an arbitrary
4011 target depth. Optionally count #else lines as clause limits,
4012 as suggested by don provan <provan@lucent.com>. #elif
4013 handling fixed.
4014
4015 * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
4016 (c-down-conditional-with-else): New commands that uses the
4017 added functionality in `c-forward-conditional'.
4018
4019 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4020
4021 * cc-align.el (c-lineup-comment): Preserve the alignment with
4022 a comment on the previous line instead of preserving the
4023 comment-column.
4024
4025 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4026
4027 * Fixes to IDL mode after input from Eric Eide
4028 <eeide@cs.utah.edu>:
4029 * cc-engine.el (c-beginning-of-statement-1): Allow
4030 `c-conditional-key' to be nil, for the benefit of IDL mode.
4031 * cc-engine.el (c-guess-basic-syntax): Ditto.
4032 cc-langs.el (C-IDL-class-key): Fixed. Don't match `class'
4033 but do match CORBA 2.3 `valuetype'.
4034 * cc-langs.el (c-IDL-access-key): New defconst. Should be nil
4035 for IDL.
4036 * cc-langs.el (c-IDL-conditional-key): New defconst. Should
4037 be nil for IDL.
4038 * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
4039 Like C++.
4040 * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts. Also,
4041 set `c-method-key' and `c-baseclass-key' to nil.
4042
4043 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4044
4045 * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
4046 with nonhanging open braces.
4047
4048 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4049
4050 * cc-align.el: Added docstrings to all lineup functions.
4051
4052 * cc-align.el (c-lineup-java-throws): Handle a hanging throws
4053 keyword.
4054
4055 * cc-align.el (c-lineup-C-comments): Handle free form text
4056 comments. Use c-comment-prefix-regexp and comment-start-skip
4057 instead of hardcoded regexps.
4058
4059 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4060
4061 * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
4062 behavior and return value as documented.
4063
4064 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4065
4066 * Changes for new style variable init system:
4067 * cc-langs.el (c-common-init): Dito.
4068 * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
4069 now customizable.
4070 * cc-vars.el: Style variables may now take a value
4071 'set-from-style to make them take their value from the style
4072 system. This value is now the default on all these variables.
4073 * cc-vars.el (c-valid-offset): New function to verify a
4074 syntactic symbol offset setting.
4075 * cc-vars.el (c-offsets-alist): Variable moved from
4076 cc-styles.el since it's now customizable in a similar way to
4077 the other style variables.
4078 * cc-vars.el (c-old-style-variable-behavior): New variable to
4079 revert to the old style init behavior.
4080
4081 * cc-vars.el (c-file-style, c-file-offsets): Made always
4082 buffer local.
4083
4084 * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
4085 the throws clause that might follow the function prototype in
4086 C++.
4087
4088 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4089
4090 * cc-defs.el (c-beginning-of-macro): Fixed bug where point
4091 could move forward for macros that doesn't start in column 0.
4092
4093 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4094
4095 * cc-align.el (c-indent-multi-line-block,
4096 c-lineup-whitesmith-in-block): Two new lineup functions for
4097 use in whitesmith style.
4098
4099 * cc-styles.el (c-style-alist): More fixes to whitesmith
4100 style. It should now handle all different braces uniformly in
4101 both hanging and non-hanging cases.
4102
4103 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4104
4105 * cc-cmds.el (c-indent-exp): Use a marker to save point to
4106 make it stay in the same position relative to the surrounding
4107 text.
4108
4109 * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
4110 when adaptive-fill-mode doesn't manage to get it correct.
4111
4112 * cc-menus.el (cc-imenu-java-generic-expression): Handle types
4113 with dotted notation, e.g. foo.bar.Gnu.
4114
4115 * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
4116 within unwind-protect (previously only some were wrapped so it
4117 would be possible to register mode initialization when full
4118 initialization did not finish).
4119
4120 * cc-styles.el (c-style-alist): Corrected the brace placement
4121 in the whitesmith style. Thanks to Sean Luke
4122 <seanl@cs.umd.edu>. Also extended the bsd and whitesmith
4123 styles with consistent brace placement for all constructs.
4124
4125 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4126
4127 * cc-cmds.el (c-context-line-break): Continue C++ comments too
4128 when point is in the middle of them.
4129
4130 * cc-cmds.el: Line breaking and paragraph filling code
4131 rewritten:
4132 (c-guess-fill-prefix): New function that uses various
4133 heuristics to guess the comment prefix.
4134 (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
4135 It now assumes adaptive filling is active to preserve the line
4136 prefix inside comments.
4137 (c-indent-new-comment-line): Replacement for the now
4138 obsolete `c-comment-line-break-function' that uses
4139 `c-guess-fill-prefix' when appropriate. It now observes the
4140 setting of `comment-multi-line', which has effect in C-style
4141 block comments.
4142
4143 * cc-cmds.el (c-context-line-break): New function intended to
4144 be put on RET. It's essentially `newline-and-indent', but
4145 continues C block comments with the appropriate line prefix.
4146
4147 * cc-cmds.el (c-do-auto-fill): New function put on
4148 `normal-auto-fill-function' to implement the
4149 `c-ignore-auto-fill' variable.
4150
4151 * cc-cmds.el (c-beginning-of-statement): Use
4152 `c-comment-prefix-regexp' to avoid ending up inside the
4153 comment prefix. Better handling of comment starters and
4154 enders. Catch comments better when traversing code. Stop at
4155 preprocessor directives.
4156
4157 * cc-defs.el (c-forward-comment): New subst to hide platform
4158 dependent quirks in `forward-comment'.
4159
4160 * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
4161 argument.
4162 (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
4163 arguments. Activate this function by default when
4164 `parse-partial-sexp' supports it (currently Emacs 20.x).
4165
4166 * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
4167 on the comment opener to make constants usable as lineup
4168 arguments.
4169
4170 * cc-align.el (c-lineup-C-comments): Fixes to handle the
4171 changed anchor position in the `c' syntactic symbol. Handle
4172 more than stars in the comment prefix; use the new variable
4173 `c-comment-prefix-regexp'. Don't indent text not preceded by
4174 a comment prefix to the right of the comment opener if it's
4175 long.
4176
4177 * cc-langs.el: Fixes to mode initialization for new line
4178 breaking and paragraph filling method. Adaptive fill mode is
4179 now activated at startup instead of deactivated. The
4180 variables used for adaptive filling and paragraph movement are
4181 also changed to incorporate the value of
4182 `c-comment-prefix-regexp'. `substitute-key-definition' is
4183 used to override some functions in the global map instead of
4184 overriding their default bindings.
4185
4186 * cc-mode.el (java-mode): Modify `paragraph-start' for the
4187 javadoc markup at mode init.
4188
4189 * cc-mode.el (c-setup-filladapt): A new convenience function
4190 to configure Kyle E. Jones' Filladapt mode for CC Mode. This
4191 function is intended to be used explicitly by the end user
4192 only.
4193
4194 * cc-vars.el (c-comment-prefix-regexp): New variable used to
4195 recognize the comment fill prefix inside comments.
4196 (c-block-comment-prefix): New name for
4197 `c-comment-contiuation-stars', which is now obsolete. It's
4198 generalized to handle any character sequence.
4199 (c-ignore-auto-fill): New variable used to selectively disable
4200 Auto Fill mode in specific contexts.
4201
4202 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4203
4204 * cc-cmds.el (c-comment-indent): Leave at least one space
4205 between the comment and the last nonblank character in the
4206 case where we look at the indentation of the comment on the
4207 previous line (case 4).
4208
4209 * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
4210 list of characters that may start a statement (it's a sort of
4211 prefix operator in Pike, and isn't used at all in any of the
4212 other languages).
4213
4214 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4215
4216 * cc-engine.el (c-guess-basic-syntax): Report brace list opens
4217 inside continued statements as statement-cont instead of
4218 brace-list-open. The reason is that one normally adjusts
4219 brace-list-open for brace lists as top-level constructs, and
4220 brace lists inside statements is a completely different
4221 context. Case 10B.2 changed. Also changed (the somewhat
4222 esoteric) case 9A to cope with this.
4223
4224 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4225
4226 * cc-cmds.el (c-electric-brace): Added electric handling of
4227 the open brace for brace-elseif-brace.
4228
4229 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4230
4231 * cc-defs.el (c-with-syntax-table): New macro to easily switch
4232 syntax tables temporarily.
4233
4234 * cc-engine.el (c-guess-basic-syntax): Handle template and
4235 member init argument lists split over several lines. Case 5D
4236 changed.
4237
4238 * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
4239 @throws introduced in Javadoc 1.2.
4240
4241 * cc-menus.el (cc-imenu-java-generic-expression): Applied
4242 patch from RMS to avoid infinite backtracking.
4243
4244 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4245
4246 * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
4247 by [ ].
4248
4249 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4250
4251 * cc-align.el (c-lineup-dont-change): Compensate properly for
4252 the column in langelem.
4253
4254 * cc-engine.el (c-syntactic-information-on-region): New
4255 function to help debugging the syntactic analysis.
4256
4257 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4258
4259 * cc-align.el (c-lineup-template-args): Handle nested template
4260 arglists.
4261
4262 * cc-langs.el (c++-template-syntax-table): New syntax table
4263 that makes `<' and `>' parenthesis characters, which is useful
4264 to switch to temporarily when analyzing template arglists.
4265
4266 * cc-styles.el: Changed default alignment of labels in the
4267 java style to conform to the examples in the Java Language
4268 Specification.
4269
4270 * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
4271 by default.
4272
4273 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4274
4275 * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
4276 immediately before the closing paren in an arglist, so don't
4277 check that in Pike mode. Case 7A changed.
4278
4279 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4280
4281 * cc-cmds.el (c-indent-region): Fixed bug where comment-only
4282 lines were ignored under certain conditions.
4283
4284 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4285
4286 * cc-align.el (c-lineup-template-args): New function for
4287 aligning continued template argument lists.
4288
4289 * cc-engine.el (c-guess-basic-syntax): Fix for member init
4290 lists containing function arglists split over several lines.
4291 Case 5D.1 changed.
4292
4293 * cc-engine.el (c-guess-basic-syntax): Fixed bug where
4294 template-args-cont didn't get recognized when the first
4295 arglist opener line doesn't contain a template argument. New
4296 case 5K.
4297
4298 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4299
4300 * cc-defs.el (c-point): Changed from subst to macro for
4301 efficiency.
4302 (c-beginning-of-defun-1, c-end-of-defun-1): New
4303 beginning-of-defun/end-of-defun wrappers separated from
4304 c-point.
4305
4306 * cc-menus.el (imenu-generic-expression,
4307 imenu-case-fold-search, imenu-progress-message): Dummy
4308 definitions to avoid compiler warnings if imenu can't be
4309 loaded.
4310 * cc-menus.el (cc-imenu-init): New function called at mode
4311 init.
4312 * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
4313 imenu initializations to cc-imenu-init.
4314
4315 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4316
4317 * cc-engine.el (c-guess-basic-syntax): Slightly better check
4318 for lambda-intro-cont in Pike mode. Case 6 changed.
4319
4320 * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
4321 anything following "new Foo()" was considered an anonymous
4322 class body in Java mode.
4323
4324 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4325
4326 * cc-cmds.el (c-comment-line-break-function): When breaking in
4327 a string, don't insert a new line.
4328
4329 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4330
4331 * cc-engine.el (c-at-toplevel-p): New interface function which
4332 returns information useful to add-on authors. It tells you
4333 whether you're at a toplevel statement or not.
4334
4335 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4336
4337 * cc-cmds.el (c-comment-line-break-function): It is possible
4338 that forward-line does not land us at the bol, say if we're on
4339 the last line in a file. In that case, do a
4340 back-to-indentation instead of a forward-comment -1.
4341
4342 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4343
4344 * cc-engine.el (c-beginning-of-statement-1): Don't catch
4345 "default:" as normal label in case 4.
4346
4347 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4348
4349 * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
4350 recognize continued bitfield declarations. Case 5D.1 changed.
4351 * cc-langs.el: New variable c-bitfield-key.
4352 * cc-mode.el: New variable c-bitfield-key.
4353
4354 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4355
4356 * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
4357 anonymous array expressions (i.e. "new Foo[] {.. bracelist
4358 ..}").
4359
4360 1999-12-12 Dave Love <fx@gnu.org>
4361
4362 * mail/footnote.el: Require cl when compiling. Don't autoload
4363 keymap and minor-mode-alist stuff. Don't set zmacs-region-stays.
4364 (footnote-insert-text-marker, Footnote-insert-pointer-marker):
4365 Avoid `acons'.
4366 (footnote-mode-line-string, Footnote-add-footnote): Remove
4367 autoload cookie.
4368
4369 1999-12-12 Richard Sharman <rsharman@pobox.com>
4370
4371 * sh-script.el: Fix for when font-lock mode is active.
4372 (sh-font-lock-unfontify-region-function): New function.
4373
4374 1999-12-12 Eli Zaretskii <eliz@is.elta.co.il>
4375
4376 * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
4377 if start-process is not bound, since Ispell now supports such
4378 platforms as well.
4379
4380 1999-12-12 Gerd Moellmann <gerd@gnu.org>
4381
4382 * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
4383 rmail-summary-goto-msg.
4384
4385 * files.el (after-find-file): Fix previous change.
4386
4387 1999-12-11 Dave Love <fx@gnu.org>
4388
4389 * help.el (where-is): Use `commandp' as predicate for
4390 `completing-read'
4391
4392 1999-12-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4393
4394 * cus-edit.el (custom-save-delete): Delete all occurrences,
4395 leave point where the first occurrence was.
4396 (custom-save-faces): Insert a newline at the end of the comment.
4397 Avoid a double newline there.
4398 If final closeparen is at bol, put a space before it.
4399 (custom-save-variables): Likewise.
4400 (custom-file): Doc fix.
4401
4402 1999-12-10 Gerd Moellmann <gerd@gnu.org>
4403
4404 * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
4405 regexp matching image and audio files.
4406
4407 1999-12-09 Dave Love <fx@gnu.org>
4408
4409 * mail/footnote.el: New file.
4410
4411 1999-12-09 Gerd Moellmann <gerd@gnu.org>
4412
4413 * files.el (after-find-file): Use auto-save-visited-file-name if
4414 set.
4415
4416 * mail/feedmail.el (feedmail-find-eoh): Take
4417 feedmail-queue-alternative-mail-header-separator into account.
4418
4419 1999-12-09 Stefan Monnier <monnier@cs.yale.edu>
4420
4421 * smerge-mode.el: New file.
4422
4423 * font-lock.el (font-lock-multiline): New variable.
4424 (font-lock-add-keywords): Rename `major-mode' into `mode'.
4425 (font-lock-remove-keywords): Added a dummy `mode' argument for
4426 potential future support.
4427 (font-lock-fontify-anchored-keywords,
4428 (font-lock-fontify-keywords-region): Only handle multiline strings
4429 if necessary (avoids a pathological behavior in (f.ex) diff-mode).
4430
4431 1999-12-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4432
4433 * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
4434
4435 * dired-aux.el (dired-insert-subdir): Add autoload cookie.
4436
4437 1999-12-07 Dave Love <fx@gnu.org>
4438
4439 * help.el (view-emacs-problems): New command, bound to C-h P.
4440
4441 * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
4442
4443 1999-12-07 Stefan Monnier <monnier@cs.yale.edu>
4444
4445 * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
4446 (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
4447 New code to support the minor mode version.
4448 (diff-recenter): New function.
4449 (diff-next-hunk, diff-next-file): Use it.
4450 (diff-remembered-files-alist): New var.
4451 (diff-merge-strings): New function.
4452 (diff-find-file-name): Make it smarter and use the user's input more.
4453 (diff-mode): Cosmetic changes.
4454
4455 * files.el (save-some-buffers): Turn EXITING into the more general
4456 PRED argument to allow specifying a subset of buffers.
4457
4458 * simple.el (kill-region): Use the new `delete-and-extract-region'
4459 rather than the undo log (which is incorrect with *-change-functions).
4460
4461 * font-lock.el (font-lock-default-fontify-region): Fix subtle
4462 off-by-one problem that could force re-fontifying the whole buffer.
4463 (font-lock-remove-keywords): New function.
4464 (font-lock-add-keywords): Use the new function to ensure idempotence.
4465
4466 1999-12-06 Michael Kifer <kifer@cs.sunysb.edu>
4467
4468 * viper-cmd.el (viper-minibuffer-standard-hook,
4469 viper-minibuffer-real-start): Mew functions.
4470 (viper-read-string-with-history,viper-file-add-suffix,
4471 viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
4472 change in the status of the minibuffer prompt.
4473
4474 1999-12-06 Gerd Moellmann <gerd@gnu.org>
4475
4476 * comint.el (comint-redirect-results-list)
4477 (comint-redirect-results-list-from-process): Remove interactive
4478 spec.
4479
4480 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4481
4482 * info.el (info-node, info-menu-5, info-xref): Define colors for
4483 Info faces if the display supports them.
4484
4485 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4486
4487 Changes for automatic remapping of X colors on terminal frames:
4488
4489 * term/pc-win.el (msdos-setup-initial-frame): New function, run by
4490 term-setup-hook. Call msdos-remember-default-colors and
4491 msdos-handle-reverse-video.
4492 (msdos-face-setup): Parts of code moved to
4493 msdos-setup-initial-frame.
4494 (msdos-handle-reverse-video): New function, modeled after
4495 x-handle-reverse-video.
4496 (make-msdos-frame): Don't use initial-frame-alist and
4497 default-frame-alist. Call msdos-handle-reverse-video.
4498 (msdos-color-aliases): Remove.
4499 (msdos-color-translate, msdos-approximate-color): Remove.
4500 (msdos-color-values): Use 16-bit RGB values. RGB values updated
4501 for better approximation of X colors.
4502 (msdos-face-setup): Call tty-color-clear. Remove code that sets
4503 up tty-color-alist (it is now on startup.el).
4504 (x-display-color-p, x-color-defined-p, x-color-values,
4505 x-defined-colors, face-color-supported-p, face-color-gray-p):
4506 Remove.
4507
4508 * facemenu.el (facemenu-read-color, list-colors-display): Use
4509 defined-colors for all frame types.
4510 (facemenu-color-equal): Use color-values for all frame types.
4511
4512 * faces.el (read-face-attribute): For :foreground and :background
4513 attributes and frames on character terminals, translate the color
4514 to the closest supported one before looking it up in the list of
4515 valid values.
4516 (face-valid-attribute-values): Call defined-colors for all types
4517 of frames.
4518 (defined-colors, color-defined-p, color-values, display-color-p):
4519 New finctions.
4520 (x-defined-colors, x-color-defined-p, x-color-values,
4521 x-display-color-p): Aliases for the above.
4522
4523 * startup.el (command-line): Register terminal colors for frame
4524 types other than x and w32, but only if the terminal supports
4525 colors. Call tty-color-define instead of face-register-tty-color.
4526
4527 * term/x-win.el (xw-defined-colors): Renamed from
4528 x-defined-colors.
4529 * term/w32-win.el (xw-defined-colors): Likewise.
4530
4531 * term/tty-colors.el: New file.
4532 * loadup.el: Load term/tty-colors.
4533
4534 1999-12-06 Dave Love <fx@gnu.org>
4535
4536 * ffap.el: Autoload the ffap alias directly.
4537
4538 1999-12-06 Inge Frick <inge@nada.kth.se>
4539
4540 * dired-aux.el (dired-do-shell-command): Changed documentation.
4541 (dired-shell-stuff-it): A `?' in COMMAND has now the same
4542 meaning as `*'.
4543
4544 1999-12-06 Gerd Moellmann <gerd@gnu.org>
4545
4546 * simple.el (insert-buffer): Doc fix.
4547
4548 * apropos.el (apropos-mode): Add autoload cookie.
4549
4550 1999-12-06 Sam Steingold <sds@goems.com>
4551
4552 * progmodes/etags.el (etags-tags-completion-table): Modified the
4553 regexp to allow for the CL symbols starting with `+*'.
4554 (tags-completion-table): Doc fix (it's an obarray, not an alist).
4555 (tags-completion-table, tags-recognize-empty-tags-table): Remove
4556 `function' quoting lambda.
4557 (tags-with-face): New macro.
4558 (list-tags, tags-apropos): Use it.
4559 (tags-apropos-additional-actions): New user option.
4560 (etags-tags-apropos-additional): Use it.
4561 (tags-apropos): Call etags-tags-apropos-additional.
4562 (tags-apropos-verbose): New user option.
4563 (etags-tags-apropos): Use it.
4564 (visit-tags-table-buffer, next-file): Use `unless'.
4565 (recognize-empty-tags-table): Renamed to
4566 tags-recognize-empty-tags-table.
4567 (complete-tag): Call tags-complete-tag bypassing try-completion.
4568
4569 1999-12-06 Kenichi Handa <handa@etl.go.jp>
4570
4571 * international/mule.el (set-buffer-file-coding-system): Docstring
4572 modified.
4573
4574 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
4575
4576 * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
4577 using the hideshow package.
4578 (hs-special-modes-alist): Added entry for bibtex to allow the use
4579 of the hideshow package.
4580 (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
4581 not longer provided by bibtex.el directly. Instead the hideshow
4582 package should be used.
4583 (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
4584 references to bibtex-hide-entry-bodies.
4585
4586 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
4587
4588 * textmodes/bibtex.el: Copyright notice is up to date. Moved
4589 maintainer information closer to the beginning of the bibtex.el
4590 file.
4591 (bibtex-maintainer-salutation): New constant.
4592 (bibtex-version): New constant.
4593 (bibtex-submit-bug-report): Use bibtex-version and
4594 bibtex-maintainer-salutation.
4595 (bibtex-entry-field-alist): Made booktitle field optional for
4596 @inproceedings entries when crossreferenced.
4597 (bibtex-entry-field-alist): Added booktitle field to proceedings
4598 entry type (for cross referencing). Thanks to Wagner Toledo Correa
4599 for the suggestion.
4600 (bibtex-string-file-path): Fixed typo.
4601
4602 1999-12-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
4603
4604 * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
4605 for reftex.el.
4606 (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
4607 to menu.
4608
4609 1999-12-04 Dave Love <fx@gnu.org>
4610
4611 * delsel.el: Revert previous change -- region is significant to
4612 skeleton.
4613
4614 1999-12-04 Michael Kifer <kifer@cs.sunysb.edu>
4615
4616 * viper-cmd.el (viper-change-state): Use
4617 viper-ESC-moves-cursor-back to decide whether to move the cursor
4618 back.
4619
4620 1999-12-03 Kenichi Handa <handa@mule.m17n.org>
4621
4622 * international/mule-util.el (truncate-string-to-width): Docsting
4623 fixed.
4624
4625 1999-12-02 Stefan Monnier <monnier@cs.yale.edu>
4626
4627 * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
4628 use of `cond'.
4629 (lm-with-file): Move all the find-file...kill-buffer stuff into
4630 this macro. Make it use `find-file-noselect' and make it kill
4631 the buffer only if it wasn't already displayed somewhere.
4632 (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
4633 (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
4634 (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
4635 (lm-commentary): Fix to handle the case when the change log is
4636 at the end of the file.
4637
4638 1999-12-02 Kenichi Handa <handa@etl.go.jp>
4639
4640 * international/mule.el (charsetp): Fix typo in docstring.
4641
4642 * international/mule-diag.el (list-coding-categories): Fix typo;
4643 automatic -> autoload.
4644
4645 1999-12-02 Gerd Moellmann <gerd@gnu.org>
4646
4647 * vc.el (vc-update-change-log): Look for rcs2log under
4648 exec-directory.
4649
4650 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
4651 outline-regexp, add outline-level.
4652 (lisp-outline-level): New.
4653
4654 * calendar/appt.el (appt-convert-time): Handle "12:MMam",
4655 remove extraneous string-match.
4656
4657 * finder.el (finder-commentary): Activate Finder mode.
4658
4659 1999-12-01 Anders Lindgren <andersl@andersl.com>
4660
4661 * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
4662 off when reverting buffers that contained mode specifiers.
4663 `revert-buffer' is now called with non-nil PRESERVE-MODES
4664 argument.
4665
4666 1999-12-01 Dave Love <fx@gnu.org>
4667
4668 * delsel.el: Grok skeleton-pair-insert-maybe.
4669
4670 1999-11-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4671
4672 * progmodes/cperl-mode.el (cperl-under-as-char):
4673 Use nil as default.
4674
4675 1999-11-30 Gerd Moellmann <gerd@gnu.org>
4676
4677 * speedbar.el (toplevel): Remove compatibility code for Emacs
4678 versions without custom.el.
4679
4680 1999-11-30 Dave Love <fx@gnu.org>
4681
4682 * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
4683
4684 * autoinsert.el: Minor doc fixes.
4685 (auto-insert): Return nil.
4686
4687 * faces.el (set-face-documentation): Purecopy STRING.
4688
4689 1999-11-29 Dave Love <fx@gnu.org>
4690
4691 * derived.el: Doc fixes, remove old backquote syntax.
4692
4693 * cus-edit.el (custom-save-variables, custom-save-faces): Write a
4694 comment warning about editing.
4695
4696 * help.el (help-mode-hook): Define.
4697
4698 1999-11-29 Gerd Moellmann <gerd@gnu.org>
4699
4700 * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
4701 invalid translation of old-style backquote syntax to new syntax.
4702
4703 1999-11-28 Eli Zaretskii <eliz@is.elta.co.il>
4704
4705 * Makefile (DONTCOMPILE): Add term/internal.el.
4706
4707 1999-11-26 Dave Love <fx@gnu.org>
4708
4709 * comint.el: Fix last change.
4710
4711 * emacs-lisp/advice.el: Fix last change.
4712
4713 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4714
4715 * cus-edit.el (Custom-reset-standard): Doc fix.
4716 (custom-variable-reset-standard): Doc fix.
4717 (custom-face-reset-standard): Doc fix.
4718 (custom-face-menu): "Reset to Standard" => "Erase Customization".
4719 (custom-variable-menu): Likewise.
4720 (custom-reset-menu): Likewise.
4721 (custom-buffer-create-internal): Likewise.
4722
4723 1999-11-26 Dave Love <fx@gnu.org>
4724
4725 * progmodes/make-mode.el (makefile-mode-hook): Customize.
4726
4727 * font-lock.el: Doc fixes.
4728
4729 * menu-bar.el (menu-bar-mode): Customize.
4730
4731 * cus-start.el: Add use-dialog-box.
4732
4733 * add-log.el (change-log-mode-hook): Customize.
4734 (add-log-current-defun): Use
4735 fortran-{beginning,end}-of-subprogram.
4736
4737 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4738
4739 * emacs-lisp/advice.el: Many doc fixes.
4740
4741 * comint.el (comint-preoutput-filter-functions): Doc fix.
4742
4743 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4744
4745 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4746 Improve messages for capitalization of arg names,
4747 for flag variables, for t and nil, for imperatives.
4748 Call them imperatives rather than infinitives sans "to".
4749 (checkdoc-common-verbs-wrong-voice): Add "moves".
4750 (checkdoc-message-text-engine): Improve messages for y-or-n-p.
4751
4752 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
4753 Don't convert comments from 3-semicolon to 2-semicolon.
4754 That is a matter of style.
4755 (checkdoc-triple-semi-comment-check-flag): Variable deleted.
4756 (checkdoc-comments): Don't bind that variable.
4757
4758 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4759
4760 * files.el (write-file-hooks): Doc fix.
4761
4762 1999-11-26 Gerd Moellmann <gerd@gnu.org>
4763
4764 * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
4765
4766 1999-11-25 Dave Love <fx@gnu.org>
4767
4768 * hippie-exp.el: Require comint when compiling.
4769 (hippie-expand): Add :links.
4770 (hippie-expand-try-functions-list): Customize.
4771
4772 1999-11-24 Michael Kifer <kifer@cs.sunysb.edu>
4773
4774 * viper*el: Replaced old-style backquotes.
4775
4776 * ediff*el: Replaced old-style backquotes.
4777
4778 * ediff-merge
4779 (ediff-looks-like-combined-merge,ediff-get-combined-region):
4780 Changed to support the new format for ediff-combination-pattern.
4781
4782 * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
4783 Changed to support the new format for ediff-combination-pattern.
4784
4785 1999-11-24 Dave Love <fx@gnu.org>
4786
4787 * custom.el (custom-declare-group): Purecopy DOC.
4788 (custom-handle-keyword): Purecopy VALUE.
4789 (custom-add-link): Purecopy WIDGET.
4790 (custom-add-version): Purecopy VERSION.
4791 (custom-add-load): Purecopy LOAD.
4792
4793 * cus-face.el (custom-declare-face): Purecopy DOC.
4794
4795 * info.el:
4796 (Info-build-node-completions, Info-search, Info-follow-reference)
4797 (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
4798 (Info-find-emacs-command-nodes): Avoid properties on matched text
4799 which may appear in minibuffer.
4800
4801 1999-11-24 Gerd Moellmann <gerd@gnu.org>
4802
4803 * locate.el (locate-with-filter): Doc fix.
4804
4805 1999-11-24 Alex Schroeder <alex@gnu.org>
4806
4807 * sql.el (sql-find-sqli-buffer): New function.
4808 (sql-set-sqli-buffer-generally): New function.
4809 (sql-set-sqli-buffer): Better checking of new-buffer.
4810 (sql-copy-column): Add comma after INTO clause, too.
4811
4812 1999-11-24 Alex Schroeder <alex@gnu.org>
4813
4814 * sql.el (sql-imenu-generic-expression): New, used to set
4815 imenu-generic-expression.
4816
4817 * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
4818 setting font-lock-defaults' SYNTAX-ALIST. Set
4819 imenu-generic-expression, imenu-case-fold-search, and
4820 imenu-syntax-alist.
4821
4822 * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
4823 and 46 when setting font-lock-defaults' SYNTAX-ALIST.
4824
4825 1999-11-23 Andrew Innes <andrewi@gnu.org>
4826
4827 * w32-win.el (w32-drag-n-drop): Load files in current window, if
4828 drop coords aren't over a specific window.
4829
4830 1999-11-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4831
4832 * ps-print.el: Define mule funs without checking if mule package is
4833 loaded.
4834 (ps-print-version): New version number (5.0.1).
4835 (ps-header-dirpart): Now uses abbreviate-file-name.
4836
4837 1999-11-23 Dave Love <fx@gnu.org>
4838
4839 * progmodes/fortran.el (fortran-comment-line-start): Renamed from
4840 comment-line-start.
4841 (fortran-comment-line-start-skip): Renamed from
4842 comment-line-start-skip.
4843 (fortran-mode-map): Use renamed functions. Add manual and custom
4844 entries to menu.
4845 (fortran-mode-hook): Customize.
4846 (fortran-comment-indent-function): Renamed from
4847 fortran-comment-hook.
4848 (delete-horizontal-regexp): Function deleted.
4849 (fortran-electric-line-number): Simplified.
4850 (fortran-beginning-of-subprogram): Renamed from
4851 beginning-of-fortran-subprogram.
4852 (fortran-end-of-subprogram): Renamed from
4853 end-of-fortran-subprogram.
4854 (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
4855 (fortran-previous-statement, fortran-next-statement): Simplified.
4856 (fortran-blink-match): New function.
4857 (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
4858 (fortran-indent-to-column): Don't use delete-horizontal-regexp.
4859 (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
4860 line-end-position.
4861 (fortran-fill): No longer interactive. Simplified.
4862 (fortran-break-line): Simplified.
4863 (fortran-analyze-file-format): Use char-after, not looking-at.
4864
4865 * emacs-lisp/find-func.el (find-function-regexp): Use
4866 `define-minor-mode' after easy-menu change.
4867
4868 1999-11-23 Gerd Moellmann <gerd@gnu.org>
4869
4870 * comint.el: Add redirection.from active comint buffers into
4871 another buffer. Written by Peter Breton.
4872
4873 1999-11-23 Stefan Monnier <monnier@cs.yale.edu>
4874
4875 * emacs-lisp/autoload.el (make-autoload): Recognize the new
4876 `define-minor-mode'.
4877 (define-minor-mode): Specify `doc-string-elt'.
4878
4879 * emacs-lisp/easy-mmode.el: Changed maintainer.
4880 (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
4881 Use defcustom for the hooks; Improve the auto-generated docstrings.
4882 (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
4883 (define-minor-mode): Add BODY arg; Only declare the keymap if
4884 provided; Improve the auto-generated docstrings.
4885
4886 1999-11-22 Gerd Moellmann <gerd@gnu.org>
4887
4888 * textmodes/text-mode.el (text-mode): Construct paragraph-start so
4889 that the leading `^' is at the start. This is necessary because
4890 paragraphs.el tries to remove anchors, but can find them only if
4891 they are the first character.
4892
4893 * progmodes/antlr-mode.el: New file.
4894
4895 * calendar/calendar.el: Fix autoload for
4896 calendar-absolute-from-astro. Add autoload for
4897 calendar-print-astro-day-number.
4898
4899 1999-11-21 Anders Lindgren <andersl@andersl.com>
4900
4901 * follow.el: Use modern backquote syntax. Minor comment update.
4902
4903 1999-11-21 Gerd Moellmann <gerd@gnu.org>
4904
4905 * simple.el (with-syntax-table): Don't switch buffers.
4906
4907 * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
4908 progmodes/hideif.el: Use new backquote syntax.
4909
4910 1999-11-21 Ken Manheimer <klm@python.org>
4911
4912 * icomplete.el (icomplete-completions): Use an explicit variable
4913 `icomplete-prospects-length', obviating the need to use an
4914 apparently faulty throw/catch arrangement.
4915
4916 1999-11-21 Eli Zaretskii <eliz@is.elta.co.il>
4917
4918 * term/internal.el (IT-display-table-setup): Don't overstep
4919 character code 255.
4920
4921 1999-11-20 Kenichi Handa <handa@mule.m17n.org>
4922
4923 * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
4924 for the charset chinese-sisheng is 7bit encoding, not 8bit.
4925
4926 1999-11-19 Stefan Monnier <monnier@cs.yale.edu>
4927
4928 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
4929 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
4930
4931 * files.el (auto-mode-alist): Add patterns for diff-mode.
4932
4933 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
4934 to detect an empty prompt.
4935
4936 1999-11-18 Dave Love <fx@gnu.org>
4937
4938 * simple.el (input-mode-8-bit): Fix the customization.
4939
4940 1999-11-18 Gerd Moellmann <gerd@gnu.org>
4941
4942 * international/iso-acc.el (iso-languages): Add more
4943 characters for Portuguese.
4944
4945 * speedbar.el: Clean up comment at the start of the file.
4946 Remove RCS id.
4947
4948 * progmodes/compile.el (compilation-parse-errors): Use
4949 compilation-buffer-p instead of testing major-mode.
4950
4951 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk>
4952
4953 * quickurl.el Added defcustom of quickurl-completion-ignore-case.
4954 (quickurl-ask): completion-ignore-case is set to the value of
4955 quickurl-completion-ignore-case for the duration of the call to
4956 completing-read.
4957
4958 1999-11-18 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4959
4960 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
4961
4962 1999-11-18 Kenichi Handa <handa@etl.go.jp>
4963
4964 * ps-vars.el: Renamed from ps-print-def.el. Provide ps-vars
4965 instead of ps-print-def.
4966
4967 * ps-print.el: Require ps-vars instead of ps-print-def.
4968
4969 * ps-mule.el: Require ps-vars instead of ps-print-def.
4970
4971 1999-11-17 Gerd Moellmann <gerd@gnu.org>
4972
4973 * simple.el (with-syntax-table): Save buffer explicitly instead of
4974 using save-excursion.
4975
4976 1999-11-16 Gerd Moellmann <gerd@gnu.org>
4977
4978 * mail/supercite.el: New maintainer.
4979
4980 1999-11-16 Reto Zimmermann <reto@synopsys.com>
4981
4982 * progmodes/vhdl-mode.el: Use new backquote syntax.
4983
4984 1999-11-16 Gerd Moellmann <gerd@gnu.org>
4985
4986 * simple.el (with-syntax-table): New.
4987
4988 1999-11-15 Sam Steingold <sds@ksp.com>
4989
4990 * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
4991
4992 1999-02-22 Sam Steingold <sds@goems.com>
4993
4994 * goto-addr.el (goto-address-at-mouse,
4995 goto-address-find-address-at-point): Use compose-mail.
4996 (goto-address-mail-method): Removed variable.
4997 (goto-address-send-using-mh-e, goto-address-send-using-mhe,
4998 goto-address-send-using-mail): Removed functions.
4999
5000 1998-11-03 Sam Steingold <sds@goems.com>
5001
5002 * simple.el (backward-delete-char-untabify):
5003 backward-delete-char-untabify-method can be `all' now - to delete
5004 hungrily including newlines.
5005
5006 1999-11-15 Sam Steingold <sds@ksp.com>
5007
5008 * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
5009
5010 1999-11-15 Dave Love <fx@gnu.org>
5011
5012 * cus-edit.el (customize-face, customize-face-other-window):
5013 Require match from completing-read.
5014 (custom-buffer-done-function): Default to custom-bury-buffer, not
5015 bury-buffer.
5016
5017 1999-11-15 Gerd Moellmann <gerd@gnu.org>
5018
5019 * mail/rmail.el, iswitchb.el, hippie-exp.el,
5020 progmodes/cperl-mode.el: Use new backquote syntax.
5021
5022 1998-09-14 Michael Ernst <mernst@alum.mit.edu>
5023
5024 * uniquify.el: Use new backquote syntax.
5025
5026 1999-11-14 Markus Rost <rost@ias.edu>
5027
5028 * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
5029 as in ispell-local-dictionary-alist.
5030
5031 1999-11-14 Alex Schroeder <alex@gnu.org>
5032
5033 * ansi-color.el (ansi-color-apply): Updated regexps to include
5034 highlighted face.
5035
5036 1999-01-14 Johan Vromans <jvromans@squirrel.nl>
5037
5038 * forms.el (forms--make-format-elt-using-text-properties):
5039 Treat `intangible' differently.
5040
5041 * forms.el: Use new backquote syntax.
5042
5043 1999-11-13 Gerd Moellmann <gerd@gnu.org>
5044
5045 * textmodes/scribe.el (scribe-mode): Doc-fix.
5046
5047 1999-11-13 Peter Breton <pbreton@ne.mediaone.net>
5048
5049 * net-utils.el (run-network-program, net-utils-run-program): Use
5050 the new backquote syntax.
5051 (smbclient-program, smbclient-program-options)
5052 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
5053 variables
5054 (smbclient, smbclient-list-shares): New functions
5055
5056 1999-11-12 Sam Steingold <sds@ksp.com>
5057
5058 * emulation/viper-init.el (viper-deflocalvar, viper-loop)
5059 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
5060 (viper-kbd-buf-definition, viper-kbd-mode-alist)
5061 (viper-kbd-mode-pair, viper-kbd-mode-definition)
5062 (viper-kbd-global-pair, viper-kbd-global-definition):
5063 Use the new backquote syntax.
5064
5065 * emulation/viper-cmd.el (viper-test-com-defun)
5066 (viper-prefix-arg-value, viper-prefix-arg-com):
5067 Use the new backquote syntax.
5068
5069 * emacs-lisp/debug.el (debugger-env-macro):
5070 Use the new backquote syntax.
5071
5072 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
5073 Use the new backquote syntax.
5074
5075 * calendar/calendar.el (calendar-remove-frame-by-deleting):
5076 New user variable.
5077 (calendar-hide-window): Use it.
5078 (increment-calendar-month, calendar-for-loop, calendar-sum):
5079 Use the new backquote syntax.
5080
5081 1999-11-12 Andrew Innes <andrewi@gnu.org>
5082
5083 * select.el (x-set-selection): Call buffer-substring, not
5084 substring. Also fix docstring
5085
5086 1999-11-12 Peter Kleiweg <kleiweg@let.rug.nl>
5087
5088 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
5089 of customizable variables to bug report message. Added
5090 system-type to package name in bug report.
5091
5092 1999-11-12 Gerd Moellmann <gerd@gnu.org>
5093
5094 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
5095 to display file names.
5096
5097 1999-11-11 Gerd Moellmann <gerd@gnu.org>
5098
5099 * mwheel.el: Fix copyright notice, don't require 'cl at run time.
5100
5101 * isearch.el: Add lazy-highlighting feature.
5102
5103 1999-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
5104
5105 * progmodes/ps-mode.el (ps-mode-maintainer-address): New
5106 constant.
5107 (ps-mode-submit-bug-report): New function. Entry added to menu.
5108
5109 1999-11-10 William M. Perry <wmperry@aventail.com>
5110
5111 * mwheel.el: New file to support the new style wheeled mice.
5112
5113 1999-11-10 Gerd Moellmann <gerd@gnu.org>
5114
5115 * startup.el (initial-scratch-message): Add ";;" to the front of
5116 lines in the message.
5117
5118 * files.el (file-local-copy): Remove optional BUFFER argument
5119 because that's not used by anything.
5120
5121 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
5122 to-address.
5123
5124 1999-11-08 Markus Rost <rost@ias.edu>
5125
5126 * wid-edit.el (widget-button-click): Wrap with save-excursion
5127 to restore track-mouse in the correct buffer.
5128
5129 1999-11-08 Gerd Moellmann <gerd@gnu.org>
5130
5131 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
5132
5133 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl>
5134
5135 * progmodes/ps-mode.el (ps-mode-print-function): Changed default
5136 lpr-command to "lp" for some system-types. (copied from lpr.el
5137 Emacs version 20.2.1).
5138
5139 1999-11-04 Markus Rost <rost@ias.edu>
5140
5141 * simple.el (comment-region): Strip off white space at end of
5142 comment-start.
5143
5144 1999-11-04 Gerd Moellmann <gerd@gnu.org>
5145
5146 * faces.el (secondary-selection): Fix wrong color name.
5147
5148 1999-11-04 John Tobey <jtobey@epsilondev.com>
5149
5150 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
5151 the default when invoking perldb in a non-Perl buffer, and other
5152 cases involving -e or --.
5153
5154 1999-11-04 Gerd Moellmann <gerd@gnu.org>
5155
5156 * simple.el (previous-matching-history-element)
5157 (next-history-element): Use delete-field instead of erase-field.
5158
5159 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
5160 Use delete-field instead of erase-field.
5161
5162 * faces.el (secondary-selection): Change background to yellow.
5163
5164 * complete.el (PC-do-completion): Use minibuffer-prompt-end to
5165 find the start of the text. Use field-string to read the user
5166 input.
5167
5168 1999-11-03 Gerd Moellmann <gerd@gnu.org>
5169
5170 * faces.el (make-face-bold, make-face-unbold, make-face-italic)
5171 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
5172 for compatibility with old face implementation.
5173
5174 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
5175 Use erase-field instead of erase-buffer.
5176
5177 * frame.el (blink-cursor-mode, blink-cursor-end): Use
5178 internal-show-cursor with new interface.
5179 (blink-cursor-timer-function): New.
5180 (blink-cursor-start): Use blink-cursor-timer-function.
5181
5182 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5183
5184 * calendar.el (redraw-calendar): Move to nearest date before
5185 redrawing.
5186
5187 * diary-lib.el (simple-diary-display): Reset modeline even if
5188 there are no diary entries since the diary buffer may be displayed.
5189
5190 1999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5191
5192 * emacs-lisp/debug.el (debug): If noninteractive, display the
5193 backtrace using `message', then exit Emacs.
5194 (debugger-batch-max-lines): New variable.
5195 (debugger-setup-buffer): New subroutine, broken out of `debug'.
5196 Change the messages put at the start, to say that the debugger
5197 was entered.
5198
5199 1999-11-02 Sam Steingold <sds@ksp.com>
5200
5201 * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
5202
5203 1999-11-01 John Tobey <jtobey@epsilondev.com>
5204
5205 * gud.el: (gud-perldb-massage-args): Massage correctly in the
5206 presence of perl switches other than "-e".
5207
5208 1999-11-01 Markus Rost <rost@ias.edu>
5209
5210 * dired-x.el (dired-smart-shell-command): Use
5211 shell-command-history as in shell-command.
5212
5213 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5214
5215 * userlock.el (ask-user-about-lock): Doc fix.
5216
5217 * frame.el: Doc fixes.
5218
5219 1999-11-01 Gerd Moellmann <gerd@gnu.org>
5220
5221 * frame.el (blink-cursor-mode): Call internal-show-cursor instead
5222 of show-cursor.
5223 (blink-cursor-start, blink-cursor-end): Ditto.
5224
5225 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
5226
5227 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5228
5229 * window.el (walk-windows): If ALL-FRAMES is a frame,
5230 start on that frame. Use save-selected-window.
5231
5232 1999-11-01 Gerd Moellmann <gerd@gnu.org>
5233
5234 * simple.el (end-of-buffer): Use window-end to find the window end
5235 instead of vertical-motion because this handles variable-height
5236 lines correctly.
5237
5238 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu>
5239
5240 * ediff.el: Version change.
5241
5242 * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
5243 make sure you are in a good frame before deleting other
5244 windows.
5245 (ediff-file-checked-in-p): Don't consider CVS
5246 files checked in.
5247 (ediff-make-temp-file,ediff-make-empty-tmp-file): Make sure you
5248 are writing to a newly created empty file.
5249
5250 * ediff-mult.el (ediff-show-session-group-hook): New default.
5251
5252 * ediff-vers.el (ediff-pcl-cvs-view-revision):
5253 First cd to the file directory. reportedly works
5254 better with remote files.
5255
5256 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
5257 Use file-name-nondirectory when passing files to CVS.
5258
5259 * ediff-diff.el (ediff-cmp-options): New variable.
5260 (ediff-same-file-contents): Use ediff-cmp-options.
5261
5262 * ediff-ptch.el (ediff-prompt-for-patch-buffer,
5263 ediff-get-patch-buffer): Use current buffer if it appears to be a
5264 patch.
5265
5266 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
5267 C-g
5268
5269 * viper-util.el (viper-nontrivial-find-file-function): Deleted.
5270 (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
5271 (viper-save-cursor-color,viper-restore-cursor-color):
5272 Improved cursor color handling.
5273 (viper-get-saved-cursor-color-in-replace-mode,
5274 viper-get-saved-cursor-color-in-insert-mode): New functions for
5275 better cursor color handling.
5276
5277 * viper-ex.el (ex-read,ex-edit):
5278 Fixes for correct interpretation of #,%.
5279 (viper-ex): Now works correctly when called from other functions.
5280 (viper-glob-function): New variable.
5281 (viper-ex): Save excursion before doing :global.
5282
5283 * viper-mous.el (viper-counting-clicks-p): Bug fixes.
5284
5285 * viper-cmd.el (viper-post-command-sentinel,
5286 viper-insert-state-post-command-sentinel,
5287 viper-insert-state-pre-command-sentinel): Takes better care of
5288 cursor colors.
5289
5290 * viper.el: Version change.
5291
5292 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com>
5293
5294 * whitespace.el (whitespace-update-modeline): Bugfix to ensure
5295 that the modeline display was updated *only* when
5296 `whitespace-display-in-modeline' was set, not otherwise.
5297
5298 1999-10-30 Gerd Moellmann <gerd@gnu.org>
5299
5300 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
5301 "frac12".
5302
5303 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
5304 ad-activate.
5305
5306 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com>
5307
5308 * whitespace.el: Test for existence of `defcustom' and `defgroup'
5309 using fboundp instead of assuming that these are not present in
5310 particular flavors of emacs.
5311 (whitespace-version): Update to 2.8
5312 (whitespace-display-in-modeline): Add custom variable to control
5313 displaying the whitespace errors on the modeline based on
5314 suggestion from <klaus.berndl@sdm.de>
5315 (whitespace-buffer): Now returns `t' if unclean and `nil' if
5316 clean, to enable using as a hook function, as suggested by Puneet
5317 Goel <puneet@computer.org>
5318 (whitespace-buffer): Fix a subtle bug that cleaned up only if
5319 quiet was not set, even with whitespace-auto-cleanup set.
5320 (whitespace-mode-line): Now uses less modeline real estate and
5321 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
5322 which is present in the file, and <y> is any type of whitespace
5323 whose check has been suppressed by setting
5324 `whitespace-check-<whitespace-type>' to nil.
5325 (whitespace-unchecked-whitespaces): New function to return the
5326 list of whitespaces for whom checks have been suppressed.
5327 (whitespace-display-unchecked-whitespaces): Renamed to
5328 `whitespace-update-modeline' to reflect its functionality.
5329
5330 1999-10-30 Gerd Moellmann <gerd@gnu.org>
5331
5332 * progmodes/compile.el (compilation-error-regexp-alist):
5333 Undo previous change.
5334
5335 1999-10-28 Dave Love <fx@gnu.org>
5336
5337 * help.el (help-follow): Make arg optional again and really
5338 default to point.
5339
5340 1999-10-28 Gerd Moellmann <gerd@gnu.org>
5341
5342 * paths.el (rmail-file-name): Make it an option.
5343
5344 * progmodes/ada-mode.el, progmodes/ada-prj.el,
5345 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
5346 comment fixes.
5347
5348 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
5349 MIPS Pro 7.3 compiler error message syntax.
5350
5351 1999-10-27 Dave Love <fx@gnu.org>
5352
5353 * progmodes/compile.el: Checkdoc-inspired fixes.
5354
5355 1999-10-27 Gerd Moellmann <gerd@gnu.org>
5356
5357 * lpr.el (print-buffer): Doc-string fix.
5358
5359 1999-10-27 Dave Love <fx@gnu.org>
5360
5361 * emacs-lisp/advice.el: Doc fixes.
5362 (ad-lemacs-p): Removed.
5363 (advice): Add :link to defgroup.
5364
5365 1999-10-27 Kenichi Handa <handa@etl.go.jp>
5366
5367 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
5368 last-coding-system-used by the call of ange-ftp-set-ascii-mode.
5369
5370 1999-10-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5371
5372 * window.el (walk-windows): If ALL-FRAMES is a frame,
5373 start on that frame. Use save-selected-window.
5374
5375 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5376
5377 * emacs-lisp/advice.el (ad-activate-internal): Renamed from
5378 ad-activate. All callers changed, including those in data.c.
5379 (ad-activate-internal-off): Renamed from ad-activate-off.
5380 All uses changed.
5381 (ad-activate): Renamed from ad-activate-on. All uses changed.
5382 (ad-start-advice, ad-stop-advice, ad-recover-normality):
5383 Alter the definition of ad-activate-internal, not ad-activate.
5384
5385 1999-10-26 Gerd Moellmann <gerd@gnu.org>
5386
5387 * startup.el (command-line-1): Add support for command line
5388 arguments `file' and `execute'. Fix handling of `visit'.
5389
5390 1999-10-26 Kenichi Handa <handa@etl.go.jp>
5391
5392 * international/mule-cmds.el (read-input-method-name): Handle the
5393 case that the arg DEFAULT is symbol.
5394
5395 * international/mule-diag.el (mule-diag): Handle the case that
5396 default-input-method is symbol.
5397
5398 1999-10-26 Gerd Moellmann <gerd@gnu.org>
5399
5400 * textmodes/tildify.el: New file.
5401
5402 1999-10-25 Sam Steingold <sds@ksp.com>
5403
5404 * Makefile (compile-files): Fixed the "tr" strings.
5405 (EMACS): Set to ../src/emacs.
5406
5407 1999-10-25 Gerd Moellmann <gerd@gnu.org>
5408
5409 * info.el (Info-build-node-completions): Add '("*") to the
5410 completion list.
5411
5412 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5413
5414 * frame.el (auto-raise-mode): When enabling the mode,
5415 immediately raise the selected frame.
5416
5417 * indent.el (indent-region): Doc fix.
5418
5419 * comint.el (comint-output-filter): Make the Comint buffer current
5420 for the comint-preoutput-filter-functions.
5421
5422 * mail/reporter.el: Doc fix.
5423
5424 1999-10-24 Stephen Eglen <stephen@gnu.org>
5425
5426 * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
5427 that Octave lisp files can also run under XEmacs 20.
5428 (require 'custom) added so that files can run under Emacs 19.34.
5429
5430 * iswitchb.el (iswitchb-default-keybindings): No need to use
5431 read-kbd-macro in keybindings.
5432
5433 1999-10-23 Dave Love <fx@gnu.org>
5434
5435 * elide-head.el: New file.
5436
5437 1999-10-23 Gerd Moellmann <gerd@gnu.org>
5438
5439 * Makefile (compile-files, backup-compiled-files): New targets.
5440 (bootstrap, bootstrap-clean): Ditto.
5441
5442 1999-10-22 Paul Eggert <eggert@twinsun.com>
5443
5444 * international/mule-cmds.c (locale-language-names):
5445 Use Latin-1 (not Latin-3) for Afrikaans, Galician.
5446 Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
5447 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
5448 Use Latin-8 for Welsh.
5449 Use Latin-1 for English if "en" is explicitly specified.
5450 Use Latin-1 for Scots Gaelic, Tagalog.
5451 Use Latin-1 (not Latin-4) for Greenlandic.
5452 Use Latin-1 (not Latin-2) for Albanian.
5453 (locale-preferred-coding-systems, locale-language-names):
5454 Remove generic ISO 8859 locales; locale-charset-language-names now
5455 does this.
5456 (locale-charset-language-names): New variable.
5457 (set-locale-environment): Use language name specified by
5458 locale-charset-language-names if its charsets disagree with the
5459 language name specified by locale-language-names.
5460
5461 1999-10-22 Dave Love <fx@gnu.org>
5462
5463 * make-mode.el: Minor doc fixes.
5464
5465 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
5466
5467 1999-10-21 Dave Love <fx@gnu.org>
5468
5469 * loadup.el: Add latin-8, latin-9.
5470
5471 1999-10-20 Paul Eggert <eggert@twinsun.com>
5472
5473 * disp-table.el (standard-display-european): Remove undocumented
5474 arg AUTO; no longer used by startup.el. Do not attempt to treat
5475 all non-English language environments as coding system names.
5476 Instead, use the downcased language environment name as a coding
5477 system name if it is one; otherwise, use latin-1.
5478
5479 1999-10-20 Gerd Moellmann <gerd@gnu.org>
5480
5481 * dired.el (dired-move-to-filename-regexp): Fix long comment lines
5482 that were split so that part of the comment appeared as Lisp code.
5483
5484 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5485
5486 * ps-bdf.el: Doc fix.
5487
5488 * ps-print-def.el: New file: common definitions for all parts of
5489 ps-print.
5490 (ps-multibyte-buffer): Moved from ps-mule.
5491
5492 * ps-mule.el: File dependence fix.
5493 (ps-multibyte-buffer): Moved to ps-print-def.
5494
5495 * ps-print.el: Doc fix, better customization.
5496 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
5497 (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
5498 (ps-end-file): Doc fix.
5499 (ps-setup, ps-begin-file): Fun fix.
5500 (postscript): New group.
5501 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
5502 (ps-print-prologue-1): Adjust PostScript programming.
5503 (ps-print): Adjust group hierarchy.
5504 (ps-print-n-up, ps-print-zebra, ps-print-background,
5505 ps-print-printer)
5506 (ps-print-page): New subgroups.
5507 (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
5508 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
5509 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
5510 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
5511 (ps-zebra-stripe-height, ps-print-background-image)
5512 (ps-print-background-text, ps-spool-config): Adjust customization.
5513 (dos-ps-printer): Definition eliminated.
5514
5515 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5516
5517 * ps-mule.el: Doc fix, define functions properly if mule package is
5518 loaded or not.
5519 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
5520 mule package is loaded or not.
5521
5522 * ps-print.el: Doc fix, n-up printing.
5523 (ps-print-version): New version number (5.0).
5524 (ps-page-dimensions-database): Added document media.
5525 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
5526 (ps-page-order, ps-printing-region-p): New vars.
5527 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
5528 funs.
5529 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
5530 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
5531 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
5532 (ps-n-up-xstart, ps-n-up-ystart): New macros.
5533 (ps-print-begin-sheet-hook): New hook.
5534 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
5535 const.
5536 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
5537 (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
5538 (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
5539 (ps-count-lines): Changed to defun.
5540 (ps-header-page): Changed to defsubst, fix fun.
5541 (ps-printing-region): Doc fix, adjust programming code.
5542 (ps-output-boolean, ps-background-pages, ps-background-text)
5543 (ps-background-image, ps-background, ps-get-boundingbox): Adjust
5544 programming code.
5545
5546 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5547
5548 * ps-print.el: Doc fix, duplex and setpagedevice configuration.
5549 (ps-print-version): New version number (4.2).
5550 (ps-spool-config, ps-spool-tumble): New vars.
5551 (ps-print-prologue-1): Changed to defconst, adjust PostScript
5552 programming, new PostScript procedure to handle errors.
5553 (ps-print-prologue-2): Changed to defconst.
5554 (ps-print-duplex-feature): New const: duplex and tumble setting.
5555 (ps-setup, ps-begin-file): Fix funs.
5556 (ps-boolean-capitalized): New fun.
5557
5558 1999-10-19 Stefan Monnier <monnier@cs.yale.edu>
5559
5560 * Makefile (dontcompilefiles): Obsoleted.
5561 (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
5562 (EL): Unused.
5563 (temacs): Removed (unused).
5564 (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
5565 version of the file (necessary for the update to work properly).
5566 (autoloads): Force the use of `pwd`/loaddefs.el.
5567 (updates); Redefined in terms of other targets to reduce redundancy.
5568 (.el.elc): New default rule, just in case you want it.
5569 (compile): Use a single invocation of Emacs.
5570 (bootstrap-compile); Unneeded.
5571 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
5572
5573 1999-10-19 Dave Love <fx@gnu.org>
5574
5575 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
5576
5577 1999-10-19 Sam Steingold <sds@ksp.com>
5578
5579 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
5580 comply with the comment.
5581
5582 1999-10-19 Gerd Moellmann <gerd@gnu.org>
5583
5584 * autorevert.el (auto-revert-mode): Make auto-revert-mode
5585 permanent-local.
5586
5587 1999-10-19 Peter Kleiweg <kleiweg@let.rug.nl>
5588
5589 * progmodes/ps-mode.el (ps-mode-print-function): Fix default
5590 value: \"lpr\" changed to "lpr"
5591 (ps-mode-version): New constant
5592 (ps-mode-show-version): New function, added key in ps-mode-map
5593 (ps-run-messages): Removed
5594 (ps-run-font-lock-keywords-2): New defcustom variable replacing
5595 ps-run-messages. These keywords now include the value of
5596 ps-run-prompt, making its fontification customizable.
5597 (ps-run-init): Removed \\n from docstring, it is now added when
5598 the value is used
5599 (ps-run-font-lock-keywords-1): Added checking for initial ^ in
5600 ps-run-prompt
5601 (ps-mode): Added ps-run-font-lock-keywords-2 to list of
5602 customizable variables in doc-string (its equivalent
5603 ps-run-messages was missing in previous version of the doc-string)
5604 (ps-run-mode): Simplified assignment to font-lock-defaults, using
5605 symbols only
5606
5607 1999-10-19 Alex Schroeder <alex@gnu.org>
5608
5609 * ansi-color.el: Complete rewrite.
5610
5611 1999-10-19 Paul Eggert <eggert@twinsun.com>
5612
5613 Fix bootstrapping problems.
5614 Use the system locale to specify Emacs locale defaults.
5615
5616 * international/mule-cmds.el (global-map):
5617 Do not use backquote, because that makes a bootstrapping
5618 problem if you need to recompile all Lisp files using interpreted code.
5619 * international/mule.el (charset-id, charset-bytes,
5620 charset-dimension, charset-chars, charset-width,
5621 charset-direction, charset-iso-final-char,
5622 charset-iso-graphic-plane, charset-reverse-charset,
5623 charset-short-name, charset-long-name, charset-description,
5624 charset-plist): Likewise.
5625 * subr.el (save-match-data): Likewise.
5626
5627 * international/mule-cmds.el
5628 (set-display-table-and-terminal-coding-system): New function,
5629 containing code migrated out of set-language-environment.
5630 (set-language-environment, set-locale-environment): Use it.
5631 (locale-translation-file-name): Moved here from startup.el.
5632 (locale-language-names, locale-preferred-coding-systems):
5633 New vars.
5634 (locale-name-match, set-locale-environment): New functions.
5635
5636 * language/japan-util.el (setup-japanese-environment-internal):
5637 Prefer japanese-iso-8bit if the system-type is usg-unix-v.
5638
5639 * startup.el (iso-8859-n-locale-regexp): Remove.
5640 (locale-translation-file-name): Move to mule-cmds.el.
5641 (command-line): Move locale-stuff into set-locale-environment.
5642
5643 1999-10-18 Dave Love <fx@gnu.org>
5644
5645 * abbrev.el (add-abbrev, inverse-add-abbrev)
5646 (expand-region-abbrevs): Remove properties from buffer text.
5647
5648 1999-10-17 Gerd Moellmann <gerd@gnu.org>
5649
5650 * iswitchb.el (iswitchb-exhibit): Extract user-input only
5651 from the mini-buffer, without the prompt.
5652
5653 * simple.el (minibuffer-prompt-end): Return the position
5654 after the prompt, not the position of that last character
5655 of the prompt.
5656
5657 1999-10-17 Miles Bader <miles@gnu.org>
5658
5659 * simple.el: Doc fixes.
5660
5661 1999-10-17 Miles Bader <miles@gnu.org>
5662
5663 * simple.el (previous-matching-history-element, next-history-element):
5664 Change to work correctly even if the point is in the prompt.
5665 (choose-completion-string): Likewise.
5666 (minibuffer-prompt-width): New function (compatibility with old subr).
5667
5668 * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
5669 When constraining the final position to the current field,
5670 don't use the ONLY-IN-LINE mode of constrain-to-field.
5671
5672 1999-10-17 Miles Bader <miles@gnu.org>
5673
5674 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
5675 constrain-to-field.
5676 * textmodes/paragraphs.el (forward-sentence): Likewise.
5677
5678 1999-10-17 Miles Bader <miles@gnu.org>
5679
5680 * simple.el (line-move): Use constrain-to-field to avoid
5681 moving into a prompt.
5682 (previous-complete-history-element): Clarify doc string.
5683 (next-complete-history-element): Likewise.
5684 Use field-beginning instead of point-min.
5685 (next-matching-history-element): Use field-beginning and
5686 erase-field instead of point-min and erase-buffer.
5687 * textmodes/paragraphs.el
5688 (forward-paragraph, forward-sentence): Likewise.
5689 (backward-kill-paragraph, backward-kill-sentence): Remove code to
5690 constrain the kill to an field, as the movement commands now
5691 do this.
5692
5693 1999-10-17 Miles Bader <miles@gnu.org>
5694
5695 * simple.el (previous-matching-history-element): Get the
5696 minibuffer input with field-string instead of buffer-string.
5697 (choose-completion-string): Likewise.
5698 (next-history-element): Likewise.
5699 Erase the minibuffer input with erase-field, not erase-buffer.
5700 Use field-beginning to find the beginning of the input.
5701 * textmodes/paragraphs.el (backward-kill-sentence):
5702 Remove minibuffer-prompt hack.
5703 Constrain to any input field.
5704
5705 1999-10-17 Sam Steingold <sds@ksp.com>
5706
5707 * bindings.el (completion-ignored-extensions): Added ".sparcf"
5708 for CMUCL on sparc and ".ufsl" for LispWorks.
5709 (bound-and-true-p): Bugfix: free variable `v'.
5710
5711 1999-10-16 Dave Love <d.love@dl.ac.uk>
5712
5713 * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
5714 (edebug-uninstall-read-eval-functions): Use load-read-function,
5715 avoiding elisp-eval.
5716
5717 1999-10-16 Sam Steingold <sds@ksp.com>
5718
5719 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
5720 instead of `eql'.
5721
5722 1999-10-14 Stefan Monnier <monnier@cs.yale.edu>
5723
5724 * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
5725 * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
5726 (browse-url-temp-file-list, browse-url-delete-temp-file-list):
5727 * ediff-util.el (ediff-make-temp-file):
5728 * ediff-vers.el (ediff-pcl-cvs-view-revision):
5729 * emerge.el (emerge-make-temp-file):
5730 * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
5731 * vc.el (vc-update-change-log):
5732 * mail/mailpost.el (post-mail-send-it):
5733 * mail/metamail.el (metamail-region):
5734 * progmodes/cmacexp.el (c-macro-expansion):
5735 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
5736
5737 1999-10-15 Gerd Moellmann <gerd@gnu.org>
5738
5739 * smtpmail.el (smtpmail-via-smtp): Add support for
5740 automatically appending a domain to RCPT TO: addresses.
5741
5742 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5743
5744 * dired.el (dired-insert-directory): Insert the amount of
5745 free space after the total size.
5746 (dired-free-space-program, dired-free-space-args): New variables.
5747
5748 1999-10-14 Karl Heuer <kwzh@gnu.org>
5749
5750 * mail/rmail.el (rmail-pop-password-error): Add new pattern.
5751
5752 1999-10-14 Dave Love <fx@gnu.org>
5753
5754 * international/characters.el:
5755 * international/fontset.el:
5756 * international/mule-conf.el: Add latin-iso8859-1[45].
5757
5758 * language/european.el: Add Latin-8, Latin-9. Modify some doc
5759 strings.
5760
5761 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
5762 (command-line): Detect Latin-[89] locales.
5763
5764 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
5765
5766 * international/mule-cmds.el (select-safe-coding-system)
5767 (leim-list-header): Avoid the use of strings that start with backslash
5768 newline since lread.c:read1 has a hack to turn those strings into
5769 integer 0 during the loadup.el process.
5770
5771 * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
5772
5773 1999-10-13 Dave Love <fx@gnu.org>
5774
5775 * image.el (insert-image): Copy the image spec and add an
5776 intangible property.
5777
5778 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
5779
5780 * help.el (help-xref-interned): Make it also work on variable-only
5781 and function-only symbols.
5782 (help-make-xrefs): Take advantage of the new `help-xref-interned'.
5783 (help-follow): If the point under mouse is not highlighted, try
5784 `help-xref-interned' on the pointed-to symbol anyway.
5785
5786 * info.el (Info-on-current-buffer): New entry point.
5787 (Info-find-node): Split into two for Info-on-current-buffer to
5788 hook into it.
5789 (Info-current-file, Info-set-mode-line, Info-up):
5790 Info-current-file can now be t.
5791 (Info-clone-buffer-hook): Function for `clone-buffer'.
5792 (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
5793 Make `clone-buffer' available in various ways to the user.
5794
5795 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
5796
5797 * simple.el (shell-command, shell-command-on-region): Use
5798 make-temp-file.
5799 (clone-buffer, clone-process, clone-buffer-hook): New functions.
5800
5801 * subr.el (with-current-buffer): Don't use backquotes to avoid
5802 bootstrapping problems.
5803
5804 * loadup.el (load-path): Add subdirs for bootstrapping.
5805 (docstrings): Ignore errors during bootstrapping.
5806 (args): New `bootstrap' argument (for use in place of `dump').
5807
5808 1999-10-12 Emmanuel Briot <briot@gnat.com>
5809
5810 * ada-stmt.el: Doc-string fixes.
5811
5812 1999-10-12 Gerd Moellmann <gerd@gnu.org>
5813
5814 * recentf.el: New file.
5815
5816 * ps-mode.el: New file.
5817
5818 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
5819 case insensitive.
5820
5821 1999-10-12 Richard Sharman <rsharman@pobox.com>
5822
5823 * sh-script.el: Added support for indenting existing scripts.
5824 (sh-mode-map): Added new bindings.
5825 (sh-mode): Updated mode doc-string for new commands, added
5826 make-local-variable calls, initialize mode-specific variables.
5827 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line
5828 is now a different function.
5829 (sh-header-marker): Changed docstring.
5830 (sh-set-shell): Initialize mode-specific variables.
5831 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
5832 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
5833 Changed these define-skeleton calls to work with user-specified
5834 indentation settings.
5835 (sh-basic-indent-line, sh-blink, sh-calculate-indent)
5836 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
5837 (sh-electric-hash, sh-electric-less, sh-electric-rparen)
5838 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
5839 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
5840 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
5841 (sh-guess-basic-offset, sh-handle-after-case-label)
5842 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
5843 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
5844 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
5845 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
5846 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
5847 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
5848 (sh-handle-this-then, sh-help-string-for-variable)
5849 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
5850 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
5851 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
5852 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
5853 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
5854 (sh-remove-our-text-properties, sh-rescan-buffer)
5855 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
5856 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
5857 (sh-scan-case, sh-search-word, sh-set-char-syntax)
5858 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
5859 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
5860 functions.
5861 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
5862 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
5863 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
5864 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
5865 (sh-var-list): New variables.
5866
5867 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk>
5868
5869 * quickurl.el (quickurl-list-insert): `count-lines' was returning
5870 a value one line to high if the cursor wasn't at the start of a
5871 line. A `beginning-of-line' is now performed before making the
5872 call to `count-lines'.
5873
5874 1999-10-11 Stefan Monnier <monnier@cs.yale.edu>
5875
5876 * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
5877
5878 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
5879
5880 * Makefile (setwins): Abstract out the command to find subdirectories
5881 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
5882 (custom-deps, finder-data, autoloads, update-subdirs, updates)
5883 (autoloads-with-other-emacs): Use it.
5884
5885 * diff-mode.el: New file. A mode for viewing/editing context diffs.
5886
5887 1999-10-09 Gerd Moellmann <gerd@gnu.org>
5888
5889 * Makefile (bootstrap-compile): New target. Compile Lisp
5890 files with ../src/temacs.
5891
5892 1999-10-08 Dave Love <fx@gnu.org>
5893
5894 * ange-ftp.el: Require dired when compiling.
5895 (ange-ftp-normal-login): Allow EFS-style port specification.
5896
5897 1999-10-08 Simon Marshall <simon@gnu.org>
5898
5899 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
5900 (regexp-opt-group): Use it to get common suffixes in STRINGS.
5901 If STRINGS is nil, return "" rather than nil.
5902
5903 1999-10-08 Gerd Moellmann <gerd@gnu.org>
5904
5905 * Makefile (compile): Compile files one by one. Set load-path to
5906 current directory and subdirectories when compiling.
5907
5908 1999-10-08 Gerd Moellmann <gerd@gnu.org>
5909
5910 * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
5911 (emacs): Use it everywhere instead of EMACS.
5912 (compile): New target. Compile all Lisp files from scratch.
5913 (recompile): New target. Recompile lisp directory.
5914 (autoloads-with-other-emacs): New target. Build loaddefs.el with
5915 an Emacs executable not built in the current directory tree.
5916
5917 1999-10-07 Peter Breton <pbreton@ne.mediaone.net>
5918
5919 * filecache.el (file-cache-completion-ignore-case): New variable,
5920 defaulting to the value of completion-ignore-case.
5921 (file-cache-minibuffer-complete): Use it.
5922 (file-cache-files-matching, file-cache-files-matching-internal):
5923 New functions.
5924
5925 1999-10-07 Emmanuel Briot <briot@gnat.com>
5926
5927 * ada-xref.el: New file
5928
5929 * ada-prj.el: New file
5930
5931 * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
5932
5933 * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
5934 subprogram being created.
5935
5936 * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
5937 ada-indent-newline-indent): Rewritten to support the new indentation
5938 scheme
5939
5940 * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
5941 New functions
5942
5943 * ada-mode.el (ada-fill-comment-paragraph): Add support for the
5944 justification parameter
5945
5946 * ada-mode.el (ada-make-body, ada-gen-treat-proc,
5947 ada-make-subprogram-body): Rewritten to benefit from the gnatstub
5948 external program
5949
5950 1999-10-07 Dave Love <fx@gnu.org>
5951
5952 * bindings.el (bound-and-true-p): New macro.
5953 (make-mode-line-mouse-sensitive): Don't require easymenu.
5954
5955 1999-10-07 Gerd Moellmann <gerd@gnu.org>
5956
5957 * custom.el (defface): Extend documentation for new values of
5958 `type'.
5959
5960 * faces.el (face-spec-set-match-display): Recognize `type' of
5961 `motif', `lucid', `x-toolkit'.
5962 (menu): New face.
5963
5964 1999-10-05 Dave Love <fx@gnu.org>
5965
5966 * files.el: Recognize temporary crontab files.
5967
5968 * info.el: Require jka-compr when compiling.
5969 (Info-suffix-list): Add bzip2 files (non-ms-dos only).
5970
5971 1999-10-04 Dave Love <fx@gnu.org>
5972
5973 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
5974 scroll-up-aggressively, scroll-down-aggressively.
5975
5976 * time.el (display-time-mode): Add autoload cookie.
5977
5978 * rect.el (delete-extract-rectangle): Doc fix from verna.
5979
5980 * help-macro.el (three-step-help): Customize.
5981
5982 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5983
5984 * hexl.el (hexlify-buffer): Move point in proper range
5985 if it is too large.
5986 (hexl-after-revert-hook): Update hexl-max-address.
5987 (hexl-address-to-marker): Doc fix.
5988
5989 1999-10-03 Dave Love <fx@gnu.org>
5990
5991 * image.el (defimage): Remove redundant code. Substitute file in
5992 image plist.
5993
5994 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
5995
5996 * vc.el (vc-backend-checkout): Use coding system 'no-conversion
5997 when doing with-temp-file.
5998
5999 1999-10-01 Dave Love <fx@gnu.org>
6000
6001 * cus-edit.el (custom-comment-create): Fill :from and :to slots.
6002
6003 * help.el: Require view when compiling.
6004 (view-emacs-FAQ): Use Info version.
6005
6006 1999-09-29 Ken'ichi Handa <handa@gnu.org>
6007
6008 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
6009 (normat->normal). Use correct font names for Korean
6010 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
6011
6012 1999-09-29 Kenichi Handa <handa@etl.go.jp>
6013
6014 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
6015 code not used by KOI8 to the same 8-bit code instead of mapping to
6016 SPC.
6017 (cyrillic-alternativnyj-decode-table): Likewise.
6018
6019 1999-09-29 Alex Schroeder <alex@gnu.org>
6020
6021 * sql.el (sql-imenu-generic-expression): Aew, used to set
6022 imenu-generic-expression.
6023 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
6024 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression,
6025 imenu-case-fold-search, and imenu-syntax-alist.
6026 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
6027 setting font-lock-defaults' SYNTAX-ALIST.
6028
6029 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6030
6031 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
6032 macro, try again.
6033
6034 1999-09-28 Dave Love <fx@gnu.org>
6035
6036 * cus-edit.el (custom-comment): Change widget definition.
6037 (custom-comment-create, custom-comment-show)
6038 (custom-comment-invisible-p): Don't use :comment-overlay.
6039 (custom-comment-hide): New function.
6040 (custom-variable-set, custom-variable-save)
6041 (custom-variable-reset-standard, custom-face-set)
6042 (custom-face-save): Use it.
6043
6044 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6045
6046 * hexl.el (hexl-mode): Do nothing if already in hexl mode.
6047
6048 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6049
6050 * faces.el (region): Doc fix.
6051
6052 1999-09-27 Dave Love <fx@gnu.org>
6053
6054 * isearch.el (isearch): Add :links in defgroup.
6055 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
6056 (isearch-switch-frame-handler): Comment out (unused).
6057 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
6058 (isearch-ring-retreat-edit): Doc fix.
6059 (isearch-mouse-yank): New command.
6060 (isearch-last-command-char): Removed. Callers changed to use
6061 last-command-char.
6062 (isearch-char-to-string): Removed. Callers changed to use
6063 char-to-string.
6064
6065 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
6066
6067 * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
6068 option for Russian.
6069
6070 1999-09-25 Gerd Moellmann <gerd@gnu.org>
6071
6072 * faces.el (face-differs-from-default-p): Compare face
6073 attributes individually.
6074
6075 * image.el (put-image, insert-image): Add string argument.
6076
6077 1999-09-24 Gerd Moellmann <gerd@gnu.org>
6078
6079 * ange-ftp.el (ange-ftp-date-regexp): Make it work for
6080 LANG=de_DE.iso88591 on HPUX 11.0.
6081
6082 * dired.el (dired-move-to-filename-regexp): Make it work
6083 for LANG=de_DE.iso88591 on HPUX 11.0.
6084
6085 1999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6086
6087 * info.el (info-initialize): Don't test existence of ALTERNATIVE
6088 if we know for some other reason it should not be used.
6089
6090 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
6091 New variable.
6092 (edebug-recursive-edit): Save current-prefix-arg there,
6093 bind it, and set it back at the end.
6094 (edebug-outside-excursion): Restore and update the outside
6095 value of current-prefix-arg.
6096 (edebug-emacs-version-specific): Delete support for Epoch.
6097
6098 1999-09-24 Howard Melman <howard@silverstream.com>
6099
6100 * imenu.el (imenu-after-jump-hook): New variable.
6101 (imenu): Run menu-after-jump-hook.
6102 (imenu-name-lookup-function): New variable.
6103 * imenu.el (imenu--in-alist): Use those variables.
6104
6105 1999-09-24 Carsten Dominik <cd@gnu.org>
6106
6107 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
6108 multiple thebibliography environments.
6109
6110 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
6111 with recentering window.
6112 (reftex-extract-bib-entries-from-thebibliography,
6113 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal
6114 with multiple thebibliography environments.
6115
6116 * textmodes/reftex-vars.el
6117 (reftex-section-levels): Function allowed as cdr.
6118 (reftex-max-section-depth) New option.
6119
6120 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
6121 with multiple thebibliography environments.
6122
6123 1999-09-23 Gerd Moellmann <gerd@gnu.org>
6124
6125 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
6126 instead of point-min in call to delete-region.
6127
6128 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de>
6129
6130 * vc.el (vc-backend-checkout): Use with-temp-file when checking
6131 out into arbitrary file names.
6132
6133 1999-09-19 Ken'ichi Handa <handa@gnu.org>
6134
6135 * language/european.el ("Turkish"): New language environment.
6136
6137 1999-09-19 Dave Love <fx@gnu.org>
6138
6139 * delim-col.el: New file.
6140
6141 1999-09-17 Richard Stallman <rms@gnu.org>
6142
6143 * files.el (after-find-file): When visiting a backup file,
6144 make it read-only.
6145
6146 * apropos.el (apropos-symbol-face): Non-nil even for ttys.
6147 (apropos-keybinding-face, apropos-label-face): Likewise.
6148 (apropos-property-face, apropos-match-face): Likewise.
6149 (apropos-label-properties): New variable.
6150 (apropos-print-doc): Use apropos-label-properties.
6151 (apropos-print): Set apropos-label-properties.
6152
6153 1999-09-15 Richard Stallman <rms@gnu.org>
6154
6155 * winner.el: Use aref instead of sref.
6156
6157 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
6158
6159 1999-09-14 Gerd Moellmann <gerd@gnu.org>
6160
6161 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
6162
6163 1999-09-14 Richard Stallman <rms@gnu.org>
6164
6165 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
6166 cookie, even if followed by a letter.
6167
6168 1999-09-14 Stephen Eglen <stephen@gnu.org>
6169
6170 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
6171 --no-line-editing are passed to Octave by including them here
6172 rather than storing them in inferior-octave-startup-args.
6173
6174 1999-09-14 Eli Zaretskii <eliz@gnu.org>
6175
6176 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
6177 command, option, env and sc.
6178
6179 * subr.el (shell-quote-argument): Quote argument with double
6180 quotes for ms-dos.
6181
6182 1999-09-14 Richard Stallman <rms@gnu.org>
6183
6184 * simple.el (eval-expression-print-level): New variable.
6185 (eval-expression-print-length): New variable.
6186 (eval-expression-debug-on-error): New variable.
6187 (eval-expression): Bind print-level, print-length and
6188 debug-on-error from those vars.
6189
6190 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
6191 Bind print-level, print-length and debug-on-error.
6192
6193 1999-09-14 Inge Frick <inge@nada.kth.se>
6194
6195 * dired.el (dired-recursive-deletes): New custom variable.
6196 (dired-re-no-dot): New variable.
6197 (dired-delete-file): New function deletes files and directories
6198 recursively.
6199 (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
6200
6201 * dired-aux.el (dired-recursive-copies): New custom variable.
6202 (dired-handle-overwrite): Broke a long line.
6203 (dired-copy-file): Call `dired-copy-file-recursive' instead of
6204 `copy-file'.
6205 (dired-copy-file-recursive): New function. Copy directories
6206 recursively.
6207 (dired-do-create-files): Added support for generalized directory
6208 target. How-to function may now return a function. New fluid
6209 variable `dired-one-file'.
6210 (dired-copy-how-to-fn): New variable.
6211 (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
6212 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
6213 (dired-do-copy-regexp): No recursive copies.
6214
6215 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com>
6216
6217 * whitespace.el (whitespace-version): Update version to 2.4
6218
6219 * whitespace.el: Add customization variables to conditionally test
6220 any of the five whitespaces, per request from Rune Kleveland
6221 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
6222
6223 * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
6224
6225 * whitespace.el (whitespace-modes): Add `change-log-mode' to the
6226 list of modes to be checked for bogus whitespaces.
6227
6228 * whitespace.el (whitespace-rescan-timer-time): Update
6229 documentation.
6230
6231 * whitespace.el (whitespace-display-unchecked-whitespaces):
6232 New function to update modeline with untested whitespaces.
6233
6234 * whitespace.el (whitespace-buffer): Test only whitespaces whose
6235 checking is turned on, and update modeline using the newly created
6236 `whitespace-display-unchecked-whitespaces'.
6237
6238 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
6239 whose checking is turned on, and update modeline using the newly
6240 created `whitespace-display-unchecked-whitespaces'.
6241
6242 * whitespace.el (whitespace-describe): Update documentation.
6243
6244 * whitespace.el (whitespace-tickle-timer): Test if
6245 `whitespace-rescan-timer-time' is non-zero before tickling timer.
6246
6247 1999-09-13 Dave Love <fx@gnu.org>
6248
6249 * hideif.el (hide-ifdef-mode): Add autoload cookie.
6250
6251 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
6252 for temp buffer.
6253 (checkdoc-this-string-valid): Don't assume default comment-start.
6254
6255 1999-09-13 Gerd Moellmann <gerd@gnu.org>
6256
6257 * rsz-mini.el: Remove code, keep the interface.
6258
6259 1999-09-13 Dave Love <fx@gnu.org>
6260
6261 * help.el (help-highlight-p): Doc fix.
6262
6263 * faces.el (mode-line, header-line, tool-bar): Add :version.
6264 (highlight, secondary-selection): Add :group.
6265 (trailing-whitespace): Add :group, :version.
6266
6267 * wid-edit.el: Remove some compatibility code and checks.
6268 (widget-specify-field, widget-specify-button): Don't use XEmacs
6269 properties.
6270 (widget-overlay-inactive): Change error message.
6271 (widget-button-pressed-face): New variable.
6272 (widget-button-click): Use it.
6273 (widget-documentation-link-add): Specify mouse and button faces.
6274 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
6275 removed now the functionality is built in.
6276
6277 * cus-edit.el: Don't define-widget-keywords.
6278 (multimedia): New group.
6279 (custom-last): Function removed.
6280 (custom-quote): Add vectorp case, comment out characterp case.
6281 (custom-buffer-done-function, custom-raised-buttons): New option.
6282 (Custom-buffer-done): New function.
6283 (custom-buffer-create-internal): Obey custom-raised-buttons,
6284 Custom-buffer-done.
6285 (custom-button-face): Make it `released-button'.
6286 (custom-button-pressed-face): Make it `pressed-button'
6287 (custom-mode-map): Bind "q" to Custom-buffer-done.
6288 (custom-mode): Deal with raised/pressed buttons.
6289
6290 Changes from Didier Verna:
6291 (custom-prompt-variable): Optional third arg makes prompt for a
6292 comment string.
6293 (customize-set-value, customize-set-variable,
6294 customize-save-variable): Optional prefix makes function handle
6295 variable comments.
6296 (customize-customized, customize-saved, custom-variable-state-set)
6297 (custom-variable-set, custom-variable-save, custom-face-state-set)
6298 (custom-variable-reset-saved, custom-variable-reset-standard)
6299 (custom-face-set, custom-face-save, custom-face-reset-saved)
6300 (custom-face-reset-standard, customize-save-customized): Handle
6301 custom comments.
6302 (custom-comment-face, custom-comment-tag-face): New face.
6303 (custom-comment): New widget.
6304 (custom-comment-create, custom-comment-delete)
6305 (custom-comment-value-set, custom-comment-show)
6306 ()custom-comment-invisible-p): New functions.
6307 (custom-variable-value-create, custom-face-value-create): Create a
6308 comment field widget.
6309 (custom-variable-menu, custom-face-menu): New entry for custom
6310 comment.
6311 (custom-face-value-create): Remove compatibility code.
6312 (custom-save-variables, custom-save-faces): Possibly save custom
6313 comments.
6314
6315 * cus-face.el (custom-face-attributes): Simplify :underline,
6316 :overline, :inverse-video cases. Fix up :box case (probably needs
6317 more work).
6318
6319 Change from Didier Verna:
6320 (custom-set-faces): The arguments can now have a custom comment as
6321 fourth argument.
6322
6323 * custom.el: Don't define-widget-keywords.
6324 Change from Didier Verna:
6325 (custom-set-variables): The arguments can now have a
6326 custom comment as fifth element.
6327
6328 1999-09-13 Richard Stallman <rms@gnu.org>
6329
6330 * info.el (Info-find-node): Cope better if guesspos is too large.
6331
6332 1999-09-12 Gerd Moellmann <gerd@gnu.org>
6333
6334 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
6335 of buffer-substring because buffer-string doesn't copy the
6336 prompt.
6337
6338 * faces.el (mode-line): Replaces `modeline'.
6339 (toplevel): Make `modeline' an alias for `mode-line'.
6340
6341 1999-09-12 Gerd Moellmann <gerd@gnu.org>
6342
6343 * gs.el: Change `ghostscript' to `postscript' in comment.
6344
6345 1999-09-11 Rob Riepel <riepel@Stanford.EDU>
6346
6347 * emulation/tpu-edt.el (tpu-version): New version.
6348 (tpu-search-overlay, tpu-replace-overlay): New variables.
6349 (tpu-search-highlight, tpu-toggle-direction): New functions.
6350 (tpu-lm-replace): Set tpu-replace-overlay.
6351 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
6352 command hook.
6353
6354 1999-09-11 Richard Stallman <rms@gnu.org>
6355
6356 * isearch.el (isearch-mode-map): Undo previous change.
6357
6358 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
6359 use all of that as the sexp.
6360
6361 * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
6362 and use the initial argument as file name directly.
6363 Likewise if nothing matches.
6364
6365 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no>
6366
6367 * winner.el: Major changes. Avoid changing point and mark.
6368 Save configurations after they change, not before.
6369
6370 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu>
6371
6372 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
6373 Bind print-continuous-numbering and print-number-table.
6374
6375 1999-09-10 Dave Love <fx@gnu.org>
6376
6377 * bindings.el (debug-ignored-errors): Restore BBDB stuff.
6378
6379 1999-09-09 Richard Stallman <rms@gnu.org>
6380
6381 * whitespace.el: Finish making it fit Emacs conventions.
6382 Add autoloads.
6383
6384 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il>
6385
6386 * generic-x.el (bat-generic-mode): "::"-style comments don't
6387 need to begin with "-". Fix the font-lock definitions of ON/OFF
6388 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO
6389 from the list of keywords. Add DO to the list of keywords.
6390
6391 1999-09-09 Dave Love <fx@gnu.org>
6392
6393 * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
6394 (byte-optimize-backward-word): New optimizations.
6395 (side-effect-free-fns, side-effect-and-error-free-fns): Add
6396 entries.
6397
6398 1999-09-09 Gerd Moellmann <gerd@gnu.org>
6399
6400 * image.el (put-image): Remove optional buffer parameter.
6401
6402 * faces.el (face-italic-p): Return t only for values `italic'
6403 and `oblique'.
6404
6405 * mouse.el (mouse-drag-mode-line-1): Extension of former
6406 mouse-drag-mode-line that also drags the header line.
6407 (mouse-drag-mode-line): Call it.
6408 (mouse-drag-header-line): New.
6409 (toplevel): Bind down-mouse-1 on header lines to
6410 mouse-drage-header-line.
6411
6412 1999-09-08 Gerd Moellmann <gerd@gnu.org>
6413
6414 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
6415 (make-mode-line-mouse-sensitive): Replace `top-line' by
6416 `header-line'.
6417
6418 1998-09-08 Michael Ernst <mernst@alum.mit.edu>
6419
6420 * help.el (describe-function-1): Don't return empty string for keymaps.
6421
6422 * fill.el (fill-region-as-paragraph, canonically-space-region):
6423 Respect colon-double-space at end of line.
6424
6425 1999-09-08 Stephen Gildea <gildea@alum.mit.edu>
6426
6427 * files.el (backup-by-copying-when-privileged-mismatch): New variable.
6428 (backup-buffer): Use it.
6429
6430 1999-09-08 Peter Breton <pbreton@ne.mediaone.net>
6431
6432 * generic-x.el (generic-define-unix-modes): Added new modes:
6433 inetd-conf-generic-mode, etc-services-generic-mode,
6434 etc-passwd-generic-mode. These are all defined for Unix by default.
6435 (apache-generic-mode): Use an imenu-generic-expression to list
6436 Configuration keywords.
6437 (samba-generic-mode): Use both ; and # as comment characters.
6438 (samba-generic-mode): Font-lock expressions now highlight name
6439 value pairs.
6440 (bat-generic-mode): Keywords are now case-insensitive through
6441 font-lock-defaults setting.
6442 (java-properties-generic-mode): Supports both ! and # as comment
6443 characters.
6444 (java-properties-generic-mode): Added an imenu-generic-expression
6445 (java-properties-generic-mode): Reworked to support the various
6446 different ways to separate name and value (viz, '=', ':' and
6447 whitespace).
6448 (show-tabs-generic-mode): Added this new generic-mode.
6449
6450 1999-09-08 Richard Stallman <rms@gnu.org>
6451
6452 * progmodes/inf-lisp.el: Moved from top directory.
6453
6454 * tar-mode.el (tar-header-block-tokenize):
6455 Use `when' instead of `and'. Fix some clobbered text.
6456
6457 * gud.el (gud-make-debug-menu): Make a child for the
6458 local menu, for its menu bar, and the debug menu.
6459 (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
6460 Use the history in the simple way.
6461
6462 1999-09-07 Kenichi Handa <handa@etl.go.jp>
6463
6464 * language/korea-util.el (default-korean-keyboard): Initialize it
6465 according to the environment variable HANGUL_KEYBOARD_TYPE.
6466
6467 1999-09-07 Richard Stallman <rms@gnu.org>
6468
6469 * subr.el (make-temp-file): New function.
6470
6471 1999-09-07 Stefan Monnier <monnier@cs.yale.edu>
6472
6473 * font-lock.el (font-lock-multiline): New text property contains
6474 a boolean to indicate if the char is part of a multiline match.
6475 (font-lock-default-fontify-region): Extend the region appropriately
6476 for multiline keywords.
6477 (font-lock-default-unfontify-region): Also remove the new
6478 font-lock-multiline text property.
6479 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
6480 (font-lock-fontify-keywords-region): Mark multiline regexp matches.
6481
6482 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6483
6484 * diary-lib.el (list-diary-entries): Make sure two-digit years
6485 have leading zeros.
6486
6487 1999-09-07 Gerd Moellmann <gerd@gnu.org>
6488
6489 * faces.el (face-set-after-frame-default): Initialize some
6490 attributes of some faces from frame parameters.
6491
6492 * faces.el (scroll-bar, border, cursor, mouse): New faces.
6493
6494 1999-09-07 Gerd Moellmann <gerd@gnu.org>
6495
6496 * faces.el (fringe): Replaces face `margin'.
6497
6498 1999-09-07 Dave Love <fx@gnu.org>
6499
6500 * tar-mode.el (tar-header-block-tokenize): Bind linkname.
6501
6502 1999-09-07 Richard Stallman <rms@gnu.org>
6503
6504 * subr.el (push): Doc fix.
6505
6506 1999-09-06 Richard Stallman <rms@gnu.org>
6507
6508 * vc.el (vc-annotate-display): Use < 69 not < 70
6509 to distinguish 20YY from 19YY.
6510
6511 * timezone.el (timezone-parse-date): Use < 69 not < 70
6512 to distinguish 20YY from 19YY.
6513
6514 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
6515
6516 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk>
6517
6518 * quickurl.el: (quickurl-list-focused-line): Removed.
6519 (quickurl-list-insert): Now works out the focused line using
6520 `count-lines' instead of using `quickurl-list-focused-line'.
6521
6522 1999-09-06 Richard Stallman <rms@gnu.org>
6523
6524 * mail/rmail.el (rmail-retry-failure): Unconditionally move
6525 to beginning of message.
6526
6527 1999-09-06 Dave Love <fx@gnu.org>
6528
6529 * isearch.el (isearch-mode-map): Add mouse-2.
6530
6531 * mail/rmail.el (rmail-read-password): Deleted.
6532 (rmail-get-pop-password): Use read-password.
6533
6534 * quickurl.el: Don't conditionally define caddr.
6535 (quickurl-url-comment): Use nth, not caddr in function and
6536 defsetf.
6537
6538 1999-09-06 Richard Stallman <rms@gnu.org>
6539
6540 * auto-show.el: Doc fixes.
6541
6542 1999-09-06 Stephen Eglen <stephen@gnu.org>
6543
6544 * progmodes/octave-inf.el (inferior-octave-startup-args): Add
6545 --no-line-editing so that TABs in source files are not interpreted
6546 as completion requests.
6547
6548 1999-09-06 Gerd Moellmann <gerd@gnu.org>
6549
6550 * hscroll.el, auto-show.el: Remove all code, keep the public
6551 interface as no-ops.
6552
6553 * faces.el (face-bold-p): Don't return t if face has lighter
6554 weight than normal.
6555
6556 1999-09-06 Eli Zaretskii <eliz@gnu.org>
6557
6558 * startup.el (command-line): Make small-temporary-file-directory
6559 be nil except on ms-dos.
6560
6561 * files.el (small-temporary-file-directory): Ditto. Also doc fix.
6562
6563 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
6564 is defined.
6565
6566 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
6567 letters with a colon after d or l.
6568
6569 1999-09-06 Dave Love <fx@gnu.org>
6570
6571 * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed. (Now
6572 primitive.)
6573
6574 1999-09-05 Richard Stallman <rms@gnu.org>
6575
6576 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
6577
6578 * textmodes/paragraphs.el (backward-kill-sentence):
6579 Don't test minibuffer-prompt-end here.
6580 (forward-sentence): Do handle it here.
6581 (backward-kill-paragraph): Don't test it here.
6582 (forward-paragraph): Handle it here.
6583
6584 * mouse.el (font-menu-add-default): Simplify code.
6585
6586 1999-09-05 Gerd Moellmann <gerd@gnu.org>
6587
6588 * faces.el (header-line): Renamed from `top-line'.
6589
6590 1999-09-05 Gerd Moellmann <gerd@gnu.org>
6591
6592 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
6593
6594 1999-09-04 Richard Stallman <rms@gnu.org>
6595
6596 * whitespace.el: New file.
6597
6598 1999-09-04 Dave Love <fx@gnu.org>
6599
6600 * paths.el: Make some doc strings obey the make-docfile convention.
6601
6602 * bindings.el: Likewise.
6603 (debug-ignored-errors): Remove BBDB ones.
6604
6605 1999-09-03 Richard Stallman <rms@gnu.org>
6606
6607 * mail/mh-comp.el (mh-forward): Get new subject line from the original,
6608 not from the draft to forward.
6609
6610 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
6611
6612 1999-09-03 Dave Love <fx@gnu.org>
6613
6614 * double.el (double-mode): Customize the variable.
6615
6616 1999-09-03 Kenichi Handa <handa@etl.go.jp>
6617
6618 * international/characters.el: Delete duplicated code.
6619
6620 1999-09-02 Richard Stallman <rms@gnu.org>
6621
6622 * indent.el (indent-relative): Doc fix.
6623
6624 * quickurl.el (quickurl): Doc fix.
6625
6626 1999-09-02 Gerd Moellmann <gerd@gnu.org>
6627
6628 * faces.el (margin): Change background to "gray" for mono (this is
6629 drawn with a stipple pattern).
6630
6631 1999-09-02 Gerd Moellmann <gerd@gnu.org>
6632
6633 * simple.el (next-history-element): Use minibuffer-prompt-end once
6634 again. Remove test for minibuffer-prompt-in-buffer.
6635
6636 1999-09-02 Eli Zaretskii <eliz@gnu.org>
6637
6638 * files.el (small-temporary-file-directory): New variable.
6639
6640 * startup.el (command-line): Compute the value of
6641 small-temporary-file-directory.
6642
6643 * ediff-init.el (ediff-temp-file-prefix): Use
6644 small-temporary-file-directory if non-nil.
6645
6646 * vc.el (vc-update-change-log): Likewise.
6647
6648 * progmodes/cmacexp.el (c-macro-expansion): Likewise.
6649
6650 * simple.el (shell-command, shell-command-on-region): Use
6651 make-temp-name properly. Use small-temporary-file-directory if
6652 non-nil, otherwise temporary-file-directory, to generate temporary
6653 files.
6654
6655 * dos-w32.el (direct-print-region-helper): Use
6656 temporary-file-directory. (From Stefan Monnier.)
6657
6658 1999-09-02 Richard Stallman <rms@gnu.org>
6659
6660 * progmodes/asm-mode.el (asm-mode): Set comment-start properly
6661 from asm-comment-char.
6662 (asm-font-lock-keywords): Recognize instruction width suffixes.
6663
6664 1999-09-01 Richard Stallman <rms@gnu.org>
6665
6666 * play/fortune.el: New file.
6667
6668 1999-08-31 Dave Love <fx@gnu.org>
6669
6670 * help.el (help-make-xrefs): Don't lose on non-empty blank line
6671 after key table.
6672
6673 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
6674 redisplay variables.
6675
6676 * subr.el (push): Fix typo.
6677
6678 1999-08-30 Kevin Blake <kblake@ticnet.com>
6679
6680 * emacs-lisp/ring.el: Many doc fixes.
6681 (ring-size, ring-copy): New functions.
6682
6683 1999-08-29 Richard Stallman <rms@gnu.org>
6684
6685 * progmodes/etags.el (tags-loop-continue):
6686 After tags-loop-operate returns, force skip to next file.
6687
6688 * mail/mail-extr.el (mail-extr-all-letters-but-separators)
6689 (mail-extr-first-letters, mail-extr-last-letters):
6690 Use character classes [:alpha:] and [:alnum:].
6691
6692 * subr.el (push, pop): New macros.
6693
6694 * progmodes/compile.el (compilation-error-regexp-alist):
6695 New item for SGI IRIX MipsPro compilers.
6696
6697 * speedbar.el (speedbar-directory-buttons): Recognize
6698 device names when checking for file names.
6699
6700 * array.el (array-reconfigure-rows): Use generate-new-buffer.
6701
6702 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
6703 and specially handle defvar inside their expansions.
6704 (eval-defun-1): New subroutine.
6705
6706 * progmodes/compile.el (compilation-error-regexp-alist):
6707 Fix the Perl -w entry to allow period after line number.
6708 Don't allow newlines in file name, but allow them after line number
6709 for Perl debugging traces.
6710
6711 * which-func.el (which-func-cleanup-function): New variable.
6712 (which-function): Call that function.
6713
6714 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
6715 to end a function name.
6716
6717 * informat.el (Info-tagify): Don't insert more than one newline
6718 before the tag table.
6719
6720 1999-08-29 Stefan Monnier <monnier@cs.yale.edu>
6721
6722 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
6723 than make-temp-name, use match-string-no-properties, and eliminate
6724 a quadratic behavior when building bibtex-strings.
6725
6726 1999-08-29 Alex Schroeder <alex@gnu.org>
6727
6728 * comint.el (comint-input-ring-separator): New variable.
6729 (comint-read-input-ring): Doc change; use
6730 comint-input-ring-separator when reading file.
6731 (comint-write-input-ring): Use
6732 comint-input-ring-separator when writing file.
6733
6734 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com>
6735
6736 * informat.el (Info-tagify): Start by widening.
6737 Match node headers that don't list the file name,
6738 and more kinds of page separations.
6739 Strip properties during tagification.
6740 Use start of node header line as tag's position.
6741 Fix the "done" message.
6742
6743 (Info-validate): Save and restore match data around narrowing down.
6744
6745 1999-08-28 Richard M. Stallman <rms@gnu.org>
6746
6747 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
6748 On repeated call, override previous values put into
6749 minor-mode-map-alist and minor-mode-alist.
6750
6751 1999-08-28 Michael Ernst <mernst@alum.mit.edu>
6752
6753 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
6754
6755 1999-08-27 Andreas Schwab <schwab@gnu.org>
6756
6757 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
6758 from cvs update.
6759
6760 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6761
6762 * calendar/calendar.el (calendar-move-hook): New hook.
6763
6764 * calendar/cal-move.el: Call the new hook in every movement function.
6765
6766 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
6767 the right function name.
6768
6769 1999-08-26 Stephen Gildea <gildea@alum.mit.edu>
6770
6771 * time-stamp.el: Put quote-backquote around all symbol names
6772 in doc strings, for mousing.
6773 (time-stamp): Support multi-line patterns.
6774 (time-stamp-inserts-lines): New variable.
6775 (time-stamp-count): New variable.
6776 (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
6777 "Thu" instead of "%a".
6778
6779 1999-08-25 Gerd Moellmann <gerd@gnu.org>
6780
6781 * simple.el (kill-word): Undo previous change.
6782
6783 1999-08-25 Gerd Moellmann <gerd@gnu.org>
6784
6785 * jit-lock.el (jit-lock-function): Extend the fontified range
6786 to the beginning of the line containing the range start and
6787 the beginning of the line following the range end.
6788
6789 1999-08-24 Dave Love <fx@gnu.org>
6790
6791 * timezone.el: Move provide to end.
6792 (timezone-parse-date): Simplify somewhat. Assume 2-digit years
6793 <70 are 2000+.
6794 (timezone-parse-time): Simplify somewhat.
6795
6796 1999-08-24 Gerd Moellmann <gerd@gnu.org>
6797
6798 * faces.el (margin): Renamed from bitmap-area.
6799
6800 1999-08-24 Alex Schroeder <alex@gnu.org>
6801
6802 * sql.el: Doc changes.
6803 (sql-sybase): Use sql-server instead of sql-database.
6804
6805 1999-08-23 Dave Love <fx@gnu.org>
6806
6807 * rect.el: Add/fix various doc strings. Add `*' to all the
6808 interactive specs.
6809
6810 1999-08-21 Gerd Moellmann <gerd@gnu.org>
6811
6812 * jit-lock.el (jit-lock-function): Use line-beginning-position.
6813 Don't unwind-protect font-lock-fontify-region.
6814
6815 * paragraphs.el (backward-kill-paragraph): Don't move
6816 point into mini-buffer prompt.
6817 (backward-kill-sentence): Ditto.
6818
6819 * simple.el (next-history-element): Use minibuffer-prompt-end.
6820 Remove test for minibuffer-prompt-in-buffer.
6821 (kill-word): Don't move point into mini-buffer prompt.
6822
6823 1999-08-21 Dave Love <fx@gnu.org>
6824
6825 * Makefile: Exclude CVS dirs like RCS.
6826
6827 1999-08-19 Dave Love <fx@gnu.org>
6828
6829 * tooltip.el (tooltip-mode): Customize this, per convention.
6830 (tooltip-active): Option deleted.
6831
6832 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize.
6833
6834 * hanoi.el, page-ext.el: Declare dynamic vars.
6835
6836 * term.el: Avoid ange-ftp related compilation warnings.
6837
6838 1999-08-18 Gerd Moellmann <gerd@gnu.org>
6839
6840 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
6841 the default so that beginners can benefit from it without
6842 searching in manuals.
6843
6844 1999-08-18 Ray Blaak <blaak@gnu.org>
6845
6846 * progmodes/delphi.el: Consider assembly sections as blocks, to
6847 indent them better. Make auto-indent on newline optional.
6848
6849 1999-08-17 Gerd Moellmann <gerd@gnu.org>
6850
6851 * bindings.el (mode-line-modified): Look up key binding for C-x
6852 C-q. If it's bound call that binding, otherwise call
6853 toggle-read-only.
6854
6855 1999-08-17 Dave Love <fx@gnu.org>
6856
6857 * info.el (info): Doc fix.
6858
6859 * finder.el (finder-known-keywords): Add `multimedia'.
6860
6861 * apropos.el: Don't capitalize custom group name.
6862
6863 * info-look.el: Remove compatibility code.
6864 (info-lookup-guess-default*): DTRT for point at start of symbol.
6865 (info-complete): Don't lose with point not at end of symbol.
6866
6867 1999-08-16 Gerd Moellmann <gerd@gnu.org>
6868
6869 * term.el (toplevel): Make face `term-default' an empty face.
6870 The code relied on the fact that Emacs ignored invalid faces in
6871 face text properties in 20.4.
6872
6873 1999-08-16 Richard M. Stallman <rms@gnu.org>
6874
6875 * subr.el (point-at-eol, point-at-bol): New aliases.
6876
6877 * simple.el: Functions reordered.
6878
6879 * rect.el (delete-rectangle-line): Use line-end-position.
6880
6881 1999-08-16 Karl Heuer <kwzh@gnu.org>
6882
6883 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
6884 here from simple.el.
6885
6886 1999-08-16 Dave Love <fx@gnu.org>
6887
6888 * mouse.el: Provide `mldrag' for compatibility.
6889 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
6890 marked obsolete.
6891
6892 * mldrag.el: Removed since the features are in mouse.el.
6893
6894 * jka-compr.el (auto-compression-mode): New variable for
6895 customization.
6896
6897 * bindings.el (mode-line-mule-info): Doc fix.
6898
6899 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
6900 name comparisons.
6901
6902 * files.el (interpreter-mode-alist): Add make, guile, clisp.
6903 (find-file): Doc fix.
6904
6905 1999-08-16 Carsten Dominik <cd@gnu.org>
6906
6907 * textmodes/reftex.el: Most of the code moved to other files.
6908 * textmodes/reftex-auc.el: New file, split out from reftex.el
6909 * textmodes/reftex-cite.el: New file, split out from reftex.el
6910 * textmodes/reftex-global.el: New file, split out from reftex.el
6911 * textmodes/reftex-index.el: New file, split out from reftex.el
6912 * textmodes/reftex-parse.el: New file, split out from reftex.el
6913 * textmodes/reftex-ref.el: New file, split out from reftex.el
6914 * textmodes/reftex-sel.el: New file, split out from reftex.el
6915 * textmodes/reftex-toc.el: New file, split out from reftex.el
6916 * textmodes/reftex-vars.el: New file, split out from reftex.el
6917 * textmodes/reftex-vcr.el: New file, split out from reftex.el
6918
6919 1999-08-16 Carsten Dominik <cd@gnu.org>
6920
6921 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
6922 conflict with pop-up-frames.
6923 (reftex-special-environment-parsers): New constant.
6924 (reftex-label-alist): car of an entry can also be a function.
6925 (reftex-what-special-env): Cew function.
6926 (reftex-label-location): Call `reftex-what-special-env'.
6927 (reftex-compile-variables): Check for symbol in
6928 `reftex-label-alist'.
6929 (reftex-what-environment): Fixed bug with stacked environments of
6930 same kind (e.g. enumerate).
6931 (reftex-process-string): Preserve default directory.
6932 (reftex-label-alist-builtin): Changed prefixes of endnote and
6933 footnote. Also the magic words.
6934 (reftex-reference): Interprete new option
6935 `reftex-fref-is-default'.
6936 (reftex-replace-prefix-escapes): Interprete new `%S' format.
6937 (reftex-toc-mouse-view-line): Command removed (had no binding).
6938 (reftex-everything-regexp): New function.
6939 (reftex-nearest-match): Made better.
6940 (reftex-toc-find-section): Use new version of
6941 `reftex-nearest-match'.
6942 (reftex-insert-docstruct): Adapted to work with the index stuff.
6943 (reftex-parse-from-file): Find index entries as well.
6944 (reftex-toc-toggle-index): New function
6945 (reftex-toc-map): `i' is now used to togle the index, File
6946 boundaries has been moved to `F'.
6947 (reftex-select-label-map): Toggling display of file boundaries is
6948 now on the `F' key, for consistency with `reftex-toc-map'.
6949 (reftex-erase-all-selection-and-index-buffers): Renamed from
6950 `reftex-erase-all-selection-buffer'. Now also kills the index
6951 buffers.
6952 (reftex-viewing-cross-references): Customization group renamed
6953 from reftex-viewing-cross-references-and-citations.
6954 (reftex-index-macro-regexp,
6955 reftex-find-index-entry-regexp-format): New variables
6956 (reftex-macros-with-index): New variable
6957 (reftex-add-index-macros): New function
6958 (reftex-renumber-simple-labels, reftex-translate): Allow for
6959 multiple labels in a single ref command.
6960 (reftex-index-support): New customization group
6961 (reftex-support-index, reftex-index-special-chars,
6962 reftex-index-macros, reftex-index-default-macro,
6963 reftex-index-default-tag, reftex-index-math-format,
6964 reftex-index-section-letters, reftex-index-include-context,
6965 reftex-index-follow-mode, reftex-index-header-face,
6966 reftex-index-section-face, reftex-index-tag-face,
6967 reftex-index-face): New options
6968 (reftex-index-map, reftex-index-menu, reftex-last-index-file,
6969 reftex-index-tag, reftex-index-return-marker,
6970 reftex-index-restriction-indicator, reftex-index-restriction-data,
6971 reftex-index-macro-regexp, reftex-index-level-re,
6972 reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
6973 reftex-everything-regexp-no-index, reftex-index-re,
6974 reftex-macros-with-index, reftex-index-macro-alist): New variables
6975 (reftex-index-help, reftex-index-macros-builtin,
6976 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
6977 reftex-query-index-macro-help): New constants
6978 (reftex-index-selection-or-word, reftex-index,
6979 reftex-default-index, reftex-update-default-index,
6980 reftex-index-complete-tag, reftex-index-select-tag,
6981 reftex-index-complete-key, reftex-index-update-taglist,
6982 reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
6983 reftex-display-index, reftex-insert-index,
6984 reftex-index-insert-new-letter, reftex-get-restriction,
6985 reftex-index-pre-command-hook, reftex-index-post-command-hook,
6986 reftex-index-show-help, reftex-index-next, reftex-index-previous,
6987 reftex-index-toggle-follow, reftex-index-toggle-context,
6988 reftex-index-view-entry, reftex-index-goto-entry-and-hide,
6989 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
6990 reftex-index-quit, reftex-index-quit-and-kill,
6991 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
6992 reftex-index-revert, reftex-index-switch-index-tag,
6993 reftex-index-restrict-to-section, reftex-index-widen,
6994 reftex-index-restriction-forward,
6995 reftex-index-restriction-backward, reftex-index-visit-location,
6996 reftex-index-analyze-entry, reftex-index-globalize,
6997 reftex-index-edit, reftex-index-toggle-range-beginning,
6998 reftex-index-toggle-range-end, reftex-index-edit-key,
6999 reftex-index-edit-attribute, reftex-index-edit-visual,
7000 reftex-index-edit-part, reftex-index-level-down,
7001 reftex-index-level-up, reftex-index-kill, reftex-index-undo,
7002 reftex-index-change-entry, reftex-index-goto-letter,
7003 reftex-add-index-macros, reftex-ensure-index-support,
7004 reftex-index-info-safe, reftex-index-info): New functions.
7005
7006
7007 1999-08-15 Richard M. Stallman <rms@gnu.org>
7008
7009 * paren.el (show-paren-mode): Support making show-paren-mode
7010 a buffer-local variable. Don't check for a window system.
7011 (show-paren-function): Check whether show-paren-function is
7012 enabled in current buffer; do the right thing if not.
7013 Don't check for a window system.
7014 (show-paren-mode): Make it a user variable.
7015
7016 * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
7017 Handle `enum' like `struct'.
7018
7019 * server.el (server-process-filter): If a client visits no buffers,
7020 close it immediately before recording it.
7021
7022 * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
7023 Optimize by calling concat just once. Handle =\n sequence.
7024 (mail-unquote-printable-region): New command.
7025 (mail-quote-printable): Make it autoload.
7026
7027 1999-08-15 Karl Heuer <kwzh@gnu.org>
7028
7029 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
7030
7031 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
7032
7033 * lisp/texinfmt.el: Handle @ifnottex.
7034
7035 1999-08-15 Eli Zaretskii <eliz@gnu.org>
7036
7037 * frame.el (blink-cursor): Don't turn on cursor blinking for
7038 ms-dos.
7039
7040 * faces.el (face-valid-attribute-values): Look in
7041 x-bitmap-file-path only for x and w32 window systems.
7042
7043 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
7044 Do that if width is nil as well.
7045 (x-display-mm-height, x-display-mm-width): Update values.
7046 (x-colors): Compute the list from msdos-color-values.
7047 (x-select-enable-clipboard): Doc fix.
7048 (x-frob-font-weight, x-font-family-list): New functions.
7049
7050 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk>
7051
7052 * window.el (shrink-window-if-larger-than-buffer): Don't try to
7053 back up from beginning of buffer.
7054
7055 1999-08-13 Karl Heuer <kwzh@gnu.org>
7056
7057 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
7058
7059 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US>
7060
7061 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G
7062 doomsday clock, speed control is added and changes are made to
7063 allow large numbers of rings: rings now show the whole ring
7064 number, not just the last digit; consecutive rings are allowed to
7065 be the same size when necessary to fit all the rings in the
7066 window; and poles can be oriented horizontally. Face support is
7067 thrown in gratuitously.
7068 (hanoi): Changed default number of rings back to 3.
7069 (hanoi-unix, hanoi-unix-64): New commands
7070 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
7071 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
7072 hanoi-odd-ring-face): New variables.
7073 (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
7074 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
7075 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
7076 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
7077 (hanoi-topos, hanoi-draw-ring): Removed.
7078
7079 1999-08-12 Gerd Moellmann <gerd@gnu.org>
7080
7081 * faces.el (face-valid-attribute-values): Return an alist for
7082 families on ttys.
7083 (face-read-integer): Handle unspecified face attributes. Add
7084 completion for `unspecified'.
7085 (read-face-attribute): Handle unspecified font attributes.
7086 (face-valid-attribute-values): Add `unspecified' to lists so that
7087 it can be chosen via completion.
7088 (face-read-string): Don't recognize "none" as input.
7089
7090 1999-08-10 Dave Love <fx@gnu.org>
7091
7092 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
7093 string.
7094
7095 * sun-curs.el: Require sun-fns.
7096
7097 1999-08-10 Dave Love <fx@gnu.org>
7098
7099 * autorevert.el (auto-revert-mode): Add autoload cookie.
7100
7101 * hscroll.el, auto-show.el: Files deleted -- we have built-in
7102 hscroll.
7103
7104 * simple.el (hscroll-step, hscroll-point-visible)
7105 (hscroll-window-column): Remove now we have the mentioned real
7106 horizontal autoscrolling.
7107
7108 1999-08-10 Richard M. Stallman <rms@gnu.org>
7109
7110 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
7111 control use of -f option.
7112 (mail-specify-envelope-from): New variable.
7113 (mail-from-style): Doc fix.
7114
7115 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
7116 (easy-menu-get-map): New arg TO-MODIFY helps choose
7117 between local and global maps.
7118 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
7119 (easy-menu-change): Doc fix.
7120
7121 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
7122 (info-lookup-guess-default): Simplified and cleaned up.
7123 (info-lookup-guess-default*): Preserve point.
7124
7125 * view.el (view-mode-disable): If buffer-read-only is nil,
7126 don't change it.
7127
7128 * files.el (after-find-file): Disable View mode if buffer is no
7129 longer read-only.
7130
7131 * view.el (view-mode-enable, view-mode-disable):
7132 Call force-mode-line-update.
7133
7134 1999-08-10 Karl Heuer <kwzh@gnu.org>
7135
7136 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
7137 * array.el, play/landmark.el, international/latin-3.el: Likewise.
7138 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
7139
7140 1999-08-10 Alex Schroeder <asc@bsiag.com>
7141
7142 * ansi-color.el (ansi-color-to-text-properties): Added New state 5
7143 to prevent m-eating-bug.
7144
7145 1999-08-10 Eli Zaretskii <eliz@gnu.org>
7146
7147 * term/pc-win.el (msdos-bg-mode): Remove. Call
7148 frame-set-background-mode instead. All callers changed.
7149 (msdos-face-setup): Don't force color display parameter, it is set
7150 by frame-set-background-mode.
7151 (make-msdos-frame): Call x-handle-reverse-video and
7152 face-set-after-frame-default. Delete frame if creation failed.
7153
7154 * faces.el (face-set-after-frame-default): Don't call
7155 make-face-x-resource-internal for the pc window-system.
7156
7157 1999-08-10 Dave Love <fx@melange.gnu.org>
7158
7159 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
7160 case with no docstring specially.
7161
7162 1999-08-09 Eli Zaretskii <eliz@gnu.org>
7163
7164 * complete.el (PC-do-completion): If completing on file name,
7165 reproduce str by concatenating its directory and basename parts.
7166
7167 1999-08-07 Dave Love <fx@gnu.org>
7168
7169 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid
7170 unibyte to multibyte conversion of search-forward (from Handa),
7171 but avoid the replacement if the language is Latin-N.
7172
7173 1999-08-06 Richard Stallman <rms@gnu.org>
7174
7175 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
7176 of eval-buffer.
7177
7178 * international/mule.el (load-with-code-conversion):
7179 Pass t to eval-buffer for DO-ALLOW-PRINT.
7180
7181 1999-08-06 Geoff Voelker <voelker@cs.washington.edu>
7182
7183 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
7184 of filenames and attributes.
7185 (ls-lisp-insert-directory): Use directory-files-and-attributes
7186 for speed.
7187
7188 1999-08-05 Dave Love <fx@gnu.org>
7189
7190 * auto-show.el (auto-show-mode): Fix :set.
7191
7192 * widget.el (define-widget-keywords): Make dummy definition and
7193 comment-out its use.
7194
7195 1999-08-04 Richard Stallman <rms@gnu.org>
7196
7197 * progmodes/tcl.el: Customized.
7198
7199 * sql.el (sql-accumulate-and-indent): Instead of testing
7200 whether this is Emacs 20 before calling comint-accumulate,
7201 test whether comint-accumulate is defined.
7202
7203 1999-08-04 Dave Love <fx@gnu.org>
7204
7205 * sgml-mode.el: Require outline when compiling.
7206 (sgml-mode-hook, html-mode-hook): Customize.
7207 (sgml-validate-command): Fix :version.
7208 (html-autoview-mode): Doc fix.
7209
7210 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
7211 nothing in Latin-N environment.
7212
7213 * info.el (Info-find-node): Call info-initialize here.
7214 (info): Not here.
7215 (Info-file-list-for-emacs): Add message, dired-x, c, viper.
7216
7217 1999-08-04 Richard Stallman <rms@gnu.org>
7218
7219 * ansi-color.el: New file.
7220
7221 1999-08-04 Stefan Monnier <monnier@cs.yale.edu>
7222
7223 * dired.el (dired-string-replace-match): Return `nil' when no match
7224 found with global search.
7225
7226 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
7227 * terminal.el (te-terminfo-directory):
7228 * mail/mailpost.el (post-mail-send-it):
7229 * mail/metamail.el (metamail-region):
7230 * progmodes/ada-mode.el (ada-tmp-directory):
7231 Use temporary-file-directory.
7232
7233 * progmodes/compile.el (compilation-parsing-end,compilation-setup)
7234 (compilation-filter, compilation-forget-errors)
7235 (compilation-parse-errors): Use a marker instead of an integer for
7236 `compilation-parsing-end'.
7237
7238 * progmodes/diff.el (diff-parse-differences):
7239 Use a marker instead of an integer for `compilation-parsing-end'.
7240 * textmodes/tex-mode.el (tex-compilation-parse-errors):
7241 Use a marker instead of an integer for `compilation-parsing-end'.
7242
7243 1999-08-03 Richard Stallman <rms@gnu.org>
7244
7245 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
7246 (Buffer-menu-mode): Doc fix.
7247 (Buffer-menu-view): New command.
7248 (Buffer-menu-view-other-window): New command.
7249
7250 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com>
7251
7252 * replace.el (query-replace-regexp-eval)
7253 (replace-eval-replacement, replace-loop-through-replacements)
7254 (replace-match-string-symbols): New functions.
7255 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
7256 Use replace-loop-through-replacements.
7257
7258 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk>
7259
7260 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
7261 (5x5): Doc fix.
7262
7263 1999-08-03 Dave Love <fx@gnu.org>
7264
7265 * fortran.el (fortran-indent-new-line): Make it an alias
7266 for reindent-then-newline-and-indent.
7267
7268 1999-08-03 Didier Verna <verna@inf.enst.fr>
7269
7270 * rect.el: All functions rewritten, except when noted above
7271 their declaration. Below is a list of interface changes.
7272 (apply-on-rectangle): New function, mostly replaces
7273 `operate-on-rectangle'. All callers changed.
7274 (move-to-column-force): Pass new second argument to `move-to-column'.
7275 (kill-rectangle): Added optional prefix arg to fill lines.
7276 (delete-rectangle): Ditto.
7277 (delete-whitespace-rectangle): Ditto.
7278 (delete-extract-rectangle): Ditto.
7279 (open-rectangle): Ditto.
7280 (clear-rectangle): Ditto.
7281 (delete-whitespace-rectangle-line): New function.
7282 (delete-rectangle-line): Added third arg FILL.
7283 (delete-extract-rectangle-line): Ditto.
7284 (open-rectangle-line): Ditto.
7285 (clear-rectangle-line): Ditto.
7286
7287 1999-08-03 Ray Blaak <blaak@gnu.org>
7288
7289 * progmodes/delphi.el: New file.
7290
7291 1999-08-02 Richard Stallman <rms@gnu.org>
7292
7293 * textmodes/outline.el (outline-previous-heading): New function.
7294 (outline-up-heading-all): Use outline-previous-heading.
7295 (outline-next-heading): Delete definition inserted yesterday.
7296
7297 1999-08-01 Richard Stallman <rms@gnu.org>
7298
7299 * textmodes/outline.el (outline-next-heading): New function.
7300 (outline-up-heading-all): New function.
7301 (outline-font-lock-level): Using outline-up-heading-all.
7302 Tell outline-back-to-heading to accept invisible headings.
7303
7304 * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
7305
7306 * mail/mh-utils.el (mh-find-path-run): New variable.
7307 (mh-find-path): Test and set that.
7308 Set mail-user-agent only the first time this function is run.
7309 (mail-user-agent): Defvar deleted.
7310
7311 * info.el (info-initialize): New function.
7312 (info): Call info-initialize.
7313 (Info-directory-list): Initialize to nil,
7314 so info-initialize will set it up for real.
7315
7316 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7317
7318 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
7319 does not interpret a time as the year in a day-month entry.
7320
7321 * calendar/diary-lib.el: Change syntax table entry for colon in
7322 the diary as part of the european-date-diary-pattern fix.
7323
7324 1999-08-01 Eli Zaretskii <eliz@gnu.org>
7325
7326 * international/mule.el (set-auto-coding): Allow whitespace before
7327 and after the "variable: value" pair.
7328
7329 1999-07-30 Ken'ichi Handa <handa@gnu.org>
7330
7331 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
7332 (default-sendmail-coding-system): Doc-string fixed.
7333
7334 1999-07-30 Dave Love <fx@gnu.org>
7335
7336 * subr.el (assoc-delete-all): New function, renamed from
7337 frame-delete-all.
7338
7339 * frame.el: Change comments to doc strings and other doc fixes.
7340 (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
7341 Callers changed.
7342 (set-background-color, set-foreground-color, set-cursor-color)
7343 (set-mouse-color, set-border-color): Offer completion of colours.
7344 (cursor): Add :version to defgroup.
7345
7346 * facemenu.el (list-colors-display): Make it work on ttys.
7347 (facemenu-read-color): Likewise.
7348
7349 1999-07-30 Richard M. Stallman <rms@gnu.org>
7350
7351 * frame.el (frame-notice-user-settings): If background
7352 color has been changed, update background-mode from it,
7353 then update faces.
7354
7355 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com>
7356
7357 * net-utils.el (finger): Don't do indirect fingering.
7358
7359 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7360
7361 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
7362 rules. Add separator at end of holidays.
7363 (cal-tex-rules): New customizable variable.
7364 (cal-tex-latexify-list): Add optional parameter to put separator
7365 at end.
7366
7367 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu>
7368
7369 * textmodes/fill.el (fill-individual-paragraphs): Calculate new
7370 fill prefix on each line while looping to the end of paragraph.
7371 End paragraph if it's longer than the existing fill prefix.
7372
7373 * textmodes/fill.el (fill-context-prefix): Doc fix.
7374
7375 1999-07-30 Dave Love <fx@gnu.org>
7376
7377 * font-lock.el (jit-lock): Fix :load, add :version.
7378
7379 1999-07-30 Eli Zaretskii <eliz@gnu.org>
7380
7381 * term/pc-win.el (msdos-face-setup): Register standard colors in
7382 Vface_tty_color_alist.
7383 (face-color-supported-p, face_color_gray_p): New functions.
7384
7385 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
7386 is bound.
7387
7388 * startup.el (command-line): Don't register default colors for
7389 MSDOS window-system.
7390
7391 1999-07-29 Dave Love <fx@gnu.org>
7392
7393 * f90.el (f90-mode-syntax-table): Change backslash to escape, not
7394 charquote.
7395
7396 * lisp-mode.el (eval-defun): Re-written to avoid
7397 capturing variables.
7398
7399 * picture.el (picture-beginning-of-line): Don't call
7400 hscroll-point-visible now we have real autoscrolling.
7401 (picture-end-of-line, picture-newline, picture-open-line):
7402 Likewise.
7403
7404 * international/latin-8.el: New file.
7405 * international/latin-9.el: New file.
7406
7407 1999-07-28 Dave Love <fx@gnu.org>
7408
7409 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
7410
7411 * msb.el: Require cl only when compiling.
7412 (msb--home-dir): Deleted.
7413 (msb--format-title): Use abbreviate-file-name.
7414 (msb--choose-file-menu): Simplify string comparison.
7415
7416 1999-07-28 Gerd Moellmann <gerd@gnu.org>
7417
7418 * faces.el (toolbar): Add face definition for mono displays.
7419
7420 1999-07-27 Richard M. Stallman <rms@gnu.org>
7421
7422 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
7423
7424 * frame.el (frame-initialize): When setting frame-initial-frame-alist,
7425 force copying of default-frame-alist.
7426
7427 1999-07-26 Ken'ichi Handa <handa@gnu.org>
7428
7429 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
7430
7431 1999-07-26 Richard M. Stallman <rms@gnu.org>
7432
7433 * frame.el (set-mouse-color): If new color is nil,
7434 really respecify the current color.
7435
7436 1999-07-26 Gerd Moellmann <gerd@gnu.org>
7437
7438 * faces.el (bitmap-area): Change background of face `bitmap-area'
7439 to white for mono displays.
7440
7441 1999-07-26 Kenichi Handa <handa@etl.go.jp>
7442
7443 * international/ccl.el (ccl-embed-symbol): New function.
7444 (ccl-program-p): Deleted. Now it's implemented in C code.
7445 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
7446 (ccl-compile-translate-character): Likewise.
7447 (ccl-compile-map-single): Likewise.
7448 (ccl-compile-multiple-map-function): Likewise.
7449 (declare-ccl-program): Doc-string modified.
7450 (check-ccl-program): Check compiled CCL code by ccl-program-p.
7451
7452 1999-07-25 Ken'ichi Handa <handa@etl.go.jp>
7453
7454 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
7455
7456 1999-07-25 Markus Rost <rost@gnu.org>
7457
7458 * cus-edit.el (custom-save-variables, custom-save-faces): Sort
7459 the entries to make custom-file more readable.
7460
7461 1999-07-25 Richard M. Stallman <rms@gnu.org>
7462
7463 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
7464
7465 * emacs-lisp/edebug.el: Delete compatibility code.
7466 (edebug-next-token-class): If . is followed by a digit,
7467 return `symbol' for the token class.
7468
7469 * startup.el (command-line): If we don't find the user's init file,
7470 set user-init-file to nil.
7471
7472 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7473
7474 * info-look.el (info-lookup-interactive-arguments): Add optional
7475 argument query for new choice of help mode.
7476 (info-lookup-symbol): Use it.
7477 (info-lookup-file): Ditto.
7478 (info-lookup): Don't switch to other window, if already in Info
7479 buffer.
7480
7481 1999-07-23 Dave Love <fx@gnu.org>
7482
7483 * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
7484 syntax.
7485 (fortran-fontify-string, fortran-match-!-comment): Deleted.
7486 (fortran-font-lock-syntactic-keywords): New variable.
7487 (fortran-mode): Use it.
7488 (fortran-font-lock-keywords-1): Don't do comments.
7489 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
7490 match data.
7491
7492 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
7493
7494 * msb.el (msb-menu-bar-update-buffers): Renamed from
7495 menu-bar-update-buffers.
7496 (msb-custom-set, msb--toggle-menu-type): Call
7497 msb-menu-bar-update-buffers.
7498 (msb-mode): Revise the hook setting.
7499
7500 * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
7501
7502 1999-07-23 Gerd Moellmann <gerd@gnu.org>
7503
7504 * font-lock.el, help.el, simple.el: Re-integrate previously
7505 described changes that were lost due to errors while checking them
7506 in.
7507
7508 1999-07-23 Kevin Blake <kblake@ticnet.com>
7509
7510 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
7511
7512 1999-07-23 Ken'ichi Handa <handa@etl.go.jp>
7513
7514 * international/encoded-kb.el
7515 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
7516 but push it to unread-command-events.
7517 (encoded-kbd-self-insert-iso2022-8bit): Likewise.
7518 (encoded-kbd-self-insert-sjis): Likewise.
7519 (encoded-kbd-self-insert-big5): Likewise.
7520
7521 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
7522 before left margin and fill-prefix by fill-find-break-point.
7523
7524 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7525
7526 * info-look.el (info-lookup-setup-mode): Don't give up, if
7527 info-lookup-make-completions returns an error.
7528 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
7529 name latex, not latex2e.
7530
7531 1999-07-21 Richard M. Stallman <rms@gnu.org>
7532
7533 * replace.el (perform-replace): Turn off case-fold-search
7534 if FROM-STRING argument has uppercase in it.
7535
7536 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7537
7538 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
7539 mode is on. Don't use end of changed text.
7540
7541 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7542
7543 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
7544 (cl-hash-table-p): Renamed from hash-table-p.
7545 (cl-hash-table-count): Renamed from hash-table-count.
7546 (maphash): Alias to cl-maphash removed.
7547 (gethash): Likewise.
7548 (puthash): Likewise.
7549 (remhash): Likewise.
7550 (clrhash): Likewise.
7551
7552 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7553
7554 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
7555 third arg non-nil. See comment there why this isn't a good idea.
7556
7557 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7558
7559 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
7560
7561 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
7562 sit-for with 3rd arg non-nil to prevent redisplay.
7563
7564 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7565
7566 * image.el (image-type-from-file-header): If file doesn't
7567 have a directory part, add data-directory.
7568
7569 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7570
7571 * tooltip.el (tooltip-gud-tips-p): Set default to nil.
7572 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
7573 motion handling when tooltip-gud-tips-p is nil.
7574
7575 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7576
7577 * tooltip.el (tooltip-mode): Don't use `plusp'.
7578 (tooltip-active): Use initial value of nil.
7579
7580 * jit-lock.el (jit-lock-mode): Don't use `plusp'.
7581
7582 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7583
7584 * bindings.el (make-mode-line-mouse-sensitive): Add key
7585 definitions for `top-line'.
7586
7587 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7588
7589 * faces.el (top-line): New face.
7590
7591 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7592
7593 * image.el (image-type-regexps): Add regexp for PS files.
7594
7595 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7596
7597 * faces.el (set-face-attribute): Fix wrong handling of frame
7598 begin equal to t.
7599
7600 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7601
7602 * image.el (image-type-regexps): Add PNG format.
7603
7604 1999-07-21 Dave Love <fx@gnu.org>
7605
7606 * bindings.el (mode-line-modified): New variable.
7607 (mode-line-mode-menu-1): Switch to appropriate window before
7608 showing menu.
7609
7610 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7611
7612 * faces.el (face-underline): Removed.
7613 (face-underline-color): Ditto.
7614
7615 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7616
7617 * faces.el (face-x-resources): Fix typo.
7618
7619 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7620
7621 * faces.el: Remove handling of `:relief', extend handling of
7622 `:box'.
7623 (frame-set-background-mode): Choose new defface specs after
7624 frame parameters have changed.
7625
7626 * cus-face.el: Ditto.
7627
7628 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7629
7630 * custom.el (defface): Extend documentation to include new
7631 face attributes.
7632
7633 * cus-face.el (custom-face-attributes): Add overline,
7634 strike-through, box.
7635
7636 * faces.el (face-valid-attribute-values): Handle overline,
7637 strike-through, box.
7638 (face-attribute-name-alist): Add pairs for new face attributes.
7639 (describe-face): Handle new face attributes.
7640
7641 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7642
7643 * faces.el (face-x-resources): Add overline, strike-through, box.
7644
7645 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7646
7647 * enriched.el (enriched-translations): Add `display' and
7648 "x-display".
7649 (enriched-handle-display-prop): New.
7650 (enriched-decode-display-prop): New.
7651
7652 * format.el (top-level): Give `display' property
7653 `format-list-atomic-p.
7654 (format-annotate-single-property-change): Test that property.
7655 If present, treat list property values like atoms.
7656
7657 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7658
7659 * cus-face.el (custom-face-attributes): Use `choice' everywhere
7660 so that "*" can be entered.
7661
7662 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7663
7664 * cus-face.el (custom-face-attributes): Don't use `#''.
7665
7666 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7667
7668 * cus-face.el (custom-face-attributes): Return underline
7669 face attribute directly from the second lambda of underline.
7670
7671 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7672
7673 * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
7674
7675 * frame.el (after-setting-font-hooks): New variable.
7676 (set-frame-font): Run those hooks.
7677
7678 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
7679
7680 * faces.el (set-face-attribute): Fix doc string.
7681
7682 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7683
7684 * cus-face.el (custom-face-attributes): Accept color name.
7685
7686 * faces.el (face-underline-p): Accept unspecified underlining.
7687 (face-underline): Ditto. Fix doc string.
7688
7689 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7690
7691 * faces.el (face-underline-color): New function.
7692
7693 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7694
7695 * cus-face.el (custom-face-attributes): Support underline coloring.
7696 Added slot to choose a color.
7697
7698 * faces.el (face-underline): New function.
7699 (face-underline-p): Support underline coloring.
7700 Return nil only if the underline attribute is 'normal.
7701 (set-face-underline): New function.
7702 (face-valid-attribute-values): Support underline coloring.
7703
7704 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7705
7706 * image.el (insert-image): Use `display' instead of `glyph'
7707 as text property name.
7708 (put-image): Ditto.
7709 (image-type-from-file-header): Use insert-file-contents-literally.
7710
7711 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7712
7713 * easymenu.el (easy-menu-do-add-item): Don't use the empty
7714 string to indicate separators.
7715
7716 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7717
7718 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
7719 instead of message-log.
7720
7721 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7722
7723 * faces.el (bitmap-area): New face.
7724
7725 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7726
7727 * image.el (insert-image): New.
7728
7729 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7730
7731 * frame.el (blink-cursor): Set the symbol's value.
7732 (show-trailing-whitespace): Change group to font-lock.
7733
7734 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7735
7736 * jit-lock.el: New.
7737 * font-lock.el: Add jit-mode as new support mode.
7738
7739 * font-lock.el (font-lock-fontify-keywords-region): Stop when
7740 reaching end instead of letting re-search-forward signal an error.
7741 (demand-lock-mode): New.
7742 (font-lock-turn-on-thing-lock): Add demand-lock-mode.
7743 (font-lock-turn-off-thing-lock): Ditto.
7744 (font-lock-after-fontify-buffer): Ditto.
7745 (font-lock-after-unfontify-buffer): Ditto.
7746
7747 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7748
7749 * gs.el: New file.
7750
7751 * startup.el (command-line-1): Activate tooltip mode if
7752 interactive.
7753
7754 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7755
7756 * faces.el (toolbar): Grey default background.
7757 (modeline): Ditto.
7758
7759 * image.el (image-type-regexps): New.
7760 (image-type-from-file-header): New.
7761 (create-image): Call it.
7762
7763 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7764
7765 * image.el: New file.
7766
7767 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7768
7769 * bindings.el (mode-line-format): Replace `mode-name' with
7770 `(:eval mode-line-mode-name)'.
7771 (mode-line-mode-name): New.
7772 (make-mode-line-mouse-sensitive): Don't change default value
7773 of `mode-name'.
7774
7775 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7776
7777 * tooltip.el: New file.
7778
7779 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7780
7781 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
7782 instead of mouse-3 to pop up menus.
7783 (mode-line-kill-buffer): Removed.
7784 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
7785 buffer name.
7786 (mode-line-buffer-menu-1): Removed.
7787
7788 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
7789
7790 * bindings.el (mode-line-buffer-identification-keymap): New.
7791 (mode-line-buffer-menu-keymap): New.
7792 (mode-line-mode-menu-keymap): New.
7793 (mode-line-unbury-buffer): New.
7794 (mode-line-other-buffer): New.
7795 (mode-line-kill-buffer): New.
7796 (mode-line-buffer-menu-1): New.
7797 (mode-line-mode-menu-1): New.
7798 (make-mode-line-mouse-sensitive): New.
7799
7800 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7801
7802 * help.el (describe-key-briefly): Handle mode line strings
7803 with local-map properties.
7804 (describe-key): Ditto.
7805 (mode-line-key-binding): New.
7806
7807 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7808
7809 * scroll-bar.el (scroll-bar-timer): New.
7810 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
7811
7812 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7813
7814 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
7815 and `bottom'.
7816
7817 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7818
7819 * scroll-bar.el (scroll-bar-toolkit-scroll): New.
7820 (global): Use different key bindings if using tookit scroll bars.
7821
7822 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7823
7824 * faces.el (modeline): Define mode line face with relief for
7825 class color, only.
7826 (toolbar): New face.
7827
7828 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7829
7830 * frame.el (frame-initialize): Set frame-creation-function to
7831 tty-create-frame-with-faces.
7832
7833 * faces.el (frame-set-background-mode): Make it work for
7834 window-system nil.
7835
7836 * faces.el (tty-create-frame-with-faces): New.
7837 (face-set-after-frame-default): Make it work for TTY frames.
7838
7839 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7840
7841 * faces.el (face-valid-attribute-values): Use tty-defined-colors.
7842 Return a list of one font family for TTYs. Don't return bitmap
7843 file paths for TTY frames.
7844
7845 * faces.el: Add face specs for tty displays to basic faces.
7846
7847 * font-lock.el (font-lock-comment-face): Add spec for color tty.
7848 (font-lock-string-face): Ditto.
7849 (font-lock-keyword-face): Ditto.
7850 (font-lock-builtin-face): Ditto.
7851 (font-lock-function-name-face): Ditto.
7852 (font-lock-variable-name-face): Ditto.
7853 (font-lock-type-face): Ditto.
7854 (font-lock-constant-face): Ditto.
7855 (font-lock-warning-face): Ditto.
7856
7857 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7858
7859 * startup.el (command-line): Register default tty colors.
7860
7861 * faces.el (face-spec-set-match-display): Recognize `type tty'.
7862
7863 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7864
7865 * faces.el (modeline): For X frames, use a modeline with relief.
7866
7867 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7868
7869 * faces.el (frame-update-faces): Copied from 20.2.
7870 (frame-update-face-colors): Ditto. Code removed that isn't
7871 applicable in the new face implementation.
7872
7873 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7874
7875 * frame.el (show-trailing-whitespace): New.
7876
7877 * faces.el (trailing-whitespace): New basic face.
7878
7879 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7880
7881 * cus-face.el (custom-facep): Always define as alias for facep.
7882
7883 * cus-face.el (custom-face-attributes): Use choice widgets.
7884 Remove :bold and :italic.
7885
7886 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7887
7888 * faces.el (face-charset-registries): Removed since fontset.el
7889 is no always loaded.
7890
7891 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7892
7893 * faces.el (internal-get-face): Added as obsolete function for
7894 compatibility.
7895
7896 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7897
7898 * frame.el (blink-cursor-end): Call show-cursor.
7899 (blink-cursor-mode): Ditto.
7900
7901 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7902
7903 * faces.el (face-spec-reset-face): Reset all attributes to
7904 `unspecified'.
7905 (face-spec-set): Use it.
7906
7907 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7908
7909 * faces.el (read-all-face-attributes): Bug fix.
7910 (face-read-integer): Allow nil default value.
7911 (face-valid-attribute-values): Use symbol names of attribute
7912 values for completion list.
7913
7914 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7915
7916 * faces.el (internal-find-face): Define for compatibility with
7917 20.2.
7918 (face-id): Likewise.
7919
7920 * faces.el (face-id): Return the ID of a realized face for ASCII.
7921
7922 * fontset.el (x-charset-registries): Removed. Now in faces.el.
7923 (x-complement-fontset-spec): Use face-charset-registries.
7924
7925 * faces.el (face-font-selection-order): Set font selection order
7926 from Lisp.
7927 (face-alternative-font-family-alist): Set alternative font
7928 families from Lisp.
7929
7930 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7931
7932 * faces.el (set-face-charset-registries): Set symbol value.
7933
7934 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7935
7936 * faces.el (face-set-after-frame-default): Call function
7937 internal-merge-in-global-face.
7938
7939 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7940
7941 * faces.el (face-list): Return symbols from face-global-alist.
7942
7943 * faces.el (face-list): Return a copy of the face name list so
7944 that it cannot be modified from outside (facemenu.el uses
7945 nreverse, for example).
7946
7947 * cus-face.el (custom-face-attributes): Add :bold and :italic
7948 for compatibility with old code.
7949
7950 * faces.el (set-face-attributes-from-resources): Additional
7951 frame parameter.
7952 (make-face-x-resource-internal): Set attributes from resources
7953 for a given frame or all frames.
7954
7955 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7956
7957 * faces.el (all-faces): Removed.
7958
7959 * custom.el (defface): Add new face attributes to function
7960 comment.
7961
7962 * font-lock.el (font-lock-comment-face): Use new face attribute
7963 names.
7964 (font-lock-string-face): Ditto.
7965 (font-lock-keyword-face): Ditto.
7966 (font-lock-builtin-face): Ditto.
7967 (font-lock-function-name-face): Ditto.
7968 (font-lock-variable-name-face): Ditto.
7969 (font-lock-type-face): Ditto.
7970 (font-lock-reference-face): Ditto.
7971 (font-lock-warning-face): Ditto.
7972 ((boundp 'font-lock-face-attributes)): Ditto.
7973
7974 * cus-face.el (custom-face-attributes): Use new face attributes.
7975
7976 * faces.el (set-face-attribute-from-resource): Initialize
7977 from resources only for X and W32.
7978
7979 * cus-face.el (custom-declare-face): Don't make frame-local
7980 faces.
7981
7982 * faces.el (describe-face): Use princ instead of insert.
7983
7984 * faces.el: Add XLFD manipulation functions from 20.2 again
7985 because fontset.el uses them.
7986 (face-set-after-frame-default): Add empty definition.
7987
7988 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7989
7990 * faces.el (make-face): Correct typo.
7991 (set-face-attribute-from-resource): Use let*.
7992 (face-underline-p): Correct typo.
7993 (face-inverse-video-p): Ditto.
7994 (set-face-stipple): Ditto.
7995 (face-read-string): Make completion-list optional parameter.
7996
7997 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7998
7999 * faces.el (face-charset-registries): Alist mapping charset
8000 symbols to registries and encoding.
8001
8002 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8003
8004 * frame.el (blink-cursor-mode): Use interactive spec "P".
8005
8006 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8007
8008 * frame.el (blink-cursor-mode): Function to toggle blinking cursor
8009 mode. The cursor of selected_window blinks if the mode is enabled.
8010
8011 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8012
8013 * simple.el (next-history-element): Set point to the end of the
8014 prompt if minibuffer-prompt-in-buffer.
8015
8016 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8017
8018 * faces.el (x-font-regexp): Add sub-expression parentheses for
8019 several font name components.
8020
8021 1999-07-21 Gerd Moellmann <gerd@acm.org>
8022
8023 * faces.el (set-face-relief): Use index 12 for relief.
8024 (face-fill-in): Set relief from data.
8025 (internal-make-face): Init relief to zero.
8026
8027 * faces.el (face-spec-set): Call modify-face with additional
8028 parameters for relief and fixed-p.
8029
8030 1999-07-21 Gerd Moellmann <gerd@acm.org>
8031
8032 * cus-face.el: ':fixed and ':relief added.
8033
8034 * faces.el (describe-face): Add fixed font attribute and relief.
8035 (face-attr-match-p): Ditto.
8036 (face-attr-construct): Ditto.
8037 (face-spec-set): Ditto.
8038
8039 1999-07-21 Gerd Moellmann <gerd@acm.org>
8040
8041 * faces.el (internal-make-face): Function to create a Lisp vector
8042 suitable for representing a face.
8043 (make-face): Use it instead of make-vector.
8044 (x-create-frame-with-faces): Use it instead of vector.
8045 (internal-facep): Increase vector size to 14.
8046 (internal-make-face): Ditto.
8047 (face-relief): Access relief thickness.
8048 (face-fixed-p): Access fixed font attribute.
8049 (set-face-fixed-p): Set fixed font attribute.
8050 (set-face-relief): Set relief attribute.
8051 (internal-face-interactive-int): Read int attribute of face.
8052 (modify-face): Add fixed-p and relief parameters.
8053 (copy-face): Handle fixed-p and relief.
8054 (face-equal): Compare fixed-p and relief.
8055 (face-differs-from-default-p): Ditto.
8056 (face-nontrivial-p): Add fixed-p and relief.
8057
8058 1999-07-21 Gerd Moellmann <gerd@acm.org>
8059
8060 * faces.el (eval-when-compile): Add set-face-shadow-thickness.
8061 (internal-facep): Increase vector size.
8062 (make-face): Ditto.
8063 (face-shadow-thickness): Added.
8064 (set-face-shadow-thickness): Added.
8065 (modify-face): Add optional shadow-thickness parameter.
8066 (make-face-x-resource-internal): Add shadows.
8067 (copy-face): Ditto.
8068 (face-equal): Ditto.
8069 (face-differs-from-default-p): Ditto.
8070 (face-nontrivial-p): Ditto.
8071 (face-attr-match-p): Ditto.
8072 (face-attr-construct): Ditto.
8073 (face-spec-set): Ditto.
8074 (face-fill-in): Ditto.
8075
8076 1999-07-21 Gerd Moellmann <gerd@acm.org>
8077
8078 * bench.el (bench-mark-split-window): New bench mark.
8079
8080 1999-07-21 Gerd Moellmann <gerd@acm.org>
8081
8082 * faces.el (set-face-font): Don't pass default font to
8083 x-resolve-font so that font will not have to be of the same
8084 size.
8085
8086 1999-07-20 Dave Love <fx@gnu.org>
8087
8088 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
8089 unconditionally t.
8090
8091 1999-07-20 Karl Heuer <kwzh@gnu.org>
8092
8093 * font-lock.el (c++-font-lock-extra-types): Add "type_info".
8094
8095 1999-07-20 Dave Love <fx@gnu.org>
8096
8097 * help.el (describe-variable): Fix test for customizability.
8098
8099 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
8100 Check for readonly buffer in interactive spec.
8101 (zap-to-char, kill-line, kill-region, comment-region, kill-word)
8102 (backward-kill-word): Add * to interactive spec.
8103
8104 * underline.el (underline-region, ununderline-region): Add * to
8105 interactive spec.
8106
8107 * fill.el (canonically-space-region, justify-current-line): Add *
8108 to interactive spec.
8109 (fill-region-as-paragraph, fill-paragraph, fill-region)
8110 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
8111 readonly buffer in interactive spec.
8112
8113 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
8114 (backward-kill-sentence, kill-sentence): Add * to interactive
8115 spec.
8116
8117 1999-07-19 Richard M. Stallman <rms@gnu.org>
8118
8119 * dired-aux.el (dired-do-shell-command): Doc fix.
8120
8121 * shell.el (shell-unquote-argument): New function.
8122 (shell-directory-tracker): Use shell-unquote-argument.
8123 * comint.el (comint-arguments): Handle \ followed by space or tab.
8124
8125 1999-07-19 John Wiegley <jwiegley@borland.com>
8126
8127 * term.el (ansi-term-fg-faces-vector): Added support for ANSI
8128 color codes 39 and 49, which by the way lynx uses them seem to
8129 mean "foreground reset" and "background reset".
8130
8131 1999-07-19 Karl Heuer <kwzh@gnu.org>
8132
8133 * font-lock.el (c++-keywords): Add "typeid".
8134
8135 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
8136 selects no font, treat that as zero selections, not one.
8137
8138 1999-07-19 Dave Love <fx@gnu.org>
8139
8140 * info.el (Info-search): Don't lose with empty regexp.
8141
8142 * version.el: Cater for (free) `ident' program, not `which'.
8143
8144 * hl-line.el: New file.
8145
8146 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
8147 for modes which don't define menus.
8148
8149 1999-07-16 Richard M. Stallman <rms@gnu.org>
8150
8151 * webjump.el (webjump-sample-sites): Update some URLs.
8152
8153 1999-07-14 Richard Stallman <rms@gnu.org>
8154
8155 * Version 20.4 released.
8156
8157 1999-07-14 Andreas Schwab <schwab@gnu.org>
8158
8159 * compare-w.el (compare-windows): Try to find the next window in
8160 the current frame before looking at the other frames.
8161
8162 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
8163
8164 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
8165 Use cyrillic-jcuken as default input method.
8166
8167 1999-07-12 Richard Stallman <rms@gnu.org>
8168
8169 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
8170 Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
8171
8172 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
8173 (ispell-local-dictionary-alist): Add koi8-r for character set.
8174
8175 * textmodes/flyspell.el (flyspell-get-word):
8176 Add special handling for when ispell-otherchars is empty.
8177
8178 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no>
8179
8180 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
8181 when having nested functons.
8182 (pascal-indent-nested-functions) (pascal-indent-line)
8183 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
8184 indenting nested functions.
8185
8186 1999-07-09 Richard Stallman <rms@gnu.org>
8187
8188 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
8189
8190 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no>
8191
8192 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
8193 the `end' keyword was in the very beginning of the buffer.
8194
8195 1999-07-08 Richard Stallman <rms@gnu.org>
8196
8197 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
8198
8199 * term.el (term-emulate-terminal): Avoid infinite loop
8200 in strange case where minibuffer window is selected but not active.
8201
8202 1999-07-07 Stephen Eglen <stephen@gnu.org>
8203
8204 * progmodes/octave-inf.el (inferior-octave-directory-tracker):
8205 Change regexp so that it doesn't match commands beginning with `cd'.
8206
8207 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8208
8209 * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
8210
8211 1999-07-06 Richard Stallman <rms@gnu.org>
8212
8213 * hscroll.el (hscroll-minibuffer-hook): New function.
8214 (hscroll-global-mode): Add and remove that hook.
8215 Set hscroll-old-truncate-was-global's default value.
8216
8217 1999-07-05 Richard Stallman <rms@gnu.org>
8218
8219 * files.el (revert-buffer): Don't preserve point here.
8220 (revert-buffer-insert-file-contents-function): Doc fix.
8221
8222 * isearch.el (isearch-process-search-char): Write octal 200 correctly.
8223
8224 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
8225 doing a `stat' when it isn't necessary because that can cause
8226 trouble when an NFS server is down.
8227
8228 1999-07-04 Richard Stallman <rms@gnu.org>
8229
8230 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
8231
8232 1999-07-03 Richard Stallman <rms@gnu.org>
8233
8234 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
8235 for \200...\240 also.
8236 (isearch-printing-char): Use unibyte-char-to-multibyte.
8237
8238 1999-07-02 Richard Stallman <rms@gnu.org>
8239
8240 * frame.el (minibuffer-frame-alist): Use defcustom.
8241 (pop-up-frame-alist): Likewise.
8242 (initial-frame-alist): Specify * in the doc string.
8243
8244 * hscroll.el (hscroll-mode): Make it a permanent local.
8245 (hscroll-mode): Don't cancel the timer
8246 if HScroll mode is enabled in some other buffer.
8247
8248 * isearch.el (isearch-done): If search ends in middle of intangible
8249 text (due to text property), move on to the limit of that text.
8250
8251 1999-07-01 Andrew Innes <andrewi@gnu.org>
8252
8253 * man.el (Man-build-man-command): Use value of null-device,
8254 instead of hard-coding "/dev/null".
8255
8256 * dos-w32.el (untranslated-canonical-name): Avoid expanding
8257 ange-ftp file names, which might force ange-ftp to prompt for a
8258 password.
8259
8260 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
8261 to prevent references to temp files.
8262
8263 1999-06-30 Richard Stallman <rms@gnu.org>
8264
8265 * progmodes/sh-script.el (sh-feature): If nothing is known
8266 about the given shell, use the values for `sh'.
8267
8268 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de>
8269
8270 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
8271 to make it non-recursive.
8272
8273 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
8274
8275 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8276
8277 * auto-show.el (auto-show-mode): Fix Typo in :set.
8278
8279 1999-06-29 Richard M. Stallman <rms@gnu.org>
8280
8281 * progmodes/sh-script.el (sh-mode): When setting syntax
8282 table, default to the standard one.
8283
8284 1999-06-27 Richard M. Stallman <rms@gnu.org>
8285
8286 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
8287
8288 1999-06-27 Stefan Monnier <monnier@cs.yale.edu>
8289
8290 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
8291 a frame when `return' is requested (even if pop-up-frames = t)
8292 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
8293 should only be set for the bibtex buffer.
8294
8295 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
8296
8297 * progmodes/compile.el: Deal with compilation-error-screen-columns
8298 being buffer-local.
8299
8300 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8301
8302 * comint.el (comint-password-prompt-regexp): Allow "(again)".
8303
8304 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8305
8306 * cal-x.el (calendar-only-one-frame-setup): New function.
8307 * calendar.el (calendar): Call it if requested.
8308
8309 1999-06-24 Karl Heuer <kwzh@gnu.org>
8310
8311 * startup.el (iso-8859-n-locale-regexp): Doc fix.
8312
8313 1999-06-22 Richard M. Stallman <rms@gnu.org>
8314
8315 * mail/supercite.el (sc-emacs-features): Doc fix.
8316
8317 1999-06-22 Karl Heuer <kwzh@gnu.org>
8318
8319 * files.el (auto-mode-alist): Add pike-mode.
8320
8321 1999-06-20 Paul R. Eggert <eggert@twinsun.com>
8322
8323 * tar-mode.el (tar-header-block-tokenize): Don't assume that the
8324 last byte of a numeric field is a space or a NUL. Parse it as
8325 potentially part of the number. This is used by GNU tar
8326 1.12.64012 to handle larger values.
8327
8328 1999-06-20 Karl Heuer <kwzh@gnu.org>
8329
8330 * custom.el (custom-handle-keyword): Fix error message.
8331
8332 1999-06-18 Andrew Innes <andrewi@gnu.org>
8333
8334 * mail/smtpmail.el (smtpmail-send-it): Use
8335 convert-standard-filename to make file names for queued mail safe
8336 on Windows (`:' is invalid in file names on Windows).
8337
8338 1999-06-17 Kenichi Handa <handa@etl.go.jp>
8339
8340 * international/mule-cmds.el (describe-current-input-method):
8341 Current-input-method is string.
8342 (toggle-input-method): Docstring fixed.
8343
8344 * international/mule-diag.el
8345 (describe-current-coding-system-briefly): Fix format string.
8346
8347 * international/mule-util.el (coding-system-eol-type-mnemonic):
8348 Docstring modified. Return a string.
8349
8350 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch>
8351
8352 * sql.el (sql-input-ring-file-name): Doc fix.
8353
8354 1999-06-17 Richard M. Stallman <rms@gnu.org>
8355
8356 * calendar/cal-x.el (special-display-buffer-names):
8357 Don't put (get-file-buffer diary-file) on this list.
8358
8359 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov>
8360
8361 * play/mpuz.el (mpuz-try-proposal): Fix message call.
8362 Don't penalize player for certain impossible guesses.
8363
8364 1999-06-16 Andrew Innes <andrewi@gnu.org>
8365
8366 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
8367 return the string "Unk 0 0000" so at least it appears to be a
8368 valid timestamp to `dired-move-to-filename-regexp'.
8369
8370 1999-06-15 Ken'ichi Handa <handa@gnu.org>
8371
8372 * ps-print.el (ps-control-character): Fix previous change.
8373
8374 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8375
8376 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
8377 multiple output of the last message.
8378
8379 1999-06-14 Eli Zaretskii <eliz@gnu.org>
8380
8381 * term/internal.el (IT-display-table-setup): Do not remap \222 to
8382 the ASCII apostrophe, as most DOS codepages have some other glyph
8383 there.
8384
8385 1999-06-14 Ken'ichi Handa <handa@gnu.org>
8386
8387 * language/ethio-util.el (setup-ethiopic-environment-internal):
8388 Use quail-activate-hook instead of obsolete hook quail-mode-hook.
8389 (exit-ethiopic-environment): Likewize.
8390
8391 1999-06-12 Richard M. Stallman <rms@gnu.org>
8392
8393 * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
8394
8395 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8396
8397 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
8398 custom-initialize-default to avoid infinite loop.
8399 (crisp-mode): (defun) Call transient-mark-mode here, not when
8400 loading the file. Run crisp-mode-hook here, and run
8401 crisp-load-hook when loading the file.
8402
8403 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
8404 rmail-summary buffer, search for pattern in rmail-file.
8405
8406 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
8407
8408 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
8409
8410 * ps-print.el (ps-printer-name): Fix custom type.
8411
8412 1999-06-12 Reto Zimmermann <reto@synopsys.com>
8413
8414 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
8415 (vhdl-port-paste-generic-map): Fix indentation bug.
8416 (vhdl-port-paste-port-map): Fix indentation bug.
8417 (vhdl-scan-file-contents): Make scanning case insensitive.
8418
8419 1999-06-11 Richard M. Stallman <rms@gnu.org>
8420
8421 * files.el (write-file): When buffer is not already visiting a file,
8422 don't put buffer name in the minibuffer, just make it the default.
8423 Also handle just directory as arg usefully in that case.
8424
8425 * simple.el (sendmail-user-agent-compose):
8426 Ignore case when inserting the rest of the "other" headers.
8427
8428 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n.
8429
8430 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
8431 (info-lookup-interactive-arguments): Never insert the default
8432 into the minibuffer automatically.
8433
8434 * emacs-lisp/cl-extra.el (getf): Don't call get*.
8435
8436 1999-06-09 Richard M. Stallman <rms@gnu.org>
8437
8438 * simple.el (shell-command): Avoid printing "mark set" message.
8439
8440 1999-06-09 Dave Love <fx@gnu.org>
8441
8442 * progmodes/compile.el (compilation-error-regexp-alist): Allow
8443 digits in program name in first pattern.
8444
8445 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de>
8446
8447 * vc.el (vc-dired-mode): Don't match anything before the date in
8448 dired-move-to-filename-regexp.
8449
8450 1999-06-07 Ken'ichi Handa <handa@gnu.org>
8451
8452 * international/quail.el (quail-define-rules): Fix typo in
8453 docstring.
8454
8455 1999-06-05 Stephen Eglen <stephen@gnu.org>
8456
8457 * iswitchb.el (iswitchb-default-keybindings): Add
8458 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
8459 than when package is loaded.
8460
8461 1999-06-04 Richard M. Stallman <rms@gnu.org>
8462
8463 * startup.el (command-line): Don't set user-init-file directly;
8464 tell `load' to set it.
8465
8466 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
8467
8468 * simple.el (next-history-element):
8469 Handle minibuffer-text-before-history properly when reading sexps.
8470
8471 * disp-table.el (standard-display-european):
8472 For an interactive call by the user,
8473 don't set enable-multibyte-characters,
8474 and don't set the terminal coding system.
8475
8476 * textmodes/refbib.el: Don't print any messages or display
8477 a buffer when loading the library.
8478 (r2b-help): Doc fix.
8479 (r2b-help-message): Update the documentation.
8480 (r2b-load-quietly): Variable deleted.
8481 (r2b-convert-buffer): Doc fix.
8482
8483 1999-06-04 Dave Love <fx@gnu.org>
8484
8485 * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
8486
8487 * auto-show.el: Don't change hooks on loading.
8488 (auto-show-mode): Autoload. Default to nil. Add :set &c.
8489 (auto-show-mode): Add to hooks here.
8490
8491 1999-06-04 Richard Sharman <rsharman@pobox.com>
8492
8493 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
8494 recursion on bogus input.
8495
8496 1999-06-04 Eric M. Ludlam <zappo@ultranet.com>
8497
8498 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
8499 does not select a buffer from the buffers menu, then the attached
8500 frame is not switched to anything.
8501
8502 1999-06-03 Ken'ichi Handa <handa@gnu.org>
8503
8504 * language/vietnamese.el (ccl-encode-vscii): Typo fixed
8505 (viet-viscii-...->viet-vscii...).
8506
8507 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
8508
8509 1999-06-01 Dave Love <fx@gnu.org>
8510
8511 * progmodes/fortran.el: Add :link to defgroup.
8512 (fortran-blink-matching-if): Match ELSE statements too.
8513 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
8514 that filling is always done.
8515
8516 1999-05-31 Richard M. Stallman <rms@gnu.org>
8517
8518 * simple.el (append-next-kill): Use an arg to distinguish
8519 interactive calls from Lisp calls, rather than (interactive-p).
8520
8521 * international/iso-transl.el (iso-transl-language-alist):
8522 Interchange n and N.
8523
8524 1999-05-31 Dave Love <fx@gnu.org>
8525
8526 * msb.el Add to minor-mode-map-alist. Remove hook installation
8527 and keymap munging on load.
8528 (msb-mode): New option.
8529 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
8530 Doc fix.
8531 (msb-mode-map): New variable.
8532 (msb-mode): New command.
8533
8534 1999-05-31 Dave Love <fx@gnu.org>
8535
8536 * ispell.el: (ispell-alternate-dictionary): Fix custom type.
8537 (ispell-complete-word-dict): Likewise.
8538
8539 1999-05-31 Eli Zaretskii <eliz@gnu.org>
8540
8541 * forms.el (forms-save-buffer): Call set-buffer-modified-p to
8542 force the data buffer to be saved, even if the data didn't
8543 change, in case the write filter was modified. Restore the
8544 current record after read-file-filter finishes.
8545
8546 1999-05-29 Karl Heuer <kwzh@gnu.org>
8547
8548 * ispell4.el: Obsolete; file deleted.
8549
8550 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
8551
8552 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
8553 VALUE is a syntax table.
8554
8555 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
8556
8557 * simple.el (zap-to-char): Doc fix.
8558
8559 1999-05-27 Ken'ichi Handa <handa@gnu.org>
8560
8561 * isearch.el (isearch-quote-char): Don't assume character codes
8562 0200 - 0237 stand for characters in some single-byte character
8563 charset.
8564
8565 1999-05-27 Dave Love <fx@gnu.org>
8566
8567 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
8568
8569 1999-05-27 Andreas Schwab <schwab@gnu.org>
8570
8571 * dired-aux.el (dired-insert-subdir-doinsert): Check that the
8572 headerline does not exist already.
8573
8574 1999-05-26 Richard Stallman <rms@gnu.org>
8575
8576 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
8577 Avoid nested null-loops.
8578
8579 1999-05-26 Ken'ichi Handa <handa@gnu.org>
8580
8581 * international/characters.el: Typo fixed; prefered->preferred.
8582
8583 * international/mule-cmds.el (find-coding-systems-for-charsets):
8584 Typo fixed; prefered->preferred.
8585
8586 * map-ynp.el (map-y-or-n-p): Don't inherit the current input
8587 method in read-event.
8588
8589 * international/mule.el (charset-info): Doc-string fixed.
8590
8591 1999-05-25 Ken'ichi Handa <handa@gnu.org>
8592
8593 * mail/smtpmail.el (smtpmail-send-it): Bind
8594 smtpmail-code-conv-from properly.
8595 (smtpmail-send-data-1): If DATA is a multibyte string, encode it
8596 by smtpmail-code-conv-from.
8597
8598 1999-05-24 Richard Stallman <rms@gnu.org>
8599
8600 * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
8601 Binding deleted also.
8602
8603 1999-05-24 Karl Heuer <kwzh@gnu.org>
8604
8605 * comint.el (comint-bol-or-process-mark): Doc fix.
8606
8607 1999-05-23 Dave Love <fx@gnu.org>
8608
8609 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
8610 Enter it on minor-mode-map-alist.
8611 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed.
8612 Autoload. Add custom setter.
8613 (crisp-mark-line): Doc fix.
8614 (crisp-mode): Autoload. Re-write not to frob keymaps directly.
8615 (crisp-mode-hook): Define.
8616
8617 1999-05-23 Ken'ichi Handa <handa@gnu.org>
8618
8619 * files.el (recover-file): Recover buffer-file-coding-system.
8620
8621 1999-05-22 Richard Stallman <rms@gnu.org>
8622
8623 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
8624 regexp match the date, to avoid treating date as file size.
8625 Add YYYY S option to WESTERN/
8626
8627 * bookmark.el: Delete some XEmacs compatibility code.
8628 (bookmark-jump-noselect): Check vc-backend.
8629
8630 * subr.el (add-to-list): Doc fix.
8631
8632 1999-05-21 Stephen Eglen <stephen@gnu.org>
8633
8634 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
8635
8636 1999-05-18 Richard Stallman <rms@gnu.org>
8637
8638 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
8639 non-space after the @anchor command.
8640 (texinfo-format-var): Handle other nested constructs, using
8641 texinfo-parse-expanded-arg and texinfo-discard-command, not
8642 texinfo-parse-arg-discard.
8643
8644 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
8645 (debug): Bind and use debugger-outer-inhibit-redisplay.
8646 Bind inhibit-redisplay to nil.
8647 (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
8648
8649 1999-05-17 Dave Love <fx@gnu.org>
8650
8651 * help.el (describe-function-1): Extra arg, interactive-p.
8652 (describe-key, describe-function): Use it.
8653
8654 1999-05-17 Karl Heuer <kwzh@gnu.org>
8655
8656 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
8657
8658 1999-05-16 Dave Love <fx@gnu.org>
8659
8660 * cus-start.el (all): Delete selective-display. Add scroll-margin,
8661 scroll-preserve-screen-position, scroll-conservatively.
8662
8663 1999-05-16 Dave Love <fx@gnu.org>
8664
8665 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
8666
8667 1999-05-15 Reto Zimmermann <reto@Synopsys.COM>
8668
8669 * progmodes/vhdl-mode.el: Completely revised and massively extended.
8670
8671 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8672
8673 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
8674 magic number and is not associated with a file.
8675
8676 1999-05-14 Richard M. Stallman <rms@gnu.org>
8677
8678 * files.el (find-file-noselect-1): Fix previous change.
8679
8680 1999-05-14 Simon Marshall <simon@gnu.org>
8681
8682 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
8683
8684 1999-05-13 Ken'ichi Handa <handa@gnu.org>
8685
8686 * international/mule-diag.el (mule-diag): Change MULE to Mule in
8687 docstring.
8688
8689 * international/mule-cmds.el: Change MULE to Mule in docstrings
8690 and menus.
8691
8692 1999-05-10 Kenichi HANDA <handa@etl.go.jp>
8693
8694 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
8695 to correctly reflect the value of BaseLineOffset in
8696 RelativeCompose. Now the value of RelativeCompose is an array of
8697 low and high positions.
8698 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
8699 RLC for the above change.
8700
8701 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org>
8702
8703 * comint.el (comint-password-prompt-regexp): Modified to match the
8704 output of ksu and ssh-add.
8705
8706 1999-05-11 Kenichi HANDA <handa@etl.go.jp>
8707
8708 * language/korea-util.el (isearch-toggle-korean-input-method):
8709 Adjusted for the change of input method handling in isearch.el.
8710 (isearch-hangul-switch-symbol-ksc): Likewise.
8711 (isearch-hangul-switch-hanja): Likewise.
8712
8713 1999-05-10 Dave Love <fx@gnu.org>
8714
8715 * help.el (help-make-xrefs): Fix typo.
8716
8717 1999-05-10 Andreas Schwab <schwab@gnu.org>
8718
8719 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
8720 unibyte-display-via-language-environment.
8721
8722 * help.el (help-make-xrefs): Handle more cases when looking for
8723 commands in a keymap description.
8724
8725 1999-05-10 Eli Zaretskii <eliz@gnu.org>
8726
8727 * loadup.el: For ms-dos systems, load ccl and codepage.
8728
8729 1999-05-09 Ken'ichi Handa <handa@gnu.org>
8730
8731 * ps-print.el (ps-control-character): Call
8732 ps-mule-prepare-ascii-font to setup ASCII fonts.
8733
8734 * ps-mule.el (ps-mule-begin-job): Redo this change "if
8735 ps-multibyte-buffer is nil, use
8736 ps-mule-font-info-database-default."
8737
8738 1999-05-08 Ken Stevens <k.stevens@ieee.org>
8739
8740 * ispell.el (ispell-local-dictionary-alist): New variable for
8741 customizing local dictionaries not accessable by everyone.
8742 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
8743 (ispell-required-version): Changed format `(major minor
8744 revision)' to support general pattern matching.
8745 (ispell-tex-skip-alists): AMS Tex block comment and `\author'
8746 skip region commented out due to incorrect skip potential in std latex.
8747 (ispell-word): Removed `when' macro. Fixed bug of not restoring
8748 cursor point on small words for calls from `ispell-minor-mode'.
8749 (check-ispell-version): Tests and accepts versions major.minor
8750 and above, with adjustments for interactions in 3.1.0-3.1.11.
8751 (ispell-get-line): No longer skips ispell process special characters.
8752 (ispell-comments-and-strings): Removed `when' macro call.
8753 (ispell-minor-check): Requires ispell-word to restore cursor point.
8754 (ispell-buffer-local-parsing): Supports checking comments only.
8755
8756 1999-05-08 Karl Heuer <kwzh@gnu.org>
8757
8758 * comint.el (comint-password-prompt-regexp): Fix last change to be
8759 more specific.
8760
8761 1999-05-07 Richard M. Stallman <rms@gnu.org>
8762
8763 * subr.el (with-temp-message): Fix the other call to message
8764 to use %s.
8765
8766 1999-05-07 Michael Ernst <mernst@alum.mit.edu>
8767
8768 * gud.el (gud-format-command): "%F" means file sans extension.
8769 (jdb): Use %F, not %f, for gud-break.
8770
8771 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org>
8772
8773 * comint.el (comint-password-prompt-regexp): Modified so that it
8774 matches the output of kinit.
8775
8776 1999-05-06 Greg Stark <gsstark@mit.edu>
8777
8778 * timezone.el (timezone-parse-date): Recognize new format used in
8779 internet cookies.
8780
8781 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu>
8782
8783 * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
8784
8785 1999-05-04 Andrew Innes <andrewi@gnu.org>
8786
8787 * time.el (display-time-update): Allow for wrap-around when
8788 checking against display-time-server-down-time.
8789
8790 1999-05-04 Ken'ichi Handa <handa@gnu.org>
8791
8792 * international/mule-diag.el (describe-coding-system): Fix English
8793 message.
8794
8795 1999-05-03 Jason Rumney <jasonr@altavista.net>
8796
8797 * term/w32-win.el: Change the x-charset-registry property for the
8798 Japanese charsets that are supported by Japanese Windows fonts.
8799
8800 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8801
8802 * diary-lib.el (diary-remind): Rewritten to behave sensibly for
8803 diary-block diary entries for which the reminders and the diary
8804 entries can overlap.
8805
8806 1999-05-02 Jason Rumney <jasonr@altavista.net>
8807
8808 * term/w32-win.el (mouse-set-font): Ensure constructed fontset
8809 matches the font selected in the dialog.
8810
8811 1999-05-02 Dave Love <fx@gnu.org>
8812
8813 * browse-url.el (browse-url-browser-function): Add :version.
8814
8815 * international/mule.el (auto-coding-alist): Add .tgz.
8816
8817 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il>
8818
8819 * international/codepage.el (cp-coding-system-for-codepage-1):
8820 Make the magnification parameter for the -dos encoder be 2.
8821
8822 1999-05-2 Andrew Innes <andrewi@gnu.org>
8823
8824 * term/w32-win.el (w32-drag-n-drop): Select file in window where
8825 it is dropped, rather than current window.
8826
8827 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
8828 after switching buffer, as case-fold-search is a buffer local
8829 variable.
8830
8831 * w32-fns.el (convert-standard-filename): Only convert directory
8832 separators to backslash if the interactive shell is one of the
8833 standard Windows shells that has DOS semantics.
8834
8835 * ls-lisp.el (ls-lisp-format-time): Trap errors from
8836 format-time-string, and return a suitable string to indicate the
8837 timestamp was invalid.
8838
8839 * hexl.el (hexlify-command): Apply shell-quote-argument after
8840 expanding hexl-program in case exec-directory contains a space.
8841 (dehexlify-command): Ditto.
8842
8843 * dos-w32.el (file-name-buffer-file-type-alist): Remove various
8844 file extension regexps which aren't necessarily binary files.
8845 (direct-print-region-helper): Use subst-char-in-string instead of
8846 binding directory-sep-char to convert filenames to DOS syntax.
8847 (direct-print-region-use-command-dot-com): New variable.
8848 (direct-print-region-helper): Use it to control whether to invoked
8849 command.com to print on Windows 9x.
8850
8851 * browse-url.el (browse-url-browser-function): Default to
8852 browse-url-default-windows-browser on windows-nt.
8853 (browse-url-default-windows-browser): New function.
8854
8855 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il>
8856
8857 * forms.el (forms-mode): Don't call forms-first-record or
8858 forms-last-record if the data file has zero records.
8859
8860 1999-04-29 Richard M. Stallman <rms@gnu.org>
8861
8862 * files.el (find-file-noselect-1): If buffer-file-name has changed
8863 after find-file-not-found-hooks runs, recompute the truename.
8864 And don't use FILENAME after that point.
8865
8866 1999-04-27 Dave Love <fx@gnu.org>
8867
8868 * paren.el (show-paren-mode)
8869 * which-func.el (which-func-mode-global)
8870 * type-break.el (type-break-mode)
8871 * time.el (display-time-mode)
8872 * rsz-mini.el (resize-minibuffer-mode)
8873 * mouse-sel.el (mouse-sel-mode)
8874 * icomplete.el (icomplete-mode)
8875 * hscroll.el (hscroll-global-mode)
8876 * help.el (temp-buffer-resize-mode)
8877 * font-lock.el (global-font-lock-mode)
8878 * delsel.el (delete-selection-mode)
8879 * avoid.el (mouse-avoidance-mode)
8880 * autoinsert.el (auto-insert-mode)
8881 * winner.el (winner-mode): Doc fix.
8882
8883 1999-04-26 Karl Heuer <kwzh@gnu.org>
8884
8885 * mail/rmail.el (rmail-next-same-subject): When searching, ignore
8886 the same whitespace that was ignored in choosing the subject string.
8887
8888 1999-04-26 Richard M. Stallman <rms@gnu.org>
8889
8890 * info.el (Info-find-node): Position properly after finding anchor.
8891
8892 * cus-start.el (all): Handle unibyte-display-via-language-environment.
8893
8894 * simple.el (indent-new-comment-line): Fix previous change.
8895
8896 * complete.el: Delete the wildcard expansion feature
8897 since that is now standard in find-file.
8898 (PC-try-load-many-files): Function deleted.
8899 (PC-after-load-many-files): Function deleted.
8900 (PC-many-files-list): Variable deleted.
8901 (PC-disable-wildcards): Variable deleted.
8902 (partial-completion-mode): Don't enable the wildcard feature.
8903
8904 * complete.el (PC-look-for-include-file): Don't set global variables
8905 `error', `buf' and `filename' here.
8906
8907 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
8908
8909 1999-04-26 John Wiegley <johnw@oneworld.new-era.com>
8910
8911 * textmodes/outline.el (outline-regexp): Doc fix.
8912
8913 1999-04-26 John Wiegley <johnw@borland.com>
8914
8915 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
8916 C++Builder 4.0 error message syntax.
8917
8918 1999-04-26 Mark Diekhans <markd@Grizzly.COM>
8919
8920 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
8921 supported, use find -exec.
8922
8923 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
8924
8925 * textmodes/texinfmt.el (texinfo-format-buffer): Bind
8926 coding-system-for-write, to avoid hanging when non-interactive.
8927
8928 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
8929
8930 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
8931 start with a newline.
8932
8933 1999-04-13 Ken'ichi Handa <handa@gnu.org>
8934
8935 * international/mule-conf.el (x-ctext): New coding system.
8936
8937 1999-04-12 Richard M. Stallman <rms@gnu.org>
8938
8939 * international/mule-cmds.el (input-method-function):
8940 Add permanent-local property.
8941
8942 1999-04-12 Dave Love <fx@gnu.org>
8943
8944 * jka-compr.el (jka-compr-insert-file-contents): Fix previous
8945 change to use jka-compr-byte-compiler-base-file-name.
8946
8947 * supercite.el (sc-scan-info-alist): Revert last change.
8948 (sc-attrib-selection-list): Fix :type here instead.
8949
8950 1999-04-11 Eli Zaretskii <eliz@gnu.org>
8951
8952 * international/mule.el (auto-coding-alist-lookup): Include ms-dos
8953 in the list of case-insensitive filesystems.
8954
8955 1999-04-09 Kenichi Handa <handa@etl.go.jp>
8956
8957 * international/fontset.el (create-fontset-from-fontset-spec):
8958 Don't register duplicated alias fontset names.
8959
8960 1999-04-08 Richard Stallman <rms@gnu.org>
8961
8962 * international/mule.el (auto-coding-alist-lookup): New function.
8963 (set-auto-coding): Use auto-coding-alist-lookup.
8964
8965 * jka-compr.el (jka-compr-insert-file-contents):
8966 Use auto-coding-alist-lookup to check for files that
8967 should not have eol conversion, in the unibyte case.
8968
8969 1999-04-07 Dave Love <fx@gnu.org>
8970
8971 * help.el (describe-variable): Check custom-loads property as well
8972 as custom-type.
8973
8974 * abbrev.el (abbrev-mode): Customizing sets the default value.
8975
8976 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de>
8977
8978 * vc.el (vc-backend-revert): For CVS files that were made
8979 writeable with "cvs edit", call "cvs unedit" to undo that.
8980
8981 1999-04-08 Dave Love <fx@gnu.org>
8982
8983 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
8984 more.
8985 (sc-emacs-features): Recognize Emacs 20.
8986 (sc-read-string): Use history arg.
8987 (sc-scan-info-alist): Check for rtnvalue a cons.
8988
8989 1999-04-08 Kenichi HANDA <handa@etl.go.jp>
8990
8991 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
8992 coding system to encode the message by
8993 select-message-coding-system.
8994
8995 1999-04-07 Richard Stallman <rms@gnu.org>
8996
8997 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
8998
8999 * winner.el: Reorder definitions.
9000
9001 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
9002
9003 * mail/rmail.el (rmail-decode-babyl-format):
9004 Undo previous change.
9005
9006 1999-04-06 Richard Stallman <rms@gnu.org>
9007
9008 * info.el (Info-find-node): Check for an anchor at the
9009 proper place, before reading an indirect file.
9010
9011 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
9012
9013 * jka-compr.el (jka-compr-insert-file-contents):
9014 Use raw-text-unix when we want no conversion.
9015
9016 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
9017
9018 * timezone.el (timezone-parse-date): Corrected regexp for
9019 style (5) date format so that tenths of seconds are optional.
9020
9021 1999-04-05 Eli Zaretskii <eliz@gnu.org>
9022
9023 * term/internal.el (dos-cpNNN-setup): New function, with the guts
9024 of dos-codepage-setup.
9025 (cjk-codepages-alist): New variable, an alist of Far-Eastern
9026 codepages for which there's no need to set up cpNNN coding
9027 systems.
9028 (dos-codepage-setup): Support Far-Eastern DOS terminals.
9029
9030 1999-04-05 Richard Stallman <rms@gnu.org>
9031
9032 * mail/rmail.el (rmail-ignored-headers): Doc fix.
9033
9034 1999-04-02 Richard Stallman <rms@gnu.org>
9035
9036 * progmodes/compile.el (compilation-handle-exit): Do right thing
9037 if (car status) doesn't end in a newline.
9038
9039 1999-04-01 Dave Love <fx@gnu.org>
9040
9041 * progmodes/sql.el (SQL): Add defgroup :version.
9042
9043 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
9044
9045 * emacs-lisp/bytecomp.el (byte-compile-file): Clear
9046 buffer-file-coding-system. If the coding system used is raw-text,
9047 etc., make the *Compiler Input* buffer unibyte.
9048
9049 * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
9050
9051 * loadup.el: Don't write the fns-...el file if not dumping.
9052
9053 1999-03-31 Dave Love <fx@gnu.org>
9054
9055 * snmp-mode.el (snmp): Fix defgroup :version.
9056
9057 * hilit-chg.el (highlight-changes): Add defgroup :version.
9058
9059 1999-03-31 Andreas Schwab <schwab@gnu.org>
9060
9061 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
9062 the gnus-save-hidden-threads macro.
9063
9064 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk>
9065
9066 * faces.el (face-set-after-frame-default): Obey the
9067 `customized-face' for new faces.
9068
9069 1999-03-30 Dave Love <fx@gnu.org>
9070
9071 * international/mule-cmds.el (current-language-environment): Doc fix.
9072 * abbrev.el (abbrev-mode): Doc fix.
9073 * autoinsert.el (auto-insert-mode): Doc fix.
9074 * complete.el (partial-completion-mode): Doc fix.
9075 * avoid.el (mouse-avoidance-mode): Doc fix.
9076 * delsel.el (delete-selection-mode): Doc fix.
9077 * font-lock.el (global-font-lock-mode): Doc fix.
9078 * help.el (temp-buffer-resize-mode): Doc fix.
9079 * hscroll.el (hscroll-global-mode): Doc fix.
9080 * icomplete.el (icomplete-mode): Doc fix.
9081 * mouse-sel.el (mouse-sel-mode): Doc fix.
9082 * paren.el (show-paren-mode): Doc fix.
9083 * rsz-mini.el (resize-minibuffer-mode): Doc fix.
9084 * time.el (display-time-mode): Doc fix.
9085 * type-break.el (type-break-mode): Doc fix.
9086 * which-func.el (which-func-mode-global): Doc fix.
9087 * winner.el (winner-mode): Doc fix.
9088
9089 1999-03-30 Michael Ernst <mernst@alum.mit.edu>
9090
9091 * wid-edit.el (widget-before-change): Signal text-read-only rather
9092 than an ordinary error.
9093
9094 1999-03-30 Richard M. Stallman <rms@gnu.org>
9095
9096 * repeat.el: Don't require advice.
9097 (repeat): Do function-indirection in check for kbd macro.
9098 In self-insert case, use the *last* char in INSERTION.
9099
9100 1999-03-30 Karl Heuer <kwzh@gnu.org>
9101
9102 * progmodes/cc-cmds.el (c-indent-command): Doc fix.
9103
9104 1999-03-29 Andreas Schwab <schwab@gnu.org>
9105
9106 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
9107 comint-input-filter-functions. Make variables related to shell
9108 directory tracking local.
9109
9110 1999-03-26 Andreas Schwab <schwab@gnu.org>
9111
9112 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
9113
9114 * simple.el (shell-command-on-region): Cope with exit-status being
9115 nil, which happens if call-process-region was interrupted.
9116
9117 1999-03-26 Richard M. Stallman <rms@gnu.org>
9118
9119 * simple.el (indent-new-comment-line): Handle use at a point
9120 after a comment-end. Handle multiple comments.
9121
9122 * mail/rmail.el (rmail-decode-babyl-format):
9123 To prevent locking, bind buffer-file-name to nil.
9124
9125 1999-03-26 Karl Fogel <kfogel@red-bean.com>
9126
9127 * mail-hist.el (mail-hist-current-header-name): Don't make
9128 off-by-one-error when determining if in message body.
9129
9130 1999-03-25 Andrew Innes <andrewi@gnu.org>
9131
9132 * w32-fns.el (set-default-process-coding-system): Copied from
9133 dos-w32.el, but modified to use Unix line endings for process
9134 input, and to add a suitable entry to process-coding-system-alist
9135 for DOS shells.
9136
9137 * dos-fns.el (set-default-process-coding-system): Copied from
9138 dos-w32.el.
9139
9140 * dos-w32.el (set-default-process-coding-system): Move function to
9141 dos-fns.el; a different version is used in w32-fns.el.
9142
9143 1999-03-24 Dave Love <fx@gnu.org>
9144
9145 * info.el (Info-directory-list): Revert change to re-writing
9146 Info-default-directory-list, but put `alternative' first.
9147 (Info-insert-dir): Modify selecting the top dir file as a consequence.
9148
9149 1999-03-23 Simon Marshall <simon@gnu.org>
9150
9151 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
9152 on the line by itself.
9153 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if
9154 it is not in a declarative context.
9155
9156 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk>
9157
9158 * cus-edit.el (custom-variable-prompt): Allow customization of
9159 autoloaded symbols.
9160
9161 1999-03-22 Kenichi HANDA <handa@etl.go.jp>
9162
9163 * simple.el (what-cursor-position): Don't cause error when point
9164 is at invalid multibyte sequence.
9165
9166 1999-03-21 Karl Heuer <kwzh@gnu.org>
9167
9168 * complete.el (partial-completion-mode): Doc fix.
9169
9170 1999-03-19 Richard M. Stallman <rms@gnu.org>
9171
9172 * progmodes/cplus-md.el (old-c++): Remove :group.
9173
9174 * progmodes/c-mode.el (old-c): Remove :group.
9175
9176 1999-03-18 Simon Marshall <simon@gnu.org>
9177
9178 * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
9179 (java-font-lock-keywords-2): Added "strictfp" keyword.
9180
9181 1999-03-17 Jason Rumney <jasonr@altavista.net>
9182
9183 * w32-fns.el (set-w32-system-coding-system) New function.
9184 (w32-system-coding-system) Initialize to 'iso-latin-1.
9185
9186 1999-03-17 Eli Zaretskii <eliz@gnu.org>
9187
9188 * international/mule-cmds.el (set-language-environment): Fix
9189 previous change: don't use dos-codepage when unbound.
9190
9191 1999-03-17 Karl Heuer <kwzh@gnu.org>
9192
9193 * calendar/appt.el (appt-make-list): Fix previous change.
9194
9195 1999-03-16 Richard M. Stallman <rms@gnu.org>
9196
9197 * window.el (shrink-window-if-larger-than-buffer):
9198 Don't try to redisplay with the cursor at the end
9199 on its own line--that would force a scroll and spoil things.
9200
9201 1999-03-16 Eli Zaretskii <eliz@gnu.org>
9202
9203 * international/mule-cmds.el (set-language-environment): Don't use
9204 cpNNN-nonascii-translation-table if it is unbound.
9205
9206 * term/internal.el (dos-codepage-setup): Compute the unibyte
9207 syntax table and bind unibyte-display-via-language-environment
9208 here, rather than at top level, so that resetting to unibyte in
9209 .emacs works as expected.
9210
9211 1999-03-15 Simon Marshall <simon@gnu.org>
9212
9213 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
9214
9215 1999-03-14 Milan Zamazal <pdm@pvt.net>
9216
9217 * abbrev.el (inverse-add-abbrev): Inherit the current input method.
9218
9219 1999-03-14 Kenichi Handa <handa@etl.go.jp>
9220
9221 * international/mule-util.el (detect-coding-with-priority):
9222 Restore the internal database.
9223
9224 1999-03-14 Stephen Eglen <stephen@gnu.org>
9225
9226 * mail/sendmail.el (sendmail-send-it): Fix typo in error string
9227 if mail-from-style has invalid value.
9228
9229 1999-03-12 Karl Heuer <kwzh@gnu.org>
9230
9231 * vc.el (vc-delete-logbuf-window): New var.
9232 (vc-finish-logentry): Use it.
9233
9234 1999-03-12 Richard M. Stallman <rms@gnu.org>
9235
9236 * startup.el (command-line-1): Improve startup msg.
9237
9238 1999-03-12 Eric M. Ludlam <zappo@ultranet.com>
9239
9240 * speedbar.el: Added commentary about stealthy functions.
9241 (speedbar-message) new function.
9242 (speedbar-y-or-n-p): New function
9243 (speedbar-with-attached-buffer) Moved macro before reference.
9244 Now uses `save-selected-window'.
9245 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
9246 speedbar-generic-item-info, speedbar-item-info-file-helper,
9247 speedbar-item-delete, speedbar-insert-generic-list,
9248 speedbar-timer-fn, speedbar-check-vc-this-line,
9249 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
9250 speedbar-buffers-item-info) Use speedbar-message.
9251 (speedbar-item-info) Limit `message-log-max'.
9252 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
9253 speedbar-item-delete, speedbar-item-object-delete,
9254 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
9255
9256 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp>
9257
9258 * server.el (server-start): Set coding system for the server
9259 process to raw-text.
9260 (server-process-filter): Decode file names if necessary.
9261
9262 1999-03-12 Dave Love <fx@gnu.org>
9263
9264 * textmodes/fill.el (sentence-end-double-space): Doc fix.
9265
9266 * textmodes/paragraphs.el (sentence-end): Doc fix.
9267
9268 1999-03-11 Karl Heuer <kwzh@gnu.org>
9269
9270 * comint.el (comint-password-prompt-regexp): Accept "login password:"
9271
9272 1999-03-09 Karl Heuer <kwzh@gnu.org>
9273
9274 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
9275 (ispell-dictionary-alist-2): Likewise.
9276 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
9277 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
9278 (ispell-dictionary-alist): Build from six pieces, not just two.
9279
9280 * ps-bdf.el (bdf-directory-list): Doc fix.
9281
9282 * enriched.el (enriched-mode): Make var permanent-local.
9283
9284 1999-03-09 Dave Love <fx@gnu.org>
9285
9286 * textmodes/sgml-mode.el (html-mode): Use
9287 sentence-end-double-space when setting sentence-end.
9288
9289 1999-03-09 Ken'ichi Handa <handa@gnu.org>
9290
9291 * language/thai.el (tis-620): New alias coding system for thai-tis620.
9292
9293 1999-03-08 Felix Lee <flee@cygnus.com>
9294
9295 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
9296
9297 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
9298
9299 1999-03-08 Karl Heuer <kwzh@gnu.org>
9300
9301 * dired-aux.el (dired-do-copy-regexp): Doc fix.
9302 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
9303
9304 * dired.el (dired-do-copy-regexp): Doc fix.
9305 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
9306
9307 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com>
9308
9309 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
9310
9311 1999-03-08 Jason Rumney <jasonr@altavista.net>
9312
9313 * international/codepage.el (cp1250-decode-table)
9314 (cp1251-decode-table, cp1253-decode-table)
9315 (cp1257-decode-table): New translation tables for MS Windows codepages.
9316 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
9317
9318 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
9319
9320 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
9321
9322 1999-03-07 Eli Zaretskii <eliz@gnu.org>
9323
9324 * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
9325
9326 * term/internal.el (top level): Display character 255 as 8bit as well.
9327
9328 1999-03-06 Dave Love <fx@gnu.org>
9329
9330 * progmodes/cc-cmds.el (c-outline-level): Bind
9331 buffer-invisibility-spec.
9332
9333 * progmodes/c-mode.el (c-outline-level): Likewise.
9334
9335 * progmodes/ada-mode.el (ada-outline-level): Likewise.
9336
9337 1999-03-05 Felix Lee <flee@cygnus.com>
9338
9339 * textmodes/outline.el (outline-get-last-sibling): Doc fix.
9340
9341 1999-03-05 Richard M. Stallman <rms@gnu.org>
9342
9343 * bindings.el (complete-symbol): Invert meaning of prefix arg.
9344
9345 1999-03-05 Andrew Innes <andrewi@gnu.org>
9346
9347 * w32-fns.el (convert-standard-filename): Convert directory
9348 separators to Windows format.
9349
9350 1999-03-05 Andreas Schwab <schwab@gnu.org>
9351
9352 * international/skkdic-cnv.el: Provide skkdic-cnv.
9353 (skkdic-convert): Emit code to require skkdic-cnv at compile time.
9354 (batch-skkdic-convert): Doc fix.
9355
9356 1999-03-04 Dave Love <fx@gnu.org>
9357
9358 * custom.el (custom-set-variables): Protect against setter errors.
9359
9360 1999-03-04 Eli Zaretskii <eliz@gnu.org>
9361
9362 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
9363 the file sizes from overflowing.
9364 (ls-lisp-format): If file size is a float, use %8.0f to print it.
9365 Under -s, print the size in blocks with %4.0f, in case they have
9366 a *really* huge file.
9367
9368 1999-03-03 Dave Love <fx@gnu.org>
9369
9370 * options.el (edit-options): Doc fix.
9371 (list-options): Don't lose with unbound symbols. Maintain
9372 Edit-options-mode.
9373
9374 1999-03-01 Dave Love <fx@gnu.org>
9375
9376 * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
9377
9378 1999-02-28 Richard M. Stallman <rms@gnu.org>
9379
9380 * ispell.el (ispell-dictionary-alist-override): New variable.
9381 (ispell-dictionary-alist): Don't setq it,
9382 if ispell-dictionary-alist-override is set.
9383
9384 * simple.el (shell-command-default-error-buffer): Renamed from
9385 shell-command-on-region-default-error-buffer.
9386 (shell-command-on-region): Mention in echo area when there
9387 is some error output. Mention success or failure, too.
9388 Accumulate multiple error outputs
9389 going forward, with formfeed in between. Display the error buffer
9390 when we have put something in it.
9391 (shell-command): Add the ERROR-BUFFER argument feature.
9392
9393 1999-02-28 Karl Heuer <kwzh@gnu.org>
9394
9395 * mail/mh-utils.el (mh-lib): Doc fix.
9396 (mh-lib-progs, mh-nmh-p): New vars.
9397 (mh-find-progs): Set mh-lib-progs along with other vars.
9398 (mh-path-search): New arg FUNC-P; if specified, use that instead
9399 of mh-file-command-p.
9400 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
9401
9402 * mail/mh-comp.el (mh-repl-formfile): New var.
9403 (mh-smail-batch): Don't ignore all arguments.
9404 (mh-reply): Do the right thing when using nmh.
9405
9406 1999-02-27 Kenichi Handa <handa@etl.go.jp>
9407
9408 * international/mule-cmds.el (select-safe-coding-system): Be sure
9409 to show a buffer being decoded.
9410
9411 1999-02-26 Ken'ichi Handa <handa@gnu.org>
9412
9413 * ps-bdf.el (bdf-directory-list): Initialize it to
9414 '("/usr/local/share/emacs/fonts/bdf").
9415
9416 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9417
9418 * ps-print.el: PostScript programming fix.
9419 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
9420 setpagedevice operator).
9421
9422 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9423
9424 * ps-print.el: Doc fix, font size specifies landscape and portrait
9425 sizes.
9426 (ps-print-version): New version number (4.1.4).
9427 (ps-font-size, ps-header-font-size, ps-header-title-font-size):
9428 Specifies landscape and portrait sizes.
9429 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
9430 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
9431 fix.
9432 (ps-get-font-size): New fun.
9433 (ps-font-size-internal, ps-header-font-size-internal)
9434 (ps-header-title-font-size-internal): New vars.
9435
9436 * ps-mule.el: Change of ps-print font size variable name.
9437 (ps-mule-generate-font): Fun fix.
9438 (ps-mule-begin-job): Programming uniformization.
9439
9440 1999-02-25 Dave Love <fx@gnu.org>
9441
9442 * help.el (help-xref-info-regexp): Allow linebreaks and capital.
9443 (help-make-xrefs): Do Info case first.
9444
9445 * repeat.el: Don't require advice.
9446 (repeat-last-kill-command): Variable deleted.
9447
9448 1999-02-25 Richard Stallman <rms@gnu.org>
9449
9450 * simple.el (shell-command-on-region): Don't go into the REPLACE = t
9451 case just because the current buffer is the output buffer.
9452
9453 1999-02-25 Kenichi Handa <handa@etl.go.jp>
9454
9455 * simple.el (what-cursor-position): To show the character's
9456 encoding, use encoded-string-description instead of information
9457 of chaset-origin-alist.
9458
9459 * international/mule-cmds.el (iso-2022-control-alist): New variable.
9460 (encoded-code-description): New function.
9461 (encoded-string-description): New function.
9462 (encode-coding-char): New function.
9463
9464 1999-02-25 Andrew Innes <andrewi@gnu.org>
9465
9466 * startup.el (command-line) [windows-nt]: Fix typo in regexp
9467 checking for .emacs[.el[c]].
9468
9469 1999-02-24 Richard Stallman <rms@gnu.org>
9470
9471 * help.el (describe-function-1): Don't print a whole lambda-function.
9472
9473 1999-02-23 Ken'ichi Handa <handa@gnu.org>
9474
9475 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
9476 inputting ?\240.
9477
9478 1999-02-23 Karl Heuer <kwzh@gnu.org>
9479
9480 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
9481
9482 * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
9483 (clean-buffer-list-kill-buffer-names): Doc fix.
9484
9485 * gud.el (gud-jdb-massage-args): Spelling fix.
9486
9487 1999-02-23 Richard M. Stallman <rms@gnu.org>
9488
9489 * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
9490
9491 1999-02-22 Eli Zaretskii <eliz@gnu.org>
9492
9493 * arc-mode.el (archive-set-buffer-as-visiting-file): Save
9494 excursion while calling set-auto-coding-function.
9495
9496 * play/handwrite.el (handwrite): Require ps-print, and use
9497 ps-printer-name and ps-lpr-command. Call ps-print-region-function
9498 if it's defined, instead of forking ps-lpr-command unconditionally.
9499
9500 1999-02-22 Kenichi Handa <handa@etl.go.jp>
9501
9502 * international/codepage.el (cp-coding-system-for-codepage-1): Put
9503 charset-origin-alist property to a coding system for the codepage.
9504
9505 * international/mule.el: Modify comment for charset-origin-alist
9506 property of a coding system.
9507
9508 * simple.el (what-cursor-position): charset-origin-alist property
9509 of a coding system may be a translation table or a symbol of which
9510 `translation-table' property is a translation table.
9511
9512 1999-02-21 Richard Stallman <rms@gnu.org>
9513
9514 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
9515 to the "html" template.
9516
9517 1999-02-21 Peter Breton <pbreton@ne.mediaone.net>
9518
9519 * dirtrack.el (dirtrack): Added docstring. Now returns input.
9520
9521 1999-02-18 Peter Breton <pbreton@ne.mediaone.net>
9522
9523 * dirtrack.el (dirtrack): Check for the prompt in the input string
9524 instead of the buffer.
9525
9526 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch>
9527
9528 * sql.el: Set version to 1.4.1. Changed mail address to
9529 alex@gnu.org. Mention the mailing list sql.el@gnu.org.
9530 (sql-input-ring-separator): Doc fix.
9531 (sql-mode-syntax-table): double-dash starts comments is defined as
9532 ". 56" instead of ". 12b" for XEmacs.
9533 (sql-stop, sql-interactive-mode): Doc fixes.
9534 (sql-postgres): Queries for database and server, not just one.
9535 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
9536
9537 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
9538 changed. This is needed for master.el to work.
9539 (sql-set-sqli-buffer): Use the new hook.
9540
9541 * sql.el (sql-make-alternate-buffer-name): Function that sets
9542 sql-alternate-buffer-name.
9543 (sql-alternate-buffer-name): Possible name of SQLi buffers.
9544 (sql-interactive-mode): Set sql-alternate-buffer-name.
9545 (sql-rename-buffer): New command.
9546 (sql-interactive-mode-menu): Menu for SQLi buffers.
9547
9548 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator
9549 and sql-input-ring-file-name are used to temporarily set
9550 comint-input-ring-file-name and comint-input-ring-separator when
9551 reading and writing input history files.
9552
9553 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
9554 (sql-input-ring-file-name): New variable with customization.
9555 (sql-input-ring-separator): New variable with customization.
9556 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
9557 Callers changed.
9558 (sql-show-sqli-buffer): The message for "sql-buffer is not set"
9559 now includes the name of the current buffer.
9560
9561 (sql-mode): Set paragraph-separate and paragraph-start so that
9562 sql-send-paragraph sends the entire SQL statements, even if it
9563 contains indented lines.
9564
9565 1999-02-18 Dave Love <fx@gnu.org>
9566
9567 * format.el (format-encode-run-method, format-decode-run-method):
9568 Fix previous change.
9569
9570 1999-02-18 Ken'ichi Handa <handa@gnu.org>
9571
9572 * international/mule.el (coding-system-list): Moved here from
9573 mule-util.el to avoid autoloading mule-util by the call of
9574 select-safe-coding-system.
9575
9576 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
9577
9578 * simple.el (turn-on-auto-fill): Mark it as an option for
9579 `text-mode-hook'.
9580
9581 1999-02-17 Richard Stallman <rms@gnu.org>
9582
9583 * emacs-lisp/easymenu.el (easy-menu-get-map):
9584 Don't crash if (current-local-map) is nil.
9585
9586 1999-02-17 Peter Breton <pbreton@ne.mediaone.net>
9587
9588 * filecache.el (file-cache-filter-regexps): Added .class.
9589
9590 1999-02-17 Ken'ichi Handa <handa@gnu.org>
9591
9592 * international/mule-util.el (decompose-region): Use
9593 insert-buffer-substring instead of insert-buffer to avoid putting
9594 mark.
9595
9596 1999-02-17 Andreas Schwab <schwab@gnu.org>
9597
9598 * calendar/cal-move.el (scroll-calendar-left): Don't set
9599 displayed-month and displayed-year here, let generate-calendar do
9600 it, after range checking.
9601
9602 1999-02-17 Simon Marshall <simon@gnu.org>
9603
9604 * progmodes/cc-engine.el (c-at-toplevel-p): New function.
9605
9606 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
9607 correctly between an object declared via a constructor and a method.
9608 (font-lock-defaults-alist): Don't give `.' word syntax for Java.
9609 (java-font-lock-keywords-1): Fontify package names individually.
9610 (java-font-lock-extra-types): Ensure regexp matches capitalised only.
9611 (java-font-lock-keywords-2): Simplify type fontification.
9612 (java-font-lock-keywords-3): Likewise.
9613
9614 1999-02-17 Kenichi Handa <handa@etl.go.jp>
9615
9616 * language/japanese.el (iso-2022-jp-2): New coding system.
9617 ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
9618
9619 1999-02-16 Dave Love <fx@gnu.org>
9620
9621 * help.el (describe-function-1): Accept non-symbols.
9622
9623 1999-02-16 Paul Eggert <eggert@twinsun.com>
9624
9625 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
9626 find the last match if there are multiple matches.
9627
9628 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9629
9630 * tex-mode.el (tex-run-command, latex-run-command)
9631 (slitex-run-command, tex-command): Doc changes.
9632 (tex-start-options-string): Autoload it. Doc change. Provide
9633 a menu for customization. Allow nil. Quote backslashes only once.
9634 (tex-start-tex): Handle nil value of tex-start-options-string
9635 and apply shell-quote-argument to it.
9636
9637 1999-02-16 Eli Zaretskii <eliz@gnu.org>
9638
9639 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
9640 the size in blocks, since it can be a float.
9641 (ls-lisp-format): Likewise
9642
9643 1999-02-16 Ken'ichi Handa <handa@gnu.org>
9644
9645 * language/japanese.el (japanese-shift-jis): Add
9646 charset-origin-alist property.
9647
9648 1999-02-15 Richard Stallman <rms@gnu.org>
9649
9650 * progmodes/compile.el (compile-internal): Use save-selected-window.
9651
9652 * subr.el (momentary-string-display): Bind inhibit-read-only.
9653
9654 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
9655
9656 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il>
9657
9658 * mail/rmail.el (rmail-show-message): If an unseen message has a
9659 Summary-line in its header, get past one more line before looking
9660 for the X-Coding-System header.
9661
9662 1999-02-15 Geoff Voelker <voelker@cs.washington.edu>
9663
9664 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
9665 explicitly to accomodate Windows 9X lack of a useful copy program.
9666
9667 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
9668
9669 * wid-edit.el (widget-choice-value-create): Use `equal'
9670 instead of `eq'.
9671
9672 1999-02-14 Richard Stallman <rms@gnu.org>
9673
9674 * international/iso-transl.el:
9675 (iso-transl-ae): Renamed from iso-transl-e-slash.
9676 (iso-transl-a-ring): Renamed from iso-transl-a-slash.
9677 (iso-transl-AE): Renamed from iso-transl-E-slash.
9678 (iso-transl-A-ring): Renamed from iso-transl-A-slash.
9679 (iso-transl-char-map): Related changes.
9680
9681 * format.el (format-replace-strings): Fix value of TO in REVERSE case.
9682
9683 1999-02-13 Richard Stallman <rms@gnu.org>
9684
9685 * textmodes/texinfmt.el (texinfo-alias): New function.
9686 (texinfo-fold-nodename-case): Add defvar.
9687 (texinfo-format-node): Do case folding if specified.
9688
9689 * ffap.el (ffap-file-at-point): Test local file names
9690 immediately. Strip off line numbers.
9691
9692 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch>
9693
9694 * sql.el: Set version to 1.3.2
9695 (sql-solid-program): Added support for solid.
9696 (sql-help): Doc mentions sql-solid.
9697 (sql-solid): Entry function for Solid.
9698 (sql-buffer): Doc explains the use of the variable and how to
9699 change it.
9700 (sql-mode-menu): Included entries for sql-show-sqli-buffer and
9701 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
9702 disabled if sql-buffer doesn't have a process; sql-send-paragraph
9703 is new.
9704 (sql-show-sqli-buffer): New function to display the value of
9705 sql-buffer.
9706 (sql-change-sqli-buffer): New function to change sql-buffer.
9707 (sql-mode): Doc explains how to change sql-buffer.
9708 (sql-send-paragraph): New function to send a paragraph.
9709 (sql-mode-map): Added keybinding for sql-send-paragraph.
9710 (sql-mysql): Doc corrected.
9711 (sql-ms): Doc corrected.
9712
9713 * sql.el (sql-server): Doc fix.
9714 (sql-mysql): Added the use of sql-server to specify the host,
9715 sql-database now specifies database instead of host.
9716 (sql-mode-menu): Send... menu items are only active if sql-buffer
9717 is non-nil.
9718 (sql-help): Changed tag of entry functions a bit.
9719
9720 * sql.el: Added keywords from `finder-by-keyword'.
9721 (sql-mode): Made sql-buffer a local variable, changed the
9722 documentation: removed instructions to add *.sql files to
9723 auto-mode-alist, added documentation for having mutliple SQL
9724 buffers sending their stuff to different SQLi buffers, each
9725 running a different process.
9726 (sql-postgres): Quoted *SQL* in doc string.
9727 (sql-ms): Likewise.
9728 (sql-ingres): Likewise.
9729 (sql-ingres): Quoted *SQL* in doc string, added references to
9730 sql-user and sql-password used during login.
9731 (sql-sybase): Quoted *SQL* in doc string, added comma.
9732 (sql-oracle): Likewise.
9733 (sql-interactive-mode): Added extensive documentation for having
9734 mutliple SQL buffers sending their stuff to different SQLi
9735 buffers, each running a different process.
9736 (sql-buffer): Changed doc from *SQL* to SQLi.
9737 (sql-get-login): Doc fix.
9738
9739 1999-02-12 Ken'ichi Handa <handa@gnu.org>
9740
9741 * international/mule-conf.el (undecided): Set ascii in
9742 safe-charsets property.
9743
9744 1999-02-12 Richard Stallman <rms@gnu.org>
9745
9746 * textmodes/paragraphs.el (paragraph-separate): Doc fix.
9747
9748 1999-02-12 Ken'ichi Handa <handa@gnu.org>
9749
9750 * ps-mule.el (ps-mule-font-info-database-default): Set the initial
9751 value to ps-mule-font-info-database-latin.
9752
9753 1999-02-13 Kenichi HANDA <handa@etl.go.jp>
9754
9755 * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
9756 (ps-mule-font-info-database-default): New variable.
9757 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
9758 ps-mule-font-info-database-default.
9759
9760 1999-02-12 Dave Love <fx@gnu.org>
9761
9762 * timezone.el (timezone-make-date-sortable)
9763 (timezone-make-date-arpa-standard): Doc fix.
9764
9765 1999-02-12 Ken'ichi Handa <handa@gnu.org>
9766
9767 * international/quail.el (quail-show-kbd-layout): Bind
9768 blink-matching-paren to nil.
9769
9770 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
9771 for ASCII and Latin-1.
9772
9773 1999-02-12 Andreas Schwab <schwab@gnu.org>
9774
9775 * gud.el (jdb): Fix regexp for comint-prompt-regexp.
9776
9777 1999-02-12 Kenichi Handa <handa@etl.go.jp>
9778
9779 * international/mule-cmds.el (language-info-alist): Remove
9780 description about charset-origin-alist.
9781
9782 * international/mule.el: Comment added for a new coding system
9783 property `charset-origin-alit'.
9784 (make-translation-table): This variable deleted.
9785
9786 * language/chinese.el (chinese-big5): Add charset-origin-alist
9787 property.
9788 ("Chinese-CNS"): Remove charset-origin-alist property.
9789
9790 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
9791 property.
9792 (cyrillic-alternativnyj): Likewise.
9793 ("Cyrillic-KOI8"): Remove charset-origin-alist property.
9794 ("Cyrillic-ALT"): Likewise.
9795
9796 * language/vietnamese.el (vietnamese-viqr): Add
9797 charset-origin-alist property.
9798 ("Vietnamese"): Remove charset-origin-alist property.
9799
9800 * simple.el (what-cursor-position): Don't use the varialbe
9801 charset-origin-alist, but use charset-origin-alist property of
9802 buffer-file-coding-system to decide external character set code.
9803
9804 1999-02-10 Richard Stallman <rms@gnu.org>
9805
9806 * shadowfile.el: Don't turn on the mode when the file is loaded.
9807
9808 1999-02-09 Richard Stallman <rms@gnu.org>
9809
9810 * progmodes/compile.el (compile-auto-highlight): Customize.
9811
9812 * add-log.el (add-log-file-name-function): New variable.
9813 (add-change-log-entry): Call that function, if non-nil.
9814
9815 1999-02-09 Michael Ernst <mernst@alum.mit.edu>
9816
9817 * rmail.el (rmail-search): Track match with a marker, not an integer.
9818
9819 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9820
9821 * progmodes/compile.el (compilation-setup): Set value of
9822 compilation-directory-stack as in compilation-forget-errors.
9823 (compile-reinitialize-errors): Bind buffer-undo-list and
9824 deactivate-mark.
9825 (compilation-forget-errors): Likewise.
9826
9827 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com>
9828
9829 * textmodes/texinfo.el (texinfo-environment-regexp): Add the
9830 def... constructs.
9831
9832 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
9833 Remove calls to sleep-for.
9834
9835 1999-02-08 Eli Zaretskii <eliz@gnu.org>
9836
9837 * international/codepage.el (cp-coding-system-for-codepage-1): On
9838 MS-DOS, use dos-unsupported-char-glyph for characters not
9839 supported by the codepage.
9840 (cp-make-coding-systems-for-codepage): Likewise.
9841
9842 1999-02-08 Andreas Schwab <schwab@gnu.org>
9843
9844 * international/mule-util.el (coding-system-list): Don't sort
9845 coding-system-list here.
9846
9847 * international/mule.el (coding-system-lessp): Moved here from
9848 mule-util.el
9849 (add-to-coding-system-list): New function.
9850 (make-subsidiary-coding-system, make-coding-system,
9851 define-coding-system-alias): Use it instead of setting
9852 coding-system-list directly.
9853
9854 1999-02-07 Dave Love <fx@gnu.org>
9855
9856 * calendar/appt.el (appt-make-list): Don't splice quotes and date
9857 onto message.
9858
9859 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9860
9861 * imenu.el (imenu--last-menubar-index-alist): Add doc.
9862 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist.
9863
9864 1999-02-06 Richard Stallman <rms@gnu.org>
9865
9866 * language/european.el (setup-slovenian-environment): New function.
9867 ("Slovenian"): New language environment.
9868
9869 * progmodes/sql.el (sql-help): Doc fix.
9870 (sql-mysql): Doc fix.
9871
9872 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9873
9874 * tex-mode.el: When compiling, require compare-w and skeleton
9875 to pacify the byte-compiler. Move the def's of the tex-commands
9876 together. Add a comment on kill-process vs. quit-process.
9877
9878 1999-02-05 Dave Love <fx@gnu.org>
9879
9880 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
9881 null markers.
9882 (compile-goto-error): Likewise.
9883
9884 1999-02-05 Stephen Gildea <gildea@alum.mit.edu>
9885
9886 * time-stamp.el (time-stamp-format): Format doc tighter.
9887 (time-stamp-line-limit): 0 searches the entire buffer (careful!).
9888 (time-stamp): Don't re-write the time stamp if it didn't change.
9889
9890 1999-02-05 Alex Schroeder <asc@bsiag.com>
9891
9892 * progmodes/sql.el: Changed version to 1.2.1.
9893 (sql-pop-to-buffer-after-send-region): Improved documentation.
9894 (sql-mysql-program): Added MySQL support.
9895 (sql-prompt-length): Made prompt-length configurable.
9896 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
9897 (sql-help): Added MySQL support, changed documentation.
9898 (sql-send-region): A message is displayed if something is sent.
9899 (sql-mode): Added buffer-local comment-start.
9900 (sql-interactive-mode): Use sql-prompt-length to set left-margin.
9901 (sql-interactive-mode): Added buffer-local comment-start.
9902 (sql-oracle): Set sql-prompt-length.
9903 (sql-sybase): Set sql-prompt-length.
9904 (sql-mysql): Added MySQL support.
9905 (sql-ingres): Set sql-prompt-length.
9906 (sql-ms): Set sql-prompt-length.
9907 (sql-postgres): Set sql-prompt-length.
9908
9909 1999-02-04 Eli Zaretskii <eliz@gnu.org>
9910
9911 * term/internal.el (dos-codepage-setup): Set selection coding
9912 system to cpNNN-dos.
9913
9914 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9915
9916 * international/characters.el: Let ethiopic use iso-2022-7bit.
9917
9918 1999-02-02 Dave Love <fx@gnu.org>
9919
9920 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
9921 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
9922
9923 1999-02-02 Karl Heuer <kwzh@gnu.org>
9924
9925 * terminal.el (terminal-emulator): Doc fix.
9926
9927 1999-02-02 Ken'ichi Handa <handa@gnu.org>
9928
9929 * international/mule-util.el (compose-chars): Doc-string
9930 modified. Correctly handle a composition character in ARGS.
9931
9932 1999-02-01 Richard Stallman <rms@gnu.org>
9933
9934 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
9935 (makefile-menu-index-function): Function deleted.
9936 (makefile-mode): Use makefile-imenu-generic-expression.
9937
9938 1999-02-01 Geoff Voelker <voelker@cs.washington.edu>
9939
9940 * term/w32-win.el (w32-create-initial-fontsets): Back out previous
9941 change, invoke from before-init-hook.
9942
9943 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu>
9944
9945 * subr.el (remove-from-invisibility-spec): Cope with the case when
9946 buffer-invisibility-spec is t.
9947
9948 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu>
9949
9950 * calendar/calendar.el (calendar-mode-map): Fix bindings for
9951 appt-add and appt-delete.
9952
9953 1999-02-01 Eli Zaretskii <eliz@gnu.org>
9954
9955 * term/pc-win.el (msdos-approximate-color): New function.
9956 (msdos-color-translate): Call it to find a DOS color that best
9957 approximates an X-style "#NNNNNN" color specification.
9958
9959 1999-02-01 Ken'ichi Handa <handa@gnu.org>
9960
9961 * international/mule-util.el (compose-chars-component): Add
9962 autoload cookie.
9963
9964 1999-01-31 Ken'ichi Handa <handa@gnu.org>
9965
9966 * international/quail.el (quail-lookup-key): If cdr of MAP is a
9967 function, replace cdr of MAP by the return value of the function
9968 unconditionally.
9969
9970 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9971
9972 * progmodes/compile.el (compilation-next-error-locus): Don't
9973 decrease argument FIND-AT-LEAST of compilation-next-error-locus.
9974
9975 1999-01-31 Eli Zaretskii <eliz@gnu.org>
9976
9977 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
9978 and NLs before "charset", and allow the charset name be in double
9979 quotes.
9980
9981 1999-01-31 Richard Stallman <rms@gnu.org>
9982
9983 * imenu.el (imenu-sort-function): Fix custom type.
9984
9985 1999-01-30 Richard Stallman <rms@gnu.org>
9986
9987 * speedbar.el (speedbar-line-token): Match {...} instead of [...].
9988 (speedbar-line-token): Likewise.
9989
9990 * play/gametree.el (gametree-default-score): Use defcustom.
9991 (gametree-score-regexp, gametree-score-closer): Likewise.
9992 (gametree-score-manual-flag, gametree-score-opener): Likewise.
9993
9994 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9995
9996 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
9997 decoding.
9998
9999 1999-01-29 Markus Rost <rost@gnu.org>
10000
10001 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
10002 tex-validate-buffer.
10003 (plain-tex-mode, latex-mode, slitex-mode): Likewise.
10004 (tex-validate-buffer): Renamed from validate-tex-buffer. Works
10005 now with recent occur-mode.
10006 (tex-validate-region): Really walk through all Sexps.
10007 (tex-region): Bind shell-dirtrack-verbose.
10008 (tex-file, tex-bibtex-file): Likewise.
10009
10010 1999-01-29 Dave Love <fx@gnu.org>
10011
10012 * finder.el: (finder-commentary): Fix interactive spec. Try
10013 appending .el to file name.
10014 (finder-find-library, finder-commentary): Doc fixes.
10015
10016 1999-01-29 Andrew Innes <andrewi@gnu.org>
10017
10018 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
10019 where the userid contains directory separators.
10020
10021 1999-01-29 Dave Love <fx@gnu.org>
10022
10023 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
10024 (lm-commentary): Doc fix.
10025
10026 1999-01-29 Andreas Schwab <schwab@gnu.org>
10027
10028 * files.el (file-expand-wildcards): Never consider `.' and `..' a
10029 wildcard match. Fix regexp that tests if dirpart contains
10030 wildcard characters.
10031
10032 1999-01-28 Richard Stallman <rms@gnu.org>
10033
10034 * font-lock.el (font-lock-default-unfontify-region):
10035 If not font-lock-syntactic-keywords, don't remove syntax-table prop.
10036
10037 1999-01-27 Jason Rumney <jasonr@altavista.net>
10038
10039 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
10040 from FAMILY field.
10041 (w32-create-initial-fontsets): Do not use before-init-hook.
10042 (mouse-set-font): Document. Automatically create and use fontsets.
10043
10044 * dos-w32.el (direct-print-region-helper): Check for printer
10045 being t as well as a string.
10046
10047 1999-01-27 Kenichi Handa <handa@etl.go.jp>
10048
10049 * mail/rmail.el (rmail-decode-mime-charset): New variable.
10050 (rmail-mime-charset-pattern): New variable.
10051 (rmail-convert-to-babyl-format): Decode by MIME-charset if
10052 rmail-decode-mime-charset is non-nil.
10053
10054 1999-01-27 Ken'ichi Handa <handa@gnu.org>
10055
10056 * international/characters.el: Set category `q' for all characters
10057 in tibetan and tibetan-1-column.
10058
10059 1999-01-27 Andrew Innes <andrewi@gnu.org>
10060
10061 * frame.el (select-frame-by-name): Obey focus-follows-mouse.
10062 (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
10063
10064 1999-01-27 Dave Love <fx@gnu.org>
10065
10066 * international/mule-cmds.el (current-language-environment):
10067 Provide :link, :type (choices) and appropriate :get.
10068
10069 1999-01-27 Eli Zaretskii <eliz@gnu.org>
10070
10071 * startup.el (command-line): Set default eol-mnemonic-* strings to
10072 display end-of-line format in mode line.
10073
10074 * cus-start.el (all): Add eol-mnemonic-* variables.
10075
10076 1999-01-26 Dave Love <fx@gnu.org>
10077
10078 * startup.el (command-line-1): Up-date copyright.
10079
10080 * paths.el (Info-default-directory-list): Use configdir twice.
10081
10082 * info.el (Info-directory-list): Don't set path-separator now
10083 we're not shipped with Texinfo. Simplify path definition.
10084 Substitute all occurrences of instdir in Info-default-directory-list.
10085
10086 1999-01-25 Richard Stallman <rms@gnu.org>
10087
10088 * startup.el (normal-top-level-add-subdirs-to-load-path):
10089 Record the inode numbers of the dirs processed, to avoid loop.
10090
10091 * textmodes/tex-mode.el (tex-run-command): Doc fix.
10092
10093 1999-01-25 Dave Love <fx@gnu.org>
10094
10095 * browse-url.el (browse-url-netscape-program): Doc addition.
10096
10097 * help.el (help-make-xrefs): Default info references to an `(emacs)'
10098 prefix.
10099
10100 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
10101 auto-mode-alist.
10102
10103 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10104
10105 * calendar/diary-lib.el (mark-diary-entries): Use
10106 assoc-ignore-case and do not capitalize when matching month and
10107 day names.
10108
10109 * calendar/calendar.el (calendar-read-date): Ditto.
10110
10111 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
10112 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
10113
10114 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
10115
10116 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
10117
10118 * calendar/cal-islam.el (calendar-goto-islamic-date)
10119 (mark-islamic-diary-entries): Ditto.
10120
10121 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
10122
10123 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
10124 (calendar-read-mayan-tzolkin-date): Ditto.
10125
10126 * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
10127
10128 1999-01-22 Michael Ernst <mernst@alum.mit.edu>
10129
10130 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
10131
10132 1999-01-25 Karl Heuer <kwzh@gnu.org>
10133
10134 * faces.el (list-faces-display): Multiline case of previous fix.
10135
10136 1999-01-25 Andreas Schwab <schwab@gnu.org>
10137
10138 * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
10139
10140 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
10141
10142 * files.el (find-file): If find-file-noselect returns a list,
10143 do switch-to-buffer on each element.
10144 (find-file-other-window): Likewise for all but the first element.
10145 (find-file-other-frame): Same.
10146 (find-file-noselect): When we expand a wildcard, return a list
10147 of buffers.
10148
10149 1999-01-24 Eli Zaretskii <eliz@gnu.org>
10150
10151 * term/internal.el (dos-codepage-setup): Call prefer-coding-system
10152 to set the appropriate cpNNN-dos coding system as the
10153 highest-priority coding system.
10154
10155 1999-01-23 Ken'ichi Handa <handa@gnu.org>
10156
10157 * international/fontset.el (generate-fontset-menu): Return a
10158 sorted list by plain names of fontsets.
10159
10160 * international/mule-diag.el (list-fontsets): Sort fontsets by
10161 plain names.
10162
10163 * language/tibet-util.el (tibetan-vertical-stacking): If the arg
10164 FIRST is a composite character, decompose it at first.
10165
10166 1999-01-23 Dave Love <fx@gnu.org>
10167
10168 * format.el: Doc fixes.
10169 (format-encode-run-method): Have things happen in the right buffer.
10170 Deal with errors from method. Set coding-system-for-write.
10171 (format-decode-run-method): Have things happen in the right buffer.
10172 Deal with errors from method. Set coding-system-for-read.
10173 (format-alist): Use nil instead of unmatchable regexps.
10174
10175 * simple.el (shell-command-on-region): Return command's exit status.
10176
10177 1999-01-23 Eric Ludlam <zappo@gnu.org>
10178
10179 * speedbar.el (speedbar-item-info-file-helper): Add optional arg
10180 of the file whose info we want to display.
10181 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
10182 (speedbar-add-mode-functions-list) Improve doc.
10183 (speedbar-line-token) New function.
10184 (speedbar-dired) Fix order of directories in -shown-directories.
10185 (speedbar-line-path): Default return is default-directory
10186 (speedbar-buffers-line-path): Return is dir name only.
10187 (speedbar-mode-functions-list): New variable.
10188 (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
10189 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
10190 speedbar-files-item-info speedbar-buffers-item-info): New functions.
10191 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
10192 New functions.
10193 (speedbar-line-file): Broke out part that fetches file from a line.
10194 (speedbar-line-text): New function extracted from speedbar-line-file.
10195 (speedbar-line-path): Converted into a replaceable function.
10196 (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
10197
10198 1999-01-23 Ken'ichi Handa <handa@gnu.org>
10199
10200 * international/fontset.el (create-fontset-from-x-resource): Make
10201 style variants.
10202
10203 1999-01-22 Dave Love <fx@gnu.org>
10204
10205 * paths.el (Info-default-directory-list): Put sysdir after start.
10206
10207 1999-01-22 Sam Steingold <sds@goems.com>
10208
10209 * midnight.el (clean-buffer-list): Do not kill a buffer if it has
10210 a process associated with it.
10211
10212 1999-01-22 Jason Rumney <jasonr@altavista.net>
10213
10214 * term/w32-win.el (w32-standard-fontset-spec): Simplified.
10215
10216 1999-01-22 Felix Lee <flee@cygnus.com>
10217
10218 * vc.el (vc-annotate-display): Delete old overlays. Fix check for
10219 major-mode.
10220 (vc-annotate-mode): Delete variable.
10221
10222 1999-01-22 Andrew Innes <andrewi@gnu.org>
10223
10224 * startup.el (command-line): [windows-nt]: Check for existence of
10225 .emacs file so as to notice .emacs.el or .emacs.elc and use them
10226 in preference to _emacs.
10227
10228 1999-01-22 Dave Love <fx@gnu.org>
10229
10230 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
10231
10232 1999-01-20 Richard Stallman <rms@gnu.org>
10233
10234 * files.el (find-file-noselect): Do wildcard processing only
10235 if new arg WILDCARDS is non-nil.
10236 (find-file, find-file-other-window): New arg WILDCARDS.
10237 Default it to non-nil if interactive.
10238 (find-file-other-frame): Likewise.
10239 (find-file-read-only): Likewise.
10240 (find-file-read-only-other-window): Likewise.
10241 (find-file-read-only-other-frame): Likewise.
10242
10243 * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
10244 (widget-plist-convert-option): Delete spurious comma.
10245
10246 1999-01-19 Jason Rumney <jasonr@altavista.net>
10247
10248 * term/w32-win.el (w32-standard-fontspec-spec): Change
10249 iso8859-5 to koi8-r. Add iso8859-9.
10250
10251 1999-01-19 Dave Love <fx@gnu.org>
10252
10253 * browse-url.el (browse-url-maybe-new-window): Delete macro and
10254 its uses.
10255
10256 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
10257 is active.
10258 (fortran-indent-subprogram): Likewise.
10259
10260 1999-01-19 Dave Love <d.love@dl.ac.uk>
10261
10262 * paths.el (Info-default-directory-list): Perhaps add /usr/info.
10263
10264 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
10265
10266 * wid-edit.el (alist): Use sexp as default key-type.
10267
10268 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10269
10270 * textmodes/tex-mode.el (tex-define-common-keys):
10271 Remove key binding of tex-feed-input.
10272 (tex-mode-map): Bind tex-feed-input here.
10273 (tex-start-shell): Use compilation-shell-minor-mode. Set
10274 comint-input-filter-functions before running tex-shell-hook.
10275 (tex-start-tex): Forget compilation errors.
10276 (tex-compilation-parse-errors): Rewritten to work also with
10277 compile-mouse-goto-error and compile-goto-error. Adjusted to
10278 change in tex-region.
10279 (tex-region): For the temp file use file-name without directory.
10280 (tex-file): Expand file name of tex-print-file.
10281
10282 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10283
10284 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call.
10285
10286 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no>
10287
10288 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
10289 beginning could cause Emacs to hang. Fixed.
10290
10291 1999-01-18 Ken'ichi Handa <handa@gnu.org>
10292
10293 * international/ccl.el (ccl-compile-translate-character): Handle
10294 the case that a tranlation table is CCL register correctly.
10295
10296 * international/mule-cmds.el (select-safe-coding-system):
10297 Hightlight at most 256 characters.
10298
10299 1999-01-18 Dave Love <fx@gnu.org>
10300
10301 * startup.el (command-line): If the init file changes operation to
10302 unibyte, make all buffers unibyte and re-set language environment.
10303
10304 * disp-table.el (standard-display-european): Make all existing
10305 buffers unibyte. Fix doc.
10306
10307 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu>
10308
10309 * wid-edit.el (coding-system): Define this unconditionally.
10310
10311 * simple.el (shell-command-on-region-default-error-buffer): New var.
10312 (shell-command-on-region): Use that variable as interactive
10313 value of ERROR-BUFFER argument.
10314
10315 1999-01-17 Sam Steingold <sds@goems.com>
10316
10317 * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
10318
10319 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10320
10321 * progmodes/compile.el (compilation-goto-locus): If already in the
10322 compilation buffer's window, keep it in that window.
10323 (compile-mouse-goto-error): Add Doc. Don't play with windows.
10324 (compile-goto-error): Don't play with windows.
10325
10326 * textmodes/tex-mode.el (latex-run-command): Doc fix.
10327 (tex-command): Doc fix.
10328 (tex-compilation-parse-errors): Doc fix.
10329 (tex-generate-zap-file-name): Don't start the name with -.
10330 (tex-expand-files): Works now also with strings ending with ":".
10331
10332 1999-01-17 Ian T Zimmerman <itz@transbay.net>
10333
10334 Patch failed to install:
10335 * gametree.el: Document scoring functionality.
10336 (gametree-score-regexp): Add optional plus sign.
10337 (gametree-score-opener): Replace `:' with `=' as the former
10338 conflicts with gametree-half-ply-regexp.
10339 (gametree-transpose-following-leaves): Add.
10340 (gametree-insert-new-leaf): Make modifying commands barf in read
10341 only buffers.
10342 (gametree-break-line-here): Add a call to
10343 `gametree-transpose-following-leaves'. This maintains the
10344 necessary invariant that on each level all leaf children precede
10345 all nonleaf children. This has always been implied, but left to
10346 the user, and, unfortunately, undocumented.
10347
10348 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk>
10349
10350 * wid-edit.el (plist, alist): New widget types.
10351
10352 1999-01-17 Dave Love <fx@gnu.org>
10353
10354 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
10355 fix scope of condition-case therein.
10356
10357 1999-01-17 Andrew Innes <andrewi@gnu.org>
10358
10359 * dos-w32.el: (find-buffer-file-type-coding-system): Use
10360 default-buffer-file-coding-system when file doesn't exist (and
10361 isn't covered by a special case) instead of forcing undecided-dos
10362 against the user's wishes.
10363
10364 * dos-w32.el (direct-print-region-helper): New function based on
10365 direct-print-region-function; sends data to specified printer port
10366 without further translation. Recognize and handle specially the
10367 standard `print' and `nprint' programs, as well as `lpr' and
10368 similar programs. Only write directly to the printer port if no
10369 print program is specified. Work around a bug in Windows 9x
10370 affecting Win32 version of Emacs by invoking command.com to write
10371 to the printer port instead of writing directly.
10372 (direct-print-region-function): Use direct-print-region-helper to
10373 do most of the work.
10374 (direct-ps-print-region-function): New function; analogue of
10375 direct-print-region-function for ps-print.
10376 (ps-lpr-command): Comment out setq; leave as example usage.
10377 (ps-lpr-switches): Ditto.
10378
10379 * lpr.el: (printer-name): Update docstring about usage on MS-DOS
10380 and MS-Windows.
10381 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
10382 DOS and Windows platforms, to indicate direct printing. Update
10383 the docstring accordingly.
10384
10385 * ps-print.el: (ps-printer-name): Update docstring about usage on
10386 MS-DOS and MS-Windows.
10387 (ps-lpr-command): Update docstring as for lpr-command.
10388 (ps-print-region-function): New variable.
10389 (ps-do-despool): Use it.
10390 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
10391 DOS/Windows.
10392
10393 * subr.el (subst-char-in-string): New function.
10394
10395 1999-01-17 Eli Zaretskii <eliz@gnu.org>
10396
10397 * international/codepage.el (cp852-decode-table): Fill a nil entry.
10398
10399 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
10400 (bdf-find-font-info): New function, looks for the first readable
10401 file from a list of alternatives.
10402 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
10403 instead of bdf-get-font-info.
10404 (bdf-generate-glyphs): If font-name is a cons cell, pass its car
10405 to ps-mule-generate-bitmap-glyph.
10406
10407 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
10408 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can
10409 now be a list of alternative names.
10410 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
10411 (ps-mule-prepare-font): Likewise.
10412
10413 * international/codepage.el (cp855-decode-table,
10414 cp850-decode-table): Fill some nil entries.
10415
10416 1999-01-16 Dave Love <fx@gnu.org>
10417
10418 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
10419 last change.
10420
10421 1999-01-15 Dave Love <fx@gnu.org>
10422
10423 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
10424 and change regexp for command names.
10425 (help-xref-go-back, function-called-at-point, symbol-file)
10426 (where-is): Doc fixes.
10427 (help-xref-go-back): Remove interactive spec.
10428 (describe-function-1): Fix message for alias. Buttomize alias
10429 name.
10430
10431 * simple.el (join-line): New alias.
10432
10433 1999-01-15 Johan Vromans <jvromans@squirrel.nl>
10434
10435 * forms.el: (forms--show-record): Convert integers to string
10436 expicitly since concat will no longer accept integers.
10437 (forms-print): Use local `total-nb-records' since
10438 `forms--total-records' will be inaccessible after buffer switching.
10439
10440 1998-01-14 Felix Lee <flee@cygnus.com>
10441
10442 * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
10443
10444 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu>
10445
10446 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
10447
10448 1999-01-14 Eli Zaretskii <eliz@gnu.org>
10449
10450 * international/codepage.el (cp850-decode-table): Fix previous change.
10451
10452 1999-01-14 Simon Marshall <simon@gnu.org>
10453
10454 * shell.el (shell-dirtrack-verbose): New custom variable.
10455 (shell-dirstack-message): Use it.
10456
10457 1999-01-14 Kenichi Handa <handa@etl.go.jp>
10458
10459 * international/mule-conf.el: Coding system alias `dos' for
10460 `undecided-dos', `mac' for `undecided-mac'.
10461
10462 * international/mule-cmds.el (describe-language-environment):
10463 Don't alter input-method-alist.
10464
10465 1999-01-13 Eli Zaretskii <eliz@gnu.org>
10466
10467 * international/codepage.el (cp850-decode-table): Replace nil
10468 entries with codes of similary looking glyphs. (Suggested by
10469 Jason Rumney <jasonr@altavista.net>.)
10470
10471 1999-01-13 Dave Love <fx@gnu.org>
10472
10473 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
10474
10475 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
10476
10477 1999-01-12 Karl Heuer <kwzh@gnu.org>
10478
10479 * files.el (auto-save-hook): Defvar this.
10480
10481 1999-01-12 Alex Schroeder <asc@bsiag.com>
10482
10483 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
10484 faces, eliminating the need to load font-lock before loading sql.
10485 (sql-mode-oracle-font-lock-keywords): Likewise.
10486 (sql-mode-postgres-font-lock-keywords): Likewise.
10487
10488 1999-01-11 Dave Love <fx@gnu.org>
10489
10490 * cus-start.el: Add inhibit-eol-conversion.
10491
10492 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
10493 the values round.
10494
10495 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu>
10496
10497 * help.el (help-mode-finish): Renamed from help-mode-maybe.
10498 Don't switch to Help mode here.
10499 (temp-buffer-setup-hook): Use help-mode-finish.
10500 (help-mode-setup): New function.
10501 (temp-buffer-setup-hook): Use help-mode-setup.
10502
10503 * progmodes/sql.el: New file.
10504
10505 * files.el (auto-mode-alist): Add sql-mode.
10506
10507 * faces.el (list-faces-display): Improve the formatting
10508 by computing the maximum length required for any face-name.
10509
10510 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10511
10512 * progmodes/compile.el (compilation-shell-minor-mode): New function.
10513
10514 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu>
10515
10516 * term.el (term_send_home): Change the string to
10517 be the same as the one emitted by xterm and consistent with the
10518 ones emitted by prior and next.
10519 (term_send_end): Likewise.
10520
10521 1999-01-10 Dave Love <fx@gnu.org>
10522
10523 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
10524 bindings.
10525
10526 1999-01-10 Eli Zaretskii <eliz@gnu.org>
10527
10528 * international/codepage.el (codepage-setup): Doc fix.
10529 (cp-decoding-vector-for-codepage): Likewise.
10530
10531 1999-01-10 Markus Rost <rost@gnu.org>
10532
10533 * cus-edit.el (custom-save-delete): First scan the custom-file.
10534
10535 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu>
10536
10537 * international/iso-transl.el: Define a "function name" for
10538 each translation that isn't ASCII. Use these function names
10539 in iso-transl-char-map.
10540
10541 1999-01-08 Kenichi Handa <handa@etl.go.jp>
10542
10543 * international/mule-util.el (decompose-region): Do decomposition
10544 on temporary unibyte buffer.
10545
10546 * international/mule.el (make-char): Doc-string modified.
10547
10548 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu>
10549
10550 * simple.el (comment-region): Delete spaces only if we
10551 deleted a comment starter.
10552
10553 1999-01-07 Dave Love <fx@gnu.org>
10554
10555 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
10556
10557 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
10558 like eval-defun does.
10559
10560 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
10561
10562 * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
10563 constructions. Doc fixes.
10564 (generic-create-generic-function): Use defalias, not fset.
10565
10566 * find-func.el: More doc fixes.
10567
10568 1999-01-06 Stephen Eglen <stephen@gnu.org>
10569
10570 * files.el (save-buffers-kill-emacs): Show the list of current
10571 processes before prompting to kill them and exit.
10572
10573 1999-01-06 Dave Love <fx@gnu.org>
10574
10575 * emacs-lisp/find-func.el: Doc fixes.
10576 (find-function-regexp): Extend for define-generic-mode,
10577 define-derived-mode, easy-mmode-define-minor-mode.
10578
10579 1999-01-06 Dave Love <fx@gnu.org>
10580
10581 * progmodes/fortran.el (fortran-window-create): Account for scroll
10582 bar width.
10583
10584 * browse-url.el: Require (noerror) w3-auto when compiling.
10585 (browse-url-maybe-new-window): Make it a macro and revert last
10586 change to callers.
10587 (browse-url-w3): Require w3 for w3-fetch-other-window.
10588
10589 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10590
10591 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
10592 argument.
10593
10594 1999-01-06 Simon Marshall <simon@gnu.org>
10595
10596 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix.
10597
10598 * font-lock.el (font-lock-default-fontify-buffer): When using
10599 with-temp-message, use nil rather than current-message.
10600
10601 * lazy-lock.el (lazy-lock-unstall):
10602 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
10603 rather than current-message.
10604
10605 * fast-lock.el (fast-lock-save-cache-1):
10606 (fast-lock-cache-data): When using with-temp-message, use nil rather
10607 than current-message.
10608
10609 1999-01-06 Eli Zaretskii <eliz@gnu.org>
10610
10611 * international/codepage.el (cp-coding-system-for-codepage-1): Add
10612 the valid-codes property.
10613
10614 * international/mule-cmds.el (prefer-coding-system): Call
10615 set-coding-priority, so that the internal array of priorities is
10616 also updated.
10617
10618 * international/mule-util.el:
10619 (coding-system-change-eol-conversion,
10620 coding-system-change-text-conversion): Don't define here.
10621
10622 * international/mule-cmds.el: Define them here. Remove the
10623 autoload cookies.
10624
10625 1999-01-06 Andreas Schwab <schwab@gnu.org>
10626
10627 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
10628 if it was enabled before.
10629
10630 * view.el (View-revert-buffer-scroll-page-forward): Bind
10631 view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
10632
10633 * files.el (recover-session): Preserve point when inserting
10634 explanation.
10635
10636 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu>
10637
10638 * cus-edit.el (custom-save-delete): Don't delete whitespace
10639 and comments before the sexp that is replaced.
10640
10641 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10642
10643 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
10644
10645 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de>
10646
10647 * vc.el (vc-dired-hook): Use the original value of
10648 dired-move-to-filename-regexp on lines that have not been
10649 reformatted yet.
10650 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
10651 file lines have already been reformatted.
10652
10653 1999-01-05 Dave Love <fx@gnu.org>
10654
10655 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
10656 buffer-local.
10657
10658 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se>
10659
10660 * progmodes/f90.el: Change of regular expressions for type to
10661 correct highlighting and identation. Some small fixes for
10662 compatibility with XEmacs.
10663
10664 1999-01-05 Stephen Eglen <stephen@gnu.org>
10665
10666 * mspools.el (mspools-vm-system-mail): Provide an alternative
10667 value based on rmail-spool-directory if $MAIL is not defined.
10668
10669 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
10670
10671 * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
10672 (reftex-section-info): Handle negative section levels.
10673 (reftex-view-crossref-extra): New option.
10674 (reftex-view-crossref): Generalized to work in more places.
10675 (reftex-find-citation-regexp-format, reftex-find-reference-format,
10676 reftex-macros-with-labels, reftex-global-search-marker): New variables.
10677 (reftex-view-cite-locations-from-bibtex): New command.
10678 (reftex-view-regexp-match, reftex-global-search,
10679 reftex-global-search-continue): New functions.
10680 (reftex-extract-bib-entries): No error for non-existing BibTeX
10681 file, just a message.
10682 (reftex-extract-bib-entries): Better error handling.
10683 (reftex-select-with-char): Use `*RefTeX Select*' for selection
10684 help and force it on current frame.
10685 (reftex-default-bibliography): New function.
10686 (reftex-access-parse-file): Check consistency after loading a
10687 parse file. When inconsistent, enfore rescan.
10688 (reftex-check-parse-consistency): New function.
10689 (easy-menu-define): Options section drastically shortened.
10690
10691 1999-01-05 Kenichi Handa <handa@etl.go.jp>
10692
10693 * language/thai-util.el (thai-compose-string): New function.
10694
10695 1999-01-04 Inge Frick <inge@nada.kth.se>
10696
10697 * easymenu.el (easy-menu-define): Doc fix.
10698 (easy-menu-create-menu): New keyword :included.
10699 (easy-menu-do-add-item): New keyword :included. SUFFIX may
10700 be an expression, not only a string. Simulate style `button'.
10701 Use easy-menu-define-key-intern instead of easy-menu-define-key.
10702 (easy-menu-define-key-intern): New function.
10703 (easy-menu-add-item): Understand value returned from
10704 easy-menu-item-present-p and easy-menu-remove-item.
10705 (easy-menu-return-item): New function.
10706 (easy-menu-item-present-p, easy-menu-remove-item): Use it.
10707
10708 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu>
10709
10710 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
10711 Use rmail-output-read-rmail-file-name to read the file name.
10712 Always call rmail-output-to-rmail-file noninteractively.
10713 When count > 1, do the loop here.
10714 Handle rmail-delete-after-output here.
10715 (rmail-summary-output): Similar changes.
10716
10717 * mail/rmailout.el: Provide `rmailout'.
10718 (rmail-output-read-rmail-file-name): New function.
10719 (rmail-output-to-rmail-file): Use that.
10720 (rmail-output-read-file-name): New function.
10721 (rmail-output): Use that.
10722
10723 * files.el (find-file-noselect): Let /: suppress wildcard matching.
10724 Error if wildcard matches no files.
10725
10726 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu>
10727
10728 * menu-bar.el (clipboard-yank): Doc fix.
10729
10730 * info.el (Info-insert-dir): Chase symlinks for file-attributes.
10731
10732 1998-12-31 Markus Rost <rost@delysid.gnu.org>
10733
10734 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
10735
10736 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk>
10737
10738 * rmail.el (rmail-encode-string): Make sure mask value is
10739 positive; (emacs-pid) returns a negative number on Windows 9x
10740 which causes odd behaviour.
10741
10742 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org>
10743
10744 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
10745 and about w32-* variables unless on Windows/NT.
10746
10747 1998-12-31 Boris Goldowsky <boris@alum.mit.edu>
10748
10749 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
10750 if buffer is modified; ask about all modified buffers.
10751
10752 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu>
10753
10754 * simple.el (what-cursor-position): Fix previous change.
10755
10756 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu>
10757
10758 * mail/sendmail.el (mail-mode): Eliminate ambiguous match
10759 from paragraph-start.
10760
10761 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
10762
10763 * international/mule-cmds.el (prefer-coding-system): If the
10764 argument requires specific EOL conversion type, make the default
10765 coding systems use that.
10766
10767 1998-12-30 Drew Csillag <drew_csillag@geocities.com>
10768
10769 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
10770 Use shell-command-on-region.
10771 (m4-start-m4, m4-end-m4): Functions deleted.
10772
10773 1998-12-30 Michael Ernst <mernst@alum.mit.edu>
10774
10775 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
10776
10777 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10778
10779 * browse-url.el (browse-url-mail): Give argument SEND-ACTION
10780 to compose-mail in the correct places and as a list.
10781
10782 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp>
10783
10784 * page-ext.el: Added mouse-selection feature for pages directory buffer.
10785 (pages-directory-map): Bind mouse-2
10786 (pages-copy-header-and-position): Put text property.
10787 (pages-directory-goto-with-mouse): New function.
10788
10789 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org>
10790
10791 * international/codepage.el (cp-make-coding-systems-for-codepage):
10792 Doc fix.
10793 (cp-coding-system-for-codepage-1): Likewise.
10794
10795 1998-12-29 Kenichi Handa <handa@etl.go.jp>
10796
10797 * language/thai-util.el (thai-post-read-conversion): Handle Thai
10798 composition sequence correctly here instead of calling
10799 thai-compose-region.
10800
10801 * textmodes/fill.el (fill-region-as-paragraph): While deleting a
10802 newline in multibyte buffer, if previous or next character is a
10803 composite char, check the first component of the composite char.
10804
10805 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org>
10806
10807 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
10808 and track-mouse.
10809
10810 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10811
10812 * mail/sendmail.el (mail-yank-original): Remove text properties
10813 after insertion.
10814 (mail-yank-region): Barf if no mark is set in the message
10815 being replied to.
10816
10817 * help.el (function-called-at-point): First look for function at point.
10818
10819 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu>
10820
10821 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
10822
10823 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10824
10825 * simple.el (what-cursor-position): Print character encoding also.
10826
10827 1998-12-26 Dave Love <fx@gnu.org>
10828
10829 * textmodes/flyspell.el: If local-maps work, don't put
10830 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
10831 in flyspell-mouse-map (only).
10832 (flyspell-use-local-map): New variable.
10833 Use a different mouse-2 binding in that case,
10834 and don't add to minor-mode-map-alist.
10835 (make-flyspell-overlay, flyspell-correct-word):
10836 Test flyspell-use-local-map.
10837
10838 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10839
10840 * files.el (file-expand-wildcards): Handle wildcards in directory name.
10841 Be careful about whether to return a relative file name,
10842 and if so, relative to what directory.
10843
10844 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
10845
10846 * emacs-lisp/easymenu.el (easy-menu-get-map):
10847 Change global map only if this menu exists in the global map already,
10848 and not in the local map.
10849 (easy-menu-do-add-item): Fix error message.
10850
10851 * foldout.el (foldout-inhibit-key-bindings):
10852 Avoid concatenating onto outline-minor-mode-prefix.
10853 Make a new keymap for that prefix, if it does not already have one.
10854
10855 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu>
10856
10857 * cperl-mode.el:
10858 Can use linear algorithm for indentation if Emacs supports it.
10859 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp.
10860 (cperl-after-block-p): Likewise.
10861 (cperl-after-block-and-statement-beg): Likewise.
10862 (cperl-after-block-p): After END/BEGIN we are a block.
10863 (cperl-after-expr-p): Skip labels when checking
10864 (cperl-indent-region): Make a marker for END - text added/removed.
10865 Disable hooks during the call (how to call them later?).
10866 Now indents 820-line-long function in 6.5 sec (including
10867 syntaxification) the first time (when buffer has few
10868 properties), 7.1 sec the second time.
10869 (cperl-indent-region): Do not indent whitespace lines
10870 (cperl-style-alist)
10871 Include `cperl-merge-trailing-else' where the value is clear.
10872 (cperl-styles-entries): Likewise.
10873 (cperl-problems): Improvements to docs.
10874 (cperl-tips): Likewise.
10875 (cperl-non-problems): Likewise.
10876 (cperl-mode): Make lazy syntaxification possible.
10877 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
10878 `font-lock-unfontify-region-function' was set to a wrong function.
10879
10880 (cperl-find-pods-heres): Safe a position in buffer where it is safe to
10881 restart syntaxification. Changed so that -d ?foo? is a RE. Do
10882 not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
10883 but 1<<6 was considered as HERE-doc.
10884 <file/glob> made into a string.
10885 Postpone addition of faces after syntactic step.
10886 Recognition of <FH> was wrong.
10887 Highlight `gem' in s///gem as a keyword. `qr' recognized.
10888 Knows that split// is null-RE.
10889 Highlights separators in 3-parts expressions as labels.
10890 <> was considered as a glob.
10891 Would err if the last line is `=head1'.
10892 $a-1 ? foo : bar; was a considered a regexp.
10893 `<< (' was considered a start of HERE-doc.
10894 mark qq[]-etc sections as syntax-type=string
10895 Was not processing sub protos after a comment ine.
10896 Was treating $a++ <= 5 as a glob.
10897 Tolerate unfinished REx at end-of-buffer.
10898 `unwind-protect' was left commented.
10899 / and ? after : start a REx.
10900
10901 (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
10902 Better default, customizes to `message' too, off in text-mode.
10903
10904 (cperl-array-face): Renamed from `font-lock-emphasized-face',
10905 `defface'd.
10906 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
10907 `defface'd.
10908 (cperl-emacs-can-parse): New state variable.
10909 (cperl-indent-line): Corrected to use global state.
10910 (cperl-calculate-indent): Likewise.
10911 (cperl-fix-line-spacing): Likewise (not used yet).
10912 (cperl-calculate-indent): Did not consider `,' as
10913 continuation mark for statements.
10914 (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
10915 Remove another parse-data optimization at toplevel: would
10916 indent correctly.
10917 Correct for labels when calculating indentation of continuations.
10918 Docstring updated.
10919 (cperl-choose-color): Converted to a function (to be
10920 compilable in text-mode).
10921 (cperl-dark-background): Disable without window-system.
10922 Do `defface' only if window-system.
10923 (cperl-fix-line-spacing): Sped up to bail out early.
10924 (x-color-defined-p): Was not compiling on XEmacs
10925 Was defmacro'ed with a tick. Remove another def.
10926 (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
10927 (cperl-unwind-to-safe): New function.
10928 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
10929 (cperl-fontify-syntaxically): Unwinds start and end to go out of
10930 long strings (not very successful).
10931 (cperl-forward-re): Highlight the trailing / in s/foo// as string.
10932 Highlight the starting // in s//foo/ as function-name.
10933 Emit a meaningful error instead of a cryptic one for an
10934 uncomplete REx near end-of-buffer.
10935
10936 (cperl-electric-keyword): `qr' recognized.
10937 (cperl-electric-else): Likewise
10938 (cperl-to-comment-or-eol): Likewise
10939 (cperl-make-regexp-x): Likewise
10940 (cperl-init-faces): Likewise, and `lock' (as overridable?).
10941 Corrected to use new macros;
10942 `if' for copying `reference-face' to `constant-face' was backward.
10943 remove init `font-lock-other-emphasized-face',
10944 `font-lock-emphasized-face', `font-lock-keyword-face'.
10945 Interpolate `cperl-invalid-face'.
10946 (cperl-make-regexp-x): Misprint in a message.
10947 (cperl-syntaxify-unwind): New configuration variable
10948 (cperl-fontify-m-as-s): New configuration variable
10949 (cperl-electric-pod): Check for after-expr was performed
10950 inside of POD too.
10951 (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
10952 (cperl-clobber-mode-lists): New configuration variable.
10953 (cperl-not-bad-style-regexp): Updated.
10954 Init: `cperl-is-face' was busted.
10955 (cperl-make-face): New macros.
10956 (cperl-force-face): New macros.
10957 (font-lock-other-type-face): Done via `defface' too.
10958 (cperl-nonoverridable-face): New face. Renamed from
10959 `font-lock-other-type-face'.
10960 (cperl-init-faces-weak): Use `cperl-force-face'.
10961 (cperl-comment-indent): Commenting __END__ was not working.
10962 (cperl-indent-for-comment): Likewise.
10963 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'.
10964 When removing old TAGS info was not relativizing filename.
10965 (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
10966 Another try to work around XEmacs problems. Better progress messages.
10967 (toplevel): Require custom unprotected => failure on 19.28.
10968 (cperl-xemacs-p): Defined when compile too
10969 (cperl-find-tags): Was writing line/pos in a wrong order,
10970 pos off by 1 and not at beg-of-line.
10971 (cperl-etags-snarf-tag): New macro
10972 (cperl-etags-goto-tag-location): New macro
10973 (cperl-version): New variable. New menu entry
10974 random docstrings: References to "future" 20.3 removed.
10975 Menu was described as `CPerl' instead of `Perl'
10976 (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
10977 (cperl-toggle-construct-fix): Was toggling to t instead of 1.
10978 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face'
10979 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
10980 `font-lock-reference-face', `font-lock-keyword-face'.
10981 Use `eval-after-load'.
10982 Remove not-CPerl-related faces.
10983 (cperl-tips-faces): New variable and an entry into Mini-docs.
10984 (cperl-indent-exp): Was not processing else-blocks.
10985 (cperl-get-state): NOP line removed.
10986 (cperl-ps-print): New function and menu entry.
10987 (cperl-ps-print-face-properties): New configuration variable.
10988 (cperl-invalid-face): New configuration variable.
10989 (perl-font-lock-keywords): Highlight trailing whitespace
10990 (cperl-contract-levels): Documentation corrected.
10991 (cperl-contract-level): Likewise.
10992 (cperl-ps-extend-face-list): New macro.
10993 (cperl-invalid-face): Change to ''underline.
10994
10995 1998-12-25 Markus Rost <rost@delysid.gnu.org>
10996
10997 * mail/rmailout.el (rmail-output): Abbreviate name of default-file
10998 for read-file-name.
10999 (rmail-output-to-rmail-file): Likewise.
11000
11001 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
11002
11003 * emacs-lisp/easymenu.el (easy-menu-get-map):
11004 If MENU is nil, use global menu-bar map.
11005 (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
11006 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
11007
11008 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11009
11010 * ps-mule.el (ps-mule-begin-job): Programming uniformization.
11011
11012 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11013
11014 * ps-print.el (ps-print-version): New version number (4.1.3).
11015
11016 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org>
11017
11018 * international/mule-cmds.el: Use make-sparse-keymap instead of
11019 define-prefix-key when defining MULE menu items.
11020
11021 * info.el (Info-node-at-bob-matching): New function.
11022 (Info-find-node, Info-build-node-completions): Call it.
11023
11024 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org>
11025
11026 * help.el (describe-function-1): Say "keymap", not "Lisp macro",
11027 when this is an autoloaded keymap.
11028
11029 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org>
11030
11031 * international/codepage.el (cp-coding-system-for-codepage-1):
11032 Create separate encoders and decoders, for DOS and Unix. Make the
11033 usual family of 3 coding systems, so that automatic detection of
11034 EOL type works.
11035 (cp-make-coding-systems-for-codepage): Don't intern DOS- and
11036 Unix-specific symbols here, and don't call
11037 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi
11038 Handa <handa@etl.go.jp>.)
11039
11040 * dos-vars.el (dos-codepage-setup-hook): New defcustom.
11041
11042 * term/internal.el (IT-character-translations): New variable, an
11043 alist used to display characters for which there's no glyphs in
11044 the current codepage.
11045 (IT-display-table-setup): New function, sets up the DOS terminal
11046 for a given codepage.
11047 (dos-codepage-setup): New function, sets up the MULE environment
11048 for the current value of dos-codepage.
11049 (top-level if): In the multibyte mode, turn on
11050 unibyte-display-via-language-environment. In the unibyte mode,
11051 set up the special syntax tables to map lower- to upper case and
11052 back.
11053
11054 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org>
11055
11056 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
11057 (speedbar-frame-plist) Remove useless comments.
11058 (speedbar-frame-mode) Do not specify height if it is in the param list.
11059 Use default y position w/out changing it.
11060 If default x position is a list, keep, calculate the non-list X
11061 value when devining an initial position.
11062 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
11063 (speedbar-tag-group-name-minimum-length): New variable.
11064 (speedbar-frame-parameter): New compatibility function.
11065 (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
11066 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
11067 groups to keep things in the right order, and to help with some
11068 naming conventions.
11069 (speedbar-create-tag-hierarchy): Enable buffer local version of
11070 `speedbar-tag-hierarchy-method' in the buffer we are tagging.
11071 (speedbar-line-path) Make DEPTH param optional. Devine it if absent.
11072 the case, derive it from the cursor location in speedbar.
11073
11074 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
11075
11076 * international/mule-cmds.el (set-language-environment): On MS-DOS
11077 terminals, install DOS-specific nonascii-translation-table if the
11078 language info doesn't specify one. Pass the default eol-type to
11079 set-language-environment-coding-systems.
11080 (set-default-coding-systems): Copy the eol-type property for the
11081 new default values of {buffer-file,process}-coding-system from the
11082 old defaults.
11083 (set-language-environment-coding-systems): Accept an optional
11084 argument EOL-TYPE, and set the eol-type property of the default
11085 coding systems accordingly.
11086 (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
11087 (set-keyboard-coding-system): Likewise.
11088 (set-default-coding-systems): Don't set
11089 default-terminal-coding-system on MS-DOS to anything but nil.
11090 (prefer-coding-system): Describe in the doc string that
11091 default-terminal-coding-system is not changed on MS-DOS.
11092 (set-language-environment): For MS-DOS, set standard syntax table
11093 and display table for all characters with code above 127.
11094 (standard-display-european-internal): For MS-DOS, pass all
11095 characters with code above 127 directly to the terminal, and don't
11096 remap characters 160 and 146 in the unibyte case.
11097
11098 * international/codepage.el: New file.
11099
11100 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11101
11102 * diary-lib.el (diary-float): Fix end-of-year error and typos in
11103 comments.
11104
11105 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
11106
11107 * map-ynp.el (map-y-or-n-p): Ignore input methods.
11108
11109 * subr.el (read-passwd): Likewise.
11110
11111 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org>
11112
11113 * info.el (Info-find-node): Add 1 to the position read from the
11114 tag table. Don't fail if the node delimiter ^_ is the first
11115 character in the file.
11116 (Info-insert-dir): Don't fail when the node delimiter ^_ is the
11117 first character in the file.
11118 (Info-read-subfile): Likewise.
11119 (Info-select-node): Likewise.
11120 (Info-build-node-completions): Likewise.
11121
11122 1998-12-16 Richard Stallman <rms@gnu.org>
11123
11124 * term/x-win.el (x-cut-buffer-or-selection-value):
11125 If clipboard is enabled, try it before PRIMARY selection.
11126
11127 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11128
11129 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
11130 insert c-cedilla and C-cedilla respectively, like in latin-1.
11131
11132 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org>
11133
11134 * language/hebrew.el: Don't use sublists in the flags argument
11135 passed to make-coding-system.
11136
11137 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11138
11139 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
11140 list of character sets found by find-charset-region.
11141
11142 * ps-mule.el: Always require ps-print. Move some function
11143 definitions for Emacs 20.2 and the earlier to ps-print.el.
11144 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
11145
11146 * ps-print.el: Define several functions for Emacs 20.2 and the
11147 earlier version.
11148 (ps-printer-name): Check if printer-name is bound.
11149
11150 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11151
11152 * ps-mule.el: Programming uniformization and little code improvement.
11153 (ps-mule-prepare-font): Programming uniformization.
11154 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
11155 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
11156
11157 * ps-bdf.el: Programming uniformization and little code improvement.
11158 (bdf-search-and-read): New fun.
11159 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
11160 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
11161 (bdf-info-relative-compose, bdf-info-baseline-offset)
11162 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
11163 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
11164 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
11165 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
11166 improvement.
11167
11168 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11169
11170 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
11171 and mule related code extraction. Autoload ps-mule funs.
11172
11173 * ps-mule.el: Doc fix. Require ps-print only when compiled.
11174 (ps-mule-prologue-generated): New fun.
11175 (ps-mule-plot-string): Add autoload cookie.
11176 (ps-mule-begin-job): Call ps-mule-prologue-generated.
11177
11178 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11179
11180 * ps-bdf.el: Require ps-mule instead of ps-print.
11181 (bdf-directory-list): Add autoload cookie.
11182
11183 * ps-mule.el: New file. Mule related code extracted from
11184 ps-print.el. Require ps-print, provide ps-mule.
11185 (ps-multibyte-buffer): Add autoload cookie.
11186 (ps-mule-prepare-ascii-font): New fun.
11187 (ps-mule-set-ascii-font): New fun.
11188 (ps-mule-skip-same-charset): Fun deleted.
11189 (ps-mule-plot-string): Set ps-mule-current-charset.
11190 (ps-mule-initialize): Add autload cookie. Don't set
11191 ps-mule-font-info-database here.
11192 (ps-mule-begin-job): Renamed from ps-mule-begin. Update
11193 ps-mule-font-info-database and ps-control-or-escape-regexp.
11194 (ps-mule-begin-page): New fun.
11195
11196 * ps-print.el: Mule related code moved to ps-mule.el.
11197 (ps-begin-job): While setting ps-control-or-escape-regexp, don't
11198 check ps-mule-charset-list.
11199 (ps-begin-page): Don't set ps-mule-current-charset, instead call
11200 ps-mule-begin-page.
11201 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
11202 (ps-plot-region): Don't set ps-mule-current-charset, instead call
11203 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset,
11204 instead skip same charsets by itself.
11205 (ps-generate): Call ps-mule-initialize of needs-begin-file is
11206 non-nil. Call ps-mule-begin-job.
11207
11208 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11209
11210 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf
11211 instead of bdf.
11212
11213 * ps-print.el (ps-mule-font-info-database): Doc-string modified.
11214 (ps-mule-external-libraries): New element FEATURE.
11215 (ps-mule-init-external-library): Ajusted for the above change.
11216 (ps-mule-generate-font): Likewise.
11217 (ps-mule-generate-glyphs): Likewise.
11218 (ps-mule-prepare-font): Likewise.
11219 (ps-mule-initialize): Likewise.
11220 (ps-begin-file): Superfluous tailing parenthesis deleted.
11221
11222 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11223
11224 * international/fontset.el (x-decompose-font-name): If PATTERN
11225 doesn't have any wild cards, return a vector made from a name that
11226 is found by x-resolve-font-name found. Comments added.
11227
11228 * international/mule-cmds.el (find-coding-systems-for-charsets):
11229 Handle the case of unknown charset.
11230 (find-multibyte-characters): If invalid multibyte characters are
11231 found, return the corresponding strings instead of character
11232 codes.
11233 (find-multibyte-characters): Adjusted for the above change.
11234 (select-safe-coding-system): For a unibyte buffer, always returns
11235 DEFAULT-CODING-SYSTEM.
11236 (get-charset-property): Fix previous change. Make it a function.
11237 (put-charset-property): Make it a function.
11238
11239 * international/mule.el (make-coding-system): Set mime-charset
11240 property of *-with-esc coding system to nil.
11241
11242 * international/quail.el (quail-point-in-conversion-region): New
11243 function.
11244 (quail-conversion-backward-delete-char): When a key sequence is
11245 being translated, call quail-delete-last-char.
11246
11247 * language/devan-util.el
11248 (devanagari-reorder-glyphs-for-decomposition): Fix the way to
11249 handle devanagari-decomposition-rules.
11250
11251 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org>
11252
11253 * textmodes/texinfo.el (texinfo-tex-buffer): Bind
11254 tex-start-options-string to empty string.
11255 (texinfo-tex-region): Use texinfo-tex-trailer as documented.
11256
11257 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org>
11258
11259 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
11260 5xx responses are already handled properly).
11261
11262 1998-12-13 Richard Stallman <rms@gnu.org>
11263
11264 * progmodes/compile.el (compilation-error-regexp-alist): Insist
11265 on a non-digit in the file name.
11266
11267 * simple.el (comment-region): Handle comment-padding
11268 separately for insertion and for deletion, in the right way for each.
11269
11270 1998-12-13 Felix Lee <flee@cygnus.com>
11271
11272 * progmodes/compile.el (compilation-error-regexp-alist): Fix
11273 regexp to match "ChangeLog:1:1998-12-09 ..."
11274
11275 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org>
11276
11277 * cus-start.el (dos-unsupported-char-glyph): Add.
11278
11279 1998-12-11 Dave Love <fx@gnu.org>
11280
11281 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
11282 forward-sexp in condition-case.
11283
11284 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11285 Remove unnecessary test on `library' for explicit file name.
11286 Widen scope of save-match-data.
11287
11288 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org>
11289
11290 * international/mule.el (load-with-code-conversion): If the loaded
11291 file was inserted with no-conversion or raw-text coding system,
11292 make the buffer unibyte.
11293
11294 1998-12-09 Richard Stallman <rms@gnu.org>
11295
11296 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
11297 Get rid of nested loops.
11298
11299 * mouse.el (mouse-drag-vertical-line):
11300 If WHICH-SIDE is not `right', then scroll bars are on the left.
11301
11302 * loadhist.el (load-history-loaded): defvar moved to help.el.
11303
11304 * help.el (symbol-file-load-history-loaded): Variable renamed,
11305 and defvar moved from loadhist.el.
11306 (symbol-file): Renamed from describe-function-find-file.
11307 Load fns-VERSION.el here.
11308 (describe-variable, describe-function-1): Use symbol-file.
11309
11310 * textmodes/tex-mode.el (tex-generate-zap-file-name):
11311 Don't start the name with #.
11312
11313 * ispell.el: Take out the eval-when's.
11314
11315 1998-12-09 Peter Breton <pbreton@ne.mediaone.net>
11316
11317 * dirtrack.el (dirtrack-directory-change-hook): New hook.
11318 (dirtrack): Run it. Make debug message more verbose.
11319
11320 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
11321
11322 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
11323 name of the abbrev table, and provide support for XEmacs.
11324 (octave-xemacs-p): New variable.
11325
11326 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
11327
11328 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
11329 exit, when mail-interactive is nil.
11330
11331 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr>
11332
11333 * files.el (after-find-file): Message fix.
11334
11335 1998-12-09 Ken Stevens <stevens@kdstevens.com>
11336
11337 * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
11338
11339 1998-12-09 Geoff Voelker <voelker@cs.washington.edu>
11340
11341 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
11342 filenames using backslashes.
11343
11344 1998-12-09 Dave Love <fx@gnu.org>
11345
11346 * browse-url.el (browse-url-mail): Call compose-mail-other-window
11347 with correct number of args.
11348 (browse-url-maybe-new-window): New arg. Callers changed.
11349
11350 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
11351 comment.
11352
11353 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
11354
11355 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
11356
11357 1998-12-08 Markus Rost <rost@delysid.gnu.org>
11358
11359 * vc.el (vc-rcs-release): Fix Type.
11360 (vc-sccs-release): Fix Type.
11361 (vc-cvs-release): Fix Type.
11362
11363 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
11364 arg work right.
11365
11366 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
11367 output of last undeleted message.
11368
11369 1998-12-07 Geoff Voelker <voelker@cs.washington.edu>
11370
11371 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
11372 (buffer-undo-list) [windows-nt]: Use different relative path.
11373
11374 1998-12-07 Simon Marshall <simon@gnu.org>
11375
11376 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
11377
11378 1998-12-05 Markus Rost <rost@delysid.gnu.org>
11379
11380 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
11381
11382 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
11383
11384 1998-12-04 Markus Rost <rost@delysid.gnu.org>
11385
11386 * info.el (Info-menu): Don't return error if point is between menu
11387 header and first menu item.
11388
11389 1998-12-04 Dave Love <fx@gnu.org>
11390
11391 * help.el (describe-function-1): Fix description for alias.
11392
11393 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org>
11394
11395 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
11396 specifications from summary line.
11397
11398 * rect.el (delete-whitespace-rectangle): Mark for autoload.
11399 (close-rectangle): Define alias only once in loaddefs.el.
11400
11401 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org>
11402
11403 * term/internal.el: Remove code which sets up a special syntax
11404 table for non-ASCII characters.
11405
11406 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org>
11407
11408 * dos-w32.el (direct-print-region-function): Try to ensure that
11409 printer-name is expanded to a file name on a local drive;
11410 sometimes printing a file loaded from a network volume fails.
11411 (direct-print-region-function): Add a function to
11412 write-region-annotate-functions to append a formfeed character to
11413 the region being printed, if the region doesn't end with a
11414 formfeed already. This avoids creating a second print job
11415 containing a blank page when print spooling is enabled on Windows.
11416
11417 1998-12-02 Dave Love <fx@gnu.org>
11418
11419 * help.el (help-make-xrefs): Use `info', not the non-autoloaded
11420 `Info-goto-node'.
11421
11422 1998-12-02 Richard Stallman <rms@gnu.org>
11423
11424 * help.el (temp-buffer-resize-mode): Doc fix.
11425
11426 * cus-edit.el (custom-save-delete): Save point before
11427 reading a sexp, rather than backing up.
11428
11429 * international/iso-transl.el: Fix previous change.
11430
11431 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
11432
11433 * vc.el (vc-dired-window-configuration, vc-ediff-windows,
11434 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
11435 Added defvars to suppress compilation warnings.
11436
11437 1998-11-30 Ken Stevens <k.stevens@ieee.org>
11438
11439 * ispell.el: Improved and fixed customize for variables:
11440 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
11441 ispell-dictionary-alist, ispell-skip-sgml.
11442 Improved and fixed comments in variables and messages for
11443 functions: ispell-help-in-bufferp, ispell-local-dictionary,
11444 ispell-menu-map, ispell-checking-message, ispell-parser,
11445 ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
11446 ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
11447 ispell-comments-and-strings, ispell-continue, ispell-complete-word,
11448 ispell-message-text-end, ispell-add-per-file-word-list.
11449 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
11450 system is now required for all languages. Casechars improved for
11451 castellano, castellano8, and norsk dictionaries. Dictionary
11452 norsk7-tex added. Dictionary polish added.
11453 (ispell-dictionary-alist): Redefined at load-time to support
11454 dictionary changes.
11455 (ispell-menu-map): Redefined at load-time to support menu changes.
11456 (ispell-check-version): New alias for `check-ispell-version'.
11457 (ispell-parse-output): Fixed matching for ispell error messages.
11458 Correctly returns spelling suggestions in order generated by ispell
11459 process.
11460 (check-ispell-version): Ensure `case-fold-search' doesn't get
11461 redefined.
11462 (ispell-complete-word): Ensure `case-fold-search' doesn't get
11463 redefined. Fix bug that didn't respect case of word being completed.
11464 (ispell-init-process): Set process coding system to be compatible
11465 with emacs processes and the ispell process.
11466 (ispell-kill-ispell): Ensures ispell process has terminated before
11467 starting new process. This can otherwise confuse process filters
11468 and hang the ispell process.
11469 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
11470 skipping support for sgml.
11471 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r
11472 which could cause `ispell-complete-word' to hang.
11473 (ispell-message): Improved message reference matching. Ensure
11474 `case-fold-search' doesn't get redefined.
11475 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
11476 get redefined. Fixed bug in returning to nroff mode from tex mode.
11477 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
11478 get redefined.
11479
11480 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu>
11481
11482 * textmodes/flyspell.el (flyspell-check-word-p):
11483 Don't delay inside a kbd macro.
11484
11485 * subr.el (make-local-hook): Return the hook variable.
11486
11487 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11488
11489 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
11490 Use a timer instead of post-command-hook.
11491 (hscroll-timer): New variable.
11492
11493 1998-11-30 Dave Love <fx@gnu.org>
11494
11495 * help.el (help-xref-button): Do nothing if text already has the
11496 help-xref property.
11497 (describe-variable): Revert previous change to hyperlink to source.
11498
11499 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
11500
11501 * bindings.el (features): Add `base64' to this list.
11502
11503 * loadhist.el (symbol-file): Doc fix.
11504
11505 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
11506
11507 * files.el (hack-one-local-variable): Cope with non-file buffers.
11508
11509 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu>
11510
11511 * help.el (describe-mode): Put major mode first.
11512
11513 * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
11514 to support special-display and same-window features.
11515
11516 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu>
11517
11518 * simple.el (transpose-subr, transpose-subr-1): Rename variables
11519 bound in one function and used in the other.
11520 (transpose-subr-start1, transpose-subr-start2): Add defvars.
11521 (transpose-subr-end1, transpose-subr-end2): Add defvars.
11522
11523 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu>
11524
11525 * autoinsert.el (auto-insert-alist): Use user-mail-address.
11526
11527 1998-11-26 Kenichi Handa <handa@etl.go.jp>
11528
11529 * international/ccl.el (ccl-dump-translate-character-const-tbl):
11530 Give format correct control string.
11531
11532 * international/mule.el (define-translation-table): Fix bug of
11533 setting incorrect translation-table-id. If the first element of
11534 ARGS is a translation table, just register it.
11535
11536 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
11537 property.
11538
11539 1998-11-24 Michael Ernst <mernst@alum.mit.edu>
11540
11541 * thingatpt.el (thing-at-point-url-at-point): Don't use current
11542 syntax table to determine what is whitespace.
11543
11544 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu>
11545
11546 * frame.el (frame-parameter): Doc fix.
11547
11548 * textmodes/tex-mode.el (tex-feed-input): New function.
11549 (tex-define-common-keys): Add binding for C-c C-m.
11550
11551 1998-11-23 Dave Love <fx@gnu.org>
11552
11553 * progmodes/fortran.el: Various minor doc fixes.
11554 (fortran-font-lock-keywords-1): Add `d' to comment-chars.
11555 (fortran-with-subprogram-narrowing): New macro.
11556 (fortran-check-for-matching-do): Use it.
11557 (fortran-end-do): Use fortran-check-end-prog-re.
11558 (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
11559 (fortran-calculate-indent, fortran-calculate-indent): Likewise.
11560
11561 1998-11-23 Simon Marshall <simon@gnu.org>
11562
11563 * font-lock.el (font-lock-defaults): Doc fix.
11564 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
11565 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
11566
11567 * lazy-lock.el (lazy-lock-unstall):
11568 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
11569
11570 * fast-lock.el (fast-lock-save-cache-1):
11571 (fast-lock-cache-data): Rewritten to use with-temp-message.
11572
11573 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org>
11574
11575 * mail/rmail.el (rmail-set-message-counters-counter): Detect
11576 messages that have been added with DOS line endings and convert
11577 the line endings for such messages.
11578
11579 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11580
11581 * help.el: Add resizing of temporary buffers.
11582 (temp-buffer-resize-mode): New command and variable.
11583 (temp-buffer-max-height): New variable.
11584 (resize-temp-buffer-window): New function.
11585
11586 * window.el (window-buffer-height): New function, split from
11587 shrink-window-if-larger-than-buffer.
11588 (shrink-window-if-larger-than-buffer): Use window-buffer-height.
11589
11590 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu>
11591
11592 * frame.el (initial-frame-alist): Add defcustom.
11593
11594 * shell.el (shell-prompt-pattern): Add defcustom.
11595
11596 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11597
11598 * message.el (message-ignored-supersedes-headers): Remove
11599 NNTP-Posting-Date.
11600
11601 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu>
11602
11603 * help.el (describe-mode): Don't avoid loop indirecting thru
11604 value of INDICATOR.
11605
11606 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu>
11607
11608 * help.el (describe-variable): Allow any variable with a defcustom,
11609 even if it is not a user variable.
11610
11611 * mail/rmail.el (mail-unsent-separator): Additional alternative.
11612
11613 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org>
11614
11615 * gnus/nntp.el (nntp-request-group): Allow for failures when
11616 requesting a new group.
11617
11618 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu>
11619
11620 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
11621
11622 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11623
11624 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
11625
11626 1998-11-19 Simon Marshall <simon@gnu.org>
11627
11628 * subr.el (with-temp-message): New macro.
11629
11630 * emacs-lisp/lisp-mode.el (with-temp-message):
11631 Add lisp-indent-function property.
11632
11633 1998-11-18 Dave Love <fx@gnu.org>
11634
11635 * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
11636
11637 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu>
11638
11639 * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
11640 This is not obsolete.
11641
11642 1998-11-18 Kenichi Handa <handa@etl.go.jp>
11643
11644 * textmodes/picture.el: Make a new map by make-keymap.
11645 (picture-desired-column): New variable.
11646 (picture-update-desired-column): New function.
11647 (picture-beginning-of-line): Set picture-desired-column to 0.
11648 (picture-end-of-line): Set picture-desired-column to the current
11649 column.
11650 (picture-forward-column): Pay attention to multi-column character.
11651 (picture-backward-column): Likewise.
11652 (picture-move-down): Likewise.
11653 (picture-move-up): Likewise.
11654 (picture-movement-nw): With prefix arg, move twice columns.
11655 (picture-movement-ne): Likewise.
11656 (picture-movement-sw): Likewise.
11657 (picture-movement-se): Likewise.
11658 (picture-set-motion): Handle two-column movements.
11659 (picture-move): Call picture-move-down or picture-forward-column
11660 only when necessary.
11661 (picture-insert): Pay attention to picture-desired-column.
11662 (picture-self-insert): Likewise.
11663 (picture-clear-column): Pay attention to multi-column character.
11664 (picture-mode): Modify doc-string for two-column movement.
11665
11666 * rect.el (move-to-column-force): New function.
11667 (operate-on-rectangle): If coerce-tabs is non-nil, call
11668 move-to-column-force instead of move-to-column.
11669 (insert-rectangle): Call move-to-column-force instead of
11670 move-to-column.
11671 (open-rectangle-line): If begextra is not zero, call
11672 move-to-column-force.
11673
11674
11675 1998-11-16 Dave Love <fx@gnu.org>
11676
11677 * textmodes/sgml-mode.el Require skeleton when compiling.
11678 (sgml-font-lock-keywords-1): Accept single-letter tags.
11679 (v2): Defvar free variable.
11680
11681 1998-11-16 Sam Steingold <sds@goems.com>
11682
11683 * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
11684 macro, not ELisp one.
11685
11686 1998-11-16 Kenichi Handa <handa@etl.go.jp>
11687
11688 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
11689 characters to symbol.
11690
11691 * language/japan-util.el (japanese-zenkaku-region): New optional
11692 arg KATAKANA-ONLY.
11693
11694 1998-11-16 Kenichi Handa <handa@etl.go.jp>
11695
11696 * international/mule.el
11697 (after-insert-file-set-buffer-file-coding-system): If the buffer
11698 is changed to unibyte, return inserted bytes.
11699
11700 * tar-mode.el (tar-header-block-tokenize): Decode codes of file
11701 and link names if necessary.
11702 (tar-header-block-summarize): Handle the case that file or link
11703 names are multibyte.
11704 (tar-summarize-buffer): At first set the current buffer unibyte,
11705 then if there are multibyte file names, change it to multibyte.
11706 (tar-mode): Get char position from tar-header-offset.
11707 (tar-extract): Avoid multibyte<->unibyte conversion in
11708 insert-buffer-subsring by setting both buffers unibyte
11709 temporarily.
11710 (tar-copy): Set the buffer unibyte while doing a work. Write
11711 without code conversion.
11712 (tar-expunge): Set the buffer unibyte while doing a work.
11713 (tar-alter-one-field): Likewise.
11714 (tar-clear-modification-flags): Compare byte position with
11715 tar-header-offset.
11716 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
11717 insert-buffer-subsring by setting both buffers unibyte
11718 temporarily. Pay attention to multibyteness while updating the
11719 descriptor-line.
11720 (tar-mode-write-file): Write without code conversion.
11721
11722 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11723
11724 * nngateway.el: Require cl.
11725
11726 1998-11-15 Dave Love <fx@gnu.org>
11727
11728 * progmodes/fortran.el: Fix previous change:
11729 (fortran-end-prog-re1): Changed.
11730 (fortran-check-end-prog-re): New function.
11731 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
11732
11733 1998-11-13 Tom Breton <tob@world.std.com>
11734
11735 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
11736 GNU Emacs.
11737
11738 1998-11-13 Carsten Dominik <cd@delysid.gnu.org>
11739
11740 * textmodes/reftex.el: (reftex-finding-files): Group documentation
11741 fixed.
11742 (reftex-toc-toggle-file-boundary,
11743 reftex-toc-toggle-labels,
11744 reftex-toc-toggle-context,reftex-find-start-point): New functions.
11745 (reftex-toc-include-labels, reftex-toc-include-context,
11746 reftex-toc-include-file-boundaries,
11747 reftex-toc-keep-other-windows): New options.
11748 (reftex-use-text-after-label-as-context): Option removed.
11749 (reftex-extract-bib-entries): Protect use in non-latex
11750 buffers.
11751 (reftex-toc-visit-location): Renamed from
11752 `reftex-toc-visit-line'.
11753 (reftex-latin1-to-ascii): Works now with and without Mule.
11754 (reftex-truncate): Removed special stuff for Emacs 20.2.
11755 (reftex-get-offset): Made more general.
11756 (reftex-show-label-location): Renamed from
11757 `reftex-select-label-callback'.
11758 (reftex-pop-to-label): Function removed (using
11759 `reftex-show-label-location' instead.
11760 (reftex-insert-docstruct): Renamed from
11761 `reftex-make-and-insert-label-list'. Function args changed.
11762 (reftex-toc): Now uses `reftex-insert-docstruct' and
11763 `reftex-find-start-point'.
11764 (reftex-select-item): Use `reftex-find-start-point'.
11765 (reftex-toc-visit-line): Can display labels and file
11766 boundaries.
11767 (reftex-TeX-master-file): `(TeX-master-file)' protected.
11768
11769 1998-11-12 Sam Steingold <sds@goems.com>
11770
11771 * browse-url.el (browse-url): Handle the case when
11772 `browse-url-browser-function' is a lambda list.
11773
11774 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org>
11775
11776 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
11777 version string.
11778 * loadhist.el (symbol-file): Likewise
11779
11780 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM>
11781
11782 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
11783
11784 1998-11-11 Sam Steingold <sds@goems.com>
11785
11786 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
11787 `run-lisp' instead of signalling an error.
11788
11789 1998-11-11 Karl Heuer <kwzh@gnu.org>
11790
11791 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
11792
11793 1998-11-11 Richard Stallman <rms@gnu.org>
11794
11795 * vc-hooks.el (vc-toggle-read-only): Doc fix.
11796
11797 1998-11-11 Per Starback <starback@update.uu.se>
11798
11799 * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
11800 renamed svenska8 to svenska, and fixed and extended CASECHARS
11801 for it.
11802
11803 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org>
11804
11805 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
11806 handling if setpagedevice is not available.
11807 (ps-begin-file): Fix typo.
11808
11809 1998-11-11 Kenichi Handa <handa@etl.go.jp>
11810
11811 * international/mule-util.el (compose-chars-component): Signal
11812 error if CH is a rule-based composition character.
11813 (compose-chars): Signal error if an already compsed character is
11814 going to be composed by rule-base.
11815
11816 * term/x-win.el: If a resolved ASCII font name doesn't conform to
11817 full XLFD, don't try to get information of WEIGHT and SLANT from
11818 that font name.
11819
11820 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
11821
11822 * dos-w32.el (set-default-process-coding-system): Use function on
11823 before-init-hook to set default-process-coding-system based on
11824 enable-multibyte-characters.
11825
11826 * term/w32-win.el ([language-change]): For now ignore
11827 keyboard language-change events.
11828
11829 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org>
11830
11831 * ediff-util.el (ediff-make-temp-file): Run the prefix through
11832 convert-standard-file-name, but leave the results of
11833 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2
11834 characters if the original name already exists, or has a special
11835 handler.
11836
11837 1998-11-10 Karl Heuer <kwzh@gnu.org>
11838
11839 * international/iso-insert.el: Delete autoload cookies.
11840
11841 * international/iso-transl.el: Add autoload cookies.
11842
11843 1998-11-10 Richard Stallman <rms@gnu.org>
11844
11845 * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
11846 (ispell-process-line): Don't treat multibyte
11847
11848 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk>
11849
11850 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
11851 setpagedevice to specify the page size if setpagedevice is
11852 available. This is necessary to select the correct paper tray on
11853 Level 2 printers with multiple paper sizes available.
11854
11855 (ps-begin-file): Cope with font names that contain spaces, and
11856 call BeginDoc in a BeginSetup/EndSetup block.
11857
11858 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org>
11859
11860 * loadup.el (buffer-undo-list): Run fns-VERSION.el through
11861 convert-standard-filename.
11862
11863 * loadhist.el (symbol-file): Run fns-VERSION.el through
11864 convert-standard-filename.
11865
11866 1998-11-06 Richard Stallman <rms@gnu.org>
11867
11868 * textmodes/texinfmt.el (texinfo-format-scan):
11869 Detect the case of two @-commands in a row; process just the first.
11870 (texinfo-append-refill): If line has a @c, insert the @refill
11871 before it.
11872 (texinfo-format-refill): Return with point where the @refill was.
11873
11874 * files.el (hack-local-variables): Test local-enable-local-variables.
11875 (hack-local-variables-prop-line): Likewise.
11876 (set-auto-mode): Don't test local-enable-local-variables here.
11877 (enable-local-variables): Doc fix.
11878 (local-enable-local-variables): Doc fix.
11879 (normal-mode): Doc fix.
11880
11881 1998-11-06 Karl Heuer <kwzh@gnu.org>
11882
11883 * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
11884
11885 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM>
11886
11887 * simple.el (line-number-mode): Doc fix.
11888
11889 1998-11-06 Kenichi Handa <handa@etl.go.jp>
11890
11891 * international/fontset.el (create-fontset-from-fontset-spec):
11892 Give correct arg to `error'.
11893
11894 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org>
11895
11896 * textmodes/sgml-mode.el (html-mode): Doc fix.
11897 (sgml-name-8bit-mode): Fix missing format character in message string.
11898
11899 1998-11-05 Karl Heuer <kwzh@gnu.org>
11900
11901 * mail/sendmail.el (sendmail-send-it): Check for failure.
11902
11903 1998-11-05 Richard Stallman <rms@gnu.org>
11904
11905 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
11906
11907 * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
11908 (close-rectangle): Define as alias.
11909
11910 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu>
11911
11912 * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
11913
11914 1998-11-05 Dave Love <fx@gnu.org>
11915
11916 * help.el (describe-variable): Don't quote link to source.
11917
11918 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu>
11919
11920 * gud.el (gud-common-init): Use pop-to-buffer.
11921 (same-window-regexps): Add an element that matches all gud buffers.
11922
11923 1998-11-04 Jason Rumney <jasonr@altavista.net>
11924
11925 * term/w32-win.el (x-get-selection-value): Alias to
11926 x-cut-buffer-or-selection-value.
11927 (w32-standard-fontset-spec): New variable.
11928 (w32-create-initial-fontsets, mouse-set-font): Check whether
11929 new-fontset is available.
11930 (w32-use-w32-font-dialog): Enable use of set-variable.
11931
11932 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11933
11934 * vc.el (with-vc-file, edit-vc-file): New macros.
11935
11936 1998-11-04 Kenichi Handa <handa@etl.go.jp>
11937
11938 * international/quail.el (quail-show-guidance-buf): Call
11939 set-minibuffer-window to set minibuffer window of the current
11940 frame correctly.
11941
11942 1998-11-03 Theodore Jump <tjump@tertius.com>
11943
11944 * term/w32-win.el: Require fontset.
11945
11946 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org>
11947
11948 * faces.el (set-face-font): Call resolve-fontset-name on w32.
11949 (set-face-font-auto): Ditto.
11950
11951 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
11952
11953 * mouse.el (mouse-drag-region): Fix typo.
11954
11955 1998-11-02 Dave Love <fx@gnu.org>
11956
11957 * progmodes/fortran.el Fix for fontification of strings lost somehow:
11958 (fortran-fontify-string): New function.
11959 (fortran-font-lock-keywords-1): Use it.
11960
11961 1998-11-02 Markus Rost <rost@delysid.gnu.org>
11962
11963 * comint.el (comint-file-name-quote-list): Doc fix.
11964
11965 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
11966
11967 * loadup.el (buffer-undo-list): Write fns-VERSION.el into
11968 build directory, not source directory.
11969
11970 * mouse.el (mouse-drag-region): Fake up a mouse-motion event
11971 if we did not get one for the final move.
11972
11973 1998-11-01 Dave Love <fx@gnu.org>
11974
11975 * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
11976 Don't funcall browse-url-browser-function.
11977
11978 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
11979 Don't funcall browse-url-browser-function.
11980
11981 * fortran.el (fortran-end-prog-re1): Fix the regexp.
11982
11983 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
11984
11985 * files.el (revert-buffer): Doc fix.
11986
11987 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
11988
11989 * textmodes/tex-mode.el (tex-start-options-string):
11990 Quote the backslashes with more backslashes.
11991
11992 1998-10-31 Dave Love <fx@gnu.org>
11993
11994 * webjump.el (webjump-sample-sites): Fix Lisp archive site.
11995 (webjump): Don't funcall browse-url-browser-function.
11996
11997 1998-10-30 Kenichi Handa <handa@etl.go.jp>
11998
11999 * international/quail.el (quail-start-translation): Handle
12000 switching of the frame in read-key-sequence.
12001 (quail-start-conversion): Likewise.
12002 (quail-show-guidance-buf): Detach quail-guidance-buf from any
12003 windows before setting an appropriate window for it.
12004 (quail-hide-guidance-buf): Use window-minibuffer-p. Set
12005 quail-guidance-win to nil.
12006 (quail-update-guidance): If quail-guidance-buf is not in the
12007 selected frame, call quail-show-guidance-buf again.
12008
12009 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no>
12010
12011 * progmodes/pascal.el (pascal-mode):
12012 `blink-matching-paren-dont-ignore-comments' set to t.
12013
12014 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12015
12016 * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
12017
12018 1998-10-30 Dave Love <fx@gnu.org>
12019
12020 * vc.el (vc-backend-merge-news): Check for "P" output.
12021
12022 * help.el (describe-variable): Hyperlink the definition.
12023
12024 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
12025
12026 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
12027 (sh-set-shell): Likewise.
12028
12029 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
12030
12031 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
12032 (edebug-on-error): Fix customize type to match that of
12033 debug-on-error.
12034
12035 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
12036
12037 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
12038 report-emacs-bug-address instead of undefined bug-gnu-emacs.
12039
12040 * international/mule-cmds.el (select-message-coding-system): Doc
12041 fix.
12042
12043 * international/mule-diag.el (describe-coding-system): Describe
12044 all flags.
12045
12046 * mail/sendmail.el (sendmail-coding-system,
12047 default-sendmail-coding-system): Doc fix.
12048
12049 * simple.el (shell-command-on-region): Doc fix.
12050
12051 * loadup.el: Write fns-*.el in current directory instead of
12052 data-directory since no installation directory exists yet. Mark
12053 buffer unmodified afterwards.
12054
12055 * loadhist.el (symbol-file): Load fns-*.el from exec-directory
12056 instead of data-directory since it is architecture dependent.
12057 (load-history-loaded): Update doc string.
12058
12059 1998-10-29 Geoff Voelker <voelker@cs.washington.edu>
12060
12061 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
12062 path as a default directory when canonicalizing names.
12063
12064 * w32-fns.el: Remove a dangling reference to a directory on the
12065 build machine.
12066
12067 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu>
12068
12069 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
12070 namespace related keywords such as `class', `body', `private',
12071 `variable', `namespace eval', etc.
12072 (tcl-imenu-generic-expression): Handle itcl body and class definitions.
12073 (tcl-mode): Added ":" as a word constituent to the syntax-alist of
12074 imenu and font-lock so that searches for \sw would find words
12075 containing colons.
12076
12077 * progmodes/etags.el (initialize-new-tags-table):
12078 Do not alter find-tag-marker-ring and tags-location-ring.
12079
12080 1998-10-27 Geoff Voelker <voelker@cs.washington.edu>
12081
12082 * term/w32-win.el: Require fontset.
12083 (w32-init-fontsets): New function (code from x-win.el).
12084
12085 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12086
12087 * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
12088 calendar-and-diary-frame-parameters): Add title parameter.
12089
12090 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
12091
12092 * completion.el (dynamic-completion-mode): New function to enable
12093 the mode. (Just loading the file now does not change anything.)
12094
12095 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12096
12097 * ps-print.el: User option for multibyte buffer handling and doc fix.
12098 (ps-multibyte-buffer): New user option.
12099 (ps-setup): Print new user option.
12100 (ps-print-quote): New fun.
12101 (ps-color-p, ps-mule-font-info-database-latin): New var.
12102 (ps-default-color, ps-mule-font-info-database)
12103 (ps-mule-font-info-database-ps-bdf): Adjust initialization.
12104 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
12105 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
12106 Little code improvement.
12107 (ps-mule-initialize): Initialize ps-mule-font-info-database.
12108 (ps-print-prologue-header, ps-font-family, ps-font-size)
12109 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
12110 (ps-build-face-reference, ps-mule-font-info-database-bdf)
12111 (ps-mule-external-libraries, ps-mule-init-external-library)
12112 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
12113 Doc fix.
12114 (ps-print-version): New version number (4.1.1) and doc fix.
12115 (ps-print-prologue-header): New user option.
12116 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
12117 Conditional compilation for GNU Emacs and emacsens.
12118 (ps-generate-postscript-with-faces): Skip invisible text better.
12119 (ps-setup): Print new user option.
12120 (ps-print-preprint): Check if input file name exists and is unwritable.
12121 (ps-begin-file): Adjust PostScript prologue header for duplex printers
12122 and insert user PostScript prologue header comments.
12123 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
12124 New funs.
12125 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
12126 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
12127 PostScript programming normalization.
12128 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
12129 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
12130 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
12131 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
12132 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
12133 Programming style normalization.
12134
12135 1998-10-26 Kenichi Handa <handa@etl.go.jp>
12136
12137 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
12138 version, check the value of mule-version.
12139
12140 * international/mule-util.el (compose-region): Insert then delete
12141 to preserve markers.
12142 (decompose-region): Use search-forward for efficiency.
12143
12144 * language/chinese.el (pre-write-encode-hz): Cancel previous
12145 change, use generate-new-buffer instead of get-buffer-create.
12146 * language/devan-util.el
12147 (in-is13194-devanagari-pre-write-conversion): Likewise.
12148 * language/thai-util.el (thai-pre-write-conversion): Likewise.
12149 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
12150 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
12151
12152 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
12153
12154 * mail/rmailsum.el (rmail-message-subject-p):
12155 Handle message whose header has not been reformatted.
12156
12157 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
12158
12159 1998-10-25 Jason Rumney <jasonr@altavista.net>
12160
12161 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
12162 New variables.
12163 (mouse-set-font): Use font menus instead of dialog according to
12164 w32-use-w32-font-dialog.
12165
12166 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12167
12168 * calendar/calendar.el (calendar-day-name-array): Add doc string
12169 correctly!
12170 (calendar-month-name-array): Add doc string correctly!
12171
12172 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu>
12173
12174 * net-utils.el (whois-get-tld): Rewrite not to use `do'.
12175
12176 1998-10-21 Markus Rost <rost@delysid.gnu.org>
12177
12178 * lisp/info.el (Info-next-menu-item): Stay on top of node.
12179
12180 * mail/rmailout.el (rmail-output): Insert newline only if necessary.
12181
12182 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
12183
12184 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
12185
12186 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org>
12187
12188 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
12189
12190 1998-10-21 Karl Heuer <kwzh@gnu.org>
12191
12192 * emacs-lisp/profile.el (profile-timer-program): Var deleted.
12193 (profile-timer-process, profile-temp-result-, profile-time): Likewise.
12194 (profile-filter, profile-reset-timer): Functions deleted.
12195 (profile-check-zero-init-times, profile-get-time): Likewise.
12196 (profile-find-function, profile-quit): Likewise.
12197 (profile-distinct, profile-call-stack, profile-last-time): New vars.
12198 (profile-time-list, profile-init-list): Doc fix.
12199 (profile-functions): Simplify.
12200 (profile-print): Use float. Make output include space separators.
12201 (profile-add-time): New helper function.
12202 (profile-function-prolog): Renamed from profile-start-function.
12203 Handle profile-distinct.
12204 (profile-function-epilog): Renamed from profile-update-function.
12205 Handle profile-distinct.
12206 (profile-a-function): If the function to be profiled is an
12207 autoload form, load it. If it's lazy-loaded, fetch it.
12208 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
12209 (profile-restore-fun): Arg FUN is now a function symbol, as was
12210 documented, rather than a one-element list.
12211 (profile-finish): Call profile-restore-fun properly.
12212
12213 1998-10-21 Kenichi Handa <handa@etl.go.jp>
12214
12215 * international/characters.el: Setup charset property
12216 nospace-between-words.
12217
12218 * international/mule-cmds.el (get-charset-property): If CHARSET is
12219 composition, return nil.
12220 (put-charset-property): If CHARSET is composition, do nothing.
12221
12222 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
12223 * language/devan-util.el
12224 (in-is13194-devanagari-pre-write-conversion): Likewise.
12225 * language/thai-util.el (thai-pre-write-conversion): Likewise.
12226 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
12227 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
12228
12229 * textmodes/fill.el (sentence-end-without-period): New variable.
12230 (canonically-space-region): Pay attention to
12231 sentence-end-without-period.
12232 (fill-find-break-point): The first argument CHARSET deleted.
12233 Caller changed.
12234 (fill-region-as-paragraph): Pay attention to charset property
12235 nospace-between-words and text property nospace-between-words.
12236
12237 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
12238
12239 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
12240 an unrecognized shell.
12241
12242 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org>
12243
12244 * desktop.el (desktop-save): Include minor modes symbolically.
12245 (desktop-create-buffer): Turn on all minor modes in `mim'.
12246
12247 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
12248
12249 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
12250 (sh-font-lock-keywords): Handle rpm and rpm2.
12251 (sh-ancestor-alist): Handle rpm.
12252
12253 * files.el (auto-mode-alist): Recognize .rpm files.
12254 Also .spec and .mspec files.
12255
12256 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org>
12257
12258 * faces.el (frame-set-background-mode): Enable the function for
12259 MSDOS frames.
12260
12261 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12262
12263 * calendar/calendar.el (calendar-day-name-array): Add doc string.
12264 (calendar-month-name-array): Add doc string.
12265
12266 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu>
12267
12268 * simple.el (kill-ring-max): Increased to 60.
12269
12270 1998-10-17 Kenichi Handa <handa@etl.go.jp>
12271
12272 * international/characters.el: Setup auto-fill-chars.
12273
12274 * international/kinsoku.el (kinsoku): Check the variable
12275 enable-kinsoku.
12276
12277 * simple.el (do-auto-fill): Don't check kinsoku-enable here.
12278 Don't call kinsoku directly, intead call fill-find-break-point.
12279
12280 * textmodes/fill.el: Setup `fill-find-break-point-function'
12281 property to character sets which require `kinsoku' processing for
12282 filling.
12283 (fill-find-break-point): New function.
12284 (fill-region-as-paragraph): Don't check kinsoku-enable here.
12285 Don't call kinsoku directly, intead call fill-find-break-point.
12286
12287 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu>
12288
12289 * faces.el (modify-face-read-string): Return (nil) for "none".
12290 (modify-face): Don't get error if (nil) is the argument.
12291 (face-try-color-list): Don't check whether nil is a valid color.
12292
12293 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu>
12294
12295 * emacs-lisp/bytecomp.el (byte-recompile-directory):
12296 Print message about each directory, even in batch mode.
12297
12298 * gnus/nntp.el: Require `cl' before using nnoo-declare.
12299
12300 * ps-print.el (ps-mule-chars-in-string): No need to use sref.
12301 (ps-mule-string-char): No need to use sref.
12302 (ps-mule-next-index): No need to use sref.
12303
12304 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
12305
12306 * files.el (revert-buffer-internal-hook): Add defvar.
12307
12308 * arc-mode.el (archive-mode): Locally set file-precious-flag.
12309
12310 * tar-mode.el (tar-mode): Locally set file-precious-flag.
12311
12312 1998-10-16 Markus Rost <rost@delysid.gnu.org>
12313
12314 * international/mule-cmds.el (default-input-method): Fix custom type.
12315
12316 * net-utils.el (whois-server-list): Fix customization type.
12317
12318 * shell.el (shell-input-autoexpand): Fix customization group.
12319
12320 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu>
12321
12322 * repeat.el (repeat): Handle keyboard macros properly.
12323 Handle new prefix arg after self-insert command.
12324
12325 * repeat.el: Don't include cl even at compile time.
12326 (repeat): Avoid using `loop'.
12327
12328 * simple.el (shell-command-on-region): Doc fix.
12329 (next-history-element): Special error message if no default.
12330
12331 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu>
12332
12333 * ps-print.el (ps-print-buffer): Doc fix.
12334 (ps-despool): Likewise.
12335
12336 * arc-mode.el (arc-mode): Provide arc-mode.
12337
12338 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
12339
12340 * ps-print.el (ps-print-buffer): Doc fix.
12341
12342 1998-10-14 Dave Love <fx@gnu.org>
12343
12344 * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
12345 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
12346 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
12347
12348 * progmodes/fortran.el (fortran-mode-map): Change "Join
12349 Continuation Line" to "Join Line".
12350 (fortran-font-lock-keywords-1): Add "cycle", "exit".
12351
12352 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
12353
12354 * progmodes/fortran.el (fortran-join-line): Use
12355 `delete-indentation' instead of issuing an error message if not on
12356 a continuation line. Provide for joining several lines using
12357 prefix arg.
12358
12359 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org>
12360
12361 * term/pc-win.el (msdos-color-values): New variable.
12362 (x-color-values): New function, emulates its namesake from
12363 src/xfns.c.
12364 (msdos-bg-mode): Add all dark colors to those which return
12365 "dark".
12366
12367 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
12368
12369 * replace.el (keep-lines, flush-lines, how-many):
12370 Don't ignore case if arg has upper case letters.
12371
12372 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch>
12373
12374 * progmodes/vhdl-mode.el
12375 (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
12376 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
12377 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
12378 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
12379 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
12380 (vhdl-when): Fix indentation problem.
12381 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
12382 (vhdl-get-port, vhdl-get-generic): Bug fix in template.
12383 (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
12384
12385 1998-10-13 Geoff Voelker <voelker@cs.washington.edu>
12386
12387 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
12388 (ls-lisp-insert-directory): Renamed from insert-directory.
12389 (insert-directory): New function.
12390
12391 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
12392
12393 * simple.el (completion-fixup-function): Variable deleted.
12394 (completion-setup-function): Delete code for completion-fixup-function.
12395 * emacs-lisp/lisp.el (lisp-complete-symbol):
12396 Don't bind completion-fixup-function.
12397
12398 * files.el (find-file-wildcards): New option.
12399 (find-file-noselect): Handle wild cards, if enabled.
12400 (file-expand-wildcards): New function.
12401
12402 * simple.el (set-fill-column): Doc fix.
12403
12404 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12405
12406 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
12407
12408 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org>
12409
12410 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
12411 Move declaration before first use.
12412 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
12413 hif-math, hif-factor): Rename token to hif-token and token-list to
12414 hif-token-list.
12415 (hif-token, hif-token-list): Declare them.
12416 (hif-find-ifdef-block): Return cons of top and bottom point
12417 instead of setting dynamically bound variables.
12418 (hide-ifdef-block, show-ifdef-block): Use return value of
12419 hif-find-ifdef-block.
12420
12421 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
12422
12423 * subr.el (read-passwd): Use clear-this-command-keys.
12424
12425 * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
12426
12427 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
12428 and ...-for-write.
12429
12430 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk>
12431
12432 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
12433 responses to GROUP command, since this may be called from a timer
12434 with quit inhibited.
12435
12436 1998-10-12 Kenichi Handa <handa@etl.go.jp>
12437
12438 * international/ccl.el (ccl-compile-if): If there's no false-cmds,
12439 set unconditional-jump to nil.
12440 (ccl-compile-read-multibyte-character): Return nil.
12441 (ccl-compile-write-multibyte-character): Likewise.
12442 (ccl-compile-translate-character): Likewise
12443 (ccl-compile-map-multiple): Likewise.
12444 (ccl-compile-map-single): Likewise.
12445
12446 * international/kinsoku.el: Add coding tag.
12447 (kinsoku-bol): Remove superfluous TAB in a string.
12448
12449 * international/mule-cmds.el (find-coding-systems-for-charsets):
12450 Delete `composition' (if any) from CHARSETS.
12451
12452 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
12453
12454 * international/mule-cmds.el (setup-specified-language-environment):
12455 Add apropos-inhibit property.
12456 (describe-specified-language-support): Likewise.
12457
12458 1998-10-11 Kenichi HANDA <handa@etl.go.jp>
12459
12460 * international/mule.el (make-coding-system): Create -with-esc
12461 variant coding system.
12462
12463 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
12464
12465 * progmodes/etags.el (tags-loop-revert-buffers): New variable.
12466 (next-file): Optionally offer to revert a file's buffer,
12467 if it has an existing buffer but the file has changed.
12468
12469 * info.el (Info-insert-dir): Detect and report problems
12470 in input files, such as "No Top node". Return with point
12471 at the beginning of the text.
12472 (Info-find-node): Reinsert the code to handle files
12473 with no tags table; it was deleted by mistake.
12474
12475 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
12476
12477 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
12478 texinfo-find-higher-level-node repeatedly find the same node.
12479 (texinfo-find-higher-level-node): Doc fix.
12480
12481 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
12482
12483 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
12484 (smtpmail-address-buffer): Add defvar.
12485 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
12486
12487 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
12488
12489 * ffap.el (ffap-machine-p-local): Fix editing error.
12490
12491 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu>
12492
12493 * faces.el (frame-set-background-mode):
12494 Don't do anythung for text-only or MSDOS frame.
12495
12496 1998-10-08 Kenichi Handa <handa@etl.go.jp>
12497
12498 * international/quail.el (quail-defrule): New optional arg APPEND.
12499 (quail-defrule-internal): Fix bug of handling the argument APPEND.
12500
12501 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu>
12502
12503 * gnus/pop3.el (pop3-open-server):
12504 Set process-coding-system-alist around open-network-stream.
12505
12506 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu>
12507
12508 * files.el (save-buffer): Doc fix.
12509
12510 1998-10-07 Karl Heuer <kwzh@gnu.org>
12511
12512 * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
12513 return DEF unchanged, not nil. Simplify.
12514
12515 1998-10-06 Geoff Voelker <voelker@cs.washington.edu>
12516
12517 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
12518
12519 1998-10-06 Peter Breton <pbreton@ne.mediaone.net>
12520
12521 * generic.el (generic-mode-with-type): Added hooks for generic-modes.
12522
12523 * net-utils.el (ftp, nslookup): Require comint.
12524 (network-service-connection): Likewise.
12525 (whois-server-name): Defaults to whois.arin.net
12526 (whois-server-list, whois-server-tld, whois-guess-server): New var.
12527 (whois): Tries to guess the appropriate top-level domain server.
12528 (whois-get-tld): New function.
12529
12530 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
12531 (dirtrack-debug-toggle): Added this function.
12532
12533 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
12534
12535 * files.el (find-file-noselect): Switch to the correct buffer
12536 before checking find-file-literally, and allow non-nil non-t
12537 rawfile params.
12538
12539 1998-10-06 Karl Heuer <kwzh@gnu.org>
12540
12541 * midnight.el (clean-buffer-list): Add autoload cookie.
12542
12543 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
12544 no-autosave.
12545 * tar-mode.el (tar-mode-revert): Likewise.
12546 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
12547 from ediff-arrange-autosave-in-merge-jobs. Callers changed.
12548 * gnus/message.el (message-auto-save-directory): Renamed from
12549 message-autosave-directory. All references changed.
12550
12551 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
12552
12553 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
12554 string. Expose mime stuff while searching.
12555
12556 1998-10-06 Richard Stallman <rms@gnu.org>
12557
12558 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
12559
12560 * replace.el (perform-replace): Position point properly
12561 before and after the recursive edit of C-r.
12562
12563 * progmodes/etags.el (tags-reset-tags-tables): Properly
12564 find the markers in the old rings that are being discarded.
12565
12566 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12567
12568 * apropos.el (apropos-print): Control invalid characters.
12569
12570 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
12571 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
12572 confusing customize.
12573
12574 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org>
12575
12576 * generic-x.el (bat-generic-mode): Fix regexps for keywords and
12577 built-in commands. Add more built-in commands and fix face names.
12578
12579 1998-10-05 Simon Marshall <simon@gnu.org>
12580
12581 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
12582
12583 1998-10-04 Eric Ludlam <zappo@gnu.org>
12584
12585 * speedbar.el (speedbar-initial-expansion-list-name): Remove
12586 customization since it is not useful in this case.
12587 (speedbar-frame-mode): Check if cfx or cfy is a list, and make
12588 sure it gets evalled to a number. Also verify that set-frame-name
12589 fn exists before calling it.
12590
12591 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
12592 Protect a `forward-sexp' call which could fail, and improved regex
12593 for ie, and eg abbreviations.
12594
12595 1998-10-02 Noah Friedman <friedman@splode.com>
12596
12597 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
12598 send-string.
12599 (rlogin-send-Ctrl-D): Here also.
12600 (rlogin-send-Ctrl-Z): Here also.
12601 (rlogin-send-Ctrl-backslash): Here also.
12602
12603 1998-10-02 Dave Love <fx@gnu.org>
12604
12605 * outline.el (hide-region-body): Bind
12606 outline-view-change-hook to nil while making repeated calls to
12607 outline-flag-region. Run it once at the end.
12608 (hide-other, hide-sublevels, show-children): Likewise.
12609
12610 * info-look.el: Remove duplicate scheme-mode entry.
12611 (info-lookup-make-completions): When looking for entries, check
12612 that `item' isn't null or "Menu".
12613
12614 1998-10-01 Karl Heuer <kwzh@gnu.org>
12615
12616 * net-utils.el: Don't require ffap.
12617 (net-utils-machine-at-point, net-utils-url-at-point): New functions.
12618 (ping, nslookup-host, finger, network-connection-to-service): Use them.
12619
12620 1998-09-30 Richard Stallman <rms@gnu.org>
12621
12622 * ispell.el (check-ispell-version): No need to bind default-major-mode.
12623
12624 * imenu.el (imenu--generic-function): Sort each submenu by position.
12625 (imenu--sort-by-position): New function.
12626
12627 * cus-edit.el (Custom-mode-menu): Fix info node name.
12628 (customize group): Fix info node name.
12629
12630 * mail/mailalias.el (build-mail-aliases): Don't allow
12631 a newline in the alias name. Don't define an alias
12632 if the definition would be empty.
12633
12634 * which-func.el (which-func-mode-global): Make :set function
12635 more reliable.
12636
12637 * custom.el (custom-set-variables): Load the requests first,
12638 then check the symbol's `set' function.
12639
12640 * ffap.el: Doc fixes.
12641
12642 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12643
12644 * gnus.el: (gnus-valid-select-methods): Fix type.
12645 * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
12646 * gnus-score.el (gnus-orphan-score): Fix type.
12647 (gnus-score-default-header, gnus-score-default-type): Fix type.
12648 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
12649 (gnus-saved-headers): Fix type.
12650
12651 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
12652 Avoid nil value of `two-lines-citation-part'.
12653
12654 1998-09-30 Roman Belenov <roman@nstl.nnov.ru>
12655
12656 * which-func.el (which-function): Handle case when
12657 (car imenu--index-alist) is nil.
12658
12659 1998-09-29 Dave Love <fx@gnu.org>
12660
12661 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
12662 bzip2 args.
12663
12664 1998-09-29 Simon Marshall <simon@gnu.org>
12665
12666 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
12667 comint-exec-hook.
12668
12669 1998-09-29 Stephen Eglen <stephen@gnu.org>
12670
12671 * info-look.el: Add support for Octave.
12672
12673 1998-09-28 Carsten Dominik <cd@delysid.gnu.org>
12674
12675 * textmodes/reftex.el (reftex-finding-files): New customize group.
12676 (reftex-texpath-environment-variables,
12677 reftex-use-external-file-finders, reftex-external-file-finders,
12678 reftex-search-unrecursed-path-first): New options.
12679 (reftex-process-string, reftex-find-file-externally): New
12680 functions.
12681 (reftex-access-search-path): Execute shell commands to find the
12682 search path.
12683 (reftex-toggle-auto-view-crossref): When turning on, make sure
12684 `reftex-auto-view-crossref' becomes non-nil.
12685 (reftex-abbrev-regexp): Constant removed.
12686 (reftex-convert-string): Abbrev regexp calculated locally.
12687
12688 1998-09-28 Dave Love <fx@gnu.org>
12689
12690 * progmodes/fortran.el: Don't call regexp-opt when deriving
12691 font-lock patterns with keywords that aren't all literal.
12692
12693 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
12694
12695 * octave-inf.el (inferior-octave-prompt): Also match prompts of
12696 the form `octave.bin:1>' which come from using precopiled binary
12697 versions.
12698
12699 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu>
12700
12701 * help.el (help-for-help): Use %THIS-KEY%.
12702 (help-quit): Add doc.
12703
12704 * help-macro.el (make-help-screen): Keep HELP-TEXT
12705 in a separate function definition, not in the help command FNAME.
12706 Replace %THIS-KEY% with the key sequence that ran FNAME.
12707
12708 1998-09-25 Richard Stallman <rms@gnu.org>
12709
12710 * textmodes/texinfo.el (texinfo-show-structure):
12711 Bind inhibit-read-only.
12712
12713 * isearch.el (isearch-search-and-update): Properly
12714 handle upper case letters in the reverse-search special case.
12715
12716 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12717
12718 * gnus.el: Extend the list of autoloaded functions.
12719
12720 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
12721 buffer before creating help group. (from Gnus v5.6.43, fix by
12722 1998-08-20 Per Starback <starback@update.uu.se>)
12723
12724 * gnus-util.el (gnus-output-to-rmail): Adjust to
12725 `rmail-output-to-rmail-file'.
12726
12727 1998-09-25 Karl Heuer <kwzh@gnu.org>
12728
12729 * hexl.el (hexl-mode-map): More of previous change.
12730
12731 * textmodes/tex-mode.el (tex-run-command): Doc fix.
12732 (tex-start-tex): Don't use tex-start-options-string in star case.
12733 Quote file name in star case as well as in non-star.
12734 Add blank and quoting of option string here.
12735 (tex-start-options-string): Not here.
12736
12737 1998-09-23 Karl Heuer <kwzh@gnu.org>
12738
12739 * term.el (term-delimiter-argument-list): Doc fix.
12740 (term-emulate-terminal): Escape literal semicolon.
12741 * progmodes/asm-mode.el (asm-mode): Doc fix.
12742 (asm-comment-char): Escape literal semicolon.
12743 * emulation/viper-cmd.el (viper-movement-commands): Likewise.
12744
12745 1998-09-23 Richard Stallman <rms@gnu.org>
12746
12747 * hexl.el (hexl-mode-map): Don't override all ESC bindings,
12748 only those that normally modify the buffer.
12749
12750 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
12751 over again.
12752
12753 1998-09-23 E. Jay Berkenbilt <ejb@ql.org>
12754
12755 * ispell.el (check-ispell-version): Ensure same buffer is current
12756 when let-binding of case-fold-search ends.
12757
12758 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12759
12760 * ps-print.el: Skip invisible overlay.
12761 Test for set-buffer-multibyte rather than using mule-version.
12762 (ps-print-version): New version number (4.1) and doc fix.
12763 (ps-generate-postscript-with-faces): Skip invisible overlay.
12764
12765 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu>
12766
12767 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
12768
12769 1998-09-22 Kenichi Handa <handa@etl.go.jp>
12770
12771 * international/quail.el (quail-update-guidance): Check for the
12772 return value of (quail-guidance) fixed.
12773 (quail-update-translation): Bind quail-current-str locally when it
12774 calls quail-update-guidance.
12775 (quail-update-translation): If input-method-exit-on-first-char is
12776 non-nil, terminate translation only when the current input method
12777 is simple.
12778
12779 1998-09-22 Paul Eggert <eggert@twinsun.com>
12780
12781 * startup.el (locale-translation-file-name): Prefer X-related names
12782 to the name used by GNU/Linux sans X. Set to nil if no file found.
12783 (command-line): Use locale-translation-file-name if it is not nil,
12784 instead of testing for its existence again.
12785 regexp-quote the ctype before using it in a regexp.
12786 Allow a colon to appear after the ctype in the aliases file,
12787 as is done in X11R6.4.
12788
12789 1998-09-21 Richard Stallman <rms@gnu.org>
12790
12791 * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
12792
12793 * calendar/appt.el (appt-interval): Variable deleted.
12794 (appt-check): For minutes in between appt-display-interval times,
12795 do check, but don't display anything except an updated mode line.
12796 Count against appt-display-interval based on minutes since
12797 first display of this appointment, not based on time of day.
12798 If appt-display-mode-line, force mode line redisplay
12799 whenever appt-mode-string has changed.
12800 (appt-add, appt-delete): Add autoload cookies.
12801 (appt-check): Catch errors from calling `diary'.
12802 (appt-max-time): Renamed from max-time.
12803 (appt-now-displayed, appt-display-count): New variables.
12804 (appt-timer): Don't create one if we already have one.
12805
12806 * textmodes/tex-mode.el (tex-compilation-parse-errors):
12807 More general code to use the source buffer instead of the zap file.
12808
12809 * hilit-chg.el (highlight-compare-with-file): Renamed from
12810 compare-with-file.
12811
12812 * loadhist.el (load-history-loaded): New variable.
12813 (symbol-file): Load etc/fns-VERSION.el if that has not been done.
12814
12815 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
12816
12817 * emacs-lisp/find-func.el (find-function-search-for-symbol):
12818 Fix error messages.
12819
12820 1998-09-21 Markus Armbruster <armbru@pond.sub.org>
12821
12822 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
12823 Emacs frame.
12824
12825 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12826
12827 * mail/rmail.el (rmail-decode-babyl-format): Recognize both
12828 `undecided' and `undecided-unix'.
12829
12830 1998-09-21 Dave Love <fx@gnu.org>
12831
12832 * help.el (help-make-xrefs): Fix typo affecting Info references.
12833
12834 * subr.el (remove-hook): Check list values to avoid errors.
12835
12836 1998-09-18 Noah Friedman <friedman@splode.com>
12837
12838 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
12839 store string in eldoc-last-message without consing a new string.
12840 Rearrange logic from nested if's into cond's.
12841 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
12842 Do not print message; just return string.
12843 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
12844 Do not print message; just return string.
12845 Cache that string in eldoc-last-data.
12846 (eldoc-last-data): Make into a vector.
12847 (eldoc-get-fnsym-args-string): Use new data form of structure.
12848 (eldoc-get-var-docstring): Here also.
12849 (eldoc-last-data-store): New function.
12850 (eldoc-get-fnsym-args-string): Use it.
12851 (eldoc-get-var-docstring): Here also.
12852 (eldoc-docstring-first-line): Minimize interim string consing.
12853 Call substitute-command-keys on the result.
12854 (eldoc-print-var-docstrings, eldoc-print-docstring,
12855 eldoc-docstring-message): Functions removed.
12856 (eldoc-docstring-format-sym-doc): New function, functionality
12857 ripped out of eldoc-docstring-message.
12858 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
12859
12860 1998-09-18 Kenichi Handa <handa@etl.go.jp>
12861
12862 * international/mule.el (make-coding-system): Doc-string modified.
12863
12864 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org>
12865
12866 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
12867
12868 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
12869 customize type.
12870
12871 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
12872 type.
12873
12874 * progmodes/compile.el (compilation-error-screen-columns): New
12875 variable.
12876 (compilation-next-error-locus): Use it to decide whether to use
12877 forward-char or move-to-column.
12878
12879 * mail/rmail.el (rmail-movemail-program): Fix customize type.
12880
12881 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
12882 feedmail-fiddle-plex-user-list,
12883 feedmail-spray-address-fiddle-plex-list,
12884 feedmail-prompt-before-queue-user-alist,
12885 feedmail-prompt-before-queue-help-supplement,
12886 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
12887 feedmail-queue-alternative-mail-header-separator): Fix customize
12888 type.
12889
12890 * startup.el (site-run-file): Fix customize type.
12891
12892 * speedbar.el (speedbar-initial-expansion-list-name): Fix
12893 customize type.
12894
12895 * shell.el (shell-input-autoexpand): Fix customize type.
12896
12897 * ps-print.el (ps-font-info-database): Add missing dots in value.
12898 Improve layout of customize type.
12899
12900 * net-utils.el (traceroute-program-options, ping-program-options,
12901 ipconfig-program-options, netstat-program-options,
12902 arp-program-options, route-program-options,
12903 nslookup-program-options, ftp-program-options): Fix customize
12904 type.
12905
12906 * midnight.el (clean-buffer-list-kill-regexps,
12907 clean-buffer-list-kill-buffer-names,
12908 clean-buffer-list-kill-never-buffer-names,
12909 clean-buffer-list-kill-never-regexps): Fix customize type.
12910
12911 * man.el (Man-init-defvars): Avoid trailing nil on
12912 Man-filter-list.
12913
12914 * lpr.el (printer-name): Fix customize type.
12915
12916 1998-09-16 Kenichi Handa <handa@etl.go.jp>
12917
12918 * international/mule-cmds.el (reset-language-environment): Call
12919 update-coding-systems-internal.
12920
12921 * international/mule-conf.el: Call update-coding-systems-internal
12922 at the tail.
12923
12924 1998-09-14 Dave Love <fx@gnu.org>
12925
12926 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't
12927 use the menu-enable properties, pending doing it correctly and
12928 acceptably fast.
12929
12930 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
12931
12932 1998-09-13 Dave Love <d.love@dl.ac.uk>
12933
12934 * progmodes/hideshow.el (hs-grok-mode-type): Check
12935 comment-{start,end} non-nil as well as bound. Report an error if
12936 we can't grok the mode.
12937
12938 1998-09-13 Richard Stallman <rms@gnu.org>
12939
12940 * simple.el (blink-matching-open): Don't log paren matching
12941 messages in *Messages*.
12942
12943 1998-09-12 Richard Stallman <rms@gnu.org>
12944
12945 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
12946 Set point-before-scroll at end even if there was an error.
12947
12948 * ange-ftp.el (ange-ftp-insert-file-contents):
12949 Use binary mode for dumb-unix hosts as for unix hosts.
12950 (ange-ftp-copy-file-internal): Likewise.
12951
12952 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
12953
12954 * emacs-lisp/pp.el: Doc fixes.
12955
12956 * wid-edit.el (widget-menu-max-shortcuts): New variable.
12957 (widget-choose): Don't use single-char shortcuts if # items
12958 exceeds that many. Use minibuffer instead.
12959
12960 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12961
12962 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
12963
12964 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org>
12965
12966 * speedbar.el (speedbar-frame-mode): Do not set frame position if
12967 in terminal mode.
12968
12969 1998-09-10 Noah Friedman <friedman@splode.com>
12970
12971 * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
12972 defcustom declaration. It's wreaking too much havoc with XEmacs
12973 and older versions of Emacs, which share this code.
12974
12975 * type-break.el (type-break-mode): Here also.
12976
12977 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
12978 `t' to add-hook also to modify the new local value.
12979
12980 1998-09-10 Dave Love <fx@gnu.org>
12981
12982 * vc.el (vc-insert-headers): Doc fix.
12983
12984 1998-09-10 Richard Stallman <rms@gnu.org>
12985
12986 * textmodes/flyspell.el (flyspell-mode-on): Make the
12987 ispell-... variables permanent locals.
12988 (flyspell-mode-off): Add autoload cookie.
12989
12990 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
12991 do use binary mode, just as for `unix'.
12992 (ange-ftp-host-type): If HOST is nil, return `unix'.
12993
12994 * dired.el (dired-mark-files-containing-regexp):
12995 Don't scan directories. Ignore non-readable files.
12996
12997 * progmodes/compile.el (compilation-error-regexp-alist):
12998 Fix previous change: allow . and _ in command name.
12999
13000 * dired.el (dired-mark-files-containing-regexp): Fix previous change.
13001
13002 * uncompress.el (uncompress-while-visiting):
13003 Use just the car of what find-operation-coding-system returns.
13004
13005 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
13006
13007 * shell.el (shell-file-name-quote-list): Add # to the value.
13008
13009 1998-09-10 E. Jay Berkenbilt <ejb@ql.org>
13010
13011 * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
13012 to make killing of ispell process work even if
13013 kill-all-local-variables has been run.
13014
13015 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13016
13017 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
13018 loop when sexp entry ends at end of file with no newline.
13019
13020 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
13021
13022 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
13023 (Custom-reset-standard): Fix menu inconsistency.
13024
13025 * mail/feedmail.el (feedmail-from-line): Allow t.
13026 (feedmail-message-id-suffix): Allow nil.
13027
13028 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
13029 Simplify. Make prefix arg work right.
13030
13031 1998-09-09 Dave Love <fx@gnu.org>
13032
13033 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
13034
13035 * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
13036
13037 1998-09-08 Dave Love <fx@gnu.org>
13038
13039 * add-log.el (change-log-font-lock-keywords): Do parenthesized
13040 stuff only after file names or at start of line. Allow parens
13041 around e-mail, as well as angles.
13042
13043 * gnus/nnweb.el (require): Wrap requirement of w3 and url in
13044 ignore-errors too, eval'd when compile. Require w3 stuff at load
13045 time for nicer failure if it's not available.
13046
13047 1998-09-07 Geoff Voelker <voelker@cs.washington.edu>
13048
13049 * comint.el (comint-arguments): Ignore backslashes when using
13050 w32 shells that expect backslashes as the directory separator.
13051
13052 1998-09-04 Kenichi Handa <handa@etl.go.jp>
13053
13054 * international/fontset.el (resolved-ascii-font): New variable.
13055 (x-complement-fontset-spec): By side effect, set
13056 `resolved-ascii-font' to the resolved name of ASCII font."
13057 (create-fontset-from-fontset-spec): Don't get a value for
13058 resolved-ascii-font from the list full-fontlist. It is set by
13059 x-complement-fontset-spec now.
13060
13061 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
13062 version, check the value of mule-version.
13063
13064 1998-09-07 Carsten Dominik <cd@delysid.gnu.org>
13065
13066 * textmodes/reftex.el (reftex-view-crossref): Split up into
13067 several functions. No longer moves to find a macro.
13068 (reftex-view-cr-cite, reftex-view-cr-ref,
13069 reftex-end-of-bib-entry): New functions.
13070 (reftex-auto-view-crossref): New value `window' allowed.
13071 (reftex-view-crossref-when-idle): Process new `window' option in
13072 (reftex-translate-to-ascii-function): New default.
13073 (reftex-label-illegal-re): Default changed, removed Latin1.
13074 (reftex-latin1-to-ascii): New function.
13075 (reftex-what-environment): Check for section regexp before use.
13076 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
13077 absolute path names.
13078 (reftex-TeX-master-file): Changed sequence of file checks.
13079 (reftex-do-citation): bibview cache only with RefTeX mode on.
13080
13081 1998-09-06 Richard Stallman <rms@gnu.org>
13082
13083 * progmodes/compile.el (compilation-error-regexp-alist):
13084 In first pattern (GNU utilities and other things),
13085 allow a space after the optional program name at the beginning.
13086
13087 * mail/mail-hist.el (mail-hist-current-header-contents):
13088 Fix previous change: use mail-header-end.
13089
13090 1998-09-06 Bill Richter <richter@math.nwu.edu>
13091
13092 * international/ccl.el: Doc fixes.
13093 * international/encoded-kb.el: Doc fixes.
13094 * international/fontset.el: Doc fixes.
13095 * international/kinsoku.el: Doc fixes.
13096 * international/kkc.el: Doc fixes.
13097 * international/mule-cmds.el: Doc fixes.
13098 * international/mule-conf.el: Doc fixes.
13099 * international/mule-util.el: Doc fixes.
13100 * international/mule.el: Doc fixes.
13101
13102 1998-09-05 Eric Ludlam <zappo@gnu.org>
13103
13104 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
13105 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
13106 (checkdoc-this-string-valid-engine): Permit ? as terminating
13107 punctuation for first line sentence breaking.
13108 (checkdoc-this-string-valid): When converting a comment into a doc
13109 string, make sure " chars are \".
13110 (checkdoc-sentencespace-region-engine): Only do double space check
13111 if based on the variable `sentence-end-double-space'
13112 (checkdoc-this-string-valid-engine): ? ends valid sentence.
13113 (checkdoc-proper-noun-region-engine): Exclude items in URLs
13114
13115 1998-09-04 Richard Stallman <rms@gnu.org>
13116
13117 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
13118 Recognize define-skeleton as a function definer.
13119
13120 * cus-edit.el (customize-option): Refuse to customize
13121 a variable that has no defcustom. But if variable is autoloaded,
13122 first try to load the library that defines it.
13123
13124 * international/iso-insert.el: Use `string' before calling `insert'
13125 so that in multibyte buffers we insert multibyte chars.
13126
13127 * dired.el (dired-mark-files-containing-regexp):
13128 Don't use find-file; instead, insert the file in a temp buffer.
13129
13130 * textmodes/tex-mode.el (tex-start-options-string): New option.
13131 (tex-start-tex): Use that variable.
13132
13133 * mail/rmail.el (rmail-primary-inbox-list): Make the initial
13134 value in the `repeat' alternative a list.
13135
13136 * textmodes/fill.el (fill-individual-paragraphs): Before deleting
13137 the inserted newline, verify that one was really inserted.
13138
13139 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
13140 remains on or remains off.
13141 (flyspell-multi-language-p): Default changed to nil.
13142
13143 * progmodes/ada-mode.el (ada-search-ignore-string-comment):
13144 In "found in comment" case, don't beginning-of-line after forward-line.
13145
13146 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
13147 If the function definition is not a lambda, return original FORM
13148 with no error.
13149
13150 1998-09-04 Peter Breton <pbreton@ne.mediaone.net>
13151
13152 * net-utils.el (netstat-program-options): Changed from nil to "-a"
13153 so that by default netstat shows all network connections.
13154
13155 1998-09-04 Bob Weiner <weiner@altrasoft.com>
13156
13157 * international/quail.el: Doc fixes.
13158
13159 * info.el (info): Don't add parens if FILE already has them.
13160
13161 1998-09-04 Geoff Voelker <voelker@cs.washington.edu>
13162
13163 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
13164 on extension lines.
13165
13166 1998-09-03 Geoff Voelker <voelker@cs.washington.edu>
13167
13168 * w32-fns.el (w32-shell-dos-semantics): New function.
13169
13170 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu>
13171
13172 * international/quail.el (quail-choose-completion-string): Store
13173 completion `choice' in `quail-current-str'; don't insert it.
13174
13175 1998-09-02 Kenichi Handa <handa@etl.go.jp>
13176
13177 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH
13178 argument to ps-mule-generate-bitmap-font.
13179
13180 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
13181 entry and change Latin-1 entry in the default value.
13182 (ps-mule-font-info-database-ps-bdf): New variable.
13183 (ccl-encode-ethio-unicode): Bug of CCL code fixed.
13184 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
13185 registerd in FONT-SPEC.
13186 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
13187 charcter width of bitmap fonts.
13188 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
13189 procedure NF.
13190 (ps-begin-file): Output PostScript code for setting
13191 SpaceWidthRatio.
13192 (ps-plot-region): Use line-beginning-position to get a position of
13193 the beginning of the current line.
13194
13195 * international/mule-cmds.el (register-input-method): Doc-string
13196 modified.
13197
13198 1998-09-01 Dave Love <fx@gnu.org>
13199
13200 * international/mule-cmds.el (current-language-environment): Fix
13201 setter function.
13202
13203 1998-09-01 Simon Marshall <simon@gnu.org>
13204
13205 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
13206 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
13207 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
13208 names with font-lock-type-face. Fontify type specs, etc., with
13209 font-lock-keyword-face.
13210
13211 1998-08-31 Kenichi Handa <handa@etl.go.jp>
13212
13213 * international/fontset.el (x-complement-fontset-spec): If ASCII
13214 font is specified in FONTLIST, don't substitute it for the
13215 resolved name.
13216
13217 1998-08-31 Paul Eggert <eggert@twinsun.com>
13218
13219 * international/mule.el (charset-description): Doc fix.
13220
13221 * language/chinese.el, language/cyrillic.el, language/czech.el,
13222 language/devanagari.el, language/ethiopic.el,
13223 language/european.el, language/hebrew.el, language/indian.el,
13224 language/japanese.el, language/korean.el, language/lao.el,
13225 language/slovak.el, language/thai.el, language/tibetan.el,
13226 language/vietnamese.el:
13227 Add coding: local variable, to avoid bootstrapping problem
13228 if you need to recompile all the Lisp files using interpreted code.
13229
13230 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13231
13232 * cal-china.el (chinese-year-cache): Change range of years from
13233 1989-2000 to 1990-2010.
13234
13235 1998-08-29 Dave Love <d.love@dl.ac.uk>
13236
13237 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
13238 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
13239
13240 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13241
13242 * ps-print.el (ps-print-control-characters): Doc-string modified.
13243 (ps-output-string-prim): Comment format changed.
13244 (ps-do-despool): Indentation of source code changed.
13245
13246 1998-08-28 Kenichi Handa <handa@etl.go.jp>
13247
13248 * subr.el (sref): Make it an alias of aref. Make the
13249 byte-compiler warn that it is obsolete.
13250 (char-bytes): Make the byte-compiler warn that it is obsolete.
13251
13252 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
13253 Calculate the total bytes using position-bytes instead of
13254 char-bytes.
13255
13256 1998-08-27 Karl Heuer <kwzh@gnu.org>
13257
13258 * snmp-mode.el: New file.
13259 * files.el (auto-mode-alist): Add snmp-mode patterns.
13260
13261 1998-08-27 Karl Eichwalder <ke@suse.de>
13262
13263 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
13264
13265 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13266
13267 * calendar/diary-lib.el (diary-block): Doc fix..
13268 * calendar/calendar.el (diary-list-include-blanks): Doc fix..
13269
13270 1998-08-27 Richard Stallman <rms@gnu.org>
13271
13272 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
13273 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
13274 Clear appt-mode-string if we don't put something in it.
13275
13276 1998-08-27 Dave Love <fx@gnu.org>
13277
13278 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
13279 dired-local-variables-file for dired-x.
13280
13281 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
13282 for compressed library files too.
13283
13284 1998-08-26 Kenichi Handa <handa@etl.go.jp>
13285
13286 * language/european.el ("Latin-1"): Modify `documentation' key value.
13287 ("Latin-2"): Likewise.
13288
13289 1998-08-26 Karl Heuer <kwzh@gnu.org>
13290
13291 * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
13292
13293 1998-08-26 Albert L. Ting <alt@artisan.com>
13294
13295 * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
13296 (mail-hist-current-header-contents): Use mail-text-start.
13297
13298 1998-08-26 Richard Stallman <rms@gnu.org>
13299
13300 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
13301 (customize-changed-options-previous-release): New variable.
13302 (customize-changed-options): Use that variable as default arg.
13303
13304 1998-08-26 Karl Eichwalder <ke@suse.de>
13305
13306 * midnight.el: Require `timer' not only when compiling.
13307
13308 1998-08-26 Per Starback <starback@update.uu.se>
13309
13310 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
13311 buffer before creating help group.
13312
13313 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
13314
13315 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
13316 coding-system-for-write before saving.
13317
13318 1998-08-26 Kevin Rodgers <kevinr@ihs.com>
13319
13320 * isearch.el (isearch-forward): Doc fix.
13321
13322 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org>
13323
13324 * emacs-lisp/find-func.el: Fix :version tags to have a string
13325 value, not a float.
13326
13327 * cus-dep.el: Fix typo in output.
13328
13329 1998-08-25 Dave Love <fx@gnu.org>
13330
13331 * repeat.el (repeat): Doc fix.
13332 [From rms:]
13333 (repeat-previous-repeated-command): New variable.
13334 (repeat): Check for real-last-command being null or repeat. Set
13335 repeat-previous-repeated-command.
13336
13337 * browse-url.el (browse-url-netscape): Fix format for hex escapes.
13338
13339 1998-08-25 Kenichi Handa <handa@etl.go.jp>
13340
13341 * gnus/message.el (message-send-mail-with-sendmail): Bind
13342 coding-system-for-write by the return value of
13343 select-message-coding-system.
13344 (message-send-mail-with-qmail): Likewise.
13345
13346 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org>
13347
13348 * emacs-lisp/autoload.el: Fix doc-string-elt property on
13349 define-derived-mode.
13350
13351 * files.el (file-name-invalid-regexp):
13352 Fix regex for ms-dos without long file names.
13353
13354 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13355
13356 * ps-print.el: Multi-byte buffer handling.
13357 (ps-print-version): New version number (4.0) and doc fix.
13358 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
13359 compilation for GNU Emacs and emacsens.
13360 (ps-generate-postscript-with-faces): Force invisible text to be
13361 visible.
13362 (dos-ps-printer): New var to avoid compilation gripes.
13363
13364 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13365
13366 * ps-print.el (ps-mule-plot-string): Pay attention to the case
13367 that no more characters can't be printed in the current line.
13368
13369 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13370
13371 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
13372 greater than TO.
13373
13374 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13375
13376 * ps-print.el: Add codes to make ps-print.el work also on Emacs
13377 20.2 and the earlier version.
13378 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
13379 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
13380 (ps-mule-find-wrappoint): Likewise.
13381 (ps-mule-generate-font): Change `X' to `x' in format
13382 control-string.
13383 (ps-generate): Call ps-mule-begin before calling ps-begin-job.
13384 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
13385 `restore' form procedures `BC' and `EC'.
13386
13387 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13388
13389 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
13390 is an executable procedure. Make LineThickness, Xshadow, and
13391 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc.
13392 (ps-mule-font-info-database, ps-mule-font-info-database-ps,
13393 ps-mule-font-info-database-bdf): New vars.
13394 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
13395 (ccl-encode-ethio-unicode): New CCL program.
13396 (ps-mule-encode-ethiopic): New fun.
13397 (ps-mule-current-charset): New var.
13398 (ps-mule-get-font-spec, ps-mule-font-spec-src,
13399 ps-mule-font-spec-name, ps-mule-font-spec-encoding,
13400 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
13401 (ps-mule-external-libraries): New var.
13402 (ps-mule-init-external-library): New fun.
13403 (ps-mule-font-cache): New var.
13404 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
13405 (ps-last-font): New var.
13406 (ps-mule-prepare-font): New fun.
13407 (ps-mule-charset-list): New var.
13408 (ps-mule-prologue-generated, ps-mule-prologue): New vars.
13409 (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
13410 ps-mule-plot-string): New funs.
13411 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
13412 New vars.
13413 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
13414 ps-mule-prepare-cmpchar-font): New funs.
13415 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
13416 vars.
13417 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
13418 ps-mule-generate-bitmap-glyph): New funs.
13419 (ps-mule-initialize, ps-mule-begin): New funs.
13420 (ps-output-string-prim): Insert string as unibyte.
13421 (ps-output-prologue): New fun.
13422 (ps-flush-output): Handle the case of 'prologue.
13423 (ps-begin-file): Call ps-mule-initialize.
13424 (ps-begin-job): Set ps-control-or-escape-regexp differently if
13425 printing multibyte characters.
13426 (ps-begin-page): Set ps-mule-current-charset to 'ascii.
13427 (ps-basic-plot-string): Handle the case of printing ASCII
13428 characters by external libraries (e.g. BDF).
13429 (ps-set-font): Set ps-last-font.
13430 (ps-plot-region): Handle multibyte characters, use
13431 ps-mule-plot-string for them.
13432 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin.
13433
13434 * bdf.el: New file.
13435
13436 1998-08-23 Kenichi HANDA <handa@etl.go.jp>
13437
13438 * international/mule-cmds.el (select-message-coding-system): New
13439 function.
13440 (set-language-environment-coding-systems): Set
13441 default-sendmail-coding-system.
13442
13443 * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
13444 (default-sendmail-coding-system): New variable.
13445 (sendmail-send-it): Encode the message by a coding system
13446 select-message-coding-system returns.
13447
13448 1998-08-23 Eric Ludlam <zappo@gnu.org>
13449
13450 * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
13451 (speedbar-mode): Set buffer to read only.
13452 (speedbar-temp-buffer-show-function): For emacs don't call hook
13453 with arguments.
13454 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
13455
13456 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu>
13457
13458 * speedbar.el (speedbar-key-map): Fix typo.
13459
13460 See ChangeLog.7 for earlier changes.