]> 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 * woman.el: New version from Francis J. Wright
4 <F.J.Wright@Maths.QMW.ac.uk>.
5 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
6 names in environment variables regardless of the path separator.
7 (woman-topic-all-completions-1): Don't call file-name-directory-p
8 on all files, since woman-file-regexp already filters out any
9 directories.
10
11 2000-05-24 Kenichi Handa <handa@etl.go.jp>
12
13 * international/quail.el (quail-start-translation): Don't change
14 modified-p of the current buffer.
15 (quail-start-conversion): Likewise.
16
17 * international/kkc.el (kkc-region): Don't change modified-p of
18 the current buffer.
19
20 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
21 conform to RFC1468.
22 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
23
24 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
25
26 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
27 (speedbar-insert-button): Invisible text property fix.
28 (speedbar-directory-plus): Renamed from speedbar-directory-+
29 (speedbar-directory-minus): Renamed from speedbar-directory--
30 (speedbar-page-plus): Renamed from speedbar-file-+
31 (speedbar-page-minus): Renamed from speedbar-file--
32 (speedbar-page): Renamed from speedbar-file-
33 (speedbar-tag): Renamed from speedbar-tag-
34 (speedbar-tag-plus): Renamed from speedbar-tag-+
35 (speedbar-tag-minus): Renamed from speedbar-tag--
36 (speedbar-expand-image-button-alist): Use above renames.
37
38 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
39 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
40 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
41 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
42 * sb-pg.xpm: Renamed from sb-file.xpm
43 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
44 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
45
46 2000-05-24 Kenichi Handa <handa@etl.go.jp>
47
48 * international/quail.el (quail-show-guidance-buf): Set
49 current-input-method of the guidance buffer to the name of the
50 curren input method.
51
52 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
53
54 * progmodes/compile.el (compile-internal): Style typo.
55
56 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
57 quote vars and functions in the docstring.
58
59 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
60
61 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
62 Don't quote lambdas.
63
64 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
65
66 2000-05-23 Gerd Moellmann <gerd@gnu.org>
67
68 * startup.el (command-line): Determine source file of compiled
69 user init file differently. Warn if compiled user init file
70 is older than its source file.
71
72 * ffap.el (ffap-url-regexp): Add `https'.
73
74 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
75
76 * files.el (make-backup-file-name-1): Replace slashes with `!'
77 rather than `|' (which is not allowed on Windows). Replace the
78 drive letters with a string "drive_X".
79
80 2000-05-23 Gerd Moellmann <gerd@gnu.org>
81
82 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
83
84 * files.el (interpreter-mode-alist): Add `bash2'.
85
86 2000-05-22 Dave Love <fx@gnu.org>
87
88 * loadhist.el (feature-symbols, file-provides, file-requires): Use
89 mapc.
90 (feature-file): Avoid calling symbol-name. Doc fix.
91 (file-set-intersect, file-dependents): Use dolist, not mapcar.
92 (loadhist-hook-functions): Add mouse-position-function.
93 (unload-feature): Change uses of mapcar.
94
95 * files.el (parse-colon-path): Doc fix.
96 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
97 (set-auto-mode): Use mapc.
98
99 * complete.el (PC-look-for-include-file): Use :alnum: character
100 class.
101 (partial-completion-mode): Add autoload cookie.
102
103 2000-05-22 Sam Steingold <sds@gnu.org>
104
105 * info.el (Info-fontify-node): Fixed the call to
106 `add-text-properties' (bug introduced on 2000-05-18).
107
108 2000-05-22 Dave Love <fx@gnu.org>
109
110 * bindings.el: Remove debug-ignored-errors set in other files.
111
112 * progmodes/etags.el: Add to debug-ignored-errors.
113 (visit-tags-table-buffer): Clear out buffers holding old tables
114 when making a new list.
115 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
116 mapc.
117
118 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
119 quote keywords.
120 (cmpl-string-case-type): Use character classes.
121
122 * comint.el:
123 * textmodes/ispell.el:
124 * imenu.el:
125 * mail/mh-e.el:
126 * progmodes/compile.el: Add to debug-ignored-errors.
127
128 * dabbrev.el: Add to debug-ignored-errors.
129 (dabbrev-completion): Use mapc.
130
131 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
132
133 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
134 (woman-mapcan, woman-parse-man.conf)
135 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
136 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
137 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
138 path syntax better.
139 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
140 (woman-manpath): Call woman-parse-man.conf.
141 (woman-emulation): New defcustom, defaults to nroff.
142 (woman-font-support): New defconst.
143 (woman-use-symbol-font): New defcustom.
144 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
145 "Emulation".
146 Many functions: Doc fix.
147
148 2000-05-22 Kenichi Handa <handa@etl.go.jp>
149
150 * international/quail.el (quail-simple-translation-keymap): Map
151 128..255 to quail-self-insert-command.
152 (quail-keyboard-layout-alist): Add definition for "pc102-de".
153
154 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
155
156 * help.el (help-manyarg-func-alist): Typo.
157
158 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
159 intervals which makes it heaps simpler.
160
161 * newcomment.el (comment-region-internal): Go back to BEG after quoting
162 the nested comment markers.
163
164 * subr.el (remove-hook): Don't turn the hook's value into a list.
165
166 2000-05-21 Dave Love <fx@gnu.org>
167
168 * edmacro.el (edmacro-parse-keys): Return vector if any elements
169 are invalid characters.
170
171 * international/mule-util.el (detect-coding-with-priority): Use
172 mapc. Remove redundant lambda.
173
174 * international/mule-diag.el (list-non-iso-charset-chars)
175 (describe-fontset): Remove redundant lambda.
176
177 * emulation/crisp.el (brief-mode): New alias.
178
179 * emacs-lisp/ring.el (ring-elements): New function.
180
181 * emacs-lisp/easymenu.el (easy-menu-create-menu)
182 (easy-menu-do-add-item): Use keywordp.
183
184 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
185
186 * replace.el: Doc and error message fixes.
187 (replace-highlight): Use facep, not internal-find-face.
188
189 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
190
191 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
192
193 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
194 (log-edit-insert-changelog): Drop `:' as well.
195
196 * log-view.el: Fix file description.
197 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
198 available.
199 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
200 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
201
202 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
203 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
204 Print a status message if the toggle is called interactively.
205 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
206 for global minor modes and use `defcustom' for them.
207 Use add-minor-mode.
208 (easy-mmode-define-derived-mode): Remove.
209 (define-derived-mode): Fancier default docstring.
210 (easy-mmode-define-navigation): Signal an error rather than (ding).
211
212 * newcomment.el (comment-styles): New `box-multi'.
213 (comment-normalize-vars): Better default for comment-continue to
214 avoid whitespace-only continuations.
215 (comment-search-forward): Always move even in the no-syntax case.
216 (comment-padright): Only obey N if it's only obeyed for padleft.
217 (comment-make-extra-lines): Better handling of empty continuations.
218 Use `=' for the filler if comment-start has only one character.
219 (uncomment-region): Try handling the special `=' filler.
220 (comment-region): Allow LINES even if MULTI is nil.
221 (comment-box): Choose box style based on comment-style.
222
223 2000-05-20 Kenichi Handa <handa@etl.go.jp>
224
225 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
226 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
227
228 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
229
230 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
231 and insert, not subst-char-in-region.
232
233 * international/mule-diag.el (list-character-sets-1): Handle
234 charsets eight-bit-control and eight-bit-graphic.
235 (list-iso-charset-chars): Likewise.
236 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
237 charactes as is. Use indent-to to align characters.
238
239 * international/mule-cmds.el (find-multibyte-characters): Never
240 exclude charsets eight-bit-control and eight-bit-graphic.
241
242 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
243
244 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
245 Don't quote lambdas.
246
247 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
248
249 2000-05-19 Gerd Moellmann <gerd@gnu.org>
250
251 * gud.el (gud-jdb-directories): Doc fix.
252
253 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
254
255 * newcomment.el: New file.
256
257 2000-05-19 Gerd Moellmann <gerd@gnu.org>
258
259 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
260
261 2000-05-18 Andreas Schwab <schwab@suse.de>
262
263 * dired.el (dired-between-files): Also skip lines beginning with
264 `used'.
265
266 2000-05-18 Gerd Moellmann <gerd@gnu.org>
267
268 * msb.el (msb-menu-cond): Add choice `user'.
269
270 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
271
272 * ps-print.el: Compatibility, customization and doc fix.
273 (ps-printer-name-option): Replace defconst by defvar.
274 (ps-postscript-code-directory): XEmacs compatibility.
275 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
276 fix.
277 (ps-user-defined-prologue, ps-print-prologue-header)
278 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
279 compatibility and code fix.
280 (ps-print-background-image, ps-print-background-text):
281 Customization fix.
282 (ps-line-number-start, ps-n-up-on): New vars.
283
284 2000-05-18 Espen Skoglund <esk@ira.uka.de>
285
286 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
287 the indent-comment function to just return the appropriate indent.
288
289 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
290
291 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
292 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
293 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
294
295 2000-05-18 Dave Love <fx@gnu.org>
296
297 * info.el (Info-fontify-node): Add intangible property as well as
298 invisible.
299
300 * calendar/appt.el (appt-make-list): Match all lines of entry.
301 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
302
303 2000-05-18 Kenichi Handa <handa@etl.go.jp>
304
305 * international/mule-diag.el (describe-char-after): Call
306 internal-char-font, not char-font. If internal-char-font returns
307 nil, display "-- none --".
308
309 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
310
311 * image.el (image-type-available-p): Don't reference image-types
312 if it isn't bound.
313
314 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
315
316 * autoarg.el (autoarg-mode): Typo in the :set argument.
317
318 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
319
320 * startup.el (command-line-1): Don't signal an error if the
321 directory for auto-save-list files does not yet exist.
322
323 2000-05-17 Kenichi Handa <handa@etl.go.jp>
324
325 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
326
327 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
328
329 * subr.el (remove-hook): `setq' hook-value, not `set'.
330
331 2000-05-16 Sam Steingold <sds@gnu.org>
332
333 * info.el (debug-ignored-errors): More errors to ignore.
334
335 2000-05-16 Dave Love <fx@gnu.org>
336
337 * cus-edit.el: Don't require cl or easymenu.
338 (custom-variable-prompt): Test standard-value property, not
339 user-variable-p.
340
341 2000-05-16 Sam Steingold <sds@gnu.org>
342
343 * subr.el (add-hook): `setq' hook-value, not `set'.
344
345 2000-05-16 Gerd Moellmann <gerd@gnu.org>
346
347 * startup.el (command-line-1): Mention the FAQ in the startup
348 message.
349
350 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
351
352 * progmodes/compile.el (compilation-parse-errors): Collect
353 `nomessage' regexps last.
354
355 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
356
357 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
358 to the function name.
359
360 2000-05-15 Dave Love <fx@gnu.org>
361
362 * speedbar.el (speedbar-recenter): Typo.
363 (speedbar-expand-line): Make arg optional.
364 (speedbar-mode): Avoid a compiler warning.
365
366 2000-05-15 Gerd Moellmann <gerd@gnu.org>
367
368 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
369 user-specified option string is empty.
370
371 * mouse.el (mouse-yank-at-click): Doc fix.
372
373 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
374
375 * term/internal.el (IT-character-translations): More updates of
376 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
377 documents.
378
379 2000-05-15 Gerd Moellmann <gerd@gnu.org>
380
381 * env.el (getenv): New function, interactively callable.
382 (setenv, getenv): Remove autoload cookies.
383
384 * loadup.el: Load `env'.
385
386 * progmodes/f90.el: Change author's mail address.
387
388 2000-05-14 Dave Love <fx@gnu.org>
389
390 * mail/rmail.el (rmail-show-message-hook): Customize and offer
391 goto-addr as an option.
392
393 * help.el (help-xref-stack): Doc fix.
394 (help-xref-following): New variable.
395 (help-make-xrefs): Use it.
396 (help-xref-go-back): Use position information from stack element.
397 (help-follow): Make position in stack element a pair. Use
398 help-xref-following.
399
400 * autoarg.el: New file.
401
402 * faces.el: Declare more functions obsolete.
403
404 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
405 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
406 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
407 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
408 Remove all the setup-...-environment functions.
409
410 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
411
412 * speedbar.el: Updated the commentary section. xemacs20p now uses
413 >= when detecting. Require `defimage' safely.
414 (speedbar-easymenu-definition-base): Add toggle for images.
415 (speedbar-easymenu-definition-special): Add flush cache & expand.
416 (speedbar-visiting-tag-hook): Set new defaults. Added options.
417 (speedbar-reconfigure-keymaps-hook): New variable.
418 (speedbar-frame-parameters): Updated documentation.
419 (speedbar-use-imenu-flag): Updated custom tag
420 (speedbar-dynamic-tags-function-list): New variable.
421 (speedbar-tag-hierarchy-method): Updated doc & custom.
422 (speedbar-indentation-width, speedbar-indentation-width) New
423 variables.
424 (speedbar-hide-button-brackets-flag): Customizable.
425 (speedbar-vc-indicator): Doc update.
426 (speedbar-ignored-path-expressions): Updated default value.
427 (speedbar-supported-extension-expressions): Updated default value.
428 (speedbar-syntax-table): Remove {} paren status.
429 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
430 as "+". Added overlay aliases.
431 (speedbar-mode): Use `speedbar-mode-line-update' instead of
432 `force-mode-line-update'.
433 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
434 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
435 `mouse-set-point'
436 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
437 (speedbar-item-info-tag-helper): Revamped to handle a wider range
438 of arbitrary text, and new helper functions.
439 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
440 filename finder.
441 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
442 (speedbar-directory-buttons): Update path search/expansion.
443 (speedbar-make-tag-line): Pay attention to
444 `speedbar-indentation-width'. Use more care w/ invisible
445 properties.
446 (speedbar-change-expand-button-char): Call
447 `speedbar-insert-image-button-maybe'.
448 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
449 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
450 (speedbar-trim-words-tag-hierarchy)
451 (speedbar-simple-group-tag-hierarchy): New functions
452 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
453 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
454 functions.
455 (speedbar-mouse-set-point): New function
456 (speedbar-power-click): Updated documentation.
457 (speedbar-line-token, speedbar-goto-this-file): Handle more types
458 of tag prefix text.
459 (speedbar-expand-line, speedbar-contract-line): Make more robust
460 to strange text.
461 (speedbar-expand-line): Takes universal argument to flush the
462 cache.
463 (speedbar-flush-expand-line): New function.
464 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
465 Use new generator insertion method.
466 (speedbar-fetch-dynamic-tags): New function.
467 (speedbar-fetch-dynamic-imenu): Removed code now handled in
468 `speedbar-fetch-dynamic-imenu'.
469 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
470 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
471 "Revert Buffer" menu items.
472 (speedbar-buffer-buttons-engine): Be smarter when creating a
473 filename tag (for expansion purposes.).
474 (speedbar-highlight-one-tag-line,
475 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
476 (speedbar-recenter): New functions.
477 (defimage-speedbar): Image loading abstraction.
478 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
479 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
480 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
481 (speedbar-tag-type, speedbar-tag-mail): New images.
482 (speedbar-expand-image-button-alist): New variable.
483 (speedbar-insert-image-button-maybe): Insert an image over some
484 buttons.
485
486 2000-05-13 Kenichi Handa <handa@etl.go.jp>
487
488 * international/mule-cmds.el (encode-coding-char): An ASCII
489 character is always encodable.
490
491 * international/mule-conf.el: Add more information in descriptions
492 of character sets.
493
494 * international/mule-diag.el (describe-char-after): New function.
495 (describe-font-internal): Adjusted for the change of font-info.
496 (describe-font): Likewise.
497 (print-fontset): Rewritten for the new fontset implementation.
498 (describe-fontset): Include fontset alias names in completion.
499 (list-fontsets): Adjusted for the change of print-fontset.
500
501 * simple.el (what-cursor-position): If DETAIL is non-nil, call
502 describe-char-after instead of displaying the detail in the echo
503 area.
504 (syntax-code-table): Format changed.
505 (string-to-syntax): Adjusted for the above change.
506
507 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
508
509 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
510
511 2000-05-12 Dave Love <fx@gnu.org>
512
513 * calendar/todo-mode.el: Remove some compatibility stuff and CL
514 dependence. Use line-{beginning,end}-position, not
515 point-at{b,e}ol. Some doc fixes.
516 (todo-position): New function. Fix callers of position to use it.
517 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
518
519 2000-05-12 Gerd Moellmann <gerd@gnu.org>
520
521 * time.el (display-time-mail-icon): Use `:ascent center'.
522
523 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
524 handling FTP security extensions.
525
526 2000-05-11 Dave Love <fx@gnu.org>
527
528 * calendar/todo-mode.el: New file.
529
530 2000-05-11 Gerd Moellmann <gerd@gnu.org>
531
532 * comint.el (comint-read-input-ring): Move reference to
533 comint-input-ring-size outside of the save-excursion. It was
534 causing the default value to be the only one ever seen.
535
536 * font-lock.el: Update copyright. Remove Simon Marshall's email
537 address on request from him.
538
539 * subr.el (substitute-key-definition): Add comment describing
540 the meaning of PREFIX.
541
542 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
543
544 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
545
546 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
547 (add-minor-mode): Don't make the variable buffer-local and add a
548 reference to define-minor-mode in the docstring.
549
550 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
551 HEADER/FOOTER and fix bug with trailing empty directory.
552 (cvs-append-to-ignore): Use vc-editable-p if available.
553 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
554 (vc-do-command): Tweak advice to handle the new VC.
555
556 * log-view.el (log-view-goto-rev): New function for the new VC.
557 (log-view-minor-wrap): Use mark-active.
558
559 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
560 (log-edit-changelog-full-paragraphs): New var.
561 (log-edit-insert-changelog): Remove a lonely leading `* file'.
562 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
563 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
564 (log-edit-changelog-ours-p, log-edit-changelog-entries)
565 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
566 Replace the `cvs' prefix with `log-edit'.
567
568 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
569
570 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
571 (diff-font-lock-defaults): Explicitly turn off multiline.
572 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
573 (diff-ediff-patch): Fix call to ediff-patch-file.
574 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
575 Handle comments.
576
577 * frame.el (automatic-hscrolling): Typo.
578
579 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
580
581 2000-05-09 Sam Steingold <sds@goems.com>
582
583 * apropos.el (apropos-print): use `describe-face' instead of
584 `customize-face-other-window'.
585
586 2000-05-09 Dave Love <fx@gnu.org>
587
588 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
589
590 * help.el (describe-variable): Have customize button pop the
591 help-xref stack when invoked.
592 (help-xref-symbol-regexp): Add `face'.
593 (help-make-xrefs): Check for quoted face names and adapt regexp
594 submatch numbers to cope.
595 (help-xref-interned): Maybe insert face doc too. Separate
596 sections with a line of hyphens.
597
598 * faces.el: Some doc fixes. Declare some functions obsolete.
599 (describe-face): Add customize button. Return the help
600 text. Fix prompt.
601
602 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
603
604 * term/internal.el (IT-character-translations): Fix last change.
605
606 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
607
608 * woman.el: New file
609 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
610
611 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
612
613 * term/internal.el (IT-character-translations): Update ASCII
614 simulations for greek-iso8859-7, add latin-iso8859-14 and
615 latin-iso8859-15.
616
617 * international/mule-cmds.el (set-language-info-alist): Call
618 define-prefix-command with 3 arguments, to make the map suitable
619 for a menu.
620
621 2000-05-07 Dave Love <fx@gnu.org>
622
623 * time.el: Small doc fixes from Pavel Janic.
624
625 2000-05-05 Dave Love <fx@gnu.org>
626
627 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
628 list in doc string. Don't quote keyword symbols.
629 * emacs-lisp/cl.el: Likewise
630 * emacs-lisp/cl-seq.el: Likewise
631
632 2000-05-05 Gerd Moellmann <gerd@gnu.org>
633
634 * abbrev.el (abbrev-mode): Make ARG optional.
635
636 2000-05-04 Gerd Moellmann <gerd@gnu.org>
637
638 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
639
640 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
641
642 * subr.el (substitute-key-definition): Clarify documentation.
643
644 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
645
646 * glasses.el (glasses-convert-to-unreadable): Use
647 `glasses-separator' instead of the hard-wired "_".
648 (glasses-mode): Call `glasses-make-unreadable' only in a single
649 place.
650
651 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
652
653 * term/internal.el (cjk-codepages-alist): Add associations for
654 Chinese and Korean codepages. Remove FIXME comment.
655
656 2000-05-03 Dave Love <fx@gnu.org>
657
658 * time.el (display-time-mail-face, display-time-use-mail-icon):
659 New option.
660 (display-time-mail-icon): New variable.
661 (display-time-string-forms): Use the above. Fix the local-map.
662
663 2000-05-03 Gerd Moellmann <gerd@gnu.org>
664
665 * replace.el (query-replace-map): Add binding for `E'.
666 (query-replace-help): Extend help text.
667 (perform-replace): Allow editing the replacement string.
668
669 * make-mode.el (makefile-mode-abbrev-table): New variable.
670 (makefile-mode): Set local abbrev table to
671 makefile-mode-abbrev-table.
672 (makefile-font-lock-keywords): Fontify includes and conditionals.
673
674 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
675 set TOGGLE's value.
676
677 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
678 mail-interactive-insert-alias.
679 (mail-abbrev-complete-alias): New command.
680 (mail-mode-map): Bind it to `M-TAB'.
681
682 2000-05-03 Kenichi Handa <handa@etl.go.jp>
683
684 * language/lao-util.el (lao-compose-region): New function.
685
686 2000-05-02 Gerd Moellmann <gerd@gnu.org>
687
688 * files.el (recover-session): Make directories as necessary
689 if they don't exist yet.
690
691 * calendar/cal-french.el
692 (french-calendar-multibyte-special-days-array)
693 (french-calendar-special-days-array): Change French text.
694 (calendar-french-date-string): Change output.
695 (calendar-goto-french-date): Likewise.
696
697 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
698
699 * wid-edit.el (widget-default-active): Obey `:always-active'.
700 (widget-documentation-string-value-create): Set `:always-active'.
701
702 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
703
704 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
705 default prefix to `~/_emacs.d/auto-save.list/_s'.
706 (normal-top-level): Create the directory for auto-save files, if
707 it doesn't already exist (in the ms-dos case only).
708
709 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
710
711 * international/mule-cmds.el (set-language-environment): Don't
712 concat an integer (dos-codepage), use format instead.
713
714 2000-05-02 Dave Love <fx@gnu.org>
715
716 * help.el (help-xref-on-pp): Check for constant symbols.
717
718 2000-04-29 Gerd Moellmann <gerd@gnu.org>
719
720 * startup.el (normal-top-level): Put a condition-case around
721 the code loading subdirs.el.
722
723 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
724
725 * ps-print.el: Upside-down and face background color printing,
726 line number step, doc fix.
727 (ps-print-version): New version number (5.2).
728 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
729 (ps-face-attribute-list, ps-plot-with-face): Code fix.
730 (ps-spool-config): Var fix.
731 (ps-printer-name-option): Const fix.
732 (ps-print-upside-down, ps-use-face-background)
733 (ps-line-number-step): New vars.
734 (ps-window-system, ps-lp-system): New consts.
735 (ps-face-background): New fun.
736
737 2000-04-28 Richard Stallman <rms@gnu.org>
738
739 * files.el (make-auto-save-file-name):
740 Apply auto-save-file-name-transforms to visited file name
741 before generating auto save file name.
742 (auto-save-file-name-transforms): New variable.
743
744 * files.el (backup-enable-predicate):
745 Correctly test for a file under a temporary directory.
746
747 2000-04-28 Gerd Moellmann <gerd@gnu.org>
748
749 * subr.el (add-minor-mode): Rewritten.
750
751 2000-04-28 Kenichi Handa <handa@etl.go.jp>
752
753 * mail/sendmail.el (sendmail-send-it): Set
754 buffer-file-coding-system to the selected coding system for MIME
755 header.
756
757 2000-04-27 Gerd Moellmann <gerd@gnu.org>
758
759 * dired.el (dired-move-to-filename-regexp): Allow format where
760 YYYY is followed by two spaces.
761
762 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
763 in the second character class of the regexp.
764
765 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
766 mh-etc, too.
767
768 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
769 nil.
770
771 * subr.el (add-minor-mode): Use `set' instead of `setq'.
772
773 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
774 argument.
775
776 2000-04-27 Sen Nagata <sen@eccosys.com>
777
778 * emacs-lisp/crm.el (crm-completion-table): New variable.
779 (crm-collection-fn, crm-test-completion)
780 (completing-read-multiple): Use it.
781
782 2000-04-27 Dave Love <fx@gnu.org>
783
784 * help.el (locate-library): Use mapc.
785 (help-manyarg-func-alist): Add call-process-region.
786
787 2000-04-26 Gerd Moellmann <gerd@gnu.org>
788
789 * subr.el (add-minor-mode): Make argument MAP optional.
790
791 * desktop.el (desktop-save): Save list of minor modes.
792 (desktop-create-buffer): Restore minor modes.
793 (desktop-minor-mode-table): New user-option.
794
795 * subr.el (add-minor-mode): New function.
796
797 * image.el (find-image): New function.
798 (defimage): Rewritten to find image at load time.
799
800 * startup.el (normal-top-level-add-to-load-path): Handle
801 case that the default directory is not in load-path.
802
803 * help.el: Old patch from Stefan Monnier.
804 (help-xref-on-pp): New function.
805 (describe-variable): Use it to display xrefs in a symbol's value.
806
807 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
808
809 * cus-edit.el (custom-face): Fix parenthesis.
810
811 2000-04-26 Kenichi Handa <handa@etl.go.jp>
812
813 * mail/rmail.el (rmail-expunge): When there are no deleted
814 messages, do nothing.
815
816 2000-04-26 Dave Love <fx@gnu.org>
817
818 * international/mule-cmds.el (locale-translation-file-name):
819 Defvar to nil.
820 (set-locale-environment): Set it here (at runtime).
821
822 2000-04-25 Gerd Moellmann <gerd@gnu.org>
823
824 * replace.el (perform-replace): Add parameters START and END. Use
825 them instead of the check for a region in Transient Mark mode.
826 (query-replace-read-args): Return two more list elements for the
827 start and end of the region in Transient Mark mode.
828 (query-replace, query-replace-regexp, query-replace-regexp-eval)
829 (map-query-replace-regexp, replace-string, replace-regexp): Add
830 optional last arguments START and END and pass them to
831 perform-replace.
832
833 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
834 form with additional arguments for perform-replace.
835
836 * progmodes/etags.el (tags-query-replace): Add parameters START
837 and END. Construct a form with additional arguments for
838 perform-replace.
839
840 * simple.el (shell-command): Set default directory for "*Shell
841 Command Output" buffer.
842
843 * language/european.el (iso-latin-4): Fix typo.
844
845 * emacs-lisp/crm.el: New file.
846
847 2000-04-24 Dave Love <fx@gnu.org>
848
849 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
850 (Custom-reset-saved, Custom-reset-standard)
851 (custom-group-value-create, custom-group-set, custom-group-save)
852 (custom-group-reset-current, custom-group-reset-saved)
853 (custom-group-reset-standard): Use mapc.
854 (custom-buffer-create-internal): Disable undo when creating items.
855 Use mapc.
856 (custom-face): Avoid redundant lambda.
857
858 2000-04-24 Gerd Moellmann <gerd@gnu.org>
859
860 * startup.el (auto-save-list-file-prefix): Set default to
861 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
862
863 2000-04-24 Sam Steingold <sds@gnu.org>
864
865 * time-stamp.el (time-stamp-string-preprocess): Always convert
866 `field-result' to a string.
867
868 2000-04-24 Gerd Moellmann <gerd@gnu.org>
869
870 * frame.el (scrolling): New group.
871 (automatic-hscrolling): New user-option.
872
873 * startup.el (command-line-x-option-alist): Add `-lsp' and
874 `--line-spacing'.
875
876 2000-04-19 Dave Love <fx@gnu.org>
877
878 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
879 (cl-mapc): Rename from mapc. Fix the funcall.
880
881 2000-04-19 Gerd Moellmann <gerd@gnu.org>
882
883 * simple.el (clone-indirect-buffer-other-window): New command.
884 (clone-indirect-buffer): Add optional arg NORECROD.
885 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
886
887 * help.el (resize-temp-buffer-window): Use count-screen-lines.
888
889 * window.el (count-screen-lines): New function.
890 (shrink-window-if-larger-than-buffer): Use count-screen-lines
891 instead of window-buffer-height.
892
893 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
894 non-existing variable comint-input-sentinel.
895 (inferior-lisp-args-to-list): Removed.
896 (inferior-lisp): Use split-string instead of
897 inferior-lisp-args-to-list.
898
899 * hexl.el (hexl-insert-hex-string): New command.
900
901 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
902 instead of concat.
903
904 2000-04-18 Gerd Moellmann <gerd@gnu.org>
905
906 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
907 at the start of an existing but empty folder.
908
909 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
910
911 * ps-mule.el: Customization fix, doc fix.
912 (ps-multibyte-buffer): Customization fix.
913
914 2000-04-17 Richard M. Stallman <rms@caffeine.ai.mit.edu>
915
916 * subr.el (read-passwd): Use read-char-exclusive.
917
918 2000-04-17 Gerd Moellmann <gerd@gnu.org>
919
920 * textmodes/texinfo.el (texinfo-insert-@email)
921 (texinfo-insert-@emph, texinfo-insert-@quotation)
922 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
923 (texinfo-mode-map): Add key bindings for them.
924
925 * files.el (basic-save-buffer-2): Use a template with `$'
926 instead of `#' for VMS.
927
928 * simple.el (clone-indirect-buffer): New function.
929
930 2000-04-16 Stephen Eglen <stephen@gnu.org>
931
932 * iswitchb.el (iswitchb-case): New function. If the user input
933 contains any upper-case characters, the search is made
934 case-sensitive.
935
936 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
937
938 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
939 comment-end.
940 (texinfo-font-lock-syntactic-keywords): New var.
941 (texinfo-font-lock-keywords): Remove comment regexp.
942 (texinfo-insert-block): New function.
943 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
944 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
945 and font-lock-defaults. Use regexp-opt for outline-regexp.
946 (texinfo-environments): New var.
947 (texinfo-environment-regexp): Use regexp-opt and
948 texinfo-environments.
949
950 * textmodes/ispell.el (ispell-menu-map-needed): Check that
951 ispell-process is bound since this might be eval'd before ispell
952 is loaded.
953 (ispell-message): Use a tiny bit less magic and a bit more hard
954 data to figure out what kind of sc-cite-regexp to use.
955
956 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
957
958 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
959 (insert-cyclic-diary-entry): Unquote the lambda.
960
961 * gud.el (gud-jdb-build-source-files-list): Fix typo.
962
963 * files.el (backup-enable-predicate): Unquote the lambda.
964
965 * cus-edit.el (custom-face, face): Unquote the lambda.
966
967 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
968
969 * ps-print.el: Check for line-beginning-position definition.
970
971 * ps-print.el: Fix counting lines in a region.
972 (ps-print-version): New version number (5.1.5).
973 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
974 (ps-printing-region): Fun code fix.
975
976 2000-04-15 Gerd Moellmann <gerd@gnu.org>
977
978 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
979 to file-directory-p.
980
981 2000-04-14 Gerd Moellmann <gerd@gnu.org>
982
983 * gud.el (gud-jdb-build-source-files-list): Check that directory
984 exists before calling directory-files.
985
986 2000-04-13 Dave Love <fx@gnu.org>
987
988 * emacs-lisp/trace.el: Change maintainer. Use new backquote
989 syntax.
990
991 * emacs-lisp/cl-specs.el: Remove when, unless.
992
993 * emacs-lisp/cl-extra.el: Don't quote keywords.
994 (cl-old-mapc): New variable.
995 (mapc): Use it.
996 (cl-map-intervals): Use with-current-buffer. Don't check for
997 next-property-change.
998 (cl-map-overlays): Use with-current-buffer.
999 (cl-expt): Remove.
1000 (copy-tree, remprop): Define unconditionally.
1001
1002 * emacs-lisp/cl-compat.el (keywordp): Remove.
1003
1004 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
1005 to use keywordp.
1006 (edebug-spec): Enable keywordp.
1007
1008 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
1009 string-lessp.
1010
1011 * cus-start.el: Use keywordp.
1012
1013 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1014
1015 * diary-lib.el (include-other-diary-files): Fix the fix of
1016 2000-02-18 by doing a save-excursion.
1017
1018 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1019
1020 * ps-print.el: Customization fix, doc fix.
1021 (ps-print-version): New version number (5.1.4).
1022 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
1023 (ps-print-preprint): Adjust code.
1024 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
1025 (ps-print-prologue-header, ps-print-control-characters)
1026 (ps-spool-config): Customization fix.
1027
1028 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
1029
1030 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
1031 converted to the new menu-item format, names silightly changed,
1032 help strings added.
1033
1034 Support for spelling without async subprocesses:
1035
1036 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
1037 (ispell-session-buffer): New variables.
1038 (ispell-start-process, ispell-process-status,
1039 ispell-accept-output, ispell-send-string): New functions, for
1040 Ispell invocation when async subprocesses aren't supported.
1041 (ispell-word, ispell-pdict-save, ispell-command-loop,
1042 ispell-process-line, ispell-buffer-local-parsing): Replace calls
1043 to process-send-string with calls to ispell-send-string, and
1044 accept-process-output with ispell-accept-output.
1045 (ispell-init-process): Call ispell-process-status instead of
1046 process-status with.
1047 (ispell-init-process): Call ispell-start-process. Call
1048 ispell-accept-output and ispell-send-string. Don't call
1049 process-kill-without-query and kill-process if they are unbound.
1050 (ispell-async-processp): New function.
1051
1052 2000-04-12 Dave Love <fx@gnu.org>
1053
1054 * info.el: Add debug-ignored-errors.
1055 (Info-mode-menu): Add some items.
1056 (Info-directory): Add autoload cookie.
1057
1058 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
1059 Modify `truncate-lines'. Make `describe-language-environment'
1060 always visible and add help. Modify `describe-key' help. Invoke
1061 Info-directory from `info'. New entry `emacs-manual'.
1062
1063 2000-04-10 Gerd Moellmann <gerd@gnu.org>
1064
1065 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
1066 propertized-buffer-identification.
1067 (ebrowse-update-member-buffer-mode-line): Likewise.
1068 (ebrowse--mode-strings): Removed.
1069 (ebrowse--mode-line-props): Removed.
1070
1071 * files.el (auto-mode-alist): Add `EBROWSE'.
1072
1073 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
1074 space before testing for end of buffer.
1075 (ebrowse-load): Removed.
1076 (ebrowse-revert-tree-buffer-from-file): Rewritten.
1077 (ebrowse-create-tree-buffer): Rewritten.
1078 (ebrowse-tree-mode): Read tree from buffer.
1079
1080 * progmodes/ebrowse-ffh.el: Removed.
1081
1082 2000-04-10 Kenichi Handa <handa@etl.go.jp>
1083
1084 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
1085
1086 2000-04-10 Gerd Moellmann <gerd@gnu.org>
1087
1088 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
1089 at the wrong place.
1090
1091 2000-04-09 Dave Love <fx@gnu.org>
1092
1093 * files.el (backup-enable-predicate): Use
1094 temporary-file-directory, small-temporary-file-directory.
1095 (make-backup-file-name-function, backup-directory-alist): New
1096 variables.
1097 (make-backup-file-name-1): New function.
1098 (make-backup-file-name): Use it.
1099 (find-backup-file-name): Likewise. Use format for clarity, not
1100 concat.
1101 (file-newest-backup): Use make-backup-file-name.
1102
1103 2000-04-09 Gerd Moellmann <gerd@gnu.org>
1104
1105 * progmodes/ebrowse-ffh.el: New file.
1106
1107 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
1108 to ebrowse-ffh.el.
1109 (ebrowse-load): Add autoload.
1110
1111 * finder.el (finder-commentary): Add autoload cookie.
1112
1113 * mail/rfc2368.el: Correct author's email address.
1114
1115 * progmodes/ebrowse.el: New file.
1116
1117 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
1118 item help string.
1119 (easy-menu-do-add-item): Ditto.
1120 (easy-menu-define): Extend doc string.
1121
1122 * jit-lock.el (with-buffer-unmodified): Use
1123 restore-buffer-modified-p.
1124 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
1125 (jit-lock-function, jit-lock-stealth-fontify): Don't use
1126 with-buffer-unmodified.
1127
1128 2000-04-08 Dave Love <fx@gnu.org>
1129
1130 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
1131 unless, when.
1132
1133 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
1134
1135 * viper-util.el (viper-put-on-search-overlay): New subroutine.
1136 (viper-flash-search-pattern): No operation when using Emacs
1137 doesn't support face.
1138 Use `viper-put-on-search-overlay'.
1139
1140 2000-04-04 Gerd Moellmann <gerd@gnu.org>
1141
1142 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
1143 like C-r.
1144
1145 * progmodes/make-mode.el: Some doc fixes.
1146 (makefile-mode-abbrev-table): New variable.
1147 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
1148 (makefile-font-lock-keywords): Fontify includes and conditionals.
1149 (toplevel): Require `dabbrev' and `add-log' when compiling.
1150
1151 * replace.el (perform-replace): Don't move forward one char
1152 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
1153 to do that because it leaves point 1 position after the last
1154 replacement, after everything has been replaced.
1155
1156 * jit-lock.el (with-buffer-unmodified): New macro.
1157 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
1158 modified state.
1159 (jit-lock-function-1): Extracted from jit-lock-function; not
1160 preserving buffer's modified state.
1161 (jit-lock-function, jit-lock-stealth-fontify): Call
1162 jit-lock-function-1.
1163
1164 * mail/rfc2368.el: Remove supernumerary copyright line.
1165
1166 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
1167
1168 * glasses.el: Provide facilities for inserting space before left
1169 parentheses and uncapitalization of identifiers.
1170 (glasses-mode): Try to remove old overlays in all cases.
1171
1172 2000-04-03 Gerd Moellmann <gerd@gnu.org>
1173
1174 * progmodes/compile.el (compile-internal): Display the compilation
1175 buffer in a different frame, if it's already displayed there.
1176
1177 * mail/rfc2368.el: New file.
1178
1179 * simple.el (sendmail-user-agent-compose): Recognize a `body'
1180 header and insert its value as mail body.
1181
1182 * subr.el (member-ignore-case): New function.
1183
1184 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
1185 (dabbrev--find-expansion): Ignore buffers matching a regexp
1186 from dabbrev-ignored-regexps.
1187
1188 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
1189 to extensions handled by gzip.
1190
1191 2000-04-03 Richard M. Stallman <rms@gnu.org>
1192
1193 * files.el (insert-directory): List the total free space
1194 along with the used space.
1195
1196 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
1197 line is followed by one that matches CITATION-REGEXP, end the
1198 paragraph.
1199
1200 2000-04-03 Markus Rost <rost@delysid.gnu.org>
1201
1202 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
1203 (rmail-make-basic-summary-line): Use that option.
1204
1205 2000-04-03 Kenichi Handa <handa@etl.go.jp>
1206
1207 * international/mule-cmds.el (encoded-string-description):
1208 Rewritten. Try pretty description for ISO 2022 escape sequences
1209 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
1210 for hexadecimal format.
1211
1212 2000-04-01 Dave Love <fx@gnu.org>
1213
1214 * cpp.el: Change customization group to `c' from `C'.
1215
1216 * vcursor.el (vcursor-move): Use display-color-p.
1217
1218 * international/mule-util.el: Provide mule-utils.
1219 (string-to-sequence): Simplify and speed up.
1220
1221 * international/mule.el (make-coding-system): Purecopy doc-string.
1222
1223 * international/mule-cmds.el: Various menu changes.
1224 (describe-specified-language-support): Handle `Default'.
1225 (set-language-info): Purecopy `info'.
1226
1227 2000-03-31 Andrew Innes <andrewi@gnu.org>
1228
1229 * vc.el (vc-backend-diff): Return the correct status if we had to
1230 retry the rcsdiff command without the --brief option.
1231
1232 2000-03-31 Dave Love <fx@gnu.org>
1233
1234 * help.el (help-manyarg-func-alist): Correct several omissions.
1235
1236 * add-log.el: Don't require cl, fortran.
1237 (add-log-current-defun-function): Doc fix.
1238 (change-log-version-number-regexp-list): Remove SCCS part. Doc
1239 fix.
1240 (change-log-version-rcs): Function deleted.
1241 (change-log-version-number-search): Doc fix. Use
1242 vc-workfile-version. Avoid CL dolist.
1243 (add-change-log-entry): Just call add-log-current-defun to get
1244 defun. Simplify somewhat.
1245 (change-log-get-method-definition-1): Likewise.
1246 (add-log-current-defun): Return nil if calling
1247 add-log-current-defun-function does so. Move Fortran stuff to
1248 fortran.el. Return string without properties.
1249
1250 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
1251 and :alpha: char classes.
1252
1253 * mail/supercite.el: Defvar curline when compiling.
1254 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
1255 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
1256 rather than a-zA-Z0-9 to allow non-ASCII characters.
1257
1258 2000-03-31 Gerd Moellmann <gerd@gnu.org>
1259
1260 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
1261
1262 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
1263 Re-enable new code.
1264
1265 * lpr.el (print-region-1): Use -d to specify printer name for
1266 systems `usg-unix-v*, `dgux', `hpux', `irix'.
1267
1268 2000-03-31 Dave Love <fx@gnu.org>
1269
1270 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
1271 for function definition in symbol's function value slot first
1272 instead of first consulting byte-compile-function-environment.
1273
1274 2000-03-31 Kenichi Handa <handa@etl.go.jp>
1275
1276 * language/european.el ("Polish"): New language environment.
1277 (setup-polish-environment): New function.
1278
1279 2000-03-30 Gerd Moellmann <gerd@gnu.org>
1280
1281 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
1282 Disable new code.
1283
1284 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
1285 trying to `load' the symbol of an autoload instead of the file
1286 recorded in the autoload. Fix error messages.
1287
1288 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1289
1290 * ps-print.el: PostScript programming fix for ghostview, doc fix.
1291 (ps-print-version): New version number (5.1.3).
1292 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
1293 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
1294 (ps-generate-postscript-with-faces): Code fix.
1295 (ps-color-values): XEmacs compatibility.
1296 (ps-print-background-image, ps-print-background-text, ps-printer-name)
1297 (ps-default-fg, ps-default-bg): Adjust customization.
1298 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
1299 (ps-color-scale): Renaming old ps-color-value fun.
1300 (ps-print-headers): Replace ps-print-header group to avoid conflict
1301 with ps-print-header variable.
1302 (ps-print-miscellany): New group.
1303 (ps-format-color, ps-rgb-color): New funs.
1304 (ps-default-foreground): New var.
1305 (ps-printer-name-option): New const.
1306
1307 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
1308
1309 * net/net-utils.el:
1310 (network-connection-host, network-connection-service): New variables
1311 (network-connection-mode): New mode, derived from comint-mode
1312 (network-connection-mode-setup): New function, saves host and
1313 service information in local variables.
1314
1315 * lisp/locate.el:
1316 (locate-word-at-point): Added this function
1317 (locate): Default to using locate-word-at-point as input
1318 Run dired-mode-hook
1319
1320 2000-03-29 Dave Love <fx@gnu.org>
1321
1322 * calendar/appt.el: Doc fixes.
1323 (appt-check): Convert min-to-app to a string before passing to
1324 appt-disp-window-function or concat.
1325 (appt-delete-window): Remove test for frame-root-window.
1326 (appt-select-lowest-window, appt-convert-time): Simplify.
1327
1328 * emacs-lisp/bytecomp.el: Doc fixes.
1329 (byte-compile-file-form-autoload): Update
1330 byte-compile-function-environment.
1331
1332 2000-03-29 Andreas Schwab <schwab@suse.de>
1333
1334 * emacs-lisp/autoload.el: Also print defsubst doc string
1335 specially.
1336
1337 * dired.el (dired-insert-directory): If dired-free-space-program
1338 failed just delete its output.
1339
1340 2000-03-29 Dave Love <fx@gnu.org>
1341
1342 * international/iso-cvt.el: Move provide to end. Doc fixes.
1343 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
1344 (iso-iso2sgml, iso-sgml2iso): New functions.
1345 (iso-cvt-define-menu): Fix some entries and use backquote for
1346 clarity.
1347
1348 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
1349
1350 2000-03-28 Gerd Moellmann <gerd@gnu.org>
1351
1352 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
1353 ISO-DATE. If non-nil, return date in ISO 8601 format.
1354
1355 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
1356
1357 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
1358 if it ever becomes used.
1359 (log-edit-mode-hook): Default to vc-log-mode-hook.
1360 (log-edit-mode): Fix the docstring.
1361
1362 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
1363 the code.
1364
1365 2000-03-26 Dave Love <fx@gnu.org>
1366
1367 * net/browse-url.el (browse-url): Re-fix case of
1368 browse-url-browser-function being an alist.
1369 (browse-url): Add :link to defgroup.
1370
1371 * files.el: Doc fixes.
1372 (file-truename): Include `[' in wildcard characters.
1373 (automount-dir-prefix): Customize.
1374 (find-file-wildcards): Add :version.
1375 (find-file-noselect): Simplify a mapcar call.
1376
1377 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
1378 compatible with inf-lisp version.
1379 (eval-defun-1): Fix custom-declare-variable case.
1380
1381 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
1382
1383 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
1384
1385 2000-03-24 Gerd Moellmann <gerd@gnu.org>
1386
1387 * Makefile (COMPILE_FIRST): New macro.
1388 (compile-files): Compile files from COMPILE_FIRST first.
1389
1390 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
1391 code.
1392
1393 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
1394 matching open parenthesis in column 0 to defun-prompt-regexp
1395 only if open-paren-in-column-0-is-defun-start is set.
1396
1397 * sun-curs.el: Require CL at compile-time only.
1398
1399 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
1400 instead of copy-list which is a function from CL.
1401 (msb--choose-menu, msb--mode-menu-cond)
1402 (msb--create-buffer-menu-2): Use dolist instead of mapc.
1403 (msb--init-file-alist): Use mapcar instead of mapcan.
1404 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
1405 `(' in column 0 in doc string.
1406 (msb--add-separators): Use mapcar instead of mapcan.
1407
1408 * cus-dep.el: Require CL at compile-time only.
1409
1410 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
1411
1412 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
1413 (byte-compile-warnings): New warning `noruntime'.
1414 (byte-compile-constants, byte-compile-variables): Fix docstring.
1415 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
1416 execute `eval-whenc-compile's body.
1417 (byte-compile-unresolved-functions): Fix docstring.
1418 (byte-compile-eval): New function.
1419 (byte-compile-callargs-warn): Check if the function will be available
1420 at runtime (via property `byte-compile-noruntime').
1421 (byte-compile-print-syms): New function.
1422 (byte-compile-warn-about-unresolved-functions): Also warn about
1423 `noruntime' functions (and use `byte-compile-print-syms').
1424 (byte-compile-file): Capitalize the message.
1425
1426 2000-03-24 Gerd Moellmann <gerd@gnu.org>
1427
1428 * mail/rmail.el (rmail-confirm-expunge): New user-option.
1429 (rmail-expunge): Ask for confirmation depending on the setting
1430 of rmail-confirm-expunge.
1431
1432 2000-03-23 Gerd Moellmann <gerd@gnu.org>
1433
1434 * Makefile (bootstrap-clean): If $(emacs) exists, build
1435 loaddefs.el first. A loaddefs.el that's not up-to-date might
1436 cause a bootstrap failure because things don't autoload as
1437 expected.
1438
1439 2000-03-23 Dave Love <fx@gnu.org>
1440
1441 * net/browse-url.el: Restore previous use of
1442 browse-url-maybe-new-window.
1443
1444 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1445
1446 * ps-print.el: Skip banner page fix.
1447 (ps-print-version): New version number (5.1.2).
1448 (ps-begin-file, ps-end-file, ps-generate): Code fix.
1449
1450 2000-03-23 Dave Pearson <davep@davep.org>
1451
1452 * net/quickurl.el Changed the type of parameter passed to the
1453 function defined by `quickurl-format-function'. Before only the
1454 text of the URL was passed. Now the whole URL structure is passed
1455 and the function is responsible for extracting the parts it
1456 requires. Changed the default of `quickurl-format-function'
1457 accordingly.
1458 (quickurl-insert): Changed the `funcall' of
1459 `quickurl-format-function' to match the above change.
1460 (quickurl-list-insert): Changed the `url' case so that it makes
1461 use of `quickurl-format-function', previous to this the format was
1462 hard wired.
1463
1464 2000-03-22 Gerd Moellmann <gerd@gnu.org>
1465
1466 * startup.el: Change some spellings for the X Window System.
1467
1468 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
1469
1470 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
1471 up the code and the regexp and make sure the cursor is temporarily
1472 moved to the suspicious line while querying the user.
1473
1474 2000-03-22 Jason Rumney <jasonr@gnu.org>
1475
1476 * w32-fns.el (w32-charset-info-alist): Initialize.
1477
1478 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1479
1480 * ps-print.el: N-up last page fix.
1481 (ps-print-version): New version number (5.1.1).
1482 (ps-end-file, ps-end-job, ps-generate): Code fix.
1483
1484 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
1485
1486 * files.el (find-file-run-dired): Update docstring.
1487 (find-directory-functions): New hook.
1488 (find-file-noselect): Run find-directory-functions rather than
1489 calling dired directly.
1490
1491 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
1492
1493 * pcvs.el: Add a minimal leading commentary.
1494 (cvs-make-cvs-buffer): Change the header part by removing the startup
1495 message and adding a `Module' entry. Also replace the FOOTER and
1496 HEADER special fileinfos with the new support in ewoc for updating
1497 its own footer and header.
1498 (cvs-update-header): Update to use the header/footer of the ewoc.
1499 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
1500 (cvs-is-within-p): New function.
1501 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
1502 to only examine some subset of the buffers.
1503
1504 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
1505 `format' instead of our own ad-hoc functions.
1506 Remove HEADER and FOOTER cases, now handled in the EWOC.
1507 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
1508
1509 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
1510 output to avoid scaring the user.
1511 (cvs-parse-table): Catch message for non-up-to-date commits.
1512
1513 * pcvs-defs.el (cvs-startup-message): Remove.
1514 (cvs-global-menu): New autoloaded menu.
1515
1516 * pcvs-util.el (cvs-string-fill): Remove.
1517
1518 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
1519 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
1520 PP part of it and also make it work for footers and headers.
1521 (ewoc-create): Drop POS and BUFFER arguments.
1522 Use the DLL's dummy node to store the end-of-footer position.
1523 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
1524 (ewoc-refresh): Remove unused `header' variable.
1525 (ewoc-(get|set)-hf): New functions.
1526
1527 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
1528 log-view-*-(message|file) and use easy-mmode-define-navigation.
1529 (log-view-message-re): Match SCCS format as well.
1530 And match the revision line rather than the dashed separator line.
1531 (log-view-mode): Use the new define-derived-mode.
1532 (log-view-current-tag): Fill in with an actual implementation.
1533
1534 * cvs-status.el (cvs-status-(prev|next)): Rename from
1535 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
1536 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
1537 to let the output "breathe" a little more (more readable).
1538 (cvs-status-mode): Use the new define-derived-mode.
1539
1540 * smerge-mode.el (smerge-auto-leave): New function and variable.
1541 (smerge-basic-map): Rename from smerge-basic-keymap.
1542 Change the bindings for smerge-diff-*.
1543 (smerge-*-map): Use easy-mmode-defmap.
1544 (smerge-(next|prev)): Use easy-mmode-define-navigation.
1545 (smerge-keep-*): Use smerge-auto-leave.
1546
1547 2000-03-21 Jason Rumney <jasonr@gnu.org>
1548
1549 * cus-edit.el (custom-button-face): Use 3D look for w32.
1550 (custom-button-pressed-face): Likewise.
1551
1552 2000-03-21 Gerd Moellmann <gerd@gnu.org>
1553
1554 * progmodes/etags.el (tags-case-fold-search): New user-option.
1555 (tags-loop-eval): New function. Bind case-fold-search around eval
1556 depending on the value of tags-case-fold-search.
1557 (tags-loop-continue): Use tags-loop-eval.
1558 (find-tag-in-order): Bind case-fold-search depending on the value
1559 of tags-case-fold-search.
1560
1561 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
1562
1563 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
1564 (diff-end-of-hunk): Return the end position for use in
1565 `easy-mmode-define-navigation'.
1566 (diff-recenter): Remove.
1567 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
1568 of `easy-mmode-define-navigation'.
1569 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
1570 previous renaming) and fix to use new names.
1571 (diff-merge-strings): Use \n as separator: simpler, faster.
1572 (diff-mode): Use `define-derived-mode'.
1573
1574 * derived.el (define-derived-mode): Don't autoload anymore.
1575 Prefer the macro-only version provided by easy-mmode.el.
1576
1577 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
1578 `easy-mmode-define-derived-mode'.
1579 Use `combine-run-hooks'.
1580 (easy-mmode-define-navigation): New macro.
1581
1582 * subr.el (combine-run-hooks): New function.
1583
1584 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
1585
1586 * term/x-win.el: Fontsets related initialization is simplified.
1587
1588 * international/mule-diag.el (describe-font): Don't refer to
1589 global-fontset-alist, instead call font-list.
1590 (describe-fontset, list-fontsets, mule-diag): Likewise.
1591 (print-fontset): Adjusted for the change of fontset
1592 implementation.
1593
1594 * international/fontset.el (x-charset-registries): Variable
1595 removed, instead the corresponding data is stored in the default
1596 fontset.
1597 (register-alternate-fontnames): Function removed.
1598 (resolved-ascii-font): Variable removed.
1599 (x-compose-font-name): Ignore the second argument REDOCE.
1600 (x-complement-fontset-spec): Complement only an ASCII font and
1601 element for those charsets than can use that ASCII font.
1602 (generate-fontset-menu): Don't refer to global-fontset-alist,
1603 instead call fontset-list.
1604 (uninstantiated-fontset-alist): Variable removed.
1605 (x-style-funcs-alist): Likewise.
1606 (fontset-default-styles): Likewise.
1607 (x-modify-font-name): Function removed.
1608 (create-fontset-from-fontset-spec): Ignore the argument
1609 STYLE-VARIANT.
1610 (create-fontset-from-ascii-font): Docsting adjusted for the above
1611 change.
1612 (instantiate-fontset, resolve-fontset-name): Functions removed.
1613 (fontset-list): Now implemented by C code.
1614
1615 * faces.el (read-face-font): Fix TABLE arg to completing-read.
1616 (describe-face): Include `font' attribute in the description.
1617
1618 2000-03-21 Kenichi Handa <handa@etl.go.jp>
1619
1620 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
1621
1622 2000-03-20 Gerd Moellmann <gerd@gnu.org>
1623
1624 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
1625 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
1626 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
1627
1628 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
1629 about behavior of set-buffer-modified-p wrt redisplay.
1630
1631 2000-03-19 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1632
1633 * view.el (view-mode-disable): Kill local binding of view-read-only.
1634
1635 2000-03-18 Gerd Moellmann <gerd@gnu.org>
1636
1637 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
1638 is a string, convert it to a syntax cell using string-to-syntax.
1639
1640 * simple.el (syntax-code-table, syntax-flag-table): New variables.
1641 (string-to-syntax): New function.
1642
1643 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
1644 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
1645 try to use passive ftp mode.
1646
1647 2000-03-17 Gerd Moellmann <gerd@gnu.org>
1648
1649 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
1650
1651 * simple.el (append-to-buffer): Update point of windows after
1652 insertion.
1653
1654 * abbrev.el (inverse-add-abbrev): Identify word by first moving
1655 forward then moving backward. Reindent.
1656
1657 * frame.el (other-frame): Call x-focus-frame only if
1658 focus-follows-mouse is off.
1659
1660 2000-03-17 Dave Love <fx@gnu.org>
1661
1662 * pcvs-util.el (cvs-strings->string): Rename
1663 replace-regexps-in-string.
1664
1665 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
1666
1667 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
1668 regexp for labels cannot span several lines.
1669
1670 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
1671 `(setq :<key> ':<key>)' to the macro expansion.
1672
1673 2000-03-16 Dave Love <fx@gnu.org>
1674
1675 * progmodes/f90.el (f90): Put custom group under `languages', not
1676 `fortran'.
1677 (f90-mode-hook): Customize.
1678 (f90-mode): Set add-log-current-defun-function.
1679 (f90-current-defun): New function.
1680
1681 2000-03-16 Gerd Moellmann <gerd@gnu.org>
1682
1683 * cus-edit.el (custom-variable-tag-face): Handle case that
1684 default face's height is not a number.
1685 (custom-face-tag-face, custom-group-tag-face-1)
1686 (custom-group-tag-face): Ditto.
1687 (custom-group-tag-face-1): Add :group.
1688
1689 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
1690
1691 2000-03-15 Gerd Moellmann <gerd@gnu.org>
1692
1693 * pcvs-defs.el (toplevel): Remove autoload cookie for form
1694 requiring easymenu.
1695
1696 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1697
1698 * ps-print.el: PostScript user-defined prologue, PostScript error
1699 handler, doc fix.
1700 (ps-print-version): New version number (5.1).
1701 (ps-user-defined-prologue, ps-error-handler-message)
1702 (ps-print-prologue-0, ps-error-handler-alist): New vars.
1703 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
1704 (ps-insert-string): New function.
1705
1706 2000-03-15 Kenichi Handa <handa@etl.go.jp>
1707
1708 * international/ccl.el (ccl-compile-expression): Don't generate
1709 invalid self-assignment code.
1710
1711 2000-03-14 Dave Love <fx@gnu.org>
1712
1713 * subr.el (replace-regexp-in-string): Renamed from
1714 replace-regexps-in-string. Doc fix.
1715
1716 2000-03-12 Dave Love <fx@gnu.org>
1717
1718 * cus-edit.el: Doc fixes.
1719 (customize-set-variable, customize-save-variable): Rename args for
1720 doc.
1721 (custom-variable-tag-face, custom-face-tag-face)
1722 (custom-group-tag-face-1, custom-group-tag-face): Modify from
1723 style which user identify as hyperlink.
1724 (hook): Don't add undefined functions to the hook.
1725 (debug-ignored-errors): Transfer message from bindings.el.
1726
1727 2000-03-12 Gerd Moellmann <gerd@gnu.org>
1728
1729 * recentf.el (recentf-keep-non-readable-files-p): Remove
1730 double/nested definition.
1731
1732 2000-03-12 Dave Love <fx@gnu.org>
1733
1734 * facemenu.el (facemenu-get-face): Use display-color-p.
1735 * enriched.el (enriched-decode-foreground): Likewise.
1736 (enriched-decode-background): Likewise.
1737 * isearch.el (isearch-highlight): Likewise.
1738 * info-look.el (info-lookup): Likewise.
1739 * simple.el (completion-setup-function): Likewise.
1740
1741 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
1742 :options.
1743
1744 * bindings.el (mode-line-format): Fix line-number and
1745 column-number items. Add help-echo for the background.
1746 (mode-line-mule-info): Modify help-echo.
1747
1748 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
1749 defcustom.
1750
1751 * files.el (load-file): Allow completion to .elc.
1752
1753 * man.el: Doc fixes.
1754 (Man-init-defvars): Use display-color-p to set fontification.
1755
1756 * play/hanoi.el (hanoi-internal): Don't use oddp.
1757
1758 2000-03-12 Gerd Moellmann <gerd@gnu.org>
1759
1760 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
1761
1762 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
1763
1764 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
1765
1766 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
1767 Fix comment.
1768
1769 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
1770
1771 * font-lock.el (font-lock-keywords): Fix the doc now that
1772 regexp-opt-depth is unnecessary.
1773 (save-buffer-state): Set an edebug spec.
1774 (font-lock-fontify-anchored-keywords): Properly handle the case when
1775 the matcher goes past the limit.
1776
1777 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
1778 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
1779
1780 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
1781 dll.el and cookie.el (from Elib) with heavy renaming and other
1782 massaging.
1783
1784 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
1785 Autoload the functions used.
1786 (easy-mmode-define-syntax): Fix CL typo.
1787 (easy-mmode-define-derived-mode): Improve the docstring generation.
1788
1789 2000-03-10 Gerd Moellmann <gerd@gnu.org>
1790
1791 * textmodes/texinfo.el (texinfo-version): Variable and function
1792 removed.
1793
1794 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
1795
1796 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
1797 allow more flexibility.
1798 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
1799 fns.
1800 (easy-mmode-defmap, easy-mmode-defsyntax)
1801 (easy-mmode-define-derived-mode): New macros.
1802
1803 2000-03-09 Didier Verna <didier@xemacs.org>
1804
1805 * rect.el (replace-rectangle): New function.
1806
1807 2000-03-09 Dave Love <fx@gnu.org>
1808
1809 * progmodes/fortran.el (fortran-comment-line-start): Define as
1810 "C".
1811 (fortran-comment-line-start-skip): Don't match cpp stuff.
1812 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
1813 (fortran-mode-map): Remove over-eager custom-menu-create for now.
1814 (fortran-mode): Don't set fortran-comment-line-start-skip,
1815 fortran-comment-line-start here. Set comment-start,
1816 add-log-current-defun.
1817 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
1818 (fortran-current-defun): New function.
1819
1820 2000-03-09 Gerd Moellmann <gerd@gnu.org>
1821
1822 * emacs-lisp/re-builder.el: New file.
1823
1824 * mouse.el (mouse-drag-region): Don't run up-event handler
1825 if hscroll has changed.
1826
1827 * octave-mod.el (octave-font-lock-keywords): To font-lock the
1828 builtin operators, use `font-lock-builtin-face' for Emacs and
1829 `font-lock-preprocessor-face' otherwise.
1830
1831 * font-lock.el (lisp-font-lock-keywords-1): Highlight
1832 `(defun (setf foo)' differently.
1833
1834 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
1835
1836 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
1837 (regexp-opt): Update comment and adapt the code the new meaning of
1838 the `paren' argument of regex-opt-group for shy-groups.
1839 (regexp-opt-depth): Handle shy groups as well as backslashed
1840 backslashes.
1841 (regexp-opt-group): Turn the leading comment into a docstring.
1842 Allow `paren' to be a string (the string to use to open a group).
1843 Remove open-presuf and close-presuf. Instead of checking for `all
1844 one-char' and then later on check for `several one-char', handle
1845 both cases close together. Also apply a more generic algorithm
1846 for suffixes (the mirror image of the algorithm used for
1847 prefixes). Use shy-groups. Use nreverse rather than reverse.
1848 (regexp-opt-try-suffix): Removed.
1849
1850 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
1851 from comint-mode-map, so we can just inherit from it. Also, move
1852 the initialization into the `defvar' since there's no docstring
1853 anyway and it's fairly short.
1854 (inferior-scheme-mode): Define it as derived-mode: the code is
1855 shorter and this way we inherit from comint-mode-map rather than
1856 copying it.
1857
1858 * subr.el (replace-regexps-in-string): Properly handle the case
1859 where we match an empty string.
1860
1861 * comint.el (comint-exec-1): Add the current-dir to the exec-path
1862 when the command has a directory component (such as "./testml").
1863 Also fix a typo in the comment.
1864
1865 2000-03-08 Gerd Moellmann <gerd@gnu.org>
1866
1867 * Makefile (compile-files): Compile files one by one because
1868 that's the only way to ensure a clean compilation environment for
1869 each individual file.
1870
1871 * frame.el (other-frame): Call x-focus-frame.
1872
1873 2000-03-07 Dave Love <fx@gnu.org>
1874
1875 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
1876 :require to defcustom.
1877
1878 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
1879 lists.
1880
1881 * files.el (auto-mode-alist): Add configure.in.
1882
1883 * progmodes/autoconf.el: New file.
1884
1885 2000-03-07 Gerd Moellmann <gerd@gnu.org>
1886
1887 * mail/mh-e.el: Change maintainer to `none'.
1888
1889 * recentf.el (recentf-keep-non-readable-files-p): Quote args
1890 to remove-hook and add-hook.
1891
1892 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1893
1894 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
1895 it as the default.
1896 (mail-send): Test mail-send-nonascii also for the new `mime' value.
1897 (sendmail-send-it): Conditionally add MIME headers specifying the
1898 used character set.
1899
1900 2000-03-07 Dave Love <fx@gnu.org>
1901
1902 * winner.el: Fix keywords, autoload cookies. Split
1903 eval-when-compile form to avoid compilation failure.
1904
1905 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
1906
1907 * international/mule.el: Modify comment about coding system
1908 property `coding-category'.
1909 (make-coding-system): New argument EOL-TYPE. Pay attention to
1910 coding-category property of PROPERTIES.
1911
1912 * international/mule-conf.el (coding-category-utf-8,
1913 coding-category-utf-16-be, coding-category-utf-16-le): New coding
1914 categories. Include them in the argument for set-coding-priority.
1915
1916 * international/mule-cmds.el (reset-language-environment): Include
1917 coding-category-utf-8, coding-category-utf-16-be, and
1918 coding-category-utf-16-le in the argument for set-coding-priority.
1919 (reset-language-environment): Initialize coding-category-utf-8,
1920 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
1921
1922 2000-03-06 Karl Fogel <kfogel@red-bean.com>
1923
1924 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
1925 code abstracted out of `bookmark-jump-noselect'. Now tries info
1926 extensions as well as compression extensions.
1927 (bookmark-jump-noselect): Use above new func.
1928
1929 2000-03-03 Gerd Moellmann <gerd@gnu.org>
1930
1931 * strokes.el: Change maintainer's mail address.
1932
1933 2000-03-03 Kenichi Handa <handa@etl.go.jp>
1934
1935 * international/mule-diag.el (list-character-sets): Make help-echo
1936 string by substitute-command-keys.
1937 (list-character-sets): Likewise.
1938 (sort-listed-character-sets): Call help-setup-xref.
1939
1940 2000-03-02 Gerd Moellmann <gerd@gnu.org>
1941
1942 * time.el (display-time-mail-file): Add `none' to the list of
1943 choices.
1944
1945 2000-03-01 Dave Love <fx@gnu.org>
1946
1947 * help.el (help-xref-go-back): Don't try to set position.
1948
1949 * international/mule-diag.el (list-character-sets): Call
1950 help-setup-xref. Add help-echo to xrefs.
1951 (list-character-sets-1): Add help-echo to xrefs.
1952
1953 2000-03-02 Gerd Moellmann <gerd@gnu.org>
1954
1955 * frame.el (blink-cursor-mode): Switch cursor on when turning
1956 the mode off.
1957
1958 * add-log.el (add-log-current-defun): Add support for
1959 Autoconf mode.
1960
1961 * mail/rmail.el (rmail-quit-hook): New variable.
1962
1963 2000-03-01 Dave Love <fx@gnu.org>
1964
1965 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
1966
1967 * help.el (help-xref-button): Add help-echo arg.
1968 (describe-function-1, describe-variable, help-make-xrefs): Use it.
1969
1970 * faces.el (list-faces-display): Supply help-echo with
1971 help-make-xrefs.
1972
1973 * facemenu.el (list-text-properties-at): Set help-xref-stack to
1974 nil.
1975
1976 2000-03-01 Gerd Moellmann <gerd@gnu.org>
1977
1978 * image.el (defimage): Look for image files in load-path.
1979
1980 * frame.el (busy-cursor-delay-seconds): Change type to
1981 `number'.
1982
1983 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
1984
1985 * recentf.el (recentf): Added version tag to the defgroup of
1986 recentf.
1987
1988 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
1989
1990 * recentf.el (recentf-cleanup): Changed to remove excluded file
1991 too.
1992 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
1993 action to select/unselect a file.
1994 (recentf-edit-list): Code cleanup and improvement.
1995 (recentf-open-more-files-action): `recentf-open-more-files' button
1996 widget action to open a file.
1997 (recentf-open-more-files): No more use standard completion but
1998 widgets.
1999 (recentf-more-collection): Deleted.
2000 (recentf-more-history): Deleted.
2001 (recentf-setup-more-completion): Deleted.
2002
2003 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
2004
2005 * recentf.el (recentf-mode): No more needs that Emacs is running
2006 under a window-system.
2007
2008 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
2009
2010 * recentf.el (recentf-edit-list): New command to edit the recent
2011 list which allow the user to remove files.
2012 (recentf-edit-selected-items): New global variable, used by
2013 `recentf-edit-list' to hold the list of files to be removed from
2014 the recent list.
2015 (recentf-make-menu-items): Updated to display a "Edit list..."
2016 menu item. Minor code cleanup.
2017
2018 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
2019
2020 * recentf.el (recentf-open-more-files): New command to open files
2021 that are not displayed in the menu.
2022 (recentf-more-collection): New global variable holding the set of
2023 permissible completions used by `recentf-open-more-files'.
2024 (recentf-more-history): New global variable holding the history list
2025 used by `recentf-open-more-files' completion.
2026 (recentf-setup-more-completion): New function to setup completion for
2027 `recentf-open-more-files'.
2028 (recentf-make-menu-items): Updated to display a "More..." menu item.
2029
2030 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
2031
2032 * recentf.el (recentf-menu-action): Doc fixed.
2033
2034 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
2035
2036 * recentf.el (recentf-menu-filter): Doc updated.
2037 (recentf-update-menu-hook): Allow menu filters to force menu update.
2038 (recentf-make-menu-items): New menu filter handling.
2039 (recentf-make-menu-item): New helper function.
2040 (recentf-menu-elements): New menu handling function.
2041 (recentf-sort-ascending): Updated to new menu filter handling.
2042 (recentf-sort-descending): Updated to new menu filter handling.
2043 (recentf-sort-basenames-ascending): New menu filter function.
2044 (recentf-sort-basenames-descending): New menu filter function.
2045 (recentf-show-basenames): New menu filter function.
2046 (recentf-show-basenames-ascending): New menu filter function.
2047 (recentf-show-basenames-descending): New menu filter function.
2048
2049 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2050
2051 * diary-lib.el (list-diary-entries): Don't try to go forward at
2052 the end of the buffer.
2053
2054 2000-02-29 Kenichi Handa <handa@etl.go.jp>
2055
2056 * international/mule-diag.el (list-character-sets): Completely
2057 rewritten.
2058 (sort-listed-character-sets): New function.
2059 (list-character-sets-1): Completely rewritten.
2060 (list-character-sets-2): New function.
2061 (non-iso-charset-alist): New variable.
2062 (decode-codepage-char): New function.
2063 (charset-history): New variable.
2064 (read-charset) (list-block-of-chars)
2065 (list-iso-charset-chars)
2066 (list-non-iso-charset-chars)
2067 (list-charset-chars): New functions.
2068 (mule-diag): Call list-character-sets-2, not
2069 list-character-sets-2.
2070 (dump-charsets): Likewise.
2071
2072 2000-02-29 Gerd Moellmann <gerd@gnu.org>
2073
2074 * dired-x.el (dired-filename-at-point): Add `@' to valid
2075 file name characters.
2076 (dired-filename-at-point): Handle ange-ftp file names.
2077
2078 * frame.el (frame-notice-user-settings): Use assq-delete-all
2079 instead of assoc-delete-all.
2080 (frame-notice-user-settings): Ditto.
2081
2082 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
2083 Don't copy alist.
2084
2085 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
2086
2087 * calculator.el (calculator-use-menu): New option.
2088 (calculator-initial-bindings): Changed some bindings to work as
2089 macros.
2090 (calculator-forced-input): Removed.
2091 (calculator-restart-other-mode): New variable.
2092 (calculator-mode-map): Set up menu.
2093
2094 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
2095
2096 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
2097 tags.
2098
2099 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
2100
2101 * viper-cmd.el (viper-envelop-ESC-key): added the option to
2102 translate all ESC key sequences.
2103 (viper-goto-mark-subr): restore markers for files for which
2104 they were saved.
2105 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
2106 * viper-util.el (viper-set-replace-overlay-glyphs,
2107 viper-set-replace-overlay): always check if the replacement
2108 overlay is live.
2109 * viper.el (viper-vi-state-mode-list): added major modes.
2110 * ediff-wind.el: minor comment changes.
2111 * ediff.el: copyright notice date fix.
2112
2113 2000-02-27 Jason Rumney <jasonr@gnu.org>
2114
2115 * faces.el (face-font-family-alternatives): Add arial to helv.
2116 (mode-line, header-line, tool-bar): Same default as x for w32.
2117 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
2118 face-font-family-alternatives from working.
2119 * term/w32-win.el (mouse-set-font): Do not build fontset from
2120 chosen font.
2121
2122 2000-02-25 Sam Steingold <sds@goems.com>
2123
2124 * emacs-lisp/cl-indent.el (toplvel): Indent `pprint-logical-block'
2125 properly.
2126
2127 2000-02-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2128
2129 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
2130
2131 2000-02-25 Gerd Moellmann <gerd@gnu.org>
2132
2133 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
2134 writable.
2135
2136 * frame.el (busy-cursor-delay-seconds): New option.
2137
2138 2000-02-24 Gerd Moellmann <gerd@gnu.org>
2139
2140 * frame.el (show-cursor-in-non-selected-windows): New option.
2141
2142 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2143
2144 * diary-lib.el (include-other-diary-files): Undo the selective
2145 display in any included file and don't kill it.
2146
2147 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
2148
2149 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
2150 bar. Menu items converted to (menu-item format, help strings
2151 added.
2152 [downcase, upcase]: Don't enable on MS-DOS.
2153 [symlink, symlinks]: Don't show if make-symbolic-link is not
2154 bound.
2155 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
2156
2157 2000-02-23 Dave Love <fx@gnu.org>
2158
2159 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
2160 (backward-kill-word): Revert addition of * to interactive spec --
2161 it's a feature.
2162
2163 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
2164 (backward-kill-sentence, kill-sentence): Likewise.
2165
2166 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
2167 scratch buffer name.
2168 (gud-format-command): Use int-to-string in ?l case. Simplify
2169 slightly.
2170
2171 * term/w32-win.el (internal-face-interactive): Update prompt for
2172 new read-face-name.
2173
2174 * mail/footnote.el (footnote): Add :version to defgroup.
2175 (footnote-section-tag-regexp): Customize.
2176 (footnote-start-tag, footnote-end-tag): New option.
2177 (footnote-latin-regexp): New variable.
2178 (Footnote-latin): New function.
2179 (footnote-style-alist): Add element for latin style.
2180 (footnote-style): Moved.
2181 (Footnote-goto-footnote): Use eq to test arg.
2182
2183 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
2184
2185 * emacs-lisp/byte-opt.el: Change old backquote syntax.
2186 (byte-compile-trueconstp): Include keywords.
2187 (byte-optimize-quote, byte-optimize-lapcode): Use
2188 byte-compile-const-symbol-p.
2189 (byte-optimize-char-before): New optimization.
2190
2191 * emacs-lisp/bytecomp.el: Change old backquote syntax.
2192 (byte-compile-const-symbol-p): New function.
2193 (byte-compile-constp, byte-compile-out-toplevel)
2194 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
2195 Use it.
2196
2197 * subr.el (define-key-after): Default AFTER to t. Doc fix.
2198
2199 2000-02-23 Kenichi Handa <handa@etl.go.jp>
2200
2201 * international/encoded-kb.el: Be sure to update minor-mode-alist
2202 and minor-mode-map-alist.
2203 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
2204 codes SS2 and SS3 correctly.
2205 (encoded-kbd-self-insert-ccl): New function.
2206 (encoded-kbd-setup-keymap): New function.
2207 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
2208 by calling encoded-kbd-setup-keymap.
2209
2210 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
2211 characters.
2212 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
2213 locally.
2214
2215 2000-02-22 Dave Love <fx@gnu.org>
2216
2217 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
2218 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
2219 defvar.
2220 (lisp-mode-syntax-table): Set up for #|...|# comments.
2221 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
2222 classes. Match `defface'.
2223 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
2224 (eval-defun-1): Fix for defcustom.
2225 (lisp-indent-region): Doc fix.
2226
2227 * subr.el (when, unless, split-string): Doc fix.
2228 (read-passwd): Move call of clear-this-command-keys to the right
2229 place.
2230 (replace-regexps-in-string): New function.
2231
2232 2000-02-22 Gerd Moellmann <gerd@gnu.org>
2233
2234 * help.el (describe-variable): Set syntax table to
2235 emacs-lisp-mode-syntax-table when moving forward over the
2236 symbol's name.
2237
2238 2000-02-22 Dave Love <fx@gnu.org>
2239
2240 * xt-mouse.el: Doc fixes.
2241 (xterm-mouse-position-function): New function, replacing advice of
2242 mouse-position.
2243 (xterm-mouse-mode): Use it. Don't turn on under a window system.
2244
2245 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
2246
2247 2000-02-21 Gerd Moellmann <gerd@gnu.org>
2248
2249 * format.el (format-annotate-single-property-change): Handle
2250 properties.with dotted-list values.
2251 (format-proper-list-p): New function.
2252
2253 * enriched.el (enriched-face-ans): Handle '(foreground-color
2254 . COLOR) and (background-color . COLOR).
2255
2256 2000-02-20 Dave Love <fx@gnu.org>
2257
2258 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
2259 and assignments to it.
2260 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
2261 current local map.
2262 (make-flyspell-overlay): Use it.
2263 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
2264
2265 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
2266 (lm-get-header-re): Defun, not defsubst.
2267 (lm-get-package-name): Defun, not defsubst. Simplify.
2268 (lm-version): Doc fix. Simplify.
2269 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
2270 (lm-crack-address, lm-last-modified-date, lm-commentary)
2271 (lm-verify, lm-synopsis): Simplify.
2272 (lm-report-bug): Require emacsbug. Use compose-mail.
2273
2274 2000-02-20 Gerd Moellmann <gerd@gnu.org>
2275
2276 * dired.el (dired-mode): Call propertized-buffer-identification
2277 to set mode-line-buffer-identification to something having
2278 the right text properties.
2279
2280 * bindings.el (propertized-buffer-identification): New function.
2281
2282 2000-02-20 Dave Love <fx@gnu.org>
2283
2284 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
2285 check for t-mouse too.
2286
2287 * cus-start.el: Make echo-keystrokes `number'.
2288
2289 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
2290
2291 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
2292 Don't call ring-empty-p unless tags-location-ring is bound.
2293 From Noah Friedman <friedman@splode.com>.
2294
2295 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
2296
2297 * progmodes/hideshow.el (hs-flag-region): No longer use
2298 `intangible' overlay property.
2299
2300 (hs-toggle-hiding): New command.
2301 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
2302
2303 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
2304 Fix omission bug: Run `hs-minor-mode-hook' for both activation
2305 and deactivation.
2306
2307 2000-02-18 Gerd Moellmann <gerd@gnu.org>
2308
2309 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
2310
2311 2000-02-17 Gerd Moellmann <gerd@gnu.org>
2312
2313 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
2314
2315 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
2316 of `*' to handle `(* ... *)' comments.
2317
2318 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
2319
2320 * faces.el (list-faces-display): Use display-mouse-p instead of
2321 window-system.
2322
2323 * menu-bar.el (global-map): Menu-bar items converted to the new
2324 format (menu-item..., rearranged for better CUA compliance, and
2325 their names changed for better clarity. Help strings added.
2326
2327 * international/mule-cmds.el (mule-menu-keymap)
2328 (describe-language-environment-map, set-coding-system-map)
2329 (setup-language-environment-map): Convert to new (menu-item...
2330 form, add help strings. Change names of menu items for better
2331 clarity. "Mule" menu-bar item removed (it's now in the "Options"
2332 submenu).
2333
2334 2000-02-17 Gerd Moellmann <gerd@gnu.org>
2335
2336 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
2337 within the code.
2338
2339 2000-02-16 Dave Love <fx@gnu.org>
2340
2341 * faces.el: Don't require custom. Add more specific :groups to
2342 various deffaces.
2343 (set-face-attribute): Purecopy args.
2344 (read-face-name): Default to name at point and use it in prompt.
2345 Remove colon from arg in all callers.
2346 (list-faces-display): Hyperlink to face descriptions and customize
2347 buffers.
2348
2349 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
2350
2351 * wid-edit.el (widget-match-inline): An atom never matches a
2352 list.
2353
2354 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2355
2356 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
2357 at ':' characters by call to split-string.
2358
2359 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2360
2361 * textmodes/bibtex.el: Added RCS version identification.
2362
2363 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2364
2365 * textmodes/bibtex.el: Some temporary comments removed.
2366 (bibtex-field-name, bibtex-entry-type): Made the relationship
2367 explicit.
2368 (bibtex-field-const): Allow capital letters.
2369 (bibtex-start-of-string): Deleted because unused.
2370
2371 * textmodes/bibtex.el: Unified some nomenclature. We no longer
2372 use the term 'reference' to describe a bibtex entry as a whole.
2373 Further, reference keys are no longer called 'labels'.
2374 (bibtex-keys): Renamed to bibtex-reference-keys.
2375 (bibtex-reformat-previous-labels): Renamed to
2376 bibtex-reformat-previous-reference-keys.
2377 (bibtex-reference-type): Renamed to bibtex-entry-type.
2378 (bibtex-reference-head): Renamed to bibtex-entry-head.
2379 (bibtex-reference-maybe-empty-head): Renamed to
2380 bibtex-entry-maybe-empty-head.
2381 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
2382 (bibtex-search-reference): Renamed to bibtex-search-entry.
2383 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
2384 bibtex-enclosing-entry-maybe-empty-head.
2385 (bibtex-entry-field-alist, bibtex-entry-head,
2386 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
2387 bibtex-map-entries, bibtex-search-entry,
2388 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
2389 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2390 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
2391 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
2392 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
2393 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
2394 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
2395
2396 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2397
2398 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
2399 comment.
2400 (bibtex-format-field-delimiters): New function, functionality
2401 extracted from bibtex-format-entry.
2402 (bibtex-autokey-get-yearfield-digits): New function, functionality
2403 extracted from bibtex-autokey-get-yearfield.
2404
2405 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
2406 entries in order to avoid stack overflow in the regexp matcher if
2407 field contents become large.
2408 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
2409 bibtex-field-string-part-not-braced,
2410 bibtex-field-string-part-no-inner-braces,
2411 bibtex-field-string-part-1-inner-brace,
2412 bibtex-field-string-part-2-inner-braces,
2413 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
2414 bibtex-field-string-quoted, bibtex-field-string,
2415 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
2416 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
2417 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
2418 as parsing is now performed by the following functions.
2419 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
2420 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
2421 bibtex-parse-field-string, bibtex-search-forward-field-string,
2422 bibtex-parse-association, bibtex-field-name-for-parsing,
2423 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
2424 bibtex-search-forward-field, bibtex-search-backward-field,
2425 bibtex-start-of-field, bibtex-end-of-field,
2426 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
2427 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
2428 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
2429 bibtex-parse-string, bibtex-search-forward-string,
2430 bibtex-search-backward-string, bibtex-start-of-string,
2431 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
2432 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
2433 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
2434 entries. Instead of reporting the results of the parsing by
2435 match-beginning or match-end, these functions return data structures
2436 that hold the corresponding positions.
2437 (bibtex-enclosing-field): Changed to also report field boundaries by
2438 return values rather than by match-beginning or match-end. The
2439 following functions have been adapted to use the new parsing
2440 functions.
2441 (bibtex-skip-to-valid-entry, bibtex-search-reference,
2442 bibtex-enclosing-field, bibtex-format-entry,
2443 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
2444 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
2445 bibtex-print-help-message, bibtex-end-of-entry,
2446 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
2447 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2448 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
2449 method for parsing.
2450 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
2451 bibtex-map-entries, bibtex-flash-head,
2452 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
2453 bibtex-autokey-change, bibtex-autokey-get-namefield,
2454 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
2455 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2456 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
2457 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2458 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
2459 order to make the new binding of case-fold-search immediately
2460 visible.
2461
2462 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2463
2464 * textmodes/bibtex.el: Copyright notice is up to date.
2465 Added constant 'bibtex-maintainer-salutation.
2466
2467 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
2468 than make-temp-name, use match-string-no-properties and eliminate
2469 a quadratic behavior when building bibtex-strings.
2470
2471 * bibtex.el (bibtex-reference-key): Accept string entries whose
2472 reference key contains upper case letters.
2473
2474 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2475
2476 * bibtex.el (bibtex-reference-head): Allow entries to start with
2477 a new line.
2478
2479 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2480
2481 * bibtex.el: Hiding of entry bodies is not longer provided by
2482 bibtex.el directly. Instead the hideshow package can be used.
2483 Added a special bibtex entry to hs-special-modes-alist.
2484 (bibtex-hs-forward-sexp): Added for hideshow.el.
2485
2486 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2487
2488 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
2489 at ':' characters by call to split-string.
2490
2491 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2492
2493 * textmodes/bibtex.el: Added RCS version identification.
2494
2495 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2496
2497 * textmodes/bibtex.el: Some temporary comments removed.
2498 (bibtex-field-name, bibtex-entry-type): Made the relationship
2499 explicit.
2500 (bibtex-field-const): Allow capital letters.
2501 (bibtex-start-of-string): Deleted because unused.
2502
2503 * textmodes/bibtex.el: Unified some nomenclature. We no longer
2504 use the term 'reference' to describe a bibtex entry as a whole.
2505 Further, reference keys are no longer called 'labels'.
2506 (bibtex-keys): Renamed to bibtex-reference-keys.
2507 (bibtex-reformat-previous-labels): Renamed to
2508 bibtex-reformat-previous-reference-keys.
2509 (bibtex-reference-type): Renamed to bibtex-entry-type.
2510 (bibtex-reference-head): Renamed to bibtex-entry-head.
2511 (bibtex-reference-maybe-empty-head): Renamed to
2512 bibtex-entry-maybe-empty-head.
2513 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
2514 (bibtex-search-reference): Renamed to bibtex-search-entry.
2515 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
2516 bibtex-enclosing-entry-maybe-empty-head.
2517 (bibtex-entry-field-alist, bibtex-entry-head,
2518 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
2519 bibtex-map-entries, bibtex-search-entry,
2520 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
2521 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2522 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
2523 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
2524 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
2525 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
2526 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
2527
2528 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2529
2530 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
2531 comment.
2532 (bibtex-format-field-delimiters): New function, functionality
2533 extracted from bibtex-format-entry.
2534 (bibtex-autokey-get-yearfield-digits): New function, functionality
2535 extracted from bibtex-autokey-get-yearfield.
2536
2537 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
2538 entries in order to avoid stack overflow in the regexp matcher if
2539 field contents become large.
2540 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
2541 bibtex-field-string-part-not-braced,
2542 bibtex-field-string-part-no-inner-braces,
2543 bibtex-field-string-part-1-inner-brace,
2544 bibtex-field-string-part-2-inner-braces,
2545 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
2546 bibtex-field-string-quoted, bibtex-field-string,
2547 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
2548 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
2549 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
2550 as parsing is now performed by the following functions.
2551 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
2552 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
2553 bibtex-parse-field-string, bibtex-search-forward-field-string,
2554 bibtex-parse-association, bibtex-field-name-for-parsing,
2555 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
2556 bibtex-search-forward-field, bibtex-search-backward-field,
2557 bibtex-start-of-field, bibtex-end-of-field,
2558 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
2559 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
2560 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
2561 bibtex-parse-string, bibtex-search-forward-string,
2562 bibtex-search-backward-string, bibtex-start-of-string,
2563 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
2564 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
2565 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
2566 entries. Instead of reporting the results of the parsing by
2567 match-beginning or match-end, these functions return data structures
2568 that hold the corresponding positions.
2569 (bibtex-enclosing-field): Changed to also report field boundaries by
2570 return values rather than by match-beginning or match-end. The
2571 following functions have been adapted to use the new parsing
2572 functions.
2573 (bibtex-skip-to-valid-entry, bibtex-search-reference,
2574 bibtex-enclosing-field, bibtex-format-entry,
2575 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
2576 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
2577 bibtex-print-help-message, bibtex-end-of-entry,
2578 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
2579 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2580 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
2581 method for parsing.
2582 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
2583 bibtex-map-entries, bibtex-flash-head,
2584 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
2585 bibtex-autokey-change, bibtex-autokey-get-namefield,
2586 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
2587 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2588 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
2589 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2590 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
2591 order to make the new binding of case-fold-search immediately
2592 visible.
2593
2594 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2595
2596 * textmodes/bibtex.el: Copyright notice is up to date.
2597 Added constant 'bibtex-maintainer-salutation.
2598
2599 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
2600 than make-temp-name, use match-string-no-properties and eliminate
2601 a quadratic behavior when building bibtex-strings.
2602
2603 * bibtex.el (bibtex-reference-key): Accept string entries whose
2604 reference key contains upper case letters.
2605
2606 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2607
2608 * bibtex.el (bibtex-reference-head): Allow entries to start with
2609 a new line.
2610
2611 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2612
2613 * bibtex.el: Hiding of entry bodies is not longer provided by
2614 bibtex.el directly. Instead the hideshow package can be used.
2615 Added a special bibtex entry to hs-special-modes-alist.
2616 (bibtex-hs-forward-sexp): Added for hideshow.el.
2617
2618 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2619
2620 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
2621 proceedings entry type (for cross referencing). Thanks to Wagner
2622 Toledo Correa for the suggestion.
2623
2624 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
2625
2626 2000-02-14 Kenichi Handa <handa@etl.go.jp>
2627
2628 * international/characters.el: Setup case table for Vietnamese.
2629
2630 2000-02-12 Gerd Moellmann <gerd@gnu.org>
2631
2632 * uniquify.el (toplevel): Require CL at compile time.
2633 (uniquify-push): Removed.
2634
2635 * shadowfile.el (shadow-when): Removed.
2636
2637 * tempo.el (tempo-dolist, tempo-mapc): Removed.
2638 (tempo-process-and-insert-string): Use dolist instead of
2639 tempo-dolist.
2640
2641 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
2642 regexp for paragraph-start.
2643
2644 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
2645 commas as well.
2646
2647 2000-02-10 Dave Love <fx@gnu.org>
2648
2649 * wid-edit.el: (widgets) [defgroup]: Remove url link.
2650 (widget-color-choice-list, widget-color-history, widget-mouse-help):
2651 Deleted.
2652 (widget-specify-field, widget-specify-button): Don't use
2653 widget-mouse-help as help-echo property.
2654 (default): Use #'ignore for :validate and :mouse-down-action.
2655 (checkbox): Add help-echo.
2656 (widget-sexp-validate): Rewritten to clarify error messages.
2657 (character): Use char-valid-p in :match function.
2658 (widget-color-complete): Use facemenu-color-alist.
2659 (widget-color-action): Use facemenu-read-color.
2660
2661 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
2662 set up `caar' &c that we now have.
2663
2664 2000-02-09 Ray Blaak <blaak@gnu.org>
2665
2666 * delphi.el: Make resourcestring a declaration region, like const
2667 and var.
2668
2669 2000-02-09 Dave Love <fx@gnu.org>
2670
2671 * bindings.el (mode-line-input-method-map): New variable.
2672 (mode-line-mule-info): Use it; fix last change.
2673 (mode-line-mode-menu): Move definition.
2674 (mode-line-mouse-sensitive-p): Deleted.
2675 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
2676 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
2677 level.
2678
2679 * startup.el (command-line-1): Don't call
2680 make-mode-line-mouse-sensitive.
2681
2682 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
2683
2684 * mail/rmail.el (rmail-retry-failure): Use
2685 rmail-beginning-of-message before rmail-toggle-header, because the
2686 former toggles headers.
2687
2688 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
2689
2690 * diff-mode.el (diff-kill-junk): New interactive function.
2691 (diff-reverse-direction): Use delete-and-extract-region.
2692 (diff-post-command-hook): Restrict the area so that the hook also works
2693 outside of any diff hunk. This is necessary for the minor-mode.
2694 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
2695 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
2696
2697 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
2698 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
2699 so that it can be used more easily in <foo>-mode-hook. Also make sure
2700 to avoid duplicate entries.
2701 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
2702 (font-lock-remove-keywords): Just as was done for `add', allow it to
2703 work even if font-lock-mode is nil. Also make sure we don't modify
2704 any pre-existing list by forcing a copy-sequence. Finally rename
2705 `major-mode' to `mode'.
2706 (font-lock-fontify-syntactic-anchored-keywords)
2707 (font-lock-fontify-anchored-keywords)
2708 (font-lock-fontify-keywords-region): Use line-end-position.
2709 Don't make `font-lock-multiline' local (it's now done in
2710 font-lock-set-defaults).
2711 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
2712 move the `font-lock-fontified' creation to inside the `unless'.
2713
2714 2000-02-06 Andrew Innes <andrewi@gnu.org>
2715
2716 * term/w32-win.el (x-handle-args): Comment out call to message,
2717 which occurs before window system is initialized.
2718
2719 * makefile.nt: Add support for recompiling lisp code.
2720
2721 2000-02-04 Dave Love <fx@gnu.org>
2722
2723 * bindings.el (mode-line-mule-info): Fix/extend last change.
2724
2725 * completion.el: Replace completion-dolist with dolist.
2726
2727 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
2728 dotimes.
2729
2730 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
2731
2732 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
2733 environment names before they go into the section regexp.
2734
2735 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
2736 char class in regexp.
2737
2738 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
2739 `case-fold-search' to nil.
2740
2741 * progmodes/idlwave.el (idlwave-template): Respect
2742 `idlwave-abbrev-change-case'.
2743 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
2744 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
2745 idlwave-while): respect `idlwave-reserved-word-upcase'.
2746 (idlwave-rw-case): New function.
2747 (idlwave-statement-match): Fixed problem with assignment regexp.
2748 (idlwave-font-lock-keywords): Improved regexp for keyword
2749 parameters.
2750 (idlwave-surround): New argument LENGTH to support padding of
2751 operators longer than 1 char.
2752
2753 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
2754 idlwave-shell-expression-overlay. Implemented printing of
2755 expressions on higher levels of the calling stack.
2756 (idlwave-shell-display-level-in-calling-stack): Restore stack
2757 level.
2758 (idlwave-retrieve-expression-from-level): New function.
2759 (idlwave-shell-last-calling-stack): Variable removed.
2760 (idlwave-shell-reset): Argument action reversed (`visible' to
2761 `hidden'). Also remove stop-line overlay.
2762 (idlwave-shell-calling-stack-routine): New variable.
2763 (idlwave-shell-parse-stack-and-display): Messages now display
2764 negative level numbers.
2765 (idlwave-shell-mode): Set `modeline-format'.
2766 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
2767 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
2768 21.
2769 (idlwave-shell-print-expression-function): New option.
2770
2771 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
2772 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
2773 `tool-bar' instead of `toolbar'.
2774
2775 2000-02-02 Dave Love <fx@gnu.org>
2776
2777 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
2778 emacs-lisp-mode-hook. Don't check for defalias being defined.
2779
2780 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
2781 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
2782 the new builtins directly.
2783
2784 * whitespace.el (whitespace): Add :version to defgroup.
2785
2786 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
2787 Doc fix.
2788
2789 * thingatpt.el (sexp-at-point, symbol-at-point)
2790 (number-at-point, list-at-point): Add autoload cookie.
2791
2792 * recentf.el (recentf): Add :version to defgroup.
2793
2794 * quickurl.el (quickurl): Add :version to defgroup.
2795
2796 * elide-head.el (elide-head): Use point-marker more.
2797
2798 * bs.el (bs): Add :version to defgroup.
2799
2800 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
2801
2802 * progmodes/delphi.el (delphi): Add :version to defgroup.
2803
2804 2000-02-02 Gerd Moellmann <gerd@gnu.org>
2805
2806 * ange-ftp.el (ange-ftp-write-region): Handle case that
2807 succeeding process operation sets a different coding system.
2808
2809 * calculator.el: New file.
2810
2811 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
2812
2813 * frame.el (frames-on-display-list, framep-on-display): New
2814 functions.
2815 (display-mouse-p, display-popup-menus-p, display-graphic-p)
2816 (display-selections-p, display-screens, display-pixel-width)
2817 (display-pixel-height, display-mm-width, display-mm-height)
2818 (display-backing-store, display-save-under, display-planes)
2819 (display-color-cells, display-visual-class): New functions.
2820
2821 * term/tty-colors.el (tty-color-gray-shades): New function.
2822
2823 * faces.el (display-color-p): Use framep-on-display.
2824 (display-grayscale-p): New function.
2825
2826 2000-01-31 Dave Love <fx@gnu.org>
2827
2828 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
2829 (create-fontset-from-x-resource): Don't concat integers.
2830
2831 2000-01-31 Inge Frick <inge@nada.kth.se>
2832
2833 * view.el: Some changes in documentation. Removed some trailing
2834 whitespace. Changed some parameter names to agree with
2835 documentation.
2836 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
2837 window is not deleted. Modifies change 1998-04-26.
2838
2839 2000-01-31 Gerd Moellmann <gerd@gnu.org>
2840
2841 * windmove.el: New file.
2842
2843 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
2844 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2845 progmodes/ebnf-yac.el: Update copyright and license info.
2846
2847 * jit-lock.el (jit-lock-function): Widen before calculating end
2848 position.
2849 (jit-lock-stealth-chunk-start): Rewritten.
2850
2851 * info.el (Info-title-face-alist): Removed.
2852 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
2853 faces.
2854 (Info-fontify-node): Use these faces.
2855
2856 2000-01-30 Gerd Moellmann <gerd@gnu.org>
2857
2858 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
2859 (cl-macro-list1): Recognize `&allow-other-keys' instead of
2860 `&allow-other-keywords'.
2861
2862 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
2863 the list of directories scanned heuristically.
2864
2865 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
2866 exist.
2867
2868 2000-01-30 Jason Rumney <jasonr@gnu.org>
2869
2870 * w32-fns.el: Define w32-tty-standard-colors.
2871
2872 * startup.el (command-line): Use w32-tty-standard-colors when in
2873 w32 console mode.
2874
2875 2000-01-30 Dave Love <fx@gnu.org>
2876
2877 * jka-compr.el (jka-compr-load): Fix up load-history.
2878
2879 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
2880
2881 * emacs-lisp/cl-macs.el: Revert previous change.
2882
2883 2000-01-29 Dave Love <fx@gnu.org>
2884
2885 * facemenu.el: Purecopy various strings.
2886
2887 * timezone.el (timezone-fix-time): Window against 69 for two-digit
2888 years. Deal with three-digit years.
2889
2890 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
2891 defconst, purecopy.
2892 (help-back-label): Purecopy it.
2893
2894 2000-01-18 Gerd Moellmann <gerd@gnu.org>
2895
2896 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
2897 variable. If non-nil, order the buffer list according to the
2898 currently selected frame.
2899 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
2900 non-nil, pass the selected frame to function buffer-list.
2901
2902 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2903
2904 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
2905
2906 2000-01-28 Dave Love <fx@gnu.org>
2907
2908 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
2909
2910 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
2911 Don't use lisp-indent-hook property.
2912 (cl-abs): Remove.
2913
2914 * subr.el: Move out indent and edebug specs for when and unless.
2915
2916 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
2917 when, unless.
2918
2919 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
2920 unless, when.
2921
2922 2000-01-28 Gerd Moellmann <gerd@gnu.org>
2923
2924 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
2925 `collecting' as synonym for `collect'.
2926
2927 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
2928 for the case it contains spaces.
2929
2930 * simple.el (what-cursor-position): Change formatting of
2931 messages.
2932
2933 * frame.el (delete-other-frames): New function.
2934 (toplevel): Bind it to C-x 5 1.
2935
2936 * sort.el (sort-numeric-base): New option.
2937 (sort-numeric-fields): If number starts with `0' or `0[xX[',
2938 interpret it as octal or hexadecimal. Use sort-numeric-base
2939 as default base.
2940
2941 * progmodes/glasses.el: New file.
2942
2943 2000-01-27 Gerd Moellmann <gerd@gnu.org>
2944
2945 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
2946 userids differently.
2947
2948 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
2949 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2950 progmodes/ebnf-yac.el: New files.
2951
2952 2000-01-26 Dave Love <fx@gnu.org>
2953
2954 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
2955 on a function with an empty body. [From Eric Ludlam.]
2956
2957 2000-01-25 Andre Spiegel <spiegel@gnu.org>
2958
2959 * vc.el (vc-version-diff): Make sure file name is expanded.
2960
2961 2000-01-25 Gerd Moellmann <gerd@gnu.org>
2962
2963 * scroll-bar.el (scroll-bar-timer): Variable removed.
2964 (scroll-bar-toolkit-scroll): Don't use a timer.
2965
2966 2000-01-25 Kenichi Handa <handa@etl.go.jp>
2967
2968 * language/thai-util.el (thai-composition-function): Delete
2969 superfluous `a'.
2970
2971 2000-01-24 Dave Love <fx@gnu.org>
2972
2973 * fortran.el (fortran-mode): Use beginning-of-defun-function,
2974 end-of-defun-function.
2975
2976 * font-lock.el (turn-on-font-lock): Don't depend on window-system
2977 &c.
2978
2979 2000-01-22 Jason Rumney <jasonr@gnu.org>
2980
2981 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
2982 conflicts with new face support.
2983
2984 2000-01-22 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2985
2986 * replace.el (query-replace): Rename last arg to DELIMITED.
2987 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
2988 (query-replace-regexp): Likewise.
2989
2990 2000-01-20 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2991
2992 * subr.el (with-syntax-table): Use make-symbol, not gensym.
2993
2994 * emacs-lisp/lisp.el (beginning-of-defun-function):
2995 Variable renamed from beginning-of-defun.
2996 Do not call make-variable-buffer-local.
2997 (beginning-of-defun-raw): Use new variable name; doc fix.
2998 (beginning-of-defun): Doc fix.
2999 (end-of-defun-function): Variable renamed from end-of-defun.
3000 Do not call make-variable-buffer-local.
3001 (end-of-defun): Use new variable name; doc fix.
3002
3003 * subr.el (dolist, dotimes): Copied from cl-macs.el
3004 and made to work.
3005
3006 * mail/undigest.el (rmail-digest-end-regexps):
3007 Variable replaces rmail-digest-end-regexp.
3008 Allows multiple regexps for detecting the end line.
3009 (undigestify-rmail-message): Corresponding changes.
3010
3011 2000-01-19 Dave Love <fx@gnu.org>
3012
3013 * files.el (user-init-file): Don't declare here -- is primitive.
3014
3015 * startup.el (command-line): Check for compiled user-init-file and
3016 set to uncompiled version if necessary.
3017
3018 2000-01-18 Gerd Moellmann <gerd@gnu.org>
3019
3020 * mail/undigest.el (rmail-digest-end-regexp): New user option.
3021 (undigestify-rmail-message): Use it.
3022
3023 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
3024
3025 2000-01-17 Gerd Moellmann <gerd@gnu.org>
3026
3027 * tmm.el (tmm-goto-completions): Adapt to prompt being part
3028 of mini-buffer.
3029
3030 2000-01-14 Gerd Moellmann <gerd@gnu.org>
3031
3032 * emacs-lisp/copyright.el (copyright-update): Removed the
3033 requirement for a trailing space from `copyright-regexp', to
3034 support copyrights with owner specified on a separate line..
3035
3036 * align.el: New file.
3037
3038 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
3039
3040 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
3041
3042 2000-01-13 Dave Love <fx@gnu.org>
3043
3044 * ph.el: Removed. (Obsoleted by EUDC.)
3045
3046 2000-01-13 Gerd Moellmann <gerd@gnu.org>
3047
3048 * net/eudc.el (toplevel): Remove autoloaded code installing
3049 menu with easymenu, because that causes build problems.
3050
3051 * frame.el (frame-notice-user-settings): New variable.
3052 (frame-notice-user-settings): Don't modify frame parameters
3053 if called a second time.
3054
3055 2000-01-13 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3056
3057 * frame.el (frame-notice-user-settings):
3058 Notice default-frame-parameters even for non-window frames.
3059
3060 2000-01-13 Gerd Moellmann <gerd@gnu.org>
3061
3062 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
3063 for Emacs.
3064 (eudc-bob-can-display-inline-images): Extend for Emacs.
3065 (eudc-bob-toggle-inline-display): Ditto.
3066 (eudc-bob-display-jpeg): Ditto.
3067
3068 2000-01-12 Gerd Moellmann <gerd@gnu.org>
3069
3070 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
3071 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
3072 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
3073
3074 * add-log.el (add-change-log-entry): Fix error trying an `(insert
3075 nil)'.
3076
3077 * subdirs.el: Add `net' directory.
3078
3079 * net: New directory.
3080
3081 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
3082 eval-last-sexp. Don't bind debug-on-error here.
3083 (eval-last-sexp): New function. Bind debug-on-error if
3084 eval-expression-debug-on-error is non-nil.
3085 (eval-defun-2, eval-defun): Likewise.
3086
3087 * simple.el (eval-expression): Don't bind debug-on-error if
3088 eval-expression-debug-on-error is nil. Detect changed
3089 debug-on-error, and propagate new value to global binding, if
3090 eval-expression-debug-on-error is non-nil,
3091 (eval-expression-debug-on-error): Change doc string.
3092
3093 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3094
3095 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
3096
3097 * emacs-lisp/lisp-mode.el (with-syntax-table):
3098 Set up lisp-indent-function property.
3099
3100 * subr.el (with-syntax-table): Moved from simple.el.
3101
3102 * simple.el (with-syntax-table): Moved to subr.el.
3103
3104 2000-01-11 Gerd Moellmann <gerd@gnu.org>
3105
3106 * tmm.el (tmm-shortcut): Delete region after prompt instead
3107 of erasing buffer.
3108
3109 * textmodes/fill.el (fill-common-string-prefix): New function.
3110 (fill-context-prefix): Use the longest common prefix of first
3111 and second line fill prefix, if there is one.
3112
3113 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3114
3115 * array.el (array-mode): Don't use make-variable-buffer-local.
3116 Use make-local-variable for `truncate-lines'.
3117
3118 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
3119
3120 * add-log.el (add-log-current-defun): Handle user-defined
3121 add-log-current-function returning nil,
3122
3123 * add-log.el (add-change-log-entry): Insert version number
3124 if having found a current function
3125
3126 * add-log.el (add-log-current-defun): Call
3127 `add-log-current-defun-function'. Try matches at level 0 and
3128 level 1. Strip whitespace from defun found.
3129
3130 2000-01-10 John Wiegley <johnw@gnu.org>
3131
3132 * allout.el (isearch-done/outline-provisions): Added `edit'
3133 argument to correspond with the current definition of
3134 `isearch-done'.
3135
3136 2000-01-10 Dave Love <fx@gnu.org>
3137
3138 * elide-head.el (elide-head): Use point-marker, not point.
3139
3140 2000-01-10 Gerd Moellmann <gerd@gnu.org>
3141
3142 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
3143 before and after the year 2000.
3144
3145 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
3146 Add ispell- prefix.
3147
3148 2000-01-10 Ken Stevens <k.stevens@ieee.org>
3149
3150 * ispell.el: Only define dictionaries in menus when they exist.
3151 (version18p): New variable.
3152 (version20p): New variable.
3153 (xemacsp): New variable.
3154 (ispell-choices-win-default-height): Fix for XEmacs visibility.
3155 (ispell-dictionary-alist1): Added Brasileiro dictionary.
3156 (ispell-dictionary-alist6): Russian command lines no longer accept
3157 run-together words.
3158 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
3159 (ispell-dictionary-alist): Add koi8-r to customize definition.
3160 (check-ispell-version): Added documentation string. Returns
3161 library path when called non-interactively.
3162 (ispell-menu-map-needed): Uses new variables.
3163 (ispell-library-path): New variable.
3164 (ispell-decode-string): XEmacs fix for bogus variable bindings.
3165 (ispell-word): Improved documentation string. Test for valid
3166 character mappings. Correctly check typed in word changes that can
3167 result in single words split into multiple words. Returns
3168 replacement word.
3169 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
3170 replace in recursive query replace mode. Help message for
3171 recursive edit mode.
3172 (ispell-show-choices): Protect against bad framepop bindings.
3173 (ispell-help): Fix to work with XEmacs.
3174 (ispell-highlight-spelling-error): Use new variables.
3175 (ispell-overlay-window): Fix to work with XEmacs.
3176 (ispell-parse-output): Passed and returns location information
3177 tracking spelling corrections. Doesn't recheck same word on
3178 current line.
3179 (ispell-init-process): Protect against bogus XEmacs variable binding.
3180 Fix call to single argument in sleep-for. Use new variables.
3181 (ispell-region): Passed and returns location information tracking
3182 spelling corrections. Doesn't check same word on current line.
3183 Improved documentation string. Doesn't resend a line already
3184 checked to the ispell process - fixes bug in LaTeX parsing.
3185 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
3186 (ispell-skip-region): No longer skips <TT> in SGML.
3187 (ispell-process-line): Tracks location information with spelling
3188 corrections. Added documentation string. Accounts for words
3189 already accepted on this line. Don't allow query-replace on line
3190 starting with math characters. Doesn't resend a line already sent
3191 to ispell process. Fixes alignment error bug.
3192
3193 2000-01-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3194
3195 * dired-x.el (dired-guess-shell-alist-default):
3196 Suggest xloadimage, which is free, not xv, which isn't.
3197
3198 * ange-ftp.el (ange-ftp-file-name-nondirectory):
3199 Don't ever include the host name or user name in the value.
3200
3201 2000-01-09 Gerd Moellmann <gerd@gnu.org>
3202
3203 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
3204 of a real newline.
3205
3206 2000-01-09 Stephen Eglen <stephen@gnu.org>
3207
3208 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
3209 for .png files.
3210
3211 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
3212
3213 * cus-edit.el (custom-hook-convert-widget): Fix comment.
3214
3215 2000-01-09 Gerd Moellmann <gerd@gnu.org>
3216
3217 * progmodes/cperl-mode.el: Replace ^F with ^L.
3218
3219 * sendmail.el (toplevel): Provide `sendmail' when compiling
3220 before `require'ing rmail and mailalias to prevent infinite
3221 recursion.
3222
3223 2000-01-08 Dave Love <fx@gnu.org>
3224
3225 * emacs-lisp/backquote.el: Remove inappropriate customization
3226 (allowing custom.el to use backquote).
3227
3228 2000-01-07 Dave Love <fx@gnu.org>
3229
3230 * add-log.el (add-log-debugging): Deleted.
3231 (add-change-log-entry): Treat a backup FILE-NAME as its parent
3232 file. Remove debugging code.
3233 (change-log-get-method-definition, change-log-name): Add doc.
3234 (change-log-sortable-date-at): New function.
3235 (change-log-merge): New command.
3236
3237 * time.el (display-time-string-forms): Make the Mail string active.
3238 (display-time-update): Provide help-echo for load average.
3239
3240 * bindings.el (make-mode-line-mouse2-map): New function.
3241 (mode-line-modified): Use it and simplify.
3242 (mode-line-mule-info): Provide help-echo info.
3243 (minor-mode-alist): Activate the strings.
3244 (make-mode-line-mouse-sensitive): Simplify for
3245 mode-line-buffer-identification.
3246
3247 2000-01-07 Gerd Moellmann <gerd@gnu.org>
3248
3249 * play/pong.el: New file.
3250
3251 2000-01-06 Dave Love <fx@gnu.org>
3252
3253 * array.el: Assorted cleanups for compiler warnings, doc strings,
3254 `array-' prefix for symbols.
3255
3256 2000-01-05 Dave Love <fx@gnu.org>
3257
3258 * textmodes/outline.el (outline-mode-menu-bar-map): Add
3259 outline-headers-as-kill.
3260 (outline-mode): Define imenu-generic-expression.
3261 (outline-headers-as-kill): New command.
3262
3263 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
3264 from paragraph-start.
3265 (paragraph-indent-minor-mode): New command.
3266
3267 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
3268 M-C-e, M-C-h, C-j, C-xnd, TAB.
3269 (fortran-mode): Set beginning-of-defun, end-of-defun.
3270 (fortran-column-ruler): Simplify.
3271 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
3272 (fortran-with-subprogram-narrowing): Likewise.
3273 (fortran-indent-subprogram): Call mark-defun.
3274 (fortran-check-for-matching-do): Change narrowing.
3275
3276 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
3277 (cl-lucid-hash-tag): Delete.
3278 (cl-hash-table-p): Correct test for native table.
3279 (cl-hash-table-count): Use hash-table-count.
3280
3281 * browse-url.el (browse-url): Fix case of
3282 browse-url-browser-function being an alist.
3283
3284 2000-01-05 Carsten Dominik <cd@gnu.org>
3285
3286 * textmodes/reftex-vars.el (reftex-parse-file-extension)
3287 (reftex-index-phrase-file-extension): New options.
3288
3289 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
3290 Use new option `reftex-index-phrase-file-extension'.
3291
3292 * textmodes/reftex.el (reftex-access-parse-file): Use new option
3293 `reftex-parse-file-extension'.
3294
3295 2000-01-05 Dave Love <fx@gnu.org>
3296
3297 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
3298 (beginning-of-defun-raw): Use it.
3299 (end-of-defun): New variable.
3300 (end-of-defun): Use it.
3301 (check-parens): New command.
3302
3303 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3304
3305 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
3306 (hs-show-block): Don't use `mapcar' when not accumulating.
3307
3308 Fix buglet in local variables initialization.
3309
3310 2000-01-05 Andreas Schwab <schwab@suse.de>
3311
3312 * hscroll.el (hscroll): Doc fix.
3313
3314 2000-01-05 Carsten Dominik <cd@gnu.org>
3315
3316 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
3317 idlw-toolbar.
3318
3319 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
3320 file idlw-rinfo.el.
3321 (idlwave-customize): load must read file idlw-shell.el.
3322 (idlwave-create-customize-menu): load must read file idlw-shell.el.
3323
3324 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
3325
3326 * progmodes/idlw-shell.el: Also provide idlwave-shell
3327 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
3328 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
3329
3330 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
3331 both reftex-dcr and reftex-vcr.
3332
3333 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
3334
3335 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3336
3337 * ps-print.el: PostScript code now is in separate files, doc fix.
3338 (ps-print-version): New version number (5.0.3).
3339 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
3340 local.
3341 (ps-spool-config): Initialization fix.
3342 (ps-print-prologue-1, ps-print-prologue-2)
3343 (ps-print-duplex-feature): PostScript code moved to separated file.
3344 (ps-background-image): Little code reformating.
3345 (ps-begin-file, ps-begin-job): Fix code.
3346 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
3347 (ps-prologue-file): New fun.
3348
3349 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3350
3351 * ps-vars.el: Eliminated.
3352
3353 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
3354 `;;;###autoload'.
3355
3356 * ps-print.el: ps-vars eliminated, doc fix.
3357 (ps-print-version): New version number (5.0.2).
3358 (ps-spool-config): Initialization fix.
3359 (ps-print-customize): New fun.
3360
3361 2000-01-04 Gerd Moellmann <gerd@gnu.org>
3362
3363 * autorevert.el (auto-revert-mode): Return value of
3364 auto-revert-mode.
3365
3366 2000-01-04 Dave Love <fx@gnu.org>
3367
3368 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
3369 menu items.
3370
3371 2000-01-03 Dave Love <fx@gnu.org>
3372
3373 * elide-head.el (elide-head) [defgroup]: Add :version.
3374
3375 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
3376 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
3377 `cl-hash-table-p', not `hash-table-p'.
3378 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
3379
3380 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3381
3382 * faces.el (face-read-integer, read-face-attribute)
3383 (color-defined-p, color-values): unspecified-{f,b}g are now
3384 strings.
3385
3386 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
3387
3388 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
3389 at comment end, and re-insert them after filling.
3390
3391 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3392
3393 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
3394 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
3395 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
3396
3397 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3398
3399 * term/x-win.el (xw-defined-colors): Call color-supported-p,
3400 the new name of face-color-supported-p.
3401
3402 * term/w32-win.el (xw-defined-colors): Likewise.
3403
3404 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3405
3406 * simple.el (completion-setup-function): Count completion-size
3407 from minibuffer-prompt-end, not from point-min.
3408
3409 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
3410
3411 * faces.el (read-face-attribute, defined-colors, color-defined-p):
3412 Pass the frame to tty-color-* functions.
3413 (display-color-p, frame-set-background-mode): Pass the frame to
3414 tty-display-color-p.
3415
3416 * term/tty-colors.el (tty-defined-color-alist): Renamed from
3417 tty-color-alist.
3418 (tty-color-alist, tty-modify-color-alist): New functions.
3419 (tty-color-define, tty-color-clear, tty-color-approximate)
3420 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
3421 an optional parameter FRAME.
3422
3423 2000-01-01 Gerd Moellmann <gerd@gnu.org>
3424
3425 * image.el (create-image, defimage): Don't assume image data is a
3426 string.
3427
3428 * image.el (defimage): Handle specifications containing :data
3429 instead of :file.
3430 (image-type-from-data): New function.
3431 (image-type-from-file-header): Use it.
3432 (create-image): Add parameter DATA-P.
3433
3434 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3435
3436 * echistory.el (electric-command-history): Call Command-history-setup
3437 and command-history-mode using their new conventions.
3438
3439 * chistory.el (Command-history-setup): Don't switch buffers. Take
3440 no args, and do not set major-mode, mode-name or the local map.
3441 (command-history-mode): New function, does some of those things
3442 Command-history-setup used to do.
3443 (list-command-history): Call command-history-mode, not
3444 Command-history-setup.
3445 (command-history): Renamed from command-history-mode.
3446
3447 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3448
3449 * arc-mode.el (archive-mode-map): Bind q to quit-window.
3450
3451 1999-12-31 William M. Perry <wmperry@aventail.com>
3452
3453 * image.el (defimage): Images with the `:data' keyword should be
3454 considered valid as well.
3455
3456 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3457
3458 * dired.el (dired-get-filename): Don't call file-name-absolute-p
3459 with FILE if FILE is nil.
3460
3461 1999-12-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3462
3463 * simple.el (choose-completion-string): In minibuffer,
3464 do not delete the prompt string.
3465
3466 1999-12-30 Gerd Moellmann <gerd@gnu.org>
3467
3468 * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
3469 assigned to mode-line-mode-menu because bindings.el is dumped with
3470 Emacs, and thus the lists used for menu-item definition will be
3471 copied to pure space. Emacs' menu code (parse_menu_item) doesn't
3472 like pure menu item definitions.
3473
3474 * expand.el (expand-abbrev-hook): Return t if expansion was
3475 done, nil otherwise.
3476
3477 1999-12-29 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3478
3479 * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
3480 (tar-quit): Function deleted.
3481
3482 1999-12-29 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3483
3484 * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
3485 was used but not declared.
3486
3487 (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
3488 hs-find-block-beginning): Add or modify docstrings.
3489
3490 (hs-isearch-show): Rewrite.
3491
3492 1999-12-28 Gerd Moellmann <gerd@gnu.org>
3493
3494 * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
3495
3496 * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
3497 space in front of a C-style comment end.
3498
3499 1999-12-28 Eli Zaretskii <eliz@is.elta.co.il>
3500
3501 * startup.el (command-line-1): Make mode line mouse-sensitive for
3502 the MS-DOS version as well.
3503
3504 1999-12-28 Gerd Moellmann <gerd@gnu.org>
3505
3506 * bs.el: New file.
3507
3508 1999-12-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3509
3510 * textmodes/ispell.el (ispell-process-line):
3511 Add local var line-offset to adjust for the change
3512 in positions within the line, due to previous replacements.
3513
3514 1999-12-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3515
3516 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
3517 Doc fixes.
3518
3519 1999-12-27 Gerd Moellmann <gerd@gnu.org>
3520
3521 * add-log.el (change-log-version-number-regexp-list)
3522 (change-log-version-info-enabled): Change :version to 21.1.
3523 (toplevel): Require CL when compiling.
3524
3525 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
3526
3527 * add-log.el (change-log-version-number-regexp-list): Added tag
3528 :version 20.6
3529 (change-log-version-info-enabled): Added tag :version 20.6
3530
3531 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
3532
3533 * add-log.el: More general version number search with
3534 user-configurable regexp list.
3535 (change-log-version-number-regexp-list): New user variable.
3536 (change-log-find-version): Rewritten. Use user-configurable
3537 version numbering regexp list
3538 change-log-version-number-regexp-list.
3539 (change-log-find-version): Renamed to
3540 change-log-version-number-search
3541 (add-log-file-name-function): New.
3542 (change-log-search-vc-number): Added END paramaeter. Added doc
3543 string to function.
3544 (change-log-version-rcs): Renamed. Was
3545 change-log-search-vc-number.
3546
3547 1999-12-26 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3548
3549 * progmodes/compile.el (compilation-goto-locus): Delete hideshow
3550 overlays if they interfere.
3551 (compilation-find-file): Make intangible overlays tangible.
3552
3553 * progmodes/hideshow.el: Generally, synch w/ maintainer
3554 version 5.9.
3555
3556 (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
3557
3558 (hs-minor-mode-hook): Don't initialize.
3559
3560 (hs-special-modes-alist): Rewrite value and docstring.
3561
3562 (hs-minor-mode-prefix): Delete unused var.
3563
3564 (hs-block-start-mdata-select): New var, buffer local.
3565
3566 (hs-headline): New var.
3567
3568 (hs-match-data, hs-forward-sexp): New funcs.
3569
3570 (hs-hide-comment-region): New func.
3571
3572 (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
3573 hs-safety-is-job-n, hs-hide-initial-comment-block,
3574 hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
3575 hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
3576 hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
3577 hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
3578 hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
3579
3580 (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
3581 (hs-isearch-show-temporary): New funcs.
3582
3583 (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
3584
3585 (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
3586
3587 When constructing menu, use `[(shift button2)]' notation.
3588
3589 1999-12-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3590
3591 * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
3592 (jka-compr-compression-info-list): Add new elt to each vector.
3593 (jka-compr-write-region): Don't compress the data if it is
3594 already compressed.
3595
3596 * jka-compr.el (jka-compr-really-do-compress): New variable.
3597 (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
3598 if visiting.
3599 (jka-compr-write-region): Set jka-compr-really-do-compress
3600 if visiting. Test it when deciding to compress.
3601
3602 1999-12-22 Gerd Moellmann <gerd@gnu.org>
3603
3604 * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
3605 with third argument t.
3606
3607 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3608
3609 * antlr-mode.el: Version 1.2 is released.
3610 (antlr): This package has a web page.
3611
3612 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3613
3614 * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
3615 regions. Suggested by Dale Davis <Dale_Davis@securify.com>.
3616 (antlr-mode-map): New binding [C-c C-c].
3617 (antlr-mode-menu): New entries.
3618
3619 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3620
3621 * antlr-mode.el: Respect Emacs conventions.
3622 ((require 'cl)): Only use during compilation.
3623 (antlr-language-for-option): New function to avoid using `find'.
3624 (antlr-mode): Use it.
3625 (antlr-with-syntax-table): Define new instead using XEmacs' one.
3626 (antlr-imenu-create-index-function): Change accordingly.
3627 (antlr-inside-rule-p): Ditto.
3628 (antlr-end-of-rule): Ditto.
3629 (antlr-end-of-body): Ditto.
3630 (antlr-beginning-of-rule): Ditto.
3631 (antlr-indent-line): Ditto.
3632
3633 1999-11-21 Christoph Wedler <Christoph.Wedler@sap.com>
3634
3635 * antlr-mode.el: Really use `antlr-tab-offset-alist'.
3636 (antlr-set-tabs): Don't use hard-coded values.
3637
3638 * antlr-mode.el: Minor navigation changes. Not perfect, but this
3639 won't be possible without a huge time penalty.
3640 (antlr-skip-exception-part): Be more specific.
3641 (antlr-skip-file-prelude): Don't skip action prelude of next rule.
3642 Renamed from `antlr-skip-grammar-header'.
3643 (antlr-next-rule): Change accordingly.
3644 (antlr-end-of-body): Ditto. Better error message.
3645 (antlr-beginning-of-body): Better error message.
3646 (antlr-imenu-create-index-function): Skip rule action prelude.
3647
3648 * antlr-mode.el: Minor syntax highlighting changes.
3649 (antlr-font-lock-default-face): Deletia.
3650 (antlr-font-lock-tokendef-face): Changed color.
3651 (antlr-font-lock-tokenref-face): Changed color.
3652 (antlr-font-lock-literal-face): Changed color.
3653 (antlr-font-lock-additional-keywords): Minor changes.
3654
3655 1999-12-20 Carsten Dominik <cd@gnu.org>
3656
3657 * progmodes/idlwave.el: New file.
3658
3659 * progmodes/idlwave-rinfo.el: New file.
3660
3661 * progmodes/idlwave-shell.el: New file.
3662
3663 * progmodes/idlwave-toolbar.el: New file.
3664
3665 * files.el (auto-mode-alist): idlwave-mode default for .pro files.
3666
3667 1999-12-21 Gerd Moellmann <gerd@gnu.org>
3668
3669 * progmodes/cwarn.el: New file.
3670
3671 1999-12-19 Gerd Moellmann <gerd@gnu.org>
3672
3673 * bindings.el (completion-ignored-extensions): Add .pdf.
3674
3675 1999-12-19 Eli Zaretskii <eliz@is.elta.co.il>
3676
3677 * version.el: Put the version info into binary on MS-DOS as well.
3678
3679 1999-12-19 Gerd Moellmann <gerd@gnu.org>
3680
3681 * emacs-lisp/debug.el (debugger-continue): Don't continue if
3682 debugger-may-continue is nil.
3683
3684 1999-12-18 Dave Love <fx@gnu.org>
3685
3686 * emacs-lisp/cl-macs.el: Remove conditional definition of
3687 eval-when-compile. Don't specify abs, expt, gethash,
3688 hash-table-count, hash-table-p as side-effect-free here.
3689 (cl-emacs-type): Don't declare.
3690 (cl-compile-time-init): Remove Emacs 18 compiler patch.
3691 (cl-parse-loop-clause): Remove compatibility code.
3692
3693 * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
3694 (side-effect-free-fns): Add gethash, hash-table-count.
3695 (side-effect-and-error-free-fns): Add hash-table-p.
3696
3697 * emacs-lisp/cl.el: Remove Emacs 18 compatibility code. Prepend
3698 `cl-' to autoload names for some hash functions. Don't autoload
3699 eval-when-compile. Don't provide mini-cl.
3700 (cl-emacs-type): Remove.
3701 (cl-map-extents): Remove compatibility code.
3702
3703 * emacs-lisp/float.el: Bind free variables.
3704
3705 * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
3706
3707 1999-12-16 Gerd Moellmann <gerd@gnu.org>
3708
3709 * bindings.el (completion-ignored-extensions): Add .tfm.
3710
3711 1999-12-16 Dave Love <fx@gnu.org>
3712
3713 * faces.el (set-face-attribute): Purecopy the attributes set.
3714
3715 * custom.el (custom-declare-variable): Purecopy value.
3716
3717 * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
3718 (byte-extrude-byte-code-vectors): Use remprop.
3719 (byte-compile-lambda): Check that arg is a lambda.
3720
3721 1999-11-16 Anders Lindgren <AndersL@andersl.com>
3722
3723 * font-lock.el: System for adding and removing keywords.
3724 Both local (previously added keyword) and global keywords
3725 can be removed.
3726 (font-lock-remove-keywords): New user-level function.
3727 (font-lock-update-removed-keyword-alist): New internal function.
3728 (font-lock-removed-keywords-alist): New variable.
3729 (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
3730 Empty `font-lock-keywords-alist' when `append' is `set' to avoid
3731 growing datastructures.
3732 (font-lock-set-defaults): Removes keywords stored in
3733 `font-lock-removed-keywords-alist' after local keywords added.
3734
3735 1999-12-16 Anders Lindgren <andersl@andersl.com>
3736
3737 * font-lock.el (c-keywords, c++-keywords): Better "case" support for
3738 complex constant expressions, e.g. "case 1<<A_BIT_NO:".
3739
3740 * font-lock.el (c-keywords): Only highlight preprocessor
3741 directives when spelled correctly.
3742
3743 * font-lock.el (font-lock-match-c++-structor-declaration,
3744 c++-keywords): Fontify constructors and destructors with function
3745 face inside C++ class declarations.
3746
3747 1999-12-16 Gerd Moellmann <gerd@gnu.org>
3748
3749 * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
3750 the shell from sh-shell-file.
3751
3752 * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
3753
3754 1999-12-16 Eli Zaretskii <eliz@is.elta.co.il>
3755
3756 * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
3757 if one of the files specified cannot be accessed by
3758 file-attributes. Do not strip any leading directories from the
3759 file names, to behave more like `ls' does.
3760
3761 * dired.el (dired-get-filename): Handle absolute file names.
3762 (dired-readin-insert): If argument is a cons, don't print
3763 "wildcard" on the ``total'' line.
3764
3765 1999-12-15 Eli Zaretskii <eliz@is.elta.co.il>
3766
3767 * faces.el (face-read-integer, read-face-attribute)
3768 (color-defined-p, color-values): Allow color values unspecified-fg
3769 and unspecified-bg, handle them as unspecified.
3770
3771 1999-12-15 Carsten Dominik <dominik@astro.uva.nl>
3772
3773 * textmodes/reftex.el: (reftex-compile-variables): respect new
3774 structure of `reftex-index-macro'
3775 (reftex-compile-variables): Use the changed structure of
3776 `reftex-label-alist'.
3777
3778 * textmodes/reftex-vars.el (reftex-index-math-format,
3779 (reftex-toc-max-level): New option.
3780 reftex-index-phrases-search-whole-words,
3781 reftex-index-phrases-case-fold-search,
3782 reftex-index-phrases-skip-indexed-matches,
3783 reftex-index-phrases-wrap-long-lines,
3784 reftex-index-phrases-sort-prefers-entry,
3785 reftex-index-phrases-sort-in-blocks): New options.
3786 (reftex-index-macros): Option structure changed.
3787 (reftex-index-macros-builtin): Added `repeat' item to each entry.
3788 (reftex-label-alist): Additional item in each entry to specify if
3789 the environment should be listed in the TOC.
3790 (eval-when-compile (require 'cl)) added.
3791
3792 * textmodes/reftex-index.el (reftex-index-selection-or-word): No
3793 longer deals with "repeat".
3794 (reftex-index): "repeat property in `reftex-index-macro-alist' is
3795 now used.
3796 (reftex-index-phrases-comment-regexp,
3797 reftex-index-phrases-macrodef-regexp,
3798 reftex-index-phrases-phrase-regexp1,
3799 reftex-index-phrases-phrase-regexp2,
3800 reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
3801 New constants.
3802 (reftex-index-phrases-macro-data, reftex-index-phrases-files,
3803 reftex-index-phrases-font-lock-keywords,
3804 reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
3805 reftex-index-phrases-restrict-file): New variables.
3806 (reftex-index-phrase-selection-or-word,
3807 reftex-index-visit-phrases-buffer,
3808 reftex-index-initialize-phrases-buffer,
3809 reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
3810 reftex-index-next-phrase, reftex-index-this-phrase,
3811 reftex-index-all-phrases, reftex-index-region-phrases,
3812 reftex-index-phrases-parse-header,
3813 reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
3814 reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
3815 reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
3816 reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
3817 reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
3818 reftex-index-make-replace-string,
3819 reftex-query-index-phrase-globally, reftex-query-index-phrase,
3820 reftex-index-phrase-match-is-indexed,
3821 reftex-index-phrases-fixup-line,
3822 reftex-index-phrases-replace-space,
3823 reftex-index-select-phrases-macro): New functions.
3824 (reftex-index-globalize, reftex-index-globally): functions removed
3825 (eval-when-compile (require 'cl)) added.
3826
3827 * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
3828 for max level.
3829 (reftex-toc-max-level-indicator): New variable.
3830 (reftex-toc-max-level): New command.
3831 (reftex-toc-map): New keybinding `t'.
3832 (reftex-toc-help): Constant updated.
3833 (eval-when-compile (require 'cl)) added.
3834
3835 * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
3836 `t' command key can change `reftex-toc-max-level'
3837 (eval-when-compile (require 'cl)) added.
3838
3839 * textmode/reftex-sel (reftex-insert-docstruct): Respect
3840 `reftex-toc-max-level'
3841 (eval-when-compile (require 'cl)) added.
3842
3843 * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
3844 added.
3845
3846 * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
3847 added.
3848
3849 * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
3850 commands.
3851 (reftex-citation, reftex-do-citation,
3852 reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
3853 preselect a citation format.
3854 (eval-when-compile (require 'cl)) added.
3855
3856 * textmodes/reftex-parse.el (reftex-context-substring): Optional
3857 parameter to-end
3858 (reftex-section-info): Deal with environment matches.
3859 (eval-when-compile (require 'cl)) added.
3860
3861 * reftex-global.el (eval-when-compile (require 'cl)) added.
3862
3863 1999-12-15 Kenichi Handa <handa@etl.go.jp>
3864
3865 The following changes are for the new composition mechanism. We
3866 have deleted `composition' charset and composite characters,
3867 instead introduced a special text property `composition'.
3868
3869 * composite.el: New file.
3870
3871 * ps-mule.el: Define encode-composition-rule and find-composition
3872 for Emacs 20.4 and the earlier versions.
3873 (ps-mule-init-external-library): Just require a feature for
3874 external libraries.
3875 (ps-mule-prologue): Postscript code modified for new composition.
3876 (ps-mule-find-wrappoint): New arg COMPOSITION.
3877 (ps-mule-plot-string): Delete code for composite characaters.
3878 (ps-mule-plot-composition): New funcion.
3879 (ps-mule-prepare-font-for-components): New function.
3880 (ps-mule-plot-components): New function.
3881 (ps-mule-composition-prologue-generated): Renamed from
3882 ps-mule-cmpchar-prologue-generated.
3883 (ps-mule-composition-prologue): New named from
3884 ps-mule-cmpchar-prologue. Modified for new composition.
3885 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
3886 ps-mule-prepare-cmpchar-font): Deleted.
3887 (ps-mule-string-encoding): New arg NO-SETFONT.
3888 (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
3889 check Composing, not Cmpchar
3890 (ps-mule-initialize): Set ps-mule-composition-prologue-generated
3891 to nil.
3892 (ps-mule-begin-job): Check existence of new composition.
3893
3894 * ps-print.el (ps-plot-region): Handle new composition.
3895
3896 * simple.el (what-cursor-position): Show "(composed)" if the
3897 character is composed.
3898
3899 * international/characters.el: Fix cateogries of Lao symbols.
3900
3901 * international/fontset.el (vertical-centering-font-regexp): New
3902 variable.
3903
3904 * international/mule.el (mule-version): Updated to 5.0 (AOI).
3905 (mule-version-date): Updated to 1999.12.7.
3906 (with-category-table): New macro.
3907
3908 * international/mule-cmds.el (encode-coding-char): Don't check
3909 composite character.
3910
3911 * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
3912 iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
3913 x-ctext): Give `composition' property t.
3914
3915 * international/mule-util.el (set-nested-alist): Set BRANCHES (if
3916 non-nil) at the tail of ALIST.
3917 (compose-region, decompose-region, decompse-string,
3918 reference-point-alist, compose-chars): Moved to composite.el.
3919 (compose-chars-component, compose-chars-rule,
3920 decompose-composite-char): Deleted.
3921
3922 * international/quail.el (quail-install-map): New optional arg
3923 NAME.
3924 (quail-get-translation): If DEF is a symbol but not a function,
3925 ignore it.
3926 (quail-start-translation): Put a key sequence undefined in the
3927 translation keymap in unread-command-events, not generated-events.
3928 Return parameterized event (compose-last-chars N) if the input
3929 characters should be composed.
3930 (quail-map-definition): If DEF is t, treat it as nil.
3931 (quail-delete-last-char): Delete the quail region.
3932 (quail-show-translations): Don't show list of translations if the
3933 quail package is deterministic.
3934 (quail-completion-max-depth): New variable.
3935 (quail-completion-1): Pay attention to the above variable. Fix
3936 for the case that a translation is a function.
3937 (quail-map-from-table, quail-map-from-table-1,
3938 quail-map-from-table-2): New functions.
3939 (quail-lookup-map-and-concat): New function
3940
3941 * language/devan-util.el: Mostly rewritten.
3942
3943 * language/lao.el: Register lao-composition-function in
3944 composition-function-table.
3945
3946 * language/lao-util.el: Mostly rewritten.
3947
3948 * language/thai.el: Register thai-composition-function in
3949 composition-function-table.
3950 (thai-tis620): Delete `pre-write-conversion' property.
3951
3952 * language/thai-util.el: (thai-category-table): Make it by
3953 make-category-table.
3954 (thai-composition-pattern): New variable.
3955 (thai-compose-region, thai-compose-string): Use
3956 with-category-table.
3957 (thai-post-read-conversion): Just call thai-compose-region.
3958 (thai-pre-write-conversion): Deleted.
3959 (thai-composition-function): New funciton.
3960
3961 * language/tibet-util.el: Most functions rewritten.
3962 (tibetan-char-p): Renamed from tibetan-char-examin.
3963 (tibetan-composable-examin) (tibetan-complete-char-examin)
3964 (tibetan-vertical-stacking) (tibetan-composition): Deleted.
3965 (tibetan-add-components): New function.
3966 (tibetan-composition-function): New function.
3967
3968 * language/tibetan.el: Register tibetan-composition-function in
3969 composition-function-table.
3970 (tibetan-composable-pattern): New variable.
3971 (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
3972 (tibetan-precomposition-rule-alist): Move punctuations to
3973 tibetan-punctuation-transcription-alist and
3974 tibetan-obsolete-glyphs.
3975 (tibetan-punctuation-transcription-alist): New variable.
3976 (tibetan-obsolete-glyphs): New variable.
3977 (tibetan-regexp): Improve the initialization code.
3978
3979 * textmodes/fill.el (fill-find-break-point): Delete codes for
3980 composite characters.
3981 (fill-region-as-paragraph): Likewise.
3982
3983 1999-12-14 Gerd Moellmann <gerd@gnu.org>
3984
3985 * international/mule-cmds.el (default-input-method): Specify
3986 that it should be set after current-language-environment.
3987
3988 * custom.el (custom-handle-keyword): Add :set-after.
3989 (custom-add-dependencies): New function.
3990 (custom-set-variables): Take dependencies between args into
3991 account.
3992
3993 * battery.el (battery): Doc fix.
3994
3995 1999-12-12 Gerd Moellmann <gerd@gnu.org>
3996
3997 * progmodes/cc-make.el: Removed.
3998
3999 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4000
4001 * Release of cc-mode 5.26
4002
4003 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4004
4005 * cc-cmds.el (c-forward-conditional): Handle an arbitrary
4006 target depth. Optionally count #else lines as clause limits,
4007 as suggested by don provan <provan@lucent.com>. #elif
4008 handling fixed.
4009
4010 * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
4011 (c-down-conditional-with-else): New commands that uses the
4012 added functionality in `c-forward-conditional'.
4013
4014 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4015
4016 * cc-align.el (c-lineup-comment): Preserve the alignment with
4017 a comment on the previous line instead of preserving the
4018 comment-column.
4019
4020 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4021
4022 * Fixes to IDL mode after input from Eric Eide
4023 <eeide@cs.utah.edu>:
4024 * cc-engine.el (c-beginning-of-statement-1): Allow
4025 `c-conditional-key' to be nil, for the benefit of IDL mode.
4026 * cc-engine.el (c-guess-basic-syntax): Ditto.
4027 cc-langs.el (C-IDL-class-key): Fixed. Don't match `class'
4028 but do match CORBA 2.3 `valuetype'.
4029 * cc-langs.el (c-IDL-access-key): New defconst. Should be nil
4030 for IDL.
4031 * cc-langs.el (c-IDL-conditional-key): New defconst. Should
4032 be nil for IDL.
4033 * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
4034 Like C++.
4035 * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts. Also,
4036 set `c-method-key' and `c-baseclass-key' to nil.
4037
4038 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4039
4040 * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
4041 with nonhanging open braces.
4042
4043 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4044
4045 * cc-align.el: Added docstrings to all lineup functions.
4046
4047 * cc-align.el (c-lineup-java-throws): Handle a hanging throws
4048 keyword.
4049
4050 * cc-align.el (c-lineup-C-comments): Handle free form text
4051 comments. Use c-comment-prefix-regexp and comment-start-skip
4052 instead of hardcoded regexps.
4053
4054 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4055
4056 * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
4057 behavior and return value as documented.
4058
4059 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4060
4061 * Changes for new style variable init system:
4062 * cc-langs.el (c-common-init): Dito.
4063 * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
4064 now customizable.
4065 * cc-vars.el: Style variables may now take a value
4066 'set-from-style to make them take their value from the style
4067 system. This value is now the default on all these variables.
4068 * cc-vars.el (c-valid-offset): New function to verify a
4069 syntactic symbol offset setting.
4070 * cc-vars.el (c-offsets-alist): Variable moved from
4071 cc-styles.el since it's now customizable in a similar way to
4072 the other style variables.
4073 * cc-vars.el (c-old-style-variable-behavior): New variable to
4074 revert to the old style init behavior.
4075
4076 * cc-vars.el (c-file-style, c-file-offsets): Made always
4077 buffer local.
4078
4079 * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
4080 the throws clause that might follow the function prototype in
4081 C++.
4082
4083 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4084
4085 * cc-defs.el (c-beginning-of-macro): Fixed bug where point
4086 could move forward for macros that doesn't start in column 0.
4087
4088 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4089
4090 * cc-align.el (c-indent-multi-line-block,
4091 c-lineup-whitesmith-in-block): Two new lineup functions for
4092 use in whitesmith style.
4093
4094 * cc-styles.el (c-style-alist): More fixes to whitesmith
4095 style. It should now handle all different braces uniformly in
4096 both hanging and non-hanging cases.
4097
4098 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4099
4100 * cc-cmds.el (c-indent-exp): Use a marker to save point to
4101 make it stay in the same position relative to the surrounding
4102 text.
4103
4104 * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
4105 when adaptive-fill-mode doesn't manage to get it correct.
4106
4107 * cc-menus.el (cc-imenu-java-generic-expression): Handle types
4108 with dotted notation, e.g. foo.bar.Gnu.
4109
4110 * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
4111 within unwind-protect (previously only some were wrapped so it
4112 would be possible to register mode initialization when full
4113 initialization did not finish).
4114
4115 * cc-styles.el (c-style-alist): Corrected the brace placement
4116 in the whitesmith style. Thanks to Sean Luke
4117 <seanl@cs.umd.edu>. Also extended the bsd and whitesmith
4118 styles with consistent brace placement for all constructs.
4119
4120 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4121
4122 * cc-cmds.el (c-context-line-break): Continue C++ comments too
4123 when point is in the middle of them.
4124
4125 * cc-cmds.el: Line breaking and paragraph filling code
4126 rewritten:
4127 (c-guess-fill-prefix): New function that uses various
4128 heuristics to guess the comment prefix.
4129 (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
4130 It now assumes adaptive filling is active to preserve the line
4131 prefix inside comments.
4132 (c-indent-new-comment-line): Replacement for the now
4133 obsolete `c-comment-line-break-function' that uses
4134 `c-guess-fill-prefix' when appropriate. It now observes the
4135 setting of `comment-multi-line', which has effect in C-style
4136 block comments.
4137
4138 * cc-cmds.el (c-context-line-break): New function intended to
4139 be put on RET. It's essentially `newline-and-indent', but
4140 continues C block comments with the appropriate line prefix.
4141
4142 * cc-cmds.el (c-do-auto-fill): New function put on
4143 `normal-auto-fill-function' to implement the
4144 `c-ignore-auto-fill' variable.
4145
4146 * cc-cmds.el (c-beginning-of-statement): Use
4147 `c-comment-prefix-regexp' to avoid ending up inside the
4148 comment prefix. Better handling of comment starters and
4149 enders. Catch comments better when traversing code. Stop at
4150 preprocessor directives.
4151
4152 * cc-defs.el (c-forward-comment): New subst to hide platform
4153 dependent quirks in `forward-comment'.
4154
4155 * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
4156 argument.
4157 (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
4158 arguments. Activate this function by default when
4159 `parse-partial-sexp' supports it (currently Emacs 20.x).
4160
4161 * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
4162 on the comment opener to make constants usable as lineup
4163 arguments.
4164
4165 * cc-align.el (c-lineup-C-comments): Fixes to handle the
4166 changed anchor position in the `c' syntactic symbol. Handle
4167 more than stars in the comment prefix; use the new variable
4168 `c-comment-prefix-regexp'. Don't indent text not preceded by
4169 a comment prefix to the right of the comment opener if it's
4170 long.
4171
4172 * cc-langs.el: Fixes to mode initialization for new line
4173 breaking and paragraph filling method. Adaptive fill mode is
4174 now activated at startup instead of deactivated. The
4175 variables used for adaptive filling and paragraph movement are
4176 also changed to incorporate the value of
4177 `c-comment-prefix-regexp'. `substitute-key-definition' is
4178 used to override some functions in the global map instead of
4179 overriding their default bindings.
4180
4181 * cc-mode.el (java-mode): Modify `paragraph-start' for the
4182 javadoc markup at mode init.
4183
4184 * cc-mode.el (c-setup-filladapt): A new convenience function
4185 to configure Kyle E. Jones' Filladapt mode for CC Mode. This
4186 function is intended to be used explicitly by the end user
4187 only.
4188
4189 * cc-vars.el (c-comment-prefix-regexp): New variable used to
4190 recognize the comment fill prefix inside comments.
4191 (c-block-comment-prefix): New name for
4192 `c-comment-contiuation-stars', which is now obsolete. It's
4193 generalized to handle any character sequence.
4194 (c-ignore-auto-fill): New variable used to selectively disable
4195 Auto Fill mode in specific contexts.
4196
4197 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4198
4199 * cc-cmds.el (c-comment-indent): Leave at least one space
4200 between the comment and the last nonblank character in the
4201 case where we look at the indentation of the comment on the
4202 previous line (case 4).
4203
4204 * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
4205 list of characters that may start a statement (it's a sort of
4206 prefix operator in Pike, and isn't used at all in any of the
4207 other languages).
4208
4209 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4210
4211 * cc-engine.el (c-guess-basic-syntax): Report brace list opens
4212 inside continued statements as statement-cont instead of
4213 brace-list-open. The reason is that one normally adjusts
4214 brace-list-open for brace lists as top-level constructs, and
4215 brace lists inside statements is a completely different
4216 context. Case 10B.2 changed. Also changed (the somewhat
4217 esoteric) case 9A to cope with this.
4218
4219 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4220
4221 * cc-cmds.el (c-electric-brace): Added electric handling of
4222 the open brace for brace-elseif-brace.
4223
4224 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4225
4226 * cc-defs.el (c-with-syntax-table): New macro to easily switch
4227 syntax tables temporarily.
4228
4229 * cc-engine.el (c-guess-basic-syntax): Handle template and
4230 member init argument lists split over several lines. Case 5D
4231 changed.
4232
4233 * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
4234 @throws introduced in Javadoc 1.2.
4235
4236 * cc-menus.el (cc-imenu-java-generic-expression): Applied
4237 patch from RMS to avoid infinite backtracking.
4238
4239 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4240
4241 * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
4242 by [ ].
4243
4244 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4245
4246 * cc-align.el (c-lineup-dont-change): Compensate properly for
4247 the column in langelem.
4248
4249 * cc-engine.el (c-syntactic-information-on-region): New
4250 function to help debugging the syntactic analysis.
4251
4252 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4253
4254 * cc-align.el (c-lineup-template-args): Handle nested template
4255 arglists.
4256
4257 * cc-langs.el (c++-template-syntax-table): New syntax table
4258 that makes `<' and `>' parenthesis characters, which is useful
4259 to switch to temporarily when analyzing template arglists.
4260
4261 * cc-styles.el: Changed default alignment of labels in the
4262 java style to conform to the examples in the Java Language
4263 Specification.
4264
4265 * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
4266 by default.
4267
4268 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4269
4270 * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
4271 immediately before the closing paren in an arglist, so don't
4272 check that in Pike mode. Case 7A changed.
4273
4274 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4275
4276 * cc-cmds.el (c-indent-region): Fixed bug where comment-only
4277 lines were ignored under certain conditions.
4278
4279 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4280
4281 * cc-align.el (c-lineup-template-args): New function for
4282 aligning continued template argument lists.
4283
4284 * cc-engine.el (c-guess-basic-syntax): Fix for member init
4285 lists containing function arglists split over several lines.
4286 Case 5D.1 changed.
4287
4288 * cc-engine.el (c-guess-basic-syntax): Fixed bug where
4289 template-args-cont didn't get recognized when the first
4290 arglist opener line doesn't contain a template argument. New
4291 case 5K.
4292
4293 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4294
4295 * cc-defs.el (c-point): Changed from subst to macro for
4296 efficiency.
4297 (c-beginning-of-defun-1, c-end-of-defun-1): New
4298 beginning-of-defun/end-of-defun wrappers separated from
4299 c-point.
4300
4301 * cc-menus.el (imenu-generic-expression,
4302 imenu-case-fold-search, imenu-progress-message): Dummy
4303 definitions to avoid compiler warnings if imenu can't be
4304 loaded.
4305 * cc-menus.el (cc-imenu-init): New function called at mode
4306 init.
4307 * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
4308 imenu initializations to cc-imenu-init.
4309
4310 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4311
4312 * cc-engine.el (c-guess-basic-syntax): Slightly better check
4313 for lambda-intro-cont in Pike mode. Case 6 changed.
4314
4315 * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
4316 anything following "new Foo()" was considered an anonymous
4317 class body in Java mode.
4318
4319 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4320
4321 * cc-cmds.el (c-comment-line-break-function): When breaking in
4322 a string, don't insert a new line.
4323
4324 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4325
4326 * cc-engine.el (c-at-toplevel-p): New interface function which
4327 returns information useful to add-on authors. It tells you
4328 whether you're at a toplevel statement or not.
4329
4330 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4331
4332 * cc-cmds.el (c-comment-line-break-function): It is possible
4333 that forward-line does not land us at the bol, say if we're on
4334 the last line in a file. In that case, do a
4335 back-to-indentation instead of a forward-comment -1.
4336
4337 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4338
4339 * cc-engine.el (c-beginning-of-statement-1): Don't catch
4340 "default:" as normal label in case 4.
4341
4342 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4343
4344 * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
4345 recognize continued bitfield declarations. Case 5D.1 changed.
4346 * cc-langs.el: New variable c-bitfield-key.
4347 * cc-mode.el: New variable c-bitfield-key.
4348
4349 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4350
4351 * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
4352 anonymous array expressions (i.e. "new Foo[] {.. bracelist
4353 ..}").
4354
4355 1999-12-12 Dave Love <fx@gnu.org>
4356
4357 * mail/footnote.el: Require cl when compiling. Don't autoload
4358 keymap and minor-mode-alist stuff. Don't set zmacs-region-stays.
4359 (footnote-insert-text-marker, Footnote-insert-pointer-marker):
4360 Avoid `acons'.
4361 (footnote-mode-line-string, Footnote-add-footnote): Remove
4362 autoload cookie.
4363
4364 1999-12-12 Richard Sharman <rsharman@pobox.com>
4365
4366 * sh-script.el: Fix for when font-lock mode is active.
4367 (sh-font-lock-unfontify-region-function): New function.
4368
4369 1999-12-12 Eli Zaretskii <eliz@is.elta.co.il>
4370
4371 * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
4372 if start-process is not bound, since Ispell now supports such
4373 platforms as well.
4374
4375 1999-12-12 Gerd Moellmann <gerd@gnu.org>
4376
4377 * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
4378 rmail-summary-goto-msg.
4379
4380 * files.el (after-find-file): Fix previous change.
4381
4382 1999-12-11 Dave Love <fx@gnu.org>
4383
4384 * help.el (where-is): Use `commandp' as predicate for
4385 `completing-read'
4386
4387 1999-12-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4388
4389 * cus-edit.el (custom-save-delete): Delete all occurrences,
4390 leave point where the first occurrence was.
4391 (custom-save-faces): Insert a newline at the end of the comment.
4392 Avoid a double newline there.
4393 If final closeparen is at bol, put a space before it.
4394 (custom-save-variables): Likewise.
4395 (custom-file): Doc fix.
4396
4397 1999-12-10 Gerd Moellmann <gerd@gnu.org>
4398
4399 * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
4400 regexp matching image and audio files.
4401
4402 1999-12-09 Dave Love <fx@gnu.org>
4403
4404 * mail/footnote.el: New file.
4405
4406 1999-12-09 Gerd Moellmann <gerd@gnu.org>
4407
4408 * files.el (after-find-file): Use auto-save-visited-file-name if
4409 set.
4410
4411 * mail/feedmail.el (feedmail-find-eoh): Take
4412 feedmail-queue-alternative-mail-header-separator into account.
4413
4414 1999-12-09 Stefan Monnier <monnier@cs.yale.edu>
4415
4416 * smerge-mode.el: New file.
4417
4418 * font-lock.el (font-lock-multiline): New variable.
4419 (font-lock-add-keywords): Rename `major-mode' into `mode'.
4420 (font-lock-remove-keywords): Added a dummy `mode' argument for
4421 potential future support.
4422 (font-lock-fontify-anchored-keywords,
4423 (font-lock-fontify-keywords-region): Only handle multiline strings
4424 if necessary (avoids a pathological behavior in (f.ex) diff-mode).
4425
4426 1999-12-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4427
4428 * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
4429
4430 * dired-aux.el (dired-insert-subdir): Add autoload cookie.
4431
4432 1999-12-07 Dave Love <fx@gnu.org>
4433
4434 * help.el (view-emacs-problems): New command, bound to C-h P.
4435
4436 * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
4437
4438 1999-12-07 Stefan Monnier <monnier@cs.yale.edu>
4439
4440 * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
4441 (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
4442 New code to support the minor mode version.
4443 (diff-recenter): New function.
4444 (diff-next-hunk, diff-next-file): Use it.
4445 (diff-remembered-files-alist): New var.
4446 (diff-merge-strings): New function.
4447 (diff-find-file-name): Make it smarter and use the user's input more.
4448 (diff-mode): Cosmetic changes.
4449
4450 * files.el (save-some-buffers): Turn EXITING into the more general
4451 PRED argument to allow specifying a subset of buffers.
4452
4453 * simple.el (kill-region): Use the new `delete-and-extract-region'
4454 rather than the undo log (which is incorrect with *-change-functions).
4455
4456 * font-lock.el (font-lock-default-fontify-region): Fix subtle
4457 off-by-one problem that could force re-fontifying the whole buffer.
4458 (font-lock-remove-keywords): New function.
4459 (font-lock-add-keywords): Use the new function to ensure idempotence.
4460
4461 1999-12-06 Michael Kifer <kifer@cs.sunysb.edu>
4462
4463 * viper-cmd.el (viper-minibuffer-standard-hook,
4464 viper-minibuffer-real-start): Mew functions.
4465 (viper-read-string-with-history,viper-file-add-suffix,
4466 viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
4467 change in the status of the minibuffer prompt.
4468
4469 1999-12-06 Gerd Moellmann <gerd@gnu.org>
4470
4471 * comint.el (comint-redirect-results-list)
4472 (comint-redirect-results-list-from-process): Remove interactive
4473 spec.
4474
4475 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4476
4477 * info.el (info-node, info-menu-5, info-xref): Define colors for
4478 Info faces if the display supports them.
4479
4480 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4481
4482 Changes for automatic remapping of X colors on terminal frames:
4483
4484 * term/pc-win.el (msdos-setup-initial-frame): New function, run by
4485 term-setup-hook. Call msdos-remember-default-colors and
4486 msdos-handle-reverse-video.
4487 (msdos-face-setup): Parts of code moved to
4488 msdos-setup-initial-frame.
4489 (msdos-handle-reverse-video): New function, modeled after
4490 x-handle-reverse-video.
4491 (make-msdos-frame): Don't use initial-frame-alist and
4492 default-frame-alist. Call msdos-handle-reverse-video.
4493 (msdos-color-aliases): Remove.
4494 (msdos-color-translate, msdos-approximate-color): Remove.
4495 (msdos-color-values): Use 16-bit RGB values. RGB values updated
4496 for better approximation of X colors.
4497 (msdos-face-setup): Call tty-color-clear. Remove code that sets
4498 up tty-color-alist (it is now on startup.el).
4499 (x-display-color-p, x-color-defined-p, x-color-values,
4500 x-defined-colors, face-color-supported-p, face-color-gray-p):
4501 Remove.
4502
4503 * facemenu.el (facemenu-read-color, list-colors-display): Use
4504 defined-colors for all frame types.
4505 (facemenu-color-equal): Use color-values for all frame types.
4506
4507 * faces.el (read-face-attribute): For :foreground and :background
4508 attributes and frames on character terminals, translate the color
4509 to the closest supported one before looking it up in the list of
4510 valid values.
4511 (face-valid-attribute-values): Call defined-colors for all types
4512 of frames.
4513 (defined-colors, color-defined-p, color-values, display-color-p):
4514 New finctions.
4515 (x-defined-colors, x-color-defined-p, x-color-values,
4516 x-display-color-p): Aliases for the above.
4517
4518 * startup.el (command-line): Register terminal colors for frame
4519 types other than x and w32, but only if the terminal supports
4520 colors. Call tty-color-define instead of face-register-tty-color.
4521
4522 * term/x-win.el (xw-defined-colors): Renamed from
4523 x-defined-colors.
4524 * term/w32-win.el (xw-defined-colors): Likewise.
4525
4526 * term/tty-colors.el: New file.
4527 * loadup.el: Load term/tty-colors.
4528
4529 1999-12-06 Dave Love <fx@gnu.org>
4530
4531 * ffap.el: Autoload the ffap alias directly.
4532
4533 1999-12-06 Inge Frick <inge@nada.kth.se>
4534
4535 * dired-aux.el (dired-do-shell-command): Changed documentation.
4536 (dired-shell-stuff-it): A `?' in COMMAND has now the same
4537 meaning as `*'.
4538
4539 1999-12-06 Gerd Moellmann <gerd@gnu.org>
4540
4541 * simple.el (insert-buffer): Doc fix.
4542
4543 * apropos.el (apropos-mode): Add autoload cookie.
4544
4545 1999-12-06 Sam Steingold <sds@goems.com>
4546
4547 * progmodes/etags.el (etags-tags-completion-table): Modified the
4548 regexp to allow for the CL symbols starting with `+*'.
4549 (tags-completion-table): Doc fix (it's an obarray, not an alist).
4550 (tags-completion-table, tags-recognize-empty-tags-table): Remove
4551 `function' quoting lambda.
4552 (tags-with-face): New macro.
4553 (list-tags, tags-apropos): Use it.
4554 (tags-apropos-additional-actions): New user option.
4555 (etags-tags-apropos-additional): Use it.
4556 (tags-apropos): Call etags-tags-apropos-additional.
4557 (tags-apropos-verbose): New user option.
4558 (etags-tags-apropos): Use it.
4559 (visit-tags-table-buffer, next-file): Use `unless'.
4560 (recognize-empty-tags-table): Renamed to
4561 tags-recognize-empty-tags-table.
4562 (complete-tag): Call tags-complete-tag bypassing try-completion.
4563
4564 1999-12-06 Kenichi Handa <handa@etl.go.jp>
4565
4566 * international/mule.el (set-buffer-file-coding-system): Docstring
4567 modified.
4568
4569 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
4570
4571 * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
4572 using the hideshow package.
4573 (hs-special-modes-alist): Added entry for bibtex to allow the use
4574 of the hideshow package.
4575 (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
4576 not longer provided by bibtex.el directly. Instead the hideshow
4577 package should be used.
4578 (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
4579 references to bibtex-hide-entry-bodies.
4580
4581 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
4582
4583 * textmodes/bibtex.el: Copyright notice is up to date. Moved
4584 maintainer information closer to the beginning of the bibtex.el
4585 file.
4586 (bibtex-maintainer-salutation): New constant.
4587 (bibtex-version): New constant.
4588 (bibtex-submit-bug-report): Use bibtex-version and
4589 bibtex-maintainer-salutation.
4590 (bibtex-entry-field-alist): Made booktitle field optional for
4591 @inproceedings entries when crossreferenced.
4592 (bibtex-entry-field-alist): Added booktitle field to proceedings
4593 entry type (for cross referencing). Thanks to Wagner Toledo Correa
4594 for the suggestion.
4595 (bibtex-string-file-path): Fixed typo.
4596
4597 1999-12-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
4598
4599 * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
4600 for reftex.el.
4601 (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
4602 to menu.
4603
4604 1999-12-04 Dave Love <fx@gnu.org>
4605
4606 * delsel.el: Revert previous change -- region is significant to
4607 skeleton.
4608
4609 1999-12-04 Michael Kifer <kifer@cs.sunysb.edu>
4610
4611 * viper-cmd.el (viper-change-state): Use
4612 viper-ESC-moves-cursor-back to decide whether to move the cursor
4613 back.
4614
4615 1999-12-03 Kenichi Handa <handa@mule.m17n.org>
4616
4617 * international/mule-util.el (truncate-string-to-width): Docsting
4618 fixed.
4619
4620 1999-12-02 Stefan Monnier <monnier@cs.yale.edu>
4621
4622 * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
4623 use of `cond'.
4624 (lm-with-file): Move all the find-file...kill-buffer stuff into
4625 this macro. Make it use `find-file-noselect' and make it kill
4626 the buffer only if it wasn't already displayed somewhere.
4627 (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
4628 (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
4629 (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
4630 (lm-commentary): Fix to handle the case when the change log is
4631 at the end of the file.
4632
4633 1999-12-02 Kenichi Handa <handa@etl.go.jp>
4634
4635 * international/mule.el (charsetp): Fix typo in docstring.
4636
4637 * international/mule-diag.el (list-coding-categories): Fix typo;
4638 automatic -> autoload.
4639
4640 1999-12-02 Gerd Moellmann <gerd@gnu.org>
4641
4642 * vc.el (vc-update-change-log): Look for rcs2log under
4643 exec-directory.
4644
4645 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
4646 outline-regexp, add outline-level.
4647 (lisp-outline-level): New.
4648
4649 * calendar/appt.el (appt-convert-time): Handle "12:MMam",
4650 remove extraneous string-match.
4651
4652 * finder.el (finder-commentary): Activate Finder mode.
4653
4654 1999-12-01 Anders Lindgren <andersl@andersl.com>
4655
4656 * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
4657 off when reverting buffers that contained mode specifiers.
4658 `revert-buffer' is now called with non-nil PRESERVE-MODES
4659 argument.
4660
4661 1999-12-01 Dave Love <fx@gnu.org>
4662
4663 * delsel.el: Grok skeleton-pair-insert-maybe.
4664
4665 1999-11-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4666
4667 * progmodes/cperl-mode.el (cperl-under-as-char):
4668 Use nil as default.
4669
4670 1999-11-30 Gerd Moellmann <gerd@gnu.org>
4671
4672 * speedbar.el (toplevel): Remove compatibility code for Emacs
4673 versions without custom.el.
4674
4675 1999-11-30 Dave Love <fx@gnu.org>
4676
4677 * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
4678
4679 * autoinsert.el: Minor doc fixes.
4680 (auto-insert): Return nil.
4681
4682 * faces.el (set-face-documentation): Purecopy STRING.
4683
4684 1999-11-29 Dave Love <fx@gnu.org>
4685
4686 * derived.el: Doc fixes, remove old backquote syntax.
4687
4688 * cus-edit.el (custom-save-variables, custom-save-faces): Write a
4689 comment warning about editing.
4690
4691 * help.el (help-mode-hook): Define.
4692
4693 1999-11-29 Gerd Moellmann <gerd@gnu.org>
4694
4695 * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
4696 invalid translation of old-style backquote syntax to new syntax.
4697
4698 1999-11-28 Eli Zaretskii <eliz@is.elta.co.il>
4699
4700 * Makefile (DONTCOMPILE): Add term/internal.el.
4701
4702 1999-11-26 Dave Love <fx@gnu.org>
4703
4704 * comint.el: Fix last change.
4705
4706 * emacs-lisp/advice.el: Fix last change.
4707
4708 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4709
4710 * cus-edit.el (Custom-reset-standard): Doc fix.
4711 (custom-variable-reset-standard): Doc fix.
4712 (custom-face-reset-standard): Doc fix.
4713 (custom-face-menu): "Reset to Standard" => "Erase Customization".
4714 (custom-variable-menu): Likewise.
4715 (custom-reset-menu): Likewise.
4716 (custom-buffer-create-internal): Likewise.
4717
4718 1999-11-26 Dave Love <fx@gnu.org>
4719
4720 * progmodes/make-mode.el (makefile-mode-hook): Customize.
4721
4722 * font-lock.el: Doc fixes.
4723
4724 * menu-bar.el (menu-bar-mode): Customize.
4725
4726 * cus-start.el: Add use-dialog-box.
4727
4728 * add-log.el (change-log-mode-hook): Customize.
4729 (add-log-current-defun): Use
4730 fortran-{beginning,end}-of-subprogram.
4731
4732 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4733
4734 * emacs-lisp/advice.el: Many doc fixes.
4735
4736 * comint.el (comint-preoutput-filter-functions): Doc fix.
4737
4738 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4739
4740 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4741 Improve messages for capitalization of arg names,
4742 for flag variables, for t and nil, for imperatives.
4743 Call them imperatives rather than infinitives sans "to".
4744 (checkdoc-common-verbs-wrong-voice): Add "moves".
4745 (checkdoc-message-text-engine): Improve messages for y-or-n-p.
4746
4747 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
4748 Don't convert comments from 3-semicolon to 2-semicolon.
4749 That is a matter of style.
4750 (checkdoc-triple-semi-comment-check-flag): Variable deleted.
4751 (checkdoc-comments): Don't bind that variable.
4752
4753 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4754
4755 * files.el (write-file-hooks): Doc fix.
4756
4757 1999-11-26 Gerd Moellmann <gerd@gnu.org>
4758
4759 * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
4760
4761 1999-11-25 Dave Love <fx@gnu.org>
4762
4763 * hippie-exp.el: Require comint when compiling.
4764 (hippie-expand): Add :links.
4765 (hippie-expand-try-functions-list): Customize.
4766
4767 1999-11-24 Michael Kifer <kifer@cs.sunysb.edu>
4768
4769 * viper*el: Replaced old-style backquotes.
4770
4771 * ediff*el: Replaced old-style backquotes.
4772
4773 * ediff-merge
4774 (ediff-looks-like-combined-merge,ediff-get-combined-region):
4775 Changed to support the new format for ediff-combination-pattern.
4776
4777 * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
4778 Changed to support the new format for ediff-combination-pattern.
4779
4780 1999-11-24 Dave Love <fx@gnu.org>
4781
4782 * custom.el (custom-declare-group): Purecopy DOC.
4783 (custom-handle-keyword): Purecopy VALUE.
4784 (custom-add-link): Purecopy WIDGET.
4785 (custom-add-version): Purecopy VERSION.
4786 (custom-add-load): Purecopy LOAD.
4787
4788 * cus-face.el (custom-declare-face): Purecopy DOC.
4789
4790 * info.el:
4791 (Info-build-node-completions, Info-search, Info-follow-reference)
4792 (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
4793 (Info-find-emacs-command-nodes): Avoid properties on matched text
4794 which may appear in minibuffer.
4795
4796 1999-11-24 Gerd Moellmann <gerd@gnu.org>
4797
4798 * locate.el (locate-with-filter): Doc fix.
4799
4800 1999-11-24 Alex Schroeder <alex@gnu.org>
4801
4802 * sql.el (sql-find-sqli-buffer): New function.
4803 (sql-set-sqli-buffer-generally): New function.
4804 (sql-set-sqli-buffer): Better checking of new-buffer.
4805 (sql-copy-column): Add comma after INTO clause, too.
4806
4807 1999-11-24 Alex Schroeder <alex@gnu.org>
4808
4809 * sql.el (sql-imenu-generic-expression): New, used to set
4810 imenu-generic-expression.
4811
4812 * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
4813 setting font-lock-defaults' SYNTAX-ALIST. Set
4814 imenu-generic-expression, imenu-case-fold-search, and
4815 imenu-syntax-alist.
4816
4817 * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
4818 and 46 when setting font-lock-defaults' SYNTAX-ALIST.
4819
4820 1999-11-23 Andrew Innes <andrewi@gnu.org>
4821
4822 * w32-win.el (w32-drag-n-drop): Load files in current window, if
4823 drop coords aren't over a specific window.
4824
4825 1999-11-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4826
4827 * ps-print.el: Define mule funs without checking if mule package is
4828 loaded.
4829 (ps-print-version): New version number (5.0.1).
4830 (ps-header-dirpart): Now uses abbreviate-file-name.
4831
4832 1999-11-23 Dave Love <fx@gnu.org>
4833
4834 * progmodes/fortran.el (fortran-comment-line-start): Renamed from
4835 comment-line-start.
4836 (fortran-comment-line-start-skip): Renamed from
4837 comment-line-start-skip.
4838 (fortran-mode-map): Use renamed functions. Add manual and custom
4839 entries to menu.
4840 (fortran-mode-hook): Customize.
4841 (fortran-comment-indent-function): Renamed from
4842 fortran-comment-hook.
4843 (delete-horizontal-regexp): Function deleted.
4844 (fortran-electric-line-number): Simplified.
4845 (fortran-beginning-of-subprogram): Renamed from
4846 beginning-of-fortran-subprogram.
4847 (fortran-end-of-subprogram): Renamed from
4848 end-of-fortran-subprogram.
4849 (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
4850 (fortran-previous-statement, fortran-next-statement): Simplified.
4851 (fortran-blink-match): New function.
4852 (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
4853 (fortran-indent-to-column): Don't use delete-horizontal-regexp.
4854 (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
4855 line-end-position.
4856 (fortran-fill): No longer interactive. Simplified.
4857 (fortran-break-line): Simplified.
4858 (fortran-analyze-file-format): Use char-after, not looking-at.
4859
4860 * emacs-lisp/find-func.el (find-function-regexp): Use
4861 `define-minor-mode' after easy-menu change.
4862
4863 1999-11-23 Gerd Moellmann <gerd@gnu.org>
4864
4865 * comint.el: Add redirection.from active comint buffers into
4866 another buffer. Written by Peter Breton.
4867
4868 1999-11-23 Stefan Monnier <monnier@cs.yale.edu>
4869
4870 * emacs-lisp/autoload.el (make-autoload): Recognize the new
4871 `define-minor-mode'.
4872 (define-minor-mode): Specify `doc-string-elt'.
4873
4874 * emacs-lisp/easy-mmode.el: Changed maintainer.
4875 (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
4876 Use defcustom for the hooks; Improve the auto-generated docstrings.
4877 (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
4878 (define-minor-mode): Add BODY arg; Only declare the keymap if
4879 provided; Improve the auto-generated docstrings.
4880
4881 1999-11-22 Gerd Moellmann <gerd@gnu.org>
4882
4883 * textmodes/text-mode.el (text-mode): Construct paragraph-start so
4884 that the leading `^' is at the start. This is necessary because
4885 paragraphs.el tries to remove anchors, but can find them only if
4886 they are the first character.
4887
4888 * progmodes/antlr-mode.el: New file.
4889
4890 * calendar/calendar.el: Fix autoload for
4891 calendar-absolute-from-astro. Add autoload for
4892 calendar-print-astro-day-number.
4893
4894 1999-11-21 Anders Lindgren <andersl@andersl.com>
4895
4896 * follow.el: Use modern backquote syntax. Minor comment update.
4897
4898 1999-11-21 Gerd Moellmann <gerd@gnu.org>
4899
4900 * simple.el (with-syntax-table): Don't switch buffers.
4901
4902 * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
4903 progmodes/hideif.el: Use new backquote syntax.
4904
4905 1999-11-21 Ken Manheimer <klm@python.org>
4906
4907 * icomplete.el (icomplete-completions): Use an explicit variable
4908 `icomplete-prospects-length', obviating the need to use an
4909 apparently faulty throw/catch arrangement.
4910
4911 1999-11-21 Eli Zaretskii <eliz@is.elta.co.il>
4912
4913 * term/internal.el (IT-display-table-setup): Don't overstep
4914 character code 255.
4915
4916 1999-11-20 Kenichi Handa <handa@mule.m17n.org>
4917
4918 * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
4919 for the charset chinese-sisheng is 7bit encoding, not 8bit.
4920
4921 1999-11-19 Stefan Monnier <monnier@cs.yale.edu>
4922
4923 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
4924 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
4925
4926 * files.el (auto-mode-alist): Add patterns for diff-mode.
4927
4928 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
4929 to detect an empty prompt.
4930
4931 1999-11-18 Dave Love <fx@gnu.org>
4932
4933 * simple.el (input-mode-8-bit): Fix the customization.
4934
4935 1999-11-18 Gerd Moellmann <gerd@gnu.org>
4936
4937 * international/iso-acc.el (iso-languages): Add more
4938 characters for Portuguese.
4939
4940 * speedbar.el: Clean up comment at the start of the file.
4941 Remove RCS id.
4942
4943 * progmodes/compile.el (compilation-parse-errors): Use
4944 compilation-buffer-p instead of testing major-mode.
4945
4946 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk>
4947
4948 * quickurl.el Added defcustom of quickurl-completion-ignore-case.
4949 (quickurl-ask): completion-ignore-case is set to the value of
4950 quickurl-completion-ignore-case for the duration of the call to
4951 completing-read.
4952
4953 1999-11-18 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4954
4955 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
4956
4957 1999-11-18 Kenichi Handa <handa@etl.go.jp>
4958
4959 * ps-vars.el: Renamed from ps-print-def.el. Provide ps-vars
4960 instead of ps-print-def.
4961
4962 * ps-print.el: Require ps-vars instead of ps-print-def.
4963
4964 * ps-mule.el: Require ps-vars instead of ps-print-def.
4965
4966 1999-11-17 Gerd Moellmann <gerd@gnu.org>
4967
4968 * simple.el (with-syntax-table): Save buffer explicitly instead of
4969 using save-excursion.
4970
4971 1999-11-16 Gerd Moellmann <gerd@gnu.org>
4972
4973 * mail/supercite.el: New maintainer.
4974
4975 1999-11-16 Reto Zimmermann <reto@synopsys.com>
4976
4977 * progmodes/vhdl-mode.el: Use new backquote syntax.
4978
4979 1999-11-16 Gerd Moellmann <gerd@gnu.org>
4980
4981 * simple.el (with-syntax-table): New.
4982
4983 1999-11-15 Sam Steingold <sds@ksp.com>
4984
4985 * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
4986
4987 1999-02-22 Sam Steingold <sds@goems.com>
4988
4989 * goto-addr.el (goto-address-at-mouse,
4990 goto-address-find-address-at-point): Use compose-mail.
4991 (goto-address-mail-method): Removed variable.
4992 (goto-address-send-using-mh-e, goto-address-send-using-mhe,
4993 goto-address-send-using-mail): Removed functions.
4994
4995 1998-11-03 Sam Steingold <sds@goems.com>
4996
4997 * simple.el (backward-delete-char-untabify):
4998 backward-delete-char-untabify-method can be `all' now - to delete
4999 hungrily including newlines.
5000
5001 1999-11-15 Sam Steingold <sds@ksp.com>
5002
5003 * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
5004
5005 1999-11-15 Dave Love <fx@gnu.org>
5006
5007 * cus-edit.el (customize-face, customize-face-other-window):
5008 Require match from completing-read.
5009 (custom-buffer-done-function): Default to custom-bury-buffer, not
5010 bury-buffer.
5011
5012 1999-11-15 Gerd Moellmann <gerd@gnu.org>
5013
5014 * mail/rmail.el, iswitchb.el, hippie-exp.el,
5015 progmodes/cperl-mode.el: Use new backquote syntax.
5016
5017 1998-09-14 Michael Ernst <mernst@alum.mit.edu>
5018
5019 * uniquify.el: Use new backquote syntax.
5020
5021 1999-11-14 Markus Rost <rost@ias.edu>
5022
5023 * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
5024 as in ispell-local-dictionary-alist.
5025
5026 1999-11-14 Alex Schroeder <alex@gnu.org>
5027
5028 * ansi-color.el (ansi-color-apply): Updated regexps to include
5029 highlighted face.
5030
5031 1999-01-14 Johan Vromans <jvromans@squirrel.nl>
5032
5033 * forms.el (forms--make-format-elt-using-text-properties):
5034 Treat `intangible' differently.
5035
5036 * forms.el: Use new backquote syntax.
5037
5038 1999-11-13 Gerd Moellmann <gerd@gnu.org>
5039
5040 * textmodes/scribe.el (scribe-mode): Doc-fix.
5041
5042 1999-11-13 Peter Breton <pbreton@ne.mediaone.net>
5043
5044 * net-utils.el (run-network-program, net-utils-run-program): Use
5045 the new backquote syntax.
5046 (smbclient-program, smbclient-program-options)
5047 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
5048 variables
5049 (smbclient, smbclient-list-shares): New functions
5050
5051 1999-11-12 Sam Steingold <sds@ksp.com>
5052
5053 * emulation/viper-init.el (viper-deflocalvar, viper-loop)
5054 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
5055 (viper-kbd-buf-definition, viper-kbd-mode-alist)
5056 (viper-kbd-mode-pair, viper-kbd-mode-definition)
5057 (viper-kbd-global-pair, viper-kbd-global-definition):
5058 Use the new backquote syntax.
5059
5060 * emulation/viper-cmd.el (viper-test-com-defun)
5061 (viper-prefix-arg-value, viper-prefix-arg-com):
5062 Use the new backquote syntax.
5063
5064 * emacs-lisp/debug.el (debugger-env-macro):
5065 Use the new backquote syntax.
5066
5067 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
5068 Use the new backquote syntax.
5069
5070 * calendar/calendar.el (calendar-remove-frame-by-deleting):
5071 New user variable.
5072 (calendar-hide-window): Use it.
5073 (increment-calendar-month, calendar-for-loop, calendar-sum):
5074 Use the new backquote syntax.
5075
5076 1999-11-12 Andrew Innes <andrewi@gnu.org>
5077
5078 * select.el (x-set-selection): Call buffer-substring, not
5079 substring. Also fix docstring
5080
5081 1999-11-12 Peter Kleiweg <kleiweg@let.rug.nl>
5082
5083 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
5084 of customizable variables to bug report message. Added
5085 system-type to package name in bug report.
5086
5087 1999-11-12 Gerd Moellmann <gerd@gnu.org>
5088
5089 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
5090 to display file names.
5091
5092 1999-11-11 Gerd Moellmann <gerd@gnu.org>
5093
5094 * mwheel.el: Fix copyright notice, don't require 'cl at run time.
5095
5096 * isearch.el: Add lazy-highlighting feature.
5097
5098 1999-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
5099
5100 * progmodes/ps-mode.el (ps-mode-maintainer-address): New
5101 constant.
5102 (ps-mode-submit-bug-report): New function. Entry added to menu.
5103
5104 1999-11-10 William M. Perry <wmperry@aventail.com>
5105
5106 * mwheel.el: New file to support the new style wheeled mice.
5107
5108 1999-11-10 Gerd Moellmann <gerd@gnu.org>
5109
5110 * startup.el (initial-scratch-message): Add ";;" to the front of
5111 lines in the message.
5112
5113 * files.el (file-local-copy): Remove optional BUFFER argument
5114 because that's not used by anything.
5115
5116 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
5117 to-address.
5118
5119 1999-11-08 Markus Rost <rost@ias.edu>
5120
5121 * wid-edit.el (widget-button-click): Wrap with save-excursion
5122 to restore track-mouse in the correct buffer.
5123
5124 1999-11-08 Gerd Moellmann <gerd@gnu.org>
5125
5126 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
5127
5128 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl>
5129
5130 * progmodes/ps-mode.el (ps-mode-print-function): Changed default
5131 lpr-command to "lp" for some system-types. (copied from lpr.el
5132 Emacs version 20.2.1).
5133
5134 1999-11-04 Markus Rost <rost@ias.edu>
5135
5136 * simple.el (comment-region): Strip off white space at end of
5137 comment-start.
5138
5139 1999-11-04 Gerd Moellmann <gerd@gnu.org>
5140
5141 * faces.el (secondary-selection): Fix wrong color name.
5142
5143 1999-11-04 John Tobey <jtobey@epsilondev.com>
5144
5145 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
5146 the default when invoking perldb in a non-Perl buffer, and other
5147 cases involving -e or --.
5148
5149 1999-11-04 Gerd Moellmann <gerd@gnu.org>
5150
5151 * simple.el (previous-matching-history-element)
5152 (next-history-element): Use delete-field instead of erase-field.
5153
5154 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
5155 Use delete-field instead of erase-field.
5156
5157 * faces.el (secondary-selection): Change background to yellow.
5158
5159 * complete.el (PC-do-completion): Use minibuffer-prompt-end to
5160 find the start of the text. Use field-string to read the user
5161 input.
5162
5163 1999-11-03 Gerd Moellmann <gerd@gnu.org>
5164
5165 * faces.el (make-face-bold, make-face-unbold, make-face-italic)
5166 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
5167 for compatibility with old face implementation.
5168
5169 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
5170 Use erase-field instead of erase-buffer.
5171
5172 * frame.el (blink-cursor-mode, blink-cursor-end): Use
5173 internal-show-cursor with new interface.
5174 (blink-cursor-timer-function): New.
5175 (blink-cursor-start): Use blink-cursor-timer-function.
5176
5177 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5178
5179 * calendar.el (redraw-calendar): Move to nearest date before
5180 redrawing.
5181
5182 * diary-lib.el (simple-diary-display): Reset modeline even if
5183 there are no diary entries since the diary buffer may be displayed.
5184
5185 1999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5186
5187 * emacs-lisp/debug.el (debug): If noninteractive, display the
5188 backtrace using `message', then exit Emacs.
5189 (debugger-batch-max-lines): New variable.
5190 (debugger-setup-buffer): New subroutine, broken out of `debug'.
5191 Change the messages put at the start, to say that the debugger
5192 was entered.
5193
5194 1999-11-02 Sam Steingold <sds@ksp.com>
5195
5196 * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
5197
5198 1999-11-01 John Tobey <jtobey@epsilondev.com>
5199
5200 * gud.el: (gud-perldb-massage-args): Massage correctly in the
5201 presence of perl switches other than "-e".
5202
5203 1999-11-01 Markus Rost <rost@ias.edu>
5204
5205 * dired-x.el (dired-smart-shell-command): Use
5206 shell-command-history as in shell-command.
5207
5208 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5209
5210 * userlock.el (ask-user-about-lock): Doc fix.
5211
5212 * frame.el: Doc fixes.
5213
5214 1999-11-01 Gerd Moellmann <gerd@gnu.org>
5215
5216 * frame.el (blink-cursor-mode): Call internal-show-cursor instead
5217 of show-cursor.
5218 (blink-cursor-start, blink-cursor-end): Ditto.
5219
5220 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
5221
5222 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5223
5224 * window.el (walk-windows): If ALL-FRAMES is a frame,
5225 start on that frame. Use save-selected-window.
5226
5227 1999-11-01 Gerd Moellmann <gerd@gnu.org>
5228
5229 * simple.el (end-of-buffer): Use window-end to find the window end
5230 instead of vertical-motion because this handles variable-height
5231 lines correctly.
5232
5233 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu>
5234
5235 * ediff.el: Version change.
5236
5237 * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
5238 make sure you are in a good frame before deleting other
5239 windows.
5240 (ediff-file-checked-in-p): Don't consider CVS
5241 files checked in.
5242 (ediff-make-temp-file,ediff-make-empty-tmp-file): Make sure you
5243 are writing to a newly created empty file.
5244
5245 * ediff-mult.el (ediff-show-session-group-hook): New default.
5246
5247 * ediff-vers.el (ediff-pcl-cvs-view-revision):
5248 First cd to the file directory. reportedly works
5249 better with remote files.
5250
5251 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
5252 Use file-name-nondirectory when passing files to CVS.
5253
5254 * ediff-diff.el (ediff-cmp-options): New variable.
5255 (ediff-same-file-contents): Use ediff-cmp-options.
5256
5257 * ediff-ptch.el (ediff-prompt-for-patch-buffer,
5258 ediff-get-patch-buffer): Use current buffer if it appears to be a
5259 patch.
5260
5261 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
5262 C-g
5263
5264 * viper-util.el (viper-nontrivial-find-file-function): Deleted.
5265 (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
5266 (viper-save-cursor-color,viper-restore-cursor-color):
5267 Improved cursor color handling.
5268 (viper-get-saved-cursor-color-in-replace-mode,
5269 viper-get-saved-cursor-color-in-insert-mode): New functions for
5270 better cursor color handling.
5271
5272 * viper-ex.el (ex-read,ex-edit):
5273 Fixes for correct interpretation of #,%.
5274 (viper-ex): Now works correctly when called from other functions.
5275 (viper-glob-function): New variable.
5276 (viper-ex): Save excursion before doing :global.
5277
5278 * viper-mous.el (viper-counting-clicks-p): Bug fixes.
5279
5280 * viper-cmd.el (viper-post-command-sentinel,
5281 viper-insert-state-post-command-sentinel,
5282 viper-insert-state-pre-command-sentinel): Takes better care of
5283 cursor colors.
5284
5285 * viper.el: Version change.
5286
5287 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com>
5288
5289 * whitespace.el (whitespace-update-modeline): Bugfix to ensure
5290 that the modeline display was updated *only* when
5291 `whitespace-display-in-modeline' was set, not otherwise.
5292
5293 1999-10-30 Gerd Moellmann <gerd@gnu.org>
5294
5295 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
5296 "frac12".
5297
5298 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
5299 ad-activate.
5300
5301 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com>
5302
5303 * whitespace.el: Test for existence of `defcustom' and `defgroup'
5304 using fboundp instead of assuming that these are not present in
5305 particular flavors of emacs.
5306 (whitespace-version): Update to 2.8
5307 (whitespace-display-in-modeline): Add custom variable to control
5308 displaying the whitespace errors on the modeline based on
5309 suggestion from <klaus.berndl@sdm.de>
5310 (whitespace-buffer): Now returns `t' if unclean and `nil' if
5311 clean, to enable using as a hook function, as suggested by Puneet
5312 Goel <puneet@computer.org>
5313 (whitespace-buffer): Fix a subtle bug that cleaned up only if
5314 quiet was not set, even with whitespace-auto-cleanup set.
5315 (whitespace-mode-line): Now uses less modeline real estate and
5316 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
5317 which is present in the file, and <y> is any type of whitespace
5318 whose check has been suppressed by setting
5319 `whitespace-check-<whitespace-type>' to nil.
5320 (whitespace-unchecked-whitespaces): New function to return the
5321 list of whitespaces for whom checks have been suppressed.
5322 (whitespace-display-unchecked-whitespaces): Renamed to
5323 `whitespace-update-modeline' to reflect its functionality.
5324
5325 1999-10-30 Gerd Moellmann <gerd@gnu.org>
5326
5327 * progmodes/compile.el (compilation-error-regexp-alist):
5328 Undo previous change.
5329
5330 1999-10-28 Dave Love <fx@gnu.org>
5331
5332 * help.el (help-follow): Make arg optional again and really
5333 default to point.
5334
5335 1999-10-28 Gerd Moellmann <gerd@gnu.org>
5336
5337 * paths.el (rmail-file-name): Make it an option.
5338
5339 * progmodes/ada-mode.el, progmodes/ada-prj.el,
5340 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
5341 comment fixes.
5342
5343 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
5344 MIPS Pro 7.3 compiler error message syntax.
5345
5346 1999-10-27 Dave Love <fx@gnu.org>
5347
5348 * progmodes/compile.el: Checkdoc-inspired fixes.
5349
5350 1999-10-27 Gerd Moellmann <gerd@gnu.org>
5351
5352 * lpr.el (print-buffer): Doc-string fix.
5353
5354 1999-10-27 Dave Love <fx@gnu.org>
5355
5356 * emacs-lisp/advice.el: Doc fixes.
5357 (ad-lemacs-p): Removed.
5358 (advice): Add :link to defgroup.
5359
5360 1999-10-27 Kenichi Handa <handa@etl.go.jp>
5361
5362 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
5363 last-coding-system-used by the call of ange-ftp-set-ascii-mode.
5364
5365 1999-10-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5366
5367 * window.el (walk-windows): If ALL-FRAMES is a frame,
5368 start on that frame. Use save-selected-window.
5369
5370 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5371
5372 * emacs-lisp/advice.el (ad-activate-internal): Renamed from
5373 ad-activate. All callers changed, including those in data.c.
5374 (ad-activate-internal-off): Renamed from ad-activate-off.
5375 All uses changed.
5376 (ad-activate): Renamed from ad-activate-on. All uses changed.
5377 (ad-start-advice, ad-stop-advice, ad-recover-normality):
5378 Alter the definition of ad-activate-internal, not ad-activate.
5379
5380 1999-10-26 Gerd Moellmann <gerd@gnu.org>
5381
5382 * startup.el (command-line-1): Add support for command line
5383 arguments `file' and `execute'. Fix handling of `visit'.
5384
5385 1999-10-26 Kenichi Handa <handa@etl.go.jp>
5386
5387 * international/mule-cmds.el (read-input-method-name): Handle the
5388 case that the arg DEFAULT is symbol.
5389
5390 * international/mule-diag.el (mule-diag): Handle the case that
5391 default-input-method is symbol.
5392
5393 1999-10-26 Gerd Moellmann <gerd@gnu.org>
5394
5395 * textmodes/tildify.el: New file.
5396
5397 1999-10-25 Sam Steingold <sds@ksp.com>
5398
5399 * Makefile (compile-files): Fixed the "tr" strings.
5400 (EMACS): Set to ../src/emacs.
5401
5402 1999-10-25 Gerd Moellmann <gerd@gnu.org>
5403
5404 * info.el (Info-build-node-completions): Add '("*") to the
5405 completion list.
5406
5407 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5408
5409 * frame.el (auto-raise-mode): When enabling the mode,
5410 immediately raise the selected frame.
5411
5412 * indent.el (indent-region): Doc fix.
5413
5414 * comint.el (comint-output-filter): Make the Comint buffer current
5415 for the comint-preoutput-filter-functions.
5416
5417 * mail/reporter.el: Doc fix.
5418
5419 1999-10-24 Stephen Eglen <stephen@gnu.org>
5420
5421 * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
5422 that Octave lisp files can also run under XEmacs 20.
5423 (require 'custom) added so that files can run under Emacs 19.34.
5424
5425 * iswitchb.el (iswitchb-default-keybindings): No need to use
5426 read-kbd-macro in keybindings.
5427
5428 1999-10-23 Dave Love <fx@gnu.org>
5429
5430 * elide-head.el: New file.
5431
5432 1999-10-23 Gerd Moellmann <gerd@gnu.org>
5433
5434 * Makefile (compile-files, backup-compiled-files): New targets.
5435 (bootstrap, bootstrap-clean): Ditto.
5436
5437 1999-10-22 Paul Eggert <eggert@twinsun.com>
5438
5439 * international/mule-cmds.c (locale-language-names):
5440 Use Latin-1 (not Latin-3) for Afrikaans, Galician.
5441 Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
5442 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
5443 Use Latin-8 for Welsh.
5444 Use Latin-1 for English if "en" is explicitly specified.
5445 Use Latin-1 for Scots Gaelic, Tagalog.
5446 Use Latin-1 (not Latin-4) for Greenlandic.
5447 Use Latin-1 (not Latin-2) for Albanian.
5448 (locale-preferred-coding-systems, locale-language-names):
5449 Remove generic ISO 8859 locales; locale-charset-language-names now
5450 does this.
5451 (locale-charset-language-names): New variable.
5452 (set-locale-environment): Use language name specified by
5453 locale-charset-language-names if its charsets disagree with the
5454 language name specified by locale-language-names.
5455
5456 1999-10-22 Dave Love <fx@gnu.org>
5457
5458 * make-mode.el: Minor doc fixes.
5459
5460 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
5461
5462 1999-10-21 Dave Love <fx@gnu.org>
5463
5464 * loadup.el: Add latin-8, latin-9.
5465
5466 1999-10-20 Paul Eggert <eggert@twinsun.com>
5467
5468 * disp-table.el (standard-display-european): Remove undocumented
5469 arg AUTO; no longer used by startup.el. Do not attempt to treat
5470 all non-English language environments as coding system names.
5471 Instead, use the downcased language environment name as a coding
5472 system name if it is one; otherwise, use latin-1.
5473
5474 1999-10-20 Gerd Moellmann <gerd@gnu.org>
5475
5476 * dired.el (dired-move-to-filename-regexp): Fix long comment lines
5477 that were split so that part of the comment appeared as Lisp code.
5478
5479 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5480
5481 * ps-bdf.el: Doc fix.
5482
5483 * ps-print-def.el: New file: common definitions for all parts of
5484 ps-print.
5485 (ps-multibyte-buffer): Moved from ps-mule.
5486
5487 * ps-mule.el: File dependence fix.
5488 (ps-multibyte-buffer): Moved to ps-print-def.
5489
5490 * ps-print.el: Doc fix, better customization.
5491 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
5492 (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
5493 (ps-end-file): Doc fix.
5494 (ps-setup, ps-begin-file): Fun fix.
5495 (postscript): New group.
5496 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
5497 (ps-print-prologue-1): Adjust PostScript programming.
5498 (ps-print): Adjust group hierarchy.
5499 (ps-print-n-up, ps-print-zebra, ps-print-background,
5500 ps-print-printer)
5501 (ps-print-page): New subgroups.
5502 (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
5503 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
5504 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
5505 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
5506 (ps-zebra-stripe-height, ps-print-background-image)
5507 (ps-print-background-text, ps-spool-config): Adjust customization.
5508 (dos-ps-printer): Definition eliminated.
5509
5510 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5511
5512 * ps-mule.el: Doc fix, define functions properly if mule package is
5513 loaded or not.
5514 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
5515 mule package is loaded or not.
5516
5517 * ps-print.el: Doc fix, n-up printing.
5518 (ps-print-version): New version number (5.0).
5519 (ps-page-dimensions-database): Added document media.
5520 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
5521 (ps-page-order, ps-printing-region-p): New vars.
5522 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
5523 funs.
5524 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
5525 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
5526 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
5527 (ps-n-up-xstart, ps-n-up-ystart): New macros.
5528 (ps-print-begin-sheet-hook): New hook.
5529 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
5530 const.
5531 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
5532 (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
5533 (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
5534 (ps-count-lines): Changed to defun.
5535 (ps-header-page): Changed to defsubst, fix fun.
5536 (ps-printing-region): Doc fix, adjust programming code.
5537 (ps-output-boolean, ps-background-pages, ps-background-text)
5538 (ps-background-image, ps-background, ps-get-boundingbox): Adjust
5539 programming code.
5540
5541 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5542
5543 * ps-print.el: Doc fix, duplex and setpagedevice configuration.
5544 (ps-print-version): New version number (4.2).
5545 (ps-spool-config, ps-spool-tumble): New vars.
5546 (ps-print-prologue-1): Changed to defconst, adjust PostScript
5547 programming, new PostScript procedure to handle errors.
5548 (ps-print-prologue-2): Changed to defconst.
5549 (ps-print-duplex-feature): New const: duplex and tumble setting.
5550 (ps-setup, ps-begin-file): Fix funs.
5551 (ps-boolean-capitalized): New fun.
5552
5553 1999-10-19 Stefan Monnier <monnier@cs.yale.edu>
5554
5555 * Makefile (dontcompilefiles): Obsoleted.
5556 (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
5557 (EL): Unused.
5558 (temacs): Removed (unused).
5559 (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
5560 version of the file (necessary for the update to work properly).
5561 (autoloads): Force the use of `pwd`/loaddefs.el.
5562 (updates); Redefined in terms of other targets to reduce redundancy.
5563 (.el.elc): New default rule, just in case you want it.
5564 (compile): Use a single invocation of Emacs.
5565 (bootstrap-compile); Unneeded.
5566 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
5567
5568 1999-10-19 Dave Love <fx@gnu.org>
5569
5570 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
5571
5572 1999-10-19 Sam Steingold <sds@ksp.com>
5573
5574 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
5575 comply with the comment.
5576
5577 1999-10-19 Gerd Moellmann <gerd@gnu.org>
5578
5579 * autorevert.el (auto-revert-mode): Make auto-revert-mode
5580 permanent-local.
5581
5582 1999-10-19 Peter Kleiweg <kleiweg@let.rug.nl>
5583
5584 * progmodes/ps-mode.el (ps-mode-print-function): Fix default
5585 value: \"lpr\" changed to "lpr"
5586 (ps-mode-version): New constant
5587 (ps-mode-show-version): New function, added key in ps-mode-map
5588 (ps-run-messages): Removed
5589 (ps-run-font-lock-keywords-2): New defcustom variable replacing
5590 ps-run-messages. These keywords now include the value of
5591 ps-run-prompt, making its fontification customizable.
5592 (ps-run-init): Removed \\n from docstring, it is now added when
5593 the value is used
5594 (ps-run-font-lock-keywords-1): Added checking for initial ^ in
5595 ps-run-prompt
5596 (ps-mode): Added ps-run-font-lock-keywords-2 to list of
5597 customizable variables in doc-string (its equivalent
5598 ps-run-messages was missing in previous version of the doc-string)
5599 (ps-run-mode): Simplified assignment to font-lock-defaults, using
5600 symbols only
5601
5602 1999-10-19 Alex Schroeder <alex@gnu.org>
5603
5604 * ansi-color.el: Complete rewrite.
5605
5606 1999-10-19 Paul Eggert <eggert@twinsun.com>
5607
5608 Fix bootstrapping problems.
5609 Use the system locale to specify Emacs locale defaults.
5610
5611 * international/mule-cmds.el (global-map):
5612 Do not use backquote, because that makes a bootstrapping
5613 problem if you need to recompile all Lisp files using interpreted code.
5614 * international/mule.el (charset-id, charset-bytes,
5615 charset-dimension, charset-chars, charset-width,
5616 charset-direction, charset-iso-final-char,
5617 charset-iso-graphic-plane, charset-reverse-charset,
5618 charset-short-name, charset-long-name, charset-description,
5619 charset-plist): Likewise.
5620 * subr.el (save-match-data): Likewise.
5621
5622 * international/mule-cmds.el
5623 (set-display-table-and-terminal-coding-system): New function,
5624 containing code migrated out of set-language-environment.
5625 (set-language-environment, set-locale-environment): Use it.
5626 (locale-translation-file-name): Moved here from startup.el.
5627 (locale-language-names, locale-preferred-coding-systems):
5628 New vars.
5629 (locale-name-match, set-locale-environment): New functions.
5630
5631 * language/japan-util.el (setup-japanese-environment-internal):
5632 Prefer japanese-iso-8bit if the system-type is usg-unix-v.
5633
5634 * startup.el (iso-8859-n-locale-regexp): Remove.
5635 (locale-translation-file-name): Move to mule-cmds.el.
5636 (command-line): Move locale-stuff into set-locale-environment.
5637
5638 1999-10-18 Dave Love <fx@gnu.org>
5639
5640 * abbrev.el (add-abbrev, inverse-add-abbrev)
5641 (expand-region-abbrevs): Remove properties from buffer text.
5642
5643 1999-10-17 Gerd Moellmann <gerd@gnu.org>
5644
5645 * iswitchb.el (iswitchb-exhibit): Extract user-input only
5646 from the mini-buffer, without the prompt.
5647
5648 * simple.el (minibuffer-prompt-end): Return the position
5649 after the prompt, not the position of that last character
5650 of the prompt.
5651
5652 1999-10-17 Miles Bader <miles@gnu.org>
5653
5654 * simple.el: Doc fixes.
5655
5656 1999-10-17 Miles Bader <miles@gnu.org>
5657
5658 * simple.el (previous-matching-history-element, next-history-element):
5659 Change to work correctly even if the point is in the prompt.
5660 (choose-completion-string): Likewise.
5661 (minibuffer-prompt-width): New function (compatibility with old subr).
5662
5663 * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
5664 When constraining the final position to the current field,
5665 don't use the ONLY-IN-LINE mode of constrain-to-field.
5666
5667 1999-10-17 Miles Bader <miles@gnu.org>
5668
5669 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
5670 constrain-to-field.
5671 * textmodes/paragraphs.el (forward-sentence): Likewise.
5672
5673 1999-10-17 Miles Bader <miles@gnu.org>
5674
5675 * simple.el (line-move): Use constrain-to-field to avoid
5676 moving into a prompt.
5677 (previous-complete-history-element): Clarify doc string.
5678 (next-complete-history-element): Likewise.
5679 Use field-beginning instead of point-min.
5680 (next-matching-history-element): Use field-beginning and
5681 erase-field instead of point-min and erase-buffer.
5682 * textmodes/paragraphs.el
5683 (forward-paragraph, forward-sentence): Likewise.
5684 (backward-kill-paragraph, backward-kill-sentence): Remove code to
5685 constrain the kill to an field, as the movement commands now
5686 do this.
5687
5688 1999-10-17 Miles Bader <miles@gnu.org>
5689
5690 * simple.el (previous-matching-history-element): Get the
5691 minibuffer input with field-string instead of buffer-string.
5692 (choose-completion-string): Likewise.
5693 (next-history-element): Likewise.
5694 Erase the minibuffer input with erase-field, not erase-buffer.
5695 Use field-beginning to find the beginning of the input.
5696 * textmodes/paragraphs.el (backward-kill-sentence):
5697 Remove minibuffer-prompt hack.
5698 Constrain to any input field.
5699
5700 1999-10-17 Sam Steingold <sds@ksp.com>
5701
5702 * bindings.el (completion-ignored-extensions): Added ".sparcf"
5703 for CMUCL on sparc and ".ufsl" for LispWorks.
5704 (bound-and-true-p): Bugfix: free variable `v'.
5705
5706 1999-10-16 Dave Love <d.love@dl.ac.uk>
5707
5708 * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
5709 (edebug-uninstall-read-eval-functions): Use load-read-function,
5710 avoiding elisp-eval.
5711
5712 1999-10-16 Sam Steingold <sds@ksp.com>
5713
5714 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
5715 instead of `eql'.
5716
5717 1999-10-14 Stefan Monnier <monnier@cs.yale.edu>
5718
5719 * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
5720 * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
5721 (browse-url-temp-file-list, browse-url-delete-temp-file-list):
5722 * ediff-util.el (ediff-make-temp-file):
5723 * ediff-vers.el (ediff-pcl-cvs-view-revision):
5724 * emerge.el (emerge-make-temp-file):
5725 * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
5726 * vc.el (vc-update-change-log):
5727 * mail/mailpost.el (post-mail-send-it):
5728 * mail/metamail.el (metamail-region):
5729 * progmodes/cmacexp.el (c-macro-expansion):
5730 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
5731
5732 1999-10-15 Gerd Moellmann <gerd@gnu.org>
5733
5734 * smtpmail.el (smtpmail-via-smtp): Add support for
5735 automatically appending a domain to RCPT TO: addresses.
5736
5737 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5738
5739 * dired.el (dired-insert-directory): Insert the amount of
5740 free space after the total size.
5741 (dired-free-space-program, dired-free-space-args): New variables.
5742
5743 1999-10-14 Karl Heuer <kwzh@gnu.org>
5744
5745 * mail/rmail.el (rmail-pop-password-error): Add new pattern.
5746
5747 1999-10-14 Dave Love <fx@gnu.org>
5748
5749 * international/characters.el:
5750 * international/fontset.el:
5751 * international/mule-conf.el: Add latin-iso8859-1[45].
5752
5753 * language/european.el: Add Latin-8, Latin-9. Modify some doc
5754 strings.
5755
5756 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
5757 (command-line): Detect Latin-[89] locales.
5758
5759 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
5760
5761 * international/mule-cmds.el (select-safe-coding-system)
5762 (leim-list-header): Avoid the use of strings that start with backslash
5763 newline since lread.c:read1 has a hack to turn those strings into
5764 integer 0 during the loadup.el process.
5765
5766 * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
5767
5768 1999-10-13 Dave Love <fx@gnu.org>
5769
5770 * image.el (insert-image): Copy the image spec and add an
5771 intangible property.
5772
5773 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
5774
5775 * help.el (help-xref-interned): Make it also work on variable-only
5776 and function-only symbols.
5777 (help-make-xrefs): Take advantage of the new `help-xref-interned'.
5778 (help-follow): If the point under mouse is not highlighted, try
5779 `help-xref-interned' on the pointed-to symbol anyway.
5780
5781 * info.el (Info-on-current-buffer): New entry point.
5782 (Info-find-node): Split into two for Info-on-current-buffer to
5783 hook into it.
5784 (Info-current-file, Info-set-mode-line, Info-up):
5785 Info-current-file can now be t.
5786 (Info-clone-buffer-hook): Function for `clone-buffer'.
5787 (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
5788 Make `clone-buffer' available in various ways to the user.
5789
5790 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
5791
5792 * simple.el (shell-command, shell-command-on-region): Use
5793 make-temp-file.
5794 (clone-buffer, clone-process, clone-buffer-hook): New functions.
5795
5796 * subr.el (with-current-buffer): Don't use backquotes to avoid
5797 bootstrapping problems.
5798
5799 * loadup.el (load-path): Add subdirs for bootstrapping.
5800 (docstrings): Ignore errors during bootstrapping.
5801 (args): New `bootstrap' argument (for use in place of `dump').
5802
5803 1999-10-12 Emmanuel Briot <briot@gnat.com>
5804
5805 * ada-stmt.el: Doc-string fixes.
5806
5807 1999-10-12 Gerd Moellmann <gerd@gnu.org>
5808
5809 * recentf.el: New file.
5810
5811 * ps-mode.el: New file.
5812
5813 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
5814 case insensitive.
5815
5816 1999-10-12 Richard Sharman <rsharman@pobox.com>
5817
5818 * sh-script.el: Added support for indenting existing scripts.
5819 (sh-mode-map): Added new bindings.
5820 (sh-mode): Updated mode doc-string for new commands, added
5821 make-local-variable calls, initialize mode-specific variables.
5822 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line
5823 is now a different function.
5824 (sh-header-marker): Changed docstring.
5825 (sh-set-shell): Initialize mode-specific variables.
5826 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
5827 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
5828 Changed these define-skeleton calls to work with user-specified
5829 indentation settings.
5830 (sh-basic-indent-line, sh-blink, sh-calculate-indent)
5831 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
5832 (sh-electric-hash, sh-electric-less, sh-electric-rparen)
5833 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
5834 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
5835 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
5836 (sh-guess-basic-offset, sh-handle-after-case-label)
5837 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
5838 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
5839 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
5840 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
5841 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
5842 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
5843 (sh-handle-this-then, sh-help-string-for-variable)
5844 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
5845 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
5846 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
5847 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
5848 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
5849 (sh-remove-our-text-properties, sh-rescan-buffer)
5850 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
5851 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
5852 (sh-scan-case, sh-search-word, sh-set-char-syntax)
5853 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
5854 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
5855 functions.
5856 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
5857 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
5858 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
5859 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
5860 (sh-var-list): New variables.
5861
5862 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk>
5863
5864 * quickurl.el (quickurl-list-insert): `count-lines' was returning
5865 a value one line to high if the cursor wasn't at the start of a
5866 line. A `beginning-of-line' is now performed before making the
5867 call to `count-lines'.
5868
5869 1999-10-11 Stefan Monnier <monnier@cs.yale.edu>
5870
5871 * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
5872
5873 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
5874
5875 * Makefile (setwins): Abstract out the command to find subdirectories
5876 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
5877 (custom-deps, finder-data, autoloads, update-subdirs, updates)
5878 (autoloads-with-other-emacs): Use it.
5879
5880 * diff-mode.el: New file. A mode for viewing/editing context diffs.
5881
5882 1999-10-09 Gerd Moellmann <gerd@gnu.org>
5883
5884 * Makefile (bootstrap-compile): New target. Compile Lisp
5885 files with ../src/temacs.
5886
5887 1999-10-08 Dave Love <fx@gnu.org>
5888
5889 * ange-ftp.el: Require dired when compiling.
5890 (ange-ftp-normal-login): Allow EFS-style port specification.
5891
5892 1999-10-08 Simon Marshall <simon@gnu.org>
5893
5894 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
5895 (regexp-opt-group): Use it to get common suffixes in STRINGS.
5896 If STRINGS is nil, return "" rather than nil.
5897
5898 1999-10-08 Gerd Moellmann <gerd@gnu.org>
5899
5900 * Makefile (compile): Compile files one by one. Set load-path to
5901 current directory and subdirectories when compiling.
5902
5903 1999-10-08 Gerd Moellmann <gerd@gnu.org>
5904
5905 * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
5906 (emacs): Use it everywhere instead of EMACS.
5907 (compile): New target. Compile all Lisp files from scratch.
5908 (recompile): New target. Recompile lisp directory.
5909 (autoloads-with-other-emacs): New target. Build loaddefs.el with
5910 an Emacs executable not built in the current directory tree.
5911
5912 1999-10-07 Peter Breton <pbreton@ne.mediaone.net>
5913
5914 * filecache.el (file-cache-completion-ignore-case): New variable,
5915 defaulting to the value of completion-ignore-case.
5916 (file-cache-minibuffer-complete): Use it.
5917 (file-cache-files-matching, file-cache-files-matching-internal):
5918 New functions.
5919
5920 1999-10-07 Emmanuel Briot <briot@gnat.com>
5921
5922 * ada-xref.el: New file
5923
5924 * ada-prj.el: New file
5925
5926 * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
5927
5928 * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
5929 subprogram being created.
5930
5931 * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
5932 ada-indent-newline-indent): Rewritten to support the new indentation
5933 scheme
5934
5935 * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
5936 New functions
5937
5938 * ada-mode.el (ada-fill-comment-paragraph): Add support for the
5939 justification parameter
5940
5941 * ada-mode.el (ada-make-body, ada-gen-treat-proc,
5942 ada-make-subprogram-body): Rewritten to benefit from the gnatstub
5943 external program
5944
5945 1999-10-07 Dave Love <fx@gnu.org>
5946
5947 * bindings.el (bound-and-true-p): New macro.
5948 (make-mode-line-mouse-sensitive): Don't require easymenu.
5949
5950 1999-10-07 Gerd Moellmann <gerd@gnu.org>
5951
5952 * custom.el (defface): Extend documentation for new values of
5953 `type'.
5954
5955 * faces.el (face-spec-set-match-display): Recognize `type' of
5956 `motif', `lucid', `x-toolkit'.
5957 (menu): New face.
5958
5959 1999-10-05 Dave Love <fx@gnu.org>
5960
5961 * files.el: Recognize temporary crontab files.
5962
5963 * info.el: Require jka-compr when compiling.
5964 (Info-suffix-list): Add bzip2 files (non-ms-dos only).
5965
5966 1999-10-04 Dave Love <fx@gnu.org>
5967
5968 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
5969 scroll-up-aggressively, scroll-down-aggressively.
5970
5971 * time.el (display-time-mode): Add autoload cookie.
5972
5973 * rect.el (delete-extract-rectangle): Doc fix from verna.
5974
5975 * help-macro.el (three-step-help): Customize.
5976
5977 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5978
5979 * hexl.el (hexlify-buffer): Move point in proper range
5980 if it is too large.
5981 (hexl-after-revert-hook): Update hexl-max-address.
5982 (hexl-address-to-marker): Doc fix.
5983
5984 1999-10-03 Dave Love <fx@gnu.org>
5985
5986 * image.el (defimage): Remove redundant code. Substitute file in
5987 image plist.
5988
5989 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
5990
5991 * vc.el (vc-backend-checkout): Use coding system 'no-conversion
5992 when doing with-temp-file.
5993
5994 1999-10-01 Dave Love <fx@gnu.org>
5995
5996 * cus-edit.el (custom-comment-create): Fill :from and :to slots.
5997
5998 * help.el: Require view when compiling.
5999 (view-emacs-FAQ): Use Info version.
6000
6001 1999-09-29 Ken'ichi Handa <handa@gnu.org>
6002
6003 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
6004 (normat->normal). Use correct font names for Korean
6005 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
6006
6007 1999-09-29 Kenichi Handa <handa@etl.go.jp>
6008
6009 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
6010 code not used by KOI8 to the same 8-bit code instead of mapping to
6011 SPC.
6012 (cyrillic-alternativnyj-decode-table): Likewise.
6013
6014 1999-09-29 Alex Schroeder <alex@gnu.org>
6015
6016 * sql.el (sql-imenu-generic-expression): Aew, used to set
6017 imenu-generic-expression.
6018 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
6019 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression,
6020 imenu-case-fold-search, and imenu-syntax-alist.
6021 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
6022 setting font-lock-defaults' SYNTAX-ALIST.
6023
6024 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6025
6026 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
6027 macro, try again.
6028
6029 1999-09-28 Dave Love <fx@gnu.org>
6030
6031 * cus-edit.el (custom-comment): Change widget definition.
6032 (custom-comment-create, custom-comment-show)
6033 (custom-comment-invisible-p): Don't use :comment-overlay.
6034 (custom-comment-hide): New function.
6035 (custom-variable-set, custom-variable-save)
6036 (custom-variable-reset-standard, custom-face-set)
6037 (custom-face-save): Use it.
6038
6039 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6040
6041 * hexl.el (hexl-mode): Do nothing if already in hexl mode.
6042
6043 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6044
6045 * faces.el (region): Doc fix.
6046
6047 1999-09-27 Dave Love <fx@gnu.org>
6048
6049 * isearch.el (isearch): Add :links in defgroup.
6050 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
6051 (isearch-switch-frame-handler): Comment out (unused).
6052 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
6053 (isearch-ring-retreat-edit): Doc fix.
6054 (isearch-mouse-yank): New command.
6055 (isearch-last-command-char): Removed. Callers changed to use
6056 last-command-char.
6057 (isearch-char-to-string): Removed. Callers changed to use
6058 char-to-string.
6059
6060 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
6061
6062 * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
6063 option for Russian.
6064
6065 1999-09-25 Gerd Moellmann <gerd@gnu.org>
6066
6067 * faces.el (face-differs-from-default-p): Compare face
6068 attributes individually.
6069
6070 * image.el (put-image, insert-image): Add string argument.
6071
6072 1999-09-24 Gerd Moellmann <gerd@gnu.org>
6073
6074 * ange-ftp.el (ange-ftp-date-regexp): Make it work for
6075 LANG=de_DE.iso88591 on HPUX 11.0.
6076
6077 * dired.el (dired-move-to-filename-regexp): Make it work
6078 for LANG=de_DE.iso88591 on HPUX 11.0.
6079
6080 1999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6081
6082 * info.el (info-initialize): Don't test existence of ALTERNATIVE
6083 if we know for some other reason it should not be used.
6084
6085 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
6086 New variable.
6087 (edebug-recursive-edit): Save current-prefix-arg there,
6088 bind it, and set it back at the end.
6089 (edebug-outside-excursion): Restore and update the outside
6090 value of current-prefix-arg.
6091 (edebug-emacs-version-specific): Delete support for Epoch.
6092
6093 1999-09-24 Howard Melman <howard@silverstream.com>
6094
6095 * imenu.el (imenu-after-jump-hook): New variable.
6096 (imenu): Run menu-after-jump-hook.
6097 (imenu-name-lookup-function): New variable.
6098 * imenu.el (imenu--in-alist): Use those variables.
6099
6100 1999-09-24 Carsten Dominik <cd@gnu.org>
6101
6102 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
6103 multiple thebibliography environments.
6104
6105 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
6106 with recentering window.
6107 (reftex-extract-bib-entries-from-thebibliography,
6108 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal
6109 with multiple thebibliography environments.
6110
6111 * textmodes/reftex-vars.el
6112 (reftex-section-levels): Function allowed as cdr.
6113 (reftex-max-section-depth) New option.
6114
6115 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
6116 with multiple thebibliography environments.
6117
6118 1999-09-23 Gerd Moellmann <gerd@gnu.org>
6119
6120 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
6121 instead of point-min in call to delete-region.
6122
6123 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de>
6124
6125 * vc.el (vc-backend-checkout): Use with-temp-file when checking
6126 out into arbitrary file names.
6127
6128 1999-09-19 Ken'ichi Handa <handa@gnu.org>
6129
6130 * language/european.el ("Turkish"): New language environment.
6131
6132 1999-09-19 Dave Love <fx@gnu.org>
6133
6134 * delim-col.el: New file.
6135
6136 1999-09-17 Richard Stallman <rms@gnu.org>
6137
6138 * files.el (after-find-file): When visiting a backup file,
6139 make it read-only.
6140
6141 * apropos.el (apropos-symbol-face): Non-nil even for ttys.
6142 (apropos-keybinding-face, apropos-label-face): Likewise.
6143 (apropos-property-face, apropos-match-face): Likewise.
6144 (apropos-label-properties): New variable.
6145 (apropos-print-doc): Use apropos-label-properties.
6146 (apropos-print): Set apropos-label-properties.
6147
6148 1999-09-15 Richard Stallman <rms@gnu.org>
6149
6150 * winner.el: Use aref instead of sref.
6151
6152 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
6153
6154 1999-09-14 Gerd Moellmann <gerd@gnu.org>
6155
6156 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
6157
6158 1999-09-14 Richard Stallman <rms@gnu.org>
6159
6160 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
6161 cookie, even if followed by a letter.
6162
6163 1999-09-14 Stephen Eglen <stephen@gnu.org>
6164
6165 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
6166 --no-line-editing are passed to Octave by including them here
6167 rather than storing them in inferior-octave-startup-args.
6168
6169 1999-09-14 Eli Zaretskii <eliz@gnu.org>
6170
6171 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
6172 command, option, env and sc.
6173
6174 * subr.el (shell-quote-argument): Quote argument with double
6175 quotes for ms-dos.
6176
6177 1999-09-14 Richard Stallman <rms@gnu.org>
6178
6179 * simple.el (eval-expression-print-level): New variable.
6180 (eval-expression-print-length): New variable.
6181 (eval-expression-debug-on-error): New variable.
6182 (eval-expression): Bind print-level, print-length and
6183 debug-on-error from those vars.
6184
6185 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
6186 Bind print-level, print-length and debug-on-error.
6187
6188 1999-09-14 Inge Frick <inge@nada.kth.se>
6189
6190 * dired.el (dired-recursive-deletes): New custom variable.
6191 (dired-re-no-dot): New variable.
6192 (dired-delete-file): New function deletes files and directories
6193 recursively.
6194 (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
6195
6196 * dired-aux.el (dired-recursive-copies): New custom variable.
6197 (dired-handle-overwrite): Broke a long line.
6198 (dired-copy-file): Call `dired-copy-file-recursive' instead of
6199 `copy-file'.
6200 (dired-copy-file-recursive): New function. Copy directories
6201 recursively.
6202 (dired-do-create-files): Added support for generalized directory
6203 target. How-to function may now return a function. New fluid
6204 variable `dired-one-file'.
6205 (dired-copy-how-to-fn): New variable.
6206 (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
6207 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
6208 (dired-do-copy-regexp): No recursive copies.
6209
6210 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com>
6211
6212 * whitespace.el (whitespace-version): Update version to 2.4
6213
6214 * whitespace.el: Add customization variables to conditionally test
6215 any of the five whitespaces, per request from Rune Kleveland
6216 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
6217
6218 * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
6219
6220 * whitespace.el (whitespace-modes): Add `change-log-mode' to the
6221 list of modes to be checked for bogus whitespaces.
6222
6223 * whitespace.el (whitespace-rescan-timer-time): Update
6224 documentation.
6225
6226 * whitespace.el (whitespace-display-unchecked-whitespaces):
6227 New function to update modeline with untested whitespaces.
6228
6229 * whitespace.el (whitespace-buffer): Test only whitespaces whose
6230 checking is turned on, and update modeline using the newly created
6231 `whitespace-display-unchecked-whitespaces'.
6232
6233 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
6234 whose checking is turned on, and update modeline using the newly
6235 created `whitespace-display-unchecked-whitespaces'.
6236
6237 * whitespace.el (whitespace-describe): Update documentation.
6238
6239 * whitespace.el (whitespace-tickle-timer): Test if
6240 `whitespace-rescan-timer-time' is non-zero before tickling timer.
6241
6242 1999-09-13 Dave Love <fx@gnu.org>
6243
6244 * hideif.el (hide-ifdef-mode): Add autoload cookie.
6245
6246 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
6247 for temp buffer.
6248 (checkdoc-this-string-valid): Don't assume default comment-start.
6249
6250 1999-09-13 Gerd Moellmann <gerd@gnu.org>
6251
6252 * rsz-mini.el: Remove code, keep the interface.
6253
6254 1999-09-13 Dave Love <fx@gnu.org>
6255
6256 * help.el (help-highlight-p): Doc fix.
6257
6258 * faces.el (mode-line, header-line, tool-bar): Add :version.
6259 (highlight, secondary-selection): Add :group.
6260 (trailing-whitespace): Add :group, :version.
6261
6262 * wid-edit.el: Remove some compatibility code and checks.
6263 (widget-specify-field, widget-specify-button): Don't use XEmacs
6264 properties.
6265 (widget-overlay-inactive): Change error message.
6266 (widget-button-pressed-face): New variable.
6267 (widget-button-click): Use it.
6268 (widget-documentation-link-add): Specify mouse and button faces.
6269 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
6270 removed now the functionality is built in.
6271
6272 * cus-edit.el: Don't define-widget-keywords.
6273 (multimedia): New group.
6274 (custom-last): Function removed.
6275 (custom-quote): Add vectorp case, comment out characterp case.
6276 (custom-buffer-done-function, custom-raised-buttons): New option.
6277 (Custom-buffer-done): New function.
6278 (custom-buffer-create-internal): Obey custom-raised-buttons,
6279 Custom-buffer-done.
6280 (custom-button-face): Make it `released-button'.
6281 (custom-button-pressed-face): Make it `pressed-button'
6282 (custom-mode-map): Bind "q" to Custom-buffer-done.
6283 (custom-mode): Deal with raised/pressed buttons.
6284
6285 Changes from Didier Verna:
6286 (custom-prompt-variable): Optional third arg makes prompt for a
6287 comment string.
6288 (customize-set-value, customize-set-variable,
6289 customize-save-variable): Optional prefix makes function handle
6290 variable comments.
6291 (customize-customized, customize-saved, custom-variable-state-set)
6292 (custom-variable-set, custom-variable-save, custom-face-state-set)
6293 (custom-variable-reset-saved, custom-variable-reset-standard)
6294 (custom-face-set, custom-face-save, custom-face-reset-saved)
6295 (custom-face-reset-standard, customize-save-customized): Handle
6296 custom comments.
6297 (custom-comment-face, custom-comment-tag-face): New face.
6298 (custom-comment): New widget.
6299 (custom-comment-create, custom-comment-delete)
6300 (custom-comment-value-set, custom-comment-show)
6301 ()custom-comment-invisible-p): New functions.
6302 (custom-variable-value-create, custom-face-value-create): Create a
6303 comment field widget.
6304 (custom-variable-menu, custom-face-menu): New entry for custom
6305 comment.
6306 (custom-face-value-create): Remove compatibility code.
6307 (custom-save-variables, custom-save-faces): Possibly save custom
6308 comments.
6309
6310 * cus-face.el (custom-face-attributes): Simplify :underline,
6311 :overline, :inverse-video cases. Fix up :box case (probably needs
6312 more work).
6313
6314 Change from Didier Verna:
6315 (custom-set-faces): The arguments can now have a custom comment as
6316 fourth argument.
6317
6318 * custom.el: Don't define-widget-keywords.
6319 Change from Didier Verna:
6320 (custom-set-variables): The arguments can now have a
6321 custom comment as fifth element.
6322
6323 1999-09-13 Richard Stallman <rms@gnu.org>
6324
6325 * info.el (Info-find-node): Cope better if guesspos is too large.
6326
6327 1999-09-12 Gerd Moellmann <gerd@gnu.org>
6328
6329 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
6330 of buffer-substring because buffer-string doesn't copy the
6331 prompt.
6332
6333 * faces.el (mode-line): Replaces `modeline'.
6334 (toplevel): Make `modeline' an alias for `mode-line'.
6335
6336 1999-09-12 Gerd Moellmann <gerd@gnu.org>
6337
6338 * gs.el: Change `ghostscript' to `postscript' in comment.
6339
6340 1999-09-11 Rob Riepel <riepel@Stanford.EDU>
6341
6342 * emulation/tpu-edt.el (tpu-version): New version.
6343 (tpu-search-overlay, tpu-replace-overlay): New variables.
6344 (tpu-search-highlight, tpu-toggle-direction): New functions.
6345 (tpu-lm-replace): Set tpu-replace-overlay.
6346 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
6347 command hook.
6348
6349 1999-09-11 Richard Stallman <rms@gnu.org>
6350
6351 * isearch.el (isearch-mode-map): Undo previous change.
6352
6353 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
6354 use all of that as the sexp.
6355
6356 * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
6357 and use the initial argument as file name directly.
6358 Likewise if nothing matches.
6359
6360 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no>
6361
6362 * winner.el: Major changes. Avoid changing point and mark.
6363 Save configurations after they change, not before.
6364
6365 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu>
6366
6367 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
6368 Bind print-continuous-numbering and print-number-table.
6369
6370 1999-09-10 Dave Love <fx@gnu.org>
6371
6372 * bindings.el (debug-ignored-errors): Restore BBDB stuff.
6373
6374 1999-09-09 Richard Stallman <rms@gnu.org>
6375
6376 * whitespace.el: Finish making it fit Emacs conventions.
6377 Add autoloads.
6378
6379 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il>
6380
6381 * generic-x.el (bat-generic-mode): "::"-style comments don't
6382 need to begin with "-". Fix the font-lock definitions of ON/OFF
6383 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO
6384 from the list of keywords. Add DO to the list of keywords.
6385
6386 1999-09-09 Dave Love <fx@gnu.org>
6387
6388 * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
6389 (byte-optimize-backward-word): New optimizations.
6390 (side-effect-free-fns, side-effect-and-error-free-fns): Add
6391 entries.
6392
6393 1999-09-09 Gerd Moellmann <gerd@gnu.org>
6394
6395 * image.el (put-image): Remove optional buffer parameter.
6396
6397 * faces.el (face-italic-p): Return t only for values `italic'
6398 and `oblique'.
6399
6400 * mouse.el (mouse-drag-mode-line-1): Extension of former
6401 mouse-drag-mode-line that also drags the header line.
6402 (mouse-drag-mode-line): Call it.
6403 (mouse-drag-header-line): New.
6404 (toplevel): Bind down-mouse-1 on header lines to
6405 mouse-drage-header-line.
6406
6407 1999-09-08 Gerd Moellmann <gerd@gnu.org>
6408
6409 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
6410 (make-mode-line-mouse-sensitive): Replace `top-line' by
6411 `header-line'.
6412
6413 1998-09-08 Michael Ernst <mernst@alum.mit.edu>
6414
6415 * help.el (describe-function-1): Don't return empty string for keymaps.
6416
6417 * fill.el (fill-region-as-paragraph, canonically-space-region):
6418 Respect colon-double-space at end of line.
6419
6420 1999-09-08 Stephen Gildea <gildea@alum.mit.edu>
6421
6422 * files.el (backup-by-copying-when-privileged-mismatch): New variable.
6423 (backup-buffer): Use it.
6424
6425 1999-09-08 Peter Breton <pbreton@ne.mediaone.net>
6426
6427 * generic-x.el (generic-define-unix-modes): Added new modes:
6428 inetd-conf-generic-mode, etc-services-generic-mode,
6429 etc-passwd-generic-mode. These are all defined for Unix by default.
6430 (apache-generic-mode): Use an imenu-generic-expression to list
6431 Configuration keywords.
6432 (samba-generic-mode): Use both ; and # as comment characters.
6433 (samba-generic-mode): Font-lock expressions now highlight name
6434 value pairs.
6435 (bat-generic-mode): Keywords are now case-insensitive through
6436 font-lock-defaults setting.
6437 (java-properties-generic-mode): Supports both ! and # as comment
6438 characters.
6439 (java-properties-generic-mode): Added an imenu-generic-expression
6440 (java-properties-generic-mode): Reworked to support the various
6441 different ways to separate name and value (viz, '=', ':' and
6442 whitespace).
6443 (show-tabs-generic-mode): Added this new generic-mode.
6444
6445 1999-09-08 Richard Stallman <rms@gnu.org>
6446
6447 * progmodes/inf-lisp.el: Moved from top directory.
6448
6449 * tar-mode.el (tar-header-block-tokenize):
6450 Use `when' instead of `and'. Fix some clobbered text.
6451
6452 * gud.el (gud-make-debug-menu): Make a child for the
6453 local menu, for its menu bar, and the debug menu.
6454 (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
6455 Use the history in the simple way.
6456
6457 1999-09-07 Kenichi Handa <handa@etl.go.jp>
6458
6459 * language/korea-util.el (default-korean-keyboard): Initialize it
6460 according to the environment variable HANGUL_KEYBOARD_TYPE.
6461
6462 1999-09-07 Richard Stallman <rms@gnu.org>
6463
6464 * subr.el (make-temp-file): New function.
6465
6466 1999-09-07 Stefan Monnier <monnier@cs.yale.edu>
6467
6468 * font-lock.el (font-lock-multiline): New text property contains
6469 a boolean to indicate if the char is part of a multiline match.
6470 (font-lock-default-fontify-region): Extend the region appropriately
6471 for multiline keywords.
6472 (font-lock-default-unfontify-region): Also remove the new
6473 font-lock-multiline text property.
6474 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
6475 (font-lock-fontify-keywords-region): Mark multiline regexp matches.
6476
6477 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6478
6479 * diary-lib.el (list-diary-entries): Make sure two-digit years
6480 have leading zeros.
6481
6482 1999-09-07 Gerd Moellmann <gerd@gnu.org>
6483
6484 * faces.el (face-set-after-frame-default): Initialize some
6485 attributes of some faces from frame parameters.
6486
6487 * faces.el (scroll-bar, border, cursor, mouse): New faces.
6488
6489 1999-09-07 Gerd Moellmann <gerd@gnu.org>
6490
6491 * faces.el (fringe): Replaces face `margin'.
6492
6493 1999-09-07 Dave Love <fx@gnu.org>
6494
6495 * tar-mode.el (tar-header-block-tokenize): Bind linkname.
6496
6497 1999-09-07 Richard Stallman <rms@gnu.org>
6498
6499 * subr.el (push): Doc fix.
6500
6501 1999-09-06 Richard Stallman <rms@gnu.org>
6502
6503 * vc.el (vc-annotate-display): Use < 69 not < 70
6504 to distinguish 20YY from 19YY.
6505
6506 * timezone.el (timezone-parse-date): Use < 69 not < 70
6507 to distinguish 20YY from 19YY.
6508
6509 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
6510
6511 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk>
6512
6513 * quickurl.el: (quickurl-list-focused-line): Removed.
6514 (quickurl-list-insert): Now works out the focused line using
6515 `count-lines' instead of using `quickurl-list-focused-line'.
6516
6517 1999-09-06 Richard Stallman <rms@gnu.org>
6518
6519 * mail/rmail.el (rmail-retry-failure): Unconditionally move
6520 to beginning of message.
6521
6522 1999-09-06 Dave Love <fx@gnu.org>
6523
6524 * isearch.el (isearch-mode-map): Add mouse-2.
6525
6526 * mail/rmail.el (rmail-read-password): Deleted.
6527 (rmail-get-pop-password): Use read-password.
6528
6529 * quickurl.el: Don't conditionally define caddr.
6530 (quickurl-url-comment): Use nth, not caddr in function and
6531 defsetf.
6532
6533 1999-09-06 Richard Stallman <rms@gnu.org>
6534
6535 * auto-show.el: Doc fixes.
6536
6537 1999-09-06 Stephen Eglen <stephen@gnu.org>
6538
6539 * progmodes/octave-inf.el (inferior-octave-startup-args): Add
6540 --no-line-editing so that TABs in source files are not interpreted
6541 as completion requests.
6542
6543 1999-09-06 Gerd Moellmann <gerd@gnu.org>
6544
6545 * hscroll.el, auto-show.el: Remove all code, keep the public
6546 interface as no-ops.
6547
6548 * faces.el (face-bold-p): Don't return t if face has lighter
6549 weight than normal.
6550
6551 1999-09-06 Eli Zaretskii <eliz@gnu.org>
6552
6553 * startup.el (command-line): Make small-temporary-file-directory
6554 be nil except on ms-dos.
6555
6556 * files.el (small-temporary-file-directory): Ditto. Also doc fix.
6557
6558 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
6559 is defined.
6560
6561 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
6562 letters with a colon after d or l.
6563
6564 1999-09-06 Dave Love <fx@gnu.org>
6565
6566 * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed. (Now
6567 primitive.)
6568
6569 1999-09-05 Richard Stallman <rms@gnu.org>
6570
6571 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
6572
6573 * textmodes/paragraphs.el (backward-kill-sentence):
6574 Don't test minibuffer-prompt-end here.
6575 (forward-sentence): Do handle it here.
6576 (backward-kill-paragraph): Don't test it here.
6577 (forward-paragraph): Handle it here.
6578
6579 * mouse.el (font-menu-add-default): Simplify code.
6580
6581 1999-09-05 Gerd Moellmann <gerd@gnu.org>
6582
6583 * faces.el (header-line): Renamed from `top-line'.
6584
6585 1999-09-05 Gerd Moellmann <gerd@gnu.org>
6586
6587 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
6588
6589 1999-09-04 Richard Stallman <rms@gnu.org>
6590
6591 * whitespace.el: New file.
6592
6593 1999-09-04 Dave Love <fx@gnu.org>
6594
6595 * paths.el: Make some doc strings obey the make-docfile convention.
6596
6597 * bindings.el: Likewise.
6598 (debug-ignored-errors): Remove BBDB ones.
6599
6600 1999-09-03 Richard Stallman <rms@gnu.org>
6601
6602 * mail/mh-comp.el (mh-forward): Get new subject line from the original,
6603 not from the draft to forward.
6604
6605 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
6606
6607 1999-09-03 Dave Love <fx@gnu.org>
6608
6609 * double.el (double-mode): Customize the variable.
6610
6611 1999-09-03 Kenichi Handa <handa@etl.go.jp>
6612
6613 * international/characters.el: Delete duplicated code.
6614
6615 1999-09-02 Richard Stallman <rms@gnu.org>
6616
6617 * indent.el (indent-relative): Doc fix.
6618
6619 * quickurl.el (quickurl): Doc fix.
6620
6621 1999-09-02 Gerd Moellmann <gerd@gnu.org>
6622
6623 * faces.el (margin): Change background to "gray" for mono (this is
6624 drawn with a stipple pattern).
6625
6626 1999-09-02 Gerd Moellmann <gerd@gnu.org>
6627
6628 * simple.el (next-history-element): Use minibuffer-prompt-end once
6629 again. Remove test for minibuffer-prompt-in-buffer.
6630
6631 1999-09-02 Eli Zaretskii <eliz@gnu.org>
6632
6633 * files.el (small-temporary-file-directory): New variable.
6634
6635 * startup.el (command-line): Compute the value of
6636 small-temporary-file-directory.
6637
6638 * ediff-init.el (ediff-temp-file-prefix): Use
6639 small-temporary-file-directory if non-nil.
6640
6641 * vc.el (vc-update-change-log): Likewise.
6642
6643 * progmodes/cmacexp.el (c-macro-expansion): Likewise.
6644
6645 * simple.el (shell-command, shell-command-on-region): Use
6646 make-temp-name properly. Use small-temporary-file-directory if
6647 non-nil, otherwise temporary-file-directory, to generate temporary
6648 files.
6649
6650 * dos-w32.el (direct-print-region-helper): Use
6651 temporary-file-directory. (From Stefan Monnier.)
6652
6653 1999-09-02 Richard Stallman <rms@gnu.org>
6654
6655 * progmodes/asm-mode.el (asm-mode): Set comment-start properly
6656 from asm-comment-char.
6657 (asm-font-lock-keywords): Recognize instruction width suffixes.
6658
6659 1999-09-01 Richard Stallman <rms@gnu.org>
6660
6661 * play/fortune.el: New file.
6662
6663 1999-08-31 Dave Love <fx@gnu.org>
6664
6665 * help.el (help-make-xrefs): Don't lose on non-empty blank line
6666 after key table.
6667
6668 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
6669 redisplay variables.
6670
6671 * subr.el (push): Fix typo.
6672
6673 1999-08-30 Kevin Blake <kblake@ticnet.com>
6674
6675 * emacs-lisp/ring.el: Many doc fixes.
6676 (ring-size, ring-copy): New functions.
6677
6678 1999-08-29 Richard Stallman <rms@gnu.org>
6679
6680 * progmodes/etags.el (tags-loop-continue):
6681 After tags-loop-operate returns, force skip to next file.
6682
6683 * mail/mail-extr.el (mail-extr-all-letters-but-separators)
6684 (mail-extr-first-letters, mail-extr-last-letters):
6685 Use character classes [:alpha:] and [:alnum:].
6686
6687 * subr.el (push, pop): New macros.
6688
6689 * progmodes/compile.el (compilation-error-regexp-alist):
6690 New item for SGI IRIX MipsPro compilers.
6691
6692 * speedbar.el (speedbar-directory-buttons): Recognize
6693 device names when checking for file names.
6694
6695 * array.el (array-reconfigure-rows): Use generate-new-buffer.
6696
6697 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
6698 and specially handle defvar inside their expansions.
6699 (eval-defun-1): New subroutine.
6700
6701 * progmodes/compile.el (compilation-error-regexp-alist):
6702 Fix the Perl -w entry to allow period after line number.
6703 Don't allow newlines in file name, but allow them after line number
6704 for Perl debugging traces.
6705
6706 * which-func.el (which-func-cleanup-function): New variable.
6707 (which-function): Call that function.
6708
6709 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
6710 to end a function name.
6711
6712 * informat.el (Info-tagify): Don't insert more than one newline
6713 before the tag table.
6714
6715 1999-08-29 Stefan Monnier <monnier@cs.yale.edu>
6716
6717 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
6718 than make-temp-name, use match-string-no-properties, and eliminate
6719 a quadratic behavior when building bibtex-strings.
6720
6721 1999-08-29 Alex Schroeder <alex@gnu.org>
6722
6723 * comint.el (comint-input-ring-separator): New variable.
6724 (comint-read-input-ring): Doc change; use
6725 comint-input-ring-separator when reading file.
6726 (comint-write-input-ring): Use
6727 comint-input-ring-separator when writing file.
6728
6729 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com>
6730
6731 * informat.el (Info-tagify): Start by widening.
6732 Match node headers that don't list the file name,
6733 and more kinds of page separations.
6734 Strip properties during tagification.
6735 Use start of node header line as tag's position.
6736 Fix the "done" message.
6737
6738 (Info-validate): Save and restore match data around narrowing down.
6739
6740 1999-08-28 Richard M. Stallman <rms@gnu.org>
6741
6742 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
6743 On repeated call, override previous values put into
6744 minor-mode-map-alist and minor-mode-alist.
6745
6746 1999-08-28 Michael Ernst <mernst@alum.mit.edu>
6747
6748 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
6749
6750 1999-08-27 Andreas Schwab <schwab@gnu.org>
6751
6752 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
6753 from cvs update.
6754
6755 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6756
6757 * calendar/calendar.el (calendar-move-hook): New hook.
6758
6759 * calendar/cal-move.el: Call the new hook in every movement function.
6760
6761 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
6762 the right function name.
6763
6764 1999-08-26 Stephen Gildea <gildea@alum.mit.edu>
6765
6766 * time-stamp.el: Put quote-backquote around all symbol names
6767 in doc strings, for mousing.
6768 (time-stamp): Support multi-line patterns.
6769 (time-stamp-inserts-lines): New variable.
6770 (time-stamp-count): New variable.
6771 (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
6772 "Thu" instead of "%a".
6773
6774 1999-08-25 Gerd Moellmann <gerd@gnu.org>
6775
6776 * simple.el (kill-word): Undo previous change.
6777
6778 1999-08-25 Gerd Moellmann <gerd@gnu.org>
6779
6780 * jit-lock.el (jit-lock-function): Extend the fontified range
6781 to the beginning of the line containing the range start and
6782 the beginning of the line following the range end.
6783
6784 1999-08-24 Dave Love <fx@gnu.org>
6785
6786 * timezone.el: Move provide to end.
6787 (timezone-parse-date): Simplify somewhat. Assume 2-digit years
6788 <70 are 2000+.
6789 (timezone-parse-time): Simplify somewhat.
6790
6791 1999-08-24 Gerd Moellmann <gerd@gnu.org>
6792
6793 * faces.el (margin): Renamed from bitmap-area.
6794
6795 1999-08-24 Alex Schroeder <alex@gnu.org>
6796
6797 * sql.el: Doc changes.
6798 (sql-sybase): Use sql-server instead of sql-database.
6799
6800 1999-08-23 Dave Love <fx@gnu.org>
6801
6802 * rect.el: Add/fix various doc strings. Add `*' to all the
6803 interactive specs.
6804
6805 1999-08-21 Gerd Moellmann <gerd@gnu.org>
6806
6807 * jit-lock.el (jit-lock-function): Use line-beginning-position.
6808 Don't unwind-protect font-lock-fontify-region.
6809
6810 * paragraphs.el (backward-kill-paragraph): Don't move
6811 point into mini-buffer prompt.
6812 (backward-kill-sentence): Ditto.
6813
6814 * simple.el (next-history-element): Use minibuffer-prompt-end.
6815 Remove test for minibuffer-prompt-in-buffer.
6816 (kill-word): Don't move point into mini-buffer prompt.
6817
6818 1999-08-21 Dave Love <fx@gnu.org>
6819
6820 * Makefile: Exclude CVS dirs like RCS.
6821
6822 1999-08-19 Dave Love <fx@gnu.org>
6823
6824 * tooltip.el (tooltip-mode): Customize this, per convention.
6825 (tooltip-active): Option deleted.
6826
6827 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize.
6828
6829 * hanoi.el, page-ext.el: Declare dynamic vars.
6830
6831 * term.el: Avoid ange-ftp related compilation warnings.
6832
6833 1999-08-18 Gerd Moellmann <gerd@gnu.org>
6834
6835 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
6836 the default so that beginners can benefit from it without
6837 searching in manuals.
6838
6839 1999-08-18 Ray Blaak <blaak@gnu.org>
6840
6841 * progmodes/delphi.el: Consider assembly sections as blocks, to
6842 indent them better. Make auto-indent on newline optional.
6843
6844 1999-08-17 Gerd Moellmann <gerd@gnu.org>
6845
6846 * bindings.el (mode-line-modified): Look up key binding for C-x
6847 C-q. If it's bound call that binding, otherwise call
6848 toggle-read-only.
6849
6850 1999-08-17 Dave Love <fx@gnu.org>
6851
6852 * info.el (info): Doc fix.
6853
6854 * finder.el (finder-known-keywords): Add `multimedia'.
6855
6856 * apropos.el: Don't capitalize custom group name.
6857
6858 * info-look.el: Remove compatibility code.
6859 (info-lookup-guess-default*): DTRT for point at start of symbol.
6860 (info-complete): Don't lose with point not at end of symbol.
6861
6862 1999-08-16 Gerd Moellmann <gerd@gnu.org>
6863
6864 * term.el (toplevel): Make face `term-default' an empty face.
6865 The code relied on the fact that Emacs ignored invalid faces in
6866 face text properties in 20.4.
6867
6868 1999-08-16 Richard M. Stallman <rms@gnu.org>
6869
6870 * subr.el (point-at-eol, point-at-bol): New aliases.
6871
6872 * simple.el: Functions reordered.
6873
6874 * rect.el (delete-rectangle-line): Use line-end-position.
6875
6876 1999-08-16 Karl Heuer <kwzh@gnu.org>
6877
6878 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
6879 here from simple.el.
6880
6881 1999-08-16 Dave Love <fx@gnu.org>
6882
6883 * mouse.el: Provide `mldrag' for compatibility.
6884 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
6885 marked obsolete.
6886
6887 * mldrag.el: Removed since the features are in mouse.el.
6888
6889 * jka-compr.el (auto-compression-mode): New variable for
6890 customization.
6891
6892 * bindings.el (mode-line-mule-info): Doc fix.
6893
6894 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
6895 name comparisons.
6896
6897 * files.el (interpreter-mode-alist): Add make, guile, clisp.
6898 (find-file): Doc fix.
6899
6900 1999-08-16 Carsten Dominik <cd@gnu.org>
6901
6902 * textmodes/reftex.el: Most of the code moved to other files.
6903 * textmodes/reftex-auc.el: New file, split out from reftex.el
6904 * textmodes/reftex-cite.el: New file, split out from reftex.el
6905 * textmodes/reftex-global.el: New file, split out from reftex.el
6906 * textmodes/reftex-index.el: New file, split out from reftex.el
6907 * textmodes/reftex-parse.el: New file, split out from reftex.el
6908 * textmodes/reftex-ref.el: New file, split out from reftex.el
6909 * textmodes/reftex-sel.el: New file, split out from reftex.el
6910 * textmodes/reftex-toc.el: New file, split out from reftex.el
6911 * textmodes/reftex-vars.el: New file, split out from reftex.el
6912 * textmodes/reftex-vcr.el: New file, split out from reftex.el
6913
6914 1999-08-16 Carsten Dominik <cd@gnu.org>
6915
6916 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
6917 conflict with pop-up-frames.
6918 (reftex-special-environment-parsers): New constant.
6919 (reftex-label-alist): car of an entry can also be a function.
6920 (reftex-what-special-env): Cew function.
6921 (reftex-label-location): Call `reftex-what-special-env'.
6922 (reftex-compile-variables): Check for symbol in
6923 `reftex-label-alist'.
6924 (reftex-what-environment): Fixed bug with stacked environments of
6925 same kind (e.g. enumerate).
6926 (reftex-process-string): Preserve default directory.
6927 (reftex-label-alist-builtin): Changed prefixes of endnote and
6928 footnote. Also the magic words.
6929 (reftex-reference): Interprete new option
6930 `reftex-fref-is-default'.
6931 (reftex-replace-prefix-escapes): Interprete new `%S' format.
6932 (reftex-toc-mouse-view-line): Command removed (had no binding).
6933 (reftex-everything-regexp): New function.
6934 (reftex-nearest-match): Made better.
6935 (reftex-toc-find-section): Use new version of
6936 `reftex-nearest-match'.
6937 (reftex-insert-docstruct): Adapted to work with the index stuff.
6938 (reftex-parse-from-file): Find index entries as well.
6939 (reftex-toc-toggle-index): New function
6940 (reftex-toc-map): `i' is now used to togle the index, File
6941 boundaries has been moved to `F'.
6942 (reftex-select-label-map): Toggling display of file boundaries is
6943 now on the `F' key, for consistency with `reftex-toc-map'.
6944 (reftex-erase-all-selection-and-index-buffers): Renamed from
6945 `reftex-erase-all-selection-buffer'. Now also kills the index
6946 buffers.
6947 (reftex-viewing-cross-references): Customization group renamed
6948 from reftex-viewing-cross-references-and-citations.
6949 (reftex-index-macro-regexp,
6950 reftex-find-index-entry-regexp-format): New variables
6951 (reftex-macros-with-index): New variable
6952 (reftex-add-index-macros): New function
6953 (reftex-renumber-simple-labels, reftex-translate): Allow for
6954 multiple labels in a single ref command.
6955 (reftex-index-support): New customization group
6956 (reftex-support-index, reftex-index-special-chars,
6957 reftex-index-macros, reftex-index-default-macro,
6958 reftex-index-default-tag, reftex-index-math-format,
6959 reftex-index-section-letters, reftex-index-include-context,
6960 reftex-index-follow-mode, reftex-index-header-face,
6961 reftex-index-section-face, reftex-index-tag-face,
6962 reftex-index-face): New options
6963 (reftex-index-map, reftex-index-menu, reftex-last-index-file,
6964 reftex-index-tag, reftex-index-return-marker,
6965 reftex-index-restriction-indicator, reftex-index-restriction-data,
6966 reftex-index-macro-regexp, reftex-index-level-re,
6967 reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
6968 reftex-everything-regexp-no-index, reftex-index-re,
6969 reftex-macros-with-index, reftex-index-macro-alist): New variables
6970 (reftex-index-help, reftex-index-macros-builtin,
6971 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
6972 reftex-query-index-macro-help): New constants
6973 (reftex-index-selection-or-word, reftex-index,
6974 reftex-default-index, reftex-update-default-index,
6975 reftex-index-complete-tag, reftex-index-select-tag,
6976 reftex-index-complete-key, reftex-index-update-taglist,
6977 reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
6978 reftex-display-index, reftex-insert-index,
6979 reftex-index-insert-new-letter, reftex-get-restriction,
6980 reftex-index-pre-command-hook, reftex-index-post-command-hook,
6981 reftex-index-show-help, reftex-index-next, reftex-index-previous,
6982 reftex-index-toggle-follow, reftex-index-toggle-context,
6983 reftex-index-view-entry, reftex-index-goto-entry-and-hide,
6984 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
6985 reftex-index-quit, reftex-index-quit-and-kill,
6986 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
6987 reftex-index-revert, reftex-index-switch-index-tag,
6988 reftex-index-restrict-to-section, reftex-index-widen,
6989 reftex-index-restriction-forward,
6990 reftex-index-restriction-backward, reftex-index-visit-location,
6991 reftex-index-analyze-entry, reftex-index-globalize,
6992 reftex-index-edit, reftex-index-toggle-range-beginning,
6993 reftex-index-toggle-range-end, reftex-index-edit-key,
6994 reftex-index-edit-attribute, reftex-index-edit-visual,
6995 reftex-index-edit-part, reftex-index-level-down,
6996 reftex-index-level-up, reftex-index-kill, reftex-index-undo,
6997 reftex-index-change-entry, reftex-index-goto-letter,
6998 reftex-add-index-macros, reftex-ensure-index-support,
6999 reftex-index-info-safe, reftex-index-info): New functions.
7000
7001
7002 1999-08-15 Richard M. Stallman <rms@gnu.org>
7003
7004 * paren.el (show-paren-mode): Support making show-paren-mode
7005 a buffer-local variable. Don't check for a window system.
7006 (show-paren-function): Check whether show-paren-function is
7007 enabled in current buffer; do the right thing if not.
7008 Don't check for a window system.
7009 (show-paren-mode): Make it a user variable.
7010
7011 * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
7012 Handle `enum' like `struct'.
7013
7014 * server.el (server-process-filter): If a client visits no buffers,
7015 close it immediately before recording it.
7016
7017 * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
7018 Optimize by calling concat just once. Handle =\n sequence.
7019 (mail-unquote-printable-region): New command.
7020 (mail-quote-printable): Make it autoload.
7021
7022 1999-08-15 Karl Heuer <kwzh@gnu.org>
7023
7024 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
7025
7026 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
7027
7028 * lisp/texinfmt.el: Handle @ifnottex.
7029
7030 1999-08-15 Eli Zaretskii <eliz@gnu.org>
7031
7032 * frame.el (blink-cursor): Don't turn on cursor blinking for
7033 ms-dos.
7034
7035 * faces.el (face-valid-attribute-values): Look in
7036 x-bitmap-file-path only for x and w32 window systems.
7037
7038 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
7039 Do that if width is nil as well.
7040 (x-display-mm-height, x-display-mm-width): Update values.
7041 (x-colors): Compute the list from msdos-color-values.
7042 (x-select-enable-clipboard): Doc fix.
7043 (x-frob-font-weight, x-font-family-list): New functions.
7044
7045 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk>
7046
7047 * window.el (shrink-window-if-larger-than-buffer): Don't try to
7048 back up from beginning of buffer.
7049
7050 1999-08-13 Karl Heuer <kwzh@gnu.org>
7051
7052 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
7053
7054 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US>
7055
7056 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G
7057 doomsday clock, speed control is added and changes are made to
7058 allow large numbers of rings: rings now show the whole ring
7059 number, not just the last digit; consecutive rings are allowed to
7060 be the same size when necessary to fit all the rings in the
7061 window; and poles can be oriented horizontally. Face support is
7062 thrown in gratuitously.
7063 (hanoi): Changed default number of rings back to 3.
7064 (hanoi-unix, hanoi-unix-64): New commands
7065 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
7066 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
7067 hanoi-odd-ring-face): New variables.
7068 (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
7069 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
7070 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
7071 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
7072 (hanoi-topos, hanoi-draw-ring): Removed.
7073
7074 1999-08-12 Gerd Moellmann <gerd@gnu.org>
7075
7076 * faces.el (face-valid-attribute-values): Return an alist for
7077 families on ttys.
7078 (face-read-integer): Handle unspecified face attributes. Add
7079 completion for `unspecified'.
7080 (read-face-attribute): Handle unspecified font attributes.
7081 (face-valid-attribute-values): Add `unspecified' to lists so that
7082 it can be chosen via completion.
7083 (face-read-string): Don't recognize "none" as input.
7084
7085 1999-08-10 Dave Love <fx@gnu.org>
7086
7087 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
7088 string.
7089
7090 * sun-curs.el: Require sun-fns.
7091
7092 1999-08-10 Dave Love <fx@gnu.org>
7093
7094 * autorevert.el (auto-revert-mode): Add autoload cookie.
7095
7096 * hscroll.el, auto-show.el: Files deleted -- we have built-in
7097 hscroll.
7098
7099 * simple.el (hscroll-step, hscroll-point-visible)
7100 (hscroll-window-column): Remove now we have the mentioned real
7101 horizontal autoscrolling.
7102
7103 1999-08-10 Richard M. Stallman <rms@gnu.org>
7104
7105 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
7106 control use of -f option.
7107 (mail-specify-envelope-from): New variable.
7108 (mail-from-style): Doc fix.
7109
7110 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
7111 (easy-menu-get-map): New arg TO-MODIFY helps choose
7112 between local and global maps.
7113 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
7114 (easy-menu-change): Doc fix.
7115
7116 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
7117 (info-lookup-guess-default): Simplified and cleaned up.
7118 (info-lookup-guess-default*): Preserve point.
7119
7120 * view.el (view-mode-disable): If buffer-read-only is nil,
7121 don't change it.
7122
7123 * files.el (after-find-file): Disable View mode if buffer is no
7124 longer read-only.
7125
7126 * view.el (view-mode-enable, view-mode-disable):
7127 Call force-mode-line-update.
7128
7129 1999-08-10 Karl Heuer <kwzh@gnu.org>
7130
7131 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
7132 * array.el, play/landmark.el, international/latin-3.el: Likewise.
7133 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
7134
7135 1999-08-10 Alex Schroeder <asc@bsiag.com>
7136
7137 * ansi-color.el (ansi-color-to-text-properties): Added New state 5
7138 to prevent m-eating-bug.
7139
7140 1999-08-10 Eli Zaretskii <eliz@gnu.org>
7141
7142 * term/pc-win.el (msdos-bg-mode): Remove. Call
7143 frame-set-background-mode instead. All callers changed.
7144 (msdos-face-setup): Don't force color display parameter, it is set
7145 by frame-set-background-mode.
7146 (make-msdos-frame): Call x-handle-reverse-video and
7147 face-set-after-frame-default. Delete frame if creation failed.
7148
7149 * faces.el (face-set-after-frame-default): Don't call
7150 make-face-x-resource-internal for the pc window-system.
7151
7152 1999-08-10 Dave Love <fx@melange.gnu.org>
7153
7154 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
7155 case with no docstring specially.
7156
7157 1999-08-09 Eli Zaretskii <eliz@gnu.org>
7158
7159 * complete.el (PC-do-completion): If completing on file name,
7160 reproduce str by concatenating its directory and basename parts.
7161
7162 1999-08-07 Dave Love <fx@gnu.org>
7163
7164 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid
7165 unibyte to multibyte conversion of search-forward (from Handa),
7166 but avoid the replacement if the language is Latin-N.
7167
7168 1999-08-06 Richard Stallman <rms@gnu.org>
7169
7170 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
7171 of eval-buffer.
7172
7173 * international/mule.el (load-with-code-conversion):
7174 Pass t to eval-buffer for DO-ALLOW-PRINT.
7175
7176 1999-08-06 Geoff Voelker <voelker@cs.washington.edu>
7177
7178 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
7179 of filenames and attributes.
7180 (ls-lisp-insert-directory): Use directory-files-and-attributes
7181 for speed.
7182
7183 1999-08-05 Dave Love <fx@gnu.org>
7184
7185 * auto-show.el (auto-show-mode): Fix :set.
7186
7187 * widget.el (define-widget-keywords): Make dummy definition and
7188 comment-out its use.
7189
7190 1999-08-04 Richard Stallman <rms@gnu.org>
7191
7192 * progmodes/tcl.el: Customized.
7193
7194 * sql.el (sql-accumulate-and-indent): Instead of testing
7195 whether this is Emacs 20 before calling comint-accumulate,
7196 test whether comint-accumulate is defined.
7197
7198 1999-08-04 Dave Love <fx@gnu.org>
7199
7200 * sgml-mode.el: Require outline when compiling.
7201 (sgml-mode-hook, html-mode-hook): Customize.
7202 (sgml-validate-command): Fix :version.
7203 (html-autoview-mode): Doc fix.
7204
7205 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
7206 nothing in Latin-N environment.
7207
7208 * info.el (Info-find-node): Call info-initialize here.
7209 (info): Not here.
7210 (Info-file-list-for-emacs): Add message, dired-x, c, viper.
7211
7212 1999-08-04 Richard Stallman <rms@gnu.org>
7213
7214 * ansi-color.el: New file.
7215
7216 1999-08-04 Stefan Monnier <monnier@cs.yale.edu>
7217
7218 * dired.el (dired-string-replace-match): Return `nil' when no match
7219 found with global search.
7220
7221 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
7222 * terminal.el (te-terminfo-directory):
7223 * mail/mailpost.el (post-mail-send-it):
7224 * mail/metamail.el (metamail-region):
7225 * progmodes/ada-mode.el (ada-tmp-directory):
7226 Use temporary-file-directory.
7227
7228 * progmodes/compile.el (compilation-parsing-end,compilation-setup)
7229 (compilation-filter, compilation-forget-errors)
7230 (compilation-parse-errors): Use a marker instead of an integer for
7231 `compilation-parsing-end'.
7232
7233 * progmodes/diff.el (diff-parse-differences):
7234 Use a marker instead of an integer for `compilation-parsing-end'.
7235 * textmodes/tex-mode.el (tex-compilation-parse-errors):
7236 Use a marker instead of an integer for `compilation-parsing-end'.
7237
7238 1999-08-03 Richard Stallman <rms@gnu.org>
7239
7240 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
7241 (Buffer-menu-mode): Doc fix.
7242 (Buffer-menu-view): New command.
7243 (Buffer-menu-view-other-window): New command.
7244
7245 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com>
7246
7247 * replace.el (query-replace-regexp-eval)
7248 (replace-eval-replacement, replace-loop-through-replacements)
7249 (replace-match-string-symbols): New functions.
7250 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
7251 Use replace-loop-through-replacements.
7252
7253 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk>
7254
7255 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
7256 (5x5): Doc fix.
7257
7258 1999-08-03 Dave Love <fx@gnu.org>
7259
7260 * fortran.el (fortran-indent-new-line): Make it an alias
7261 for reindent-then-newline-and-indent.
7262
7263 1999-08-03 Didier Verna <verna@inf.enst.fr>
7264
7265 * rect.el: All functions rewritten, except when noted above
7266 their declaration. Below is a list of interface changes.
7267 (apply-on-rectangle): New function, mostly replaces
7268 `operate-on-rectangle'. All callers changed.
7269 (move-to-column-force): Pass new second argument to `move-to-column'.
7270 (kill-rectangle): Added optional prefix arg to fill lines.
7271 (delete-rectangle): Ditto.
7272 (delete-whitespace-rectangle): Ditto.
7273 (delete-extract-rectangle): Ditto.
7274 (open-rectangle): Ditto.
7275 (clear-rectangle): Ditto.
7276 (delete-whitespace-rectangle-line): New function.
7277 (delete-rectangle-line): Added third arg FILL.
7278 (delete-extract-rectangle-line): Ditto.
7279 (open-rectangle-line): Ditto.
7280 (clear-rectangle-line): Ditto.
7281
7282 1999-08-03 Ray Blaak <blaak@gnu.org>
7283
7284 * progmodes/delphi.el: New file.
7285
7286 1999-08-02 Richard Stallman <rms@gnu.org>
7287
7288 * textmodes/outline.el (outline-previous-heading): New function.
7289 (outline-up-heading-all): Use outline-previous-heading.
7290 (outline-next-heading): Delete definition inserted yesterday.
7291
7292 1999-08-01 Richard Stallman <rms@gnu.org>
7293
7294 * textmodes/outline.el (outline-next-heading): New function.
7295 (outline-up-heading-all): New function.
7296 (outline-font-lock-level): Using outline-up-heading-all.
7297 Tell outline-back-to-heading to accept invisible headings.
7298
7299 * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
7300
7301 * mail/mh-utils.el (mh-find-path-run): New variable.
7302 (mh-find-path): Test and set that.
7303 Set mail-user-agent only the first time this function is run.
7304 (mail-user-agent): Defvar deleted.
7305
7306 * info.el (info-initialize): New function.
7307 (info): Call info-initialize.
7308 (Info-directory-list): Initialize to nil,
7309 so info-initialize will set it up for real.
7310
7311 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7312
7313 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
7314 does not interpret a time as the year in a day-month entry.
7315
7316 * calendar/diary-lib.el: Change syntax table entry for colon in
7317 the diary as part of the european-date-diary-pattern fix.
7318
7319 1999-08-01 Eli Zaretskii <eliz@gnu.org>
7320
7321 * international/mule.el (set-auto-coding): Allow whitespace before
7322 and after the "variable: value" pair.
7323
7324 1999-07-30 Ken'ichi Handa <handa@gnu.org>
7325
7326 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
7327 (default-sendmail-coding-system): Doc-string fixed.
7328
7329 1999-07-30 Dave Love <fx@gnu.org>
7330
7331 * subr.el (assoc-delete-all): New function, renamed from
7332 frame-delete-all.
7333
7334 * frame.el: Change comments to doc strings and other doc fixes.
7335 (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
7336 Callers changed.
7337 (set-background-color, set-foreground-color, set-cursor-color)
7338 (set-mouse-color, set-border-color): Offer completion of colours.
7339 (cursor): Add :version to defgroup.
7340
7341 * facemenu.el (list-colors-display): Make it work on ttys.
7342 (facemenu-read-color): Likewise.
7343
7344 1999-07-30 Richard M. Stallman <rms@gnu.org>
7345
7346 * frame.el (frame-notice-user-settings): If background
7347 color has been changed, update background-mode from it,
7348 then update faces.
7349
7350 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com>
7351
7352 * net-utils.el (finger): Don't do indirect fingering.
7353
7354 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7355
7356 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
7357 rules. Add separator at end of holidays.
7358 (cal-tex-rules): New customizable variable.
7359 (cal-tex-latexify-list): Add optional parameter to put separator
7360 at end.
7361
7362 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu>
7363
7364 * textmodes/fill.el (fill-individual-paragraphs): Calculate new
7365 fill prefix on each line while looping to the end of paragraph.
7366 End paragraph if it's longer than the existing fill prefix.
7367
7368 * textmodes/fill.el (fill-context-prefix): Doc fix.
7369
7370 1999-07-30 Dave Love <fx@gnu.org>
7371
7372 * font-lock.el (jit-lock): Fix :load, add :version.
7373
7374 1999-07-30 Eli Zaretskii <eliz@gnu.org>
7375
7376 * term/pc-win.el (msdos-face-setup): Register standard colors in
7377 Vface_tty_color_alist.
7378 (face-color-supported-p, face_color_gray_p): New functions.
7379
7380 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
7381 is bound.
7382
7383 * startup.el (command-line): Don't register default colors for
7384 MSDOS window-system.
7385
7386 1999-07-29 Dave Love <fx@gnu.org>
7387
7388 * f90.el (f90-mode-syntax-table): Change backslash to escape, not
7389 charquote.
7390
7391 * lisp-mode.el (eval-defun): Re-written to avoid
7392 capturing variables.
7393
7394 * picture.el (picture-beginning-of-line): Don't call
7395 hscroll-point-visible now we have real autoscrolling.
7396 (picture-end-of-line, picture-newline, picture-open-line):
7397 Likewise.
7398
7399 * international/latin-8.el: New file.
7400 * international/latin-9.el: New file.
7401
7402 1999-07-28 Dave Love <fx@gnu.org>
7403
7404 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
7405
7406 * msb.el: Require cl only when compiling.
7407 (msb--home-dir): Deleted.
7408 (msb--format-title): Use abbreviate-file-name.
7409 (msb--choose-file-menu): Simplify string comparison.
7410
7411 1999-07-28 Gerd Moellmann <gerd@gnu.org>
7412
7413 * faces.el (toolbar): Add face definition for mono displays.
7414
7415 1999-07-27 Richard M. Stallman <rms@gnu.org>
7416
7417 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
7418
7419 * frame.el (frame-initialize): When setting frame-initial-frame-alist,
7420 force copying of default-frame-alist.
7421
7422 1999-07-26 Ken'ichi Handa <handa@gnu.org>
7423
7424 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
7425
7426 1999-07-26 Richard M. Stallman <rms@gnu.org>
7427
7428 * frame.el (set-mouse-color): If new color is nil,
7429 really respecify the current color.
7430
7431 1999-07-26 Gerd Moellmann <gerd@gnu.org>
7432
7433 * faces.el (bitmap-area): Change background of face `bitmap-area'
7434 to white for mono displays.
7435
7436 1999-07-26 Kenichi Handa <handa@etl.go.jp>
7437
7438 * international/ccl.el (ccl-embed-symbol): New function.
7439 (ccl-program-p): Deleted. Now it's implemented in C code.
7440 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
7441 (ccl-compile-translate-character): Likewise.
7442 (ccl-compile-map-single): Likewise.
7443 (ccl-compile-multiple-map-function): Likewise.
7444 (declare-ccl-program): Doc-string modified.
7445 (check-ccl-program): Check compiled CCL code by ccl-program-p.
7446
7447 1999-07-25 Ken'ichi Handa <handa@etl.go.jp>
7448
7449 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
7450
7451 1999-07-25 Markus Rost <rost@gnu.org>
7452
7453 * cus-edit.el (custom-save-variables, custom-save-faces): Sort
7454 the entries to make custom-file more readable.
7455
7456 1999-07-25 Richard M. Stallman <rms@gnu.org>
7457
7458 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
7459
7460 * emacs-lisp/edebug.el: Delete compatibility code.
7461 (edebug-next-token-class): If . is followed by a digit,
7462 return `symbol' for the token class.
7463
7464 * startup.el (command-line): If we don't find the user's init file,
7465 set user-init-file to nil.
7466
7467 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7468
7469 * info-look.el (info-lookup-interactive-arguments): Add optional
7470 argument query for new choice of help mode.
7471 (info-lookup-symbol): Use it.
7472 (info-lookup-file): Ditto.
7473 (info-lookup): Don't switch to other window, if already in Info
7474 buffer.
7475
7476 1999-07-23 Dave Love <fx@gnu.org>
7477
7478 * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
7479 syntax.
7480 (fortran-fontify-string, fortran-match-!-comment): Deleted.
7481 (fortran-font-lock-syntactic-keywords): New variable.
7482 (fortran-mode): Use it.
7483 (fortran-font-lock-keywords-1): Don't do comments.
7484 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
7485 match data.
7486
7487 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
7488
7489 * msb.el (msb-menu-bar-update-buffers): Renamed from
7490 menu-bar-update-buffers.
7491 (msb-custom-set, msb--toggle-menu-type): Call
7492 msb-menu-bar-update-buffers.
7493 (msb-mode): Revise the hook setting.
7494
7495 * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
7496
7497 1999-07-23 Gerd Moellmann <gerd@gnu.org>
7498
7499 * font-lock.el, help.el, simple.el: Re-integrate previously
7500 described changes that were lost due to errors while checking them
7501 in.
7502
7503 1999-07-23 Kevin Blake <kblake@ticnet.com>
7504
7505 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
7506
7507 1999-07-23 Ken'ichi Handa <handa@etl.go.jp>
7508
7509 * international/encoded-kb.el
7510 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
7511 but push it to unread-command-events.
7512 (encoded-kbd-self-insert-iso2022-8bit): Likewise.
7513 (encoded-kbd-self-insert-sjis): Likewise.
7514 (encoded-kbd-self-insert-big5): Likewise.
7515
7516 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
7517 before left margin and fill-prefix by fill-find-break-point.
7518
7519 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7520
7521 * info-look.el (info-lookup-setup-mode): Don't give up, if
7522 info-lookup-make-completions returns an error.
7523 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
7524 name latex, not latex2e.
7525
7526 1999-07-21 Richard M. Stallman <rms@gnu.org>
7527
7528 * replace.el (perform-replace): Turn off case-fold-search
7529 if FROM-STRING argument has uppercase in it.
7530
7531 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7532
7533 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
7534 mode is on. Don't use end of changed text.
7535
7536 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7537
7538 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
7539 (cl-hash-table-p): Renamed from hash-table-p.
7540 (cl-hash-table-count): Renamed from hash-table-count.
7541 (maphash): Alias to cl-maphash removed.
7542 (gethash): Likewise.
7543 (puthash): Likewise.
7544 (remhash): Likewise.
7545 (clrhash): Likewise.
7546
7547 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7548
7549 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
7550 third arg non-nil. See comment there why this isn't a good idea.
7551
7552 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7553
7554 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
7555
7556 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
7557 sit-for with 3rd arg non-nil to prevent redisplay.
7558
7559 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7560
7561 * image.el (image-type-from-file-header): If file doesn't
7562 have a directory part, add data-directory.
7563
7564 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7565
7566 * tooltip.el (tooltip-gud-tips-p): Set default to nil.
7567 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
7568 motion handling when tooltip-gud-tips-p is nil.
7569
7570 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7571
7572 * tooltip.el (tooltip-mode): Don't use `plusp'.
7573 (tooltip-active): Use initial value of nil.
7574
7575 * jit-lock.el (jit-lock-mode): Don't use `plusp'.
7576
7577 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7578
7579 * bindings.el (make-mode-line-mouse-sensitive): Add key
7580 definitions for `top-line'.
7581
7582 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7583
7584 * faces.el (top-line): New face.
7585
7586 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7587
7588 * image.el (image-type-regexps): Add regexp for PS files.
7589
7590 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7591
7592 * faces.el (set-face-attribute): Fix wrong handling of frame
7593 begin equal to t.
7594
7595 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7596
7597 * image.el (image-type-regexps): Add PNG format.
7598
7599 1999-07-21 Dave Love <fx@gnu.org>
7600
7601 * bindings.el (mode-line-modified): New variable.
7602 (mode-line-mode-menu-1): Switch to appropriate window before
7603 showing menu.
7604
7605 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7606
7607 * faces.el (face-underline): Removed.
7608 (face-underline-color): Ditto.
7609
7610 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7611
7612 * faces.el (face-x-resources): Fix typo.
7613
7614 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7615
7616 * faces.el: Remove handling of `:relief', extend handling of
7617 `:box'.
7618 (frame-set-background-mode): Choose new defface specs after
7619 frame parameters have changed.
7620
7621 * cus-face.el: Ditto.
7622
7623 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7624
7625 * custom.el (defface): Extend documentation to include new
7626 face attributes.
7627
7628 * cus-face.el (custom-face-attributes): Add overline,
7629 strike-through, box.
7630
7631 * faces.el (face-valid-attribute-values): Handle overline,
7632 strike-through, box.
7633 (face-attribute-name-alist): Add pairs for new face attributes.
7634 (describe-face): Handle new face attributes.
7635
7636 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7637
7638 * faces.el (face-x-resources): Add overline, strike-through, box.
7639
7640 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7641
7642 * enriched.el (enriched-translations): Add `display' and
7643 "x-display".
7644 (enriched-handle-display-prop): New.
7645 (enriched-decode-display-prop): New.
7646
7647 * format.el (top-level): Give `display' property
7648 `format-list-atomic-p.
7649 (format-annotate-single-property-change): Test that property.
7650 If present, treat list property values like atoms.
7651
7652 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7653
7654 * cus-face.el (custom-face-attributes): Use `choice' everywhere
7655 so that "*" can be entered.
7656
7657 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7658
7659 * cus-face.el (custom-face-attributes): Don't use `#''.
7660
7661 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7662
7663 * cus-face.el (custom-face-attributes): Return underline
7664 face attribute directly from the second lambda of underline.
7665
7666 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7667
7668 * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
7669
7670 * frame.el (after-setting-font-hooks): New variable.
7671 (set-frame-font): Run those hooks.
7672
7673 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
7674
7675 * faces.el (set-face-attribute): Fix doc string.
7676
7677 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7678
7679 * cus-face.el (custom-face-attributes): Accept color name.
7680
7681 * faces.el (face-underline-p): Accept unspecified underlining.
7682 (face-underline): Ditto. Fix doc string.
7683
7684 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7685
7686 * faces.el (face-underline-color): New function.
7687
7688 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7689
7690 * cus-face.el (custom-face-attributes): Support underline coloring.
7691 Added slot to choose a color.
7692
7693 * faces.el (face-underline): New function.
7694 (face-underline-p): Support underline coloring.
7695 Return nil only if the underline attribute is 'normal.
7696 (set-face-underline): New function.
7697 (face-valid-attribute-values): Support underline coloring.
7698
7699 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7700
7701 * image.el (insert-image): Use `display' instead of `glyph'
7702 as text property name.
7703 (put-image): Ditto.
7704 (image-type-from-file-header): Use insert-file-contents-literally.
7705
7706 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7707
7708 * easymenu.el (easy-menu-do-add-item): Don't use the empty
7709 string to indicate separators.
7710
7711 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7712
7713 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
7714 instead of message-log.
7715
7716 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7717
7718 * faces.el (bitmap-area): New face.
7719
7720 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7721
7722 * image.el (insert-image): New.
7723
7724 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7725
7726 * frame.el (blink-cursor): Set the symbol's value.
7727 (show-trailing-whitespace): Change group to font-lock.
7728
7729 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7730
7731 * jit-lock.el: New.
7732 * font-lock.el: Add jit-mode as new support mode.
7733
7734 * font-lock.el (font-lock-fontify-keywords-region): Stop when
7735 reaching end instead of letting re-search-forward signal an error.
7736 (demand-lock-mode): New.
7737 (font-lock-turn-on-thing-lock): Add demand-lock-mode.
7738 (font-lock-turn-off-thing-lock): Ditto.
7739 (font-lock-after-fontify-buffer): Ditto.
7740 (font-lock-after-unfontify-buffer): Ditto.
7741
7742 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7743
7744 * gs.el: New file.
7745
7746 * startup.el (command-line-1): Activate tooltip mode if
7747 interactive.
7748
7749 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7750
7751 * faces.el (toolbar): Grey default background.
7752 (modeline): Ditto.
7753
7754 * image.el (image-type-regexps): New.
7755 (image-type-from-file-header): New.
7756 (create-image): Call it.
7757
7758 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7759
7760 * image.el: New file.
7761
7762 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7763
7764 * bindings.el (mode-line-format): Replace `mode-name' with
7765 `(:eval mode-line-mode-name)'.
7766 (mode-line-mode-name): New.
7767 (make-mode-line-mouse-sensitive): Don't change default value
7768 of `mode-name'.
7769
7770 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7771
7772 * tooltip.el: New file.
7773
7774 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7775
7776 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
7777 instead of mouse-3 to pop up menus.
7778 (mode-line-kill-buffer): Removed.
7779 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
7780 buffer name.
7781 (mode-line-buffer-menu-1): Removed.
7782
7783 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
7784
7785 * bindings.el (mode-line-buffer-identification-keymap): New.
7786 (mode-line-buffer-menu-keymap): New.
7787 (mode-line-mode-menu-keymap): New.
7788 (mode-line-unbury-buffer): New.
7789 (mode-line-other-buffer): New.
7790 (mode-line-kill-buffer): New.
7791 (mode-line-buffer-menu-1): New.
7792 (mode-line-mode-menu-1): New.
7793 (make-mode-line-mouse-sensitive): New.
7794
7795 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7796
7797 * help.el (describe-key-briefly): Handle mode line strings
7798 with local-map properties.
7799 (describe-key): Ditto.
7800 (mode-line-key-binding): New.
7801
7802 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7803
7804 * scroll-bar.el (scroll-bar-timer): New.
7805 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
7806
7807 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7808
7809 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
7810 and `bottom'.
7811
7812 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7813
7814 * scroll-bar.el (scroll-bar-toolkit-scroll): New.
7815 (global): Use different key bindings if using tookit scroll bars.
7816
7817 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7818
7819 * faces.el (modeline): Define mode line face with relief for
7820 class color, only.
7821 (toolbar): New face.
7822
7823 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7824
7825 * frame.el (frame-initialize): Set frame-creation-function to
7826 tty-create-frame-with-faces.
7827
7828 * faces.el (frame-set-background-mode): Make it work for
7829 window-system nil.
7830
7831 * faces.el (tty-create-frame-with-faces): New.
7832 (face-set-after-frame-default): Make it work for TTY frames.
7833
7834 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7835
7836 * faces.el (face-valid-attribute-values): Use tty-defined-colors.
7837 Return a list of one font family for TTYs. Don't return bitmap
7838 file paths for TTY frames.
7839
7840 * faces.el: Add face specs for tty displays to basic faces.
7841
7842 * font-lock.el (font-lock-comment-face): Add spec for color tty.
7843 (font-lock-string-face): Ditto.
7844 (font-lock-keyword-face): Ditto.
7845 (font-lock-builtin-face): Ditto.
7846 (font-lock-function-name-face): Ditto.
7847 (font-lock-variable-name-face): Ditto.
7848 (font-lock-type-face): Ditto.
7849 (font-lock-constant-face): Ditto.
7850 (font-lock-warning-face): Ditto.
7851
7852 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7853
7854 * startup.el (command-line): Register default tty colors.
7855
7856 * faces.el (face-spec-set-match-display): Recognize `type tty'.
7857
7858 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7859
7860 * faces.el (modeline): For X frames, use a modeline with relief.
7861
7862 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7863
7864 * faces.el (frame-update-faces): Copied from 20.2.
7865 (frame-update-face-colors): Ditto. Code removed that isn't
7866 applicable in the new face implementation.
7867
7868 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7869
7870 * frame.el (show-trailing-whitespace): New.
7871
7872 * faces.el (trailing-whitespace): New basic face.
7873
7874 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7875
7876 * cus-face.el (custom-facep): Always define as alias for facep.
7877
7878 * cus-face.el (custom-face-attributes): Use choice widgets.
7879 Remove :bold and :italic.
7880
7881 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7882
7883 * faces.el (face-charset-registries): Removed since fontset.el
7884 is no always loaded.
7885
7886 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7887
7888 * faces.el (internal-get-face): Added as obsolete function for
7889 compatibility.
7890
7891 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7892
7893 * frame.el (blink-cursor-end): Call show-cursor.
7894 (blink-cursor-mode): Ditto.
7895
7896 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7897
7898 * faces.el (face-spec-reset-face): Reset all attributes to
7899 `unspecified'.
7900 (face-spec-set): Use it.
7901
7902 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7903
7904 * faces.el (read-all-face-attributes): Bug fix.
7905 (face-read-integer): Allow nil default value.
7906 (face-valid-attribute-values): Use symbol names of attribute
7907 values for completion list.
7908
7909 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7910
7911 * faces.el (internal-find-face): Define for compatibility with
7912 20.2.
7913 (face-id): Likewise.
7914
7915 * faces.el (face-id): Return the ID of a realized face for ASCII.
7916
7917 * fontset.el (x-charset-registries): Removed. Now in faces.el.
7918 (x-complement-fontset-spec): Use face-charset-registries.
7919
7920 * faces.el (face-font-selection-order): Set font selection order
7921 from Lisp.
7922 (face-alternative-font-family-alist): Set alternative font
7923 families from Lisp.
7924
7925 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7926
7927 * faces.el (set-face-charset-registries): Set symbol value.
7928
7929 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7930
7931 * faces.el (face-set-after-frame-default): Call function
7932 internal-merge-in-global-face.
7933
7934 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7935
7936 * faces.el (face-list): Return symbols from face-global-alist.
7937
7938 * faces.el (face-list): Return a copy of the face name list so
7939 that it cannot be modified from outside (facemenu.el uses
7940 nreverse, for example).
7941
7942 * cus-face.el (custom-face-attributes): Add :bold and :italic
7943 for compatibility with old code.
7944
7945 * faces.el (set-face-attributes-from-resources): Additional
7946 frame parameter.
7947 (make-face-x-resource-internal): Set attributes from resources
7948 for a given frame or all frames.
7949
7950 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7951
7952 * faces.el (all-faces): Removed.
7953
7954 * custom.el (defface): Add new face attributes to function
7955 comment.
7956
7957 * font-lock.el (font-lock-comment-face): Use new face attribute
7958 names.
7959 (font-lock-string-face): Ditto.
7960 (font-lock-keyword-face): Ditto.
7961 (font-lock-builtin-face): Ditto.
7962 (font-lock-function-name-face): Ditto.
7963 (font-lock-variable-name-face): Ditto.
7964 (font-lock-type-face): Ditto.
7965 (font-lock-reference-face): Ditto.
7966 (font-lock-warning-face): Ditto.
7967 ((boundp 'font-lock-face-attributes)): Ditto.
7968
7969 * cus-face.el (custom-face-attributes): Use new face attributes.
7970
7971 * faces.el (set-face-attribute-from-resource): Initialize
7972 from resources only for X and W32.
7973
7974 * cus-face.el (custom-declare-face): Don't make frame-local
7975 faces.
7976
7977 * faces.el (describe-face): Use princ instead of insert.
7978
7979 * faces.el: Add XLFD manipulation functions from 20.2 again
7980 because fontset.el uses them.
7981 (face-set-after-frame-default): Add empty definition.
7982
7983 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7984
7985 * faces.el (make-face): Correct typo.
7986 (set-face-attribute-from-resource): Use let*.
7987 (face-underline-p): Correct typo.
7988 (face-inverse-video-p): Ditto.
7989 (set-face-stipple): Ditto.
7990 (face-read-string): Make completion-list optional parameter.
7991
7992 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7993
7994 * faces.el (face-charset-registries): Alist mapping charset
7995 symbols to registries and encoding.
7996
7997 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7998
7999 * frame.el (blink-cursor-mode): Use interactive spec "P".
8000
8001 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8002
8003 * frame.el (blink-cursor-mode): Function to toggle blinking cursor
8004 mode. The cursor of selected_window blinks if the mode is enabled.
8005
8006 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8007
8008 * simple.el (next-history-element): Set point to the end of the
8009 prompt if minibuffer-prompt-in-buffer.
8010
8011 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8012
8013 * faces.el (x-font-regexp): Add sub-expression parentheses for
8014 several font name components.
8015
8016 1999-07-21 Gerd Moellmann <gerd@acm.org>
8017
8018 * faces.el (set-face-relief): Use index 12 for relief.
8019 (face-fill-in): Set relief from data.
8020 (internal-make-face): Init relief to zero.
8021
8022 * faces.el (face-spec-set): Call modify-face with additional
8023 parameters for relief and fixed-p.
8024
8025 1999-07-21 Gerd Moellmann <gerd@acm.org>
8026
8027 * cus-face.el: ':fixed and ':relief added.
8028
8029 * faces.el (describe-face): Add fixed font attribute and relief.
8030 (face-attr-match-p): Ditto.
8031 (face-attr-construct): Ditto.
8032 (face-spec-set): Ditto.
8033
8034 1999-07-21 Gerd Moellmann <gerd@acm.org>
8035
8036 * faces.el (internal-make-face): Function to create a Lisp vector
8037 suitable for representing a face.
8038 (make-face): Use it instead of make-vector.
8039 (x-create-frame-with-faces): Use it instead of vector.
8040 (internal-facep): Increase vector size to 14.
8041 (internal-make-face): Ditto.
8042 (face-relief): Access relief thickness.
8043 (face-fixed-p): Access fixed font attribute.
8044 (set-face-fixed-p): Set fixed font attribute.
8045 (set-face-relief): Set relief attribute.
8046 (internal-face-interactive-int): Read int attribute of face.
8047 (modify-face): Add fixed-p and relief parameters.
8048 (copy-face): Handle fixed-p and relief.
8049 (face-equal): Compare fixed-p and relief.
8050 (face-differs-from-default-p): Ditto.
8051 (face-nontrivial-p): Add fixed-p and relief.
8052
8053 1999-07-21 Gerd Moellmann <gerd@acm.org>
8054
8055 * faces.el (eval-when-compile): Add set-face-shadow-thickness.
8056 (internal-facep): Increase vector size.
8057 (make-face): Ditto.
8058 (face-shadow-thickness): Added.
8059 (set-face-shadow-thickness): Added.
8060 (modify-face): Add optional shadow-thickness parameter.
8061 (make-face-x-resource-internal): Add shadows.
8062 (copy-face): Ditto.
8063 (face-equal): Ditto.
8064 (face-differs-from-default-p): Ditto.
8065 (face-nontrivial-p): Ditto.
8066 (face-attr-match-p): Ditto.
8067 (face-attr-construct): Ditto.
8068 (face-spec-set): Ditto.
8069 (face-fill-in): Ditto.
8070
8071 1999-07-21 Gerd Moellmann <gerd@acm.org>
8072
8073 * bench.el (bench-mark-split-window): New bench mark.
8074
8075 1999-07-21 Gerd Moellmann <gerd@acm.org>
8076
8077 * faces.el (set-face-font): Don't pass default font to
8078 x-resolve-font so that font will not have to be of the same
8079 size.
8080
8081 1999-07-20 Dave Love <fx@gnu.org>
8082
8083 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
8084 unconditionally t.
8085
8086 1999-07-20 Karl Heuer <kwzh@gnu.org>
8087
8088 * font-lock.el (c++-font-lock-extra-types): Add "type_info".
8089
8090 1999-07-20 Dave Love <fx@gnu.org>
8091
8092 * help.el (describe-variable): Fix test for customizability.
8093
8094 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
8095 Check for readonly buffer in interactive spec.
8096 (zap-to-char, kill-line, kill-region, comment-region, kill-word)
8097 (backward-kill-word): Add * to interactive spec.
8098
8099 * underline.el (underline-region, ununderline-region): Add * to
8100 interactive spec.
8101
8102 * fill.el (canonically-space-region, justify-current-line): Add *
8103 to interactive spec.
8104 (fill-region-as-paragraph, fill-paragraph, fill-region)
8105 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
8106 readonly buffer in interactive spec.
8107
8108 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
8109 (backward-kill-sentence, kill-sentence): Add * to interactive
8110 spec.
8111
8112 1999-07-19 Richard M. Stallman <rms@gnu.org>
8113
8114 * dired-aux.el (dired-do-shell-command): Doc fix.
8115
8116 * shell.el (shell-unquote-argument): New function.
8117 (shell-directory-tracker): Use shell-unquote-argument.
8118 * comint.el (comint-arguments): Handle \ followed by space or tab.
8119
8120 1999-07-19 John Wiegley <jwiegley@borland.com>
8121
8122 * term.el (ansi-term-fg-faces-vector): Added support for ANSI
8123 color codes 39 and 49, which by the way lynx uses them seem to
8124 mean "foreground reset" and "background reset".
8125
8126 1999-07-19 Karl Heuer <kwzh@gnu.org>
8127
8128 * font-lock.el (c++-keywords): Add "typeid".
8129
8130 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
8131 selects no font, treat that as zero selections, not one.
8132
8133 1999-07-19 Dave Love <fx@gnu.org>
8134
8135 * info.el (Info-search): Don't lose with empty regexp.
8136
8137 * version.el: Cater for (free) `ident' program, not `which'.
8138
8139 * hl-line.el: New file.
8140
8141 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
8142 for modes which don't define menus.
8143
8144 1999-07-16 Richard M. Stallman <rms@gnu.org>
8145
8146 * webjump.el (webjump-sample-sites): Update some URLs.
8147
8148 1999-07-14 Richard Stallman <rms@gnu.org>
8149
8150 * Version 20.4 released.
8151
8152 1999-07-14 Andreas Schwab <schwab@gnu.org>
8153
8154 * compare-w.el (compare-windows): Try to find the next window in
8155 the current frame before looking at the other frames.
8156
8157 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
8158
8159 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
8160 Use cyrillic-jcuken as default input method.
8161
8162 1999-07-12 Richard Stallman <rms@gnu.org>
8163
8164 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
8165 Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
8166
8167 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
8168 (ispell-local-dictionary-alist): Add koi8-r for character set.
8169
8170 * textmodes/flyspell.el (flyspell-get-word):
8171 Add special handling for when ispell-otherchars is empty.
8172
8173 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no>
8174
8175 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
8176 when having nested functons.
8177 (pascal-indent-nested-functions) (pascal-indent-line)
8178 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
8179 indenting nested functions.
8180
8181 1999-07-09 Richard Stallman <rms@gnu.org>
8182
8183 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
8184
8185 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no>
8186
8187 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
8188 the `end' keyword was in the very beginning of the buffer.
8189
8190 1999-07-08 Richard Stallman <rms@gnu.org>
8191
8192 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
8193
8194 * term.el (term-emulate-terminal): Avoid infinite loop
8195 in strange case where minibuffer window is selected but not active.
8196
8197 1999-07-07 Stephen Eglen <stephen@gnu.org>
8198
8199 * progmodes/octave-inf.el (inferior-octave-directory-tracker):
8200 Change regexp so that it doesn't match commands beginning with `cd'.
8201
8202 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8203
8204 * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
8205
8206 1999-07-06 Richard Stallman <rms@gnu.org>
8207
8208 * hscroll.el (hscroll-minibuffer-hook): New function.
8209 (hscroll-global-mode): Add and remove that hook.
8210 Set hscroll-old-truncate-was-global's default value.
8211
8212 1999-07-05 Richard Stallman <rms@gnu.org>
8213
8214 * files.el (revert-buffer): Don't preserve point here.
8215 (revert-buffer-insert-file-contents-function): Doc fix.
8216
8217 * isearch.el (isearch-process-search-char): Write octal 200 correctly.
8218
8219 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
8220 doing a `stat' when it isn't necessary because that can cause
8221 trouble when an NFS server is down.
8222
8223 1999-07-04 Richard Stallman <rms@gnu.org>
8224
8225 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
8226
8227 1999-07-03 Richard Stallman <rms@gnu.org>
8228
8229 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
8230 for \200...\240 also.
8231 (isearch-printing-char): Use unibyte-char-to-multibyte.
8232
8233 1999-07-02 Richard Stallman <rms@gnu.org>
8234
8235 * frame.el (minibuffer-frame-alist): Use defcustom.
8236 (pop-up-frame-alist): Likewise.
8237 (initial-frame-alist): Specify * in the doc string.
8238
8239 * hscroll.el (hscroll-mode): Make it a permanent local.
8240 (hscroll-mode): Don't cancel the timer
8241 if HScroll mode is enabled in some other buffer.
8242
8243 * isearch.el (isearch-done): If search ends in middle of intangible
8244 text (due to text property), move on to the limit of that text.
8245
8246 1999-07-01 Andrew Innes <andrewi@gnu.org>
8247
8248 * man.el (Man-build-man-command): Use value of null-device,
8249 instead of hard-coding "/dev/null".
8250
8251 * dos-w32.el (untranslated-canonical-name): Avoid expanding
8252 ange-ftp file names, which might force ange-ftp to prompt for a
8253 password.
8254
8255 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
8256 to prevent references to temp files.
8257
8258 1999-06-30 Richard Stallman <rms@gnu.org>
8259
8260 * progmodes/sh-script.el (sh-feature): If nothing is known
8261 about the given shell, use the values for `sh'.
8262
8263 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de>
8264
8265 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
8266 to make it non-recursive.
8267
8268 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
8269
8270 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8271
8272 * auto-show.el (auto-show-mode): Fix Typo in :set.
8273
8274 1999-06-29 Richard M. Stallman <rms@gnu.org>
8275
8276 * progmodes/sh-script.el (sh-mode): When setting syntax
8277 table, default to the standard one.
8278
8279 1999-06-27 Richard M. Stallman <rms@gnu.org>
8280
8281 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
8282
8283 1999-06-27 Stefan Monnier <monnier@cs.yale.edu>
8284
8285 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
8286 a frame when `return' is requested (even if pop-up-frames = t)
8287 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
8288 should only be set for the bibtex buffer.
8289
8290 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
8291
8292 * progmodes/compile.el: Deal with compilation-error-screen-columns
8293 being buffer-local.
8294
8295 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8296
8297 * comint.el (comint-password-prompt-regexp): Allow "(again)".
8298
8299 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8300
8301 * cal-x.el (calendar-only-one-frame-setup): New function.
8302 * calendar.el (calendar): Call it if requested.
8303
8304 1999-06-24 Karl Heuer <kwzh@gnu.org>
8305
8306 * startup.el (iso-8859-n-locale-regexp): Doc fix.
8307
8308 1999-06-22 Richard M. Stallman <rms@gnu.org>
8309
8310 * mail/supercite.el (sc-emacs-features): Doc fix.
8311
8312 1999-06-22 Karl Heuer <kwzh@gnu.org>
8313
8314 * files.el (auto-mode-alist): Add pike-mode.
8315
8316 1999-06-20 Paul R. Eggert <eggert@twinsun.com>
8317
8318 * tar-mode.el (tar-header-block-tokenize): Don't assume that the
8319 last byte of a numeric field is a space or a NUL. Parse it as
8320 potentially part of the number. This is used by GNU tar
8321 1.12.64012 to handle larger values.
8322
8323 1999-06-20 Karl Heuer <kwzh@gnu.org>
8324
8325 * custom.el (custom-handle-keyword): Fix error message.
8326
8327 1999-06-18 Andrew Innes <andrewi@gnu.org>
8328
8329 * mail/smtpmail.el (smtpmail-send-it): Use
8330 convert-standard-filename to make file names for queued mail safe
8331 on Windows (`:' is invalid in file names on Windows).
8332
8333 1999-06-17 Kenichi Handa <handa@etl.go.jp>
8334
8335 * international/mule-cmds.el (describe-current-input-method):
8336 Current-input-method is string.
8337 (toggle-input-method): Docstring fixed.
8338
8339 * international/mule-diag.el
8340 (describe-current-coding-system-briefly): Fix format string.
8341
8342 * international/mule-util.el (coding-system-eol-type-mnemonic):
8343 Docstring modified. Return a string.
8344
8345 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch>
8346
8347 * sql.el (sql-input-ring-file-name): Doc fix.
8348
8349 1999-06-17 Richard M. Stallman <rms@gnu.org>
8350
8351 * calendar/cal-x.el (special-display-buffer-names):
8352 Don't put (get-file-buffer diary-file) on this list.
8353
8354 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov>
8355
8356 * play/mpuz.el (mpuz-try-proposal): Fix message call.
8357 Don't penalize player for certain impossible guesses.
8358
8359 1999-06-16 Andrew Innes <andrewi@gnu.org>
8360
8361 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
8362 return the string "Unk 0 0000" so at least it appears to be a
8363 valid timestamp to `dired-move-to-filename-regexp'.
8364
8365 1999-06-15 Ken'ichi Handa <handa@gnu.org>
8366
8367 * ps-print.el (ps-control-character): Fix previous change.
8368
8369 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8370
8371 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
8372 multiple output of the last message.
8373
8374 1999-06-14 Eli Zaretskii <eliz@gnu.org>
8375
8376 * term/internal.el (IT-display-table-setup): Do not remap \222 to
8377 the ASCII apostrophe, as most DOS codepages have some other glyph
8378 there.
8379
8380 1999-06-14 Ken'ichi Handa <handa@gnu.org>
8381
8382 * language/ethio-util.el (setup-ethiopic-environment-internal):
8383 Use quail-activate-hook instead of obsolete hook quail-mode-hook.
8384 (exit-ethiopic-environment): Likewize.
8385
8386 1999-06-12 Richard M. Stallman <rms@gnu.org>
8387
8388 * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
8389
8390 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8391
8392 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
8393 custom-initialize-default to avoid infinite loop.
8394 (crisp-mode): (defun) Call transient-mark-mode here, not when
8395 loading the file. Run crisp-mode-hook here, and run
8396 crisp-load-hook when loading the file.
8397
8398 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
8399 rmail-summary buffer, search for pattern in rmail-file.
8400
8401 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
8402
8403 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
8404
8405 * ps-print.el (ps-printer-name): Fix custom type.
8406
8407 1999-06-12 Reto Zimmermann <reto@synopsys.com>
8408
8409 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
8410 (vhdl-port-paste-generic-map): Fix indentation bug.
8411 (vhdl-port-paste-port-map): Fix indentation bug.
8412 (vhdl-scan-file-contents): Make scanning case insensitive.
8413
8414 1999-06-11 Richard M. Stallman <rms@gnu.org>
8415
8416 * files.el (write-file): When buffer is not already visiting a file,
8417 don't put buffer name in the minibuffer, just make it the default.
8418 Also handle just directory as arg usefully in that case.
8419
8420 * simple.el (sendmail-user-agent-compose):
8421 Ignore case when inserting the rest of the "other" headers.
8422
8423 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n.
8424
8425 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
8426 (info-lookup-interactive-arguments): Never insert the default
8427 into the minibuffer automatically.
8428
8429 * emacs-lisp/cl-extra.el (getf): Don't call get*.
8430
8431 1999-06-09 Richard M. Stallman <rms@gnu.org>
8432
8433 * simple.el (shell-command): Avoid printing "mark set" message.
8434
8435 1999-06-09 Dave Love <fx@gnu.org>
8436
8437 * progmodes/compile.el (compilation-error-regexp-alist): Allow
8438 digits in program name in first pattern.
8439
8440 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de>
8441
8442 * vc.el (vc-dired-mode): Don't match anything before the date in
8443 dired-move-to-filename-regexp.
8444
8445 1999-06-07 Ken'ichi Handa <handa@gnu.org>
8446
8447 * international/quail.el (quail-define-rules): Fix typo in
8448 docstring.
8449
8450 1999-06-05 Stephen Eglen <stephen@gnu.org>
8451
8452 * iswitchb.el (iswitchb-default-keybindings): Add
8453 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
8454 than when package is loaded.
8455
8456 1999-06-04 Richard M. Stallman <rms@gnu.org>
8457
8458 * startup.el (command-line): Don't set user-init-file directly;
8459 tell `load' to set it.
8460
8461 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
8462
8463 * simple.el (next-history-element):
8464 Handle minibuffer-text-before-history properly when reading sexps.
8465
8466 * disp-table.el (standard-display-european):
8467 For an interactive call by the user,
8468 don't set enable-multibyte-characters,
8469 and don't set the terminal coding system.
8470
8471 * textmodes/refbib.el: Don't print any messages or display
8472 a buffer when loading the library.
8473 (r2b-help): Doc fix.
8474 (r2b-help-message): Update the documentation.
8475 (r2b-load-quietly): Variable deleted.
8476 (r2b-convert-buffer): Doc fix.
8477
8478 1999-06-04 Dave Love <fx@gnu.org>
8479
8480 * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
8481
8482 * auto-show.el: Don't change hooks on loading.
8483 (auto-show-mode): Autoload. Default to nil. Add :set &c.
8484 (auto-show-mode): Add to hooks here.
8485
8486 1999-06-04 Richard Sharman <rsharman@pobox.com>
8487
8488 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
8489 recursion on bogus input.
8490
8491 1999-06-04 Eric M. Ludlam <zappo@ultranet.com>
8492
8493 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
8494 does not select a buffer from the buffers menu, then the attached
8495 frame is not switched to anything.
8496
8497 1999-06-03 Ken'ichi Handa <handa@gnu.org>
8498
8499 * language/vietnamese.el (ccl-encode-vscii): Typo fixed
8500 (viet-viscii-...->viet-vscii...).
8501
8502 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
8503
8504 1999-06-01 Dave Love <fx@gnu.org>
8505
8506 * progmodes/fortran.el: Add :link to defgroup.
8507 (fortran-blink-matching-if): Match ELSE statements too.
8508 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
8509 that filling is always done.
8510
8511 1999-05-31 Richard M. Stallman <rms@gnu.org>
8512
8513 * simple.el (append-next-kill): Use an arg to distinguish
8514 interactive calls from Lisp calls, rather than (interactive-p).
8515
8516 * international/iso-transl.el (iso-transl-language-alist):
8517 Interchange n and N.
8518
8519 1999-05-31 Dave Love <fx@gnu.org>
8520
8521 * msb.el Add to minor-mode-map-alist. Remove hook installation
8522 and keymap munging on load.
8523 (msb-mode): New option.
8524 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
8525 Doc fix.
8526 (msb-mode-map): New variable.
8527 (msb-mode): New command.
8528
8529 1999-05-31 Dave Love <fx@gnu.org>
8530
8531 * ispell.el: (ispell-alternate-dictionary): Fix custom type.
8532 (ispell-complete-word-dict): Likewise.
8533
8534 1999-05-31 Eli Zaretskii <eliz@gnu.org>
8535
8536 * forms.el (forms-save-buffer): Call set-buffer-modified-p to
8537 force the data buffer to be saved, even if the data didn't
8538 change, in case the write filter was modified. Restore the
8539 current record after read-file-filter finishes.
8540
8541 1999-05-29 Karl Heuer <kwzh@gnu.org>
8542
8543 * ispell4.el: Obsolete; file deleted.
8544
8545 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
8546
8547 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
8548 VALUE is a syntax table.
8549
8550 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
8551
8552 * simple.el (zap-to-char): Doc fix.
8553
8554 1999-05-27 Ken'ichi Handa <handa@gnu.org>
8555
8556 * isearch.el (isearch-quote-char): Don't assume character codes
8557 0200 - 0237 stand for characters in some single-byte character
8558 charset.
8559
8560 1999-05-27 Dave Love <fx@gnu.org>
8561
8562 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
8563
8564 1999-05-27 Andreas Schwab <schwab@gnu.org>
8565
8566 * dired-aux.el (dired-insert-subdir-doinsert): Check that the
8567 headerline does not exist already.
8568
8569 1999-05-26 Richard Stallman <rms@gnu.org>
8570
8571 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
8572 Avoid nested null-loops.
8573
8574 1999-05-26 Ken'ichi Handa <handa@gnu.org>
8575
8576 * international/characters.el: Typo fixed; prefered->preferred.
8577
8578 * international/mule-cmds.el (find-coding-systems-for-charsets):
8579 Typo fixed; prefered->preferred.
8580
8581 * map-ynp.el (map-y-or-n-p): Don't inherit the current input
8582 method in read-event.
8583
8584 * international/mule.el (charset-info): Doc-string fixed.
8585
8586 1999-05-25 Ken'ichi Handa <handa@gnu.org>
8587
8588 * mail/smtpmail.el (smtpmail-send-it): Bind
8589 smtpmail-code-conv-from properly.
8590 (smtpmail-send-data-1): If DATA is a multibyte string, encode it
8591 by smtpmail-code-conv-from.
8592
8593 1999-05-24 Richard Stallman <rms@gnu.org>
8594
8595 * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
8596 Binding deleted also.
8597
8598 1999-05-24 Karl Heuer <kwzh@gnu.org>
8599
8600 * comint.el (comint-bol-or-process-mark): Doc fix.
8601
8602 1999-05-23 Dave Love <fx@gnu.org>
8603
8604 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
8605 Enter it on minor-mode-map-alist.
8606 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed.
8607 Autoload. Add custom setter.
8608 (crisp-mark-line): Doc fix.
8609 (crisp-mode): Autoload. Re-write not to frob keymaps directly.
8610 (crisp-mode-hook): Define.
8611
8612 1999-05-23 Ken'ichi Handa <handa@gnu.org>
8613
8614 * files.el (recover-file): Recover buffer-file-coding-system.
8615
8616 1999-05-22 Richard Stallman <rms@gnu.org>
8617
8618 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
8619 regexp match the date, to avoid treating date as file size.
8620 Add YYYY S option to WESTERN/
8621
8622 * bookmark.el: Delete some XEmacs compatibility code.
8623 (bookmark-jump-noselect): Check vc-backend.
8624
8625 * subr.el (add-to-list): Doc fix.
8626
8627 1999-05-21 Stephen Eglen <stephen@gnu.org>
8628
8629 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
8630
8631 1999-05-18 Richard Stallman <rms@gnu.org>
8632
8633 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
8634 non-space after the @anchor command.
8635 (texinfo-format-var): Handle other nested constructs, using
8636 texinfo-parse-expanded-arg and texinfo-discard-command, not
8637 texinfo-parse-arg-discard.
8638
8639 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
8640 (debug): Bind and use debugger-outer-inhibit-redisplay.
8641 Bind inhibit-redisplay to nil.
8642 (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
8643
8644 1999-05-17 Dave Love <fx@gnu.org>
8645
8646 * help.el (describe-function-1): Extra arg, interactive-p.
8647 (describe-key, describe-function): Use it.
8648
8649 1999-05-17 Karl Heuer <kwzh@gnu.org>
8650
8651 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
8652
8653 1999-05-16 Dave Love <fx@gnu.org>
8654
8655 * cus-start.el (all): Delete selective-display. Add scroll-margin,
8656 scroll-preserve-screen-position, scroll-conservatively.
8657
8658 1999-05-16 Dave Love <fx@gnu.org>
8659
8660 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
8661
8662 1999-05-15 Reto Zimmermann <reto@Synopsys.COM>
8663
8664 * progmodes/vhdl-mode.el: Completely revised and massively extended.
8665
8666 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8667
8668 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
8669 magic number and is not associated with a file.
8670
8671 1999-05-14 Richard M. Stallman <rms@gnu.org>
8672
8673 * files.el (find-file-noselect-1): Fix previous change.
8674
8675 1999-05-14 Simon Marshall <simon@gnu.org>
8676
8677 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
8678
8679 1999-05-13 Ken'ichi Handa <handa@gnu.org>
8680
8681 * international/mule-diag.el (mule-diag): Change MULE to Mule in
8682 docstring.
8683
8684 * international/mule-cmds.el: Change MULE to Mule in docstrings
8685 and menus.
8686
8687 1999-05-10 Kenichi HANDA <handa@etl.go.jp>
8688
8689 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
8690 to correctly reflect the value of BaseLineOffset in
8691 RelativeCompose. Now the value of RelativeCompose is an array of
8692 low and high positions.
8693 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
8694 RLC for the above change.
8695
8696 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org>
8697
8698 * comint.el (comint-password-prompt-regexp): Modified to match the
8699 output of ksu and ssh-add.
8700
8701 1999-05-11 Kenichi HANDA <handa@etl.go.jp>
8702
8703 * language/korea-util.el (isearch-toggle-korean-input-method):
8704 Adjusted for the change of input method handling in isearch.el.
8705 (isearch-hangul-switch-symbol-ksc): Likewise.
8706 (isearch-hangul-switch-hanja): Likewise.
8707
8708 1999-05-10 Dave Love <fx@gnu.org>
8709
8710 * help.el (help-make-xrefs): Fix typo.
8711
8712 1999-05-10 Andreas Schwab <schwab@gnu.org>
8713
8714 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
8715 unibyte-display-via-language-environment.
8716
8717 * help.el (help-make-xrefs): Handle more cases when looking for
8718 commands in a keymap description.
8719
8720 1999-05-10 Eli Zaretskii <eliz@gnu.org>
8721
8722 * loadup.el: For ms-dos systems, load ccl and codepage.
8723
8724 1999-05-09 Ken'ichi Handa <handa@gnu.org>
8725
8726 * ps-print.el (ps-control-character): Call
8727 ps-mule-prepare-ascii-font to setup ASCII fonts.
8728
8729 * ps-mule.el (ps-mule-begin-job): Redo this change "if
8730 ps-multibyte-buffer is nil, use
8731 ps-mule-font-info-database-default."
8732
8733 1999-05-08 Ken Stevens <k.stevens@ieee.org>
8734
8735 * ispell.el (ispell-local-dictionary-alist): New variable for
8736 customizing local dictionaries not accessable by everyone.
8737 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
8738 (ispell-required-version): Changed format `(major minor
8739 revision)' to support general pattern matching.
8740 (ispell-tex-skip-alists): AMS Tex block comment and `\author'
8741 skip region commented out due to incorrect skip potential in std latex.
8742 (ispell-word): Removed `when' macro. Fixed bug of not restoring
8743 cursor point on small words for calls from `ispell-minor-mode'.
8744 (check-ispell-version): Tests and accepts versions major.minor
8745 and above, with adjustments for interactions in 3.1.0-3.1.11.
8746 (ispell-get-line): No longer skips ispell process special characters.
8747 (ispell-comments-and-strings): Removed `when' macro call.
8748 (ispell-minor-check): Requires ispell-word to restore cursor point.
8749 (ispell-buffer-local-parsing): Supports checking comments only.
8750
8751 1999-05-08 Karl Heuer <kwzh@gnu.org>
8752
8753 * comint.el (comint-password-prompt-regexp): Fix last change to be
8754 more specific.
8755
8756 1999-05-07 Richard M. Stallman <rms@gnu.org>
8757
8758 * subr.el (with-temp-message): Fix the other call to message
8759 to use %s.
8760
8761 1999-05-07 Michael Ernst <mernst@alum.mit.edu>
8762
8763 * gud.el (gud-format-command): "%F" means file sans extension.
8764 (jdb): Use %F, not %f, for gud-break.
8765
8766 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org>
8767
8768 * comint.el (comint-password-prompt-regexp): Modified so that it
8769 matches the output of kinit.
8770
8771 1999-05-06 Greg Stark <gsstark@mit.edu>
8772
8773 * timezone.el (timezone-parse-date): Recognize new format used in
8774 internet cookies.
8775
8776 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu>
8777
8778 * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
8779
8780 1999-05-04 Andrew Innes <andrewi@gnu.org>
8781
8782 * time.el (display-time-update): Allow for wrap-around when
8783 checking against display-time-server-down-time.
8784
8785 1999-05-04 Ken'ichi Handa <handa@gnu.org>
8786
8787 * international/mule-diag.el (describe-coding-system): Fix English
8788 message.
8789
8790 1999-05-03 Jason Rumney <jasonr@altavista.net>
8791
8792 * term/w32-win.el: Change the x-charset-registry property for the
8793 Japanese charsets that are supported by Japanese Windows fonts.
8794
8795 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8796
8797 * diary-lib.el (diary-remind): Rewritten to behave sensibly for
8798 diary-block diary entries for which the reminders and the diary
8799 entries can overlap.
8800
8801 1999-05-02 Jason Rumney <jasonr@altavista.net>
8802
8803 * term/w32-win.el (mouse-set-font): Ensure constructed fontset
8804 matches the font selected in the dialog.
8805
8806 1999-05-02 Dave Love <fx@gnu.org>
8807
8808 * browse-url.el (browse-url-browser-function): Add :version.
8809
8810 * international/mule.el (auto-coding-alist): Add .tgz.
8811
8812 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il>
8813
8814 * international/codepage.el (cp-coding-system-for-codepage-1):
8815 Make the magnification parameter for the -dos encoder be 2.
8816
8817 1999-05-2 Andrew Innes <andrewi@gnu.org>
8818
8819 * term/w32-win.el (w32-drag-n-drop): Select file in window where
8820 it is dropped, rather than current window.
8821
8822 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
8823 after switching buffer, as case-fold-search is a buffer local
8824 variable.
8825
8826 * w32-fns.el (convert-standard-filename): Only convert directory
8827 separators to backslash if the interactive shell is one of the
8828 standard Windows shells that has DOS semantics.
8829
8830 * ls-lisp.el (ls-lisp-format-time): Trap errors from
8831 format-time-string, and return a suitable string to indicate the
8832 timestamp was invalid.
8833
8834 * hexl.el (hexlify-command): Apply shell-quote-argument after
8835 expanding hexl-program in case exec-directory contains a space.
8836 (dehexlify-command): Ditto.
8837
8838 * dos-w32.el (file-name-buffer-file-type-alist): Remove various
8839 file extension regexps which aren't necessarily binary files.
8840 (direct-print-region-helper): Use subst-char-in-string instead of
8841 binding directory-sep-char to convert filenames to DOS syntax.
8842 (direct-print-region-use-command-dot-com): New variable.
8843 (direct-print-region-helper): Use it to control whether to invoked
8844 command.com to print on Windows 9x.
8845
8846 * browse-url.el (browse-url-browser-function): Default to
8847 browse-url-default-windows-browser on windows-nt.
8848 (browse-url-default-windows-browser): New function.
8849
8850 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il>
8851
8852 * forms.el (forms-mode): Don't call forms-first-record or
8853 forms-last-record if the data file has zero records.
8854
8855 1999-04-29 Richard M. Stallman <rms@gnu.org>
8856
8857 * files.el (find-file-noselect-1): If buffer-file-name has changed
8858 after find-file-not-found-hooks runs, recompute the truename.
8859 And don't use FILENAME after that point.
8860
8861 1999-04-27 Dave Love <fx@gnu.org>
8862
8863 * paren.el (show-paren-mode)
8864 * which-func.el (which-func-mode-global)
8865 * type-break.el (type-break-mode)
8866 * time.el (display-time-mode)
8867 * rsz-mini.el (resize-minibuffer-mode)
8868 * mouse-sel.el (mouse-sel-mode)
8869 * icomplete.el (icomplete-mode)
8870 * hscroll.el (hscroll-global-mode)
8871 * help.el (temp-buffer-resize-mode)
8872 * font-lock.el (global-font-lock-mode)
8873 * delsel.el (delete-selection-mode)
8874 * avoid.el (mouse-avoidance-mode)
8875 * autoinsert.el (auto-insert-mode)
8876 * winner.el (winner-mode): Doc fix.
8877
8878 1999-04-26 Karl Heuer <kwzh@gnu.org>
8879
8880 * mail/rmail.el (rmail-next-same-subject): When searching, ignore
8881 the same whitespace that was ignored in choosing the subject string.
8882
8883 1999-04-26 Richard M. Stallman <rms@gnu.org>
8884
8885 * info.el (Info-find-node): Position properly after finding anchor.
8886
8887 * cus-start.el (all): Handle unibyte-display-via-language-environment.
8888
8889 * simple.el (indent-new-comment-line): Fix previous change.
8890
8891 * complete.el: Delete the wildcard expansion feature
8892 since that is now standard in find-file.
8893 (PC-try-load-many-files): Function deleted.
8894 (PC-after-load-many-files): Function deleted.
8895 (PC-many-files-list): Variable deleted.
8896 (PC-disable-wildcards): Variable deleted.
8897 (partial-completion-mode): Don't enable the wildcard feature.
8898
8899 * complete.el (PC-look-for-include-file): Don't set global variables
8900 `error', `buf' and `filename' here.
8901
8902 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
8903
8904 1999-04-26 John Wiegley <johnw@oneworld.new-era.com>
8905
8906 * textmodes/outline.el (outline-regexp): Doc fix.
8907
8908 1999-04-26 John Wiegley <johnw@borland.com>
8909
8910 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
8911 C++Builder 4.0 error message syntax.
8912
8913 1999-04-26 Mark Diekhans <markd@Grizzly.COM>
8914
8915 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
8916 supported, use find -exec.
8917
8918 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
8919
8920 * textmodes/texinfmt.el (texinfo-format-buffer): Bind
8921 coding-system-for-write, to avoid hanging when non-interactive.
8922
8923 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
8924
8925 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
8926 start with a newline.
8927
8928 1999-04-13 Ken'ichi Handa <handa@gnu.org>
8929
8930 * international/mule-conf.el (x-ctext): New coding system.
8931
8932 1999-04-12 Richard M. Stallman <rms@gnu.org>
8933
8934 * international/mule-cmds.el (input-method-function):
8935 Add permanent-local property.
8936
8937 1999-04-12 Dave Love <fx@gnu.org>
8938
8939 * jka-compr.el (jka-compr-insert-file-contents): Fix previous
8940 change to use jka-compr-byte-compiler-base-file-name.
8941
8942 * supercite.el (sc-scan-info-alist): Revert last change.
8943 (sc-attrib-selection-list): Fix :type here instead.
8944
8945 1999-04-11 Eli Zaretskii <eliz@gnu.org>
8946
8947 * international/mule.el (auto-coding-alist-lookup): Include ms-dos
8948 in the list of case-insensitive filesystems.
8949
8950 1999-04-09 Kenichi Handa <handa@etl.go.jp>
8951
8952 * international/fontset.el (create-fontset-from-fontset-spec):
8953 Don't register duplicated alias fontset names.
8954
8955 1999-04-08 Richard Stallman <rms@gnu.org>
8956
8957 * international/mule.el (auto-coding-alist-lookup): New function.
8958 (set-auto-coding): Use auto-coding-alist-lookup.
8959
8960 * jka-compr.el (jka-compr-insert-file-contents):
8961 Use auto-coding-alist-lookup to check for files that
8962 should not have eol conversion, in the unibyte case.
8963
8964 1999-04-07 Dave Love <fx@gnu.org>
8965
8966 * help.el (describe-variable): Check custom-loads property as well
8967 as custom-type.
8968
8969 * abbrev.el (abbrev-mode): Customizing sets the default value.
8970
8971 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de>
8972
8973 * vc.el (vc-backend-revert): For CVS files that were made
8974 writeable with "cvs edit", call "cvs unedit" to undo that.
8975
8976 1999-04-08 Dave Love <fx@gnu.org>
8977
8978 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
8979 more.
8980 (sc-emacs-features): Recognize Emacs 20.
8981 (sc-read-string): Use history arg.
8982 (sc-scan-info-alist): Check for rtnvalue a cons.
8983
8984 1999-04-08 Kenichi HANDA <handa@etl.go.jp>
8985
8986 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
8987 coding system to encode the message by
8988 select-message-coding-system.
8989
8990 1999-04-07 Richard Stallman <rms@gnu.org>
8991
8992 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
8993
8994 * winner.el: Reorder definitions.
8995
8996 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
8997
8998 * mail/rmail.el (rmail-decode-babyl-format):
8999 Undo previous change.
9000
9001 1999-04-06 Richard Stallman <rms@gnu.org>
9002
9003 * info.el (Info-find-node): Check for an anchor at the
9004 proper place, before reading an indirect file.
9005
9006 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
9007
9008 * jka-compr.el (jka-compr-insert-file-contents):
9009 Use raw-text-unix when we want no conversion.
9010
9011 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
9012
9013 * timezone.el (timezone-parse-date): Corrected regexp for
9014 style (5) date format so that tenths of seconds are optional.
9015
9016 1999-04-05 Eli Zaretskii <eliz@gnu.org>
9017
9018 * term/internal.el (dos-cpNNN-setup): New function, with the guts
9019 of dos-codepage-setup.
9020 (cjk-codepages-alist): New variable, an alist of Far-Eastern
9021 codepages for which there's no need to set up cpNNN coding
9022 systems.
9023 (dos-codepage-setup): Support Far-Eastern DOS terminals.
9024
9025 1999-04-05 Richard Stallman <rms@gnu.org>
9026
9027 * mail/rmail.el (rmail-ignored-headers): Doc fix.
9028
9029 1999-04-02 Richard Stallman <rms@gnu.org>
9030
9031 * progmodes/compile.el (compilation-handle-exit): Do right thing
9032 if (car status) doesn't end in a newline.
9033
9034 1999-04-01 Dave Love <fx@gnu.org>
9035
9036 * progmodes/sql.el (SQL): Add defgroup :version.
9037
9038 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
9039
9040 * emacs-lisp/bytecomp.el (byte-compile-file): Clear
9041 buffer-file-coding-system. If the coding system used is raw-text,
9042 etc., make the *Compiler Input* buffer unibyte.
9043
9044 * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
9045
9046 * loadup.el: Don't write the fns-...el file if not dumping.
9047
9048 1999-03-31 Dave Love <fx@gnu.org>
9049
9050 * snmp-mode.el (snmp): Fix defgroup :version.
9051
9052 * hilit-chg.el (highlight-changes): Add defgroup :version.
9053
9054 1999-03-31 Andreas Schwab <schwab@gnu.org>
9055
9056 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
9057 the gnus-save-hidden-threads macro.
9058
9059 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk>
9060
9061 * faces.el (face-set-after-frame-default): Obey the
9062 `customized-face' for new faces.
9063
9064 1999-03-30 Dave Love <fx@gnu.org>
9065
9066 * international/mule-cmds.el (current-language-environment): Doc fix.
9067 * abbrev.el (abbrev-mode): Doc fix.
9068 * autoinsert.el (auto-insert-mode): Doc fix.
9069 * complete.el (partial-completion-mode): Doc fix.
9070 * avoid.el (mouse-avoidance-mode): Doc fix.
9071 * delsel.el (delete-selection-mode): Doc fix.
9072 * font-lock.el (global-font-lock-mode): Doc fix.
9073 * help.el (temp-buffer-resize-mode): Doc fix.
9074 * hscroll.el (hscroll-global-mode): Doc fix.
9075 * icomplete.el (icomplete-mode): Doc fix.
9076 * mouse-sel.el (mouse-sel-mode): Doc fix.
9077 * paren.el (show-paren-mode): Doc fix.
9078 * rsz-mini.el (resize-minibuffer-mode): Doc fix.
9079 * time.el (display-time-mode): Doc fix.
9080 * type-break.el (type-break-mode): Doc fix.
9081 * which-func.el (which-func-mode-global): Doc fix.
9082 * winner.el (winner-mode): Doc fix.
9083
9084 1999-03-30 Michael Ernst <mernst@alum.mit.edu>
9085
9086 * wid-edit.el (widget-before-change): Signal text-read-only rather
9087 than an ordinary error.
9088
9089 1999-03-30 Richard M. Stallman <rms@gnu.org>
9090
9091 * repeat.el: Don't require advice.
9092 (repeat): Do function-indirection in check for kbd macro.
9093 In self-insert case, use the *last* char in INSERTION.
9094
9095 1999-03-30 Karl Heuer <kwzh@gnu.org>
9096
9097 * progmodes/cc-cmds.el (c-indent-command): Doc fix.
9098
9099 1999-03-29 Andreas Schwab <schwab@gnu.org>
9100
9101 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
9102 comint-input-filter-functions. Make variables related to shell
9103 directory tracking local.
9104
9105 1999-03-26 Andreas Schwab <schwab@gnu.org>
9106
9107 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
9108
9109 * simple.el (shell-command-on-region): Cope with exit-status being
9110 nil, which happens if call-process-region was interrupted.
9111
9112 1999-03-26 Richard M. Stallman <rms@gnu.org>
9113
9114 * simple.el (indent-new-comment-line): Handle use at a point
9115 after a comment-end. Handle multiple comments.
9116
9117 * mail/rmail.el (rmail-decode-babyl-format):
9118 To prevent locking, bind buffer-file-name to nil.
9119
9120 1999-03-26 Karl Fogel <kfogel@red-bean.com>
9121
9122 * mail-hist.el (mail-hist-current-header-name): Don't make
9123 off-by-one-error when determining if in message body.
9124
9125 1999-03-25 Andrew Innes <andrewi@gnu.org>
9126
9127 * w32-fns.el (set-default-process-coding-system): Copied from
9128 dos-w32.el, but modified to use Unix line endings for process
9129 input, and to add a suitable entry to process-coding-system-alist
9130 for DOS shells.
9131
9132 * dos-fns.el (set-default-process-coding-system): Copied from
9133 dos-w32.el.
9134
9135 * dos-w32.el (set-default-process-coding-system): Move function to
9136 dos-fns.el; a different version is used in w32-fns.el.
9137
9138 1999-03-24 Dave Love <fx@gnu.org>
9139
9140 * info.el (Info-directory-list): Revert change to re-writing
9141 Info-default-directory-list, but put `alternative' first.
9142 (Info-insert-dir): Modify selecting the top dir file as a consequence.
9143
9144 1999-03-23 Simon Marshall <simon@gnu.org>
9145
9146 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
9147 on the line by itself.
9148 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if
9149 it is not in a declarative context.
9150
9151 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk>
9152
9153 * cus-edit.el (custom-variable-prompt): Allow customization of
9154 autoloaded symbols.
9155
9156 1999-03-22 Kenichi HANDA <handa@etl.go.jp>
9157
9158 * simple.el (what-cursor-position): Don't cause error when point
9159 is at invalid multibyte sequence.
9160
9161 1999-03-21 Karl Heuer <kwzh@gnu.org>
9162
9163 * complete.el (partial-completion-mode): Doc fix.
9164
9165 1999-03-19 Richard M. Stallman <rms@gnu.org>
9166
9167 * progmodes/cplus-md.el (old-c++): Remove :group.
9168
9169 * progmodes/c-mode.el (old-c): Remove :group.
9170
9171 1999-03-18 Simon Marshall <simon@gnu.org>
9172
9173 * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
9174 (java-font-lock-keywords-2): Added "strictfp" keyword.
9175
9176 1999-03-17 Jason Rumney <jasonr@altavista.net>
9177
9178 * w32-fns.el (set-w32-system-coding-system) New function.
9179 (w32-system-coding-system) Initialize to 'iso-latin-1.
9180
9181 1999-03-17 Eli Zaretskii <eliz@gnu.org>
9182
9183 * international/mule-cmds.el (set-language-environment): Fix
9184 previous change: don't use dos-codepage when unbound.
9185
9186 1999-03-17 Karl Heuer <kwzh@gnu.org>
9187
9188 * calendar/appt.el (appt-make-list): Fix previous change.
9189
9190 1999-03-16 Richard M. Stallman <rms@gnu.org>
9191
9192 * window.el (shrink-window-if-larger-than-buffer):
9193 Don't try to redisplay with the cursor at the end
9194 on its own line--that would force a scroll and spoil things.
9195
9196 1999-03-16 Eli Zaretskii <eliz@gnu.org>
9197
9198 * international/mule-cmds.el (set-language-environment): Don't use
9199 cpNNN-nonascii-translation-table if it is unbound.
9200
9201 * term/internal.el (dos-codepage-setup): Compute the unibyte
9202 syntax table and bind unibyte-display-via-language-environment
9203 here, rather than at top level, so that resetting to unibyte in
9204 .emacs works as expected.
9205
9206 1999-03-15 Simon Marshall <simon@gnu.org>
9207
9208 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
9209
9210 1999-03-14 Milan Zamazal <pdm@pvt.net>
9211
9212 * abbrev.el (inverse-add-abbrev): Inherit the current input method.
9213
9214 1999-03-14 Kenichi Handa <handa@etl.go.jp>
9215
9216 * international/mule-util.el (detect-coding-with-priority):
9217 Restore the internal database.
9218
9219 1999-03-14 Stephen Eglen <stephen@gnu.org>
9220
9221 * mail/sendmail.el (sendmail-send-it): Fix typo in error string
9222 if mail-from-style has invalid value.
9223
9224 1999-03-12 Karl Heuer <kwzh@gnu.org>
9225
9226 * vc.el (vc-delete-logbuf-window): New var.
9227 (vc-finish-logentry): Use it.
9228
9229 1999-03-12 Richard M. Stallman <rms@gnu.org>
9230
9231 * startup.el (command-line-1): Improve startup msg.
9232
9233 1999-03-12 Eric M. Ludlam <zappo@ultranet.com>
9234
9235 * speedbar.el: Added commentary about stealthy functions.
9236 (speedbar-message) new function.
9237 (speedbar-y-or-n-p): New function
9238 (speedbar-with-attached-buffer) Moved macro before reference.
9239 Now uses `save-selected-window'.
9240 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
9241 speedbar-generic-item-info, speedbar-item-info-file-helper,
9242 speedbar-item-delete, speedbar-insert-generic-list,
9243 speedbar-timer-fn, speedbar-check-vc-this-line,
9244 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
9245 speedbar-buffers-item-info) Use speedbar-message.
9246 (speedbar-item-info) Limit `message-log-max'.
9247 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
9248 speedbar-item-delete, speedbar-item-object-delete,
9249 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
9250
9251 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp>
9252
9253 * server.el (server-start): Set coding system for the server
9254 process to raw-text.
9255 (server-process-filter): Decode file names if necessary.
9256
9257 1999-03-12 Dave Love <fx@gnu.org>
9258
9259 * textmodes/fill.el (sentence-end-double-space): Doc fix.
9260
9261 * textmodes/paragraphs.el (sentence-end): Doc fix.
9262
9263 1999-03-11 Karl Heuer <kwzh@gnu.org>
9264
9265 * comint.el (comint-password-prompt-regexp): Accept "login password:"
9266
9267 1999-03-09 Karl Heuer <kwzh@gnu.org>
9268
9269 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
9270 (ispell-dictionary-alist-2): Likewise.
9271 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
9272 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
9273 (ispell-dictionary-alist): Build from six pieces, not just two.
9274
9275 * ps-bdf.el (bdf-directory-list): Doc fix.
9276
9277 * enriched.el (enriched-mode): Make var permanent-local.
9278
9279 1999-03-09 Dave Love <fx@gnu.org>
9280
9281 * textmodes/sgml-mode.el (html-mode): Use
9282 sentence-end-double-space when setting sentence-end.
9283
9284 1999-03-09 Ken'ichi Handa <handa@gnu.org>
9285
9286 * language/thai.el (tis-620): New alias coding system for thai-tis620.
9287
9288 1999-03-08 Felix Lee <flee@cygnus.com>
9289
9290 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
9291
9292 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
9293
9294 1999-03-08 Karl Heuer <kwzh@gnu.org>
9295
9296 * dired-aux.el (dired-do-copy-regexp): Doc fix.
9297 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
9298
9299 * dired.el (dired-do-copy-regexp): Doc fix.
9300 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
9301
9302 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com>
9303
9304 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
9305
9306 1999-03-08 Jason Rumney <jasonr@altavista.net>
9307
9308 * international/codepage.el (cp1250-decode-table)
9309 (cp1251-decode-table, cp1253-decode-table)
9310 (cp1257-decode-table): New translation tables for MS Windows codepages.
9311 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
9312
9313 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
9314
9315 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
9316
9317 1999-03-07 Eli Zaretskii <eliz@gnu.org>
9318
9319 * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
9320
9321 * term/internal.el (top level): Display character 255 as 8bit as well.
9322
9323 1999-03-06 Dave Love <fx@gnu.org>
9324
9325 * progmodes/cc-cmds.el (c-outline-level): Bind
9326 buffer-invisibility-spec.
9327
9328 * progmodes/c-mode.el (c-outline-level): Likewise.
9329
9330 * progmodes/ada-mode.el (ada-outline-level): Likewise.
9331
9332 1999-03-05 Felix Lee <flee@cygnus.com>
9333
9334 * textmodes/outline.el (outline-get-last-sibling): Doc fix.
9335
9336 1999-03-05 Richard M. Stallman <rms@gnu.org>
9337
9338 * bindings.el (complete-symbol): Invert meaning of prefix arg.
9339
9340 1999-03-05 Andrew Innes <andrewi@gnu.org>
9341
9342 * w32-fns.el (convert-standard-filename): Convert directory
9343 separators to Windows format.
9344
9345 1999-03-05 Andreas Schwab <schwab@gnu.org>
9346
9347 * international/skkdic-cnv.el: Provide skkdic-cnv.
9348 (skkdic-convert): Emit code to require skkdic-cnv at compile time.
9349 (batch-skkdic-convert): Doc fix.
9350
9351 1999-03-04 Dave Love <fx@gnu.org>
9352
9353 * custom.el (custom-set-variables): Protect against setter errors.
9354
9355 1999-03-04 Eli Zaretskii <eliz@gnu.org>
9356
9357 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
9358 the file sizes from overflowing.
9359 (ls-lisp-format): If file size is a float, use %8.0f to print it.
9360 Under -s, print the size in blocks with %4.0f, in case they have
9361 a *really* huge file.
9362
9363 1999-03-03 Dave Love <fx@gnu.org>
9364
9365 * options.el (edit-options): Doc fix.
9366 (list-options): Don't lose with unbound symbols. Maintain
9367 Edit-options-mode.
9368
9369 1999-03-01 Dave Love <fx@gnu.org>
9370
9371 * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
9372
9373 1999-02-28 Richard M. Stallman <rms@gnu.org>
9374
9375 * ispell.el (ispell-dictionary-alist-override): New variable.
9376 (ispell-dictionary-alist): Don't setq it,
9377 if ispell-dictionary-alist-override is set.
9378
9379 * simple.el (shell-command-default-error-buffer): Renamed from
9380 shell-command-on-region-default-error-buffer.
9381 (shell-command-on-region): Mention in echo area when there
9382 is some error output. Mention success or failure, too.
9383 Accumulate multiple error outputs
9384 going forward, with formfeed in between. Display the error buffer
9385 when we have put something in it.
9386 (shell-command): Add the ERROR-BUFFER argument feature.
9387
9388 1999-02-28 Karl Heuer <kwzh@gnu.org>
9389
9390 * mail/mh-utils.el (mh-lib): Doc fix.
9391 (mh-lib-progs, mh-nmh-p): New vars.
9392 (mh-find-progs): Set mh-lib-progs along with other vars.
9393 (mh-path-search): New arg FUNC-P; if specified, use that instead
9394 of mh-file-command-p.
9395 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
9396
9397 * mail/mh-comp.el (mh-repl-formfile): New var.
9398 (mh-smail-batch): Don't ignore all arguments.
9399 (mh-reply): Do the right thing when using nmh.
9400
9401 1999-02-27 Kenichi Handa <handa@etl.go.jp>
9402
9403 * international/mule-cmds.el (select-safe-coding-system): Be sure
9404 to show a buffer being decoded.
9405
9406 1999-02-26 Ken'ichi Handa <handa@gnu.org>
9407
9408 * ps-bdf.el (bdf-directory-list): Initialize it to
9409 '("/usr/local/share/emacs/fonts/bdf").
9410
9411 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9412
9413 * ps-print.el: PostScript programming fix.
9414 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
9415 setpagedevice operator).
9416
9417 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9418
9419 * ps-print.el: Doc fix, font size specifies landscape and portrait
9420 sizes.
9421 (ps-print-version): New version number (4.1.4).
9422 (ps-font-size, ps-header-font-size, ps-header-title-font-size):
9423 Specifies landscape and portrait sizes.
9424 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
9425 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
9426 fix.
9427 (ps-get-font-size): New fun.
9428 (ps-font-size-internal, ps-header-font-size-internal)
9429 (ps-header-title-font-size-internal): New vars.
9430
9431 * ps-mule.el: Change of ps-print font size variable name.
9432 (ps-mule-generate-font): Fun fix.
9433 (ps-mule-begin-job): Programming uniformization.
9434
9435 1999-02-25 Dave Love <fx@gnu.org>
9436
9437 * help.el (help-xref-info-regexp): Allow linebreaks and capital.
9438 (help-make-xrefs): Do Info case first.
9439
9440 * repeat.el: Don't require advice.
9441 (repeat-last-kill-command): Variable deleted.
9442
9443 1999-02-25 Richard Stallman <rms@gnu.org>
9444
9445 * simple.el (shell-command-on-region): Don't go into the REPLACE = t
9446 case just because the current buffer is the output buffer.
9447
9448 1999-02-25 Kenichi Handa <handa@etl.go.jp>
9449
9450 * simple.el (what-cursor-position): To show the character's
9451 encoding, use encoded-string-description instead of information
9452 of chaset-origin-alist.
9453
9454 * international/mule-cmds.el (iso-2022-control-alist): New variable.
9455 (encoded-code-description): New function.
9456 (encoded-string-description): New function.
9457 (encode-coding-char): New function.
9458
9459 1999-02-25 Andrew Innes <andrewi@gnu.org>
9460
9461 * startup.el (command-line) [windows-nt]: Fix typo in regexp
9462 checking for .emacs[.el[c]].
9463
9464 1999-02-24 Richard Stallman <rms@gnu.org>
9465
9466 * help.el (describe-function-1): Don't print a whole lambda-function.
9467
9468 1999-02-23 Ken'ichi Handa <handa@gnu.org>
9469
9470 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
9471 inputting ?\240.
9472
9473 1999-02-23 Karl Heuer <kwzh@gnu.org>
9474
9475 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
9476
9477 * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
9478 (clean-buffer-list-kill-buffer-names): Doc fix.
9479
9480 * gud.el (gud-jdb-massage-args): Spelling fix.
9481
9482 1999-02-23 Richard M. Stallman <rms@gnu.org>
9483
9484 * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
9485
9486 1999-02-22 Eli Zaretskii <eliz@gnu.org>
9487
9488 * arc-mode.el (archive-set-buffer-as-visiting-file): Save
9489 excursion while calling set-auto-coding-function.
9490
9491 * play/handwrite.el (handwrite): Require ps-print, and use
9492 ps-printer-name and ps-lpr-command. Call ps-print-region-function
9493 if it's defined, instead of forking ps-lpr-command unconditionally.
9494
9495 1999-02-22 Kenichi Handa <handa@etl.go.jp>
9496
9497 * international/codepage.el (cp-coding-system-for-codepage-1): Put
9498 charset-origin-alist property to a coding system for the codepage.
9499
9500 * international/mule.el: Modify comment for charset-origin-alist
9501 property of a coding system.
9502
9503 * simple.el (what-cursor-position): charset-origin-alist property
9504 of a coding system may be a translation table or a symbol of which
9505 `translation-table' property is a translation table.
9506
9507 1999-02-21 Richard Stallman <rms@gnu.org>
9508
9509 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
9510 to the "html" template.
9511
9512 1999-02-21 Peter Breton <pbreton@ne.mediaone.net>
9513
9514 * dirtrack.el (dirtrack): Added docstring. Now returns input.
9515
9516 1999-02-18 Peter Breton <pbreton@ne.mediaone.net>
9517
9518 * dirtrack.el (dirtrack): Check for the prompt in the input string
9519 instead of the buffer.
9520
9521 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch>
9522
9523 * sql.el: Set version to 1.4.1. Changed mail address to
9524 alex@gnu.org. Mention the mailing list sql.el@gnu.org.
9525 (sql-input-ring-separator): Doc fix.
9526 (sql-mode-syntax-table): double-dash starts comments is defined as
9527 ". 56" instead of ". 12b" for XEmacs.
9528 (sql-stop, sql-interactive-mode): Doc fixes.
9529 (sql-postgres): Queries for database and server, not just one.
9530 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
9531
9532 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
9533 changed. This is needed for master.el to work.
9534 (sql-set-sqli-buffer): Use the new hook.
9535
9536 * sql.el (sql-make-alternate-buffer-name): Function that sets
9537 sql-alternate-buffer-name.
9538 (sql-alternate-buffer-name): Possible name of SQLi buffers.
9539 (sql-interactive-mode): Set sql-alternate-buffer-name.
9540 (sql-rename-buffer): New command.
9541 (sql-interactive-mode-menu): Menu for SQLi buffers.
9542
9543 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator
9544 and sql-input-ring-file-name are used to temporarily set
9545 comint-input-ring-file-name and comint-input-ring-separator when
9546 reading and writing input history files.
9547
9548 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
9549 (sql-input-ring-file-name): New variable with customization.
9550 (sql-input-ring-separator): New variable with customization.
9551 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
9552 Callers changed.
9553 (sql-show-sqli-buffer): The message for "sql-buffer is not set"
9554 now includes the name of the current buffer.
9555
9556 (sql-mode): Set paragraph-separate and paragraph-start so that
9557 sql-send-paragraph sends the entire SQL statements, even if it
9558 contains indented lines.
9559
9560 1999-02-18 Dave Love <fx@gnu.org>
9561
9562 * format.el (format-encode-run-method, format-decode-run-method):
9563 Fix previous change.
9564
9565 1999-02-18 Ken'ichi Handa <handa@gnu.org>
9566
9567 * international/mule.el (coding-system-list): Moved here from
9568 mule-util.el to avoid autoloading mule-util by the call of
9569 select-safe-coding-system.
9570
9571 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
9572
9573 * simple.el (turn-on-auto-fill): Mark it as an option for
9574 `text-mode-hook'.
9575
9576 1999-02-17 Richard Stallman <rms@gnu.org>
9577
9578 * emacs-lisp/easymenu.el (easy-menu-get-map):
9579 Don't crash if (current-local-map) is nil.
9580
9581 1999-02-17 Peter Breton <pbreton@ne.mediaone.net>
9582
9583 * filecache.el (file-cache-filter-regexps): Added .class.
9584
9585 1999-02-17 Ken'ichi Handa <handa@gnu.org>
9586
9587 * international/mule-util.el (decompose-region): Use
9588 insert-buffer-substring instead of insert-buffer to avoid putting
9589 mark.
9590
9591 1999-02-17 Andreas Schwab <schwab@gnu.org>
9592
9593 * calendar/cal-move.el (scroll-calendar-left): Don't set
9594 displayed-month and displayed-year here, let generate-calendar do
9595 it, after range checking.
9596
9597 1999-02-17 Simon Marshall <simon@gnu.org>
9598
9599 * progmodes/cc-engine.el (c-at-toplevel-p): New function.
9600
9601 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
9602 correctly between an object declared via a constructor and a method.
9603 (font-lock-defaults-alist): Don't give `.' word syntax for Java.
9604 (java-font-lock-keywords-1): Fontify package names individually.
9605 (java-font-lock-extra-types): Ensure regexp matches capitalised only.
9606 (java-font-lock-keywords-2): Simplify type fontification.
9607 (java-font-lock-keywords-3): Likewise.
9608
9609 1999-02-17 Kenichi Handa <handa@etl.go.jp>
9610
9611 * language/japanese.el (iso-2022-jp-2): New coding system.
9612 ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
9613
9614 1999-02-16 Dave Love <fx@gnu.org>
9615
9616 * help.el (describe-function-1): Accept non-symbols.
9617
9618 1999-02-16 Paul Eggert <eggert@twinsun.com>
9619
9620 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
9621 find the last match if there are multiple matches.
9622
9623 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9624
9625 * tex-mode.el (tex-run-command, latex-run-command)
9626 (slitex-run-command, tex-command): Doc changes.
9627 (tex-start-options-string): Autoload it. Doc change. Provide
9628 a menu for customization. Allow nil. Quote backslashes only once.
9629 (tex-start-tex): Handle nil value of tex-start-options-string
9630 and apply shell-quote-argument to it.
9631
9632 1999-02-16 Eli Zaretskii <eliz@gnu.org>
9633
9634 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
9635 the size in blocks, since it can be a float.
9636 (ls-lisp-format): Likewise
9637
9638 1999-02-16 Ken'ichi Handa <handa@gnu.org>
9639
9640 * language/japanese.el (japanese-shift-jis): Add
9641 charset-origin-alist property.
9642
9643 1999-02-15 Richard Stallman <rms@gnu.org>
9644
9645 * progmodes/compile.el (compile-internal): Use save-selected-window.
9646
9647 * subr.el (momentary-string-display): Bind inhibit-read-only.
9648
9649 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
9650
9651 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il>
9652
9653 * mail/rmail.el (rmail-show-message): If an unseen message has a
9654 Summary-line in its header, get past one more line before looking
9655 for the X-Coding-System header.
9656
9657 1999-02-15 Geoff Voelker <voelker@cs.washington.edu>
9658
9659 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
9660 explicitly to accomodate Windows 9X lack of a useful copy program.
9661
9662 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
9663
9664 * wid-edit.el (widget-choice-value-create): Use `equal'
9665 instead of `eq'.
9666
9667 1999-02-14 Richard Stallman <rms@gnu.org>
9668
9669 * international/iso-transl.el:
9670 (iso-transl-ae): Renamed from iso-transl-e-slash.
9671 (iso-transl-a-ring): Renamed from iso-transl-a-slash.
9672 (iso-transl-AE): Renamed from iso-transl-E-slash.
9673 (iso-transl-A-ring): Renamed from iso-transl-A-slash.
9674 (iso-transl-char-map): Related changes.
9675
9676 * format.el (format-replace-strings): Fix value of TO in REVERSE case.
9677
9678 1999-02-13 Richard Stallman <rms@gnu.org>
9679
9680 * textmodes/texinfmt.el (texinfo-alias): New function.
9681 (texinfo-fold-nodename-case): Add defvar.
9682 (texinfo-format-node): Do case folding if specified.
9683
9684 * ffap.el (ffap-file-at-point): Test local file names
9685 immediately. Strip off line numbers.
9686
9687 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch>
9688
9689 * sql.el: Set version to 1.3.2
9690 (sql-solid-program): Added support for solid.
9691 (sql-help): Doc mentions sql-solid.
9692 (sql-solid): Entry function for Solid.
9693 (sql-buffer): Doc explains the use of the variable and how to
9694 change it.
9695 (sql-mode-menu): Included entries for sql-show-sqli-buffer and
9696 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
9697 disabled if sql-buffer doesn't have a process; sql-send-paragraph
9698 is new.
9699 (sql-show-sqli-buffer): New function to display the value of
9700 sql-buffer.
9701 (sql-change-sqli-buffer): New function to change sql-buffer.
9702 (sql-mode): Doc explains how to change sql-buffer.
9703 (sql-send-paragraph): New function to send a paragraph.
9704 (sql-mode-map): Added keybinding for sql-send-paragraph.
9705 (sql-mysql): Doc corrected.
9706 (sql-ms): Doc corrected.
9707
9708 * sql.el (sql-server): Doc fix.
9709 (sql-mysql): Added the use of sql-server to specify the host,
9710 sql-database now specifies database instead of host.
9711 (sql-mode-menu): Send... menu items are only active if sql-buffer
9712 is non-nil.
9713 (sql-help): Changed tag of entry functions a bit.
9714
9715 * sql.el: Added keywords from `finder-by-keyword'.
9716 (sql-mode): Made sql-buffer a local variable, changed the
9717 documentation: removed instructions to add *.sql files to
9718 auto-mode-alist, added documentation for having mutliple SQL
9719 buffers sending their stuff to different SQLi buffers, each
9720 running a different process.
9721 (sql-postgres): Quoted *SQL* in doc string.
9722 (sql-ms): Likewise.
9723 (sql-ingres): Likewise.
9724 (sql-ingres): Quoted *SQL* in doc string, added references to
9725 sql-user and sql-password used during login.
9726 (sql-sybase): Quoted *SQL* in doc string, added comma.
9727 (sql-oracle): Likewise.
9728 (sql-interactive-mode): Added extensive documentation for having
9729 mutliple SQL buffers sending their stuff to different SQLi
9730 buffers, each running a different process.
9731 (sql-buffer): Changed doc from *SQL* to SQLi.
9732 (sql-get-login): Doc fix.
9733
9734 1999-02-12 Ken'ichi Handa <handa@gnu.org>
9735
9736 * international/mule-conf.el (undecided): Set ascii in
9737 safe-charsets property.
9738
9739 1999-02-12 Richard Stallman <rms@gnu.org>
9740
9741 * textmodes/paragraphs.el (paragraph-separate): Doc fix.
9742
9743 1999-02-12 Ken'ichi Handa <handa@gnu.org>
9744
9745 * ps-mule.el (ps-mule-font-info-database-default): Set the initial
9746 value to ps-mule-font-info-database-latin.
9747
9748 1999-02-13 Kenichi HANDA <handa@etl.go.jp>
9749
9750 * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
9751 (ps-mule-font-info-database-default): New variable.
9752 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
9753 ps-mule-font-info-database-default.
9754
9755 1999-02-12 Dave Love <fx@gnu.org>
9756
9757 * timezone.el (timezone-make-date-sortable)
9758 (timezone-make-date-arpa-standard): Doc fix.
9759
9760 1999-02-12 Ken'ichi Handa <handa@gnu.org>
9761
9762 * international/quail.el (quail-show-kbd-layout): Bind
9763 blink-matching-paren to nil.
9764
9765 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
9766 for ASCII and Latin-1.
9767
9768 1999-02-12 Andreas Schwab <schwab@gnu.org>
9769
9770 * gud.el (jdb): Fix regexp for comint-prompt-regexp.
9771
9772 1999-02-12 Kenichi Handa <handa@etl.go.jp>
9773
9774 * international/mule-cmds.el (language-info-alist): Remove
9775 description about charset-origin-alist.
9776
9777 * international/mule.el: Comment added for a new coding system
9778 property `charset-origin-alit'.
9779 (make-translation-table): This variable deleted.
9780
9781 * language/chinese.el (chinese-big5): Add charset-origin-alist
9782 property.
9783 ("Chinese-CNS"): Remove charset-origin-alist property.
9784
9785 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
9786 property.
9787 (cyrillic-alternativnyj): Likewise.
9788 ("Cyrillic-KOI8"): Remove charset-origin-alist property.
9789 ("Cyrillic-ALT"): Likewise.
9790
9791 * language/vietnamese.el (vietnamese-viqr): Add
9792 charset-origin-alist property.
9793 ("Vietnamese"): Remove charset-origin-alist property.
9794
9795 * simple.el (what-cursor-position): Don't use the varialbe
9796 charset-origin-alist, but use charset-origin-alist property of
9797 buffer-file-coding-system to decide external character set code.
9798
9799 1999-02-10 Richard Stallman <rms@gnu.org>
9800
9801 * shadowfile.el: Don't turn on the mode when the file is loaded.
9802
9803 1999-02-09 Richard Stallman <rms@gnu.org>
9804
9805 * progmodes/compile.el (compile-auto-highlight): Customize.
9806
9807 * add-log.el (add-log-file-name-function): New variable.
9808 (add-change-log-entry): Call that function, if non-nil.
9809
9810 1999-02-09 Michael Ernst <mernst@alum.mit.edu>
9811
9812 * rmail.el (rmail-search): Track match with a marker, not an integer.
9813
9814 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9815
9816 * progmodes/compile.el (compilation-setup): Set value of
9817 compilation-directory-stack as in compilation-forget-errors.
9818 (compile-reinitialize-errors): Bind buffer-undo-list and
9819 deactivate-mark.
9820 (compilation-forget-errors): Likewise.
9821
9822 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com>
9823
9824 * textmodes/texinfo.el (texinfo-environment-regexp): Add the
9825 def... constructs.
9826
9827 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
9828 Remove calls to sleep-for.
9829
9830 1999-02-08 Eli Zaretskii <eliz@gnu.org>
9831
9832 * international/codepage.el (cp-coding-system-for-codepage-1): On
9833 MS-DOS, use dos-unsupported-char-glyph for characters not
9834 supported by the codepage.
9835 (cp-make-coding-systems-for-codepage): Likewise.
9836
9837 1999-02-08 Andreas Schwab <schwab@gnu.org>
9838
9839 * international/mule-util.el (coding-system-list): Don't sort
9840 coding-system-list here.
9841
9842 * international/mule.el (coding-system-lessp): Moved here from
9843 mule-util.el
9844 (add-to-coding-system-list): New function.
9845 (make-subsidiary-coding-system, make-coding-system,
9846 define-coding-system-alias): Use it instead of setting
9847 coding-system-list directly.
9848
9849 1999-02-07 Dave Love <fx@gnu.org>
9850
9851 * calendar/appt.el (appt-make-list): Don't splice quotes and date
9852 onto message.
9853
9854 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9855
9856 * imenu.el (imenu--last-menubar-index-alist): Add doc.
9857 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist.
9858
9859 1999-02-06 Richard Stallman <rms@gnu.org>
9860
9861 * language/european.el (setup-slovenian-environment): New function.
9862 ("Slovenian"): New language environment.
9863
9864 * progmodes/sql.el (sql-help): Doc fix.
9865 (sql-mysql): Doc fix.
9866
9867 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9868
9869 * tex-mode.el: When compiling, require compare-w and skeleton
9870 to pacify the byte-compiler. Move the def's of the tex-commands
9871 together. Add a comment on kill-process vs. quit-process.
9872
9873 1999-02-05 Dave Love <fx@gnu.org>
9874
9875 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
9876 null markers.
9877 (compile-goto-error): Likewise.
9878
9879 1999-02-05 Stephen Gildea <gildea@alum.mit.edu>
9880
9881 * time-stamp.el (time-stamp-format): Format doc tighter.
9882 (time-stamp-line-limit): 0 searches the entire buffer (careful!).
9883 (time-stamp): Don't re-write the time stamp if it didn't change.
9884
9885 1999-02-05 Alex Schroeder <asc@bsiag.com>
9886
9887 * progmodes/sql.el: Changed version to 1.2.1.
9888 (sql-pop-to-buffer-after-send-region): Improved documentation.
9889 (sql-mysql-program): Added MySQL support.
9890 (sql-prompt-length): Made prompt-length configurable.
9891 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
9892 (sql-help): Added MySQL support, changed documentation.
9893 (sql-send-region): A message is displayed if something is sent.
9894 (sql-mode): Added buffer-local comment-start.
9895 (sql-interactive-mode): Use sql-prompt-length to set left-margin.
9896 (sql-interactive-mode): Added buffer-local comment-start.
9897 (sql-oracle): Set sql-prompt-length.
9898 (sql-sybase): Set sql-prompt-length.
9899 (sql-mysql): Added MySQL support.
9900 (sql-ingres): Set sql-prompt-length.
9901 (sql-ms): Set sql-prompt-length.
9902 (sql-postgres): Set sql-prompt-length.
9903
9904 1999-02-04 Eli Zaretskii <eliz@gnu.org>
9905
9906 * term/internal.el (dos-codepage-setup): Set selection coding
9907 system to cpNNN-dos.
9908
9909 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9910
9911 * international/characters.el: Let ethiopic use iso-2022-7bit.
9912
9913 1999-02-02 Dave Love <fx@gnu.org>
9914
9915 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
9916 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
9917
9918 1999-02-02 Karl Heuer <kwzh@gnu.org>
9919
9920 * terminal.el (terminal-emulator): Doc fix.
9921
9922 1999-02-02 Ken'ichi Handa <handa@gnu.org>
9923
9924 * international/mule-util.el (compose-chars): Doc-string
9925 modified. Correctly handle a composition character in ARGS.
9926
9927 1999-02-01 Richard Stallman <rms@gnu.org>
9928
9929 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
9930 (makefile-menu-index-function): Function deleted.
9931 (makefile-mode): Use makefile-imenu-generic-expression.
9932
9933 1999-02-01 Geoff Voelker <voelker@cs.washington.edu>
9934
9935 * term/w32-win.el (w32-create-initial-fontsets): Back out previous
9936 change, invoke from before-init-hook.
9937
9938 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu>
9939
9940 * subr.el (remove-from-invisibility-spec): Cope with the case when
9941 buffer-invisibility-spec is t.
9942
9943 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu>
9944
9945 * calendar/calendar.el (calendar-mode-map): Fix bindings for
9946 appt-add and appt-delete.
9947
9948 1999-02-01 Eli Zaretskii <eliz@gnu.org>
9949
9950 * term/pc-win.el (msdos-approximate-color): New function.
9951 (msdos-color-translate): Call it to find a DOS color that best
9952 approximates an X-style "#NNNNNN" color specification.
9953
9954 1999-02-01 Ken'ichi Handa <handa@gnu.org>
9955
9956 * international/mule-util.el (compose-chars-component): Add
9957 autoload cookie.
9958
9959 1999-01-31 Ken'ichi Handa <handa@gnu.org>
9960
9961 * international/quail.el (quail-lookup-key): If cdr of MAP is a
9962 function, replace cdr of MAP by the return value of the function
9963 unconditionally.
9964
9965 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9966
9967 * progmodes/compile.el (compilation-next-error-locus): Don't
9968 decrease argument FIND-AT-LEAST of compilation-next-error-locus.
9969
9970 1999-01-31 Eli Zaretskii <eliz@gnu.org>
9971
9972 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
9973 and NLs before "charset", and allow the charset name be in double
9974 quotes.
9975
9976 1999-01-31 Richard Stallman <rms@gnu.org>
9977
9978 * imenu.el (imenu-sort-function): Fix custom type.
9979
9980 1999-01-30 Richard Stallman <rms@gnu.org>
9981
9982 * speedbar.el (speedbar-line-token): Match {...} instead of [...].
9983 (speedbar-line-token): Likewise.
9984
9985 * play/gametree.el (gametree-default-score): Use defcustom.
9986 (gametree-score-regexp, gametree-score-closer): Likewise.
9987 (gametree-score-manual-flag, gametree-score-opener): Likewise.
9988
9989 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9990
9991 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
9992 decoding.
9993
9994 1999-01-29 Markus Rost <rost@gnu.org>
9995
9996 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
9997 tex-validate-buffer.
9998 (plain-tex-mode, latex-mode, slitex-mode): Likewise.
9999 (tex-validate-buffer): Renamed from validate-tex-buffer. Works
10000 now with recent occur-mode.
10001 (tex-validate-region): Really walk through all Sexps.
10002 (tex-region): Bind shell-dirtrack-verbose.
10003 (tex-file, tex-bibtex-file): Likewise.
10004
10005 1999-01-29 Dave Love <fx@gnu.org>
10006
10007 * finder.el: (finder-commentary): Fix interactive spec. Try
10008 appending .el to file name.
10009 (finder-find-library, finder-commentary): Doc fixes.
10010
10011 1999-01-29 Andrew Innes <andrewi@gnu.org>
10012
10013 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
10014 where the userid contains directory separators.
10015
10016 1999-01-29 Dave Love <fx@gnu.org>
10017
10018 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
10019 (lm-commentary): Doc fix.
10020
10021 1999-01-29 Andreas Schwab <schwab@gnu.org>
10022
10023 * files.el (file-expand-wildcards): Never consider `.' and `..' a
10024 wildcard match. Fix regexp that tests if dirpart contains
10025 wildcard characters.
10026
10027 1999-01-28 Richard Stallman <rms@gnu.org>
10028
10029 * font-lock.el (font-lock-default-unfontify-region):
10030 If not font-lock-syntactic-keywords, don't remove syntax-table prop.
10031
10032 1999-01-27 Jason Rumney <jasonr@altavista.net>
10033
10034 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
10035 from FAMILY field.
10036 (w32-create-initial-fontsets): Do not use before-init-hook.
10037 (mouse-set-font): Document. Automatically create and use fontsets.
10038
10039 * dos-w32.el (direct-print-region-helper): Check for printer
10040 being t as well as a string.
10041
10042 1999-01-27 Kenichi Handa <handa@etl.go.jp>
10043
10044 * mail/rmail.el (rmail-decode-mime-charset): New variable.
10045 (rmail-mime-charset-pattern): New variable.
10046 (rmail-convert-to-babyl-format): Decode by MIME-charset if
10047 rmail-decode-mime-charset is non-nil.
10048
10049 1999-01-27 Ken'ichi Handa <handa@gnu.org>
10050
10051 * international/characters.el: Set category `q' for all characters
10052 in tibetan and tibetan-1-column.
10053
10054 1999-01-27 Andrew Innes <andrewi@gnu.org>
10055
10056 * frame.el (select-frame-by-name): Obey focus-follows-mouse.
10057 (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
10058
10059 1999-01-27 Dave Love <fx@gnu.org>
10060
10061 * international/mule-cmds.el (current-language-environment):
10062 Provide :link, :type (choices) and appropriate :get.
10063
10064 1999-01-27 Eli Zaretskii <eliz@gnu.org>
10065
10066 * startup.el (command-line): Set default eol-mnemonic-* strings to
10067 display end-of-line format in mode line.
10068
10069 * cus-start.el (all): Add eol-mnemonic-* variables.
10070
10071 1999-01-26 Dave Love <fx@gnu.org>
10072
10073 * startup.el (command-line-1): Up-date copyright.
10074
10075 * paths.el (Info-default-directory-list): Use configdir twice.
10076
10077 * info.el (Info-directory-list): Don't set path-separator now
10078 we're not shipped with Texinfo. Simplify path definition.
10079 Substitute all occurrences of instdir in Info-default-directory-list.
10080
10081 1999-01-25 Richard Stallman <rms@gnu.org>
10082
10083 * startup.el (normal-top-level-add-subdirs-to-load-path):
10084 Record the inode numbers of the dirs processed, to avoid loop.
10085
10086 * textmodes/tex-mode.el (tex-run-command): Doc fix.
10087
10088 1999-01-25 Dave Love <fx@gnu.org>
10089
10090 * browse-url.el (browse-url-netscape-program): Doc addition.
10091
10092 * help.el (help-make-xrefs): Default info references to an `(emacs)'
10093 prefix.
10094
10095 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
10096 auto-mode-alist.
10097
10098 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10099
10100 * calendar/diary-lib.el (mark-diary-entries): Use
10101 assoc-ignore-case and do not capitalize when matching month and
10102 day names.
10103
10104 * calendar/calendar.el (calendar-read-date): Ditto.
10105
10106 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
10107 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
10108
10109 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
10110
10111 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
10112
10113 * calendar/cal-islam.el (calendar-goto-islamic-date)
10114 (mark-islamic-diary-entries): Ditto.
10115
10116 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
10117
10118 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
10119 (calendar-read-mayan-tzolkin-date): Ditto.
10120
10121 * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
10122
10123 1999-01-22 Michael Ernst <mernst@alum.mit.edu>
10124
10125 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
10126
10127 1999-01-25 Karl Heuer <kwzh@gnu.org>
10128
10129 * faces.el (list-faces-display): Multiline case of previous fix.
10130
10131 1999-01-25 Andreas Schwab <schwab@gnu.org>
10132
10133 * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
10134
10135 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
10136
10137 * files.el (find-file): If find-file-noselect returns a list,
10138 do switch-to-buffer on each element.
10139 (find-file-other-window): Likewise for all but the first element.
10140 (find-file-other-frame): Same.
10141 (find-file-noselect): When we expand a wildcard, return a list
10142 of buffers.
10143
10144 1999-01-24 Eli Zaretskii <eliz@gnu.org>
10145
10146 * term/internal.el (dos-codepage-setup): Call prefer-coding-system
10147 to set the appropriate cpNNN-dos coding system as the
10148 highest-priority coding system.
10149
10150 1999-01-23 Ken'ichi Handa <handa@gnu.org>
10151
10152 * international/fontset.el (generate-fontset-menu): Return a
10153 sorted list by plain names of fontsets.
10154
10155 * international/mule-diag.el (list-fontsets): Sort fontsets by
10156 plain names.
10157
10158 * language/tibet-util.el (tibetan-vertical-stacking): If the arg
10159 FIRST is a composite character, decompose it at first.
10160
10161 1999-01-23 Dave Love <fx@gnu.org>
10162
10163 * format.el: Doc fixes.
10164 (format-encode-run-method): Have things happen in the right buffer.
10165 Deal with errors from method. Set coding-system-for-write.
10166 (format-decode-run-method): Have things happen in the right buffer.
10167 Deal with errors from method. Set coding-system-for-read.
10168 (format-alist): Use nil instead of unmatchable regexps.
10169
10170 * simple.el (shell-command-on-region): Return command's exit status.
10171
10172 1999-01-23 Eric Ludlam <zappo@gnu.org>
10173
10174 * speedbar.el (speedbar-item-info-file-helper): Add optional arg
10175 of the file whose info we want to display.
10176 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
10177 (speedbar-add-mode-functions-list) Improve doc.
10178 (speedbar-line-token) New function.
10179 (speedbar-dired) Fix order of directories in -shown-directories.
10180 (speedbar-line-path): Default return is default-directory
10181 (speedbar-buffers-line-path): Return is dir name only.
10182 (speedbar-mode-functions-list): New variable.
10183 (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
10184 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
10185 speedbar-files-item-info speedbar-buffers-item-info): New functions.
10186 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
10187 New functions.
10188 (speedbar-line-file): Broke out part that fetches file from a line.
10189 (speedbar-line-text): New function extracted from speedbar-line-file.
10190 (speedbar-line-path): Converted into a replaceable function.
10191 (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
10192
10193 1999-01-23 Ken'ichi Handa <handa@gnu.org>
10194
10195 * international/fontset.el (create-fontset-from-x-resource): Make
10196 style variants.
10197
10198 1999-01-22 Dave Love <fx@gnu.org>
10199
10200 * paths.el (Info-default-directory-list): Put sysdir after start.
10201
10202 1999-01-22 Sam Steingold <sds@goems.com>
10203
10204 * midnight.el (clean-buffer-list): Do not kill a buffer if it has
10205 a process associated with it.
10206
10207 1999-01-22 Jason Rumney <jasonr@altavista.net>
10208
10209 * term/w32-win.el (w32-standard-fontset-spec): Simplified.
10210
10211 1999-01-22 Felix Lee <flee@cygnus.com>
10212
10213 * vc.el (vc-annotate-display): Delete old overlays. Fix check for
10214 major-mode.
10215 (vc-annotate-mode): Delete variable.
10216
10217 1999-01-22 Andrew Innes <andrewi@gnu.org>
10218
10219 * startup.el (command-line): [windows-nt]: Check for existence of
10220 .emacs file so as to notice .emacs.el or .emacs.elc and use them
10221 in preference to _emacs.
10222
10223 1999-01-22 Dave Love <fx@gnu.org>
10224
10225 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
10226
10227 1999-01-20 Richard Stallman <rms@gnu.org>
10228
10229 * files.el (find-file-noselect): Do wildcard processing only
10230 if new arg WILDCARDS is non-nil.
10231 (find-file, find-file-other-window): New arg WILDCARDS.
10232 Default it to non-nil if interactive.
10233 (find-file-other-frame): Likewise.
10234 (find-file-read-only): Likewise.
10235 (find-file-read-only-other-window): Likewise.
10236 (find-file-read-only-other-frame): Likewise.
10237
10238 * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
10239 (widget-plist-convert-option): Delete spurious comma.
10240
10241 1999-01-19 Jason Rumney <jasonr@altavista.net>
10242
10243 * term/w32-win.el (w32-standard-fontspec-spec): Change
10244 iso8859-5 to koi8-r. Add iso8859-9.
10245
10246 1999-01-19 Dave Love <fx@gnu.org>
10247
10248 * browse-url.el (browse-url-maybe-new-window): Delete macro and
10249 its uses.
10250
10251 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
10252 is active.
10253 (fortran-indent-subprogram): Likewise.
10254
10255 1999-01-19 Dave Love <d.love@dl.ac.uk>
10256
10257 * paths.el (Info-default-directory-list): Perhaps add /usr/info.
10258
10259 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
10260
10261 * wid-edit.el (alist): Use sexp as default key-type.
10262
10263 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10264
10265 * textmodes/tex-mode.el (tex-define-common-keys):
10266 Remove key binding of tex-feed-input.
10267 (tex-mode-map): Bind tex-feed-input here.
10268 (tex-start-shell): Use compilation-shell-minor-mode. Set
10269 comint-input-filter-functions before running tex-shell-hook.
10270 (tex-start-tex): Forget compilation errors.
10271 (tex-compilation-parse-errors): Rewritten to work also with
10272 compile-mouse-goto-error and compile-goto-error. Adjusted to
10273 change in tex-region.
10274 (tex-region): For the temp file use file-name without directory.
10275 (tex-file): Expand file name of tex-print-file.
10276
10277 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10278
10279 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call.
10280
10281 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no>
10282
10283 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
10284 beginning could cause Emacs to hang. Fixed.
10285
10286 1999-01-18 Ken'ichi Handa <handa@gnu.org>
10287
10288 * international/ccl.el (ccl-compile-translate-character): Handle
10289 the case that a tranlation table is CCL register correctly.
10290
10291 * international/mule-cmds.el (select-safe-coding-system):
10292 Hightlight at most 256 characters.
10293
10294 1999-01-18 Dave Love <fx@gnu.org>
10295
10296 * startup.el (command-line): If the init file changes operation to
10297 unibyte, make all buffers unibyte and re-set language environment.
10298
10299 * disp-table.el (standard-display-european): Make all existing
10300 buffers unibyte. Fix doc.
10301
10302 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu>
10303
10304 * wid-edit.el (coding-system): Define this unconditionally.
10305
10306 * simple.el (shell-command-on-region-default-error-buffer): New var.
10307 (shell-command-on-region): Use that variable as interactive
10308 value of ERROR-BUFFER argument.
10309
10310 1999-01-17 Sam Steingold <sds@goems.com>
10311
10312 * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
10313
10314 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10315
10316 * progmodes/compile.el (compilation-goto-locus): If already in the
10317 compilation buffer's window, keep it in that window.
10318 (compile-mouse-goto-error): Add Doc. Don't play with windows.
10319 (compile-goto-error): Don't play with windows.
10320
10321 * textmodes/tex-mode.el (latex-run-command): Doc fix.
10322 (tex-command): Doc fix.
10323 (tex-compilation-parse-errors): Doc fix.
10324 (tex-generate-zap-file-name): Don't start the name with -.
10325 (tex-expand-files): Works now also with strings ending with ":".
10326
10327 1999-01-17 Ian T Zimmerman <itz@transbay.net>
10328
10329 Patch failed to install:
10330 * gametree.el: Document scoring functionality.
10331 (gametree-score-regexp): Add optional plus sign.
10332 (gametree-score-opener): Replace `:' with `=' as the former
10333 conflicts with gametree-half-ply-regexp.
10334 (gametree-transpose-following-leaves): Add.
10335 (gametree-insert-new-leaf): Make modifying commands barf in read
10336 only buffers.
10337 (gametree-break-line-here): Add a call to
10338 `gametree-transpose-following-leaves'. This maintains the
10339 necessary invariant that on each level all leaf children precede
10340 all nonleaf children. This has always been implied, but left to
10341 the user, and, unfortunately, undocumented.
10342
10343 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk>
10344
10345 * wid-edit.el (plist, alist): New widget types.
10346
10347 1999-01-17 Dave Love <fx@gnu.org>
10348
10349 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
10350 fix scope of condition-case therein.
10351
10352 1999-01-17 Andrew Innes <andrewi@gnu.org>
10353
10354 * dos-w32.el: (find-buffer-file-type-coding-system): Use
10355 default-buffer-file-coding-system when file doesn't exist (and
10356 isn't covered by a special case) instead of forcing undecided-dos
10357 against the user's wishes.
10358
10359 * dos-w32.el (direct-print-region-helper): New function based on
10360 direct-print-region-function; sends data to specified printer port
10361 without further translation. Recognize and handle specially the
10362 standard `print' and `nprint' programs, as well as `lpr' and
10363 similar programs. Only write directly to the printer port if no
10364 print program is specified. Work around a bug in Windows 9x
10365 affecting Win32 version of Emacs by invoking command.com to write
10366 to the printer port instead of writing directly.
10367 (direct-print-region-function): Use direct-print-region-helper to
10368 do most of the work.
10369 (direct-ps-print-region-function): New function; analogue of
10370 direct-print-region-function for ps-print.
10371 (ps-lpr-command): Comment out setq; leave as example usage.
10372 (ps-lpr-switches): Ditto.
10373
10374 * lpr.el: (printer-name): Update docstring about usage on MS-DOS
10375 and MS-Windows.
10376 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
10377 DOS and Windows platforms, to indicate direct printing. Update
10378 the docstring accordingly.
10379
10380 * ps-print.el: (ps-printer-name): Update docstring about usage on
10381 MS-DOS and MS-Windows.
10382 (ps-lpr-command): Update docstring as for lpr-command.
10383 (ps-print-region-function): New variable.
10384 (ps-do-despool): Use it.
10385 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
10386 DOS/Windows.
10387
10388 * subr.el (subst-char-in-string): New function.
10389
10390 1999-01-17 Eli Zaretskii <eliz@gnu.org>
10391
10392 * international/codepage.el (cp852-decode-table): Fill a nil entry.
10393
10394 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
10395 (bdf-find-font-info): New function, looks for the first readable
10396 file from a list of alternatives.
10397 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
10398 instead of bdf-get-font-info.
10399 (bdf-generate-glyphs): If font-name is a cons cell, pass its car
10400 to ps-mule-generate-bitmap-glyph.
10401
10402 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
10403 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can
10404 now be a list of alternative names.
10405 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
10406 (ps-mule-prepare-font): Likewise.
10407
10408 * international/codepage.el (cp855-decode-table,
10409 cp850-decode-table): Fill some nil entries.
10410
10411 1999-01-16 Dave Love <fx@gnu.org>
10412
10413 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
10414 last change.
10415
10416 1999-01-15 Dave Love <fx@gnu.org>
10417
10418 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
10419 and change regexp for command names.
10420 (help-xref-go-back, function-called-at-point, symbol-file)
10421 (where-is): Doc fixes.
10422 (help-xref-go-back): Remove interactive spec.
10423 (describe-function-1): Fix message for alias. Buttomize alias
10424 name.
10425
10426 * simple.el (join-line): New alias.
10427
10428 1999-01-15 Johan Vromans <jvromans@squirrel.nl>
10429
10430 * forms.el: (forms--show-record): Convert integers to string
10431 expicitly since concat will no longer accept integers.
10432 (forms-print): Use local `total-nb-records' since
10433 `forms--total-records' will be inaccessible after buffer switching.
10434
10435 1998-01-14 Felix Lee <flee@cygnus.com>
10436
10437 * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
10438
10439 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu>
10440
10441 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
10442
10443 1999-01-14 Eli Zaretskii <eliz@gnu.org>
10444
10445 * international/codepage.el (cp850-decode-table): Fix previous change.
10446
10447 1999-01-14 Simon Marshall <simon@gnu.org>
10448
10449 * shell.el (shell-dirtrack-verbose): New custom variable.
10450 (shell-dirstack-message): Use it.
10451
10452 1999-01-14 Kenichi Handa <handa@etl.go.jp>
10453
10454 * international/mule-conf.el: Coding system alias `dos' for
10455 `undecided-dos', `mac' for `undecided-mac'.
10456
10457 * international/mule-cmds.el (describe-language-environment):
10458 Don't alter input-method-alist.
10459
10460 1999-01-13 Eli Zaretskii <eliz@gnu.org>
10461
10462 * international/codepage.el (cp850-decode-table): Replace nil
10463 entries with codes of similary looking glyphs. (Suggested by
10464 Jason Rumney <jasonr@altavista.net>.)
10465
10466 1999-01-13 Dave Love <fx@gnu.org>
10467
10468 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
10469
10470 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
10471
10472 1999-01-12 Karl Heuer <kwzh@gnu.org>
10473
10474 * files.el (auto-save-hook): Defvar this.
10475
10476 1999-01-12 Alex Schroeder <asc@bsiag.com>
10477
10478 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
10479 faces, eliminating the need to load font-lock before loading sql.
10480 (sql-mode-oracle-font-lock-keywords): Likewise.
10481 (sql-mode-postgres-font-lock-keywords): Likewise.
10482
10483 1999-01-11 Dave Love <fx@gnu.org>
10484
10485 * cus-start.el: Add inhibit-eol-conversion.
10486
10487 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
10488 the values round.
10489
10490 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu>
10491
10492 * help.el (help-mode-finish): Renamed from help-mode-maybe.
10493 Don't switch to Help mode here.
10494 (temp-buffer-setup-hook): Use help-mode-finish.
10495 (help-mode-setup): New function.
10496 (temp-buffer-setup-hook): Use help-mode-setup.
10497
10498 * progmodes/sql.el: New file.
10499
10500 * files.el (auto-mode-alist): Add sql-mode.
10501
10502 * faces.el (list-faces-display): Improve the formatting
10503 by computing the maximum length required for any face-name.
10504
10505 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10506
10507 * progmodes/compile.el (compilation-shell-minor-mode): New function.
10508
10509 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu>
10510
10511 * term.el (term_send_home): Change the string to
10512 be the same as the one emitted by xterm and consistent with the
10513 ones emitted by prior and next.
10514 (term_send_end): Likewise.
10515
10516 1999-01-10 Dave Love <fx@gnu.org>
10517
10518 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
10519 bindings.
10520
10521 1999-01-10 Eli Zaretskii <eliz@gnu.org>
10522
10523 * international/codepage.el (codepage-setup): Doc fix.
10524 (cp-decoding-vector-for-codepage): Likewise.
10525
10526 1999-01-10 Markus Rost <rost@gnu.org>
10527
10528 * cus-edit.el (custom-save-delete): First scan the custom-file.
10529
10530 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu>
10531
10532 * international/iso-transl.el: Define a "function name" for
10533 each translation that isn't ASCII. Use these function names
10534 in iso-transl-char-map.
10535
10536 1999-01-08 Kenichi Handa <handa@etl.go.jp>
10537
10538 * international/mule-util.el (decompose-region): Do decomposition
10539 on temporary unibyte buffer.
10540
10541 * international/mule.el (make-char): Doc-string modified.
10542
10543 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu>
10544
10545 * simple.el (comment-region): Delete spaces only if we
10546 deleted a comment starter.
10547
10548 1999-01-07 Dave Love <fx@gnu.org>
10549
10550 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
10551
10552 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
10553 like eval-defun does.
10554
10555 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
10556
10557 * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
10558 constructions. Doc fixes.
10559 (generic-create-generic-function): Use defalias, not fset.
10560
10561 * find-func.el: More doc fixes.
10562
10563 1999-01-06 Stephen Eglen <stephen@gnu.org>
10564
10565 * files.el (save-buffers-kill-emacs): Show the list of current
10566 processes before prompting to kill them and exit.
10567
10568 1999-01-06 Dave Love <fx@gnu.org>
10569
10570 * emacs-lisp/find-func.el: Doc fixes.
10571 (find-function-regexp): Extend for define-generic-mode,
10572 define-derived-mode, easy-mmode-define-minor-mode.
10573
10574 1999-01-06 Dave Love <fx@gnu.org>
10575
10576 * progmodes/fortran.el (fortran-window-create): Account for scroll
10577 bar width.
10578
10579 * browse-url.el: Require (noerror) w3-auto when compiling.
10580 (browse-url-maybe-new-window): Make it a macro and revert last
10581 change to callers.
10582 (browse-url-w3): Require w3 for w3-fetch-other-window.
10583
10584 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10585
10586 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
10587 argument.
10588
10589 1999-01-06 Simon Marshall <simon@gnu.org>
10590
10591 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix.
10592
10593 * font-lock.el (font-lock-default-fontify-buffer): When using
10594 with-temp-message, use nil rather than current-message.
10595
10596 * lazy-lock.el (lazy-lock-unstall):
10597 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
10598 rather than current-message.
10599
10600 * fast-lock.el (fast-lock-save-cache-1):
10601 (fast-lock-cache-data): When using with-temp-message, use nil rather
10602 than current-message.
10603
10604 1999-01-06 Eli Zaretskii <eliz@gnu.org>
10605
10606 * international/codepage.el (cp-coding-system-for-codepage-1): Add
10607 the valid-codes property.
10608
10609 * international/mule-cmds.el (prefer-coding-system): Call
10610 set-coding-priority, so that the internal array of priorities is
10611 also updated.
10612
10613 * international/mule-util.el:
10614 (coding-system-change-eol-conversion,
10615 coding-system-change-text-conversion): Don't define here.
10616
10617 * international/mule-cmds.el: Define them here. Remove the
10618 autoload cookies.
10619
10620 1999-01-06 Andreas Schwab <schwab@gnu.org>
10621
10622 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
10623 if it was enabled before.
10624
10625 * view.el (View-revert-buffer-scroll-page-forward): Bind
10626 view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
10627
10628 * files.el (recover-session): Preserve point when inserting
10629 explanation.
10630
10631 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu>
10632
10633 * cus-edit.el (custom-save-delete): Don't delete whitespace
10634 and comments before the sexp that is replaced.
10635
10636 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10637
10638 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
10639
10640 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de>
10641
10642 * vc.el (vc-dired-hook): Use the original value of
10643 dired-move-to-filename-regexp on lines that have not been
10644 reformatted yet.
10645 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
10646 file lines have already been reformatted.
10647
10648 1999-01-05 Dave Love <fx@gnu.org>
10649
10650 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
10651 buffer-local.
10652
10653 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se>
10654
10655 * progmodes/f90.el: Change of regular expressions for type to
10656 correct highlighting and identation. Some small fixes for
10657 compatibility with XEmacs.
10658
10659 1999-01-05 Stephen Eglen <stephen@gnu.org>
10660
10661 * mspools.el (mspools-vm-system-mail): Provide an alternative
10662 value based on rmail-spool-directory if $MAIL is not defined.
10663
10664 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
10665
10666 * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
10667 (reftex-section-info): Handle negative section levels.
10668 (reftex-view-crossref-extra): New option.
10669 (reftex-view-crossref): Generalized to work in more places.
10670 (reftex-find-citation-regexp-format, reftex-find-reference-format,
10671 reftex-macros-with-labels, reftex-global-search-marker): New variables.
10672 (reftex-view-cite-locations-from-bibtex): New command.
10673 (reftex-view-regexp-match, reftex-global-search,
10674 reftex-global-search-continue): New functions.
10675 (reftex-extract-bib-entries): No error for non-existing BibTeX
10676 file, just a message.
10677 (reftex-extract-bib-entries): Better error handling.
10678 (reftex-select-with-char): Use `*RefTeX Select*' for selection
10679 help and force it on current frame.
10680 (reftex-default-bibliography): New function.
10681 (reftex-access-parse-file): Check consistency after loading a
10682 parse file. When inconsistent, enfore rescan.
10683 (reftex-check-parse-consistency): New function.
10684 (easy-menu-define): Options section drastically shortened.
10685
10686 1999-01-05 Kenichi Handa <handa@etl.go.jp>
10687
10688 * language/thai-util.el (thai-compose-string): New function.
10689
10690 1999-01-04 Inge Frick <inge@nada.kth.se>
10691
10692 * easymenu.el (easy-menu-define): Doc fix.
10693 (easy-menu-create-menu): New keyword :included.
10694 (easy-menu-do-add-item): New keyword :included. SUFFIX may
10695 be an expression, not only a string. Simulate style `button'.
10696 Use easy-menu-define-key-intern instead of easy-menu-define-key.
10697 (easy-menu-define-key-intern): New function.
10698 (easy-menu-add-item): Understand value returned from
10699 easy-menu-item-present-p and easy-menu-remove-item.
10700 (easy-menu-return-item): New function.
10701 (easy-menu-item-present-p, easy-menu-remove-item): Use it.
10702
10703 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu>
10704
10705 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
10706 Use rmail-output-read-rmail-file-name to read the file name.
10707 Always call rmail-output-to-rmail-file noninteractively.
10708 When count > 1, do the loop here.
10709 Handle rmail-delete-after-output here.
10710 (rmail-summary-output): Similar changes.
10711
10712 * mail/rmailout.el: Provide `rmailout'.
10713 (rmail-output-read-rmail-file-name): New function.
10714 (rmail-output-to-rmail-file): Use that.
10715 (rmail-output-read-file-name): New function.
10716 (rmail-output): Use that.
10717
10718 * files.el (find-file-noselect): Let /: suppress wildcard matching.
10719 Error if wildcard matches no files.
10720
10721 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu>
10722
10723 * menu-bar.el (clipboard-yank): Doc fix.
10724
10725 * info.el (Info-insert-dir): Chase symlinks for file-attributes.
10726
10727 1998-12-31 Markus Rost <rost@delysid.gnu.org>
10728
10729 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
10730
10731 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk>
10732
10733 * rmail.el (rmail-encode-string): Make sure mask value is
10734 positive; (emacs-pid) returns a negative number on Windows 9x
10735 which causes odd behaviour.
10736
10737 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org>
10738
10739 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
10740 and about w32-* variables unless on Windows/NT.
10741
10742 1998-12-31 Boris Goldowsky <boris@alum.mit.edu>
10743
10744 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
10745 if buffer is modified; ask about all modified buffers.
10746
10747 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu>
10748
10749 * simple.el (what-cursor-position): Fix previous change.
10750
10751 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu>
10752
10753 * mail/sendmail.el (mail-mode): Eliminate ambiguous match
10754 from paragraph-start.
10755
10756 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
10757
10758 * international/mule-cmds.el (prefer-coding-system): If the
10759 argument requires specific EOL conversion type, make the default
10760 coding systems use that.
10761
10762 1998-12-30 Drew Csillag <drew_csillag@geocities.com>
10763
10764 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
10765 Use shell-command-on-region.
10766 (m4-start-m4, m4-end-m4): Functions deleted.
10767
10768 1998-12-30 Michael Ernst <mernst@alum.mit.edu>
10769
10770 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
10771
10772 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10773
10774 * browse-url.el (browse-url-mail): Give argument SEND-ACTION
10775 to compose-mail in the correct places and as a list.
10776
10777 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp>
10778
10779 * page-ext.el: Added mouse-selection feature for pages directory buffer.
10780 (pages-directory-map): Bind mouse-2
10781 (pages-copy-header-and-position): Put text property.
10782 (pages-directory-goto-with-mouse): New function.
10783
10784 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org>
10785
10786 * international/codepage.el (cp-make-coding-systems-for-codepage):
10787 Doc fix.
10788 (cp-coding-system-for-codepage-1): Likewise.
10789
10790 1998-12-29 Kenichi Handa <handa@etl.go.jp>
10791
10792 * language/thai-util.el (thai-post-read-conversion): Handle Thai
10793 composition sequence correctly here instead of calling
10794 thai-compose-region.
10795
10796 * textmodes/fill.el (fill-region-as-paragraph): While deleting a
10797 newline in multibyte buffer, if previous or next character is a
10798 composite char, check the first component of the composite char.
10799
10800 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org>
10801
10802 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
10803 and track-mouse.
10804
10805 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10806
10807 * mail/sendmail.el (mail-yank-original): Remove text properties
10808 after insertion.
10809 (mail-yank-region): Barf if no mark is set in the message
10810 being replied to.
10811
10812 * help.el (function-called-at-point): First look for function at point.
10813
10814 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu>
10815
10816 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
10817
10818 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10819
10820 * simple.el (what-cursor-position): Print character encoding also.
10821
10822 1998-12-26 Dave Love <fx@gnu.org>
10823
10824 * textmodes/flyspell.el: If local-maps work, don't put
10825 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
10826 in flyspell-mouse-map (only).
10827 (flyspell-use-local-map): New variable.
10828 Use a different mouse-2 binding in that case,
10829 and don't add to minor-mode-map-alist.
10830 (make-flyspell-overlay, flyspell-correct-word):
10831 Test flyspell-use-local-map.
10832
10833 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10834
10835 * files.el (file-expand-wildcards): Handle wildcards in directory name.
10836 Be careful about whether to return a relative file name,
10837 and if so, relative to what directory.
10838
10839 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
10840
10841 * emacs-lisp/easymenu.el (easy-menu-get-map):
10842 Change global map only if this menu exists in the global map already,
10843 and not in the local map.
10844 (easy-menu-do-add-item): Fix error message.
10845
10846 * foldout.el (foldout-inhibit-key-bindings):
10847 Avoid concatenating onto outline-minor-mode-prefix.
10848 Make a new keymap for that prefix, if it does not already have one.
10849
10850 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu>
10851
10852 * cperl-mode.el:
10853 Can use linear algorithm for indentation if Emacs supports it.
10854 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp.
10855 (cperl-after-block-p): Likewise.
10856 (cperl-after-block-and-statement-beg): Likewise.
10857 (cperl-after-block-p): After END/BEGIN we are a block.
10858 (cperl-after-expr-p): Skip labels when checking
10859 (cperl-indent-region): Make a marker for END - text added/removed.
10860 Disable hooks during the call (how to call them later?).
10861 Now indents 820-line-long function in 6.5 sec (including
10862 syntaxification) the first time (when buffer has few
10863 properties), 7.1 sec the second time.
10864 (cperl-indent-region): Do not indent whitespace lines
10865 (cperl-style-alist)
10866 Include `cperl-merge-trailing-else' where the value is clear.
10867 (cperl-styles-entries): Likewise.
10868 (cperl-problems): Improvements to docs.
10869 (cperl-tips): Likewise.
10870 (cperl-non-problems): Likewise.
10871 (cperl-mode): Make lazy syntaxification possible.
10872 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
10873 `font-lock-unfontify-region-function' was set to a wrong function.
10874
10875 (cperl-find-pods-heres): Safe a position in buffer where it is safe to
10876 restart syntaxification. Changed so that -d ?foo? is a RE. Do
10877 not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
10878 but 1<<6 was considered as HERE-doc.
10879 <file/glob> made into a string.
10880 Postpone addition of faces after syntactic step.
10881 Recognition of <FH> was wrong.
10882 Highlight `gem' in s///gem as a keyword. `qr' recognized.
10883 Knows that split// is null-RE.
10884 Highlights separators in 3-parts expressions as labels.
10885 <> was considered as a glob.
10886 Would err if the last line is `=head1'.
10887 $a-1 ? foo : bar; was a considered a regexp.
10888 `<< (' was considered a start of HERE-doc.
10889 mark qq[]-etc sections as syntax-type=string
10890 Was not processing sub protos after a comment ine.
10891 Was treating $a++ <= 5 as a glob.
10892 Tolerate unfinished REx at end-of-buffer.
10893 `unwind-protect' was left commented.
10894 / and ? after : start a REx.
10895
10896 (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
10897 Better default, customizes to `message' too, off in text-mode.
10898
10899 (cperl-array-face): Renamed from `font-lock-emphasized-face',
10900 `defface'd.
10901 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
10902 `defface'd.
10903 (cperl-emacs-can-parse): New state variable.
10904 (cperl-indent-line): Corrected to use global state.
10905 (cperl-calculate-indent): Likewise.
10906 (cperl-fix-line-spacing): Likewise (not used yet).
10907 (cperl-calculate-indent): Did not consider `,' as
10908 continuation mark for statements.
10909 (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
10910 Remove another parse-data optimization at toplevel: would
10911 indent correctly.
10912 Correct for labels when calculating indentation of continuations.
10913 Docstring updated.
10914 (cperl-choose-color): Converted to a function (to be
10915 compilable in text-mode).
10916 (cperl-dark-background): Disable without window-system.
10917 Do `defface' only if window-system.
10918 (cperl-fix-line-spacing): Sped up to bail out early.
10919 (x-color-defined-p): Was not compiling on XEmacs
10920 Was defmacro'ed with a tick. Remove another def.
10921 (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
10922 (cperl-unwind-to-safe): New function.
10923 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
10924 (cperl-fontify-syntaxically): Unwinds start and end to go out of
10925 long strings (not very successful).
10926 (cperl-forward-re): Highlight the trailing / in s/foo// as string.
10927 Highlight the starting // in s//foo/ as function-name.
10928 Emit a meaningful error instead of a cryptic one for an
10929 uncomplete REx near end-of-buffer.
10930
10931 (cperl-electric-keyword): `qr' recognized.
10932 (cperl-electric-else): Likewise
10933 (cperl-to-comment-or-eol): Likewise
10934 (cperl-make-regexp-x): Likewise
10935 (cperl-init-faces): Likewise, and `lock' (as overridable?).
10936 Corrected to use new macros;
10937 `if' for copying `reference-face' to `constant-face' was backward.
10938 remove init `font-lock-other-emphasized-face',
10939 `font-lock-emphasized-face', `font-lock-keyword-face'.
10940 Interpolate `cperl-invalid-face'.
10941 (cperl-make-regexp-x): Misprint in a message.
10942 (cperl-syntaxify-unwind): New configuration variable
10943 (cperl-fontify-m-as-s): New configuration variable
10944 (cperl-electric-pod): Check for after-expr was performed
10945 inside of POD too.
10946 (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
10947 (cperl-clobber-mode-lists): New configuration variable.
10948 (cperl-not-bad-style-regexp): Updated.
10949 Init: `cperl-is-face' was busted.
10950 (cperl-make-face): New macros.
10951 (cperl-force-face): New macros.
10952 (font-lock-other-type-face): Done via `defface' too.
10953 (cperl-nonoverridable-face): New face. Renamed from
10954 `font-lock-other-type-face'.
10955 (cperl-init-faces-weak): Use `cperl-force-face'.
10956 (cperl-comment-indent): Commenting __END__ was not working.
10957 (cperl-indent-for-comment): Likewise.
10958 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'.
10959 When removing old TAGS info was not relativizing filename.
10960 (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
10961 Another try to work around XEmacs problems. Better progress messages.
10962 (toplevel): Require custom unprotected => failure on 19.28.
10963 (cperl-xemacs-p): Defined when compile too
10964 (cperl-find-tags): Was writing line/pos in a wrong order,
10965 pos off by 1 and not at beg-of-line.
10966 (cperl-etags-snarf-tag): New macro
10967 (cperl-etags-goto-tag-location): New macro
10968 (cperl-version): New variable. New menu entry
10969 random docstrings: References to "future" 20.3 removed.
10970 Menu was described as `CPerl' instead of `Perl'
10971 (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
10972 (cperl-toggle-construct-fix): Was toggling to t instead of 1.
10973 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face'
10974 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
10975 `font-lock-reference-face', `font-lock-keyword-face'.
10976 Use `eval-after-load'.
10977 Remove not-CPerl-related faces.
10978 (cperl-tips-faces): New variable and an entry into Mini-docs.
10979 (cperl-indent-exp): Was not processing else-blocks.
10980 (cperl-get-state): NOP line removed.
10981 (cperl-ps-print): New function and menu entry.
10982 (cperl-ps-print-face-properties): New configuration variable.
10983 (cperl-invalid-face): New configuration variable.
10984 (perl-font-lock-keywords): Highlight trailing whitespace
10985 (cperl-contract-levels): Documentation corrected.
10986 (cperl-contract-level): Likewise.
10987 (cperl-ps-extend-face-list): New macro.
10988 (cperl-invalid-face): Change to ''underline.
10989
10990 1998-12-25 Markus Rost <rost@delysid.gnu.org>
10991
10992 * mail/rmailout.el (rmail-output): Abbreviate name of default-file
10993 for read-file-name.
10994 (rmail-output-to-rmail-file): Likewise.
10995
10996 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
10997
10998 * emacs-lisp/easymenu.el (easy-menu-get-map):
10999 If MENU is nil, use global menu-bar map.
11000 (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
11001 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
11002
11003 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11004
11005 * ps-mule.el (ps-mule-begin-job): Programming uniformization.
11006
11007 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11008
11009 * ps-print.el (ps-print-version): New version number (4.1.3).
11010
11011 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org>
11012
11013 * international/mule-cmds.el: Use make-sparse-keymap instead of
11014 define-prefix-key when defining MULE menu items.
11015
11016 * info.el (Info-node-at-bob-matching): New function.
11017 (Info-find-node, Info-build-node-completions): Call it.
11018
11019 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org>
11020
11021 * help.el (describe-function-1): Say "keymap", not "Lisp macro",
11022 when this is an autoloaded keymap.
11023
11024 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org>
11025
11026 * international/codepage.el (cp-coding-system-for-codepage-1):
11027 Create separate encoders and decoders, for DOS and Unix. Make the
11028 usual family of 3 coding systems, so that automatic detection of
11029 EOL type works.
11030 (cp-make-coding-systems-for-codepage): Don't intern DOS- and
11031 Unix-specific symbols here, and don't call
11032 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi
11033 Handa <handa@etl.go.jp>.)
11034
11035 * dos-vars.el (dos-codepage-setup-hook): New defcustom.
11036
11037 * term/internal.el (IT-character-translations): New variable, an
11038 alist used to display characters for which there's no glyphs in
11039 the current codepage.
11040 (IT-display-table-setup): New function, sets up the DOS terminal
11041 for a given codepage.
11042 (dos-codepage-setup): New function, sets up the MULE environment
11043 for the current value of dos-codepage.
11044 (top-level if): In the multibyte mode, turn on
11045 unibyte-display-via-language-environment. In the unibyte mode,
11046 set up the special syntax tables to map lower- to upper case and
11047 back.
11048
11049 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org>
11050
11051 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
11052 (speedbar-frame-plist) Remove useless comments.
11053 (speedbar-frame-mode) Do not specify height if it is in the param list.
11054 Use default y position w/out changing it.
11055 If default x position is a list, keep, calculate the non-list X
11056 value when devining an initial position.
11057 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
11058 (speedbar-tag-group-name-minimum-length): New variable.
11059 (speedbar-frame-parameter): New compatibility function.
11060 (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
11061 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
11062 groups to keep things in the right order, and to help with some
11063 naming conventions.
11064 (speedbar-create-tag-hierarchy): Enable buffer local version of
11065 `speedbar-tag-hierarchy-method' in the buffer we are tagging.
11066 (speedbar-line-path) Make DEPTH param optional. Devine it if absent.
11067 the case, derive it from the cursor location in speedbar.
11068
11069 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
11070
11071 * international/mule-cmds.el (set-language-environment): On MS-DOS
11072 terminals, install DOS-specific nonascii-translation-table if the
11073 language info doesn't specify one. Pass the default eol-type to
11074 set-language-environment-coding-systems.
11075 (set-default-coding-systems): Copy the eol-type property for the
11076 new default values of {buffer-file,process}-coding-system from the
11077 old defaults.
11078 (set-language-environment-coding-systems): Accept an optional
11079 argument EOL-TYPE, and set the eol-type property of the default
11080 coding systems accordingly.
11081 (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
11082 (set-keyboard-coding-system): Likewise.
11083 (set-default-coding-systems): Don't set
11084 default-terminal-coding-system on MS-DOS to anything but nil.
11085 (prefer-coding-system): Describe in the doc string that
11086 default-terminal-coding-system is not changed on MS-DOS.
11087 (set-language-environment): For MS-DOS, set standard syntax table
11088 and display table for all characters with code above 127.
11089 (standard-display-european-internal): For MS-DOS, pass all
11090 characters with code above 127 directly to the terminal, and don't
11091 remap characters 160 and 146 in the unibyte case.
11092
11093 * international/codepage.el: New file.
11094
11095 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11096
11097 * diary-lib.el (diary-float): Fix end-of-year error and typos in
11098 comments.
11099
11100 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
11101
11102 * map-ynp.el (map-y-or-n-p): Ignore input methods.
11103
11104 * subr.el (read-passwd): Likewise.
11105
11106 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org>
11107
11108 * info.el (Info-find-node): Add 1 to the position read from the
11109 tag table. Don't fail if the node delimiter ^_ is the first
11110 character in the file.
11111 (Info-insert-dir): Don't fail when the node delimiter ^_ is the
11112 first character in the file.
11113 (Info-read-subfile): Likewise.
11114 (Info-select-node): Likewise.
11115 (Info-build-node-completions): Likewise.
11116
11117 1998-12-16 Richard Stallman <rms@gnu.org>
11118
11119 * term/x-win.el (x-cut-buffer-or-selection-value):
11120 If clipboard is enabled, try it before PRIMARY selection.
11121
11122 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11123
11124 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
11125 insert c-cedilla and C-cedilla respectively, like in latin-1.
11126
11127 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org>
11128
11129 * language/hebrew.el: Don't use sublists in the flags argument
11130 passed to make-coding-system.
11131
11132 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11133
11134 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
11135 list of character sets found by find-charset-region.
11136
11137 * ps-mule.el: Always require ps-print. Move some function
11138 definitions for Emacs 20.2 and the earlier to ps-print.el.
11139 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
11140
11141 * ps-print.el: Define several functions for Emacs 20.2 and the
11142 earlier version.
11143 (ps-printer-name): Check if printer-name is bound.
11144
11145 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11146
11147 * ps-mule.el: Programming uniformization and little code improvement.
11148 (ps-mule-prepare-font): Programming uniformization.
11149 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
11150 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
11151
11152 * ps-bdf.el: Programming uniformization and little code improvement.
11153 (bdf-search-and-read): New fun.
11154 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
11155 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
11156 (bdf-info-relative-compose, bdf-info-baseline-offset)
11157 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
11158 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
11159 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
11160 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
11161 improvement.
11162
11163 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11164
11165 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
11166 and mule related code extraction. Autoload ps-mule funs.
11167
11168 * ps-mule.el: Doc fix. Require ps-print only when compiled.
11169 (ps-mule-prologue-generated): New fun.
11170 (ps-mule-plot-string): Add autoload cookie.
11171 (ps-mule-begin-job): Call ps-mule-prologue-generated.
11172
11173 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11174
11175 * ps-bdf.el: Require ps-mule instead of ps-print.
11176 (bdf-directory-list): Add autoload cookie.
11177
11178 * ps-mule.el: New file. Mule related code extracted from
11179 ps-print.el. Require ps-print, provide ps-mule.
11180 (ps-multibyte-buffer): Add autoload cookie.
11181 (ps-mule-prepare-ascii-font): New fun.
11182 (ps-mule-set-ascii-font): New fun.
11183 (ps-mule-skip-same-charset): Fun deleted.
11184 (ps-mule-plot-string): Set ps-mule-current-charset.
11185 (ps-mule-initialize): Add autload cookie. Don't set
11186 ps-mule-font-info-database here.
11187 (ps-mule-begin-job): Renamed from ps-mule-begin. Update
11188 ps-mule-font-info-database and ps-control-or-escape-regexp.
11189 (ps-mule-begin-page): New fun.
11190
11191 * ps-print.el: Mule related code moved to ps-mule.el.
11192 (ps-begin-job): While setting ps-control-or-escape-regexp, don't
11193 check ps-mule-charset-list.
11194 (ps-begin-page): Don't set ps-mule-current-charset, instead call
11195 ps-mule-begin-page.
11196 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
11197 (ps-plot-region): Don't set ps-mule-current-charset, instead call
11198 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset,
11199 instead skip same charsets by itself.
11200 (ps-generate): Call ps-mule-initialize of needs-begin-file is
11201 non-nil. Call ps-mule-begin-job.
11202
11203 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11204
11205 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf
11206 instead of bdf.
11207
11208 * ps-print.el (ps-mule-font-info-database): Doc-string modified.
11209 (ps-mule-external-libraries): New element FEATURE.
11210 (ps-mule-init-external-library): Ajusted for the above change.
11211 (ps-mule-generate-font): Likewise.
11212 (ps-mule-generate-glyphs): Likewise.
11213 (ps-mule-prepare-font): Likewise.
11214 (ps-mule-initialize): Likewise.
11215 (ps-begin-file): Superfluous tailing parenthesis deleted.
11216
11217 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11218
11219 * international/fontset.el (x-decompose-font-name): If PATTERN
11220 doesn't have any wild cards, return a vector made from a name that
11221 is found by x-resolve-font-name found. Comments added.
11222
11223 * international/mule-cmds.el (find-coding-systems-for-charsets):
11224 Handle the case of unknown charset.
11225 (find-multibyte-characters): If invalid multibyte characters are
11226 found, return the corresponding strings instead of character
11227 codes.
11228 (find-multibyte-characters): Adjusted for the above change.
11229 (select-safe-coding-system): For a unibyte buffer, always returns
11230 DEFAULT-CODING-SYSTEM.
11231 (get-charset-property): Fix previous change. Make it a function.
11232 (put-charset-property): Make it a function.
11233
11234 * international/mule.el (make-coding-system): Set mime-charset
11235 property of *-with-esc coding system to nil.
11236
11237 * international/quail.el (quail-point-in-conversion-region): New
11238 function.
11239 (quail-conversion-backward-delete-char): When a key sequence is
11240 being translated, call quail-delete-last-char.
11241
11242 * language/devan-util.el
11243 (devanagari-reorder-glyphs-for-decomposition): Fix the way to
11244 handle devanagari-decomposition-rules.
11245
11246 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org>
11247
11248 * textmodes/texinfo.el (texinfo-tex-buffer): Bind
11249 tex-start-options-string to empty string.
11250 (texinfo-tex-region): Use texinfo-tex-trailer as documented.
11251
11252 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org>
11253
11254 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
11255 5xx responses are already handled properly).
11256
11257 1998-12-13 Richard Stallman <rms@gnu.org>
11258
11259 * progmodes/compile.el (compilation-error-regexp-alist): Insist
11260 on a non-digit in the file name.
11261
11262 * simple.el (comment-region): Handle comment-padding
11263 separately for insertion and for deletion, in the right way for each.
11264
11265 1998-12-13 Felix Lee <flee@cygnus.com>
11266
11267 * progmodes/compile.el (compilation-error-regexp-alist): Fix
11268 regexp to match "ChangeLog:1:1998-12-09 ..."
11269
11270 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org>
11271
11272 * cus-start.el (dos-unsupported-char-glyph): Add.
11273
11274 1998-12-11 Dave Love <fx@gnu.org>
11275
11276 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
11277 forward-sexp in condition-case.
11278
11279 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11280 Remove unnecessary test on `library' for explicit file name.
11281 Widen scope of save-match-data.
11282
11283 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org>
11284
11285 * international/mule.el (load-with-code-conversion): If the loaded
11286 file was inserted with no-conversion or raw-text coding system,
11287 make the buffer unibyte.
11288
11289 1998-12-09 Richard Stallman <rms@gnu.org>
11290
11291 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
11292 Get rid of nested loops.
11293
11294 * mouse.el (mouse-drag-vertical-line):
11295 If WHICH-SIDE is not `right', then scroll bars are on the left.
11296
11297 * loadhist.el (load-history-loaded): defvar moved to help.el.
11298
11299 * help.el (symbol-file-load-history-loaded): Variable renamed,
11300 and defvar moved from loadhist.el.
11301 (symbol-file): Renamed from describe-function-find-file.
11302 Load fns-VERSION.el here.
11303 (describe-variable, describe-function-1): Use symbol-file.
11304
11305 * textmodes/tex-mode.el (tex-generate-zap-file-name):
11306 Don't start the name with #.
11307
11308 * ispell.el: Take out the eval-when's.
11309
11310 1998-12-09 Peter Breton <pbreton@ne.mediaone.net>
11311
11312 * dirtrack.el (dirtrack-directory-change-hook): New hook.
11313 (dirtrack): Run it. Make debug message more verbose.
11314
11315 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
11316
11317 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
11318 name of the abbrev table, and provide support for XEmacs.
11319 (octave-xemacs-p): New variable.
11320
11321 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
11322
11323 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
11324 exit, when mail-interactive is nil.
11325
11326 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr>
11327
11328 * files.el (after-find-file): Message fix.
11329
11330 1998-12-09 Ken Stevens <stevens@kdstevens.com>
11331
11332 * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
11333
11334 1998-12-09 Geoff Voelker <voelker@cs.washington.edu>
11335
11336 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
11337 filenames using backslashes.
11338
11339 1998-12-09 Dave Love <fx@gnu.org>
11340
11341 * browse-url.el (browse-url-mail): Call compose-mail-other-window
11342 with correct number of args.
11343 (browse-url-maybe-new-window): New arg. Callers changed.
11344
11345 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
11346 comment.
11347
11348 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
11349
11350 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
11351
11352 1998-12-08 Markus Rost <rost@delysid.gnu.org>
11353
11354 * vc.el (vc-rcs-release): Fix Type.
11355 (vc-sccs-release): Fix Type.
11356 (vc-cvs-release): Fix Type.
11357
11358 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
11359 arg work right.
11360
11361 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
11362 output of last undeleted message.
11363
11364 1998-12-07 Geoff Voelker <voelker@cs.washington.edu>
11365
11366 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
11367 (buffer-undo-list) [windows-nt]: Use different relative path.
11368
11369 1998-12-07 Simon Marshall <simon@gnu.org>
11370
11371 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
11372
11373 1998-12-05 Markus Rost <rost@delysid.gnu.org>
11374
11375 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
11376
11377 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
11378
11379 1998-12-04 Markus Rost <rost@delysid.gnu.org>
11380
11381 * info.el (Info-menu): Don't return error if point is between menu
11382 header and first menu item.
11383
11384 1998-12-04 Dave Love <fx@gnu.org>
11385
11386 * help.el (describe-function-1): Fix description for alias.
11387
11388 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org>
11389
11390 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
11391 specifications from summary line.
11392
11393 * rect.el (delete-whitespace-rectangle): Mark for autoload.
11394 (close-rectangle): Define alias only once in loaddefs.el.
11395
11396 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org>
11397
11398 * term/internal.el: Remove code which sets up a special syntax
11399 table for non-ASCII characters.
11400
11401 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org>
11402
11403 * dos-w32.el (direct-print-region-function): Try to ensure that
11404 printer-name is expanded to a file name on a local drive;
11405 sometimes printing a file loaded from a network volume fails.
11406 (direct-print-region-function): Add a function to
11407 write-region-annotate-functions to append a formfeed character to
11408 the region being printed, if the region doesn't end with a
11409 formfeed already. This avoids creating a second print job
11410 containing a blank page when print spooling is enabled on Windows.
11411
11412 1998-12-02 Dave Love <fx@gnu.org>
11413
11414 * help.el (help-make-xrefs): Use `info', not the non-autoloaded
11415 `Info-goto-node'.
11416
11417 1998-12-02 Richard Stallman <rms@gnu.org>
11418
11419 * help.el (temp-buffer-resize-mode): Doc fix.
11420
11421 * cus-edit.el (custom-save-delete): Save point before
11422 reading a sexp, rather than backing up.
11423
11424 * international/iso-transl.el: Fix previous change.
11425
11426 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
11427
11428 * vc.el (vc-dired-window-configuration, vc-ediff-windows,
11429 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
11430 Added defvars to suppress compilation warnings.
11431
11432 1998-11-30 Ken Stevens <k.stevens@ieee.org>
11433
11434 * ispell.el: Improved and fixed customize for variables:
11435 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
11436 ispell-dictionary-alist, ispell-skip-sgml.
11437 Improved and fixed comments in variables and messages for
11438 functions: ispell-help-in-bufferp, ispell-local-dictionary,
11439 ispell-menu-map, ispell-checking-message, ispell-parser,
11440 ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
11441 ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
11442 ispell-comments-and-strings, ispell-continue, ispell-complete-word,
11443 ispell-message-text-end, ispell-add-per-file-word-list.
11444 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
11445 system is now required for all languages. Casechars improved for
11446 castellano, castellano8, and norsk dictionaries. Dictionary
11447 norsk7-tex added. Dictionary polish added.
11448 (ispell-dictionary-alist): Redefined at load-time to support
11449 dictionary changes.
11450 (ispell-menu-map): Redefined at load-time to support menu changes.
11451 (ispell-check-version): New alias for `check-ispell-version'.
11452 (ispell-parse-output): Fixed matching for ispell error messages.
11453 Correctly returns spelling suggestions in order generated by ispell
11454 process.
11455 (check-ispell-version): Ensure `case-fold-search' doesn't get
11456 redefined.
11457 (ispell-complete-word): Ensure `case-fold-search' doesn't get
11458 redefined. Fix bug that didn't respect case of word being completed.
11459 (ispell-init-process): Set process coding system to be compatible
11460 with emacs processes and the ispell process.
11461 (ispell-kill-ispell): Ensures ispell process has terminated before
11462 starting new process. This can otherwise confuse process filters
11463 and hang the ispell process.
11464 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
11465 skipping support for sgml.
11466 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r
11467 which could cause `ispell-complete-word' to hang.
11468 (ispell-message): Improved message reference matching. Ensure
11469 `case-fold-search' doesn't get redefined.
11470 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
11471 get redefined. Fixed bug in returning to nroff mode from tex mode.
11472 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
11473 get redefined.
11474
11475 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu>
11476
11477 * textmodes/flyspell.el (flyspell-check-word-p):
11478 Don't delay inside a kbd macro.
11479
11480 * subr.el (make-local-hook): Return the hook variable.
11481
11482 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11483
11484 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
11485 Use a timer instead of post-command-hook.
11486 (hscroll-timer): New variable.
11487
11488 1998-11-30 Dave Love <fx@gnu.org>
11489
11490 * help.el (help-xref-button): Do nothing if text already has the
11491 help-xref property.
11492 (describe-variable): Revert previous change to hyperlink to source.
11493
11494 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
11495
11496 * bindings.el (features): Add `base64' to this list.
11497
11498 * loadhist.el (symbol-file): Doc fix.
11499
11500 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
11501
11502 * files.el (hack-one-local-variable): Cope with non-file buffers.
11503
11504 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu>
11505
11506 * help.el (describe-mode): Put major mode first.
11507
11508 * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
11509 to support special-display and same-window features.
11510
11511 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu>
11512
11513 * simple.el (transpose-subr, transpose-subr-1): Rename variables
11514 bound in one function and used in the other.
11515 (transpose-subr-start1, transpose-subr-start2): Add defvars.
11516 (transpose-subr-end1, transpose-subr-end2): Add defvars.
11517
11518 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu>
11519
11520 * autoinsert.el (auto-insert-alist): Use user-mail-address.
11521
11522 1998-11-26 Kenichi Handa <handa@etl.go.jp>
11523
11524 * international/ccl.el (ccl-dump-translate-character-const-tbl):
11525 Give format correct control string.
11526
11527 * international/mule.el (define-translation-table): Fix bug of
11528 setting incorrect translation-table-id. If the first element of
11529 ARGS is a translation table, just register it.
11530
11531 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
11532 property.
11533
11534 1998-11-24 Michael Ernst <mernst@alum.mit.edu>
11535
11536 * thingatpt.el (thing-at-point-url-at-point): Don't use current
11537 syntax table to determine what is whitespace.
11538
11539 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu>
11540
11541 * frame.el (frame-parameter): Doc fix.
11542
11543 * textmodes/tex-mode.el (tex-feed-input): New function.
11544 (tex-define-common-keys): Add binding for C-c C-m.
11545
11546 1998-11-23 Dave Love <fx@gnu.org>
11547
11548 * progmodes/fortran.el: Various minor doc fixes.
11549 (fortran-font-lock-keywords-1): Add `d' to comment-chars.
11550 (fortran-with-subprogram-narrowing): New macro.
11551 (fortran-check-for-matching-do): Use it.
11552 (fortran-end-do): Use fortran-check-end-prog-re.
11553 (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
11554 (fortran-calculate-indent, fortran-calculate-indent): Likewise.
11555
11556 1998-11-23 Simon Marshall <simon@gnu.org>
11557
11558 * font-lock.el (font-lock-defaults): Doc fix.
11559 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
11560 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
11561
11562 * lazy-lock.el (lazy-lock-unstall):
11563 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
11564
11565 * fast-lock.el (fast-lock-save-cache-1):
11566 (fast-lock-cache-data): Rewritten to use with-temp-message.
11567
11568 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org>
11569
11570 * mail/rmail.el (rmail-set-message-counters-counter): Detect
11571 messages that have been added with DOS line endings and convert
11572 the line endings for such messages.
11573
11574 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11575
11576 * help.el: Add resizing of temporary buffers.
11577 (temp-buffer-resize-mode): New command and variable.
11578 (temp-buffer-max-height): New variable.
11579 (resize-temp-buffer-window): New function.
11580
11581 * window.el (window-buffer-height): New function, split from
11582 shrink-window-if-larger-than-buffer.
11583 (shrink-window-if-larger-than-buffer): Use window-buffer-height.
11584
11585 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu>
11586
11587 * frame.el (initial-frame-alist): Add defcustom.
11588
11589 * shell.el (shell-prompt-pattern): Add defcustom.
11590
11591 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11592
11593 * message.el (message-ignored-supersedes-headers): Remove
11594 NNTP-Posting-Date.
11595
11596 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu>
11597
11598 * help.el (describe-mode): Don't avoid loop indirecting thru
11599 value of INDICATOR.
11600
11601 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu>
11602
11603 * help.el (describe-variable): Allow any variable with a defcustom,
11604 even if it is not a user variable.
11605
11606 * mail/rmail.el (mail-unsent-separator): Additional alternative.
11607
11608 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org>
11609
11610 * gnus/nntp.el (nntp-request-group): Allow for failures when
11611 requesting a new group.
11612
11613 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu>
11614
11615 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
11616
11617 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11618
11619 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
11620
11621 1998-11-19 Simon Marshall <simon@gnu.org>
11622
11623 * subr.el (with-temp-message): New macro.
11624
11625 * emacs-lisp/lisp-mode.el (with-temp-message):
11626 Add lisp-indent-function property.
11627
11628 1998-11-18 Dave Love <fx@gnu.org>
11629
11630 * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
11631
11632 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu>
11633
11634 * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
11635 This is not obsolete.
11636
11637 1998-11-18 Kenichi Handa <handa@etl.go.jp>
11638
11639 * textmodes/picture.el: Make a new map by make-keymap.
11640 (picture-desired-column): New variable.
11641 (picture-update-desired-column): New function.
11642 (picture-beginning-of-line): Set picture-desired-column to 0.
11643 (picture-end-of-line): Set picture-desired-column to the current
11644 column.
11645 (picture-forward-column): Pay attention to multi-column character.
11646 (picture-backward-column): Likewise.
11647 (picture-move-down): Likewise.
11648 (picture-move-up): Likewise.
11649 (picture-movement-nw): With prefix arg, move twice columns.
11650 (picture-movement-ne): Likewise.
11651 (picture-movement-sw): Likewise.
11652 (picture-movement-se): Likewise.
11653 (picture-set-motion): Handle two-column movements.
11654 (picture-move): Call picture-move-down or picture-forward-column
11655 only when necessary.
11656 (picture-insert): Pay attention to picture-desired-column.
11657 (picture-self-insert): Likewise.
11658 (picture-clear-column): Pay attention to multi-column character.
11659 (picture-mode): Modify doc-string for two-column movement.
11660
11661 * rect.el (move-to-column-force): New function.
11662 (operate-on-rectangle): If coerce-tabs is non-nil, call
11663 move-to-column-force instead of move-to-column.
11664 (insert-rectangle): Call move-to-column-force instead of
11665 move-to-column.
11666 (open-rectangle-line): If begextra is not zero, call
11667 move-to-column-force.
11668
11669
11670 1998-11-16 Dave Love <fx@gnu.org>
11671
11672 * textmodes/sgml-mode.el Require skeleton when compiling.
11673 (sgml-font-lock-keywords-1): Accept single-letter tags.
11674 (v2): Defvar free variable.
11675
11676 1998-11-16 Sam Steingold <sds@goems.com>
11677
11678 * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
11679 macro, not ELisp one.
11680
11681 1998-11-16 Kenichi Handa <handa@etl.go.jp>
11682
11683 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
11684 characters to symbol.
11685
11686 * language/japan-util.el (japanese-zenkaku-region): New optional
11687 arg KATAKANA-ONLY.
11688
11689 1998-11-16 Kenichi Handa <handa@etl.go.jp>
11690
11691 * international/mule.el
11692 (after-insert-file-set-buffer-file-coding-system): If the buffer
11693 is changed to unibyte, return inserted bytes.
11694
11695 * tar-mode.el (tar-header-block-tokenize): Decode codes of file
11696 and link names if necessary.
11697 (tar-header-block-summarize): Handle the case that file or link
11698 names are multibyte.
11699 (tar-summarize-buffer): At first set the current buffer unibyte,
11700 then if there are multibyte file names, change it to multibyte.
11701 (tar-mode): Get char position from tar-header-offset.
11702 (tar-extract): Avoid multibyte<->unibyte conversion in
11703 insert-buffer-subsring by setting both buffers unibyte
11704 temporarily.
11705 (tar-copy): Set the buffer unibyte while doing a work. Write
11706 without code conversion.
11707 (tar-expunge): Set the buffer unibyte while doing a work.
11708 (tar-alter-one-field): Likewise.
11709 (tar-clear-modification-flags): Compare byte position with
11710 tar-header-offset.
11711 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
11712 insert-buffer-subsring by setting both buffers unibyte
11713 temporarily. Pay attention to multibyteness while updating the
11714 descriptor-line.
11715 (tar-mode-write-file): Write without code conversion.
11716
11717 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11718
11719 * nngateway.el: Require cl.
11720
11721 1998-11-15 Dave Love <fx@gnu.org>
11722
11723 * progmodes/fortran.el: Fix previous change:
11724 (fortran-end-prog-re1): Changed.
11725 (fortran-check-end-prog-re): New function.
11726 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
11727
11728 1998-11-13 Tom Breton <tob@world.std.com>
11729
11730 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
11731 GNU Emacs.
11732
11733 1998-11-13 Carsten Dominik <cd@delysid.gnu.org>
11734
11735 * textmodes/reftex.el: (reftex-finding-files): Group documentation
11736 fixed.
11737 (reftex-toc-toggle-file-boundary,
11738 reftex-toc-toggle-labels,
11739 reftex-toc-toggle-context,reftex-find-start-point): New functions.
11740 (reftex-toc-include-labels, reftex-toc-include-context,
11741 reftex-toc-include-file-boundaries,
11742 reftex-toc-keep-other-windows): New options.
11743 (reftex-use-text-after-label-as-context): Option removed.
11744 (reftex-extract-bib-entries): Protect use in non-latex
11745 buffers.
11746 (reftex-toc-visit-location): Renamed from
11747 `reftex-toc-visit-line'.
11748 (reftex-latin1-to-ascii): Works now with and without Mule.
11749 (reftex-truncate): Removed special stuff for Emacs 20.2.
11750 (reftex-get-offset): Made more general.
11751 (reftex-show-label-location): Renamed from
11752 `reftex-select-label-callback'.
11753 (reftex-pop-to-label): Function removed (using
11754 `reftex-show-label-location' instead.
11755 (reftex-insert-docstruct): Renamed from
11756 `reftex-make-and-insert-label-list'. Function args changed.
11757 (reftex-toc): Now uses `reftex-insert-docstruct' and
11758 `reftex-find-start-point'.
11759 (reftex-select-item): Use `reftex-find-start-point'.
11760 (reftex-toc-visit-line): Can display labels and file
11761 boundaries.
11762 (reftex-TeX-master-file): `(TeX-master-file)' protected.
11763
11764 1998-11-12 Sam Steingold <sds@goems.com>
11765
11766 * browse-url.el (browse-url): Handle the case when
11767 `browse-url-browser-function' is a lambda list.
11768
11769 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org>
11770
11771 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
11772 version string.
11773 * loadhist.el (symbol-file): Likewise
11774
11775 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM>
11776
11777 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
11778
11779 1998-11-11 Sam Steingold <sds@goems.com>
11780
11781 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
11782 `run-lisp' instead of signalling an error.
11783
11784 1998-11-11 Karl Heuer <kwzh@gnu.org>
11785
11786 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
11787
11788 1998-11-11 Richard Stallman <rms@gnu.org>
11789
11790 * vc-hooks.el (vc-toggle-read-only): Doc fix.
11791
11792 1998-11-11 Per Starback <starback@update.uu.se>
11793
11794 * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
11795 renamed svenska8 to svenska, and fixed and extended CASECHARS
11796 for it.
11797
11798 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org>
11799
11800 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
11801 handling if setpagedevice is not available.
11802 (ps-begin-file): Fix typo.
11803
11804 1998-11-11 Kenichi Handa <handa@etl.go.jp>
11805
11806 * international/mule-util.el (compose-chars-component): Signal
11807 error if CH is a rule-based composition character.
11808 (compose-chars): Signal error if an already compsed character is
11809 going to be composed by rule-base.
11810
11811 * term/x-win.el: If a resolved ASCII font name doesn't conform to
11812 full XLFD, don't try to get information of WEIGHT and SLANT from
11813 that font name.
11814
11815 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
11816
11817 * dos-w32.el (set-default-process-coding-system): Use function on
11818 before-init-hook to set default-process-coding-system based on
11819 enable-multibyte-characters.
11820
11821 * term/w32-win.el ([language-change]): For now ignore
11822 keyboard language-change events.
11823
11824 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org>
11825
11826 * ediff-util.el (ediff-make-temp-file): Run the prefix through
11827 convert-standard-file-name, but leave the results of
11828 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2
11829 characters if the original name already exists, or has a special
11830 handler.
11831
11832 1998-11-10 Karl Heuer <kwzh@gnu.org>
11833
11834 * international/iso-insert.el: Delete autoload cookies.
11835
11836 * international/iso-transl.el: Add autoload cookies.
11837
11838 1998-11-10 Richard Stallman <rms@gnu.org>
11839
11840 * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
11841 (ispell-process-line): Don't treat multibyte
11842
11843 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk>
11844
11845 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
11846 setpagedevice to specify the page size if setpagedevice is
11847 available. This is necessary to select the correct paper tray on
11848 Level 2 printers with multiple paper sizes available.
11849
11850 (ps-begin-file): Cope with font names that contain spaces, and
11851 call BeginDoc in a BeginSetup/EndSetup block.
11852
11853 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org>
11854
11855 * loadup.el (buffer-undo-list): Run fns-VERSION.el through
11856 convert-standard-filename.
11857
11858 * loadhist.el (symbol-file): Run fns-VERSION.el through
11859 convert-standard-filename.
11860
11861 1998-11-06 Richard Stallman <rms@gnu.org>
11862
11863 * textmodes/texinfmt.el (texinfo-format-scan):
11864 Detect the case of two @-commands in a row; process just the first.
11865 (texinfo-append-refill): If line has a @c, insert the @refill
11866 before it.
11867 (texinfo-format-refill): Return with point where the @refill was.
11868
11869 * files.el (hack-local-variables): Test local-enable-local-variables.
11870 (hack-local-variables-prop-line): Likewise.
11871 (set-auto-mode): Don't test local-enable-local-variables here.
11872 (enable-local-variables): Doc fix.
11873 (local-enable-local-variables): Doc fix.
11874 (normal-mode): Doc fix.
11875
11876 1998-11-06 Karl Heuer <kwzh@gnu.org>
11877
11878 * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
11879
11880 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM>
11881
11882 * simple.el (line-number-mode): Doc fix.
11883
11884 1998-11-06 Kenichi Handa <handa@etl.go.jp>
11885
11886 * international/fontset.el (create-fontset-from-fontset-spec):
11887 Give correct arg to `error'.
11888
11889 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org>
11890
11891 * textmodes/sgml-mode.el (html-mode): Doc fix.
11892 (sgml-name-8bit-mode): Fix missing format character in message string.
11893
11894 1998-11-05 Karl Heuer <kwzh@gnu.org>
11895
11896 * mail/sendmail.el (sendmail-send-it): Check for failure.
11897
11898 1998-11-05 Richard Stallman <rms@gnu.org>
11899
11900 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
11901
11902 * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
11903 (close-rectangle): Define as alias.
11904
11905 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu>
11906
11907 * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
11908
11909 1998-11-05 Dave Love <fx@gnu.org>
11910
11911 * help.el (describe-variable): Don't quote link to source.
11912
11913 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu>
11914
11915 * gud.el (gud-common-init): Use pop-to-buffer.
11916 (same-window-regexps): Add an element that matches all gud buffers.
11917
11918 1998-11-04 Jason Rumney <jasonr@altavista.net>
11919
11920 * term/w32-win.el (x-get-selection-value): Alias to
11921 x-cut-buffer-or-selection-value.
11922 (w32-standard-fontset-spec): New variable.
11923 (w32-create-initial-fontsets, mouse-set-font): Check whether
11924 new-fontset is available.
11925 (w32-use-w32-font-dialog): Enable use of set-variable.
11926
11927 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11928
11929 * vc.el (with-vc-file, edit-vc-file): New macros.
11930
11931 1998-11-04 Kenichi Handa <handa@etl.go.jp>
11932
11933 * international/quail.el (quail-show-guidance-buf): Call
11934 set-minibuffer-window to set minibuffer window of the current
11935 frame correctly.
11936
11937 1998-11-03 Theodore Jump <tjump@tertius.com>
11938
11939 * term/w32-win.el: Require fontset.
11940
11941 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org>
11942
11943 * faces.el (set-face-font): Call resolve-fontset-name on w32.
11944 (set-face-font-auto): Ditto.
11945
11946 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
11947
11948 * mouse.el (mouse-drag-region): Fix typo.
11949
11950 1998-11-02 Dave Love <fx@gnu.org>
11951
11952 * progmodes/fortran.el Fix for fontification of strings lost somehow:
11953 (fortran-fontify-string): New function.
11954 (fortran-font-lock-keywords-1): Use it.
11955
11956 1998-11-02 Markus Rost <rost@delysid.gnu.org>
11957
11958 * comint.el (comint-file-name-quote-list): Doc fix.
11959
11960 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
11961
11962 * loadup.el (buffer-undo-list): Write fns-VERSION.el into
11963 build directory, not source directory.
11964
11965 * mouse.el (mouse-drag-region): Fake up a mouse-motion event
11966 if we did not get one for the final move.
11967
11968 1998-11-01 Dave Love <fx@gnu.org>
11969
11970 * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
11971 Don't funcall browse-url-browser-function.
11972
11973 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
11974 Don't funcall browse-url-browser-function.
11975
11976 * fortran.el (fortran-end-prog-re1): Fix the regexp.
11977
11978 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
11979
11980 * files.el (revert-buffer): Doc fix.
11981
11982 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
11983
11984 * textmodes/tex-mode.el (tex-start-options-string):
11985 Quote the backslashes with more backslashes.
11986
11987 1998-10-31 Dave Love <fx@gnu.org>
11988
11989 * webjump.el (webjump-sample-sites): Fix Lisp archive site.
11990 (webjump): Don't funcall browse-url-browser-function.
11991
11992 1998-10-30 Kenichi Handa <handa@etl.go.jp>
11993
11994 * international/quail.el (quail-start-translation): Handle
11995 switching of the frame in read-key-sequence.
11996 (quail-start-conversion): Likewise.
11997 (quail-show-guidance-buf): Detach quail-guidance-buf from any
11998 windows before setting an appropriate window for it.
11999 (quail-hide-guidance-buf): Use window-minibuffer-p. Set
12000 quail-guidance-win to nil.
12001 (quail-update-guidance): If quail-guidance-buf is not in the
12002 selected frame, call quail-show-guidance-buf again.
12003
12004 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no>
12005
12006 * progmodes/pascal.el (pascal-mode):
12007 `blink-matching-paren-dont-ignore-comments' set to t.
12008
12009 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12010
12011 * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
12012
12013 1998-10-30 Dave Love <fx@gnu.org>
12014
12015 * vc.el (vc-backend-merge-news): Check for "P" output.
12016
12017 * help.el (describe-variable): Hyperlink the definition.
12018
12019 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
12020
12021 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
12022 (sh-set-shell): Likewise.
12023
12024 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
12025
12026 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
12027 (edebug-on-error): Fix customize type to match that of
12028 debug-on-error.
12029
12030 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
12031
12032 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
12033 report-emacs-bug-address instead of undefined bug-gnu-emacs.
12034
12035 * international/mule-cmds.el (select-message-coding-system): Doc
12036 fix.
12037
12038 * international/mule-diag.el (describe-coding-system): Describe
12039 all flags.
12040
12041 * mail/sendmail.el (sendmail-coding-system,
12042 default-sendmail-coding-system): Doc fix.
12043
12044 * simple.el (shell-command-on-region): Doc fix.
12045
12046 * loadup.el: Write fns-*.el in current directory instead of
12047 data-directory since no installation directory exists yet. Mark
12048 buffer unmodified afterwards.
12049
12050 * loadhist.el (symbol-file): Load fns-*.el from exec-directory
12051 instead of data-directory since it is architecture dependent.
12052 (load-history-loaded): Update doc string.
12053
12054 1998-10-29 Geoff Voelker <voelker@cs.washington.edu>
12055
12056 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
12057 path as a default directory when canonicalizing names.
12058
12059 * w32-fns.el: Remove a dangling reference to a directory on the
12060 build machine.
12061
12062 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu>
12063
12064 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
12065 namespace related keywords such as `class', `body', `private',
12066 `variable', `namespace eval', etc.
12067 (tcl-imenu-generic-expression): Handle itcl body and class definitions.
12068 (tcl-mode): Added ":" as a word constituent to the syntax-alist of
12069 imenu and font-lock so that searches for \sw would find words
12070 containing colons.
12071
12072 * progmodes/etags.el (initialize-new-tags-table):
12073 Do not alter find-tag-marker-ring and tags-location-ring.
12074
12075 1998-10-27 Geoff Voelker <voelker@cs.washington.edu>
12076
12077 * term/w32-win.el: Require fontset.
12078 (w32-init-fontsets): New function (code from x-win.el).
12079
12080 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12081
12082 * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
12083 calendar-and-diary-frame-parameters): Add title parameter.
12084
12085 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
12086
12087 * completion.el (dynamic-completion-mode): New function to enable
12088 the mode. (Just loading the file now does not change anything.)
12089
12090 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12091
12092 * ps-print.el: User option for multibyte buffer handling and doc fix.
12093 (ps-multibyte-buffer): New user option.
12094 (ps-setup): Print new user option.
12095 (ps-print-quote): New fun.
12096 (ps-color-p, ps-mule-font-info-database-latin): New var.
12097 (ps-default-color, ps-mule-font-info-database)
12098 (ps-mule-font-info-database-ps-bdf): Adjust initialization.
12099 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
12100 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
12101 Little code improvement.
12102 (ps-mule-initialize): Initialize ps-mule-font-info-database.
12103 (ps-print-prologue-header, ps-font-family, ps-font-size)
12104 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
12105 (ps-build-face-reference, ps-mule-font-info-database-bdf)
12106 (ps-mule-external-libraries, ps-mule-init-external-library)
12107 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
12108 Doc fix.
12109 (ps-print-version): New version number (4.1.1) and doc fix.
12110 (ps-print-prologue-header): New user option.
12111 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
12112 Conditional compilation for GNU Emacs and emacsens.
12113 (ps-generate-postscript-with-faces): Skip invisible text better.
12114 (ps-setup): Print new user option.
12115 (ps-print-preprint): Check if input file name exists and is unwritable.
12116 (ps-begin-file): Adjust PostScript prologue header for duplex printers
12117 and insert user PostScript prologue header comments.
12118 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
12119 New funs.
12120 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
12121 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
12122 PostScript programming normalization.
12123 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
12124 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
12125 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
12126 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
12127 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
12128 Programming style normalization.
12129
12130 1998-10-26 Kenichi Handa <handa@etl.go.jp>
12131
12132 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
12133 version, check the value of mule-version.
12134
12135 * international/mule-util.el (compose-region): Insert then delete
12136 to preserve markers.
12137 (decompose-region): Use search-forward for efficiency.
12138
12139 * language/chinese.el (pre-write-encode-hz): Cancel previous
12140 change, use generate-new-buffer instead of get-buffer-create.
12141 * language/devan-util.el
12142 (in-is13194-devanagari-pre-write-conversion): Likewise.
12143 * language/thai-util.el (thai-pre-write-conversion): Likewise.
12144 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
12145 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
12146
12147 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
12148
12149 * mail/rmailsum.el (rmail-message-subject-p):
12150 Handle message whose header has not been reformatted.
12151
12152 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
12153
12154 1998-10-25 Jason Rumney <jasonr@altavista.net>
12155
12156 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
12157 New variables.
12158 (mouse-set-font): Use font menus instead of dialog according to
12159 w32-use-w32-font-dialog.
12160
12161 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12162
12163 * calendar/calendar.el (calendar-day-name-array): Add doc string
12164 correctly!
12165 (calendar-month-name-array): Add doc string correctly!
12166
12167 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu>
12168
12169 * net-utils.el (whois-get-tld): Rewrite not to use `do'.
12170
12171 1998-10-21 Markus Rost <rost@delysid.gnu.org>
12172
12173 * lisp/info.el (Info-next-menu-item): Stay on top of node.
12174
12175 * mail/rmailout.el (rmail-output): Insert newline only if necessary.
12176
12177 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
12178
12179 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
12180
12181 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org>
12182
12183 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
12184
12185 1998-10-21 Karl Heuer <kwzh@gnu.org>
12186
12187 * emacs-lisp/profile.el (profile-timer-program): Var deleted.
12188 (profile-timer-process, profile-temp-result-, profile-time): Likewise.
12189 (profile-filter, profile-reset-timer): Functions deleted.
12190 (profile-check-zero-init-times, profile-get-time): Likewise.
12191 (profile-find-function, profile-quit): Likewise.
12192 (profile-distinct, profile-call-stack, profile-last-time): New vars.
12193 (profile-time-list, profile-init-list): Doc fix.
12194 (profile-functions): Simplify.
12195 (profile-print): Use float. Make output include space separators.
12196 (profile-add-time): New helper function.
12197 (profile-function-prolog): Renamed from profile-start-function.
12198 Handle profile-distinct.
12199 (profile-function-epilog): Renamed from profile-update-function.
12200 Handle profile-distinct.
12201 (profile-a-function): If the function to be profiled is an
12202 autoload form, load it. If it's lazy-loaded, fetch it.
12203 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
12204 (profile-restore-fun): Arg FUN is now a function symbol, as was
12205 documented, rather than a one-element list.
12206 (profile-finish): Call profile-restore-fun properly.
12207
12208 1998-10-21 Kenichi Handa <handa@etl.go.jp>
12209
12210 * international/characters.el: Setup charset property
12211 nospace-between-words.
12212
12213 * international/mule-cmds.el (get-charset-property): If CHARSET is
12214 composition, return nil.
12215 (put-charset-property): If CHARSET is composition, do nothing.
12216
12217 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
12218 * language/devan-util.el
12219 (in-is13194-devanagari-pre-write-conversion): Likewise.
12220 * language/thai-util.el (thai-pre-write-conversion): Likewise.
12221 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
12222 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
12223
12224 * textmodes/fill.el (sentence-end-without-period): New variable.
12225 (canonically-space-region): Pay attention to
12226 sentence-end-without-period.
12227 (fill-find-break-point): The first argument CHARSET deleted.
12228 Caller changed.
12229 (fill-region-as-paragraph): Pay attention to charset property
12230 nospace-between-words and text property nospace-between-words.
12231
12232 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
12233
12234 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
12235 an unrecognized shell.
12236
12237 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org>
12238
12239 * desktop.el (desktop-save): Include minor modes symbolically.
12240 (desktop-create-buffer): Turn on all minor modes in `mim'.
12241
12242 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
12243
12244 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
12245 (sh-font-lock-keywords): Handle rpm and rpm2.
12246 (sh-ancestor-alist): Handle rpm.
12247
12248 * files.el (auto-mode-alist): Recognize .rpm files.
12249 Also .spec and .mspec files.
12250
12251 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org>
12252
12253 * faces.el (frame-set-background-mode): Enable the function for
12254 MSDOS frames.
12255
12256 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12257
12258 * calendar/calendar.el (calendar-day-name-array): Add doc string.
12259 (calendar-month-name-array): Add doc string.
12260
12261 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu>
12262
12263 * simple.el (kill-ring-max): Increased to 60.
12264
12265 1998-10-17 Kenichi Handa <handa@etl.go.jp>
12266
12267 * international/characters.el: Setup auto-fill-chars.
12268
12269 * international/kinsoku.el (kinsoku): Check the variable
12270 enable-kinsoku.
12271
12272 * simple.el (do-auto-fill): Don't check kinsoku-enable here.
12273 Don't call kinsoku directly, intead call fill-find-break-point.
12274
12275 * textmodes/fill.el: Setup `fill-find-break-point-function'
12276 property to character sets which require `kinsoku' processing for
12277 filling.
12278 (fill-find-break-point): New function.
12279 (fill-region-as-paragraph): Don't check kinsoku-enable here.
12280 Don't call kinsoku directly, intead call fill-find-break-point.
12281
12282 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu>
12283
12284 * faces.el (modify-face-read-string): Return (nil) for "none".
12285 (modify-face): Don't get error if (nil) is the argument.
12286 (face-try-color-list): Don't check whether nil is a valid color.
12287
12288 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu>
12289
12290 * emacs-lisp/bytecomp.el (byte-recompile-directory):
12291 Print message about each directory, even in batch mode.
12292
12293 * gnus/nntp.el: Require `cl' before using nnoo-declare.
12294
12295 * ps-print.el (ps-mule-chars-in-string): No need to use sref.
12296 (ps-mule-string-char): No need to use sref.
12297 (ps-mule-next-index): No need to use sref.
12298
12299 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
12300
12301 * files.el (revert-buffer-internal-hook): Add defvar.
12302
12303 * arc-mode.el (archive-mode): Locally set file-precious-flag.
12304
12305 * tar-mode.el (tar-mode): Locally set file-precious-flag.
12306
12307 1998-10-16 Markus Rost <rost@delysid.gnu.org>
12308
12309 * international/mule-cmds.el (default-input-method): Fix custom type.
12310
12311 * net-utils.el (whois-server-list): Fix customization type.
12312
12313 * shell.el (shell-input-autoexpand): Fix customization group.
12314
12315 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu>
12316
12317 * repeat.el (repeat): Handle keyboard macros properly.
12318 Handle new prefix arg after self-insert command.
12319
12320 * repeat.el: Don't include cl even at compile time.
12321 (repeat): Avoid using `loop'.
12322
12323 * simple.el (shell-command-on-region): Doc fix.
12324 (next-history-element): Special error message if no default.
12325
12326 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu>
12327
12328 * ps-print.el (ps-print-buffer): Doc fix.
12329 (ps-despool): Likewise.
12330
12331 * arc-mode.el (arc-mode): Provide arc-mode.
12332
12333 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
12334
12335 * ps-print.el (ps-print-buffer): Doc fix.
12336
12337 1998-10-14 Dave Love <fx@gnu.org>
12338
12339 * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
12340 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
12341 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
12342
12343 * progmodes/fortran.el (fortran-mode-map): Change "Join
12344 Continuation Line" to "Join Line".
12345 (fortran-font-lock-keywords-1): Add "cycle", "exit".
12346
12347 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
12348
12349 * progmodes/fortran.el (fortran-join-line): Use
12350 `delete-indentation' instead of issuing an error message if not on
12351 a continuation line. Provide for joining several lines using
12352 prefix arg.
12353
12354 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org>
12355
12356 * term/pc-win.el (msdos-color-values): New variable.
12357 (x-color-values): New function, emulates its namesake from
12358 src/xfns.c.
12359 (msdos-bg-mode): Add all dark colors to those which return
12360 "dark".
12361
12362 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
12363
12364 * replace.el (keep-lines, flush-lines, how-many):
12365 Don't ignore case if arg has upper case letters.
12366
12367 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch>
12368
12369 * progmodes/vhdl-mode.el
12370 (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
12371 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
12372 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
12373 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
12374 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
12375 (vhdl-when): Fix indentation problem.
12376 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
12377 (vhdl-get-port, vhdl-get-generic): Bug fix in template.
12378 (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
12379
12380 1998-10-13 Geoff Voelker <voelker@cs.washington.edu>
12381
12382 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
12383 (ls-lisp-insert-directory): Renamed from insert-directory.
12384 (insert-directory): New function.
12385
12386 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
12387
12388 * simple.el (completion-fixup-function): Variable deleted.
12389 (completion-setup-function): Delete code for completion-fixup-function.
12390 * emacs-lisp/lisp.el (lisp-complete-symbol):
12391 Don't bind completion-fixup-function.
12392
12393 * files.el (find-file-wildcards): New option.
12394 (find-file-noselect): Handle wild cards, if enabled.
12395 (file-expand-wildcards): New function.
12396
12397 * simple.el (set-fill-column): Doc fix.
12398
12399 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12400
12401 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
12402
12403 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org>
12404
12405 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
12406 Move declaration before first use.
12407 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
12408 hif-math, hif-factor): Rename token to hif-token and token-list to
12409 hif-token-list.
12410 (hif-token, hif-token-list): Declare them.
12411 (hif-find-ifdef-block): Return cons of top and bottom point
12412 instead of setting dynamically bound variables.
12413 (hide-ifdef-block, show-ifdef-block): Use return value of
12414 hif-find-ifdef-block.
12415
12416 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
12417
12418 * subr.el (read-passwd): Use clear-this-command-keys.
12419
12420 * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
12421
12422 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
12423 and ...-for-write.
12424
12425 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk>
12426
12427 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
12428 responses to GROUP command, since this may be called from a timer
12429 with quit inhibited.
12430
12431 1998-10-12 Kenichi Handa <handa@etl.go.jp>
12432
12433 * international/ccl.el (ccl-compile-if): If there's no false-cmds,
12434 set unconditional-jump to nil.
12435 (ccl-compile-read-multibyte-character): Return nil.
12436 (ccl-compile-write-multibyte-character): Likewise.
12437 (ccl-compile-translate-character): Likewise
12438 (ccl-compile-map-multiple): Likewise.
12439 (ccl-compile-map-single): Likewise.
12440
12441 * international/kinsoku.el: Add coding tag.
12442 (kinsoku-bol): Remove superfluous TAB in a string.
12443
12444 * international/mule-cmds.el (find-coding-systems-for-charsets):
12445 Delete `composition' (if any) from CHARSETS.
12446
12447 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
12448
12449 * international/mule-cmds.el (setup-specified-language-environment):
12450 Add apropos-inhibit property.
12451 (describe-specified-language-support): Likewise.
12452
12453 1998-10-11 Kenichi HANDA <handa@etl.go.jp>
12454
12455 * international/mule.el (make-coding-system): Create -with-esc
12456 variant coding system.
12457
12458 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
12459
12460 * progmodes/etags.el (tags-loop-revert-buffers): New variable.
12461 (next-file): Optionally offer to revert a file's buffer,
12462 if it has an existing buffer but the file has changed.
12463
12464 * info.el (Info-insert-dir): Detect and report problems
12465 in input files, such as "No Top node". Return with point
12466 at the beginning of the text.
12467 (Info-find-node): Reinsert the code to handle files
12468 with no tags table; it was deleted by mistake.
12469
12470 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
12471
12472 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
12473 texinfo-find-higher-level-node repeatedly find the same node.
12474 (texinfo-find-higher-level-node): Doc fix.
12475
12476 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
12477
12478 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
12479 (smtpmail-address-buffer): Add defvar.
12480 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
12481
12482 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
12483
12484 * ffap.el (ffap-machine-p-local): Fix editing error.
12485
12486 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu>
12487
12488 * faces.el (frame-set-background-mode):
12489 Don't do anythung for text-only or MSDOS frame.
12490
12491 1998-10-08 Kenichi Handa <handa@etl.go.jp>
12492
12493 * international/quail.el (quail-defrule): New optional arg APPEND.
12494 (quail-defrule-internal): Fix bug of handling the argument APPEND.
12495
12496 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu>
12497
12498 * gnus/pop3.el (pop3-open-server):
12499 Set process-coding-system-alist around open-network-stream.
12500
12501 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu>
12502
12503 * files.el (save-buffer): Doc fix.
12504
12505 1998-10-07 Karl Heuer <kwzh@gnu.org>
12506
12507 * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
12508 return DEF unchanged, not nil. Simplify.
12509
12510 1998-10-06 Geoff Voelker <voelker@cs.washington.edu>
12511
12512 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
12513
12514 1998-10-06 Peter Breton <pbreton@ne.mediaone.net>
12515
12516 * generic.el (generic-mode-with-type): Added hooks for generic-modes.
12517
12518 * net-utils.el (ftp, nslookup): Require comint.
12519 (network-service-connection): Likewise.
12520 (whois-server-name): Defaults to whois.arin.net
12521 (whois-server-list, whois-server-tld, whois-guess-server): New var.
12522 (whois): Tries to guess the appropriate top-level domain server.
12523 (whois-get-tld): New function.
12524
12525 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
12526 (dirtrack-debug-toggle): Added this function.
12527
12528 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
12529
12530 * files.el (find-file-noselect): Switch to the correct buffer
12531 before checking find-file-literally, and allow non-nil non-t
12532 rawfile params.
12533
12534 1998-10-06 Karl Heuer <kwzh@gnu.org>
12535
12536 * midnight.el (clean-buffer-list): Add autoload cookie.
12537
12538 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
12539 no-autosave.
12540 * tar-mode.el (tar-mode-revert): Likewise.
12541 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
12542 from ediff-arrange-autosave-in-merge-jobs. Callers changed.
12543 * gnus/message.el (message-auto-save-directory): Renamed from
12544 message-autosave-directory. All references changed.
12545
12546 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
12547
12548 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
12549 string. Expose mime stuff while searching.
12550
12551 1998-10-06 Richard Stallman <rms@gnu.org>
12552
12553 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
12554
12555 * replace.el (perform-replace): Position point properly
12556 before and after the recursive edit of C-r.
12557
12558 * progmodes/etags.el (tags-reset-tags-tables): Properly
12559 find the markers in the old rings that are being discarded.
12560
12561 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12562
12563 * apropos.el (apropos-print): Control invalid characters.
12564
12565 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
12566 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
12567 confusing customize.
12568
12569 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org>
12570
12571 * generic-x.el (bat-generic-mode): Fix regexps for keywords and
12572 built-in commands. Add more built-in commands and fix face names.
12573
12574 1998-10-05 Simon Marshall <simon@gnu.org>
12575
12576 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
12577
12578 1998-10-04 Eric Ludlam <zappo@gnu.org>
12579
12580 * speedbar.el (speedbar-initial-expansion-list-name): Remove
12581 customization since it is not useful in this case.
12582 (speedbar-frame-mode): Check if cfx or cfy is a list, and make
12583 sure it gets evalled to a number. Also verify that set-frame-name
12584 fn exists before calling it.
12585
12586 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
12587 Protect a `forward-sexp' call which could fail, and improved regex
12588 for ie, and eg abbreviations.
12589
12590 1998-10-02 Noah Friedman <friedman@splode.com>
12591
12592 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
12593 send-string.
12594 (rlogin-send-Ctrl-D): Here also.
12595 (rlogin-send-Ctrl-Z): Here also.
12596 (rlogin-send-Ctrl-backslash): Here also.
12597
12598 1998-10-02 Dave Love <fx@gnu.org>
12599
12600 * outline.el (hide-region-body): Bind
12601 outline-view-change-hook to nil while making repeated calls to
12602 outline-flag-region. Run it once at the end.
12603 (hide-other, hide-sublevels, show-children): Likewise.
12604
12605 * info-look.el: Remove duplicate scheme-mode entry.
12606 (info-lookup-make-completions): When looking for entries, check
12607 that `item' isn't null or "Menu".
12608
12609 1998-10-01 Karl Heuer <kwzh@gnu.org>
12610
12611 * net-utils.el: Don't require ffap.
12612 (net-utils-machine-at-point, net-utils-url-at-point): New functions.
12613 (ping, nslookup-host, finger, network-connection-to-service): Use them.
12614
12615 1998-09-30 Richard Stallman <rms@gnu.org>
12616
12617 * ispell.el (check-ispell-version): No need to bind default-major-mode.
12618
12619 * imenu.el (imenu--generic-function): Sort each submenu by position.
12620 (imenu--sort-by-position): New function.
12621
12622 * cus-edit.el (Custom-mode-menu): Fix info node name.
12623 (customize group): Fix info node name.
12624
12625 * mail/mailalias.el (build-mail-aliases): Don't allow
12626 a newline in the alias name. Don't define an alias
12627 if the definition would be empty.
12628
12629 * which-func.el (which-func-mode-global): Make :set function
12630 more reliable.
12631
12632 * custom.el (custom-set-variables): Load the requests first,
12633 then check the symbol's `set' function.
12634
12635 * ffap.el: Doc fixes.
12636
12637 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12638
12639 * gnus.el: (gnus-valid-select-methods): Fix type.
12640 * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
12641 * gnus-score.el (gnus-orphan-score): Fix type.
12642 (gnus-score-default-header, gnus-score-default-type): Fix type.
12643 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
12644 (gnus-saved-headers): Fix type.
12645
12646 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
12647 Avoid nil value of `two-lines-citation-part'.
12648
12649 1998-09-30 Roman Belenov <roman@nstl.nnov.ru>
12650
12651 * which-func.el (which-function): Handle case when
12652 (car imenu--index-alist) is nil.
12653
12654 1998-09-29 Dave Love <fx@gnu.org>
12655
12656 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
12657 bzip2 args.
12658
12659 1998-09-29 Simon Marshall <simon@gnu.org>
12660
12661 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
12662 comint-exec-hook.
12663
12664 1998-09-29 Stephen Eglen <stephen@gnu.org>
12665
12666 * info-look.el: Add support for Octave.
12667
12668 1998-09-28 Carsten Dominik <cd@delysid.gnu.org>
12669
12670 * textmodes/reftex.el (reftex-finding-files): New customize group.
12671 (reftex-texpath-environment-variables,
12672 reftex-use-external-file-finders, reftex-external-file-finders,
12673 reftex-search-unrecursed-path-first): New options.
12674 (reftex-process-string, reftex-find-file-externally): New
12675 functions.
12676 (reftex-access-search-path): Execute shell commands to find the
12677 search path.
12678 (reftex-toggle-auto-view-crossref): When turning on, make sure
12679 `reftex-auto-view-crossref' becomes non-nil.
12680 (reftex-abbrev-regexp): Constant removed.
12681 (reftex-convert-string): Abbrev regexp calculated locally.
12682
12683 1998-09-28 Dave Love <fx@gnu.org>
12684
12685 * progmodes/fortran.el: Don't call regexp-opt when deriving
12686 font-lock patterns with keywords that aren't all literal.
12687
12688 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
12689
12690 * octave-inf.el (inferior-octave-prompt): Also match prompts of
12691 the form `octave.bin:1>' which come from using precopiled binary
12692 versions.
12693
12694 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu>
12695
12696 * help.el (help-for-help): Use %THIS-KEY%.
12697 (help-quit): Add doc.
12698
12699 * help-macro.el (make-help-screen): Keep HELP-TEXT
12700 in a separate function definition, not in the help command FNAME.
12701 Replace %THIS-KEY% with the key sequence that ran FNAME.
12702
12703 1998-09-25 Richard Stallman <rms@gnu.org>
12704
12705 * textmodes/texinfo.el (texinfo-show-structure):
12706 Bind inhibit-read-only.
12707
12708 * isearch.el (isearch-search-and-update): Properly
12709 handle upper case letters in the reverse-search special case.
12710
12711 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12712
12713 * gnus.el: Extend the list of autoloaded functions.
12714
12715 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
12716 buffer before creating help group. (from Gnus v5.6.43, fix by
12717 1998-08-20 Per Starback <starback@update.uu.se>)
12718
12719 * gnus-util.el (gnus-output-to-rmail): Adjust to
12720 `rmail-output-to-rmail-file'.
12721
12722 1998-09-25 Karl Heuer <kwzh@gnu.org>
12723
12724 * hexl.el (hexl-mode-map): More of previous change.
12725
12726 * textmodes/tex-mode.el (tex-run-command): Doc fix.
12727 (tex-start-tex): Don't use tex-start-options-string in star case.
12728 Quote file name in star case as well as in non-star.
12729 Add blank and quoting of option string here.
12730 (tex-start-options-string): Not here.
12731
12732 1998-09-23 Karl Heuer <kwzh@gnu.org>
12733
12734 * term.el (term-delimiter-argument-list): Doc fix.
12735 (term-emulate-terminal): Escape literal semicolon.
12736 * progmodes/asm-mode.el (asm-mode): Doc fix.
12737 (asm-comment-char): Escape literal semicolon.
12738 * emulation/viper-cmd.el (viper-movement-commands): Likewise.
12739
12740 1998-09-23 Richard Stallman <rms@gnu.org>
12741
12742 * hexl.el (hexl-mode-map): Don't override all ESC bindings,
12743 only those that normally modify the buffer.
12744
12745 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
12746 over again.
12747
12748 1998-09-23 E. Jay Berkenbilt <ejb@ql.org>
12749
12750 * ispell.el (check-ispell-version): Ensure same buffer is current
12751 when let-binding of case-fold-search ends.
12752
12753 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12754
12755 * ps-print.el: Skip invisible overlay.
12756 Test for set-buffer-multibyte rather than using mule-version.
12757 (ps-print-version): New version number (4.1) and doc fix.
12758 (ps-generate-postscript-with-faces): Skip invisible overlay.
12759
12760 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu>
12761
12762 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
12763
12764 1998-09-22 Kenichi Handa <handa@etl.go.jp>
12765
12766 * international/quail.el (quail-update-guidance): Check for the
12767 return value of (quail-guidance) fixed.
12768 (quail-update-translation): Bind quail-current-str locally when it
12769 calls quail-update-guidance.
12770 (quail-update-translation): If input-method-exit-on-first-char is
12771 non-nil, terminate translation only when the current input method
12772 is simple.
12773
12774 1998-09-22 Paul Eggert <eggert@twinsun.com>
12775
12776 * startup.el (locale-translation-file-name): Prefer X-related names
12777 to the name used by GNU/Linux sans X. Set to nil if no file found.
12778 (command-line): Use locale-translation-file-name if it is not nil,
12779 instead of testing for its existence again.
12780 regexp-quote the ctype before using it in a regexp.
12781 Allow a colon to appear after the ctype in the aliases file,
12782 as is done in X11R6.4.
12783
12784 1998-09-21 Richard Stallman <rms@gnu.org>
12785
12786 * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
12787
12788 * calendar/appt.el (appt-interval): Variable deleted.
12789 (appt-check): For minutes in between appt-display-interval times,
12790 do check, but don't display anything except an updated mode line.
12791 Count against appt-display-interval based on minutes since
12792 first display of this appointment, not based on time of day.
12793 If appt-display-mode-line, force mode line redisplay
12794 whenever appt-mode-string has changed.
12795 (appt-add, appt-delete): Add autoload cookies.
12796 (appt-check): Catch errors from calling `diary'.
12797 (appt-max-time): Renamed from max-time.
12798 (appt-now-displayed, appt-display-count): New variables.
12799 (appt-timer): Don't create one if we already have one.
12800
12801 * textmodes/tex-mode.el (tex-compilation-parse-errors):
12802 More general code to use the source buffer instead of the zap file.
12803
12804 * hilit-chg.el (highlight-compare-with-file): Renamed from
12805 compare-with-file.
12806
12807 * loadhist.el (load-history-loaded): New variable.
12808 (symbol-file): Load etc/fns-VERSION.el if that has not been done.
12809
12810 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
12811
12812 * emacs-lisp/find-func.el (find-function-search-for-symbol):
12813 Fix error messages.
12814
12815 1998-09-21 Markus Armbruster <armbru@pond.sub.org>
12816
12817 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
12818 Emacs frame.
12819
12820 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12821
12822 * mail/rmail.el (rmail-decode-babyl-format): Recognize both
12823 `undecided' and `undecided-unix'.
12824
12825 1998-09-21 Dave Love <fx@gnu.org>
12826
12827 * help.el (help-make-xrefs): Fix typo affecting Info references.
12828
12829 * subr.el (remove-hook): Check list values to avoid errors.
12830
12831 1998-09-18 Noah Friedman <friedman@splode.com>
12832
12833 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
12834 store string in eldoc-last-message without consing a new string.
12835 Rearrange logic from nested if's into cond's.
12836 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
12837 Do not print message; just return string.
12838 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
12839 Do not print message; just return string.
12840 Cache that string in eldoc-last-data.
12841 (eldoc-last-data): Make into a vector.
12842 (eldoc-get-fnsym-args-string): Use new data form of structure.
12843 (eldoc-get-var-docstring): Here also.
12844 (eldoc-last-data-store): New function.
12845 (eldoc-get-fnsym-args-string): Use it.
12846 (eldoc-get-var-docstring): Here also.
12847 (eldoc-docstring-first-line): Minimize interim string consing.
12848 Call substitute-command-keys on the result.
12849 (eldoc-print-var-docstrings, eldoc-print-docstring,
12850 eldoc-docstring-message): Functions removed.
12851 (eldoc-docstring-format-sym-doc): New function, functionality
12852 ripped out of eldoc-docstring-message.
12853 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
12854
12855 1998-09-18 Kenichi Handa <handa@etl.go.jp>
12856
12857 * international/mule.el (make-coding-system): Doc-string modified.
12858
12859 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org>
12860
12861 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
12862
12863 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
12864 customize type.
12865
12866 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
12867 type.
12868
12869 * progmodes/compile.el (compilation-error-screen-columns): New
12870 variable.
12871 (compilation-next-error-locus): Use it to decide whether to use
12872 forward-char or move-to-column.
12873
12874 * mail/rmail.el (rmail-movemail-program): Fix customize type.
12875
12876 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
12877 feedmail-fiddle-plex-user-list,
12878 feedmail-spray-address-fiddle-plex-list,
12879 feedmail-prompt-before-queue-user-alist,
12880 feedmail-prompt-before-queue-help-supplement,
12881 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
12882 feedmail-queue-alternative-mail-header-separator): Fix customize
12883 type.
12884
12885 * startup.el (site-run-file): Fix customize type.
12886
12887 * speedbar.el (speedbar-initial-expansion-list-name): Fix
12888 customize type.
12889
12890 * shell.el (shell-input-autoexpand): Fix customize type.
12891
12892 * ps-print.el (ps-font-info-database): Add missing dots in value.
12893 Improve layout of customize type.
12894
12895 * net-utils.el (traceroute-program-options, ping-program-options,
12896 ipconfig-program-options, netstat-program-options,
12897 arp-program-options, route-program-options,
12898 nslookup-program-options, ftp-program-options): Fix customize
12899 type.
12900
12901 * midnight.el (clean-buffer-list-kill-regexps,
12902 clean-buffer-list-kill-buffer-names,
12903 clean-buffer-list-kill-never-buffer-names,
12904 clean-buffer-list-kill-never-regexps): Fix customize type.
12905
12906 * man.el (Man-init-defvars): Avoid trailing nil on
12907 Man-filter-list.
12908
12909 * lpr.el (printer-name): Fix customize type.
12910
12911 1998-09-16 Kenichi Handa <handa@etl.go.jp>
12912
12913 * international/mule-cmds.el (reset-language-environment): Call
12914 update-coding-systems-internal.
12915
12916 * international/mule-conf.el: Call update-coding-systems-internal
12917 at the tail.
12918
12919 1998-09-14 Dave Love <fx@gnu.org>
12920
12921 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't
12922 use the menu-enable properties, pending doing it correctly and
12923 acceptably fast.
12924
12925 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
12926
12927 1998-09-13 Dave Love <d.love@dl.ac.uk>
12928
12929 * progmodes/hideshow.el (hs-grok-mode-type): Check
12930 comment-{start,end} non-nil as well as bound. Report an error if
12931 we can't grok the mode.
12932
12933 1998-09-13 Richard Stallman <rms@gnu.org>
12934
12935 * simple.el (blink-matching-open): Don't log paren matching
12936 messages in *Messages*.
12937
12938 1998-09-12 Richard Stallman <rms@gnu.org>
12939
12940 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
12941 Set point-before-scroll at end even if there was an error.
12942
12943 * ange-ftp.el (ange-ftp-insert-file-contents):
12944 Use binary mode for dumb-unix hosts as for unix hosts.
12945 (ange-ftp-copy-file-internal): Likewise.
12946
12947 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
12948
12949 * emacs-lisp/pp.el: Doc fixes.
12950
12951 * wid-edit.el (widget-menu-max-shortcuts): New variable.
12952 (widget-choose): Don't use single-char shortcuts if # items
12953 exceeds that many. Use minibuffer instead.
12954
12955 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12956
12957 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
12958
12959 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org>
12960
12961 * speedbar.el (speedbar-frame-mode): Do not set frame position if
12962 in terminal mode.
12963
12964 1998-09-10 Noah Friedman <friedman@splode.com>
12965
12966 * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
12967 defcustom declaration. It's wreaking too much havoc with XEmacs
12968 and older versions of Emacs, which share this code.
12969
12970 * type-break.el (type-break-mode): Here also.
12971
12972 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
12973 `t' to add-hook also to modify the new local value.
12974
12975 1998-09-10 Dave Love <fx@gnu.org>
12976
12977 * vc.el (vc-insert-headers): Doc fix.
12978
12979 1998-09-10 Richard Stallman <rms@gnu.org>
12980
12981 * textmodes/flyspell.el (flyspell-mode-on): Make the
12982 ispell-... variables permanent locals.
12983 (flyspell-mode-off): Add autoload cookie.
12984
12985 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
12986 do use binary mode, just as for `unix'.
12987 (ange-ftp-host-type): If HOST is nil, return `unix'.
12988
12989 * dired.el (dired-mark-files-containing-regexp):
12990 Don't scan directories. Ignore non-readable files.
12991
12992 * progmodes/compile.el (compilation-error-regexp-alist):
12993 Fix previous change: allow . and _ in command name.
12994
12995 * dired.el (dired-mark-files-containing-regexp): Fix previous change.
12996
12997 * uncompress.el (uncompress-while-visiting):
12998 Use just the car of what find-operation-coding-system returns.
12999
13000 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
13001
13002 * shell.el (shell-file-name-quote-list): Add # to the value.
13003
13004 1998-09-10 E. Jay Berkenbilt <ejb@ql.org>
13005
13006 * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
13007 to make killing of ispell process work even if
13008 kill-all-local-variables has been run.
13009
13010 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13011
13012 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
13013 loop when sexp entry ends at end of file with no newline.
13014
13015 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
13016
13017 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
13018 (Custom-reset-standard): Fix menu inconsistency.
13019
13020 * mail/feedmail.el (feedmail-from-line): Allow t.
13021 (feedmail-message-id-suffix): Allow nil.
13022
13023 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
13024 Simplify. Make prefix arg work right.
13025
13026 1998-09-09 Dave Love <fx@gnu.org>
13027
13028 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
13029
13030 * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
13031
13032 1998-09-08 Dave Love <fx@gnu.org>
13033
13034 * add-log.el (change-log-font-lock-keywords): Do parenthesized
13035 stuff only after file names or at start of line. Allow parens
13036 around e-mail, as well as angles.
13037
13038 * gnus/nnweb.el (require): Wrap requirement of w3 and url in
13039 ignore-errors too, eval'd when compile. Require w3 stuff at load
13040 time for nicer failure if it's not available.
13041
13042 1998-09-07 Geoff Voelker <voelker@cs.washington.edu>
13043
13044 * comint.el (comint-arguments): Ignore backslashes when using
13045 w32 shells that expect backslashes as the directory separator.
13046
13047 1998-09-04 Kenichi Handa <handa@etl.go.jp>
13048
13049 * international/fontset.el (resolved-ascii-font): New variable.
13050 (x-complement-fontset-spec): By side effect, set
13051 `resolved-ascii-font' to the resolved name of ASCII font."
13052 (create-fontset-from-fontset-spec): Don't get a value for
13053 resolved-ascii-font from the list full-fontlist. It is set by
13054 x-complement-fontset-spec now.
13055
13056 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
13057 version, check the value of mule-version.
13058
13059 1998-09-07 Carsten Dominik <cd@delysid.gnu.org>
13060
13061 * textmodes/reftex.el (reftex-view-crossref): Split up into
13062 several functions. No longer moves to find a macro.
13063 (reftex-view-cr-cite, reftex-view-cr-ref,
13064 reftex-end-of-bib-entry): New functions.
13065 (reftex-auto-view-crossref): New value `window' allowed.
13066 (reftex-view-crossref-when-idle): Process new `window' option in
13067 (reftex-translate-to-ascii-function): New default.
13068 (reftex-label-illegal-re): Default changed, removed Latin1.
13069 (reftex-latin1-to-ascii): New function.
13070 (reftex-what-environment): Check for section regexp before use.
13071 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
13072 absolute path names.
13073 (reftex-TeX-master-file): Changed sequence of file checks.
13074 (reftex-do-citation): bibview cache only with RefTeX mode on.
13075
13076 1998-09-06 Richard Stallman <rms@gnu.org>
13077
13078 * progmodes/compile.el (compilation-error-regexp-alist):
13079 In first pattern (GNU utilities and other things),
13080 allow a space after the optional program name at the beginning.
13081
13082 * mail/mail-hist.el (mail-hist-current-header-contents):
13083 Fix previous change: use mail-header-end.
13084
13085 1998-09-06 Bill Richter <richter@math.nwu.edu>
13086
13087 * international/ccl.el: Doc fixes.
13088 * international/encoded-kb.el: Doc fixes.
13089 * international/fontset.el: Doc fixes.
13090 * international/kinsoku.el: Doc fixes.
13091 * international/kkc.el: Doc fixes.
13092 * international/mule-cmds.el: Doc fixes.
13093 * international/mule-conf.el: Doc fixes.
13094 * international/mule-util.el: Doc fixes.
13095 * international/mule.el: Doc fixes.
13096
13097 1998-09-05 Eric Ludlam <zappo@gnu.org>
13098
13099 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
13100 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
13101 (checkdoc-this-string-valid-engine): Permit ? as terminating
13102 punctuation for first line sentence breaking.
13103 (checkdoc-this-string-valid): When converting a comment into a doc
13104 string, make sure " chars are \".
13105 (checkdoc-sentencespace-region-engine): Only do double space check
13106 if based on the variable `sentence-end-double-space'
13107 (checkdoc-this-string-valid-engine): ? ends valid sentence.
13108 (checkdoc-proper-noun-region-engine): Exclude items in URLs
13109
13110 1998-09-04 Richard Stallman <rms@gnu.org>
13111
13112 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
13113 Recognize define-skeleton as a function definer.
13114
13115 * cus-edit.el (customize-option): Refuse to customize
13116 a variable that has no defcustom. But if variable is autoloaded,
13117 first try to load the library that defines it.
13118
13119 * international/iso-insert.el: Use `string' before calling `insert'
13120 so that in multibyte buffers we insert multibyte chars.
13121
13122 * dired.el (dired-mark-files-containing-regexp):
13123 Don't use find-file; instead, insert the file in a temp buffer.
13124
13125 * textmodes/tex-mode.el (tex-start-options-string): New option.
13126 (tex-start-tex): Use that variable.
13127
13128 * mail/rmail.el (rmail-primary-inbox-list): Make the initial
13129 value in the `repeat' alternative a list.
13130
13131 * textmodes/fill.el (fill-individual-paragraphs): Before deleting
13132 the inserted newline, verify that one was really inserted.
13133
13134 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
13135 remains on or remains off.
13136 (flyspell-multi-language-p): Default changed to nil.
13137
13138 * progmodes/ada-mode.el (ada-search-ignore-string-comment):
13139 In "found in comment" case, don't beginning-of-line after forward-line.
13140
13141 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
13142 If the function definition is not a lambda, return original FORM
13143 with no error.
13144
13145 1998-09-04 Peter Breton <pbreton@ne.mediaone.net>
13146
13147 * net-utils.el (netstat-program-options): Changed from nil to "-a"
13148 so that by default netstat shows all network connections.
13149
13150 1998-09-04 Bob Weiner <weiner@altrasoft.com>
13151
13152 * international/quail.el: Doc fixes.
13153
13154 * info.el (info): Don't add parens if FILE already has them.
13155
13156 1998-09-04 Geoff Voelker <voelker@cs.washington.edu>
13157
13158 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
13159 on extension lines.
13160
13161 1998-09-03 Geoff Voelker <voelker@cs.washington.edu>
13162
13163 * w32-fns.el (w32-shell-dos-semantics): New function.
13164
13165 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu>
13166
13167 * international/quail.el (quail-choose-completion-string): Store
13168 completion `choice' in `quail-current-str'; don't insert it.
13169
13170 1998-09-02 Kenichi Handa <handa@etl.go.jp>
13171
13172 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH
13173 argument to ps-mule-generate-bitmap-font.
13174
13175 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
13176 entry and change Latin-1 entry in the default value.
13177 (ps-mule-font-info-database-ps-bdf): New variable.
13178 (ccl-encode-ethio-unicode): Bug of CCL code fixed.
13179 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
13180 registerd in FONT-SPEC.
13181 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
13182 charcter width of bitmap fonts.
13183 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
13184 procedure NF.
13185 (ps-begin-file): Output PostScript code for setting
13186 SpaceWidthRatio.
13187 (ps-plot-region): Use line-beginning-position to get a position of
13188 the beginning of the current line.
13189
13190 * international/mule-cmds.el (register-input-method): Doc-string
13191 modified.
13192
13193 1998-09-01 Dave Love <fx@gnu.org>
13194
13195 * international/mule-cmds.el (current-language-environment): Fix
13196 setter function.
13197
13198 1998-09-01 Simon Marshall <simon@gnu.org>
13199
13200 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
13201 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
13202 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
13203 names with font-lock-type-face. Fontify type specs, etc., with
13204 font-lock-keyword-face.
13205
13206 1998-08-31 Kenichi Handa <handa@etl.go.jp>
13207
13208 * international/fontset.el (x-complement-fontset-spec): If ASCII
13209 font is specified in FONTLIST, don't substitute it for the
13210 resolved name.
13211
13212 1998-08-31 Paul Eggert <eggert@twinsun.com>
13213
13214 * international/mule.el (charset-description): Doc fix.
13215
13216 * language/chinese.el, language/cyrillic.el, language/czech.el,
13217 language/devanagari.el, language/ethiopic.el,
13218 language/european.el, language/hebrew.el, language/indian.el,
13219 language/japanese.el, language/korean.el, language/lao.el,
13220 language/slovak.el, language/thai.el, language/tibetan.el,
13221 language/vietnamese.el:
13222 Add coding: local variable, to avoid bootstrapping problem
13223 if you need to recompile all the Lisp files using interpreted code.
13224
13225 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13226
13227 * cal-china.el (chinese-year-cache): Change range of years from
13228 1989-2000 to 1990-2010.
13229
13230 1998-08-29 Dave Love <d.love@dl.ac.uk>
13231
13232 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
13233 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
13234
13235 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13236
13237 * ps-print.el (ps-print-control-characters): Doc-string modified.
13238 (ps-output-string-prim): Comment format changed.
13239 (ps-do-despool): Indentation of source code changed.
13240
13241 1998-08-28 Kenichi Handa <handa@etl.go.jp>
13242
13243 * subr.el (sref): Make it an alias of aref. Make the
13244 byte-compiler warn that it is obsolete.
13245 (char-bytes): Make the byte-compiler warn that it is obsolete.
13246
13247 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
13248 Calculate the total bytes using position-bytes instead of
13249 char-bytes.
13250
13251 1998-08-27 Karl Heuer <kwzh@gnu.org>
13252
13253 * snmp-mode.el: New file.
13254 * files.el (auto-mode-alist): Add snmp-mode patterns.
13255
13256 1998-08-27 Karl Eichwalder <ke@suse.de>
13257
13258 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
13259
13260 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13261
13262 * calendar/diary-lib.el (diary-block): Doc fix..
13263 * calendar/calendar.el (diary-list-include-blanks): Doc fix..
13264
13265 1998-08-27 Richard Stallman <rms@gnu.org>
13266
13267 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
13268 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
13269 Clear appt-mode-string if we don't put something in it.
13270
13271 1998-08-27 Dave Love <fx@gnu.org>
13272
13273 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
13274 dired-local-variables-file for dired-x.
13275
13276 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
13277 for compressed library files too.
13278
13279 1998-08-26 Kenichi Handa <handa@etl.go.jp>
13280
13281 * language/european.el ("Latin-1"): Modify `documentation' key value.
13282 ("Latin-2"): Likewise.
13283
13284 1998-08-26 Karl Heuer <kwzh@gnu.org>
13285
13286 * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
13287
13288 1998-08-26 Albert L. Ting <alt@artisan.com>
13289
13290 * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
13291 (mail-hist-current-header-contents): Use mail-text-start.
13292
13293 1998-08-26 Richard Stallman <rms@gnu.org>
13294
13295 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
13296 (customize-changed-options-previous-release): New variable.
13297 (customize-changed-options): Use that variable as default arg.
13298
13299 1998-08-26 Karl Eichwalder <ke@suse.de>
13300
13301 * midnight.el: Require `timer' not only when compiling.
13302
13303 1998-08-26 Per Starback <starback@update.uu.se>
13304
13305 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
13306 buffer before creating help group.
13307
13308 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
13309
13310 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
13311 coding-system-for-write before saving.
13312
13313 1998-08-26 Kevin Rodgers <kevinr@ihs.com>
13314
13315 * isearch.el (isearch-forward): Doc fix.
13316
13317 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org>
13318
13319 * emacs-lisp/find-func.el: Fix :version tags to have a string
13320 value, not a float.
13321
13322 * cus-dep.el: Fix typo in output.
13323
13324 1998-08-25 Dave Love <fx@gnu.org>
13325
13326 * repeat.el (repeat): Doc fix.
13327 [From rms:]
13328 (repeat-previous-repeated-command): New variable.
13329 (repeat): Check for real-last-command being null or repeat. Set
13330 repeat-previous-repeated-command.
13331
13332 * browse-url.el (browse-url-netscape): Fix format for hex escapes.
13333
13334 1998-08-25 Kenichi Handa <handa@etl.go.jp>
13335
13336 * gnus/message.el (message-send-mail-with-sendmail): Bind
13337 coding-system-for-write by the return value of
13338 select-message-coding-system.
13339 (message-send-mail-with-qmail): Likewise.
13340
13341 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org>
13342
13343 * emacs-lisp/autoload.el: Fix doc-string-elt property on
13344 define-derived-mode.
13345
13346 * files.el (file-name-invalid-regexp):
13347 Fix regex for ms-dos without long file names.
13348
13349 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13350
13351 * ps-print.el: Multi-byte buffer handling.
13352 (ps-print-version): New version number (4.0) and doc fix.
13353 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
13354 compilation for GNU Emacs and emacsens.
13355 (ps-generate-postscript-with-faces): Force invisible text to be
13356 visible.
13357 (dos-ps-printer): New var to avoid compilation gripes.
13358
13359 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13360
13361 * ps-print.el (ps-mule-plot-string): Pay attention to the case
13362 that no more characters can't be printed in the current line.
13363
13364 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13365
13366 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
13367 greater than TO.
13368
13369 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13370
13371 * ps-print.el: Add codes to make ps-print.el work also on Emacs
13372 20.2 and the earlier version.
13373 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
13374 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
13375 (ps-mule-find-wrappoint): Likewise.
13376 (ps-mule-generate-font): Change `X' to `x' in format
13377 control-string.
13378 (ps-generate): Call ps-mule-begin before calling ps-begin-job.
13379 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
13380 `restore' form procedures `BC' and `EC'.
13381
13382 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13383
13384 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
13385 is an executable procedure. Make LineThickness, Xshadow, and
13386 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc.
13387 (ps-mule-font-info-database, ps-mule-font-info-database-ps,
13388 ps-mule-font-info-database-bdf): New vars.
13389 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
13390 (ccl-encode-ethio-unicode): New CCL program.
13391 (ps-mule-encode-ethiopic): New fun.
13392 (ps-mule-current-charset): New var.
13393 (ps-mule-get-font-spec, ps-mule-font-spec-src,
13394 ps-mule-font-spec-name, ps-mule-font-spec-encoding,
13395 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
13396 (ps-mule-external-libraries): New var.
13397 (ps-mule-init-external-library): New fun.
13398 (ps-mule-font-cache): New var.
13399 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
13400 (ps-last-font): New var.
13401 (ps-mule-prepare-font): New fun.
13402 (ps-mule-charset-list): New var.
13403 (ps-mule-prologue-generated, ps-mule-prologue): New vars.
13404 (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
13405 ps-mule-plot-string): New funs.
13406 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
13407 New vars.
13408 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
13409 ps-mule-prepare-cmpchar-font): New funs.
13410 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
13411 vars.
13412 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
13413 ps-mule-generate-bitmap-glyph): New funs.
13414 (ps-mule-initialize, ps-mule-begin): New funs.
13415 (ps-output-string-prim): Insert string as unibyte.
13416 (ps-output-prologue): New fun.
13417 (ps-flush-output): Handle the case of 'prologue.
13418 (ps-begin-file): Call ps-mule-initialize.
13419 (ps-begin-job): Set ps-control-or-escape-regexp differently if
13420 printing multibyte characters.
13421 (ps-begin-page): Set ps-mule-current-charset to 'ascii.
13422 (ps-basic-plot-string): Handle the case of printing ASCII
13423 characters by external libraries (e.g. BDF).
13424 (ps-set-font): Set ps-last-font.
13425 (ps-plot-region): Handle multibyte characters, use
13426 ps-mule-plot-string for them.
13427 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin.
13428
13429 * bdf.el: New file.
13430
13431 1998-08-23 Kenichi HANDA <handa@etl.go.jp>
13432
13433 * international/mule-cmds.el (select-message-coding-system): New
13434 function.
13435 (set-language-environment-coding-systems): Set
13436 default-sendmail-coding-system.
13437
13438 * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
13439 (default-sendmail-coding-system): New variable.
13440 (sendmail-send-it): Encode the message by a coding system
13441 select-message-coding-system returns.
13442
13443 1998-08-23 Eric Ludlam <zappo@gnu.org>
13444
13445 * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
13446 (speedbar-mode): Set buffer to read only.
13447 (speedbar-temp-buffer-show-function): For emacs don't call hook
13448 with arguments.
13449 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
13450
13451 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu>
13452
13453 * speedbar.el (speedbar-key-map): Fix typo.
13454
13455 See ChangeLog.7 for earlier changes.