(cp-decoding-vector-for-codepage):
[bpt/emacs.git] / lisp / ChangeLog
1 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * international/codepage.el (cp-decoding-vector-for-codepage):
4 Fill up unsupported characters with their own codes. From Kenichi
5 Handa.
6
7 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8
9 * international/mule-diag.el (describe-char-after): Use
10 display-graphic-p instead of window-system, so that this function
11 works on MS-DOS.
12
13 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14
15 * international/codepage.el (cp-make-coding-systems-for-codepage):
16 Remove the eight-bit-graphic and eight-bit-control charsets from
17 the list of charsets which we convert into `?'.
18
19 2000-05-25 Kenichi Handa <handa@etl.go.jp>
20
21 * international/mule-conf.el: Specify CHARSET-ID explicitely for
22 private charsets.
23 (mule-unicode-0100-24ff, japanese-jisx0213-1,
24 japanese-jisx0213-2): New charsets.
25
26 * international/fontset.el: Setup default fontset for new charsets.
27
28 2000-05-24 Dave Love <fx@gnu.org>
29
30 * info.el (Info-find-node-2): Restructure [following "Vadim
31 S. Solomin" <sovs@uic.nnov.ru>].
32
33 * icomplete.el: Fix header for Finder.
34
35 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
36
37 * rmailout.el (rmail-output-to-rmail-file): Added optional param
38 STAY.
39
40 * rmail.el (rmail-automatic-folder-directives): New user variable.
41 (rmail-show-message): Add call to `rmail-auto-file' during
42 display.
43 (rmail-auto-file): New function.
44
45 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
46
47 * ediff-diff.el (ediff-forward-word): take syntactic word class into
48 account.
49 (ediff-test-utility,ediff-diff-mandatory-option,
50 ediff-reset-diff-options): utilities for proper initialization of
51 ediff-diff-options and ediff-diff3-options on Windows.
52
53 * ediff-init.el (ediff-merge-filename-prefix): new customizable
54 variable.
55
56 * ediff-mult.el (ediff-filegroup-action): use
57 ediff-merge-filename-prefix.
58
59 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
60
61 * viper-ex.el (ex-write): set selective display to nil.
62
63 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
64
65 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
66 aliases for hebrew-iso-8bit.
67
68 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
69
70 * woman.el: New version from Francis J. Wright
71 <F.J.Wright@Maths.QMW.ac.uk>.
72 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
73 names in environment variables regardless of the path separator.
74 (woman-topic-all-completions-1): Don't call file-name-directory-p
75 on all files, since woman-file-regexp already filters out any
76 directories.
77
78 2000-05-24 Kenichi Handa <handa@etl.go.jp>
79
80 * international/quail.el (quail-start-translation): Don't change
81 modified-p of the current buffer.
82 (quail-start-conversion): Likewise.
83
84 * international/kkc.el (kkc-region): Don't change modified-p of
85 the current buffer.
86
87 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
88 conform to RFC1468.
89 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
90
91 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
92
93 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
94 (speedbar-insert-button): Invisible text property fix.
95 (speedbar-directory-plus): Renamed from speedbar-directory-+
96 (speedbar-directory-minus): Renamed from speedbar-directory--
97 (speedbar-page-plus): Renamed from speedbar-file-+
98 (speedbar-page-minus): Renamed from speedbar-file--
99 (speedbar-page): Renamed from speedbar-file-
100 (speedbar-tag): Renamed from speedbar-tag-
101 (speedbar-tag-plus): Renamed from speedbar-tag-+
102 (speedbar-tag-minus): Renamed from speedbar-tag--
103 (speedbar-expand-image-button-alist): Use above renames.
104
105 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
106 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
107 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
108 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
109 * sb-pg.xpm: Renamed from sb-file.xpm
110 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
111 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
112
113 2000-05-24 Kenichi Handa <handa@etl.go.jp>
114
115 * international/quail.el (quail-show-guidance-buf): Set
116 current-input-method of the guidance buffer to the name of the
117 curren input method.
118
119 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
120
121 * progmodes/compile.el (compile-internal): Style typo.
122
123 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
124 quote vars and functions in the docstring.
125
126 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
127
128 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
129 Don't quote lambdas.
130
131 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
132
133 2000-05-23 Gerd Moellmann <gerd@gnu.org>
134
135 * startup.el (command-line): Determine source file of compiled
136 user init file differently. Warn if compiled user init file
137 is older than its source file.
138
139 * ffap.el (ffap-url-regexp): Add `https'.
140
141 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
142
143 * files.el (make-backup-file-name-1): Replace slashes with `!'
144 rather than `|' (which is not allowed on Windows). Replace the
145 drive letters with a string "drive_X".
146
147 2000-05-23 Gerd Moellmann <gerd@gnu.org>
148
149 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
150
151 * files.el (interpreter-mode-alist): Add `bash2'.
152
153 2000-05-22 Dave Love <fx@gnu.org>
154
155 * loadhist.el (feature-symbols, file-provides, file-requires): Use
156 mapc.
157 (feature-file): Avoid calling symbol-name. Doc fix.
158 (file-set-intersect, file-dependents): Use dolist, not mapcar.
159 (loadhist-hook-functions): Add mouse-position-function.
160 (unload-feature): Change uses of mapcar.
161
162 * files.el (parse-colon-path): Doc fix.
163 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
164 (set-auto-mode): Use mapc.
165
166 * complete.el (PC-look-for-include-file): Use :alnum: character
167 class.
168 (partial-completion-mode): Add autoload cookie.
169
170 2000-05-22 Sam Steingold <sds@gnu.org>
171
172 * info.el (Info-fontify-node): Fixed the call to
173 `add-text-properties' (bug introduced on 2000-05-18).
174
175 2000-05-22 Dave Love <fx@gnu.org>
176
177 * bindings.el: Remove debug-ignored-errors set in other files.
178
179 * progmodes/etags.el: Add to debug-ignored-errors.
180 (visit-tags-table-buffer): Clear out buffers holding old tables
181 when making a new list.
182 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
183 mapc.
184
185 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
186 quote keywords.
187 (cmpl-string-case-type): Use character classes.
188
189 * comint.el:
190 * textmodes/ispell.el:
191 * imenu.el:
192 * mail/mh-e.el:
193 * progmodes/compile.el: Add to debug-ignored-errors.
194
195 * dabbrev.el: Add to debug-ignored-errors.
196 (dabbrev-completion): Use mapc.
197
198 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
199
200 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
201 (woman-mapcan, woman-parse-man.conf)
202 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
203 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
204 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
205 path syntax better.
206 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
207 (woman-manpath): Call woman-parse-man.conf.
208 (woman-emulation): New defcustom, defaults to nroff.
209 (woman-font-support): New defconst.
210 (woman-use-symbol-font): New defcustom.
211 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
212 "Emulation".
213 Many functions: Doc fix.
214
215 2000-05-22 Kenichi Handa <handa@etl.go.jp>
216
217 * international/quail.el (quail-simple-translation-keymap): Map
218 128..255 to quail-self-insert-command.
219 (quail-keyboard-layout-alist): Add definition for "pc102-de".
220
221 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
222
223 * help.el (help-manyarg-func-alist): Typo.
224
225 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
226 intervals which makes it heaps simpler.
227
228 * newcomment.el (comment-region-internal): Go back to BEG after quoting
229 the nested comment markers.
230
231 * subr.el (remove-hook): Don't turn the hook's value into a list.
232
233 2000-05-21 Dave Love <fx@gnu.org>
234
235 * edmacro.el (edmacro-parse-keys): Return vector if any elements
236 are invalid characters.
237
238 * international/mule-util.el (detect-coding-with-priority): Use
239 mapc. Remove redundant lambda.
240
241 * international/mule-diag.el (list-non-iso-charset-chars)
242 (describe-fontset): Remove redundant lambda.
243
244 * emulation/crisp.el (brief-mode): New alias.
245
246 * emacs-lisp/ring.el (ring-elements): New function.
247
248 * emacs-lisp/easymenu.el (easy-menu-create-menu)
249 (easy-menu-do-add-item): Use keywordp.
250
251 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
252
253 * replace.el: Doc and error message fixes.
254 (replace-highlight): Use facep, not internal-find-face.
255
256 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
257
258 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
259
260 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
261 (log-edit-insert-changelog): Drop `:' as well.
262
263 * log-view.el: Fix file description.
264 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
265 available.
266 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
267 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
268
269 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
270 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
271 Print a status message if the toggle is called interactively.
272 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
273 for global minor modes and use `defcustom' for them.
274 Use add-minor-mode.
275 (easy-mmode-define-derived-mode): Remove.
276 (define-derived-mode): Fancier default docstring.
277 (easy-mmode-define-navigation): Signal an error rather than (ding).
278
279 * newcomment.el (comment-styles): New `box-multi'.
280 (comment-normalize-vars): Better default for comment-continue to
281 avoid whitespace-only continuations.
282 (comment-search-forward): Always move even in the no-syntax case.
283 (comment-padright): Only obey N if it's only obeyed for padleft.
284 (comment-make-extra-lines): Better handling of empty continuations.
285 Use `=' for the filler if comment-start has only one character.
286 (uncomment-region): Try handling the special `=' filler.
287 (comment-region): Allow LINES even if MULTI is nil.
288 (comment-box): Choose box style based on comment-style.
289
290 2000-05-20 Kenichi Handa <handa@etl.go.jp>
291
292 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
293 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
294
295 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
296
297 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
298 and insert, not subst-char-in-region.
299
300 * international/mule-diag.el (list-character-sets-1): Handle
301 charsets eight-bit-control and eight-bit-graphic.
302 (list-iso-charset-chars): Likewise.
303 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
304 charactes as is. Use indent-to to align characters.
305
306 * international/mule-cmds.el (find-multibyte-characters): Never
307 exclude charsets eight-bit-control and eight-bit-graphic.
308
309 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
310
311 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
312 Don't quote lambdas.
313
314 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
315
316 2000-05-19 Gerd Moellmann <gerd@gnu.org>
317
318 * gud.el (gud-jdb-directories): Doc fix.
319
320 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
321
322 * newcomment.el: New file.
323
324 2000-05-19 Gerd Moellmann <gerd@gnu.org>
325
326 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
327
328 2000-05-18 Andreas Schwab <schwab@suse.de>
329
330 * dired.el (dired-between-files): Also skip lines beginning with
331 `used'.
332
333 2000-05-18 Gerd Moellmann <gerd@gnu.org>
334
335 * msb.el (msb-menu-cond): Add choice `user'.
336
337 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
338
339 * ps-print.el: Compatibility, customization and doc fix.
340 (ps-printer-name-option): Replace defconst by defvar.
341 (ps-postscript-code-directory): XEmacs compatibility.
342 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
343 fix.
344 (ps-user-defined-prologue, ps-print-prologue-header)
345 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
346 compatibility and code fix.
347 (ps-print-background-image, ps-print-background-text):
348 Customization fix.
349 (ps-line-number-start, ps-n-up-on): New vars.
350
351 2000-05-18 Espen Skoglund <esk@ira.uka.de>
352
353 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
354 the indent-comment function to just return the appropriate indent.
355
356 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
357
358 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
359 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
360 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
361
362 2000-05-18 Dave Love <fx@gnu.org>
363
364 * info.el (Info-fontify-node): Add intangible property as well as
365 invisible.
366
367 * calendar/appt.el (appt-make-list): Match all lines of entry.
368 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
369
370 2000-05-18 Kenichi Handa <handa@etl.go.jp>
371
372 * international/mule-diag.el (describe-char-after): Call
373 internal-char-font, not char-font. If internal-char-font returns
374 nil, display "-- none --".
375
376 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
377
378 * image.el (image-type-available-p): Don't reference image-types
379 if it isn't bound.
380
381 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
382
383 * autoarg.el (autoarg-mode): Typo in the :set argument.
384
385 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
386
387 * startup.el (command-line-1): Don't signal an error if the
388 directory for auto-save-list files does not yet exist.
389
390 2000-05-17 Kenichi Handa <handa@etl.go.jp>
391
392 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
393
394 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
395
396 * subr.el (remove-hook): `setq' hook-value, not `set'.
397
398 2000-05-16 Sam Steingold <sds@gnu.org>
399
400 * info.el (debug-ignored-errors): More errors to ignore.
401
402 2000-05-16 Dave Love <fx@gnu.org>
403
404 * cus-edit.el: Don't require cl or easymenu.
405 (custom-variable-prompt): Test standard-value property, not
406 user-variable-p.
407
408 2000-05-16 Sam Steingold <sds@gnu.org>
409
410 * subr.el (add-hook): `setq' hook-value, not `set'.
411
412 2000-05-16 Gerd Moellmann <gerd@gnu.org>
413
414 * startup.el (command-line-1): Mention the FAQ in the startup
415 message.
416
417 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
418
419 * progmodes/compile.el (compilation-parse-errors): Collect
420 `nomessage' regexps last.
421
422 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
423
424 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
425 to the function name.
426
427 2000-05-15 Dave Love <fx@gnu.org>
428
429 * speedbar.el (speedbar-recenter): Typo.
430 (speedbar-expand-line): Make arg optional.
431 (speedbar-mode): Avoid a compiler warning.
432
433 2000-05-15 Gerd Moellmann <gerd@gnu.org>
434
435 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
436 user-specified option string is empty.
437
438 * mouse.el (mouse-yank-at-click): Doc fix.
439
440 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
441
442 * term/internal.el (IT-character-translations): More updates of
443 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
444 documents.
445
446 2000-05-15 Gerd Moellmann <gerd@gnu.org>
447
448 * env.el (getenv): New function, interactively callable.
449 (setenv, getenv): Remove autoload cookies.
450
451 * loadup.el: Load `env'.
452
453 * progmodes/f90.el: Change author's mail address.
454
455 2000-05-14 Dave Love <fx@gnu.org>
456
457 * mail/rmail.el (rmail-show-message-hook): Customize and offer
458 goto-addr as an option.
459
460 * help.el (help-xref-stack): Doc fix.
461 (help-xref-following): New variable.
462 (help-make-xrefs): Use it.
463 (help-xref-go-back): Use position information from stack element.
464 (help-follow): Make position in stack element a pair. Use
465 help-xref-following.
466
467 * autoarg.el: New file.
468
469 * faces.el: Declare more functions obsolete.
470
471 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
472 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
473 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
474 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
475 Remove all the setup-...-environment functions.
476
477 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
478
479 * speedbar.el: Updated the commentary section. xemacs20p now uses
480 >= when detecting. Require `defimage' safely.
481 (speedbar-easymenu-definition-base): Add toggle for images.
482 (speedbar-easymenu-definition-special): Add flush cache & expand.
483 (speedbar-visiting-tag-hook): Set new defaults. Added options.
484 (speedbar-reconfigure-keymaps-hook): New variable.
485 (speedbar-frame-parameters): Updated documentation.
486 (speedbar-use-imenu-flag): Updated custom tag
487 (speedbar-dynamic-tags-function-list): New variable.
488 (speedbar-tag-hierarchy-method): Updated doc & custom.
489 (speedbar-indentation-width, speedbar-indentation-width) New
490 variables.
491 (speedbar-hide-button-brackets-flag): Customizable.
492 (speedbar-vc-indicator): Doc update.
493 (speedbar-ignored-path-expressions): Updated default value.
494 (speedbar-supported-extension-expressions): Updated default value.
495 (speedbar-syntax-table): Remove {} paren status.
496 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
497 as "+". Added overlay aliases.
498 (speedbar-mode): Use `speedbar-mode-line-update' instead of
499 `force-mode-line-update'.
500 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
501 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
502 `mouse-set-point'
503 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
504 (speedbar-item-info-tag-helper): Revamped to handle a wider range
505 of arbitrary text, and new helper functions.
506 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
507 filename finder.
508 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
509 (speedbar-directory-buttons): Update path search/expansion.
510 (speedbar-make-tag-line): Pay attention to
511 `speedbar-indentation-width'. Use more care w/ invisible
512 properties.
513 (speedbar-change-expand-button-char): Call
514 `speedbar-insert-image-button-maybe'.
515 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
516 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
517 (speedbar-trim-words-tag-hierarchy)
518 (speedbar-simple-group-tag-hierarchy): New functions
519 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
520 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
521 functions.
522 (speedbar-mouse-set-point): New function
523 (speedbar-power-click): Updated documentation.
524 (speedbar-line-token, speedbar-goto-this-file): Handle more types
525 of tag prefix text.
526 (speedbar-expand-line, speedbar-contract-line): Make more robust
527 to strange text.
528 (speedbar-expand-line): Takes universal argument to flush the
529 cache.
530 (speedbar-flush-expand-line): New function.
531 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
532 Use new generator insertion method.
533 (speedbar-fetch-dynamic-tags): New function.
534 (speedbar-fetch-dynamic-imenu): Removed code now handled in
535 `speedbar-fetch-dynamic-imenu'.
536 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
537 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
538 "Revert Buffer" menu items.
539 (speedbar-buffer-buttons-engine): Be smarter when creating a
540 filename tag (for expansion purposes.).
541 (speedbar-highlight-one-tag-line,
542 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
543 (speedbar-recenter): New functions.
544 (defimage-speedbar): Image loading abstraction.
545 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
546 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
547 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
548 (speedbar-tag-type, speedbar-tag-mail): New images.
549 (speedbar-expand-image-button-alist): New variable.
550 (speedbar-insert-image-button-maybe): Insert an image over some
551 buttons.
552
553 2000-05-13 Kenichi Handa <handa@etl.go.jp>
554
555 * international/mule-cmds.el (encode-coding-char): An ASCII
556 character is always encodable.
557
558 * international/mule-conf.el: Add more information in descriptions
559 of character sets.
560
561 * international/mule-diag.el (describe-char-after): New function.
562 (describe-font-internal): Adjusted for the change of font-info.
563 (describe-font): Likewise.
564 (print-fontset): Rewritten for the new fontset implementation.
565 (describe-fontset): Include fontset alias names in completion.
566 (list-fontsets): Adjusted for the change of print-fontset.
567
568 * simple.el (what-cursor-position): If DETAIL is non-nil, call
569 describe-char-after instead of displaying the detail in the echo
570 area.
571 (syntax-code-table): Format changed.
572 (string-to-syntax): Adjusted for the above change.
573
574 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
575
576 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
577
578 2000-05-12 Dave Love <fx@gnu.org>
579
580 * calendar/todo-mode.el: Remove some compatibility stuff and CL
581 dependence. Use line-{beginning,end}-position, not
582 point-at{b,e}ol. Some doc fixes.
583 (todo-position): New function. Fix callers of position to use it.
584 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
585
586 2000-05-12 Gerd Moellmann <gerd@gnu.org>
587
588 * time.el (display-time-mail-icon): Use `:ascent center'.
589
590 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
591 handling FTP security extensions.
592
593 2000-05-11 Dave Love <fx@gnu.org>
594
595 * calendar/todo-mode.el: New file.
596
597 2000-05-11 Gerd Moellmann <gerd@gnu.org>
598
599 * comint.el (comint-read-input-ring): Move reference to
600 comint-input-ring-size outside of the save-excursion. It was
601 causing the default value to be the only one ever seen.
602
603 * font-lock.el: Update copyright. Remove Simon Marshall's email
604 address on request from him.
605
606 * subr.el (substitute-key-definition): Add comment describing
607 the meaning of PREFIX.
608
609 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
610
611 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
612
613 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
614 (add-minor-mode): Don't make the variable buffer-local and add a
615 reference to define-minor-mode in the docstring.
616
617 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
618 HEADER/FOOTER and fix bug with trailing empty directory.
619 (cvs-append-to-ignore): Use vc-editable-p if available.
620 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
621 (vc-do-command): Tweak advice to handle the new VC.
622
623 * log-view.el (log-view-goto-rev): New function for the new VC.
624 (log-view-minor-wrap): Use mark-active.
625
626 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
627 (log-edit-changelog-full-paragraphs): New var.
628 (log-edit-insert-changelog): Remove a lonely leading `* file'.
629 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
630 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
631 (log-edit-changelog-ours-p, log-edit-changelog-entries)
632 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
633 Replace the `cvs' prefix with `log-edit'.
634
635 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
636
637 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
638 (diff-font-lock-defaults): Explicitly turn off multiline.
639 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
640 (diff-ediff-patch): Fix call to ediff-patch-file.
641 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
642 Handle comments.
643
644 * frame.el (automatic-hscrolling): Typo.
645
646 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
647
648 2000-05-09 Sam Steingold <sds@goems.com>
649
650 * apropos.el (apropos-print): use `describe-face' instead of
651 `customize-face-other-window'.
652
653 2000-05-09 Dave Love <fx@gnu.org>
654
655 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
656
657 * help.el (describe-variable): Have customize button pop the
658 help-xref stack when invoked.
659 (help-xref-symbol-regexp): Add `face'.
660 (help-make-xrefs): Check for quoted face names and adapt regexp
661 submatch numbers to cope.
662 (help-xref-interned): Maybe insert face doc too. Separate
663 sections with a line of hyphens.
664
665 * faces.el: Some doc fixes. Declare some functions obsolete.
666 (describe-face): Add customize button. Return the help
667 text. Fix prompt.
668
669 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
670
671 * term/internal.el (IT-character-translations): Fix last change.
672
673 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
674
675 * woman.el: New file
676 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
677
678 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
679
680 * term/internal.el (IT-character-translations): Update ASCII
681 simulations for greek-iso8859-7, add latin-iso8859-14 and
682 latin-iso8859-15.
683
684 * international/mule-cmds.el (set-language-info-alist): Call
685 define-prefix-command with 3 arguments, to make the map suitable
686 for a menu.
687
688 2000-05-07 Dave Love <fx@gnu.org>
689
690 * time.el: Small doc fixes from Pavel Janic.
691
692 2000-05-05 Dave Love <fx@gnu.org>
693
694 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
695 list in doc string. Don't quote keyword symbols.
696 * emacs-lisp/cl.el: Likewise
697 * emacs-lisp/cl-seq.el: Likewise
698
699 2000-05-05 Gerd Moellmann <gerd@gnu.org>
700
701 * abbrev.el (abbrev-mode): Make ARG optional.
702
703 2000-05-04 Gerd Moellmann <gerd@gnu.org>
704
705 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
706
707 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
708
709 * subr.el (substitute-key-definition): Clarify documentation.
710
711 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
712
713 * glasses.el (glasses-convert-to-unreadable): Use
714 `glasses-separator' instead of the hard-wired "_".
715 (glasses-mode): Call `glasses-make-unreadable' only in a single
716 place.
717
718 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
719
720 * term/internal.el (cjk-codepages-alist): Add associations for
721 Chinese and Korean codepages. Remove FIXME comment.
722
723 2000-05-03 Dave Love <fx@gnu.org>
724
725 * time.el (display-time-mail-face, display-time-use-mail-icon):
726 New option.
727 (display-time-mail-icon): New variable.
728 (display-time-string-forms): Use the above. Fix the local-map.
729
730 2000-05-03 Gerd Moellmann <gerd@gnu.org>
731
732 * replace.el (query-replace-map): Add binding for `E'.
733 (query-replace-help): Extend help text.
734 (perform-replace): Allow editing the replacement string.
735
736 * make-mode.el (makefile-mode-abbrev-table): New variable.
737 (makefile-mode): Set local abbrev table to
738 makefile-mode-abbrev-table.
739 (makefile-font-lock-keywords): Fontify includes and conditionals.
740
741 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
742 set TOGGLE's value.
743
744 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
745 mail-interactive-insert-alias.
746 (mail-abbrev-complete-alias): New command.
747 (mail-mode-map): Bind it to `M-TAB'.
748
749 2000-05-03 Kenichi Handa <handa@etl.go.jp>
750
751 * language/lao-util.el (lao-compose-region): New function.
752
753 2000-05-02 Gerd Moellmann <gerd@gnu.org>
754
755 * files.el (recover-session): Make directories as necessary
756 if they don't exist yet.
757
758 * calendar/cal-french.el
759 (french-calendar-multibyte-special-days-array)
760 (french-calendar-special-days-array): Change French text.
761 (calendar-french-date-string): Change output.
762 (calendar-goto-french-date): Likewise.
763
764 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
765
766 * wid-edit.el (widget-default-active): Obey `:always-active'.
767 (widget-documentation-string-value-create): Set `:always-active'.
768
769 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
770
771 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
772 default prefix to `~/_emacs.d/auto-save.list/_s'.
773 (normal-top-level): Create the directory for auto-save files, if
774 it doesn't already exist (in the ms-dos case only).
775
776 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
777
778 * international/mule-cmds.el (set-language-environment): Don't
779 concat an integer (dos-codepage), use format instead.
780
781 2000-05-02 Dave Love <fx@gnu.org>
782
783 * help.el (help-xref-on-pp): Check for constant symbols.
784
785 2000-04-29 Gerd Moellmann <gerd@gnu.org>
786
787 * startup.el (normal-top-level): Put a condition-case around
788 the code loading subdirs.el.
789
790 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
791
792 * ps-print.el: Upside-down and face background color printing,
793 line number step, doc fix.
794 (ps-print-version): New version number (5.2).
795 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
796 (ps-face-attribute-list, ps-plot-with-face): Code fix.
797 (ps-spool-config): Var fix.
798 (ps-printer-name-option): Const fix.
799 (ps-print-upside-down, ps-use-face-background)
800 (ps-line-number-step): New vars.
801 (ps-window-system, ps-lp-system): New consts.
802 (ps-face-background): New fun.
803
804 2000-04-28 Richard Stallman <rms@gnu.org>
805
806 * files.el (make-auto-save-file-name):
807 Apply auto-save-file-name-transforms to visited file name
808 before generating auto save file name.
809 (auto-save-file-name-transforms): New variable.
810
811 * files.el (backup-enable-predicate):
812 Correctly test for a file under a temporary directory.
813
814 2000-04-28 Gerd Moellmann <gerd@gnu.org>
815
816 * subr.el (add-minor-mode): Rewritten.
817
818 2000-04-28 Kenichi Handa <handa@etl.go.jp>
819
820 * mail/sendmail.el (sendmail-send-it): Set
821 buffer-file-coding-system to the selected coding system for MIME
822 header.
823
824 2000-04-27 Gerd Moellmann <gerd@gnu.org>
825
826 * dired.el (dired-move-to-filename-regexp): Allow format where
827 YYYY is followed by two spaces.
828
829 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
830 in the second character class of the regexp.
831
832 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
833 mh-etc, too.
834
835 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
836 nil.
837
838 * subr.el (add-minor-mode): Use `set' instead of `setq'.
839
840 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
841 argument.
842
843 2000-04-27 Sen Nagata <sen@eccosys.com>
844
845 * emacs-lisp/crm.el (crm-completion-table): New variable.
846 (crm-collection-fn, crm-test-completion)
847 (completing-read-multiple): Use it.
848
849 2000-04-27 Dave Love <fx@gnu.org>
850
851 * help.el (locate-library): Use mapc.
852 (help-manyarg-func-alist): Add call-process-region.
853
854 2000-04-26 Gerd Moellmann <gerd@gnu.org>
855
856 * subr.el (add-minor-mode): Make argument MAP optional.
857
858 * desktop.el (desktop-save): Save list of minor modes.
859 (desktop-create-buffer): Restore minor modes.
860 (desktop-minor-mode-table): New user-option.
861
862 * subr.el (add-minor-mode): New function.
863
864 * image.el (find-image): New function.
865 (defimage): Rewritten to find image at load time.
866
867 * startup.el (normal-top-level-add-to-load-path): Handle
868 case that the default directory is not in load-path.
869
870 * help.el: Old patch from Stefan Monnier.
871 (help-xref-on-pp): New function.
872 (describe-variable): Use it to display xrefs in a symbol's value.
873
874 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
875
876 * cus-edit.el (custom-face): Fix parenthesis.
877
878 2000-04-26 Kenichi Handa <handa@etl.go.jp>
879
880 * mail/rmail.el (rmail-expunge): When there are no deleted
881 messages, do nothing.
882
883 2000-04-26 Dave Love <fx@gnu.org>
884
885 * international/mule-cmds.el (locale-translation-file-name):
886 Defvar to nil.
887 (set-locale-environment): Set it here (at runtime).
888
889 2000-04-25 Gerd Moellmann <gerd@gnu.org>
890
891 * replace.el (perform-replace): Add parameters START and END. Use
892 them instead of the check for a region in Transient Mark mode.
893 (query-replace-read-args): Return two more list elements for the
894 start and end of the region in Transient Mark mode.
895 (query-replace, query-replace-regexp, query-replace-regexp-eval)
896 (map-query-replace-regexp, replace-string, replace-regexp): Add
897 optional last arguments START and END and pass them to
898 perform-replace.
899
900 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
901 form with additional arguments for perform-replace.
902
903 * progmodes/etags.el (tags-query-replace): Add parameters START
904 and END. Construct a form with additional arguments for
905 perform-replace.
906
907 * simple.el (shell-command): Set default directory for "*Shell
908 Command Output" buffer.
909
910 * language/european.el (iso-latin-4): Fix typo.
911
912 * emacs-lisp/crm.el: New file.
913
914 2000-04-24 Dave Love <fx@gnu.org>
915
916 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
917 (Custom-reset-saved, Custom-reset-standard)
918 (custom-group-value-create, custom-group-set, custom-group-save)
919 (custom-group-reset-current, custom-group-reset-saved)
920 (custom-group-reset-standard): Use mapc.
921 (custom-buffer-create-internal): Disable undo when creating items.
922 Use mapc.
923 (custom-face): Avoid redundant lambda.
924
925 2000-04-24 Gerd Moellmann <gerd@gnu.org>
926
927 * startup.el (auto-save-list-file-prefix): Set default to
928 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
929
930 2000-04-24 Sam Steingold <sds@gnu.org>
931
932 * time-stamp.el (time-stamp-string-preprocess): Always convert
933 `field-result' to a string.
934
935 2000-04-24 Gerd Moellmann <gerd@gnu.org>
936
937 * frame.el (scrolling): New group.
938 (automatic-hscrolling): New user-option.
939
940 * startup.el (command-line-x-option-alist): Add `-lsp' and
941 `--line-spacing'.
942
943 2000-04-19 Dave Love <fx@gnu.org>
944
945 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
946 (cl-mapc): Rename from mapc. Fix the funcall.
947
948 2000-04-19 Gerd Moellmann <gerd@gnu.org>
949
950 * simple.el (clone-indirect-buffer-other-window): New command.
951 (clone-indirect-buffer): Add optional arg NORECROD.
952 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
953
954 * help.el (resize-temp-buffer-window): Use count-screen-lines.
955
956 * window.el (count-screen-lines): New function.
957 (shrink-window-if-larger-than-buffer): Use count-screen-lines
958 instead of window-buffer-height.
959
960 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
961 non-existing variable comint-input-sentinel.
962 (inferior-lisp-args-to-list): Removed.
963 (inferior-lisp): Use split-string instead of
964 inferior-lisp-args-to-list.
965
966 * hexl.el (hexl-insert-hex-string): New command.
967
968 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
969 instead of concat.
970
971 2000-04-18 Gerd Moellmann <gerd@gnu.org>
972
973 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
974 at the start of an existing but empty folder.
975
976 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
977
978 * ps-mule.el: Customization fix, doc fix.
979 (ps-multibyte-buffer): Customization fix.
980
981 2000-04-17 Richard M. Stallman <rms@caffeine.ai.mit.edu>
982
983 * subr.el (read-passwd): Use read-char-exclusive.
984
985 2000-04-17 Gerd Moellmann <gerd@gnu.org>
986
987 * textmodes/texinfo.el (texinfo-insert-@email)
988 (texinfo-insert-@emph, texinfo-insert-@quotation)
989 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
990 (texinfo-mode-map): Add key bindings for them.
991
992 * files.el (basic-save-buffer-2): Use a template with `$'
993 instead of `#' for VMS.
994
995 * simple.el (clone-indirect-buffer): New function.
996
997 2000-04-16 Stephen Eglen <stephen@gnu.org>
998
999 * iswitchb.el (iswitchb-case): New function. If the user input
1000 contains any upper-case characters, the search is made
1001 case-sensitive.
1002
1003 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
1004
1005 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
1006 comment-end.
1007 (texinfo-font-lock-syntactic-keywords): New var.
1008 (texinfo-font-lock-keywords): Remove comment regexp.
1009 (texinfo-insert-block): New function.
1010 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
1011 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
1012 and font-lock-defaults. Use regexp-opt for outline-regexp.
1013 (texinfo-environments): New var.
1014 (texinfo-environment-regexp): Use regexp-opt and
1015 texinfo-environments.
1016
1017 * textmodes/ispell.el (ispell-menu-map-needed): Check that
1018 ispell-process is bound since this might be eval'd before ispell
1019 is loaded.
1020 (ispell-message): Use a tiny bit less magic and a bit more hard
1021 data to figure out what kind of sc-cite-regexp to use.
1022
1023 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
1024
1025 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
1026 (insert-cyclic-diary-entry): Unquote the lambda.
1027
1028 * gud.el (gud-jdb-build-source-files-list): Fix typo.
1029
1030 * files.el (backup-enable-predicate): Unquote the lambda.
1031
1032 * cus-edit.el (custom-face, face): Unquote the lambda.
1033
1034 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1035
1036 * ps-print.el: Check for line-beginning-position definition.
1037
1038 * ps-print.el: Fix counting lines in a region.
1039 (ps-print-version): New version number (5.1.5).
1040 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
1041 (ps-printing-region): Fun code fix.
1042
1043 2000-04-15 Gerd Moellmann <gerd@gnu.org>
1044
1045 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
1046 to file-directory-p.
1047
1048 2000-04-14 Gerd Moellmann <gerd@gnu.org>
1049
1050 * gud.el (gud-jdb-build-source-files-list): Check that directory
1051 exists before calling directory-files.
1052
1053 2000-04-13 Dave Love <fx@gnu.org>
1054
1055 * emacs-lisp/trace.el: Change maintainer. Use new backquote
1056 syntax.
1057
1058 * emacs-lisp/cl-specs.el: Remove when, unless.
1059
1060 * emacs-lisp/cl-extra.el: Don't quote keywords.
1061 (cl-old-mapc): New variable.
1062 (mapc): Use it.
1063 (cl-map-intervals): Use with-current-buffer. Don't check for
1064 next-property-change.
1065 (cl-map-overlays): Use with-current-buffer.
1066 (cl-expt): Remove.
1067 (copy-tree, remprop): Define unconditionally.
1068
1069 * emacs-lisp/cl-compat.el (keywordp): Remove.
1070
1071 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
1072 to use keywordp.
1073 (edebug-spec): Enable keywordp.
1074
1075 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
1076 string-lessp.
1077
1078 * cus-start.el: Use keywordp.
1079
1080 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1081
1082 * diary-lib.el (include-other-diary-files): Fix the fix of
1083 2000-02-18 by doing a save-excursion.
1084
1085 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1086
1087 * ps-print.el: Customization fix, doc fix.
1088 (ps-print-version): New version number (5.1.4).
1089 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
1090 (ps-print-preprint): Adjust code.
1091 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
1092 (ps-print-prologue-header, ps-print-control-characters)
1093 (ps-spool-config): Customization fix.
1094
1095 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
1096
1097 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
1098 converted to the new menu-item format, names silightly changed,
1099 help strings added.
1100
1101 Support for spelling without async subprocesses:
1102
1103 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
1104 (ispell-session-buffer): New variables.
1105 (ispell-start-process, ispell-process-status,
1106 ispell-accept-output, ispell-send-string): New functions, for
1107 Ispell invocation when async subprocesses aren't supported.
1108 (ispell-word, ispell-pdict-save, ispell-command-loop,
1109 ispell-process-line, ispell-buffer-local-parsing): Replace calls
1110 to process-send-string with calls to ispell-send-string, and
1111 accept-process-output with ispell-accept-output.
1112 (ispell-init-process): Call ispell-process-status instead of
1113 process-status with.
1114 (ispell-init-process): Call ispell-start-process. Call
1115 ispell-accept-output and ispell-send-string. Don't call
1116 process-kill-without-query and kill-process if they are unbound.
1117 (ispell-async-processp): New function.
1118
1119 2000-04-12 Dave Love <fx@gnu.org>
1120
1121 * info.el: Add debug-ignored-errors.
1122 (Info-mode-menu): Add some items.
1123 (Info-directory): Add autoload cookie.
1124
1125 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
1126 Modify `truncate-lines'. Make `describe-language-environment'
1127 always visible and add help. Modify `describe-key' help. Invoke
1128 Info-directory from `info'. New entry `emacs-manual'.
1129
1130 2000-04-10 Gerd Moellmann <gerd@gnu.org>
1131
1132 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
1133 propertized-buffer-identification.
1134 (ebrowse-update-member-buffer-mode-line): Likewise.
1135 (ebrowse--mode-strings): Removed.
1136 (ebrowse--mode-line-props): Removed.
1137
1138 * files.el (auto-mode-alist): Add `EBROWSE'.
1139
1140 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
1141 space before testing for end of buffer.
1142 (ebrowse-load): Removed.
1143 (ebrowse-revert-tree-buffer-from-file): Rewritten.
1144 (ebrowse-create-tree-buffer): Rewritten.
1145 (ebrowse-tree-mode): Read tree from buffer.
1146
1147 * progmodes/ebrowse-ffh.el: Removed.
1148
1149 2000-04-10 Kenichi Handa <handa@etl.go.jp>
1150
1151 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
1152
1153 2000-04-10 Gerd Moellmann <gerd@gnu.org>
1154
1155 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
1156 at the wrong place.
1157
1158 2000-04-09 Dave Love <fx@gnu.org>
1159
1160 * files.el (backup-enable-predicate): Use
1161 temporary-file-directory, small-temporary-file-directory.
1162 (make-backup-file-name-function, backup-directory-alist): New
1163 variables.
1164 (make-backup-file-name-1): New function.
1165 (make-backup-file-name): Use it.
1166 (find-backup-file-name): Likewise. Use format for clarity, not
1167 concat.
1168 (file-newest-backup): Use make-backup-file-name.
1169
1170 2000-04-09 Gerd Moellmann <gerd@gnu.org>
1171
1172 * progmodes/ebrowse-ffh.el: New file.
1173
1174 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
1175 to ebrowse-ffh.el.
1176 (ebrowse-load): Add autoload.
1177
1178 * finder.el (finder-commentary): Add autoload cookie.
1179
1180 * mail/rfc2368.el: Correct author's email address.
1181
1182 * progmodes/ebrowse.el: New file.
1183
1184 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
1185 item help string.
1186 (easy-menu-do-add-item): Ditto.
1187 (easy-menu-define): Extend doc string.
1188
1189 * jit-lock.el (with-buffer-unmodified): Use
1190 restore-buffer-modified-p.
1191 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
1192 (jit-lock-function, jit-lock-stealth-fontify): Don't use
1193 with-buffer-unmodified.
1194
1195 2000-04-08 Dave Love <fx@gnu.org>
1196
1197 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
1198 unless, when.
1199
1200 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
1201
1202 * viper-util.el (viper-put-on-search-overlay): New subroutine.
1203 (viper-flash-search-pattern): No operation when using Emacs
1204 doesn't support face.
1205 Use `viper-put-on-search-overlay'.
1206
1207 2000-04-04 Gerd Moellmann <gerd@gnu.org>
1208
1209 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
1210 like C-r.
1211
1212 * progmodes/make-mode.el: Some doc fixes.
1213 (makefile-mode-abbrev-table): New variable.
1214 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
1215 (makefile-font-lock-keywords): Fontify includes and conditionals.
1216 (toplevel): Require `dabbrev' and `add-log' when compiling.
1217
1218 * replace.el (perform-replace): Don't move forward one char
1219 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
1220 to do that because it leaves point 1 position after the last
1221 replacement, after everything has been replaced.
1222
1223 * jit-lock.el (with-buffer-unmodified): New macro.
1224 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
1225 modified state.
1226 (jit-lock-function-1): Extracted from jit-lock-function; not
1227 preserving buffer's modified state.
1228 (jit-lock-function, jit-lock-stealth-fontify): Call
1229 jit-lock-function-1.
1230
1231 * mail/rfc2368.el: Remove supernumerary copyright line.
1232
1233 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
1234
1235 * glasses.el: Provide facilities for inserting space before left
1236 parentheses and uncapitalization of identifiers.
1237 (glasses-mode): Try to remove old overlays in all cases.
1238
1239 2000-04-03 Gerd Moellmann <gerd@gnu.org>
1240
1241 * progmodes/compile.el (compile-internal): Display the compilation
1242 buffer in a different frame, if it's already displayed there.
1243
1244 * mail/rfc2368.el: New file.
1245
1246 * simple.el (sendmail-user-agent-compose): Recognize a `body'
1247 header and insert its value as mail body.
1248
1249 * subr.el (member-ignore-case): New function.
1250
1251 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
1252 (dabbrev--find-expansion): Ignore buffers matching a regexp
1253 from dabbrev-ignored-regexps.
1254
1255 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
1256 to extensions handled by gzip.
1257
1258 2000-04-03 Richard M. Stallman <rms@gnu.org>
1259
1260 * files.el (insert-directory): List the total free space
1261 along with the used space.
1262
1263 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
1264 line is followed by one that matches CITATION-REGEXP, end the
1265 paragraph.
1266
1267 2000-04-03 Markus Rost <rost@delysid.gnu.org>
1268
1269 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
1270 (rmail-make-basic-summary-line): Use that option.
1271
1272 2000-04-03 Kenichi Handa <handa@etl.go.jp>
1273
1274 * international/mule-cmds.el (encoded-string-description):
1275 Rewritten. Try pretty description for ISO 2022 escape sequences
1276 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
1277 for hexadecimal format.
1278
1279 2000-04-01 Dave Love <fx@gnu.org>
1280
1281 * cpp.el: Change customization group to `c' from `C'.
1282
1283 * vcursor.el (vcursor-move): Use display-color-p.
1284
1285 * international/mule-util.el: Provide mule-utils.
1286 (string-to-sequence): Simplify and speed up.
1287
1288 * international/mule.el (make-coding-system): Purecopy doc-string.
1289
1290 * international/mule-cmds.el: Various menu changes.
1291 (describe-specified-language-support): Handle `Default'.
1292 (set-language-info): Purecopy `info'.
1293
1294 2000-03-31 Andrew Innes <andrewi@gnu.org>
1295
1296 * vc.el (vc-backend-diff): Return the correct status if we had to
1297 retry the rcsdiff command without the --brief option.
1298
1299 2000-03-31 Dave Love <fx@gnu.org>
1300
1301 * help.el (help-manyarg-func-alist): Correct several omissions.
1302
1303 * add-log.el: Don't require cl, fortran.
1304 (add-log-current-defun-function): Doc fix.
1305 (change-log-version-number-regexp-list): Remove SCCS part. Doc
1306 fix.
1307 (change-log-version-rcs): Function deleted.
1308 (change-log-version-number-search): Doc fix. Use
1309 vc-workfile-version. Avoid CL dolist.
1310 (add-change-log-entry): Just call add-log-current-defun to get
1311 defun. Simplify somewhat.
1312 (change-log-get-method-definition-1): Likewise.
1313 (add-log-current-defun): Return nil if calling
1314 add-log-current-defun-function does so. Move Fortran stuff to
1315 fortran.el. Return string without properties.
1316
1317 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
1318 and :alpha: char classes.
1319
1320 * mail/supercite.el: Defvar curline when compiling.
1321 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
1322 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
1323 rather than a-zA-Z0-9 to allow non-ASCII characters.
1324
1325 2000-03-31 Gerd Moellmann <gerd@gnu.org>
1326
1327 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
1328
1329 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
1330 Re-enable new code.
1331
1332 * lpr.el (print-region-1): Use -d to specify printer name for
1333 systems `usg-unix-v*, `dgux', `hpux', `irix'.
1334
1335 2000-03-31 Dave Love <fx@gnu.org>
1336
1337 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
1338 for function definition in symbol's function value slot first
1339 instead of first consulting byte-compile-function-environment.
1340
1341 2000-03-31 Kenichi Handa <handa@etl.go.jp>
1342
1343 * language/european.el ("Polish"): New language environment.
1344 (setup-polish-environment): New function.
1345
1346 2000-03-30 Gerd Moellmann <gerd@gnu.org>
1347
1348 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
1349 Disable new code.
1350
1351 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
1352 trying to `load' the symbol of an autoload instead of the file
1353 recorded in the autoload. Fix error messages.
1354
1355 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1356
1357 * ps-print.el: PostScript programming fix for ghostview, doc fix.
1358 (ps-print-version): New version number (5.1.3).
1359 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
1360 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
1361 (ps-generate-postscript-with-faces): Code fix.
1362 (ps-color-values): XEmacs compatibility.
1363 (ps-print-background-image, ps-print-background-text, ps-printer-name)
1364 (ps-default-fg, ps-default-bg): Adjust customization.
1365 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
1366 (ps-color-scale): Renaming old ps-color-value fun.
1367 (ps-print-headers): Replace ps-print-header group to avoid conflict
1368 with ps-print-header variable.
1369 (ps-print-miscellany): New group.
1370 (ps-format-color, ps-rgb-color): New funs.
1371 (ps-default-foreground): New var.
1372 (ps-printer-name-option): New const.
1373
1374 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
1375
1376 * net/net-utils.el:
1377 (network-connection-host, network-connection-service): New variables
1378 (network-connection-mode): New mode, derived from comint-mode
1379 (network-connection-mode-setup): New function, saves host and
1380 service information in local variables.
1381
1382 * lisp/locate.el:
1383 (locate-word-at-point): Added this function
1384 (locate): Default to using locate-word-at-point as input
1385 Run dired-mode-hook
1386
1387 2000-03-29 Dave Love <fx@gnu.org>
1388
1389 * calendar/appt.el: Doc fixes.
1390 (appt-check): Convert min-to-app to a string before passing to
1391 appt-disp-window-function or concat.
1392 (appt-delete-window): Remove test for frame-root-window.
1393 (appt-select-lowest-window, appt-convert-time): Simplify.
1394
1395 * emacs-lisp/bytecomp.el: Doc fixes.
1396 (byte-compile-file-form-autoload): Update
1397 byte-compile-function-environment.
1398
1399 2000-03-29 Andreas Schwab <schwab@suse.de>
1400
1401 * emacs-lisp/autoload.el: Also print defsubst doc string
1402 specially.
1403
1404 * dired.el (dired-insert-directory): If dired-free-space-program
1405 failed just delete its output.
1406
1407 2000-03-29 Dave Love <fx@gnu.org>
1408
1409 * international/iso-cvt.el: Move provide to end. Doc fixes.
1410 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
1411 (iso-iso2sgml, iso-sgml2iso): New functions.
1412 (iso-cvt-define-menu): Fix some entries and use backquote for
1413 clarity.
1414
1415 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
1416
1417 2000-03-28 Gerd Moellmann <gerd@gnu.org>
1418
1419 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
1420 ISO-DATE. If non-nil, return date in ISO 8601 format.
1421
1422 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
1423
1424 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
1425 if it ever becomes used.
1426 (log-edit-mode-hook): Default to vc-log-mode-hook.
1427 (log-edit-mode): Fix the docstring.
1428
1429 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
1430 the code.
1431
1432 2000-03-26 Dave Love <fx@gnu.org>
1433
1434 * net/browse-url.el (browse-url): Re-fix case of
1435 browse-url-browser-function being an alist.
1436 (browse-url): Add :link to defgroup.
1437
1438 * files.el: Doc fixes.
1439 (file-truename): Include `[' in wildcard characters.
1440 (automount-dir-prefix): Customize.
1441 (find-file-wildcards): Add :version.
1442 (find-file-noselect): Simplify a mapcar call.
1443
1444 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
1445 compatible with inf-lisp version.
1446 (eval-defun-1): Fix custom-declare-variable case.
1447
1448 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
1449
1450 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
1451
1452 2000-03-24 Gerd Moellmann <gerd@gnu.org>
1453
1454 * Makefile (COMPILE_FIRST): New macro.
1455 (compile-files): Compile files from COMPILE_FIRST first.
1456
1457 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
1458 code.
1459
1460 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
1461 matching open parenthesis in column 0 to defun-prompt-regexp
1462 only if open-paren-in-column-0-is-defun-start is set.
1463
1464 * sun-curs.el: Require CL at compile-time only.
1465
1466 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
1467 instead of copy-list which is a function from CL.
1468 (msb--choose-menu, msb--mode-menu-cond)
1469 (msb--create-buffer-menu-2): Use dolist instead of mapc.
1470 (msb--init-file-alist): Use mapcar instead of mapcan.
1471 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
1472 `(' in column 0 in doc string.
1473 (msb--add-separators): Use mapcar instead of mapcan.
1474
1475 * cus-dep.el: Require CL at compile-time only.
1476
1477 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
1478
1479 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
1480 (byte-compile-warnings): New warning `noruntime'.
1481 (byte-compile-constants, byte-compile-variables): Fix docstring.
1482 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
1483 execute `eval-whenc-compile's body.
1484 (byte-compile-unresolved-functions): Fix docstring.
1485 (byte-compile-eval): New function.
1486 (byte-compile-callargs-warn): Check if the function will be available
1487 at runtime (via property `byte-compile-noruntime').
1488 (byte-compile-print-syms): New function.
1489 (byte-compile-warn-about-unresolved-functions): Also warn about
1490 `noruntime' functions (and use `byte-compile-print-syms').
1491 (byte-compile-file): Capitalize the message.
1492
1493 2000-03-24 Gerd Moellmann <gerd@gnu.org>
1494
1495 * mail/rmail.el (rmail-confirm-expunge): New user-option.
1496 (rmail-expunge): Ask for confirmation depending on the setting
1497 of rmail-confirm-expunge.
1498
1499 2000-03-23 Gerd Moellmann <gerd@gnu.org>
1500
1501 * Makefile (bootstrap-clean): If $(emacs) exists, build
1502 loaddefs.el first. A loaddefs.el that's not up-to-date might
1503 cause a bootstrap failure because things don't autoload as
1504 expected.
1505
1506 2000-03-23 Dave Love <fx@gnu.org>
1507
1508 * net/browse-url.el: Restore previous use of
1509 browse-url-maybe-new-window.
1510
1511 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1512
1513 * ps-print.el: Skip banner page fix.
1514 (ps-print-version): New version number (5.1.2).
1515 (ps-begin-file, ps-end-file, ps-generate): Code fix.
1516
1517 2000-03-23 Dave Pearson <davep@davep.org>
1518
1519 * net/quickurl.el Changed the type of parameter passed to the
1520 function defined by `quickurl-format-function'. Before only the
1521 text of the URL was passed. Now the whole URL structure is passed
1522 and the function is responsible for extracting the parts it
1523 requires. Changed the default of `quickurl-format-function'
1524 accordingly.
1525 (quickurl-insert): Changed the `funcall' of
1526 `quickurl-format-function' to match the above change.
1527 (quickurl-list-insert): Changed the `url' case so that it makes
1528 use of `quickurl-format-function', previous to this the format was
1529 hard wired.
1530
1531 2000-03-22 Gerd Moellmann <gerd@gnu.org>
1532
1533 * startup.el: Change some spellings for the X Window System.
1534
1535 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
1536
1537 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
1538 up the code and the regexp and make sure the cursor is temporarily
1539 moved to the suspicious line while querying the user.
1540
1541 2000-03-22 Jason Rumney <jasonr@gnu.org>
1542
1543 * w32-fns.el (w32-charset-info-alist): Initialize.
1544
1545 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1546
1547 * ps-print.el: N-up last page fix.
1548 (ps-print-version): New version number (5.1.1).
1549 (ps-end-file, ps-end-job, ps-generate): Code fix.
1550
1551 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
1552
1553 * files.el (find-file-run-dired): Update docstring.
1554 (find-directory-functions): New hook.
1555 (find-file-noselect): Run find-directory-functions rather than
1556 calling dired directly.
1557
1558 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
1559
1560 * pcvs.el: Add a minimal leading commentary.
1561 (cvs-make-cvs-buffer): Change the header part by removing the startup
1562 message and adding a `Module' entry. Also replace the FOOTER and
1563 HEADER special fileinfos with the new support in ewoc for updating
1564 its own footer and header.
1565 (cvs-update-header): Update to use the header/footer of the ewoc.
1566 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
1567 (cvs-is-within-p): New function.
1568 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
1569 to only examine some subset of the buffers.
1570
1571 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
1572 `format' instead of our own ad-hoc functions.
1573 Remove HEADER and FOOTER cases, now handled in the EWOC.
1574 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
1575
1576 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
1577 output to avoid scaring the user.
1578 (cvs-parse-table): Catch message for non-up-to-date commits.
1579
1580 * pcvs-defs.el (cvs-startup-message): Remove.
1581 (cvs-global-menu): New autoloaded menu.
1582
1583 * pcvs-util.el (cvs-string-fill): Remove.
1584
1585 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
1586 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
1587 PP part of it and also make it work for footers and headers.
1588 (ewoc-create): Drop POS and BUFFER arguments.
1589 Use the DLL's dummy node to store the end-of-footer position.
1590 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
1591 (ewoc-refresh): Remove unused `header' variable.
1592 (ewoc-(get|set)-hf): New functions.
1593
1594 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
1595 log-view-*-(message|file) and use easy-mmode-define-navigation.
1596 (log-view-message-re): Match SCCS format as well.
1597 And match the revision line rather than the dashed separator line.
1598 (log-view-mode): Use the new define-derived-mode.
1599 (log-view-current-tag): Fill in with an actual implementation.
1600
1601 * cvs-status.el (cvs-status-(prev|next)): Rename from
1602 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
1603 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
1604 to let the output "breathe" a little more (more readable).
1605 (cvs-status-mode): Use the new define-derived-mode.
1606
1607 * smerge-mode.el (smerge-auto-leave): New function and variable.
1608 (smerge-basic-map): Rename from smerge-basic-keymap.
1609 Change the bindings for smerge-diff-*.
1610 (smerge-*-map): Use easy-mmode-defmap.
1611 (smerge-(next|prev)): Use easy-mmode-define-navigation.
1612 (smerge-keep-*): Use smerge-auto-leave.
1613
1614 2000-03-21 Jason Rumney <jasonr@gnu.org>
1615
1616 * cus-edit.el (custom-button-face): Use 3D look for w32.
1617 (custom-button-pressed-face): Likewise.
1618
1619 2000-03-21 Gerd Moellmann <gerd@gnu.org>
1620
1621 * progmodes/etags.el (tags-case-fold-search): New user-option.
1622 (tags-loop-eval): New function. Bind case-fold-search around eval
1623 depending on the value of tags-case-fold-search.
1624 (tags-loop-continue): Use tags-loop-eval.
1625 (find-tag-in-order): Bind case-fold-search depending on the value
1626 of tags-case-fold-search.
1627
1628 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
1629
1630 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
1631 (diff-end-of-hunk): Return the end position for use in
1632 `easy-mmode-define-navigation'.
1633 (diff-recenter): Remove.
1634 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
1635 of `easy-mmode-define-navigation'.
1636 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
1637 previous renaming) and fix to use new names.
1638 (diff-merge-strings): Use \n as separator: simpler, faster.
1639 (diff-mode): Use `define-derived-mode'.
1640
1641 * derived.el (define-derived-mode): Don't autoload anymore.
1642 Prefer the macro-only version provided by easy-mmode.el.
1643
1644 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
1645 `easy-mmode-define-derived-mode'.
1646 Use `combine-run-hooks'.
1647 (easy-mmode-define-navigation): New macro.
1648
1649 * subr.el (combine-run-hooks): New function.
1650
1651 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
1652
1653 * term/x-win.el: Fontsets related initialization is simplified.
1654
1655 * international/mule-diag.el (describe-font): Don't refer to
1656 global-fontset-alist, instead call font-list.
1657 (describe-fontset, list-fontsets, mule-diag): Likewise.
1658 (print-fontset): Adjusted for the change of fontset
1659 implementation.
1660
1661 * international/fontset.el (x-charset-registries): Variable
1662 removed, instead the corresponding data is stored in the default
1663 fontset.
1664 (register-alternate-fontnames): Function removed.
1665 (resolved-ascii-font): Variable removed.
1666 (x-compose-font-name): Ignore the second argument REDOCE.
1667 (x-complement-fontset-spec): Complement only an ASCII font and
1668 element for those charsets than can use that ASCII font.
1669 (generate-fontset-menu): Don't refer to global-fontset-alist,
1670 instead call fontset-list.
1671 (uninstantiated-fontset-alist): Variable removed.
1672 (x-style-funcs-alist): Likewise.
1673 (fontset-default-styles): Likewise.
1674 (x-modify-font-name): Function removed.
1675 (create-fontset-from-fontset-spec): Ignore the argument
1676 STYLE-VARIANT.
1677 (create-fontset-from-ascii-font): Docsting adjusted for the above
1678 change.
1679 (instantiate-fontset, resolve-fontset-name): Functions removed.
1680 (fontset-list): Now implemented by C code.
1681
1682 * faces.el (read-face-font): Fix TABLE arg to completing-read.
1683 (describe-face): Include `font' attribute in the description.
1684
1685 2000-03-21 Kenichi Handa <handa@etl.go.jp>
1686
1687 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
1688
1689 2000-03-20 Gerd Moellmann <gerd@gnu.org>
1690
1691 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
1692 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
1693 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
1694
1695 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
1696 about behavior of set-buffer-modified-p wrt redisplay.
1697
1698 2000-03-19 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1699
1700 * view.el (view-mode-disable): Kill local binding of view-read-only.
1701
1702 2000-03-18 Gerd Moellmann <gerd@gnu.org>
1703
1704 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
1705 is a string, convert it to a syntax cell using string-to-syntax.
1706
1707 * simple.el (syntax-code-table, syntax-flag-table): New variables.
1708 (string-to-syntax): New function.
1709
1710 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
1711 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
1712 try to use passive ftp mode.
1713
1714 2000-03-17 Gerd Moellmann <gerd@gnu.org>
1715
1716 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
1717
1718 * simple.el (append-to-buffer): Update point of windows after
1719 insertion.
1720
1721 * abbrev.el (inverse-add-abbrev): Identify word by first moving
1722 forward then moving backward. Reindent.
1723
1724 * frame.el (other-frame): Call x-focus-frame only if
1725 focus-follows-mouse is off.
1726
1727 2000-03-17 Dave Love <fx@gnu.org>
1728
1729 * pcvs-util.el (cvs-strings->string): Rename
1730 replace-regexps-in-string.
1731
1732 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
1733
1734 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
1735 regexp for labels cannot span several lines.
1736
1737 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
1738 `(setq :<key> ':<key>)' to the macro expansion.
1739
1740 2000-03-16 Dave Love <fx@gnu.org>
1741
1742 * progmodes/f90.el (f90): Put custom group under `languages', not
1743 `fortran'.
1744 (f90-mode-hook): Customize.
1745 (f90-mode): Set add-log-current-defun-function.
1746 (f90-current-defun): New function.
1747
1748 2000-03-16 Gerd Moellmann <gerd@gnu.org>
1749
1750 * cus-edit.el (custom-variable-tag-face): Handle case that
1751 default face's height is not a number.
1752 (custom-face-tag-face, custom-group-tag-face-1)
1753 (custom-group-tag-face): Ditto.
1754 (custom-group-tag-face-1): Add :group.
1755
1756 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
1757
1758 2000-03-15 Gerd Moellmann <gerd@gnu.org>
1759
1760 * pcvs-defs.el (toplevel): Remove autoload cookie for form
1761 requiring easymenu.
1762
1763 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1764
1765 * ps-print.el: PostScript user-defined prologue, PostScript error
1766 handler, doc fix.
1767 (ps-print-version): New version number (5.1).
1768 (ps-user-defined-prologue, ps-error-handler-message)
1769 (ps-print-prologue-0, ps-error-handler-alist): New vars.
1770 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
1771 (ps-insert-string): New function.
1772
1773 2000-03-15 Kenichi Handa <handa@etl.go.jp>
1774
1775 * international/ccl.el (ccl-compile-expression): Don't generate
1776 invalid self-assignment code.
1777
1778 2000-03-14 Dave Love <fx@gnu.org>
1779
1780 * subr.el (replace-regexp-in-string): Renamed from
1781 replace-regexps-in-string. Doc fix.
1782
1783 2000-03-12 Dave Love <fx@gnu.org>
1784
1785 * cus-edit.el: Doc fixes.
1786 (customize-set-variable, customize-save-variable): Rename args for
1787 doc.
1788 (custom-variable-tag-face, custom-face-tag-face)
1789 (custom-group-tag-face-1, custom-group-tag-face): Modify from
1790 style which user identify as hyperlink.
1791 (hook): Don't add undefined functions to the hook.
1792 (debug-ignored-errors): Transfer message from bindings.el.
1793
1794 2000-03-12 Gerd Moellmann <gerd@gnu.org>
1795
1796 * recentf.el (recentf-keep-non-readable-files-p): Remove
1797 double/nested definition.
1798
1799 2000-03-12 Dave Love <fx@gnu.org>
1800
1801 * facemenu.el (facemenu-get-face): Use display-color-p.
1802 * enriched.el (enriched-decode-foreground): Likewise.
1803 (enriched-decode-background): Likewise.
1804 * isearch.el (isearch-highlight): Likewise.
1805 * info-look.el (info-lookup): Likewise.
1806 * simple.el (completion-setup-function): Likewise.
1807
1808 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
1809 :options.
1810
1811 * bindings.el (mode-line-format): Fix line-number and
1812 column-number items. Add help-echo for the background.
1813 (mode-line-mule-info): Modify help-echo.
1814
1815 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
1816 defcustom.
1817
1818 * files.el (load-file): Allow completion to .elc.
1819
1820 * man.el: Doc fixes.
1821 (Man-init-defvars): Use display-color-p to set fontification.
1822
1823 * play/hanoi.el (hanoi-internal): Don't use oddp.
1824
1825 2000-03-12 Gerd Moellmann <gerd@gnu.org>
1826
1827 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
1828
1829 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
1830
1831 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
1832
1833 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
1834 Fix comment.
1835
1836 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
1837
1838 * font-lock.el (font-lock-keywords): Fix the doc now that
1839 regexp-opt-depth is unnecessary.
1840 (save-buffer-state): Set an edebug spec.
1841 (font-lock-fontify-anchored-keywords): Properly handle the case when
1842 the matcher goes past the limit.
1843
1844 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
1845 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
1846
1847 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
1848 dll.el and cookie.el (from Elib) with heavy renaming and other
1849 massaging.
1850
1851 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
1852 Autoload the functions used.
1853 (easy-mmode-define-syntax): Fix CL typo.
1854 (easy-mmode-define-derived-mode): Improve the docstring generation.
1855
1856 2000-03-10 Gerd Moellmann <gerd@gnu.org>
1857
1858 * textmodes/texinfo.el (texinfo-version): Variable and function
1859 removed.
1860
1861 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
1862
1863 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
1864 allow more flexibility.
1865 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
1866 fns.
1867 (easy-mmode-defmap, easy-mmode-defsyntax)
1868 (easy-mmode-define-derived-mode): New macros.
1869
1870 2000-03-09 Didier Verna <didier@xemacs.org>
1871
1872 * rect.el (replace-rectangle): New function.
1873
1874 2000-03-09 Dave Love <fx@gnu.org>
1875
1876 * progmodes/fortran.el (fortran-comment-line-start): Define as
1877 "C".
1878 (fortran-comment-line-start-skip): Don't match cpp stuff.
1879 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
1880 (fortran-mode-map): Remove over-eager custom-menu-create for now.
1881 (fortran-mode): Don't set fortran-comment-line-start-skip,
1882 fortran-comment-line-start here. Set comment-start,
1883 add-log-current-defun.
1884 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
1885 (fortran-current-defun): New function.
1886
1887 2000-03-09 Gerd Moellmann <gerd@gnu.org>
1888
1889 * emacs-lisp/re-builder.el: New file.
1890
1891 * mouse.el (mouse-drag-region): Don't run up-event handler
1892 if hscroll has changed.
1893
1894 * octave-mod.el (octave-font-lock-keywords): To font-lock the
1895 builtin operators, use `font-lock-builtin-face' for Emacs and
1896 `font-lock-preprocessor-face' otherwise.
1897
1898 * font-lock.el (lisp-font-lock-keywords-1): Highlight
1899 `(defun (setf foo)' differently.
1900
1901 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
1902
1903 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
1904 (regexp-opt): Update comment and adapt the code the new meaning of
1905 the `paren' argument of regex-opt-group for shy-groups.
1906 (regexp-opt-depth): Handle shy groups as well as backslashed
1907 backslashes.
1908 (regexp-opt-group): Turn the leading comment into a docstring.
1909 Allow `paren' to be a string (the string to use to open a group).
1910 Remove open-presuf and close-presuf. Instead of checking for `all
1911 one-char' and then later on check for `several one-char', handle
1912 both cases close together. Also apply a more generic algorithm
1913 for suffixes (the mirror image of the algorithm used for
1914 prefixes). Use shy-groups. Use nreverse rather than reverse.
1915 (regexp-opt-try-suffix): Removed.
1916
1917 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
1918 from comint-mode-map, so we can just inherit from it. Also, move
1919 the initialization into the `defvar' since there's no docstring
1920 anyway and it's fairly short.
1921 (inferior-scheme-mode): Define it as derived-mode: the code is
1922 shorter and this way we inherit from comint-mode-map rather than
1923 copying it.
1924
1925 * subr.el (replace-regexps-in-string): Properly handle the case
1926 where we match an empty string.
1927
1928 * comint.el (comint-exec-1): Add the current-dir to the exec-path
1929 when the command has a directory component (such as "./testml").
1930 Also fix a typo in the comment.
1931
1932 2000-03-08 Gerd Moellmann <gerd@gnu.org>
1933
1934 * Makefile (compile-files): Compile files one by one because
1935 that's the only way to ensure a clean compilation environment for
1936 each individual file.
1937
1938 * frame.el (other-frame): Call x-focus-frame.
1939
1940 2000-03-07 Dave Love <fx@gnu.org>
1941
1942 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
1943 :require to defcustom.
1944
1945 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
1946 lists.
1947
1948 * files.el (auto-mode-alist): Add configure.in.
1949
1950 * progmodes/autoconf.el: New file.
1951
1952 2000-03-07 Gerd Moellmann <gerd@gnu.org>
1953
1954 * mail/mh-e.el: Change maintainer to `none'.
1955
1956 * recentf.el (recentf-keep-non-readable-files-p): Quote args
1957 to remove-hook and add-hook.
1958
1959 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1960
1961 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
1962 it as the default.
1963 (mail-send): Test mail-send-nonascii also for the new `mime' value.
1964 (sendmail-send-it): Conditionally add MIME headers specifying the
1965 used character set.
1966
1967 2000-03-07 Dave Love <fx@gnu.org>
1968
1969 * winner.el: Fix keywords, autoload cookies. Split
1970 eval-when-compile form to avoid compilation failure.
1971
1972 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
1973
1974 * international/mule.el: Modify comment about coding system
1975 property `coding-category'.
1976 (make-coding-system): New argument EOL-TYPE. Pay attention to
1977 coding-category property of PROPERTIES.
1978
1979 * international/mule-conf.el (coding-category-utf-8,
1980 coding-category-utf-16-be, coding-category-utf-16-le): New coding
1981 categories. Include them in the argument for set-coding-priority.
1982
1983 * international/mule-cmds.el (reset-language-environment): Include
1984 coding-category-utf-8, coding-category-utf-16-be, and
1985 coding-category-utf-16-le in the argument for set-coding-priority.
1986 (reset-language-environment): Initialize coding-category-utf-8,
1987 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
1988
1989 2000-03-06 Karl Fogel <kfogel@red-bean.com>
1990
1991 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
1992 code abstracted out of `bookmark-jump-noselect'. Now tries info
1993 extensions as well as compression extensions.
1994 (bookmark-jump-noselect): Use above new func.
1995
1996 2000-03-03 Gerd Moellmann <gerd@gnu.org>
1997
1998 * strokes.el: Change maintainer's mail address.
1999
2000 2000-03-03 Kenichi Handa <handa@etl.go.jp>
2001
2002 * international/mule-diag.el (list-character-sets): Make help-echo
2003 string by substitute-command-keys.
2004 (list-character-sets): Likewise.
2005 (sort-listed-character-sets): Call help-setup-xref.
2006
2007 2000-03-02 Gerd Moellmann <gerd@gnu.org>
2008
2009 * time.el (display-time-mail-file): Add `none' to the list of
2010 choices.
2011
2012 2000-03-01 Dave Love <fx@gnu.org>
2013
2014 * help.el (help-xref-go-back): Don't try to set position.
2015
2016 * international/mule-diag.el (list-character-sets): Call
2017 help-setup-xref. Add help-echo to xrefs.
2018 (list-character-sets-1): Add help-echo to xrefs.
2019
2020 2000-03-02 Gerd Moellmann <gerd@gnu.org>
2021
2022 * frame.el (blink-cursor-mode): Switch cursor on when turning
2023 the mode off.
2024
2025 * add-log.el (add-log-current-defun): Add support for
2026 Autoconf mode.
2027
2028 * mail/rmail.el (rmail-quit-hook): New variable.
2029
2030 2000-03-01 Dave Love <fx@gnu.org>
2031
2032 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
2033
2034 * help.el (help-xref-button): Add help-echo arg.
2035 (describe-function-1, describe-variable, help-make-xrefs): Use it.
2036
2037 * faces.el (list-faces-display): Supply help-echo with
2038 help-make-xrefs.
2039
2040 * facemenu.el (list-text-properties-at): Set help-xref-stack to
2041 nil.
2042
2043 2000-03-01 Gerd Moellmann <gerd@gnu.org>
2044
2045 * image.el (defimage): Look for image files in load-path.
2046
2047 * frame.el (busy-cursor-delay-seconds): Change type to
2048 `number'.
2049
2050 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
2051
2052 * recentf.el (recentf): Added version tag to the defgroup of
2053 recentf.
2054
2055 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
2056
2057 * recentf.el (recentf-cleanup): Changed to remove excluded file
2058 too.
2059 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
2060 action to select/unselect a file.
2061 (recentf-edit-list): Code cleanup and improvement.
2062 (recentf-open-more-files-action): `recentf-open-more-files' button
2063 widget action to open a file.
2064 (recentf-open-more-files): No more use standard completion but
2065 widgets.
2066 (recentf-more-collection): Deleted.
2067 (recentf-more-history): Deleted.
2068 (recentf-setup-more-completion): Deleted.
2069
2070 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
2071
2072 * recentf.el (recentf-mode): No more needs that Emacs is running
2073 under a window-system.
2074
2075 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
2076
2077 * recentf.el (recentf-edit-list): New command to edit the recent
2078 list which allow the user to remove files.
2079 (recentf-edit-selected-items): New global variable, used by
2080 `recentf-edit-list' to hold the list of files to be removed from
2081 the recent list.
2082 (recentf-make-menu-items): Updated to display a "Edit list..."
2083 menu item. Minor code cleanup.
2084
2085 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
2086
2087 * recentf.el (recentf-open-more-files): New command to open files
2088 that are not displayed in the menu.
2089 (recentf-more-collection): New global variable holding the set of
2090 permissible completions used by `recentf-open-more-files'.
2091 (recentf-more-history): New global variable holding the history list
2092 used by `recentf-open-more-files' completion.
2093 (recentf-setup-more-completion): New function to setup completion for
2094 `recentf-open-more-files'.
2095 (recentf-make-menu-items): Updated to display a "More..." menu item.
2096
2097 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
2098
2099 * recentf.el (recentf-menu-action): Doc fixed.
2100
2101 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
2102
2103 * recentf.el (recentf-menu-filter): Doc updated.
2104 (recentf-update-menu-hook): Allow menu filters to force menu update.
2105 (recentf-make-menu-items): New menu filter handling.
2106 (recentf-make-menu-item): New helper function.
2107 (recentf-menu-elements): New menu handling function.
2108 (recentf-sort-ascending): Updated to new menu filter handling.
2109 (recentf-sort-descending): Updated to new menu filter handling.
2110 (recentf-sort-basenames-ascending): New menu filter function.
2111 (recentf-sort-basenames-descending): New menu filter function.
2112 (recentf-show-basenames): New menu filter function.
2113 (recentf-show-basenames-ascending): New menu filter function.
2114 (recentf-show-basenames-descending): New menu filter function.
2115
2116 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2117
2118 * diary-lib.el (list-diary-entries): Don't try to go forward at
2119 the end of the buffer.
2120
2121 2000-02-29 Kenichi Handa <handa@etl.go.jp>
2122
2123 * international/mule-diag.el (list-character-sets): Completely
2124 rewritten.
2125 (sort-listed-character-sets): New function.
2126 (list-character-sets-1): Completely rewritten.
2127 (list-character-sets-2): New function.
2128 (non-iso-charset-alist): New variable.
2129 (decode-codepage-char): New function.
2130 (charset-history): New variable.
2131 (read-charset) (list-block-of-chars)
2132 (list-iso-charset-chars)
2133 (list-non-iso-charset-chars)
2134 (list-charset-chars): New functions.
2135 (mule-diag): Call list-character-sets-2, not
2136 list-character-sets-2.
2137 (dump-charsets): Likewise.
2138
2139 2000-02-29 Gerd Moellmann <gerd@gnu.org>
2140
2141 * dired-x.el (dired-filename-at-point): Add `@' to valid
2142 file name characters.
2143 (dired-filename-at-point): Handle ange-ftp file names.
2144
2145 * frame.el (frame-notice-user-settings): Use assq-delete-all
2146 instead of assoc-delete-all.
2147 (frame-notice-user-settings): Ditto.
2148
2149 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
2150 Don't copy alist.
2151
2152 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
2153
2154 * calculator.el (calculator-use-menu): New option.
2155 (calculator-initial-bindings): Changed some bindings to work as
2156 macros.
2157 (calculator-forced-input): Removed.
2158 (calculator-restart-other-mode): New variable.
2159 (calculator-mode-map): Set up menu.
2160
2161 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
2162
2163 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
2164 tags.
2165
2166 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
2167
2168 * viper-cmd.el (viper-envelop-ESC-key): added the option to
2169 translate all ESC key sequences.
2170 (viper-goto-mark-subr): restore markers for files for which
2171 they were saved.
2172 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
2173 * viper-util.el (viper-set-replace-overlay-glyphs,
2174 viper-set-replace-overlay): always check if the replacement
2175 overlay is live.
2176 * viper.el (viper-vi-state-mode-list): added major modes.
2177 * ediff-wind.el: minor comment changes.
2178 * ediff.el: copyright notice date fix.
2179
2180 2000-02-27 Jason Rumney <jasonr@gnu.org>
2181
2182 * faces.el (face-font-family-alternatives): Add arial to helv.
2183 (mode-line, header-line, tool-bar): Same default as x for w32.
2184 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
2185 face-font-family-alternatives from working.
2186 * term/w32-win.el (mouse-set-font): Do not build fontset from
2187 chosen font.
2188
2189 2000-02-25 Sam Steingold <sds@goems.com>
2190
2191 * emacs-lisp/cl-indent.el (toplvel): Indent `pprint-logical-block'
2192 properly.
2193
2194 2000-02-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2195
2196 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
2197
2198 2000-02-25 Gerd Moellmann <gerd@gnu.org>
2199
2200 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
2201 writable.
2202
2203 * frame.el (busy-cursor-delay-seconds): New option.
2204
2205 2000-02-24 Gerd Moellmann <gerd@gnu.org>
2206
2207 * frame.el (show-cursor-in-non-selected-windows): New option.
2208
2209 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2210
2211 * diary-lib.el (include-other-diary-files): Undo the selective
2212 display in any included file and don't kill it.
2213
2214 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
2215
2216 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
2217 bar. Menu items converted to (menu-item format, help strings
2218 added.
2219 [downcase, upcase]: Don't enable on MS-DOS.
2220 [symlink, symlinks]: Don't show if make-symbolic-link is not
2221 bound.
2222 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
2223
2224 2000-02-23 Dave Love <fx@gnu.org>
2225
2226 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
2227 (backward-kill-word): Revert addition of * to interactive spec --
2228 it's a feature.
2229
2230 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
2231 (backward-kill-sentence, kill-sentence): Likewise.
2232
2233 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
2234 scratch buffer name.
2235 (gud-format-command): Use int-to-string in ?l case. Simplify
2236 slightly.
2237
2238 * term/w32-win.el (internal-face-interactive): Update prompt for
2239 new read-face-name.
2240
2241 * mail/footnote.el (footnote): Add :version to defgroup.
2242 (footnote-section-tag-regexp): Customize.
2243 (footnote-start-tag, footnote-end-tag): New option.
2244 (footnote-latin-regexp): New variable.
2245 (Footnote-latin): New function.
2246 (footnote-style-alist): Add element for latin style.
2247 (footnote-style): Moved.
2248 (Footnote-goto-footnote): Use eq to test arg.
2249
2250 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
2251
2252 * emacs-lisp/byte-opt.el: Change old backquote syntax.
2253 (byte-compile-trueconstp): Include keywords.
2254 (byte-optimize-quote, byte-optimize-lapcode): Use
2255 byte-compile-const-symbol-p.
2256 (byte-optimize-char-before): New optimization.
2257
2258 * emacs-lisp/bytecomp.el: Change old backquote syntax.
2259 (byte-compile-const-symbol-p): New function.
2260 (byte-compile-constp, byte-compile-out-toplevel)
2261 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
2262 Use it.
2263
2264 * subr.el (define-key-after): Default AFTER to t. Doc fix.
2265
2266 2000-02-23 Kenichi Handa <handa@etl.go.jp>
2267
2268 * international/encoded-kb.el: Be sure to update minor-mode-alist
2269 and minor-mode-map-alist.
2270 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
2271 codes SS2 and SS3 correctly.
2272 (encoded-kbd-self-insert-ccl): New function.
2273 (encoded-kbd-setup-keymap): New function.
2274 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
2275 by calling encoded-kbd-setup-keymap.
2276
2277 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
2278 characters.
2279 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
2280 locally.
2281
2282 2000-02-22 Dave Love <fx@gnu.org>
2283
2284 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
2285 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
2286 defvar.
2287 (lisp-mode-syntax-table): Set up for #|...|# comments.
2288 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
2289 classes. Match `defface'.
2290 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
2291 (eval-defun-1): Fix for defcustom.
2292 (lisp-indent-region): Doc fix.
2293
2294 * subr.el (when, unless, split-string): Doc fix.
2295 (read-passwd): Move call of clear-this-command-keys to the right
2296 place.
2297 (replace-regexps-in-string): New function.
2298
2299 2000-02-22 Gerd Moellmann <gerd@gnu.org>
2300
2301 * help.el (describe-variable): Set syntax table to
2302 emacs-lisp-mode-syntax-table when moving forward over the
2303 symbol's name.
2304
2305 2000-02-22 Dave Love <fx@gnu.org>
2306
2307 * xt-mouse.el: Doc fixes.
2308 (xterm-mouse-position-function): New function, replacing advice of
2309 mouse-position.
2310 (xterm-mouse-mode): Use it. Don't turn on under a window system.
2311
2312 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
2313
2314 2000-02-21 Gerd Moellmann <gerd@gnu.org>
2315
2316 * format.el (format-annotate-single-property-change): Handle
2317 properties.with dotted-list values.
2318 (format-proper-list-p): New function.
2319
2320 * enriched.el (enriched-face-ans): Handle '(foreground-color
2321 . COLOR) and (background-color . COLOR).
2322
2323 2000-02-20 Dave Love <fx@gnu.org>
2324
2325 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
2326 and assignments to it.
2327 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
2328 current local map.
2329 (make-flyspell-overlay): Use it.
2330 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
2331
2332 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
2333 (lm-get-header-re): Defun, not defsubst.
2334 (lm-get-package-name): Defun, not defsubst. Simplify.
2335 (lm-version): Doc fix. Simplify.
2336 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
2337 (lm-crack-address, lm-last-modified-date, lm-commentary)
2338 (lm-verify, lm-synopsis): Simplify.
2339 (lm-report-bug): Require emacsbug. Use compose-mail.
2340
2341 2000-02-20 Gerd Moellmann <gerd@gnu.org>
2342
2343 * dired.el (dired-mode): Call propertized-buffer-identification
2344 to set mode-line-buffer-identification to something having
2345 the right text properties.
2346
2347 * bindings.el (propertized-buffer-identification): New function.
2348
2349 2000-02-20 Dave Love <fx@gnu.org>
2350
2351 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
2352 check for t-mouse too.
2353
2354 * cus-start.el: Make echo-keystrokes `number'.
2355
2356 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
2357
2358 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
2359 Don't call ring-empty-p unless tags-location-ring is bound.
2360 From Noah Friedman <friedman@splode.com>.
2361
2362 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
2363
2364 * progmodes/hideshow.el (hs-flag-region): No longer use
2365 `intangible' overlay property.
2366
2367 (hs-toggle-hiding): New command.
2368 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
2369
2370 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
2371 Fix omission bug: Run `hs-minor-mode-hook' for both activation
2372 and deactivation.
2373
2374 2000-02-18 Gerd Moellmann <gerd@gnu.org>
2375
2376 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
2377
2378 2000-02-17 Gerd Moellmann <gerd@gnu.org>
2379
2380 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
2381
2382 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
2383 of `*' to handle `(* ... *)' comments.
2384
2385 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
2386
2387 * faces.el (list-faces-display): Use display-mouse-p instead of
2388 window-system.
2389
2390 * menu-bar.el (global-map): Menu-bar items converted to the new
2391 format (menu-item..., rearranged for better CUA compliance, and
2392 their names changed for better clarity. Help strings added.
2393
2394 * international/mule-cmds.el (mule-menu-keymap)
2395 (describe-language-environment-map, set-coding-system-map)
2396 (setup-language-environment-map): Convert to new (menu-item...
2397 form, add help strings. Change names of menu items for better
2398 clarity. "Mule" menu-bar item removed (it's now in the "Options"
2399 submenu).
2400
2401 2000-02-17 Gerd Moellmann <gerd@gnu.org>
2402
2403 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
2404 within the code.
2405
2406 2000-02-16 Dave Love <fx@gnu.org>
2407
2408 * faces.el: Don't require custom. Add more specific :groups to
2409 various deffaces.
2410 (set-face-attribute): Purecopy args.
2411 (read-face-name): Default to name at point and use it in prompt.
2412 Remove colon from arg in all callers.
2413 (list-faces-display): Hyperlink to face descriptions and customize
2414 buffers.
2415
2416 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
2417
2418 * wid-edit.el (widget-match-inline): An atom never matches a
2419 list.
2420
2421 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2422
2423 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
2424 at ':' characters by call to split-string.
2425
2426 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2427
2428 * textmodes/bibtex.el: Added RCS version identification.
2429
2430 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2431
2432 * textmodes/bibtex.el: Some temporary comments removed.
2433 (bibtex-field-name, bibtex-entry-type): Made the relationship
2434 explicit.
2435 (bibtex-field-const): Allow capital letters.
2436 (bibtex-start-of-string): Deleted because unused.
2437
2438 * textmodes/bibtex.el: Unified some nomenclature. We no longer
2439 use the term 'reference' to describe a bibtex entry as a whole.
2440 Further, reference keys are no longer called 'labels'.
2441 (bibtex-keys): Renamed to bibtex-reference-keys.
2442 (bibtex-reformat-previous-labels): Renamed to
2443 bibtex-reformat-previous-reference-keys.
2444 (bibtex-reference-type): Renamed to bibtex-entry-type.
2445 (bibtex-reference-head): Renamed to bibtex-entry-head.
2446 (bibtex-reference-maybe-empty-head): Renamed to
2447 bibtex-entry-maybe-empty-head.
2448 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
2449 (bibtex-search-reference): Renamed to bibtex-search-entry.
2450 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
2451 bibtex-enclosing-entry-maybe-empty-head.
2452 (bibtex-entry-field-alist, bibtex-entry-head,
2453 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
2454 bibtex-map-entries, bibtex-search-entry,
2455 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
2456 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2457 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
2458 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
2459 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
2460 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
2461 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
2462
2463 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2464
2465 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
2466 comment.
2467 (bibtex-format-field-delimiters): New function, functionality
2468 extracted from bibtex-format-entry.
2469 (bibtex-autokey-get-yearfield-digits): New function, functionality
2470 extracted from bibtex-autokey-get-yearfield.
2471
2472 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
2473 entries in order to avoid stack overflow in the regexp matcher if
2474 field contents become large.
2475 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
2476 bibtex-field-string-part-not-braced,
2477 bibtex-field-string-part-no-inner-braces,
2478 bibtex-field-string-part-1-inner-brace,
2479 bibtex-field-string-part-2-inner-braces,
2480 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
2481 bibtex-field-string-quoted, bibtex-field-string,
2482 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
2483 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
2484 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
2485 as parsing is now performed by the following functions.
2486 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
2487 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
2488 bibtex-parse-field-string, bibtex-search-forward-field-string,
2489 bibtex-parse-association, bibtex-field-name-for-parsing,
2490 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
2491 bibtex-search-forward-field, bibtex-search-backward-field,
2492 bibtex-start-of-field, bibtex-end-of-field,
2493 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
2494 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
2495 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
2496 bibtex-parse-string, bibtex-search-forward-string,
2497 bibtex-search-backward-string, bibtex-start-of-string,
2498 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
2499 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
2500 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
2501 entries. Instead of reporting the results of the parsing by
2502 match-beginning or match-end, these functions return data structures
2503 that hold the corresponding positions.
2504 (bibtex-enclosing-field): Changed to also report field boundaries by
2505 return values rather than by match-beginning or match-end. The
2506 following functions have been adapted to use the new parsing
2507 functions.
2508 (bibtex-skip-to-valid-entry, bibtex-search-reference,
2509 bibtex-enclosing-field, bibtex-format-entry,
2510 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
2511 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
2512 bibtex-print-help-message, bibtex-end-of-entry,
2513 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
2514 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2515 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
2516 method for parsing.
2517 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
2518 bibtex-map-entries, bibtex-flash-head,
2519 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
2520 bibtex-autokey-change, bibtex-autokey-get-namefield,
2521 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
2522 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2523 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
2524 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2525 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
2526 order to make the new binding of case-fold-search immediately
2527 visible.
2528
2529 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2530
2531 * textmodes/bibtex.el: Copyright notice is up to date.
2532 Added constant 'bibtex-maintainer-salutation.
2533
2534 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
2535 than make-temp-name, use match-string-no-properties and eliminate
2536 a quadratic behavior when building bibtex-strings.
2537
2538 * bibtex.el (bibtex-reference-key): Accept string entries whose
2539 reference key contains upper case letters.
2540
2541 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2542
2543 * bibtex.el (bibtex-reference-head): Allow entries to start with
2544 a new line.
2545
2546 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2547
2548 * bibtex.el: Hiding of entry bodies is not longer provided by
2549 bibtex.el directly. Instead the hideshow package can be used.
2550 Added a special bibtex entry to hs-special-modes-alist.
2551 (bibtex-hs-forward-sexp): Added for hideshow.el.
2552
2553 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2554
2555 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
2556 at ':' characters by call to split-string.
2557
2558 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2559
2560 * textmodes/bibtex.el: Added RCS version identification.
2561
2562 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2563
2564 * textmodes/bibtex.el: Some temporary comments removed.
2565 (bibtex-field-name, bibtex-entry-type): Made the relationship
2566 explicit.
2567 (bibtex-field-const): Allow capital letters.
2568 (bibtex-start-of-string): Deleted because unused.
2569
2570 * textmodes/bibtex.el: Unified some nomenclature. We no longer
2571 use the term 'reference' to describe a bibtex entry as a whole.
2572 Further, reference keys are no longer called 'labels'.
2573 (bibtex-keys): Renamed to bibtex-reference-keys.
2574 (bibtex-reformat-previous-labels): Renamed to
2575 bibtex-reformat-previous-reference-keys.
2576 (bibtex-reference-type): Renamed to bibtex-entry-type.
2577 (bibtex-reference-head): Renamed to bibtex-entry-head.
2578 (bibtex-reference-maybe-empty-head): Renamed to
2579 bibtex-entry-maybe-empty-head.
2580 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
2581 (bibtex-search-reference): Renamed to bibtex-search-entry.
2582 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
2583 bibtex-enclosing-entry-maybe-empty-head.
2584 (bibtex-entry-field-alist, bibtex-entry-head,
2585 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
2586 bibtex-map-entries, bibtex-search-entry,
2587 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
2588 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2589 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
2590 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
2591 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
2592 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
2593 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
2594
2595 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2596
2597 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
2598 comment.
2599 (bibtex-format-field-delimiters): New function, functionality
2600 extracted from bibtex-format-entry.
2601 (bibtex-autokey-get-yearfield-digits): New function, functionality
2602 extracted from bibtex-autokey-get-yearfield.
2603
2604 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
2605 entries in order to avoid stack overflow in the regexp matcher if
2606 field contents become large.
2607 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
2608 bibtex-field-string-part-not-braced,
2609 bibtex-field-string-part-no-inner-braces,
2610 bibtex-field-string-part-1-inner-brace,
2611 bibtex-field-string-part-2-inner-braces,
2612 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
2613 bibtex-field-string-quoted, bibtex-field-string,
2614 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
2615 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
2616 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
2617 as parsing is now performed by the following functions.
2618 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
2619 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
2620 bibtex-parse-field-string, bibtex-search-forward-field-string,
2621 bibtex-parse-association, bibtex-field-name-for-parsing,
2622 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
2623 bibtex-search-forward-field, bibtex-search-backward-field,
2624 bibtex-start-of-field, bibtex-end-of-field,
2625 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
2626 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
2627 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
2628 bibtex-parse-string, bibtex-search-forward-string,
2629 bibtex-search-backward-string, bibtex-start-of-string,
2630 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
2631 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
2632 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
2633 entries. Instead of reporting the results of the parsing by
2634 match-beginning or match-end, these functions return data structures
2635 that hold the corresponding positions.
2636 (bibtex-enclosing-field): Changed to also report field boundaries by
2637 return values rather than by match-beginning or match-end. The
2638 following functions have been adapted to use the new parsing
2639 functions.
2640 (bibtex-skip-to-valid-entry, bibtex-search-reference,
2641 bibtex-enclosing-field, bibtex-format-entry,
2642 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
2643 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
2644 bibtex-print-help-message, bibtex-end-of-entry,
2645 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
2646 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2647 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
2648 method for parsing.
2649 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
2650 bibtex-map-entries, bibtex-flash-head,
2651 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
2652 bibtex-autokey-change, bibtex-autokey-get-namefield,
2653 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
2654 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2655 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
2656 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2657 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
2658 order to make the new binding of case-fold-search immediately
2659 visible.
2660
2661 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2662
2663 * textmodes/bibtex.el: Copyright notice is up to date.
2664 Added constant 'bibtex-maintainer-salutation.
2665
2666 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
2667 than make-temp-name, use match-string-no-properties and eliminate
2668 a quadratic behavior when building bibtex-strings.
2669
2670 * bibtex.el (bibtex-reference-key): Accept string entries whose
2671 reference key contains upper case letters.
2672
2673 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2674
2675 * bibtex.el (bibtex-reference-head): Allow entries to start with
2676 a new line.
2677
2678 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2679
2680 * bibtex.el: Hiding of entry bodies is not longer provided by
2681 bibtex.el directly. Instead the hideshow package can be used.
2682 Added a special bibtex entry to hs-special-modes-alist.
2683 (bibtex-hs-forward-sexp): Added for hideshow.el.
2684
2685 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2686
2687 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
2688 proceedings entry type (for cross referencing). Thanks to Wagner
2689 Toledo Correa for the suggestion.
2690
2691 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
2692
2693 2000-02-14 Kenichi Handa <handa@etl.go.jp>
2694
2695 * international/characters.el: Setup case table for Vietnamese.
2696
2697 2000-02-12 Gerd Moellmann <gerd@gnu.org>
2698
2699 * uniquify.el (toplevel): Require CL at compile time.
2700 (uniquify-push): Removed.
2701
2702 * shadowfile.el (shadow-when): Removed.
2703
2704 * tempo.el (tempo-dolist, tempo-mapc): Removed.
2705 (tempo-process-and-insert-string): Use dolist instead of
2706 tempo-dolist.
2707
2708 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
2709 regexp for paragraph-start.
2710
2711 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
2712 commas as well.
2713
2714 2000-02-10 Dave Love <fx@gnu.org>
2715
2716 * wid-edit.el: (widgets) [defgroup]: Remove url link.
2717 (widget-color-choice-list, widget-color-history, widget-mouse-help):
2718 Deleted.
2719 (widget-specify-field, widget-specify-button): Don't use
2720 widget-mouse-help as help-echo property.
2721 (default): Use #'ignore for :validate and :mouse-down-action.
2722 (checkbox): Add help-echo.
2723 (widget-sexp-validate): Rewritten to clarify error messages.
2724 (character): Use char-valid-p in :match function.
2725 (widget-color-complete): Use facemenu-color-alist.
2726 (widget-color-action): Use facemenu-read-color.
2727
2728 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
2729 set up `caar' &c that we now have.
2730
2731 2000-02-09 Ray Blaak <blaak@gnu.org>
2732
2733 * delphi.el: Make resourcestring a declaration region, like const
2734 and var.
2735
2736 2000-02-09 Dave Love <fx@gnu.org>
2737
2738 * bindings.el (mode-line-input-method-map): New variable.
2739 (mode-line-mule-info): Use it; fix last change.
2740 (mode-line-mode-menu): Move definition.
2741 (mode-line-mouse-sensitive-p): Deleted.
2742 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
2743 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
2744 level.
2745
2746 * startup.el (command-line-1): Don't call
2747 make-mode-line-mouse-sensitive.
2748
2749 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
2750
2751 * mail/rmail.el (rmail-retry-failure): Use
2752 rmail-beginning-of-message before rmail-toggle-header, because the
2753 former toggles headers.
2754
2755 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
2756
2757 * diff-mode.el (diff-kill-junk): New interactive function.
2758 (diff-reverse-direction): Use delete-and-extract-region.
2759 (diff-post-command-hook): Restrict the area so that the hook also works
2760 outside of any diff hunk. This is necessary for the minor-mode.
2761 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
2762 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
2763
2764 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
2765 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
2766 so that it can be used more easily in <foo>-mode-hook. Also make sure
2767 to avoid duplicate entries.
2768 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
2769 (font-lock-remove-keywords): Just as was done for `add', allow it to
2770 work even if font-lock-mode is nil. Also make sure we don't modify
2771 any pre-existing list by forcing a copy-sequence. Finally rename
2772 `major-mode' to `mode'.
2773 (font-lock-fontify-syntactic-anchored-keywords)
2774 (font-lock-fontify-anchored-keywords)
2775 (font-lock-fontify-keywords-region): Use line-end-position.
2776 Don't make `font-lock-multiline' local (it's now done in
2777 font-lock-set-defaults).
2778 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
2779 move the `font-lock-fontified' creation to inside the `unless'.
2780
2781 2000-02-06 Andrew Innes <andrewi@gnu.org>
2782
2783 * term/w32-win.el (x-handle-args): Comment out call to message,
2784 which occurs before window system is initialized.
2785
2786 * makefile.nt: Add support for recompiling lisp code.
2787
2788 2000-02-04 Dave Love <fx@gnu.org>
2789
2790 * bindings.el (mode-line-mule-info): Fix/extend last change.
2791
2792 * completion.el: Replace completion-dolist with dolist.
2793
2794 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
2795 dotimes.
2796
2797 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
2798
2799 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
2800 environment names before they go into the section regexp.
2801
2802 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
2803 char class in regexp.
2804
2805 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
2806 `case-fold-search' to nil.
2807
2808 * progmodes/idlwave.el (idlwave-template): Respect
2809 `idlwave-abbrev-change-case'.
2810 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
2811 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
2812 idlwave-while): respect `idlwave-reserved-word-upcase'.
2813 (idlwave-rw-case): New function.
2814 (idlwave-statement-match): Fixed problem with assignment regexp.
2815 (idlwave-font-lock-keywords): Improved regexp for keyword
2816 parameters.
2817 (idlwave-surround): New argument LENGTH to support padding of
2818 operators longer than 1 char.
2819
2820 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
2821 idlwave-shell-expression-overlay. Implemented printing of
2822 expressions on higher levels of the calling stack.
2823 (idlwave-shell-display-level-in-calling-stack): Restore stack
2824 level.
2825 (idlwave-retrieve-expression-from-level): New function.
2826 (idlwave-shell-last-calling-stack): Variable removed.
2827 (idlwave-shell-reset): Argument action reversed (`visible' to
2828 `hidden'). Also remove stop-line overlay.
2829 (idlwave-shell-calling-stack-routine): New variable.
2830 (idlwave-shell-parse-stack-and-display): Messages now display
2831 negative level numbers.
2832 (idlwave-shell-mode): Set `modeline-format'.
2833 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
2834 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
2835 21.
2836 (idlwave-shell-print-expression-function): New option.
2837
2838 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
2839 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
2840 `tool-bar' instead of `toolbar'.
2841
2842 2000-02-02 Dave Love <fx@gnu.org>
2843
2844 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
2845 emacs-lisp-mode-hook. Don't check for defalias being defined.
2846
2847 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
2848 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
2849 the new builtins directly.
2850
2851 * whitespace.el (whitespace): Add :version to defgroup.
2852
2853 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
2854 Doc fix.
2855
2856 * thingatpt.el (sexp-at-point, symbol-at-point)
2857 (number-at-point, list-at-point): Add autoload cookie.
2858
2859 * recentf.el (recentf): Add :version to defgroup.
2860
2861 * quickurl.el (quickurl): Add :version to defgroup.
2862
2863 * elide-head.el (elide-head): Use point-marker more.
2864
2865 * bs.el (bs): Add :version to defgroup.
2866
2867 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
2868
2869 * progmodes/delphi.el (delphi): Add :version to defgroup.
2870
2871 2000-02-02 Gerd Moellmann <gerd@gnu.org>
2872
2873 * ange-ftp.el (ange-ftp-write-region): Handle case that
2874 succeeding process operation sets a different coding system.
2875
2876 * calculator.el: New file.
2877
2878 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
2879
2880 * frame.el (frames-on-display-list, framep-on-display): New
2881 functions.
2882 (display-mouse-p, display-popup-menus-p, display-graphic-p)
2883 (display-selections-p, display-screens, display-pixel-width)
2884 (display-pixel-height, display-mm-width, display-mm-height)
2885 (display-backing-store, display-save-under, display-planes)
2886 (display-color-cells, display-visual-class): New functions.
2887
2888 * term/tty-colors.el (tty-color-gray-shades): New function.
2889
2890 * faces.el (display-color-p): Use framep-on-display.
2891 (display-grayscale-p): New function.
2892
2893 2000-01-31 Dave Love <fx@gnu.org>
2894
2895 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
2896 (create-fontset-from-x-resource): Don't concat integers.
2897
2898 2000-01-31 Inge Frick <inge@nada.kth.se>
2899
2900 * view.el: Some changes in documentation. Removed some trailing
2901 whitespace. Changed some parameter names to agree with
2902 documentation.
2903 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
2904 window is not deleted. Modifies change 1998-04-26.
2905
2906 2000-01-31 Gerd Moellmann <gerd@gnu.org>
2907
2908 * windmove.el: New file.
2909
2910 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
2911 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2912 progmodes/ebnf-yac.el: Update copyright and license info.
2913
2914 * jit-lock.el (jit-lock-function): Widen before calculating end
2915 position.
2916 (jit-lock-stealth-chunk-start): Rewritten.
2917
2918 * info.el (Info-title-face-alist): Removed.
2919 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
2920 faces.
2921 (Info-fontify-node): Use these faces.
2922
2923 2000-01-30 Gerd Moellmann <gerd@gnu.org>
2924
2925 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
2926 (cl-macro-list1): Recognize `&allow-other-keys' instead of
2927 `&allow-other-keywords'.
2928
2929 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
2930 the list of directories scanned heuristically.
2931
2932 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
2933 exist.
2934
2935 2000-01-30 Jason Rumney <jasonr@gnu.org>
2936
2937 * w32-fns.el: Define w32-tty-standard-colors.
2938
2939 * startup.el (command-line): Use w32-tty-standard-colors when in
2940 w32 console mode.
2941
2942 2000-01-30 Dave Love <fx@gnu.org>
2943
2944 * jka-compr.el (jka-compr-load): Fix up load-history.
2945
2946 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
2947
2948 * emacs-lisp/cl-macs.el: Revert previous change.
2949
2950 2000-01-29 Dave Love <fx@gnu.org>
2951
2952 * facemenu.el: Purecopy various strings.
2953
2954 * timezone.el (timezone-fix-time): Window against 69 for two-digit
2955 years. Deal with three-digit years.
2956
2957 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
2958 defconst, purecopy.
2959 (help-back-label): Purecopy it.
2960
2961 2000-01-18 Gerd Moellmann <gerd@gnu.org>
2962
2963 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
2964 variable. If non-nil, order the buffer list according to the
2965 currently selected frame.
2966 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
2967 non-nil, pass the selected frame to function buffer-list.
2968
2969 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2970
2971 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
2972
2973 2000-01-28 Dave Love <fx@gnu.org>
2974
2975 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
2976
2977 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
2978 Don't use lisp-indent-hook property.
2979 (cl-abs): Remove.
2980
2981 * subr.el: Move out indent and edebug specs for when and unless.
2982
2983 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
2984 when, unless.
2985
2986 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
2987 unless, when.
2988
2989 2000-01-28 Gerd Moellmann <gerd@gnu.org>
2990
2991 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
2992 `collecting' as synonym for `collect'.
2993
2994 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
2995 for the case it contains spaces.
2996
2997 * simple.el (what-cursor-position): Change formatting of
2998 messages.
2999
3000 * frame.el (delete-other-frames): New function.
3001 (toplevel): Bind it to C-x 5 1.
3002
3003 * sort.el (sort-numeric-base): New option.
3004 (sort-numeric-fields): If number starts with `0' or `0[xX[',
3005 interpret it as octal or hexadecimal. Use sort-numeric-base
3006 as default base.
3007
3008 * progmodes/glasses.el: New file.
3009
3010 2000-01-27 Gerd Moellmann <gerd@gnu.org>
3011
3012 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
3013 userids differently.
3014
3015 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
3016 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
3017 progmodes/ebnf-yac.el: New files.
3018
3019 2000-01-26 Dave Love <fx@gnu.org>
3020
3021 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
3022 on a function with an empty body. [From Eric Ludlam.]
3023
3024 2000-01-25 Andre Spiegel <spiegel@gnu.org>
3025
3026 * vc.el (vc-version-diff): Make sure file name is expanded.
3027
3028 2000-01-25 Gerd Moellmann <gerd@gnu.org>
3029
3030 * scroll-bar.el (scroll-bar-timer): Variable removed.
3031 (scroll-bar-toolkit-scroll): Don't use a timer.
3032
3033 2000-01-25 Kenichi Handa <handa@etl.go.jp>
3034
3035 * language/thai-util.el (thai-composition-function): Delete
3036 superfluous `a'.
3037
3038 2000-01-24 Dave Love <fx@gnu.org>
3039
3040 * fortran.el (fortran-mode): Use beginning-of-defun-function,
3041 end-of-defun-function.
3042
3043 * font-lock.el (turn-on-font-lock): Don't depend on window-system
3044 &c.
3045
3046 2000-01-22 Jason Rumney <jasonr@gnu.org>
3047
3048 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
3049 conflicts with new face support.
3050
3051 2000-01-22 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3052
3053 * replace.el (query-replace): Rename last arg to DELIMITED.
3054 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
3055 (query-replace-regexp): Likewise.
3056
3057 2000-01-20 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3058
3059 * subr.el (with-syntax-table): Use make-symbol, not gensym.
3060
3061 * emacs-lisp/lisp.el (beginning-of-defun-function):
3062 Variable renamed from beginning-of-defun.
3063 Do not call make-variable-buffer-local.
3064 (beginning-of-defun-raw): Use new variable name; doc fix.
3065 (beginning-of-defun): Doc fix.
3066 (end-of-defun-function): Variable renamed from end-of-defun.
3067 Do not call make-variable-buffer-local.
3068 (end-of-defun): Use new variable name; doc fix.
3069
3070 * subr.el (dolist, dotimes): Copied from cl-macs.el
3071 and made to work.
3072
3073 * mail/undigest.el (rmail-digest-end-regexps):
3074 Variable replaces rmail-digest-end-regexp.
3075 Allows multiple regexps for detecting the end line.
3076 (undigestify-rmail-message): Corresponding changes.
3077
3078 2000-01-19 Dave Love <fx@gnu.org>
3079
3080 * files.el (user-init-file): Don't declare here -- is primitive.
3081
3082 * startup.el (command-line): Check for compiled user-init-file and
3083 set to uncompiled version if necessary.
3084
3085 2000-01-18 Gerd Moellmann <gerd@gnu.org>
3086
3087 * mail/undigest.el (rmail-digest-end-regexp): New user option.
3088 (undigestify-rmail-message): Use it.
3089
3090 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
3091
3092 2000-01-17 Gerd Moellmann <gerd@gnu.org>
3093
3094 * tmm.el (tmm-goto-completions): Adapt to prompt being part
3095 of mini-buffer.
3096
3097 2000-01-14 Gerd Moellmann <gerd@gnu.org>
3098
3099 * emacs-lisp/copyright.el (copyright-update): Removed the
3100 requirement for a trailing space from `copyright-regexp', to
3101 support copyrights with owner specified on a separate line..
3102
3103 * align.el: New file.
3104
3105 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
3106
3107 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
3108
3109 2000-01-13 Dave Love <fx@gnu.org>
3110
3111 * ph.el: Removed. (Obsoleted by EUDC.)
3112
3113 2000-01-13 Gerd Moellmann <gerd@gnu.org>
3114
3115 * net/eudc.el (toplevel): Remove autoloaded code installing
3116 menu with easymenu, because that causes build problems.
3117
3118 * frame.el (frame-notice-user-settings): New variable.
3119 (frame-notice-user-settings): Don't modify frame parameters
3120 if called a second time.
3121
3122 2000-01-13 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3123
3124 * frame.el (frame-notice-user-settings):
3125 Notice default-frame-parameters even for non-window frames.
3126
3127 2000-01-13 Gerd Moellmann <gerd@gnu.org>
3128
3129 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
3130 for Emacs.
3131 (eudc-bob-can-display-inline-images): Extend for Emacs.
3132 (eudc-bob-toggle-inline-display): Ditto.
3133 (eudc-bob-display-jpeg): Ditto.
3134
3135 2000-01-12 Gerd Moellmann <gerd@gnu.org>
3136
3137 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
3138 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
3139 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
3140
3141 * add-log.el (add-change-log-entry): Fix error trying an `(insert
3142 nil)'.
3143
3144 * subdirs.el: Add `net' directory.
3145
3146 * net: New directory.
3147
3148 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
3149 eval-last-sexp. Don't bind debug-on-error here.
3150 (eval-last-sexp): New function. Bind debug-on-error if
3151 eval-expression-debug-on-error is non-nil.
3152 (eval-defun-2, eval-defun): Likewise.
3153
3154 * simple.el (eval-expression): Don't bind debug-on-error if
3155 eval-expression-debug-on-error is nil. Detect changed
3156 debug-on-error, and propagate new value to global binding, if
3157 eval-expression-debug-on-error is non-nil,
3158 (eval-expression-debug-on-error): Change doc string.
3159
3160 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3161
3162 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
3163
3164 * emacs-lisp/lisp-mode.el (with-syntax-table):
3165 Set up lisp-indent-function property.
3166
3167 * subr.el (with-syntax-table): Moved from simple.el.
3168
3169 * simple.el (with-syntax-table): Moved to subr.el.
3170
3171 2000-01-11 Gerd Moellmann <gerd@gnu.org>
3172
3173 * tmm.el (tmm-shortcut): Delete region after prompt instead
3174 of erasing buffer.
3175
3176 * textmodes/fill.el (fill-common-string-prefix): New function.
3177 (fill-context-prefix): Use the longest common prefix of first
3178 and second line fill prefix, if there is one.
3179
3180 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3181
3182 * array.el (array-mode): Don't use make-variable-buffer-local.
3183 Use make-local-variable for `truncate-lines'.
3184
3185 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
3186
3187 * add-log.el (add-log-current-defun): Handle user-defined
3188 add-log-current-function returning nil,
3189
3190 * add-log.el (add-change-log-entry): Insert version number
3191 if having found a current function
3192
3193 * add-log.el (add-log-current-defun): Call
3194 `add-log-current-defun-function'. Try matches at level 0 and
3195 level 1. Strip whitespace from defun found.
3196
3197 2000-01-10 John Wiegley <johnw@gnu.org>
3198
3199 * allout.el (isearch-done/outline-provisions): Added `edit'
3200 argument to correspond with the current definition of
3201 `isearch-done'.
3202
3203 2000-01-10 Dave Love <fx@gnu.org>
3204
3205 * elide-head.el (elide-head): Use point-marker, not point.
3206
3207 2000-01-10 Gerd Moellmann <gerd@gnu.org>
3208
3209 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
3210 before and after the year 2000.
3211
3212 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
3213 Add ispell- prefix.
3214
3215 2000-01-10 Ken Stevens <k.stevens@ieee.org>
3216
3217 * ispell.el: Only define dictionaries in menus when they exist.
3218 (version18p): New variable.
3219 (version20p): New variable.
3220 (xemacsp): New variable.
3221 (ispell-choices-win-default-height): Fix for XEmacs visibility.
3222 (ispell-dictionary-alist1): Added Brasileiro dictionary.
3223 (ispell-dictionary-alist6): Russian command lines no longer accept
3224 run-together words.
3225 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
3226 (ispell-dictionary-alist): Add koi8-r to customize definition.
3227 (check-ispell-version): Added documentation string. Returns
3228 library path when called non-interactively.
3229 (ispell-menu-map-needed): Uses new variables.
3230 (ispell-library-path): New variable.
3231 (ispell-decode-string): XEmacs fix for bogus variable bindings.
3232 (ispell-word): Improved documentation string. Test for valid
3233 character mappings. Correctly check typed in word changes that can
3234 result in single words split into multiple words. Returns
3235 replacement word.
3236 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
3237 replace in recursive query replace mode. Help message for
3238 recursive edit mode.
3239 (ispell-show-choices): Protect against bad framepop bindings.
3240 (ispell-help): Fix to work with XEmacs.
3241 (ispell-highlight-spelling-error): Use new variables.
3242 (ispell-overlay-window): Fix to work with XEmacs.
3243 (ispell-parse-output): Passed and returns location information
3244 tracking spelling corrections. Doesn't recheck same word on
3245 current line.
3246 (ispell-init-process): Protect against bogus XEmacs variable binding.
3247 Fix call to single argument in sleep-for. Use new variables.
3248 (ispell-region): Passed and returns location information tracking
3249 spelling corrections. Doesn't check same word on current line.
3250 Improved documentation string. Doesn't resend a line already
3251 checked to the ispell process - fixes bug in LaTeX parsing.
3252 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
3253 (ispell-skip-region): No longer skips <TT> in SGML.
3254 (ispell-process-line): Tracks location information with spelling
3255 corrections. Added documentation string. Accounts for words
3256 already accepted on this line. Don't allow query-replace on line
3257 starting with math characters. Doesn't resend a line already sent
3258 to ispell process. Fixes alignment error bug.
3259
3260 2000-01-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3261
3262 * dired-x.el (dired-guess-shell-alist-default):
3263 Suggest xloadimage, which is free, not xv, which isn't.
3264
3265 * ange-ftp.el (ange-ftp-file-name-nondirectory):
3266 Don't ever include the host name or user name in the value.
3267
3268 2000-01-09 Gerd Moellmann <gerd@gnu.org>
3269
3270 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
3271 of a real newline.
3272
3273 2000-01-09 Stephen Eglen <stephen@gnu.org>
3274
3275 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
3276 for .png files.
3277
3278 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
3279
3280 * cus-edit.el (custom-hook-convert-widget): Fix comment.
3281
3282 2000-01-09 Gerd Moellmann <gerd@gnu.org>
3283
3284 * progmodes/cperl-mode.el: Replace ^F with ^L.
3285
3286 * sendmail.el (toplevel): Provide `sendmail' when compiling
3287 before `require'ing rmail and mailalias to prevent infinite
3288 recursion.
3289
3290 2000-01-08 Dave Love <fx@gnu.org>
3291
3292 * emacs-lisp/backquote.el: Remove inappropriate customization
3293 (allowing custom.el to use backquote).
3294
3295 2000-01-07 Dave Love <fx@gnu.org>
3296
3297 * add-log.el (add-log-debugging): Deleted.
3298 (add-change-log-entry): Treat a backup FILE-NAME as its parent
3299 file. Remove debugging code.
3300 (change-log-get-method-definition, change-log-name): Add doc.
3301 (change-log-sortable-date-at): New function.
3302 (change-log-merge): New command.
3303
3304 * time.el (display-time-string-forms): Make the Mail string active.
3305 (display-time-update): Provide help-echo for load average.
3306
3307 * bindings.el (make-mode-line-mouse2-map): New function.
3308 (mode-line-modified): Use it and simplify.
3309 (mode-line-mule-info): Provide help-echo info.
3310 (minor-mode-alist): Activate the strings.
3311 (make-mode-line-mouse-sensitive): Simplify for
3312 mode-line-buffer-identification.
3313
3314 2000-01-07 Gerd Moellmann <gerd@gnu.org>
3315
3316 * play/pong.el: New file.
3317
3318 2000-01-06 Dave Love <fx@gnu.org>
3319
3320 * array.el: Assorted cleanups for compiler warnings, doc strings,
3321 `array-' prefix for symbols.
3322
3323 2000-01-05 Dave Love <fx@gnu.org>
3324
3325 * textmodes/outline.el (outline-mode-menu-bar-map): Add
3326 outline-headers-as-kill.
3327 (outline-mode): Define imenu-generic-expression.
3328 (outline-headers-as-kill): New command.
3329
3330 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
3331 from paragraph-start.
3332 (paragraph-indent-minor-mode): New command.
3333
3334 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
3335 M-C-e, M-C-h, C-j, C-xnd, TAB.
3336 (fortran-mode): Set beginning-of-defun, end-of-defun.
3337 (fortran-column-ruler): Simplify.
3338 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
3339 (fortran-with-subprogram-narrowing): Likewise.
3340 (fortran-indent-subprogram): Call mark-defun.
3341 (fortran-check-for-matching-do): Change narrowing.
3342
3343 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
3344 (cl-lucid-hash-tag): Delete.
3345 (cl-hash-table-p): Correct test for native table.
3346 (cl-hash-table-count): Use hash-table-count.
3347
3348 * browse-url.el (browse-url): Fix case of
3349 browse-url-browser-function being an alist.
3350
3351 2000-01-05 Carsten Dominik <cd@gnu.org>
3352
3353 * textmodes/reftex-vars.el (reftex-parse-file-extension)
3354 (reftex-index-phrase-file-extension): New options.
3355
3356 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
3357 Use new option `reftex-index-phrase-file-extension'.
3358
3359 * textmodes/reftex.el (reftex-access-parse-file): Use new option
3360 `reftex-parse-file-extension'.
3361
3362 2000-01-05 Dave Love <fx@gnu.org>
3363
3364 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
3365 (beginning-of-defun-raw): Use it.
3366 (end-of-defun): New variable.
3367 (end-of-defun): Use it.
3368 (check-parens): New command.
3369
3370 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3371
3372 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
3373 (hs-show-block): Don't use `mapcar' when not accumulating.
3374
3375 Fix buglet in local variables initialization.
3376
3377 2000-01-05 Andreas Schwab <schwab@suse.de>
3378
3379 * hscroll.el (hscroll): Doc fix.
3380
3381 2000-01-05 Carsten Dominik <cd@gnu.org>
3382
3383 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
3384 idlw-toolbar.
3385
3386 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
3387 file idlw-rinfo.el.
3388 (idlwave-customize): load must read file idlw-shell.el.
3389 (idlwave-create-customize-menu): load must read file idlw-shell.el.
3390
3391 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
3392
3393 * progmodes/idlw-shell.el: Also provide idlwave-shell
3394 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
3395 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
3396
3397 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
3398 both reftex-dcr and reftex-vcr.
3399
3400 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
3401
3402 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3403
3404 * ps-print.el: PostScript code now is in separate files, doc fix.
3405 (ps-print-version): New version number (5.0.3).
3406 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
3407 local.
3408 (ps-spool-config): Initialization fix.
3409 (ps-print-prologue-1, ps-print-prologue-2)
3410 (ps-print-duplex-feature): PostScript code moved to separated file.
3411 (ps-background-image): Little code reformating.
3412 (ps-begin-file, ps-begin-job): Fix code.
3413 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
3414 (ps-prologue-file): New fun.
3415
3416 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3417
3418 * ps-vars.el: Eliminated.
3419
3420 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
3421 `;;;###autoload'.
3422
3423 * ps-print.el: ps-vars eliminated, doc fix.
3424 (ps-print-version): New version number (5.0.2).
3425 (ps-spool-config): Initialization fix.
3426 (ps-print-customize): New fun.
3427
3428 2000-01-04 Gerd Moellmann <gerd@gnu.org>
3429
3430 * autorevert.el (auto-revert-mode): Return value of
3431 auto-revert-mode.
3432
3433 2000-01-04 Dave Love <fx@gnu.org>
3434
3435 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
3436 menu items.
3437
3438 2000-01-03 Dave Love <fx@gnu.org>
3439
3440 * elide-head.el (elide-head) [defgroup]: Add :version.
3441
3442 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
3443 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
3444 `cl-hash-table-p', not `hash-table-p'.
3445 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
3446
3447 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3448
3449 * faces.el (face-read-integer, read-face-attribute)
3450 (color-defined-p, color-values): unspecified-{f,b}g are now
3451 strings.
3452
3453 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
3454
3455 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
3456 at comment end, and re-insert them after filling.
3457
3458 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3459
3460 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
3461 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
3462 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
3463
3464 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3465
3466 * term/x-win.el (xw-defined-colors): Call color-supported-p,
3467 the new name of face-color-supported-p.
3468
3469 * term/w32-win.el (xw-defined-colors): Likewise.
3470
3471 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3472
3473 * simple.el (completion-setup-function): Count completion-size
3474 from minibuffer-prompt-end, not from point-min.
3475
3476 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
3477
3478 * faces.el (read-face-attribute, defined-colors, color-defined-p):
3479 Pass the frame to tty-color-* functions.
3480 (display-color-p, frame-set-background-mode): Pass the frame to
3481 tty-display-color-p.
3482
3483 * term/tty-colors.el (tty-defined-color-alist): Renamed from
3484 tty-color-alist.
3485 (tty-color-alist, tty-modify-color-alist): New functions.
3486 (tty-color-define, tty-color-clear, tty-color-approximate)
3487 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
3488 an optional parameter FRAME.
3489
3490 2000-01-01 Gerd Moellmann <gerd@gnu.org>
3491
3492 * image.el (create-image, defimage): Don't assume image data is a
3493 string.
3494
3495 * image.el (defimage): Handle specifications containing :data
3496 instead of :file.
3497 (image-type-from-data): New function.
3498 (image-type-from-file-header): Use it.
3499 (create-image): Add parameter DATA-P.
3500
3501 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3502
3503 * echistory.el (electric-command-history): Call Command-history-setup
3504 and command-history-mode using their new conventions.
3505
3506 * chistory.el (Command-history-setup): Don't switch buffers. Take
3507 no args, and do not set major-mode, mode-name or the local map.
3508 (command-history-mode): New function, does some of those things
3509 Command-history-setup used to do.
3510 (list-command-history): Call command-history-mode, not
3511 Command-history-setup.
3512 (command-history): Renamed from command-history-mode.
3513
3514 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3515
3516 * arc-mode.el (archive-mode-map): Bind q to quit-window.
3517
3518 1999-12-31 William M. Perry <wmperry@aventail.com>
3519
3520 * image.el (defimage): Images with the `:data' keyword should be
3521 considered valid as well.
3522
3523 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3524
3525 * dired.el (dired-get-filename): Don't call file-name-absolute-p
3526 with FILE if FILE is nil.
3527
3528 1999-12-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3529
3530 * simple.el (choose-completion-string): In minibuffer,
3531 do not delete the prompt string.
3532
3533 1999-12-30 Gerd Moellmann <gerd@gnu.org>
3534
3535 * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
3536 assigned to mode-line-mode-menu because bindings.el is dumped with
3537 Emacs, and thus the lists used for menu-item definition will be
3538 copied to pure space. Emacs' menu code (parse_menu_item) doesn't
3539 like pure menu item definitions.
3540
3541 * expand.el (expand-abbrev-hook): Return t if expansion was
3542 done, nil otherwise.
3543
3544 1999-12-29 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3545
3546 * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
3547 (tar-quit): Function deleted.
3548
3549 1999-12-29 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3550
3551 * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
3552 was used but not declared.
3553
3554 (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
3555 hs-find-block-beginning): Add or modify docstrings.
3556
3557 (hs-isearch-show): Rewrite.
3558
3559 1999-12-28 Gerd Moellmann <gerd@gnu.org>
3560
3561 * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
3562
3563 * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
3564 space in front of a C-style comment end.
3565
3566 1999-12-28 Eli Zaretskii <eliz@is.elta.co.il>
3567
3568 * startup.el (command-line-1): Make mode line mouse-sensitive for
3569 the MS-DOS version as well.
3570
3571 1999-12-28 Gerd Moellmann <gerd@gnu.org>
3572
3573 * bs.el: New file.
3574
3575 1999-12-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3576
3577 * textmodes/ispell.el (ispell-process-line):
3578 Add local var line-offset to adjust for the change
3579 in positions within the line, due to previous replacements.
3580
3581 1999-12-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3582
3583 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
3584 Doc fixes.
3585
3586 1999-12-27 Gerd Moellmann <gerd@gnu.org>
3587
3588 * add-log.el (change-log-version-number-regexp-list)
3589 (change-log-version-info-enabled): Change :version to 21.1.
3590 (toplevel): Require CL when compiling.
3591
3592 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
3593
3594 * add-log.el (change-log-version-number-regexp-list): Added tag
3595 :version 20.6
3596 (change-log-version-info-enabled): Added tag :version 20.6
3597
3598 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
3599
3600 * add-log.el: More general version number search with
3601 user-configurable regexp list.
3602 (change-log-version-number-regexp-list): New user variable.
3603 (change-log-find-version): Rewritten. Use user-configurable
3604 version numbering regexp list
3605 change-log-version-number-regexp-list.
3606 (change-log-find-version): Renamed to
3607 change-log-version-number-search
3608 (add-log-file-name-function): New.
3609 (change-log-search-vc-number): Added END paramaeter. Added doc
3610 string to function.
3611 (change-log-version-rcs): Renamed. Was
3612 change-log-search-vc-number.
3613
3614 1999-12-26 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3615
3616 * progmodes/compile.el (compilation-goto-locus): Delete hideshow
3617 overlays if they interfere.
3618 (compilation-find-file): Make intangible overlays tangible.
3619
3620 * progmodes/hideshow.el: Generally, synch w/ maintainer
3621 version 5.9.
3622
3623 (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
3624
3625 (hs-minor-mode-hook): Don't initialize.
3626
3627 (hs-special-modes-alist): Rewrite value and docstring.
3628
3629 (hs-minor-mode-prefix): Delete unused var.
3630
3631 (hs-block-start-mdata-select): New var, buffer local.
3632
3633 (hs-headline): New var.
3634
3635 (hs-match-data, hs-forward-sexp): New funcs.
3636
3637 (hs-hide-comment-region): New func.
3638
3639 (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
3640 hs-safety-is-job-n, hs-hide-initial-comment-block,
3641 hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
3642 hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
3643 hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
3644 hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
3645 hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
3646
3647 (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
3648 (hs-isearch-show-temporary): New funcs.
3649
3650 (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
3651
3652 (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
3653
3654 When constructing menu, use `[(shift button2)]' notation.
3655
3656 1999-12-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3657
3658 * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
3659 (jka-compr-compression-info-list): Add new elt to each vector.
3660 (jka-compr-write-region): Don't compress the data if it is
3661 already compressed.
3662
3663 * jka-compr.el (jka-compr-really-do-compress): New variable.
3664 (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
3665 if visiting.
3666 (jka-compr-write-region): Set jka-compr-really-do-compress
3667 if visiting. Test it when deciding to compress.
3668
3669 1999-12-22 Gerd Moellmann <gerd@gnu.org>
3670
3671 * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
3672 with third argument t.
3673
3674 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3675
3676 * antlr-mode.el: Version 1.2 is released.
3677 (antlr): This package has a web page.
3678
3679 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3680
3681 * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
3682 regions. Suggested by Dale Davis <Dale_Davis@securify.com>.
3683 (antlr-mode-map): New binding [C-c C-c].
3684 (antlr-mode-menu): New entries.
3685
3686 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3687
3688 * antlr-mode.el: Respect Emacs conventions.
3689 ((require 'cl)): Only use during compilation.
3690 (antlr-language-for-option): New function to avoid using `find'.
3691 (antlr-mode): Use it.
3692 (antlr-with-syntax-table): Define new instead using XEmacs' one.
3693 (antlr-imenu-create-index-function): Change accordingly.
3694 (antlr-inside-rule-p): Ditto.
3695 (antlr-end-of-rule): Ditto.
3696 (antlr-end-of-body): Ditto.
3697 (antlr-beginning-of-rule): Ditto.
3698 (antlr-indent-line): Ditto.
3699
3700 1999-11-21 Christoph Wedler <Christoph.Wedler@sap.com>
3701
3702 * antlr-mode.el: Really use `antlr-tab-offset-alist'.
3703 (antlr-set-tabs): Don't use hard-coded values.
3704
3705 * antlr-mode.el: Minor navigation changes. Not perfect, but this
3706 won't be possible without a huge time penalty.
3707 (antlr-skip-exception-part): Be more specific.
3708 (antlr-skip-file-prelude): Don't skip action prelude of next rule.
3709 Renamed from `antlr-skip-grammar-header'.
3710 (antlr-next-rule): Change accordingly.
3711 (antlr-end-of-body): Ditto. Better error message.
3712 (antlr-beginning-of-body): Better error message.
3713 (antlr-imenu-create-index-function): Skip rule action prelude.
3714
3715 * antlr-mode.el: Minor syntax highlighting changes.
3716 (antlr-font-lock-default-face): Deletia.
3717 (antlr-font-lock-tokendef-face): Changed color.
3718 (antlr-font-lock-tokenref-face): Changed color.
3719 (antlr-font-lock-literal-face): Changed color.
3720 (antlr-font-lock-additional-keywords): Minor changes.
3721
3722 1999-12-20 Carsten Dominik <cd@gnu.org>
3723
3724 * progmodes/idlwave.el: New file.
3725
3726 * progmodes/idlwave-rinfo.el: New file.
3727
3728 * progmodes/idlwave-shell.el: New file.
3729
3730 * progmodes/idlwave-toolbar.el: New file.
3731
3732 * files.el (auto-mode-alist): idlwave-mode default for .pro files.
3733
3734 1999-12-21 Gerd Moellmann <gerd@gnu.org>
3735
3736 * progmodes/cwarn.el: New file.
3737
3738 1999-12-19 Gerd Moellmann <gerd@gnu.org>
3739
3740 * bindings.el (completion-ignored-extensions): Add .pdf.
3741
3742 1999-12-19 Eli Zaretskii <eliz@is.elta.co.il>
3743
3744 * version.el: Put the version info into binary on MS-DOS as well.
3745
3746 1999-12-19 Gerd Moellmann <gerd@gnu.org>
3747
3748 * emacs-lisp/debug.el (debugger-continue): Don't continue if
3749 debugger-may-continue is nil.
3750
3751 1999-12-18 Dave Love <fx@gnu.org>
3752
3753 * emacs-lisp/cl-macs.el: Remove conditional definition of
3754 eval-when-compile. Don't specify abs, expt, gethash,
3755 hash-table-count, hash-table-p as side-effect-free here.
3756 (cl-emacs-type): Don't declare.
3757 (cl-compile-time-init): Remove Emacs 18 compiler patch.
3758 (cl-parse-loop-clause): Remove compatibility code.
3759
3760 * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
3761 (side-effect-free-fns): Add gethash, hash-table-count.
3762 (side-effect-and-error-free-fns): Add hash-table-p.
3763
3764 * emacs-lisp/cl.el: Remove Emacs 18 compatibility code. Prepend
3765 `cl-' to autoload names for some hash functions. Don't autoload
3766 eval-when-compile. Don't provide mini-cl.
3767 (cl-emacs-type): Remove.
3768 (cl-map-extents): Remove compatibility code.
3769
3770 * emacs-lisp/float.el: Bind free variables.
3771
3772 * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
3773
3774 1999-12-16 Gerd Moellmann <gerd@gnu.org>
3775
3776 * bindings.el (completion-ignored-extensions): Add .tfm.
3777
3778 1999-12-16 Dave Love <fx@gnu.org>
3779
3780 * faces.el (set-face-attribute): Purecopy the attributes set.
3781
3782 * custom.el (custom-declare-variable): Purecopy value.
3783
3784 * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
3785 (byte-extrude-byte-code-vectors): Use remprop.
3786 (byte-compile-lambda): Check that arg is a lambda.
3787
3788 1999-11-16 Anders Lindgren <AndersL@andersl.com>
3789
3790 * font-lock.el: System for adding and removing keywords.
3791 Both local (previously added keyword) and global keywords
3792 can be removed.
3793 (font-lock-remove-keywords): New user-level function.
3794 (font-lock-update-removed-keyword-alist): New internal function.
3795 (font-lock-removed-keywords-alist): New variable.
3796 (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
3797 Empty `font-lock-keywords-alist' when `append' is `set' to avoid
3798 growing datastructures.
3799 (font-lock-set-defaults): Removes keywords stored in
3800 `font-lock-removed-keywords-alist' after local keywords added.
3801
3802 1999-12-16 Anders Lindgren <andersl@andersl.com>
3803
3804 * font-lock.el (c-keywords, c++-keywords): Better "case" support for
3805 complex constant expressions, e.g. "case 1<<A_BIT_NO:".
3806
3807 * font-lock.el (c-keywords): Only highlight preprocessor
3808 directives when spelled correctly.
3809
3810 * font-lock.el (font-lock-match-c++-structor-declaration,
3811 c++-keywords): Fontify constructors and destructors with function
3812 face inside C++ class declarations.
3813
3814 1999-12-16 Gerd Moellmann <gerd@gnu.org>
3815
3816 * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
3817 the shell from sh-shell-file.
3818
3819 * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
3820
3821 1999-12-16 Eli Zaretskii <eliz@is.elta.co.il>
3822
3823 * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
3824 if one of the files specified cannot be accessed by
3825 file-attributes. Do not strip any leading directories from the
3826 file names, to behave more like `ls' does.
3827
3828 * dired.el (dired-get-filename): Handle absolute file names.
3829 (dired-readin-insert): If argument is a cons, don't print
3830 "wildcard" on the ``total'' line.
3831
3832 1999-12-15 Eli Zaretskii <eliz@is.elta.co.il>
3833
3834 * faces.el (face-read-integer, read-face-attribute)
3835 (color-defined-p, color-values): Allow color values unspecified-fg
3836 and unspecified-bg, handle them as unspecified.
3837
3838 1999-12-15 Carsten Dominik <dominik@astro.uva.nl>
3839
3840 * textmodes/reftex.el: (reftex-compile-variables): respect new
3841 structure of `reftex-index-macro'
3842 (reftex-compile-variables): Use the changed structure of
3843 `reftex-label-alist'.
3844
3845 * textmodes/reftex-vars.el (reftex-index-math-format,
3846 (reftex-toc-max-level): New option.
3847 reftex-index-phrases-search-whole-words,
3848 reftex-index-phrases-case-fold-search,
3849 reftex-index-phrases-skip-indexed-matches,
3850 reftex-index-phrases-wrap-long-lines,
3851 reftex-index-phrases-sort-prefers-entry,
3852 reftex-index-phrases-sort-in-blocks): New options.
3853 (reftex-index-macros): Option structure changed.
3854 (reftex-index-macros-builtin): Added `repeat' item to each entry.
3855 (reftex-label-alist): Additional item in each entry to specify if
3856 the environment should be listed in the TOC.
3857 (eval-when-compile (require 'cl)) added.
3858
3859 * textmodes/reftex-index.el (reftex-index-selection-or-word): No
3860 longer deals with "repeat".
3861 (reftex-index): "repeat property in `reftex-index-macro-alist' is
3862 now used.
3863 (reftex-index-phrases-comment-regexp,
3864 reftex-index-phrases-macrodef-regexp,
3865 reftex-index-phrases-phrase-regexp1,
3866 reftex-index-phrases-phrase-regexp2,
3867 reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
3868 New constants.
3869 (reftex-index-phrases-macro-data, reftex-index-phrases-files,
3870 reftex-index-phrases-font-lock-keywords,
3871 reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
3872 reftex-index-phrases-restrict-file): New variables.
3873 (reftex-index-phrase-selection-or-word,
3874 reftex-index-visit-phrases-buffer,
3875 reftex-index-initialize-phrases-buffer,
3876 reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
3877 reftex-index-next-phrase, reftex-index-this-phrase,
3878 reftex-index-all-phrases, reftex-index-region-phrases,
3879 reftex-index-phrases-parse-header,
3880 reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
3881 reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
3882 reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
3883 reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
3884 reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
3885 reftex-index-make-replace-string,
3886 reftex-query-index-phrase-globally, reftex-query-index-phrase,
3887 reftex-index-phrase-match-is-indexed,
3888 reftex-index-phrases-fixup-line,
3889 reftex-index-phrases-replace-space,
3890 reftex-index-select-phrases-macro): New functions.
3891 (reftex-index-globalize, reftex-index-globally): functions removed
3892 (eval-when-compile (require 'cl)) added.
3893
3894 * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
3895 for max level.
3896 (reftex-toc-max-level-indicator): New variable.
3897 (reftex-toc-max-level): New command.
3898 (reftex-toc-map): New keybinding `t'.
3899 (reftex-toc-help): Constant updated.
3900 (eval-when-compile (require 'cl)) added.
3901
3902 * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
3903 `t' command key can change `reftex-toc-max-level'
3904 (eval-when-compile (require 'cl)) added.
3905
3906 * textmode/reftex-sel (reftex-insert-docstruct): Respect
3907 `reftex-toc-max-level'
3908 (eval-when-compile (require 'cl)) added.
3909
3910 * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
3911 added.
3912
3913 * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
3914 added.
3915
3916 * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
3917 commands.
3918 (reftex-citation, reftex-do-citation,
3919 reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
3920 preselect a citation format.
3921 (eval-when-compile (require 'cl)) added.
3922
3923 * textmodes/reftex-parse.el (reftex-context-substring): Optional
3924 parameter to-end
3925 (reftex-section-info): Deal with environment matches.
3926 (eval-when-compile (require 'cl)) added.
3927
3928 * reftex-global.el (eval-when-compile (require 'cl)) added.
3929
3930 1999-12-15 Kenichi Handa <handa@etl.go.jp>
3931
3932 The following changes are for the new composition mechanism. We
3933 have deleted `composition' charset and composite characters,
3934 instead introduced a special text property `composition'.
3935
3936 * composite.el: New file.
3937
3938 * ps-mule.el: Define encode-composition-rule and find-composition
3939 for Emacs 20.4 and the earlier versions.
3940 (ps-mule-init-external-library): Just require a feature for
3941 external libraries.
3942 (ps-mule-prologue): Postscript code modified for new composition.
3943 (ps-mule-find-wrappoint): New arg COMPOSITION.
3944 (ps-mule-plot-string): Delete code for composite characaters.
3945 (ps-mule-plot-composition): New funcion.
3946 (ps-mule-prepare-font-for-components): New function.
3947 (ps-mule-plot-components): New function.
3948 (ps-mule-composition-prologue-generated): Renamed from
3949 ps-mule-cmpchar-prologue-generated.
3950 (ps-mule-composition-prologue): New named from
3951 ps-mule-cmpchar-prologue. Modified for new composition.
3952 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
3953 ps-mule-prepare-cmpchar-font): Deleted.
3954 (ps-mule-string-encoding): New arg NO-SETFONT.
3955 (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
3956 check Composing, not Cmpchar
3957 (ps-mule-initialize): Set ps-mule-composition-prologue-generated
3958 to nil.
3959 (ps-mule-begin-job): Check existence of new composition.
3960
3961 * ps-print.el (ps-plot-region): Handle new composition.
3962
3963 * simple.el (what-cursor-position): Show "(composed)" if the
3964 character is composed.
3965
3966 * international/characters.el: Fix cateogries of Lao symbols.
3967
3968 * international/fontset.el (vertical-centering-font-regexp): New
3969 variable.
3970
3971 * international/mule.el (mule-version): Updated to 5.0 (AOI).
3972 (mule-version-date): Updated to 1999.12.7.
3973 (with-category-table): New macro.
3974
3975 * international/mule-cmds.el (encode-coding-char): Don't check
3976 composite character.
3977
3978 * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
3979 iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
3980 x-ctext): Give `composition' property t.
3981
3982 * international/mule-util.el (set-nested-alist): Set BRANCHES (if
3983 non-nil) at the tail of ALIST.
3984 (compose-region, decompose-region, decompse-string,
3985 reference-point-alist, compose-chars): Moved to composite.el.
3986 (compose-chars-component, compose-chars-rule,
3987 decompose-composite-char): Deleted.
3988
3989 * international/quail.el (quail-install-map): New optional arg
3990 NAME.
3991 (quail-get-translation): If DEF is a symbol but not a function,
3992 ignore it.
3993 (quail-start-translation): Put a key sequence undefined in the
3994 translation keymap in unread-command-events, not generated-events.
3995 Return parameterized event (compose-last-chars N) if the input
3996 characters should be composed.
3997 (quail-map-definition): If DEF is t, treat it as nil.
3998 (quail-delete-last-char): Delete the quail region.
3999 (quail-show-translations): Don't show list of translations if the
4000 quail package is deterministic.
4001 (quail-completion-max-depth): New variable.
4002 (quail-completion-1): Pay attention to the above variable. Fix
4003 for the case that a translation is a function.
4004 (quail-map-from-table, quail-map-from-table-1,
4005 quail-map-from-table-2): New functions.
4006 (quail-lookup-map-and-concat): New function
4007
4008 * language/devan-util.el: Mostly rewritten.
4009
4010 * language/lao.el: Register lao-composition-function in
4011 composition-function-table.
4012
4013 * language/lao-util.el: Mostly rewritten.
4014
4015 * language/thai.el: Register thai-composition-function in
4016 composition-function-table.
4017 (thai-tis620): Delete `pre-write-conversion' property.
4018
4019 * language/thai-util.el: (thai-category-table): Make it by
4020 make-category-table.
4021 (thai-composition-pattern): New variable.
4022 (thai-compose-region, thai-compose-string): Use
4023 with-category-table.
4024 (thai-post-read-conversion): Just call thai-compose-region.
4025 (thai-pre-write-conversion): Deleted.
4026 (thai-composition-function): New funciton.
4027
4028 * language/tibet-util.el: Most functions rewritten.
4029 (tibetan-char-p): Renamed from tibetan-char-examin.
4030 (tibetan-composable-examin) (tibetan-complete-char-examin)
4031 (tibetan-vertical-stacking) (tibetan-composition): Deleted.
4032 (tibetan-add-components): New function.
4033 (tibetan-composition-function): New function.
4034
4035 * language/tibetan.el: Register tibetan-composition-function in
4036 composition-function-table.
4037 (tibetan-composable-pattern): New variable.
4038 (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
4039 (tibetan-precomposition-rule-alist): Move punctuations to
4040 tibetan-punctuation-transcription-alist and
4041 tibetan-obsolete-glyphs.
4042 (tibetan-punctuation-transcription-alist): New variable.
4043 (tibetan-obsolete-glyphs): New variable.
4044 (tibetan-regexp): Improve the initialization code.
4045
4046 * textmodes/fill.el (fill-find-break-point): Delete codes for
4047 composite characters.
4048 (fill-region-as-paragraph): Likewise.
4049
4050 1999-12-14 Gerd Moellmann <gerd@gnu.org>
4051
4052 * international/mule-cmds.el (default-input-method): Specify
4053 that it should be set after current-language-environment.
4054
4055 * custom.el (custom-handle-keyword): Add :set-after.
4056 (custom-add-dependencies): New function.
4057 (custom-set-variables): Take dependencies between args into
4058 account.
4059
4060 * battery.el (battery): Doc fix.
4061
4062 1999-12-12 Gerd Moellmann <gerd@gnu.org>
4063
4064 * progmodes/cc-make.el: Removed.
4065
4066 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4067
4068 * Release of cc-mode 5.26
4069
4070 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4071
4072 * cc-cmds.el (c-forward-conditional): Handle an arbitrary
4073 target depth. Optionally count #else lines as clause limits,
4074 as suggested by don provan <provan@lucent.com>. #elif
4075 handling fixed.
4076
4077 * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
4078 (c-down-conditional-with-else): New commands that uses the
4079 added functionality in `c-forward-conditional'.
4080
4081 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4082
4083 * cc-align.el (c-lineup-comment): Preserve the alignment with
4084 a comment on the previous line instead of preserving the
4085 comment-column.
4086
4087 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4088
4089 * Fixes to IDL mode after input from Eric Eide
4090 <eeide@cs.utah.edu>:
4091 * cc-engine.el (c-beginning-of-statement-1): Allow
4092 `c-conditional-key' to be nil, for the benefit of IDL mode.
4093 * cc-engine.el (c-guess-basic-syntax): Ditto.
4094 cc-langs.el (C-IDL-class-key): Fixed. Don't match `class'
4095 but do match CORBA 2.3 `valuetype'.
4096 * cc-langs.el (c-IDL-access-key): New defconst. Should be nil
4097 for IDL.
4098 * cc-langs.el (c-IDL-conditional-key): New defconst. Should
4099 be nil for IDL.
4100 * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
4101 Like C++.
4102 * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts. Also,
4103 set `c-method-key' and `c-baseclass-key' to nil.
4104
4105 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4106
4107 * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
4108 with nonhanging open braces.
4109
4110 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4111
4112 * cc-align.el: Added docstrings to all lineup functions.
4113
4114 * cc-align.el (c-lineup-java-throws): Handle a hanging throws
4115 keyword.
4116
4117 * cc-align.el (c-lineup-C-comments): Handle free form text
4118 comments. Use c-comment-prefix-regexp and comment-start-skip
4119 instead of hardcoded regexps.
4120
4121 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4122
4123 * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
4124 behavior and return value as documented.
4125
4126 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4127
4128 * Changes for new style variable init system:
4129 * cc-langs.el (c-common-init): Dito.
4130 * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
4131 now customizable.
4132 * cc-vars.el: Style variables may now take a value
4133 'set-from-style to make them take their value from the style
4134 system. This value is now the default on all these variables.
4135 * cc-vars.el (c-valid-offset): New function to verify a
4136 syntactic symbol offset setting.
4137 * cc-vars.el (c-offsets-alist): Variable moved from
4138 cc-styles.el since it's now customizable in a similar way to
4139 the other style variables.
4140 * cc-vars.el (c-old-style-variable-behavior): New variable to
4141 revert to the old style init behavior.
4142
4143 * cc-vars.el (c-file-style, c-file-offsets): Made always
4144 buffer local.
4145
4146 * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
4147 the throws clause that might follow the function prototype in
4148 C++.
4149
4150 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4151
4152 * cc-defs.el (c-beginning-of-macro): Fixed bug where point
4153 could move forward for macros that doesn't start in column 0.
4154
4155 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4156
4157 * cc-align.el (c-indent-multi-line-block,
4158 c-lineup-whitesmith-in-block): Two new lineup functions for
4159 use in whitesmith style.
4160
4161 * cc-styles.el (c-style-alist): More fixes to whitesmith
4162 style. It should now handle all different braces uniformly in
4163 both hanging and non-hanging cases.
4164
4165 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4166
4167 * cc-cmds.el (c-indent-exp): Use a marker to save point to
4168 make it stay in the same position relative to the surrounding
4169 text.
4170
4171 * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
4172 when adaptive-fill-mode doesn't manage to get it correct.
4173
4174 * cc-menus.el (cc-imenu-java-generic-expression): Handle types
4175 with dotted notation, e.g. foo.bar.Gnu.
4176
4177 * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
4178 within unwind-protect (previously only some were wrapped so it
4179 would be possible to register mode initialization when full
4180 initialization did not finish).
4181
4182 * cc-styles.el (c-style-alist): Corrected the brace placement
4183 in the whitesmith style. Thanks to Sean Luke
4184 <seanl@cs.umd.edu>. Also extended the bsd and whitesmith
4185 styles with consistent brace placement for all constructs.
4186
4187 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4188
4189 * cc-cmds.el (c-context-line-break): Continue C++ comments too
4190 when point is in the middle of them.
4191
4192 * cc-cmds.el: Line breaking and paragraph filling code
4193 rewritten:
4194 (c-guess-fill-prefix): New function that uses various
4195 heuristics to guess the comment prefix.
4196 (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
4197 It now assumes adaptive filling is active to preserve the line
4198 prefix inside comments.
4199 (c-indent-new-comment-line): Replacement for the now
4200 obsolete `c-comment-line-break-function' that uses
4201 `c-guess-fill-prefix' when appropriate. It now observes the
4202 setting of `comment-multi-line', which has effect in C-style
4203 block comments.
4204
4205 * cc-cmds.el (c-context-line-break): New function intended to
4206 be put on RET. It's essentially `newline-and-indent', but
4207 continues C block comments with the appropriate line prefix.
4208
4209 * cc-cmds.el (c-do-auto-fill): New function put on
4210 `normal-auto-fill-function' to implement the
4211 `c-ignore-auto-fill' variable.
4212
4213 * cc-cmds.el (c-beginning-of-statement): Use
4214 `c-comment-prefix-regexp' to avoid ending up inside the
4215 comment prefix. Better handling of comment starters and
4216 enders. Catch comments better when traversing code. Stop at
4217 preprocessor directives.
4218
4219 * cc-defs.el (c-forward-comment): New subst to hide platform
4220 dependent quirks in `forward-comment'.
4221
4222 * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
4223 argument.
4224 (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
4225 arguments. Activate this function by default when
4226 `parse-partial-sexp' supports it (currently Emacs 20.x).
4227
4228 * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
4229 on the comment opener to make constants usable as lineup
4230 arguments.
4231
4232 * cc-align.el (c-lineup-C-comments): Fixes to handle the
4233 changed anchor position in the `c' syntactic symbol. Handle
4234 more than stars in the comment prefix; use the new variable
4235 `c-comment-prefix-regexp'. Don't indent text not preceded by
4236 a comment prefix to the right of the comment opener if it's
4237 long.
4238
4239 * cc-langs.el: Fixes to mode initialization for new line
4240 breaking and paragraph filling method. Adaptive fill mode is
4241 now activated at startup instead of deactivated. The
4242 variables used for adaptive filling and paragraph movement are
4243 also changed to incorporate the value of
4244 `c-comment-prefix-regexp'. `substitute-key-definition' is
4245 used to override some functions in the global map instead of
4246 overriding their default bindings.
4247
4248 * cc-mode.el (java-mode): Modify `paragraph-start' for the
4249 javadoc markup at mode init.
4250
4251 * cc-mode.el (c-setup-filladapt): A new convenience function
4252 to configure Kyle E. Jones' Filladapt mode for CC Mode. This
4253 function is intended to be used explicitly by the end user
4254 only.
4255
4256 * cc-vars.el (c-comment-prefix-regexp): New variable used to
4257 recognize the comment fill prefix inside comments.
4258 (c-block-comment-prefix): New name for
4259 `c-comment-contiuation-stars', which is now obsolete. It's
4260 generalized to handle any character sequence.
4261 (c-ignore-auto-fill): New variable used to selectively disable
4262 Auto Fill mode in specific contexts.
4263
4264 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4265
4266 * cc-cmds.el (c-comment-indent): Leave at least one space
4267 between the comment and the last nonblank character in the
4268 case where we look at the indentation of the comment on the
4269 previous line (case 4).
4270
4271 * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
4272 list of characters that may start a statement (it's a sort of
4273 prefix operator in Pike, and isn't used at all in any of the
4274 other languages).
4275
4276 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4277
4278 * cc-engine.el (c-guess-basic-syntax): Report brace list opens
4279 inside continued statements as statement-cont instead of
4280 brace-list-open. The reason is that one normally adjusts
4281 brace-list-open for brace lists as top-level constructs, and
4282 brace lists inside statements is a completely different
4283 context. Case 10B.2 changed. Also changed (the somewhat
4284 esoteric) case 9A to cope with this.
4285
4286 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4287
4288 * cc-cmds.el (c-electric-brace): Added electric handling of
4289 the open brace for brace-elseif-brace.
4290
4291 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4292
4293 * cc-defs.el (c-with-syntax-table): New macro to easily switch
4294 syntax tables temporarily.
4295
4296 * cc-engine.el (c-guess-basic-syntax): Handle template and
4297 member init argument lists split over several lines. Case 5D
4298 changed.
4299
4300 * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
4301 @throws introduced in Javadoc 1.2.
4302
4303 * cc-menus.el (cc-imenu-java-generic-expression): Applied
4304 patch from RMS to avoid infinite backtracking.
4305
4306 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4307
4308 * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
4309 by [ ].
4310
4311 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4312
4313 * cc-align.el (c-lineup-dont-change): Compensate properly for
4314 the column in langelem.
4315
4316 * cc-engine.el (c-syntactic-information-on-region): New
4317 function to help debugging the syntactic analysis.
4318
4319 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4320
4321 * cc-align.el (c-lineup-template-args): Handle nested template
4322 arglists.
4323
4324 * cc-langs.el (c++-template-syntax-table): New syntax table
4325 that makes `<' and `>' parenthesis characters, which is useful
4326 to switch to temporarily when analyzing template arglists.
4327
4328 * cc-styles.el: Changed default alignment of labels in the
4329 java style to conform to the examples in the Java Language
4330 Specification.
4331
4332 * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
4333 by default.
4334
4335 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4336
4337 * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
4338 immediately before the closing paren in an arglist, so don't
4339 check that in Pike mode. Case 7A changed.
4340
4341 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4342
4343 * cc-cmds.el (c-indent-region): Fixed bug where comment-only
4344 lines were ignored under certain conditions.
4345
4346 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4347
4348 * cc-align.el (c-lineup-template-args): New function for
4349 aligning continued template argument lists.
4350
4351 * cc-engine.el (c-guess-basic-syntax): Fix for member init
4352 lists containing function arglists split over several lines.
4353 Case 5D.1 changed.
4354
4355 * cc-engine.el (c-guess-basic-syntax): Fixed bug where
4356 template-args-cont didn't get recognized when the first
4357 arglist opener line doesn't contain a template argument. New
4358 case 5K.
4359
4360 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4361
4362 * cc-defs.el (c-point): Changed from subst to macro for
4363 efficiency.
4364 (c-beginning-of-defun-1, c-end-of-defun-1): New
4365 beginning-of-defun/end-of-defun wrappers separated from
4366 c-point.
4367
4368 * cc-menus.el (imenu-generic-expression,
4369 imenu-case-fold-search, imenu-progress-message): Dummy
4370 definitions to avoid compiler warnings if imenu can't be
4371 loaded.
4372 * cc-menus.el (cc-imenu-init): New function called at mode
4373 init.
4374 * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
4375 imenu initializations to cc-imenu-init.
4376
4377 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4378
4379 * cc-engine.el (c-guess-basic-syntax): Slightly better check
4380 for lambda-intro-cont in Pike mode. Case 6 changed.
4381
4382 * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
4383 anything following "new Foo()" was considered an anonymous
4384 class body in Java mode.
4385
4386 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4387
4388 * cc-cmds.el (c-comment-line-break-function): When breaking in
4389 a string, don't insert a new line.
4390
4391 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4392
4393 * cc-engine.el (c-at-toplevel-p): New interface function which
4394 returns information useful to add-on authors. It tells you
4395 whether you're at a toplevel statement or not.
4396
4397 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4398
4399 * cc-cmds.el (c-comment-line-break-function): It is possible
4400 that forward-line does not land us at the bol, say if we're on
4401 the last line in a file. In that case, do a
4402 back-to-indentation instead of a forward-comment -1.
4403
4404 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4405
4406 * cc-engine.el (c-beginning-of-statement-1): Don't catch
4407 "default:" as normal label in case 4.
4408
4409 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4410
4411 * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
4412 recognize continued bitfield declarations. Case 5D.1 changed.
4413 * cc-langs.el: New variable c-bitfield-key.
4414 * cc-mode.el: New variable c-bitfield-key.
4415
4416 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4417
4418 * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
4419 anonymous array expressions (i.e. "new Foo[] {.. bracelist
4420 ..}").
4421
4422 1999-12-12 Dave Love <fx@gnu.org>
4423
4424 * mail/footnote.el: Require cl when compiling. Don't autoload
4425 keymap and minor-mode-alist stuff. Don't set zmacs-region-stays.
4426 (footnote-insert-text-marker, Footnote-insert-pointer-marker):
4427 Avoid `acons'.
4428 (footnote-mode-line-string, Footnote-add-footnote): Remove
4429 autoload cookie.
4430
4431 1999-12-12 Richard Sharman <rsharman@pobox.com>
4432
4433 * sh-script.el: Fix for when font-lock mode is active.
4434 (sh-font-lock-unfontify-region-function): New function.
4435
4436 1999-12-12 Eli Zaretskii <eliz@is.elta.co.il>
4437
4438 * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
4439 if start-process is not bound, since Ispell now supports such
4440 platforms as well.
4441
4442 1999-12-12 Gerd Moellmann <gerd@gnu.org>
4443
4444 * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
4445 rmail-summary-goto-msg.
4446
4447 * files.el (after-find-file): Fix previous change.
4448
4449 1999-12-11 Dave Love <fx@gnu.org>
4450
4451 * help.el (where-is): Use `commandp' as predicate for
4452 `completing-read'
4453
4454 1999-12-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4455
4456 * cus-edit.el (custom-save-delete): Delete all occurrences,
4457 leave point where the first occurrence was.
4458 (custom-save-faces): Insert a newline at the end of the comment.
4459 Avoid a double newline there.
4460 If final closeparen is at bol, put a space before it.
4461 (custom-save-variables): Likewise.
4462 (custom-file): Doc fix.
4463
4464 1999-12-10 Gerd Moellmann <gerd@gnu.org>
4465
4466 * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
4467 regexp matching image and audio files.
4468
4469 1999-12-09 Dave Love <fx@gnu.org>
4470
4471 * mail/footnote.el: New file.
4472
4473 1999-12-09 Gerd Moellmann <gerd@gnu.org>
4474
4475 * files.el (after-find-file): Use auto-save-visited-file-name if
4476 set.
4477
4478 * mail/feedmail.el (feedmail-find-eoh): Take
4479 feedmail-queue-alternative-mail-header-separator into account.
4480
4481 1999-12-09 Stefan Monnier <monnier@cs.yale.edu>
4482
4483 * smerge-mode.el: New file.
4484
4485 * font-lock.el (font-lock-multiline): New variable.
4486 (font-lock-add-keywords): Rename `major-mode' into `mode'.
4487 (font-lock-remove-keywords): Added a dummy `mode' argument for
4488 potential future support.
4489 (font-lock-fontify-anchored-keywords,
4490 (font-lock-fontify-keywords-region): Only handle multiline strings
4491 if necessary (avoids a pathological behavior in (f.ex) diff-mode).
4492
4493 1999-12-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4494
4495 * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
4496
4497 * dired-aux.el (dired-insert-subdir): Add autoload cookie.
4498
4499 1999-12-07 Dave Love <fx@gnu.org>
4500
4501 * help.el (view-emacs-problems): New command, bound to C-h P.
4502
4503 * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
4504
4505 1999-12-07 Stefan Monnier <monnier@cs.yale.edu>
4506
4507 * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
4508 (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
4509 New code to support the minor mode version.
4510 (diff-recenter): New function.
4511 (diff-next-hunk, diff-next-file): Use it.
4512 (diff-remembered-files-alist): New var.
4513 (diff-merge-strings): New function.
4514 (diff-find-file-name): Make it smarter and use the user's input more.
4515 (diff-mode): Cosmetic changes.
4516
4517 * files.el (save-some-buffers): Turn EXITING into the more general
4518 PRED argument to allow specifying a subset of buffers.
4519
4520 * simple.el (kill-region): Use the new `delete-and-extract-region'
4521 rather than the undo log (which is incorrect with *-change-functions).
4522
4523 * font-lock.el (font-lock-default-fontify-region): Fix subtle
4524 off-by-one problem that could force re-fontifying the whole buffer.
4525 (font-lock-remove-keywords): New function.
4526 (font-lock-add-keywords): Use the new function to ensure idempotence.
4527
4528 1999-12-06 Michael Kifer <kifer@cs.sunysb.edu>
4529
4530 * viper-cmd.el (viper-minibuffer-standard-hook,
4531 viper-minibuffer-real-start): Mew functions.
4532 (viper-read-string-with-history,viper-file-add-suffix,
4533 viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
4534 change in the status of the minibuffer prompt.
4535
4536 1999-12-06 Gerd Moellmann <gerd@gnu.org>
4537
4538 * comint.el (comint-redirect-results-list)
4539 (comint-redirect-results-list-from-process): Remove interactive
4540 spec.
4541
4542 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4543
4544 * info.el (info-node, info-menu-5, info-xref): Define colors for
4545 Info faces if the display supports them.
4546
4547 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4548
4549 Changes for automatic remapping of X colors on terminal frames:
4550
4551 * term/pc-win.el (msdos-setup-initial-frame): New function, run by
4552 term-setup-hook. Call msdos-remember-default-colors and
4553 msdos-handle-reverse-video.
4554 (msdos-face-setup): Parts of code moved to
4555 msdos-setup-initial-frame.
4556 (msdos-handle-reverse-video): New function, modeled after
4557 x-handle-reverse-video.
4558 (make-msdos-frame): Don't use initial-frame-alist and
4559 default-frame-alist. Call msdos-handle-reverse-video.
4560 (msdos-color-aliases): Remove.
4561 (msdos-color-translate, msdos-approximate-color): Remove.
4562 (msdos-color-values): Use 16-bit RGB values. RGB values updated
4563 for better approximation of X colors.
4564 (msdos-face-setup): Call tty-color-clear. Remove code that sets
4565 up tty-color-alist (it is now on startup.el).
4566 (x-display-color-p, x-color-defined-p, x-color-values,
4567 x-defined-colors, face-color-supported-p, face-color-gray-p):
4568 Remove.
4569
4570 * facemenu.el (facemenu-read-color, list-colors-display): Use
4571 defined-colors for all frame types.
4572 (facemenu-color-equal): Use color-values for all frame types.
4573
4574 * faces.el (read-face-attribute): For :foreground and :background
4575 attributes and frames on character terminals, translate the color
4576 to the closest supported one before looking it up in the list of
4577 valid values.
4578 (face-valid-attribute-values): Call defined-colors for all types
4579 of frames.
4580 (defined-colors, color-defined-p, color-values, display-color-p):
4581 New finctions.
4582 (x-defined-colors, x-color-defined-p, x-color-values,
4583 x-display-color-p): Aliases for the above.
4584
4585 * startup.el (command-line): Register terminal colors for frame
4586 types other than x and w32, but only if the terminal supports
4587 colors. Call tty-color-define instead of face-register-tty-color.
4588
4589 * term/x-win.el (xw-defined-colors): Renamed from
4590 x-defined-colors.
4591 * term/w32-win.el (xw-defined-colors): Likewise.
4592
4593 * term/tty-colors.el: New file.
4594 * loadup.el: Load term/tty-colors.
4595
4596 1999-12-06 Dave Love <fx@gnu.org>
4597
4598 * ffap.el: Autoload the ffap alias directly.
4599
4600 1999-12-06 Inge Frick <inge@nada.kth.se>
4601
4602 * dired-aux.el (dired-do-shell-command): Changed documentation.
4603 (dired-shell-stuff-it): A `?' in COMMAND has now the same
4604 meaning as `*'.
4605
4606 1999-12-06 Gerd Moellmann <gerd@gnu.org>
4607
4608 * simple.el (insert-buffer): Doc fix.
4609
4610 * apropos.el (apropos-mode): Add autoload cookie.
4611
4612 1999-12-06 Sam Steingold <sds@goems.com>
4613
4614 * progmodes/etags.el (etags-tags-completion-table): Modified the
4615 regexp to allow for the CL symbols starting with `+*'.
4616 (tags-completion-table): Doc fix (it's an obarray, not an alist).
4617 (tags-completion-table, tags-recognize-empty-tags-table): Remove
4618 `function' quoting lambda.
4619 (tags-with-face): New macro.
4620 (list-tags, tags-apropos): Use it.
4621 (tags-apropos-additional-actions): New user option.
4622 (etags-tags-apropos-additional): Use it.
4623 (tags-apropos): Call etags-tags-apropos-additional.
4624 (tags-apropos-verbose): New user option.
4625 (etags-tags-apropos): Use it.
4626 (visit-tags-table-buffer, next-file): Use `unless'.
4627 (recognize-empty-tags-table): Renamed to
4628 tags-recognize-empty-tags-table.
4629 (complete-tag): Call tags-complete-tag bypassing try-completion.
4630
4631 1999-12-06 Kenichi Handa <handa@etl.go.jp>
4632
4633 * international/mule.el (set-buffer-file-coding-system): Docstring
4634 modified.
4635
4636 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
4637
4638 * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
4639 using the hideshow package.
4640 (hs-special-modes-alist): Added entry for bibtex to allow the use
4641 of the hideshow package.
4642 (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
4643 not longer provided by bibtex.el directly. Instead the hideshow
4644 package should be used.
4645 (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
4646 references to bibtex-hide-entry-bodies.
4647
4648 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
4649
4650 * textmodes/bibtex.el: Copyright notice is up to date. Moved
4651 maintainer information closer to the beginning of the bibtex.el
4652 file.
4653 (bibtex-maintainer-salutation): New constant.
4654 (bibtex-version): New constant.
4655 (bibtex-submit-bug-report): Use bibtex-version and
4656 bibtex-maintainer-salutation.
4657 (bibtex-entry-field-alist): Made booktitle field optional for
4658 @inproceedings entries when crossreferenced.
4659 (bibtex-entry-field-alist): Added booktitle field to proceedings
4660 entry type (for cross referencing). Thanks to Wagner Toledo Correa
4661 for the suggestion.
4662 (bibtex-string-file-path): Fixed typo.
4663
4664 1999-12-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
4665
4666 * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
4667 for reftex.el.
4668 (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
4669 to menu.
4670
4671 1999-12-04 Dave Love <fx@gnu.org>
4672
4673 * delsel.el: Revert previous change -- region is significant to
4674 skeleton.
4675
4676 1999-12-04 Michael Kifer <kifer@cs.sunysb.edu>
4677
4678 * viper-cmd.el (viper-change-state): Use
4679 viper-ESC-moves-cursor-back to decide whether to move the cursor
4680 back.
4681
4682 1999-12-03 Kenichi Handa <handa@mule.m17n.org>
4683
4684 * international/mule-util.el (truncate-string-to-width): Docsting
4685 fixed.
4686
4687 1999-12-02 Stefan Monnier <monnier@cs.yale.edu>
4688
4689 * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
4690 use of `cond'.
4691 (lm-with-file): Move all the find-file...kill-buffer stuff into
4692 this macro. Make it use `find-file-noselect' and make it kill
4693 the buffer only if it wasn't already displayed somewhere.
4694 (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
4695 (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
4696 (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
4697 (lm-commentary): Fix to handle the case when the change log is
4698 at the end of the file.
4699
4700 1999-12-02 Kenichi Handa <handa@etl.go.jp>
4701
4702 * international/mule.el (charsetp): Fix typo in docstring.
4703
4704 * international/mule-diag.el (list-coding-categories): Fix typo;
4705 automatic -> autoload.
4706
4707 1999-12-02 Gerd Moellmann <gerd@gnu.org>
4708
4709 * vc.el (vc-update-change-log): Look for rcs2log under
4710 exec-directory.
4711
4712 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
4713 outline-regexp, add outline-level.
4714 (lisp-outline-level): New.
4715
4716 * calendar/appt.el (appt-convert-time): Handle "12:MMam",
4717 remove extraneous string-match.
4718
4719 * finder.el (finder-commentary): Activate Finder mode.
4720
4721 1999-12-01 Anders Lindgren <andersl@andersl.com>
4722
4723 * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
4724 off when reverting buffers that contained mode specifiers.
4725 `revert-buffer' is now called with non-nil PRESERVE-MODES
4726 argument.
4727
4728 1999-12-01 Dave Love <fx@gnu.org>
4729
4730 * delsel.el: Grok skeleton-pair-insert-maybe.
4731
4732 1999-11-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4733
4734 * progmodes/cperl-mode.el (cperl-under-as-char):
4735 Use nil as default.
4736
4737 1999-11-30 Gerd Moellmann <gerd@gnu.org>
4738
4739 * speedbar.el (toplevel): Remove compatibility code for Emacs
4740 versions without custom.el.
4741
4742 1999-11-30 Dave Love <fx@gnu.org>
4743
4744 * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
4745
4746 * autoinsert.el: Minor doc fixes.
4747 (auto-insert): Return nil.
4748
4749 * faces.el (set-face-documentation): Purecopy STRING.
4750
4751 1999-11-29 Dave Love <fx@gnu.org>
4752
4753 * derived.el: Doc fixes, remove old backquote syntax.
4754
4755 * cus-edit.el (custom-save-variables, custom-save-faces): Write a
4756 comment warning about editing.
4757
4758 * help.el (help-mode-hook): Define.
4759
4760 1999-11-29 Gerd Moellmann <gerd@gnu.org>
4761
4762 * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
4763 invalid translation of old-style backquote syntax to new syntax.
4764
4765 1999-11-28 Eli Zaretskii <eliz@is.elta.co.il>
4766
4767 * Makefile (DONTCOMPILE): Add term/internal.el.
4768
4769 1999-11-26 Dave Love <fx@gnu.org>
4770
4771 * comint.el: Fix last change.
4772
4773 * emacs-lisp/advice.el: Fix last change.
4774
4775 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4776
4777 * cus-edit.el (Custom-reset-standard): Doc fix.
4778 (custom-variable-reset-standard): Doc fix.
4779 (custom-face-reset-standard): Doc fix.
4780 (custom-face-menu): "Reset to Standard" => "Erase Customization".
4781 (custom-variable-menu): Likewise.
4782 (custom-reset-menu): Likewise.
4783 (custom-buffer-create-internal): Likewise.
4784
4785 1999-11-26 Dave Love <fx@gnu.org>
4786
4787 * progmodes/make-mode.el (makefile-mode-hook): Customize.
4788
4789 * font-lock.el: Doc fixes.
4790
4791 * menu-bar.el (menu-bar-mode): Customize.
4792
4793 * cus-start.el: Add use-dialog-box.
4794
4795 * add-log.el (change-log-mode-hook): Customize.
4796 (add-log-current-defun): Use
4797 fortran-{beginning,end}-of-subprogram.
4798
4799 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4800
4801 * emacs-lisp/advice.el: Many doc fixes.
4802
4803 * comint.el (comint-preoutput-filter-functions): Doc fix.
4804
4805 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4806
4807 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4808 Improve messages for capitalization of arg names,
4809 for flag variables, for t and nil, for imperatives.
4810 Call them imperatives rather than infinitives sans "to".
4811 (checkdoc-common-verbs-wrong-voice): Add "moves".
4812 (checkdoc-message-text-engine): Improve messages for y-or-n-p.
4813
4814 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
4815 Don't convert comments from 3-semicolon to 2-semicolon.
4816 That is a matter of style.
4817 (checkdoc-triple-semi-comment-check-flag): Variable deleted.
4818 (checkdoc-comments): Don't bind that variable.
4819
4820 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4821
4822 * files.el (write-file-hooks): Doc fix.
4823
4824 1999-11-26 Gerd Moellmann <gerd@gnu.org>
4825
4826 * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
4827
4828 1999-11-25 Dave Love <fx@gnu.org>
4829
4830 * hippie-exp.el: Require comint when compiling.
4831 (hippie-expand): Add :links.
4832 (hippie-expand-try-functions-list): Customize.
4833
4834 1999-11-24 Michael Kifer <kifer@cs.sunysb.edu>
4835
4836 * viper*el: Replaced old-style backquotes.
4837
4838 * ediff*el: Replaced old-style backquotes.
4839
4840 * ediff-merge
4841 (ediff-looks-like-combined-merge,ediff-get-combined-region):
4842 Changed to support the new format for ediff-combination-pattern.
4843
4844 * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
4845 Changed to support the new format for ediff-combination-pattern.
4846
4847 1999-11-24 Dave Love <fx@gnu.org>
4848
4849 * custom.el (custom-declare-group): Purecopy DOC.
4850 (custom-handle-keyword): Purecopy VALUE.
4851 (custom-add-link): Purecopy WIDGET.
4852 (custom-add-version): Purecopy VERSION.
4853 (custom-add-load): Purecopy LOAD.
4854
4855 * cus-face.el (custom-declare-face): Purecopy DOC.
4856
4857 * info.el:
4858 (Info-build-node-completions, Info-search, Info-follow-reference)
4859 (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
4860 (Info-find-emacs-command-nodes): Avoid properties on matched text
4861 which may appear in minibuffer.
4862
4863 1999-11-24 Gerd Moellmann <gerd@gnu.org>
4864
4865 * locate.el (locate-with-filter): Doc fix.
4866
4867 1999-11-24 Alex Schroeder <alex@gnu.org>
4868
4869 * sql.el (sql-find-sqli-buffer): New function.
4870 (sql-set-sqli-buffer-generally): New function.
4871 (sql-set-sqli-buffer): Better checking of new-buffer.
4872 (sql-copy-column): Add comma after INTO clause, too.
4873
4874 1999-11-24 Alex Schroeder <alex@gnu.org>
4875
4876 * sql.el (sql-imenu-generic-expression): New, used to set
4877 imenu-generic-expression.
4878
4879 * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
4880 setting font-lock-defaults' SYNTAX-ALIST. Set
4881 imenu-generic-expression, imenu-case-fold-search, and
4882 imenu-syntax-alist.
4883
4884 * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
4885 and 46 when setting font-lock-defaults' SYNTAX-ALIST.
4886
4887 1999-11-23 Andrew Innes <andrewi@gnu.org>
4888
4889 * w32-win.el (w32-drag-n-drop): Load files in current window, if
4890 drop coords aren't over a specific window.
4891
4892 1999-11-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4893
4894 * ps-print.el: Define mule funs without checking if mule package is
4895 loaded.
4896 (ps-print-version): New version number (5.0.1).
4897 (ps-header-dirpart): Now uses abbreviate-file-name.
4898
4899 1999-11-23 Dave Love <fx@gnu.org>
4900
4901 * progmodes/fortran.el (fortran-comment-line-start): Renamed from
4902 comment-line-start.
4903 (fortran-comment-line-start-skip): Renamed from
4904 comment-line-start-skip.
4905 (fortran-mode-map): Use renamed functions. Add manual and custom
4906 entries to menu.
4907 (fortran-mode-hook): Customize.
4908 (fortran-comment-indent-function): Renamed from
4909 fortran-comment-hook.
4910 (delete-horizontal-regexp): Function deleted.
4911 (fortran-electric-line-number): Simplified.
4912 (fortran-beginning-of-subprogram): Renamed from
4913 beginning-of-fortran-subprogram.
4914 (fortran-end-of-subprogram): Renamed from
4915 end-of-fortran-subprogram.
4916 (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
4917 (fortran-previous-statement, fortran-next-statement): Simplified.
4918 (fortran-blink-match): New function.
4919 (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
4920 (fortran-indent-to-column): Don't use delete-horizontal-regexp.
4921 (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
4922 line-end-position.
4923 (fortran-fill): No longer interactive. Simplified.
4924 (fortran-break-line): Simplified.
4925 (fortran-analyze-file-format): Use char-after, not looking-at.
4926
4927 * emacs-lisp/find-func.el (find-function-regexp): Use
4928 `define-minor-mode' after easy-menu change.
4929
4930 1999-11-23 Gerd Moellmann <gerd@gnu.org>
4931
4932 * comint.el: Add redirection.from active comint buffers into
4933 another buffer. Written by Peter Breton.
4934
4935 1999-11-23 Stefan Monnier <monnier@cs.yale.edu>
4936
4937 * emacs-lisp/autoload.el (make-autoload): Recognize the new
4938 `define-minor-mode'.
4939 (define-minor-mode): Specify `doc-string-elt'.
4940
4941 * emacs-lisp/easy-mmode.el: Changed maintainer.
4942 (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
4943 Use defcustom for the hooks; Improve the auto-generated docstrings.
4944 (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
4945 (define-minor-mode): Add BODY arg; Only declare the keymap if
4946 provided; Improve the auto-generated docstrings.
4947
4948 1999-11-22 Gerd Moellmann <gerd@gnu.org>
4949
4950 * textmodes/text-mode.el (text-mode): Construct paragraph-start so
4951 that the leading `^' is at the start. This is necessary because
4952 paragraphs.el tries to remove anchors, but can find them only if
4953 they are the first character.
4954
4955 * progmodes/antlr-mode.el: New file.
4956
4957 * calendar/calendar.el: Fix autoload for
4958 calendar-absolute-from-astro. Add autoload for
4959 calendar-print-astro-day-number.
4960
4961 1999-11-21 Anders Lindgren <andersl@andersl.com>
4962
4963 * follow.el: Use modern backquote syntax. Minor comment update.
4964
4965 1999-11-21 Gerd Moellmann <gerd@gnu.org>
4966
4967 * simple.el (with-syntax-table): Don't switch buffers.
4968
4969 * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
4970 progmodes/hideif.el: Use new backquote syntax.
4971
4972 1999-11-21 Ken Manheimer <klm@python.org>
4973
4974 * icomplete.el (icomplete-completions): Use an explicit variable
4975 `icomplete-prospects-length', obviating the need to use an
4976 apparently faulty throw/catch arrangement.
4977
4978 1999-11-21 Eli Zaretskii <eliz@is.elta.co.il>
4979
4980 * term/internal.el (IT-display-table-setup): Don't overstep
4981 character code 255.
4982
4983 1999-11-20 Kenichi Handa <handa@mule.m17n.org>
4984
4985 * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
4986 for the charset chinese-sisheng is 7bit encoding, not 8bit.
4987
4988 1999-11-19 Stefan Monnier <monnier@cs.yale.edu>
4989
4990 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
4991 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
4992
4993 * files.el (auto-mode-alist): Add patterns for diff-mode.
4994
4995 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
4996 to detect an empty prompt.
4997
4998 1999-11-18 Dave Love <fx@gnu.org>
4999
5000 * simple.el (input-mode-8-bit): Fix the customization.
5001
5002 1999-11-18 Gerd Moellmann <gerd@gnu.org>
5003
5004 * international/iso-acc.el (iso-languages): Add more
5005 characters for Portuguese.
5006
5007 * speedbar.el: Clean up comment at the start of the file.
5008 Remove RCS id.
5009
5010 * progmodes/compile.el (compilation-parse-errors): Use
5011 compilation-buffer-p instead of testing major-mode.
5012
5013 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk>
5014
5015 * quickurl.el Added defcustom of quickurl-completion-ignore-case.
5016 (quickurl-ask): completion-ignore-case is set to the value of
5017 quickurl-completion-ignore-case for the duration of the call to
5018 completing-read.
5019
5020 1999-11-18 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5021
5022 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
5023
5024 1999-11-18 Kenichi Handa <handa@etl.go.jp>
5025
5026 * ps-vars.el: Renamed from ps-print-def.el. Provide ps-vars
5027 instead of ps-print-def.
5028
5029 * ps-print.el: Require ps-vars instead of ps-print-def.
5030
5031 * ps-mule.el: Require ps-vars instead of ps-print-def.
5032
5033 1999-11-17 Gerd Moellmann <gerd@gnu.org>
5034
5035 * simple.el (with-syntax-table): Save buffer explicitly instead of
5036 using save-excursion.
5037
5038 1999-11-16 Gerd Moellmann <gerd@gnu.org>
5039
5040 * mail/supercite.el: New maintainer.
5041
5042 1999-11-16 Reto Zimmermann <reto@synopsys.com>
5043
5044 * progmodes/vhdl-mode.el: Use new backquote syntax.
5045
5046 1999-11-16 Gerd Moellmann <gerd@gnu.org>
5047
5048 * simple.el (with-syntax-table): New.
5049
5050 1999-11-15 Sam Steingold <sds@ksp.com>
5051
5052 * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
5053
5054 1999-02-22 Sam Steingold <sds@goems.com>
5055
5056 * goto-addr.el (goto-address-at-mouse,
5057 goto-address-find-address-at-point): Use compose-mail.
5058 (goto-address-mail-method): Removed variable.
5059 (goto-address-send-using-mh-e, goto-address-send-using-mhe,
5060 goto-address-send-using-mail): Removed functions.
5061
5062 1998-11-03 Sam Steingold <sds@goems.com>
5063
5064 * simple.el (backward-delete-char-untabify):
5065 backward-delete-char-untabify-method can be `all' now - to delete
5066 hungrily including newlines.
5067
5068 1999-11-15 Sam Steingold <sds@ksp.com>
5069
5070 * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
5071
5072 1999-11-15 Dave Love <fx@gnu.org>
5073
5074 * cus-edit.el (customize-face, customize-face-other-window):
5075 Require match from completing-read.
5076 (custom-buffer-done-function): Default to custom-bury-buffer, not
5077 bury-buffer.
5078
5079 1999-11-15 Gerd Moellmann <gerd@gnu.org>
5080
5081 * mail/rmail.el, iswitchb.el, hippie-exp.el,
5082 progmodes/cperl-mode.el: Use new backquote syntax.
5083
5084 1998-09-14 Michael Ernst <mernst@alum.mit.edu>
5085
5086 * uniquify.el: Use new backquote syntax.
5087
5088 1999-11-14 Markus Rost <rost@ias.edu>
5089
5090 * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
5091 as in ispell-local-dictionary-alist.
5092
5093 1999-11-14 Alex Schroeder <alex@gnu.org>
5094
5095 * ansi-color.el (ansi-color-apply): Updated regexps to include
5096 highlighted face.
5097
5098 1999-01-14 Johan Vromans <jvromans@squirrel.nl>
5099
5100 * forms.el (forms--make-format-elt-using-text-properties):
5101 Treat `intangible' differently.
5102
5103 * forms.el: Use new backquote syntax.
5104
5105 1999-11-13 Gerd Moellmann <gerd@gnu.org>
5106
5107 * textmodes/scribe.el (scribe-mode): Doc-fix.
5108
5109 1999-11-13 Peter Breton <pbreton@ne.mediaone.net>
5110
5111 * net-utils.el (run-network-program, net-utils-run-program): Use
5112 the new backquote syntax.
5113 (smbclient-program, smbclient-program-options)
5114 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
5115 variables
5116 (smbclient, smbclient-list-shares): New functions
5117
5118 1999-11-12 Sam Steingold <sds@ksp.com>
5119
5120 * emulation/viper-init.el (viper-deflocalvar, viper-loop)
5121 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
5122 (viper-kbd-buf-definition, viper-kbd-mode-alist)
5123 (viper-kbd-mode-pair, viper-kbd-mode-definition)
5124 (viper-kbd-global-pair, viper-kbd-global-definition):
5125 Use the new backquote syntax.
5126
5127 * emulation/viper-cmd.el (viper-test-com-defun)
5128 (viper-prefix-arg-value, viper-prefix-arg-com):
5129 Use the new backquote syntax.
5130
5131 * emacs-lisp/debug.el (debugger-env-macro):
5132 Use the new backquote syntax.
5133
5134 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
5135 Use the new backquote syntax.
5136
5137 * calendar/calendar.el (calendar-remove-frame-by-deleting):
5138 New user variable.
5139 (calendar-hide-window): Use it.
5140 (increment-calendar-month, calendar-for-loop, calendar-sum):
5141 Use the new backquote syntax.
5142
5143 1999-11-12 Andrew Innes <andrewi@gnu.org>
5144
5145 * select.el (x-set-selection): Call buffer-substring, not
5146 substring. Also fix docstring
5147
5148 1999-11-12 Peter Kleiweg <kleiweg@let.rug.nl>
5149
5150 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
5151 of customizable variables to bug report message. Added
5152 system-type to package name in bug report.
5153
5154 1999-11-12 Gerd Moellmann <gerd@gnu.org>
5155
5156 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
5157 to display file names.
5158
5159 1999-11-11 Gerd Moellmann <gerd@gnu.org>
5160
5161 * mwheel.el: Fix copyright notice, don't require 'cl at run time.
5162
5163 * isearch.el: Add lazy-highlighting feature.
5164
5165 1999-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
5166
5167 * progmodes/ps-mode.el (ps-mode-maintainer-address): New
5168 constant.
5169 (ps-mode-submit-bug-report): New function. Entry added to menu.
5170
5171 1999-11-10 William M. Perry <wmperry@aventail.com>
5172
5173 * mwheel.el: New file to support the new style wheeled mice.
5174
5175 1999-11-10 Gerd Moellmann <gerd@gnu.org>
5176
5177 * startup.el (initial-scratch-message): Add ";;" to the front of
5178 lines in the message.
5179
5180 * files.el (file-local-copy): Remove optional BUFFER argument
5181 because that's not used by anything.
5182
5183 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
5184 to-address.
5185
5186 1999-11-08 Markus Rost <rost@ias.edu>
5187
5188 * wid-edit.el (widget-button-click): Wrap with save-excursion
5189 to restore track-mouse in the correct buffer.
5190
5191 1999-11-08 Gerd Moellmann <gerd@gnu.org>
5192
5193 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
5194
5195 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl>
5196
5197 * progmodes/ps-mode.el (ps-mode-print-function): Changed default
5198 lpr-command to "lp" for some system-types. (copied from lpr.el
5199 Emacs version 20.2.1).
5200
5201 1999-11-04 Markus Rost <rost@ias.edu>
5202
5203 * simple.el (comment-region): Strip off white space at end of
5204 comment-start.
5205
5206 1999-11-04 Gerd Moellmann <gerd@gnu.org>
5207
5208 * faces.el (secondary-selection): Fix wrong color name.
5209
5210 1999-11-04 John Tobey <jtobey@epsilondev.com>
5211
5212 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
5213 the default when invoking perldb in a non-Perl buffer, and other
5214 cases involving -e or --.
5215
5216 1999-11-04 Gerd Moellmann <gerd@gnu.org>
5217
5218 * simple.el (previous-matching-history-element)
5219 (next-history-element): Use delete-field instead of erase-field.
5220
5221 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
5222 Use delete-field instead of erase-field.
5223
5224 * faces.el (secondary-selection): Change background to yellow.
5225
5226 * complete.el (PC-do-completion): Use minibuffer-prompt-end to
5227 find the start of the text. Use field-string to read the user
5228 input.
5229
5230 1999-11-03 Gerd Moellmann <gerd@gnu.org>
5231
5232 * faces.el (make-face-bold, make-face-unbold, make-face-italic)
5233 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
5234 for compatibility with old face implementation.
5235
5236 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
5237 Use erase-field instead of erase-buffer.
5238
5239 * frame.el (blink-cursor-mode, blink-cursor-end): Use
5240 internal-show-cursor with new interface.
5241 (blink-cursor-timer-function): New.
5242 (blink-cursor-start): Use blink-cursor-timer-function.
5243
5244 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5245
5246 * calendar.el (redraw-calendar): Move to nearest date before
5247 redrawing.
5248
5249 * diary-lib.el (simple-diary-display): Reset modeline even if
5250 there are no diary entries since the diary buffer may be displayed.
5251
5252 1999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5253
5254 * emacs-lisp/debug.el (debug): If noninteractive, display the
5255 backtrace using `message', then exit Emacs.
5256 (debugger-batch-max-lines): New variable.
5257 (debugger-setup-buffer): New subroutine, broken out of `debug'.
5258 Change the messages put at the start, to say that the debugger
5259 was entered.
5260
5261 1999-11-02 Sam Steingold <sds@ksp.com>
5262
5263 * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
5264
5265 1999-11-01 John Tobey <jtobey@epsilondev.com>
5266
5267 * gud.el: (gud-perldb-massage-args): Massage correctly in the
5268 presence of perl switches other than "-e".
5269
5270 1999-11-01 Markus Rost <rost@ias.edu>
5271
5272 * dired-x.el (dired-smart-shell-command): Use
5273 shell-command-history as in shell-command.
5274
5275 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5276
5277 * userlock.el (ask-user-about-lock): Doc fix.
5278
5279 * frame.el: Doc fixes.
5280
5281 1999-11-01 Gerd Moellmann <gerd@gnu.org>
5282
5283 * frame.el (blink-cursor-mode): Call internal-show-cursor instead
5284 of show-cursor.
5285 (blink-cursor-start, blink-cursor-end): Ditto.
5286
5287 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
5288
5289 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5290
5291 * window.el (walk-windows): If ALL-FRAMES is a frame,
5292 start on that frame. Use save-selected-window.
5293
5294 1999-11-01 Gerd Moellmann <gerd@gnu.org>
5295
5296 * simple.el (end-of-buffer): Use window-end to find the window end
5297 instead of vertical-motion because this handles variable-height
5298 lines correctly.
5299
5300 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu>
5301
5302 * ediff.el: Version change.
5303
5304 * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
5305 make sure you are in a good frame before deleting other
5306 windows.
5307 (ediff-file-checked-in-p): Don't consider CVS
5308 files checked in.
5309 (ediff-make-temp-file,ediff-make-empty-tmp-file): Make sure you
5310 are writing to a newly created empty file.
5311
5312 * ediff-mult.el (ediff-show-session-group-hook): New default.
5313
5314 * ediff-vers.el (ediff-pcl-cvs-view-revision):
5315 First cd to the file directory. reportedly works
5316 better with remote files.
5317
5318 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
5319 Use file-name-nondirectory when passing files to CVS.
5320
5321 * ediff-diff.el (ediff-cmp-options): New variable.
5322 (ediff-same-file-contents): Use ediff-cmp-options.
5323
5324 * ediff-ptch.el (ediff-prompt-for-patch-buffer,
5325 ediff-get-patch-buffer): Use current buffer if it appears to be a
5326 patch.
5327
5328 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
5329 C-g
5330
5331 * viper-util.el (viper-nontrivial-find-file-function): Deleted.
5332 (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
5333 (viper-save-cursor-color,viper-restore-cursor-color):
5334 Improved cursor color handling.
5335 (viper-get-saved-cursor-color-in-replace-mode,
5336 viper-get-saved-cursor-color-in-insert-mode): New functions for
5337 better cursor color handling.
5338
5339 * viper-ex.el (ex-read,ex-edit):
5340 Fixes for correct interpretation of #,%.
5341 (viper-ex): Now works correctly when called from other functions.
5342 (viper-glob-function): New variable.
5343 (viper-ex): Save excursion before doing :global.
5344
5345 * viper-mous.el (viper-counting-clicks-p): Bug fixes.
5346
5347 * viper-cmd.el (viper-post-command-sentinel,
5348 viper-insert-state-post-command-sentinel,
5349 viper-insert-state-pre-command-sentinel): Takes better care of
5350 cursor colors.
5351
5352 * viper.el: Version change.
5353
5354 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com>
5355
5356 * whitespace.el (whitespace-update-modeline): Bugfix to ensure
5357 that the modeline display was updated *only* when
5358 `whitespace-display-in-modeline' was set, not otherwise.
5359
5360 1999-10-30 Gerd Moellmann <gerd@gnu.org>
5361
5362 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
5363 "frac12".
5364
5365 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
5366 ad-activate.
5367
5368 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com>
5369
5370 * whitespace.el: Test for existence of `defcustom' and `defgroup'
5371 using fboundp instead of assuming that these are not present in
5372 particular flavors of emacs.
5373 (whitespace-version): Update to 2.8
5374 (whitespace-display-in-modeline): Add custom variable to control
5375 displaying the whitespace errors on the modeline based on
5376 suggestion from <klaus.berndl@sdm.de>
5377 (whitespace-buffer): Now returns `t' if unclean and `nil' if
5378 clean, to enable using as a hook function, as suggested by Puneet
5379 Goel <puneet@computer.org>
5380 (whitespace-buffer): Fix a subtle bug that cleaned up only if
5381 quiet was not set, even with whitespace-auto-cleanup set.
5382 (whitespace-mode-line): Now uses less modeline real estate and
5383 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
5384 which is present in the file, and <y> is any type of whitespace
5385 whose check has been suppressed by setting
5386 `whitespace-check-<whitespace-type>' to nil.
5387 (whitespace-unchecked-whitespaces): New function to return the
5388 list of whitespaces for whom checks have been suppressed.
5389 (whitespace-display-unchecked-whitespaces): Renamed to
5390 `whitespace-update-modeline' to reflect its functionality.
5391
5392 1999-10-30 Gerd Moellmann <gerd@gnu.org>
5393
5394 * progmodes/compile.el (compilation-error-regexp-alist):
5395 Undo previous change.
5396
5397 1999-10-28 Dave Love <fx@gnu.org>
5398
5399 * help.el (help-follow): Make arg optional again and really
5400 default to point.
5401
5402 1999-10-28 Gerd Moellmann <gerd@gnu.org>
5403
5404 * paths.el (rmail-file-name): Make it an option.
5405
5406 * progmodes/ada-mode.el, progmodes/ada-prj.el,
5407 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
5408 comment fixes.
5409
5410 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
5411 MIPS Pro 7.3 compiler error message syntax.
5412
5413 1999-10-27 Dave Love <fx@gnu.org>
5414
5415 * progmodes/compile.el: Checkdoc-inspired fixes.
5416
5417 1999-10-27 Gerd Moellmann <gerd@gnu.org>
5418
5419 * lpr.el (print-buffer): Doc-string fix.
5420
5421 1999-10-27 Dave Love <fx@gnu.org>
5422
5423 * emacs-lisp/advice.el: Doc fixes.
5424 (ad-lemacs-p): Removed.
5425 (advice): Add :link to defgroup.
5426
5427 1999-10-27 Kenichi Handa <handa@etl.go.jp>
5428
5429 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
5430 last-coding-system-used by the call of ange-ftp-set-ascii-mode.
5431
5432 1999-10-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5433
5434 * window.el (walk-windows): If ALL-FRAMES is a frame,
5435 start on that frame. Use save-selected-window.
5436
5437 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5438
5439 * emacs-lisp/advice.el (ad-activate-internal): Renamed from
5440 ad-activate. All callers changed, including those in data.c.
5441 (ad-activate-internal-off): Renamed from ad-activate-off.
5442 All uses changed.
5443 (ad-activate): Renamed from ad-activate-on. All uses changed.
5444 (ad-start-advice, ad-stop-advice, ad-recover-normality):
5445 Alter the definition of ad-activate-internal, not ad-activate.
5446
5447 1999-10-26 Gerd Moellmann <gerd@gnu.org>
5448
5449 * startup.el (command-line-1): Add support for command line
5450 arguments `file' and `execute'. Fix handling of `visit'.
5451
5452 1999-10-26 Kenichi Handa <handa@etl.go.jp>
5453
5454 * international/mule-cmds.el (read-input-method-name): Handle the
5455 case that the arg DEFAULT is symbol.
5456
5457 * international/mule-diag.el (mule-diag): Handle the case that
5458 default-input-method is symbol.
5459
5460 1999-10-26 Gerd Moellmann <gerd@gnu.org>
5461
5462 * textmodes/tildify.el: New file.
5463
5464 1999-10-25 Sam Steingold <sds@ksp.com>
5465
5466 * Makefile (compile-files): Fixed the "tr" strings.
5467 (EMACS): Set to ../src/emacs.
5468
5469 1999-10-25 Gerd Moellmann <gerd@gnu.org>
5470
5471 * info.el (Info-build-node-completions): Add '("*") to the
5472 completion list.
5473
5474 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5475
5476 * frame.el (auto-raise-mode): When enabling the mode,
5477 immediately raise the selected frame.
5478
5479 * indent.el (indent-region): Doc fix.
5480
5481 * comint.el (comint-output-filter): Make the Comint buffer current
5482 for the comint-preoutput-filter-functions.
5483
5484 * mail/reporter.el: Doc fix.
5485
5486 1999-10-24 Stephen Eglen <stephen@gnu.org>
5487
5488 * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
5489 that Octave lisp files can also run under XEmacs 20.
5490 (require 'custom) added so that files can run under Emacs 19.34.
5491
5492 * iswitchb.el (iswitchb-default-keybindings): No need to use
5493 read-kbd-macro in keybindings.
5494
5495 1999-10-23 Dave Love <fx@gnu.org>
5496
5497 * elide-head.el: New file.
5498
5499 1999-10-23 Gerd Moellmann <gerd@gnu.org>
5500
5501 * Makefile (compile-files, backup-compiled-files): New targets.
5502 (bootstrap, bootstrap-clean): Ditto.
5503
5504 1999-10-22 Paul Eggert <eggert@twinsun.com>
5505
5506 * international/mule-cmds.c (locale-language-names):
5507 Use Latin-1 (not Latin-3) for Afrikaans, Galician.
5508 Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
5509 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
5510 Use Latin-8 for Welsh.
5511 Use Latin-1 for English if "en" is explicitly specified.
5512 Use Latin-1 for Scots Gaelic, Tagalog.
5513 Use Latin-1 (not Latin-4) for Greenlandic.
5514 Use Latin-1 (not Latin-2) for Albanian.
5515 (locale-preferred-coding-systems, locale-language-names):
5516 Remove generic ISO 8859 locales; locale-charset-language-names now
5517 does this.
5518 (locale-charset-language-names): New variable.
5519 (set-locale-environment): Use language name specified by
5520 locale-charset-language-names if its charsets disagree with the
5521 language name specified by locale-language-names.
5522
5523 1999-10-22 Dave Love <fx@gnu.org>
5524
5525 * make-mode.el: Minor doc fixes.
5526
5527 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
5528
5529 1999-10-21 Dave Love <fx@gnu.org>
5530
5531 * loadup.el: Add latin-8, latin-9.
5532
5533 1999-10-20 Paul Eggert <eggert@twinsun.com>
5534
5535 * disp-table.el (standard-display-european): Remove undocumented
5536 arg AUTO; no longer used by startup.el. Do not attempt to treat
5537 all non-English language environments as coding system names.
5538 Instead, use the downcased language environment name as a coding
5539 system name if it is one; otherwise, use latin-1.
5540
5541 1999-10-20 Gerd Moellmann <gerd@gnu.org>
5542
5543 * dired.el (dired-move-to-filename-regexp): Fix long comment lines
5544 that were split so that part of the comment appeared as Lisp code.
5545
5546 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5547
5548 * ps-bdf.el: Doc fix.
5549
5550 * ps-print-def.el: New file: common definitions for all parts of
5551 ps-print.
5552 (ps-multibyte-buffer): Moved from ps-mule.
5553
5554 * ps-mule.el: File dependence fix.
5555 (ps-multibyte-buffer): Moved to ps-print-def.
5556
5557 * ps-print.el: Doc fix, better customization.
5558 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
5559 (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
5560 (ps-end-file): Doc fix.
5561 (ps-setup, ps-begin-file): Fun fix.
5562 (postscript): New group.
5563 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
5564 (ps-print-prologue-1): Adjust PostScript programming.
5565 (ps-print): Adjust group hierarchy.
5566 (ps-print-n-up, ps-print-zebra, ps-print-background,
5567 ps-print-printer)
5568 (ps-print-page): New subgroups.
5569 (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
5570 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
5571 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
5572 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
5573 (ps-zebra-stripe-height, ps-print-background-image)
5574 (ps-print-background-text, ps-spool-config): Adjust customization.
5575 (dos-ps-printer): Definition eliminated.
5576
5577 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5578
5579 * ps-mule.el: Doc fix, define functions properly if mule package is
5580 loaded or not.
5581 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
5582 mule package is loaded or not.
5583
5584 * ps-print.el: Doc fix, n-up printing.
5585 (ps-print-version): New version number (5.0).
5586 (ps-page-dimensions-database): Added document media.
5587 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
5588 (ps-page-order, ps-printing-region-p): New vars.
5589 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
5590 funs.
5591 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
5592 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
5593 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
5594 (ps-n-up-xstart, ps-n-up-ystart): New macros.
5595 (ps-print-begin-sheet-hook): New hook.
5596 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
5597 const.
5598 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
5599 (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
5600 (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
5601 (ps-count-lines): Changed to defun.
5602 (ps-header-page): Changed to defsubst, fix fun.
5603 (ps-printing-region): Doc fix, adjust programming code.
5604 (ps-output-boolean, ps-background-pages, ps-background-text)
5605 (ps-background-image, ps-background, ps-get-boundingbox): Adjust
5606 programming code.
5607
5608 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5609
5610 * ps-print.el: Doc fix, duplex and setpagedevice configuration.
5611 (ps-print-version): New version number (4.2).
5612 (ps-spool-config, ps-spool-tumble): New vars.
5613 (ps-print-prologue-1): Changed to defconst, adjust PostScript
5614 programming, new PostScript procedure to handle errors.
5615 (ps-print-prologue-2): Changed to defconst.
5616 (ps-print-duplex-feature): New const: duplex and tumble setting.
5617 (ps-setup, ps-begin-file): Fix funs.
5618 (ps-boolean-capitalized): New fun.
5619
5620 1999-10-19 Stefan Monnier <monnier@cs.yale.edu>
5621
5622 * Makefile (dontcompilefiles): Obsoleted.
5623 (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
5624 (EL): Unused.
5625 (temacs): Removed (unused).
5626 (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
5627 version of the file (necessary for the update to work properly).
5628 (autoloads): Force the use of `pwd`/loaddefs.el.
5629 (updates); Redefined in terms of other targets to reduce redundancy.
5630 (.el.elc): New default rule, just in case you want it.
5631 (compile): Use a single invocation of Emacs.
5632 (bootstrap-compile); Unneeded.
5633 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
5634
5635 1999-10-19 Dave Love <fx@gnu.org>
5636
5637 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
5638
5639 1999-10-19 Sam Steingold <sds@ksp.com>
5640
5641 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
5642 comply with the comment.
5643
5644 1999-10-19 Gerd Moellmann <gerd@gnu.org>
5645
5646 * autorevert.el (auto-revert-mode): Make auto-revert-mode
5647 permanent-local.
5648
5649 1999-10-19 Peter Kleiweg <kleiweg@let.rug.nl>
5650
5651 * progmodes/ps-mode.el (ps-mode-print-function): Fix default
5652 value: \"lpr\" changed to "lpr"
5653 (ps-mode-version): New constant
5654 (ps-mode-show-version): New function, added key in ps-mode-map
5655 (ps-run-messages): Removed
5656 (ps-run-font-lock-keywords-2): New defcustom variable replacing
5657 ps-run-messages. These keywords now include the value of
5658 ps-run-prompt, making its fontification customizable.
5659 (ps-run-init): Removed \\n from docstring, it is now added when
5660 the value is used
5661 (ps-run-font-lock-keywords-1): Added checking for initial ^ in
5662 ps-run-prompt
5663 (ps-mode): Added ps-run-font-lock-keywords-2 to list of
5664 customizable variables in doc-string (its equivalent
5665 ps-run-messages was missing in previous version of the doc-string)
5666 (ps-run-mode): Simplified assignment to font-lock-defaults, using
5667 symbols only
5668
5669 1999-10-19 Alex Schroeder <alex@gnu.org>
5670
5671 * ansi-color.el: Complete rewrite.
5672
5673 1999-10-19 Paul Eggert <eggert@twinsun.com>
5674
5675 Fix bootstrapping problems.
5676 Use the system locale to specify Emacs locale defaults.
5677
5678 * international/mule-cmds.el (global-map):
5679 Do not use backquote, because that makes a bootstrapping
5680 problem if you need to recompile all Lisp files using interpreted code.
5681 * international/mule.el (charset-id, charset-bytes,
5682 charset-dimension, charset-chars, charset-width,
5683 charset-direction, charset-iso-final-char,
5684 charset-iso-graphic-plane, charset-reverse-charset,
5685 charset-short-name, charset-long-name, charset-description,
5686 charset-plist): Likewise.
5687 * subr.el (save-match-data): Likewise.
5688
5689 * international/mule-cmds.el
5690 (set-display-table-and-terminal-coding-system): New function,
5691 containing code migrated out of set-language-environment.
5692 (set-language-environment, set-locale-environment): Use it.
5693 (locale-translation-file-name): Moved here from startup.el.
5694 (locale-language-names, locale-preferred-coding-systems):
5695 New vars.
5696 (locale-name-match, set-locale-environment): New functions.
5697
5698 * language/japan-util.el (setup-japanese-environment-internal):
5699 Prefer japanese-iso-8bit if the system-type is usg-unix-v.
5700
5701 * startup.el (iso-8859-n-locale-regexp): Remove.
5702 (locale-translation-file-name): Move to mule-cmds.el.
5703 (command-line): Move locale-stuff into set-locale-environment.
5704
5705 1999-10-18 Dave Love <fx@gnu.org>
5706
5707 * abbrev.el (add-abbrev, inverse-add-abbrev)
5708 (expand-region-abbrevs): Remove properties from buffer text.
5709
5710 1999-10-17 Gerd Moellmann <gerd@gnu.org>
5711
5712 * iswitchb.el (iswitchb-exhibit): Extract user-input only
5713 from the mini-buffer, without the prompt.
5714
5715 * simple.el (minibuffer-prompt-end): Return the position
5716 after the prompt, not the position of that last character
5717 of the prompt.
5718
5719 1999-10-17 Miles Bader <miles@gnu.org>
5720
5721 * simple.el: Doc fixes.
5722
5723 1999-10-17 Miles Bader <miles@gnu.org>
5724
5725 * simple.el (previous-matching-history-element, next-history-element):
5726 Change to work correctly even if the point is in the prompt.
5727 (choose-completion-string): Likewise.
5728 (minibuffer-prompt-width): New function (compatibility with old subr).
5729
5730 * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
5731 When constraining the final position to the current field,
5732 don't use the ONLY-IN-LINE mode of constrain-to-field.
5733
5734 1999-10-17 Miles Bader <miles@gnu.org>
5735
5736 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
5737 constrain-to-field.
5738 * textmodes/paragraphs.el (forward-sentence): Likewise.
5739
5740 1999-10-17 Miles Bader <miles@gnu.org>
5741
5742 * simple.el (line-move): Use constrain-to-field to avoid
5743 moving into a prompt.
5744 (previous-complete-history-element): Clarify doc string.
5745 (next-complete-history-element): Likewise.
5746 Use field-beginning instead of point-min.
5747 (next-matching-history-element): Use field-beginning and
5748 erase-field instead of point-min and erase-buffer.
5749 * textmodes/paragraphs.el
5750 (forward-paragraph, forward-sentence): Likewise.
5751 (backward-kill-paragraph, backward-kill-sentence): Remove code to
5752 constrain the kill to an field, as the movement commands now
5753 do this.
5754
5755 1999-10-17 Miles Bader <miles@gnu.org>
5756
5757 * simple.el (previous-matching-history-element): Get the
5758 minibuffer input with field-string instead of buffer-string.
5759 (choose-completion-string): Likewise.
5760 (next-history-element): Likewise.
5761 Erase the minibuffer input with erase-field, not erase-buffer.
5762 Use field-beginning to find the beginning of the input.
5763 * textmodes/paragraphs.el (backward-kill-sentence):
5764 Remove minibuffer-prompt hack.
5765 Constrain to any input field.
5766
5767 1999-10-17 Sam Steingold <sds@ksp.com>
5768
5769 * bindings.el (completion-ignored-extensions): Added ".sparcf"
5770 for CMUCL on sparc and ".ufsl" for LispWorks.
5771 (bound-and-true-p): Bugfix: free variable `v'.
5772
5773 1999-10-16 Dave Love <d.love@dl.ac.uk>
5774
5775 * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
5776 (edebug-uninstall-read-eval-functions): Use load-read-function,
5777 avoiding elisp-eval.
5778
5779 1999-10-16 Sam Steingold <sds@ksp.com>
5780
5781 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
5782 instead of `eql'.
5783
5784 1999-10-14 Stefan Monnier <monnier@cs.yale.edu>
5785
5786 * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
5787 * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
5788 (browse-url-temp-file-list, browse-url-delete-temp-file-list):
5789 * ediff-util.el (ediff-make-temp-file):
5790 * ediff-vers.el (ediff-pcl-cvs-view-revision):
5791 * emerge.el (emerge-make-temp-file):
5792 * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
5793 * vc.el (vc-update-change-log):
5794 * mail/mailpost.el (post-mail-send-it):
5795 * mail/metamail.el (metamail-region):
5796 * progmodes/cmacexp.el (c-macro-expansion):
5797 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
5798
5799 1999-10-15 Gerd Moellmann <gerd@gnu.org>
5800
5801 * smtpmail.el (smtpmail-via-smtp): Add support for
5802 automatically appending a domain to RCPT TO: addresses.
5803
5804 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5805
5806 * dired.el (dired-insert-directory): Insert the amount of
5807 free space after the total size.
5808 (dired-free-space-program, dired-free-space-args): New variables.
5809
5810 1999-10-14 Karl Heuer <kwzh@gnu.org>
5811
5812 * mail/rmail.el (rmail-pop-password-error): Add new pattern.
5813
5814 1999-10-14 Dave Love <fx@gnu.org>
5815
5816 * international/characters.el:
5817 * international/fontset.el:
5818 * international/mule-conf.el: Add latin-iso8859-1[45].
5819
5820 * language/european.el: Add Latin-8, Latin-9. Modify some doc
5821 strings.
5822
5823 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
5824 (command-line): Detect Latin-[89] locales.
5825
5826 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
5827
5828 * international/mule-cmds.el (select-safe-coding-system)
5829 (leim-list-header): Avoid the use of strings that start with backslash
5830 newline since lread.c:read1 has a hack to turn those strings into
5831 integer 0 during the loadup.el process.
5832
5833 * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
5834
5835 1999-10-13 Dave Love <fx@gnu.org>
5836
5837 * image.el (insert-image): Copy the image spec and add an
5838 intangible property.
5839
5840 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
5841
5842 * help.el (help-xref-interned): Make it also work on variable-only
5843 and function-only symbols.
5844 (help-make-xrefs): Take advantage of the new `help-xref-interned'.
5845 (help-follow): If the point under mouse is not highlighted, try
5846 `help-xref-interned' on the pointed-to symbol anyway.
5847
5848 * info.el (Info-on-current-buffer): New entry point.
5849 (Info-find-node): Split into two for Info-on-current-buffer to
5850 hook into it.
5851 (Info-current-file, Info-set-mode-line, Info-up):
5852 Info-current-file can now be t.
5853 (Info-clone-buffer-hook): Function for `clone-buffer'.
5854 (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
5855 Make `clone-buffer' available in various ways to the user.
5856
5857 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
5858
5859 * simple.el (shell-command, shell-command-on-region): Use
5860 make-temp-file.
5861 (clone-buffer, clone-process, clone-buffer-hook): New functions.
5862
5863 * subr.el (with-current-buffer): Don't use backquotes to avoid
5864 bootstrapping problems.
5865
5866 * loadup.el (load-path): Add subdirs for bootstrapping.
5867 (docstrings): Ignore errors during bootstrapping.
5868 (args): New `bootstrap' argument (for use in place of `dump').
5869
5870 1999-10-12 Emmanuel Briot <briot@gnat.com>
5871
5872 * ada-stmt.el: Doc-string fixes.
5873
5874 1999-10-12 Gerd Moellmann <gerd@gnu.org>
5875
5876 * recentf.el: New file.
5877
5878 * ps-mode.el: New file.
5879
5880 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
5881 case insensitive.
5882
5883 1999-10-12 Richard Sharman <rsharman@pobox.com>
5884
5885 * sh-script.el: Added support for indenting existing scripts.
5886 (sh-mode-map): Added new bindings.
5887 (sh-mode): Updated mode doc-string for new commands, added
5888 make-local-variable calls, initialize mode-specific variables.
5889 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line
5890 is now a different function.
5891 (sh-header-marker): Changed docstring.
5892 (sh-set-shell): Initialize mode-specific variables.
5893 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
5894 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
5895 Changed these define-skeleton calls to work with user-specified
5896 indentation settings.
5897 (sh-basic-indent-line, sh-blink, sh-calculate-indent)
5898 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
5899 (sh-electric-hash, sh-electric-less, sh-electric-rparen)
5900 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
5901 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
5902 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
5903 (sh-guess-basic-offset, sh-handle-after-case-label)
5904 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
5905 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
5906 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
5907 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
5908 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
5909 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
5910 (sh-handle-this-then, sh-help-string-for-variable)
5911 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
5912 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
5913 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
5914 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
5915 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
5916 (sh-remove-our-text-properties, sh-rescan-buffer)
5917 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
5918 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
5919 (sh-scan-case, sh-search-word, sh-set-char-syntax)
5920 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
5921 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
5922 functions.
5923 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
5924 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
5925 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
5926 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
5927 (sh-var-list): New variables.
5928
5929 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk>
5930
5931 * quickurl.el (quickurl-list-insert): `count-lines' was returning
5932 a value one line to high if the cursor wasn't at the start of a
5933 line. A `beginning-of-line' is now performed before making the
5934 call to `count-lines'.
5935
5936 1999-10-11 Stefan Monnier <monnier@cs.yale.edu>
5937
5938 * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
5939
5940 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
5941
5942 * Makefile (setwins): Abstract out the command to find subdirectories
5943 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
5944 (custom-deps, finder-data, autoloads, update-subdirs, updates)
5945 (autoloads-with-other-emacs): Use it.
5946
5947 * diff-mode.el: New file. A mode for viewing/editing context diffs.
5948
5949 1999-10-09 Gerd Moellmann <gerd@gnu.org>
5950
5951 * Makefile (bootstrap-compile): New target. Compile Lisp
5952 files with ../src/temacs.
5953
5954 1999-10-08 Dave Love <fx@gnu.org>
5955
5956 * ange-ftp.el: Require dired when compiling.
5957 (ange-ftp-normal-login): Allow EFS-style port specification.
5958
5959 1999-10-08 Simon Marshall <simon@gnu.org>
5960
5961 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
5962 (regexp-opt-group): Use it to get common suffixes in STRINGS.
5963 If STRINGS is nil, return "" rather than nil.
5964
5965 1999-10-08 Gerd Moellmann <gerd@gnu.org>
5966
5967 * Makefile (compile): Compile files one by one. Set load-path to
5968 current directory and subdirectories when compiling.
5969
5970 1999-10-08 Gerd Moellmann <gerd@gnu.org>
5971
5972 * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
5973 (emacs): Use it everywhere instead of EMACS.
5974 (compile): New target. Compile all Lisp files from scratch.
5975 (recompile): New target. Recompile lisp directory.
5976 (autoloads-with-other-emacs): New target. Build loaddefs.el with
5977 an Emacs executable not built in the current directory tree.
5978
5979 1999-10-07 Peter Breton <pbreton@ne.mediaone.net>
5980
5981 * filecache.el (file-cache-completion-ignore-case): New variable,
5982 defaulting to the value of completion-ignore-case.
5983 (file-cache-minibuffer-complete): Use it.
5984 (file-cache-files-matching, file-cache-files-matching-internal):
5985 New functions.
5986
5987 1999-10-07 Emmanuel Briot <briot@gnat.com>
5988
5989 * ada-xref.el: New file
5990
5991 * ada-prj.el: New file
5992
5993 * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
5994
5995 * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
5996 subprogram being created.
5997
5998 * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
5999 ada-indent-newline-indent): Rewritten to support the new indentation
6000 scheme
6001
6002 * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
6003 New functions
6004
6005 * ada-mode.el (ada-fill-comment-paragraph): Add support for the
6006 justification parameter
6007
6008 * ada-mode.el (ada-make-body, ada-gen-treat-proc,
6009 ada-make-subprogram-body): Rewritten to benefit from the gnatstub
6010 external program
6011
6012 1999-10-07 Dave Love <fx@gnu.org>
6013
6014 * bindings.el (bound-and-true-p): New macro.
6015 (make-mode-line-mouse-sensitive): Don't require easymenu.
6016
6017 1999-10-07 Gerd Moellmann <gerd@gnu.org>
6018
6019 * custom.el (defface): Extend documentation for new values of
6020 `type'.
6021
6022 * faces.el (face-spec-set-match-display): Recognize `type' of
6023 `motif', `lucid', `x-toolkit'.
6024 (menu): New face.
6025
6026 1999-10-05 Dave Love <fx@gnu.org>
6027
6028 * files.el: Recognize temporary crontab files.
6029
6030 * info.el: Require jka-compr when compiling.
6031 (Info-suffix-list): Add bzip2 files (non-ms-dos only).
6032
6033 1999-10-04 Dave Love <fx@gnu.org>
6034
6035 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
6036 scroll-up-aggressively, scroll-down-aggressively.
6037
6038 * time.el (display-time-mode): Add autoload cookie.
6039
6040 * rect.el (delete-extract-rectangle): Doc fix from verna.
6041
6042 * help-macro.el (three-step-help): Customize.
6043
6044 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6045
6046 * hexl.el (hexlify-buffer): Move point in proper range
6047 if it is too large.
6048 (hexl-after-revert-hook): Update hexl-max-address.
6049 (hexl-address-to-marker): Doc fix.
6050
6051 1999-10-03 Dave Love <fx@gnu.org>
6052
6053 * image.el (defimage): Remove redundant code. Substitute file in
6054 image plist.
6055
6056 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
6057
6058 * vc.el (vc-backend-checkout): Use coding system 'no-conversion
6059 when doing with-temp-file.
6060
6061 1999-10-01 Dave Love <fx@gnu.org>
6062
6063 * cus-edit.el (custom-comment-create): Fill :from and :to slots.
6064
6065 * help.el: Require view when compiling.
6066 (view-emacs-FAQ): Use Info version.
6067
6068 1999-09-29 Ken'ichi Handa <handa@gnu.org>
6069
6070 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
6071 (normat->normal). Use correct font names for Korean
6072 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
6073
6074 1999-09-29 Kenichi Handa <handa@etl.go.jp>
6075
6076 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
6077 code not used by KOI8 to the same 8-bit code instead of mapping to
6078 SPC.
6079 (cyrillic-alternativnyj-decode-table): Likewise.
6080
6081 1999-09-29 Alex Schroeder <alex@gnu.org>
6082
6083 * sql.el (sql-imenu-generic-expression): Aew, used to set
6084 imenu-generic-expression.
6085 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
6086 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression,
6087 imenu-case-fold-search, and imenu-syntax-alist.
6088 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
6089 setting font-lock-defaults' SYNTAX-ALIST.
6090
6091 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6092
6093 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
6094 macro, try again.
6095
6096 1999-09-28 Dave Love <fx@gnu.org>
6097
6098 * cus-edit.el (custom-comment): Change widget definition.
6099 (custom-comment-create, custom-comment-show)
6100 (custom-comment-invisible-p): Don't use :comment-overlay.
6101 (custom-comment-hide): New function.
6102 (custom-variable-set, custom-variable-save)
6103 (custom-variable-reset-standard, custom-face-set)
6104 (custom-face-save): Use it.
6105
6106 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6107
6108 * hexl.el (hexl-mode): Do nothing if already in hexl mode.
6109
6110 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6111
6112 * faces.el (region): Doc fix.
6113
6114 1999-09-27 Dave Love <fx@gnu.org>
6115
6116 * isearch.el (isearch): Add :links in defgroup.
6117 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
6118 (isearch-switch-frame-handler): Comment out (unused).
6119 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
6120 (isearch-ring-retreat-edit): Doc fix.
6121 (isearch-mouse-yank): New command.
6122 (isearch-last-command-char): Removed. Callers changed to use
6123 last-command-char.
6124 (isearch-char-to-string): Removed. Callers changed to use
6125 char-to-string.
6126
6127 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
6128
6129 * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
6130 option for Russian.
6131
6132 1999-09-25 Gerd Moellmann <gerd@gnu.org>
6133
6134 * faces.el (face-differs-from-default-p): Compare face
6135 attributes individually.
6136
6137 * image.el (put-image, insert-image): Add string argument.
6138
6139 1999-09-24 Gerd Moellmann <gerd@gnu.org>
6140
6141 * ange-ftp.el (ange-ftp-date-regexp): Make it work for
6142 LANG=de_DE.iso88591 on HPUX 11.0.
6143
6144 * dired.el (dired-move-to-filename-regexp): Make it work
6145 for LANG=de_DE.iso88591 on HPUX 11.0.
6146
6147 1999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6148
6149 * info.el (info-initialize): Don't test existence of ALTERNATIVE
6150 if we know for some other reason it should not be used.
6151
6152 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
6153 New variable.
6154 (edebug-recursive-edit): Save current-prefix-arg there,
6155 bind it, and set it back at the end.
6156 (edebug-outside-excursion): Restore and update the outside
6157 value of current-prefix-arg.
6158 (edebug-emacs-version-specific): Delete support for Epoch.
6159
6160 1999-09-24 Howard Melman <howard@silverstream.com>
6161
6162 * imenu.el (imenu-after-jump-hook): New variable.
6163 (imenu): Run menu-after-jump-hook.
6164 (imenu-name-lookup-function): New variable.
6165 * imenu.el (imenu--in-alist): Use those variables.
6166
6167 1999-09-24 Carsten Dominik <cd@gnu.org>
6168
6169 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
6170 multiple thebibliography environments.
6171
6172 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
6173 with recentering window.
6174 (reftex-extract-bib-entries-from-thebibliography,
6175 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal
6176 with multiple thebibliography environments.
6177
6178 * textmodes/reftex-vars.el
6179 (reftex-section-levels): Function allowed as cdr.
6180 (reftex-max-section-depth) New option.
6181
6182 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
6183 with multiple thebibliography environments.
6184
6185 1999-09-23 Gerd Moellmann <gerd@gnu.org>
6186
6187 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
6188 instead of point-min in call to delete-region.
6189
6190 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de>
6191
6192 * vc.el (vc-backend-checkout): Use with-temp-file when checking
6193 out into arbitrary file names.
6194
6195 1999-09-19 Ken'ichi Handa <handa@gnu.org>
6196
6197 * language/european.el ("Turkish"): New language environment.
6198
6199 1999-09-19 Dave Love <fx@gnu.org>
6200
6201 * delim-col.el: New file.
6202
6203 1999-09-17 Richard Stallman <rms@gnu.org>
6204
6205 * files.el (after-find-file): When visiting a backup file,
6206 make it read-only.
6207
6208 * apropos.el (apropos-symbol-face): Non-nil even for ttys.
6209 (apropos-keybinding-face, apropos-label-face): Likewise.
6210 (apropos-property-face, apropos-match-face): Likewise.
6211 (apropos-label-properties): New variable.
6212 (apropos-print-doc): Use apropos-label-properties.
6213 (apropos-print): Set apropos-label-properties.
6214
6215 1999-09-15 Richard Stallman <rms@gnu.org>
6216
6217 * winner.el: Use aref instead of sref.
6218
6219 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
6220
6221 1999-09-14 Gerd Moellmann <gerd@gnu.org>
6222
6223 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
6224
6225 1999-09-14 Richard Stallman <rms@gnu.org>
6226
6227 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
6228 cookie, even if followed by a letter.
6229
6230 1999-09-14 Stephen Eglen <stephen@gnu.org>
6231
6232 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
6233 --no-line-editing are passed to Octave by including them here
6234 rather than storing them in inferior-octave-startup-args.
6235
6236 1999-09-14 Eli Zaretskii <eliz@gnu.org>
6237
6238 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
6239 command, option, env and sc.
6240
6241 * subr.el (shell-quote-argument): Quote argument with double
6242 quotes for ms-dos.
6243
6244 1999-09-14 Richard Stallman <rms@gnu.org>
6245
6246 * simple.el (eval-expression-print-level): New variable.
6247 (eval-expression-print-length): New variable.
6248 (eval-expression-debug-on-error): New variable.
6249 (eval-expression): Bind print-level, print-length and
6250 debug-on-error from those vars.
6251
6252 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
6253 Bind print-level, print-length and debug-on-error.
6254
6255 1999-09-14 Inge Frick <inge@nada.kth.se>
6256
6257 * dired.el (dired-recursive-deletes): New custom variable.
6258 (dired-re-no-dot): New variable.
6259 (dired-delete-file): New function deletes files and directories
6260 recursively.
6261 (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
6262
6263 * dired-aux.el (dired-recursive-copies): New custom variable.
6264 (dired-handle-overwrite): Broke a long line.
6265 (dired-copy-file): Call `dired-copy-file-recursive' instead of
6266 `copy-file'.
6267 (dired-copy-file-recursive): New function. Copy directories
6268 recursively.
6269 (dired-do-create-files): Added support for generalized directory
6270 target. How-to function may now return a function. New fluid
6271 variable `dired-one-file'.
6272 (dired-copy-how-to-fn): New variable.
6273 (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
6274 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
6275 (dired-do-copy-regexp): No recursive copies.
6276
6277 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com>
6278
6279 * whitespace.el (whitespace-version): Update version to 2.4
6280
6281 * whitespace.el: Add customization variables to conditionally test
6282 any of the five whitespaces, per request from Rune Kleveland
6283 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
6284
6285 * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
6286
6287 * whitespace.el (whitespace-modes): Add `change-log-mode' to the
6288 list of modes to be checked for bogus whitespaces.
6289
6290 * whitespace.el (whitespace-rescan-timer-time): Update
6291 documentation.
6292
6293 * whitespace.el (whitespace-display-unchecked-whitespaces):
6294 New function to update modeline with untested whitespaces.
6295
6296 * whitespace.el (whitespace-buffer): Test only whitespaces whose
6297 checking is turned on, and update modeline using the newly created
6298 `whitespace-display-unchecked-whitespaces'.
6299
6300 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
6301 whose checking is turned on, and update modeline using the newly
6302 created `whitespace-display-unchecked-whitespaces'.
6303
6304 * whitespace.el (whitespace-describe): Update documentation.
6305
6306 * whitespace.el (whitespace-tickle-timer): Test if
6307 `whitespace-rescan-timer-time' is non-zero before tickling timer.
6308
6309 1999-09-13 Dave Love <fx@gnu.org>
6310
6311 * hideif.el (hide-ifdef-mode): Add autoload cookie.
6312
6313 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
6314 for temp buffer.
6315 (checkdoc-this-string-valid): Don't assume default comment-start.
6316
6317 1999-09-13 Gerd Moellmann <gerd@gnu.org>
6318
6319 * rsz-mini.el: Remove code, keep the interface.
6320
6321 1999-09-13 Dave Love <fx@gnu.org>
6322
6323 * help.el (help-highlight-p): Doc fix.
6324
6325 * faces.el (mode-line, header-line, tool-bar): Add :version.
6326 (highlight, secondary-selection): Add :group.
6327 (trailing-whitespace): Add :group, :version.
6328
6329 * wid-edit.el: Remove some compatibility code and checks.
6330 (widget-specify-field, widget-specify-button): Don't use XEmacs
6331 properties.
6332 (widget-overlay-inactive): Change error message.
6333 (widget-button-pressed-face): New variable.
6334 (widget-button-click): Use it.
6335 (widget-documentation-link-add): Specify mouse and button faces.
6336 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
6337 removed now the functionality is built in.
6338
6339 * cus-edit.el: Don't define-widget-keywords.
6340 (multimedia): New group.
6341 (custom-last): Function removed.
6342 (custom-quote): Add vectorp case, comment out characterp case.
6343 (custom-buffer-done-function, custom-raised-buttons): New option.
6344 (Custom-buffer-done): New function.
6345 (custom-buffer-create-internal): Obey custom-raised-buttons,
6346 Custom-buffer-done.
6347 (custom-button-face): Make it `released-button'.
6348 (custom-button-pressed-face): Make it `pressed-button'
6349 (custom-mode-map): Bind "q" to Custom-buffer-done.
6350 (custom-mode): Deal with raised/pressed buttons.
6351
6352 Changes from Didier Verna:
6353 (custom-prompt-variable): Optional third arg makes prompt for a
6354 comment string.
6355 (customize-set-value, customize-set-variable,
6356 customize-save-variable): Optional prefix makes function handle
6357 variable comments.
6358 (customize-customized, customize-saved, custom-variable-state-set)
6359 (custom-variable-set, custom-variable-save, custom-face-state-set)
6360 (custom-variable-reset-saved, custom-variable-reset-standard)
6361 (custom-face-set, custom-face-save, custom-face-reset-saved)
6362 (custom-face-reset-standard, customize-save-customized): Handle
6363 custom comments.
6364 (custom-comment-face, custom-comment-tag-face): New face.
6365 (custom-comment): New widget.
6366 (custom-comment-create, custom-comment-delete)
6367 (custom-comment-value-set, custom-comment-show)
6368 ()custom-comment-invisible-p): New functions.
6369 (custom-variable-value-create, custom-face-value-create): Create a
6370 comment field widget.
6371 (custom-variable-menu, custom-face-menu): New entry for custom
6372 comment.
6373 (custom-face-value-create): Remove compatibility code.
6374 (custom-save-variables, custom-save-faces): Possibly save custom
6375 comments.
6376
6377 * cus-face.el (custom-face-attributes): Simplify :underline,
6378 :overline, :inverse-video cases. Fix up :box case (probably needs
6379 more work).
6380
6381 Change from Didier Verna:
6382 (custom-set-faces): The arguments can now have a custom comment as
6383 fourth argument.
6384
6385 * custom.el: Don't define-widget-keywords.
6386 Change from Didier Verna:
6387 (custom-set-variables): The arguments can now have a
6388 custom comment as fifth element.
6389
6390 1999-09-13 Richard Stallman <rms@gnu.org>
6391
6392 * info.el (Info-find-node): Cope better if guesspos is too large.
6393
6394 1999-09-12 Gerd Moellmann <gerd@gnu.org>
6395
6396 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
6397 of buffer-substring because buffer-string doesn't copy the
6398 prompt.
6399
6400 * faces.el (mode-line): Replaces `modeline'.
6401 (toplevel): Make `modeline' an alias for `mode-line'.
6402
6403 1999-09-12 Gerd Moellmann <gerd@gnu.org>
6404
6405 * gs.el: Change `ghostscript' to `postscript' in comment.
6406
6407 1999-09-11 Rob Riepel <riepel@Stanford.EDU>
6408
6409 * emulation/tpu-edt.el (tpu-version): New version.
6410 (tpu-search-overlay, tpu-replace-overlay): New variables.
6411 (tpu-search-highlight, tpu-toggle-direction): New functions.
6412 (tpu-lm-replace): Set tpu-replace-overlay.
6413 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
6414 command hook.
6415
6416 1999-09-11 Richard Stallman <rms@gnu.org>
6417
6418 * isearch.el (isearch-mode-map): Undo previous change.
6419
6420 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
6421 use all of that as the sexp.
6422
6423 * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
6424 and use the initial argument as file name directly.
6425 Likewise if nothing matches.
6426
6427 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no>
6428
6429 * winner.el: Major changes. Avoid changing point and mark.
6430 Save configurations after they change, not before.
6431
6432 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu>
6433
6434 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
6435 Bind print-continuous-numbering and print-number-table.
6436
6437 1999-09-10 Dave Love <fx@gnu.org>
6438
6439 * bindings.el (debug-ignored-errors): Restore BBDB stuff.
6440
6441 1999-09-09 Richard Stallman <rms@gnu.org>
6442
6443 * whitespace.el: Finish making it fit Emacs conventions.
6444 Add autoloads.
6445
6446 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il>
6447
6448 * generic-x.el (bat-generic-mode): "::"-style comments don't
6449 need to begin with "-". Fix the font-lock definitions of ON/OFF
6450 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO
6451 from the list of keywords. Add DO to the list of keywords.
6452
6453 1999-09-09 Dave Love <fx@gnu.org>
6454
6455 * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
6456 (byte-optimize-backward-word): New optimizations.
6457 (side-effect-free-fns, side-effect-and-error-free-fns): Add
6458 entries.
6459
6460 1999-09-09 Gerd Moellmann <gerd@gnu.org>
6461
6462 * image.el (put-image): Remove optional buffer parameter.
6463
6464 * faces.el (face-italic-p): Return t only for values `italic'
6465 and `oblique'.
6466
6467 * mouse.el (mouse-drag-mode-line-1): Extension of former
6468 mouse-drag-mode-line that also drags the header line.
6469 (mouse-drag-mode-line): Call it.
6470 (mouse-drag-header-line): New.
6471 (toplevel): Bind down-mouse-1 on header lines to
6472 mouse-drage-header-line.
6473
6474 1999-09-08 Gerd Moellmann <gerd@gnu.org>
6475
6476 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
6477 (make-mode-line-mouse-sensitive): Replace `top-line' by
6478 `header-line'.
6479
6480 1998-09-08 Michael Ernst <mernst@alum.mit.edu>
6481
6482 * help.el (describe-function-1): Don't return empty string for keymaps.
6483
6484 * fill.el (fill-region-as-paragraph, canonically-space-region):
6485 Respect colon-double-space at end of line.
6486
6487 1999-09-08 Stephen Gildea <gildea@alum.mit.edu>
6488
6489 * files.el (backup-by-copying-when-privileged-mismatch): New variable.
6490 (backup-buffer): Use it.
6491
6492 1999-09-08 Peter Breton <pbreton@ne.mediaone.net>
6493
6494 * generic-x.el (generic-define-unix-modes): Added new modes:
6495 inetd-conf-generic-mode, etc-services-generic-mode,
6496 etc-passwd-generic-mode. These are all defined for Unix by default.
6497 (apache-generic-mode): Use an imenu-generic-expression to list
6498 Configuration keywords.
6499 (samba-generic-mode): Use both ; and # as comment characters.
6500 (samba-generic-mode): Font-lock expressions now highlight name
6501 value pairs.
6502 (bat-generic-mode): Keywords are now case-insensitive through
6503 font-lock-defaults setting.
6504 (java-properties-generic-mode): Supports both ! and # as comment
6505 characters.
6506 (java-properties-generic-mode): Added an imenu-generic-expression
6507 (java-properties-generic-mode): Reworked to support the various
6508 different ways to separate name and value (viz, '=', ':' and
6509 whitespace).
6510 (show-tabs-generic-mode): Added this new generic-mode.
6511
6512 1999-09-08 Richard Stallman <rms@gnu.org>
6513
6514 * progmodes/inf-lisp.el: Moved from top directory.
6515
6516 * tar-mode.el (tar-header-block-tokenize):
6517 Use `when' instead of `and'. Fix some clobbered text.
6518
6519 * gud.el (gud-make-debug-menu): Make a child for the
6520 local menu, for its menu bar, and the debug menu.
6521 (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
6522 Use the history in the simple way.
6523
6524 1999-09-07 Kenichi Handa <handa@etl.go.jp>
6525
6526 * language/korea-util.el (default-korean-keyboard): Initialize it
6527 according to the environment variable HANGUL_KEYBOARD_TYPE.
6528
6529 1999-09-07 Richard Stallman <rms@gnu.org>
6530
6531 * subr.el (make-temp-file): New function.
6532
6533 1999-09-07 Stefan Monnier <monnier@cs.yale.edu>
6534
6535 * font-lock.el (font-lock-multiline): New text property contains
6536 a boolean to indicate if the char is part of a multiline match.
6537 (font-lock-default-fontify-region): Extend the region appropriately
6538 for multiline keywords.
6539 (font-lock-default-unfontify-region): Also remove the new
6540 font-lock-multiline text property.
6541 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
6542 (font-lock-fontify-keywords-region): Mark multiline regexp matches.
6543
6544 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6545
6546 * diary-lib.el (list-diary-entries): Make sure two-digit years
6547 have leading zeros.
6548
6549 1999-09-07 Gerd Moellmann <gerd@gnu.org>
6550
6551 * faces.el (face-set-after-frame-default): Initialize some
6552 attributes of some faces from frame parameters.
6553
6554 * faces.el (scroll-bar, border, cursor, mouse): New faces.
6555
6556 1999-09-07 Gerd Moellmann <gerd@gnu.org>
6557
6558 * faces.el (fringe): Replaces face `margin'.
6559
6560 1999-09-07 Dave Love <fx@gnu.org>
6561
6562 * tar-mode.el (tar-header-block-tokenize): Bind linkname.
6563
6564 1999-09-07 Richard Stallman <rms@gnu.org>
6565
6566 * subr.el (push): Doc fix.
6567
6568 1999-09-06 Richard Stallman <rms@gnu.org>
6569
6570 * vc.el (vc-annotate-display): Use < 69 not < 70
6571 to distinguish 20YY from 19YY.
6572
6573 * timezone.el (timezone-parse-date): Use < 69 not < 70
6574 to distinguish 20YY from 19YY.
6575
6576 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
6577
6578 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk>
6579
6580 * quickurl.el: (quickurl-list-focused-line): Removed.
6581 (quickurl-list-insert): Now works out the focused line using
6582 `count-lines' instead of using `quickurl-list-focused-line'.
6583
6584 1999-09-06 Richard Stallman <rms@gnu.org>
6585
6586 * mail/rmail.el (rmail-retry-failure): Unconditionally move
6587 to beginning of message.
6588
6589 1999-09-06 Dave Love <fx@gnu.org>
6590
6591 * isearch.el (isearch-mode-map): Add mouse-2.
6592
6593 * mail/rmail.el (rmail-read-password): Deleted.
6594 (rmail-get-pop-password): Use read-password.
6595
6596 * quickurl.el: Don't conditionally define caddr.
6597 (quickurl-url-comment): Use nth, not caddr in function and
6598 defsetf.
6599
6600 1999-09-06 Richard Stallman <rms@gnu.org>
6601
6602 * auto-show.el: Doc fixes.
6603
6604 1999-09-06 Stephen Eglen <stephen@gnu.org>
6605
6606 * progmodes/octave-inf.el (inferior-octave-startup-args): Add
6607 --no-line-editing so that TABs in source files are not interpreted
6608 as completion requests.
6609
6610 1999-09-06 Gerd Moellmann <gerd@gnu.org>
6611
6612 * hscroll.el, auto-show.el: Remove all code, keep the public
6613 interface as no-ops.
6614
6615 * faces.el (face-bold-p): Don't return t if face has lighter
6616 weight than normal.
6617
6618 1999-09-06 Eli Zaretskii <eliz@gnu.org>
6619
6620 * startup.el (command-line): Make small-temporary-file-directory
6621 be nil except on ms-dos.
6622
6623 * files.el (small-temporary-file-directory): Ditto. Also doc fix.
6624
6625 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
6626 is defined.
6627
6628 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
6629 letters with a colon after d or l.
6630
6631 1999-09-06 Dave Love <fx@gnu.org>
6632
6633 * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed. (Now
6634 primitive.)
6635
6636 1999-09-05 Richard Stallman <rms@gnu.org>
6637
6638 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
6639
6640 * textmodes/paragraphs.el (backward-kill-sentence):
6641 Don't test minibuffer-prompt-end here.
6642 (forward-sentence): Do handle it here.
6643 (backward-kill-paragraph): Don't test it here.
6644 (forward-paragraph): Handle it here.
6645
6646 * mouse.el (font-menu-add-default): Simplify code.
6647
6648 1999-09-05 Gerd Moellmann <gerd@gnu.org>
6649
6650 * faces.el (header-line): Renamed from `top-line'.
6651
6652 1999-09-05 Gerd Moellmann <gerd@gnu.org>
6653
6654 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
6655
6656 1999-09-04 Richard Stallman <rms@gnu.org>
6657
6658 * whitespace.el: New file.
6659
6660 1999-09-04 Dave Love <fx@gnu.org>
6661
6662 * paths.el: Make some doc strings obey the make-docfile convention.
6663
6664 * bindings.el: Likewise.
6665 (debug-ignored-errors): Remove BBDB ones.
6666
6667 1999-09-03 Richard Stallman <rms@gnu.org>
6668
6669 * mail/mh-comp.el (mh-forward): Get new subject line from the original,
6670 not from the draft to forward.
6671
6672 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
6673
6674 1999-09-03 Dave Love <fx@gnu.org>
6675
6676 * double.el (double-mode): Customize the variable.
6677
6678 1999-09-03 Kenichi Handa <handa@etl.go.jp>
6679
6680 * international/characters.el: Delete duplicated code.
6681
6682 1999-09-02 Richard Stallman <rms@gnu.org>
6683
6684 * indent.el (indent-relative): Doc fix.
6685
6686 * quickurl.el (quickurl): Doc fix.
6687
6688 1999-09-02 Gerd Moellmann <gerd@gnu.org>
6689
6690 * faces.el (margin): Change background to "gray" for mono (this is
6691 drawn with a stipple pattern).
6692
6693 1999-09-02 Gerd Moellmann <gerd@gnu.org>
6694
6695 * simple.el (next-history-element): Use minibuffer-prompt-end once
6696 again. Remove test for minibuffer-prompt-in-buffer.
6697
6698 1999-09-02 Eli Zaretskii <eliz@gnu.org>
6699
6700 * files.el (small-temporary-file-directory): New variable.
6701
6702 * startup.el (command-line): Compute the value of
6703 small-temporary-file-directory.
6704
6705 * ediff-init.el (ediff-temp-file-prefix): Use
6706 small-temporary-file-directory if non-nil.
6707
6708 * vc.el (vc-update-change-log): Likewise.
6709
6710 * progmodes/cmacexp.el (c-macro-expansion): Likewise.
6711
6712 * simple.el (shell-command, shell-command-on-region): Use
6713 make-temp-name properly. Use small-temporary-file-directory if
6714 non-nil, otherwise temporary-file-directory, to generate temporary
6715 files.
6716
6717 * dos-w32.el (direct-print-region-helper): Use
6718 temporary-file-directory. (From Stefan Monnier.)
6719
6720 1999-09-02 Richard Stallman <rms@gnu.org>
6721
6722 * progmodes/asm-mode.el (asm-mode): Set comment-start properly
6723 from asm-comment-char.
6724 (asm-font-lock-keywords): Recognize instruction width suffixes.
6725
6726 1999-09-01 Richard Stallman <rms@gnu.org>
6727
6728 * play/fortune.el: New file.
6729
6730 1999-08-31 Dave Love <fx@gnu.org>
6731
6732 * help.el (help-make-xrefs): Don't lose on non-empty blank line
6733 after key table.
6734
6735 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
6736 redisplay variables.
6737
6738 * subr.el (push): Fix typo.
6739
6740 1999-08-30 Kevin Blake <kblake@ticnet.com>
6741
6742 * emacs-lisp/ring.el: Many doc fixes.
6743 (ring-size, ring-copy): New functions.
6744
6745 1999-08-29 Richard Stallman <rms@gnu.org>
6746
6747 * progmodes/etags.el (tags-loop-continue):
6748 After tags-loop-operate returns, force skip to next file.
6749
6750 * mail/mail-extr.el (mail-extr-all-letters-but-separators)
6751 (mail-extr-first-letters, mail-extr-last-letters):
6752 Use character classes [:alpha:] and [:alnum:].
6753
6754 * subr.el (push, pop): New macros.
6755
6756 * progmodes/compile.el (compilation-error-regexp-alist):
6757 New item for SGI IRIX MipsPro compilers.
6758
6759 * speedbar.el (speedbar-directory-buttons): Recognize
6760 device names when checking for file names.
6761
6762 * array.el (array-reconfigure-rows): Use generate-new-buffer.
6763
6764 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
6765 and specially handle defvar inside their expansions.
6766 (eval-defun-1): New subroutine.
6767
6768 * progmodes/compile.el (compilation-error-regexp-alist):
6769 Fix the Perl -w entry to allow period after line number.
6770 Don't allow newlines in file name, but allow them after line number
6771 for Perl debugging traces.
6772
6773 * which-func.el (which-func-cleanup-function): New variable.
6774 (which-function): Call that function.
6775
6776 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
6777 to end a function name.
6778
6779 * informat.el (Info-tagify): Don't insert more than one newline
6780 before the tag table.
6781
6782 1999-08-29 Stefan Monnier <monnier@cs.yale.edu>
6783
6784 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
6785 than make-temp-name, use match-string-no-properties, and eliminate
6786 a quadratic behavior when building bibtex-strings.
6787
6788 1999-08-29 Alex Schroeder <alex@gnu.org>
6789
6790 * comint.el (comint-input-ring-separator): New variable.
6791 (comint-read-input-ring): Doc change; use
6792 comint-input-ring-separator when reading file.
6793 (comint-write-input-ring): Use
6794 comint-input-ring-separator when writing file.
6795
6796 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com>
6797
6798 * informat.el (Info-tagify): Start by widening.
6799 Match node headers that don't list the file name,
6800 and more kinds of page separations.
6801 Strip properties during tagification.
6802 Use start of node header line as tag's position.
6803 Fix the "done" message.
6804
6805 (Info-validate): Save and restore match data around narrowing down.
6806
6807 1999-08-28 Richard M. Stallman <rms@gnu.org>
6808
6809 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
6810 On repeated call, override previous values put into
6811 minor-mode-map-alist and minor-mode-alist.
6812
6813 1999-08-28 Michael Ernst <mernst@alum.mit.edu>
6814
6815 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
6816
6817 1999-08-27 Andreas Schwab <schwab@gnu.org>
6818
6819 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
6820 from cvs update.
6821
6822 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6823
6824 * calendar/calendar.el (calendar-move-hook): New hook.
6825
6826 * calendar/cal-move.el: Call the new hook in every movement function.
6827
6828 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
6829 the right function name.
6830
6831 1999-08-26 Stephen Gildea <gildea@alum.mit.edu>
6832
6833 * time-stamp.el: Put quote-backquote around all symbol names
6834 in doc strings, for mousing.
6835 (time-stamp): Support multi-line patterns.
6836 (time-stamp-inserts-lines): New variable.
6837 (time-stamp-count): New variable.
6838 (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
6839 "Thu" instead of "%a".
6840
6841 1999-08-25 Gerd Moellmann <gerd@gnu.org>
6842
6843 * simple.el (kill-word): Undo previous change.
6844
6845 1999-08-25 Gerd Moellmann <gerd@gnu.org>
6846
6847 * jit-lock.el (jit-lock-function): Extend the fontified range
6848 to the beginning of the line containing the range start and
6849 the beginning of the line following the range end.
6850
6851 1999-08-24 Dave Love <fx@gnu.org>
6852
6853 * timezone.el: Move provide to end.
6854 (timezone-parse-date): Simplify somewhat. Assume 2-digit years
6855 <70 are 2000+.
6856 (timezone-parse-time): Simplify somewhat.
6857
6858 1999-08-24 Gerd Moellmann <gerd@gnu.org>
6859
6860 * faces.el (margin): Renamed from bitmap-area.
6861
6862 1999-08-24 Alex Schroeder <alex@gnu.org>
6863
6864 * sql.el: Doc changes.
6865 (sql-sybase): Use sql-server instead of sql-database.
6866
6867 1999-08-23 Dave Love <fx@gnu.org>
6868
6869 * rect.el: Add/fix various doc strings. Add `*' to all the
6870 interactive specs.
6871
6872 1999-08-21 Gerd Moellmann <gerd@gnu.org>
6873
6874 * jit-lock.el (jit-lock-function): Use line-beginning-position.
6875 Don't unwind-protect font-lock-fontify-region.
6876
6877 * paragraphs.el (backward-kill-paragraph): Don't move
6878 point into mini-buffer prompt.
6879 (backward-kill-sentence): Ditto.
6880
6881 * simple.el (next-history-element): Use minibuffer-prompt-end.
6882 Remove test for minibuffer-prompt-in-buffer.
6883 (kill-word): Don't move point into mini-buffer prompt.
6884
6885 1999-08-21 Dave Love <fx@gnu.org>
6886
6887 * Makefile: Exclude CVS dirs like RCS.
6888
6889 1999-08-19 Dave Love <fx@gnu.org>
6890
6891 * tooltip.el (tooltip-mode): Customize this, per convention.
6892 (tooltip-active): Option deleted.
6893
6894 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize.
6895
6896 * hanoi.el, page-ext.el: Declare dynamic vars.
6897
6898 * term.el: Avoid ange-ftp related compilation warnings.
6899
6900 1999-08-18 Gerd Moellmann <gerd@gnu.org>
6901
6902 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
6903 the default so that beginners can benefit from it without
6904 searching in manuals.
6905
6906 1999-08-18 Ray Blaak <blaak@gnu.org>
6907
6908 * progmodes/delphi.el: Consider assembly sections as blocks, to
6909 indent them better. Make auto-indent on newline optional.
6910
6911 1999-08-17 Gerd Moellmann <gerd@gnu.org>
6912
6913 * bindings.el (mode-line-modified): Look up key binding for C-x
6914 C-q. If it's bound call that binding, otherwise call
6915 toggle-read-only.
6916
6917 1999-08-17 Dave Love <fx@gnu.org>
6918
6919 * info.el (info): Doc fix.
6920
6921 * finder.el (finder-known-keywords): Add `multimedia'.
6922
6923 * apropos.el: Don't capitalize custom group name.
6924
6925 * info-look.el: Remove compatibility code.
6926 (info-lookup-guess-default*): DTRT for point at start of symbol.
6927 (info-complete): Don't lose with point not at end of symbol.
6928
6929 1999-08-16 Gerd Moellmann <gerd@gnu.org>
6930
6931 * term.el (toplevel): Make face `term-default' an empty face.
6932 The code relied on the fact that Emacs ignored invalid faces in
6933 face text properties in 20.4.
6934
6935 1999-08-16 Richard M. Stallman <rms@gnu.org>
6936
6937 * subr.el (point-at-eol, point-at-bol): New aliases.
6938
6939 * simple.el: Functions reordered.
6940
6941 * rect.el (delete-rectangle-line): Use line-end-position.
6942
6943 1999-08-16 Karl Heuer <kwzh@gnu.org>
6944
6945 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
6946 here from simple.el.
6947
6948 1999-08-16 Dave Love <fx@gnu.org>
6949
6950 * mouse.el: Provide `mldrag' for compatibility.
6951 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
6952 marked obsolete.
6953
6954 * mldrag.el: Removed since the features are in mouse.el.
6955
6956 * jka-compr.el (auto-compression-mode): New variable for
6957 customization.
6958
6959 * bindings.el (mode-line-mule-info): Doc fix.
6960
6961 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
6962 name comparisons.
6963
6964 * files.el (interpreter-mode-alist): Add make, guile, clisp.
6965 (find-file): Doc fix.
6966
6967 1999-08-16 Carsten Dominik <cd@gnu.org>
6968
6969 * textmodes/reftex.el: Most of the code moved to other files.
6970 * textmodes/reftex-auc.el: New file, split out from reftex.el
6971 * textmodes/reftex-cite.el: New file, split out from reftex.el
6972 * textmodes/reftex-global.el: New file, split out from reftex.el
6973 * textmodes/reftex-index.el: New file, split out from reftex.el
6974 * textmodes/reftex-parse.el: New file, split out from reftex.el
6975 * textmodes/reftex-ref.el: New file, split out from reftex.el
6976 * textmodes/reftex-sel.el: New file, split out from reftex.el
6977 * textmodes/reftex-toc.el: New file, split out from reftex.el
6978 * textmodes/reftex-vars.el: New file, split out from reftex.el
6979 * textmodes/reftex-vcr.el: New file, split out from reftex.el
6980
6981 1999-08-16 Carsten Dominik <cd@gnu.org>
6982
6983 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
6984 conflict with pop-up-frames.
6985 (reftex-special-environment-parsers): New constant.
6986 (reftex-label-alist): car of an entry can also be a function.
6987 (reftex-what-special-env): Cew function.
6988 (reftex-label-location): Call `reftex-what-special-env'.
6989 (reftex-compile-variables): Check for symbol in
6990 `reftex-label-alist'.
6991 (reftex-what-environment): Fixed bug with stacked environments of
6992 same kind (e.g. enumerate).
6993 (reftex-process-string): Preserve default directory.
6994 (reftex-label-alist-builtin): Changed prefixes of endnote and
6995 footnote. Also the magic words.
6996 (reftex-reference): Interprete new option
6997 `reftex-fref-is-default'.
6998 (reftex-replace-prefix-escapes): Interprete new `%S' format.
6999 (reftex-toc-mouse-view-line): Command removed (had no binding).
7000 (reftex-everything-regexp): New function.
7001 (reftex-nearest-match): Made better.
7002 (reftex-toc-find-section): Use new version of
7003 `reftex-nearest-match'.
7004 (reftex-insert-docstruct): Adapted to work with the index stuff.
7005 (reftex-parse-from-file): Find index entries as well.
7006 (reftex-toc-toggle-index): New function
7007 (reftex-toc-map): `i' is now used to togle the index, File
7008 boundaries has been moved to `F'.
7009 (reftex-select-label-map): Toggling display of file boundaries is
7010 now on the `F' key, for consistency with `reftex-toc-map'.
7011 (reftex-erase-all-selection-and-index-buffers): Renamed from
7012 `reftex-erase-all-selection-buffer'. Now also kills the index
7013 buffers.
7014 (reftex-viewing-cross-references): Customization group renamed
7015 from reftex-viewing-cross-references-and-citations.
7016 (reftex-index-macro-regexp,
7017 reftex-find-index-entry-regexp-format): New variables
7018 (reftex-macros-with-index): New variable
7019 (reftex-add-index-macros): New function
7020 (reftex-renumber-simple-labels, reftex-translate): Allow for
7021 multiple labels in a single ref command.
7022 (reftex-index-support): New customization group
7023 (reftex-support-index, reftex-index-special-chars,
7024 reftex-index-macros, reftex-index-default-macro,
7025 reftex-index-default-tag, reftex-index-math-format,
7026 reftex-index-section-letters, reftex-index-include-context,
7027 reftex-index-follow-mode, reftex-index-header-face,
7028 reftex-index-section-face, reftex-index-tag-face,
7029 reftex-index-face): New options
7030 (reftex-index-map, reftex-index-menu, reftex-last-index-file,
7031 reftex-index-tag, reftex-index-return-marker,
7032 reftex-index-restriction-indicator, reftex-index-restriction-data,
7033 reftex-index-macro-regexp, reftex-index-level-re,
7034 reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
7035 reftex-everything-regexp-no-index, reftex-index-re,
7036 reftex-macros-with-index, reftex-index-macro-alist): New variables
7037 (reftex-index-help, reftex-index-macros-builtin,
7038 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
7039 reftex-query-index-macro-help): New constants
7040 (reftex-index-selection-or-word, reftex-index,
7041 reftex-default-index, reftex-update-default-index,
7042 reftex-index-complete-tag, reftex-index-select-tag,
7043 reftex-index-complete-key, reftex-index-update-taglist,
7044 reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
7045 reftex-display-index, reftex-insert-index,
7046 reftex-index-insert-new-letter, reftex-get-restriction,
7047 reftex-index-pre-command-hook, reftex-index-post-command-hook,
7048 reftex-index-show-help, reftex-index-next, reftex-index-previous,
7049 reftex-index-toggle-follow, reftex-index-toggle-context,
7050 reftex-index-view-entry, reftex-index-goto-entry-and-hide,
7051 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
7052 reftex-index-quit, reftex-index-quit-and-kill,
7053 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
7054 reftex-index-revert, reftex-index-switch-index-tag,
7055 reftex-index-restrict-to-section, reftex-index-widen,
7056 reftex-index-restriction-forward,
7057 reftex-index-restriction-backward, reftex-index-visit-location,
7058 reftex-index-analyze-entry, reftex-index-globalize,
7059 reftex-index-edit, reftex-index-toggle-range-beginning,
7060 reftex-index-toggle-range-end, reftex-index-edit-key,
7061 reftex-index-edit-attribute, reftex-index-edit-visual,
7062 reftex-index-edit-part, reftex-index-level-down,
7063 reftex-index-level-up, reftex-index-kill, reftex-index-undo,
7064 reftex-index-change-entry, reftex-index-goto-letter,
7065 reftex-add-index-macros, reftex-ensure-index-support,
7066 reftex-index-info-safe, reftex-index-info): New functions.
7067
7068
7069 1999-08-15 Richard M. Stallman <rms@gnu.org>
7070
7071 * paren.el (show-paren-mode): Support making show-paren-mode
7072 a buffer-local variable. Don't check for a window system.
7073 (show-paren-function): Check whether show-paren-function is
7074 enabled in current buffer; do the right thing if not.
7075 Don't check for a window system.
7076 (show-paren-mode): Make it a user variable.
7077
7078 * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
7079 Handle `enum' like `struct'.
7080
7081 * server.el (server-process-filter): If a client visits no buffers,
7082 close it immediately before recording it.
7083
7084 * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
7085 Optimize by calling concat just once. Handle =\n sequence.
7086 (mail-unquote-printable-region): New command.
7087 (mail-quote-printable): Make it autoload.
7088
7089 1999-08-15 Karl Heuer <kwzh@gnu.org>
7090
7091 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
7092
7093 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
7094
7095 * lisp/texinfmt.el: Handle @ifnottex.
7096
7097 1999-08-15 Eli Zaretskii <eliz@gnu.org>
7098
7099 * frame.el (blink-cursor): Don't turn on cursor blinking for
7100 ms-dos.
7101
7102 * faces.el (face-valid-attribute-values): Look in
7103 x-bitmap-file-path only for x and w32 window systems.
7104
7105 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
7106 Do that if width is nil as well.
7107 (x-display-mm-height, x-display-mm-width): Update values.
7108 (x-colors): Compute the list from msdos-color-values.
7109 (x-select-enable-clipboard): Doc fix.
7110 (x-frob-font-weight, x-font-family-list): New functions.
7111
7112 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk>
7113
7114 * window.el (shrink-window-if-larger-than-buffer): Don't try to
7115 back up from beginning of buffer.
7116
7117 1999-08-13 Karl Heuer <kwzh@gnu.org>
7118
7119 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
7120
7121 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US>
7122
7123 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G
7124 doomsday clock, speed control is added and changes are made to
7125 allow large numbers of rings: rings now show the whole ring
7126 number, not just the last digit; consecutive rings are allowed to
7127 be the same size when necessary to fit all the rings in the
7128 window; and poles can be oriented horizontally. Face support is
7129 thrown in gratuitously.
7130 (hanoi): Changed default number of rings back to 3.
7131 (hanoi-unix, hanoi-unix-64): New commands
7132 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
7133 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
7134 hanoi-odd-ring-face): New variables.
7135 (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
7136 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
7137 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
7138 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
7139 (hanoi-topos, hanoi-draw-ring): Removed.
7140
7141 1999-08-12 Gerd Moellmann <gerd@gnu.org>
7142
7143 * faces.el (face-valid-attribute-values): Return an alist for
7144 families on ttys.
7145 (face-read-integer): Handle unspecified face attributes. Add
7146 completion for `unspecified'.
7147 (read-face-attribute): Handle unspecified font attributes.
7148 (face-valid-attribute-values): Add `unspecified' to lists so that
7149 it can be chosen via completion.
7150 (face-read-string): Don't recognize "none" as input.
7151
7152 1999-08-10 Dave Love <fx@gnu.org>
7153
7154 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
7155 string.
7156
7157 * sun-curs.el: Require sun-fns.
7158
7159 1999-08-10 Dave Love <fx@gnu.org>
7160
7161 * autorevert.el (auto-revert-mode): Add autoload cookie.
7162
7163 * hscroll.el, auto-show.el: Files deleted -- we have built-in
7164 hscroll.
7165
7166 * simple.el (hscroll-step, hscroll-point-visible)
7167 (hscroll-window-column): Remove now we have the mentioned real
7168 horizontal autoscrolling.
7169
7170 1999-08-10 Richard M. Stallman <rms@gnu.org>
7171
7172 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
7173 control use of -f option.
7174 (mail-specify-envelope-from): New variable.
7175 (mail-from-style): Doc fix.
7176
7177 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
7178 (easy-menu-get-map): New arg TO-MODIFY helps choose
7179 between local and global maps.
7180 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
7181 (easy-menu-change): Doc fix.
7182
7183 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
7184 (info-lookup-guess-default): Simplified and cleaned up.
7185 (info-lookup-guess-default*): Preserve point.
7186
7187 * view.el (view-mode-disable): If buffer-read-only is nil,
7188 don't change it.
7189
7190 * files.el (after-find-file): Disable View mode if buffer is no
7191 longer read-only.
7192
7193 * view.el (view-mode-enable, view-mode-disable):
7194 Call force-mode-line-update.
7195
7196 1999-08-10 Karl Heuer <kwzh@gnu.org>
7197
7198 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
7199 * array.el, play/landmark.el, international/latin-3.el: Likewise.
7200 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
7201
7202 1999-08-10 Alex Schroeder <asc@bsiag.com>
7203
7204 * ansi-color.el (ansi-color-to-text-properties): Added New state 5
7205 to prevent m-eating-bug.
7206
7207 1999-08-10 Eli Zaretskii <eliz@gnu.org>
7208
7209 * term/pc-win.el (msdos-bg-mode): Remove. Call
7210 frame-set-background-mode instead. All callers changed.
7211 (msdos-face-setup): Don't force color display parameter, it is set
7212 by frame-set-background-mode.
7213 (make-msdos-frame): Call x-handle-reverse-video and
7214 face-set-after-frame-default. Delete frame if creation failed.
7215
7216 * faces.el (face-set-after-frame-default): Don't call
7217 make-face-x-resource-internal for the pc window-system.
7218
7219 1999-08-10 Dave Love <fx@melange.gnu.org>
7220
7221 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
7222 case with no docstring specially.
7223
7224 1999-08-09 Eli Zaretskii <eliz@gnu.org>
7225
7226 * complete.el (PC-do-completion): If completing on file name,
7227 reproduce str by concatenating its directory and basename parts.
7228
7229 1999-08-07 Dave Love <fx@gnu.org>
7230
7231 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid
7232 unibyte to multibyte conversion of search-forward (from Handa),
7233 but avoid the replacement if the language is Latin-N.
7234
7235 1999-08-06 Richard Stallman <rms@gnu.org>
7236
7237 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
7238 of eval-buffer.
7239
7240 * international/mule.el (load-with-code-conversion):
7241 Pass t to eval-buffer for DO-ALLOW-PRINT.
7242
7243 1999-08-06 Geoff Voelker <voelker@cs.washington.edu>
7244
7245 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
7246 of filenames and attributes.
7247 (ls-lisp-insert-directory): Use directory-files-and-attributes
7248 for speed.
7249
7250 1999-08-05 Dave Love <fx@gnu.org>
7251
7252 * auto-show.el (auto-show-mode): Fix :set.
7253
7254 * widget.el (define-widget-keywords): Make dummy definition and
7255 comment-out its use.
7256
7257 1999-08-04 Richard Stallman <rms@gnu.org>
7258
7259 * progmodes/tcl.el: Customized.
7260
7261 * sql.el (sql-accumulate-and-indent): Instead of testing
7262 whether this is Emacs 20 before calling comint-accumulate,
7263 test whether comint-accumulate is defined.
7264
7265 1999-08-04 Dave Love <fx@gnu.org>
7266
7267 * sgml-mode.el: Require outline when compiling.
7268 (sgml-mode-hook, html-mode-hook): Customize.
7269 (sgml-validate-command): Fix :version.
7270 (html-autoview-mode): Doc fix.
7271
7272 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
7273 nothing in Latin-N environment.
7274
7275 * info.el (Info-find-node): Call info-initialize here.
7276 (info): Not here.
7277 (Info-file-list-for-emacs): Add message, dired-x, c, viper.
7278
7279 1999-08-04 Richard Stallman <rms@gnu.org>
7280
7281 * ansi-color.el: New file.
7282
7283 1999-08-04 Stefan Monnier <monnier@cs.yale.edu>
7284
7285 * dired.el (dired-string-replace-match): Return `nil' when no match
7286 found with global search.
7287
7288 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
7289 * terminal.el (te-terminfo-directory):
7290 * mail/mailpost.el (post-mail-send-it):
7291 * mail/metamail.el (metamail-region):
7292 * progmodes/ada-mode.el (ada-tmp-directory):
7293 Use temporary-file-directory.
7294
7295 * progmodes/compile.el (compilation-parsing-end,compilation-setup)
7296 (compilation-filter, compilation-forget-errors)
7297 (compilation-parse-errors): Use a marker instead of an integer for
7298 `compilation-parsing-end'.
7299
7300 * progmodes/diff.el (diff-parse-differences):
7301 Use a marker instead of an integer for `compilation-parsing-end'.
7302 * textmodes/tex-mode.el (tex-compilation-parse-errors):
7303 Use a marker instead of an integer for `compilation-parsing-end'.
7304
7305 1999-08-03 Richard Stallman <rms@gnu.org>
7306
7307 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
7308 (Buffer-menu-mode): Doc fix.
7309 (Buffer-menu-view): New command.
7310 (Buffer-menu-view-other-window): New command.
7311
7312 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com>
7313
7314 * replace.el (query-replace-regexp-eval)
7315 (replace-eval-replacement, replace-loop-through-replacements)
7316 (replace-match-string-symbols): New functions.
7317 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
7318 Use replace-loop-through-replacements.
7319
7320 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk>
7321
7322 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
7323 (5x5): Doc fix.
7324
7325 1999-08-03 Dave Love <fx@gnu.org>
7326
7327 * fortran.el (fortran-indent-new-line): Make it an alias
7328 for reindent-then-newline-and-indent.
7329
7330 1999-08-03 Didier Verna <verna@inf.enst.fr>
7331
7332 * rect.el: All functions rewritten, except when noted above
7333 their declaration. Below is a list of interface changes.
7334 (apply-on-rectangle): New function, mostly replaces
7335 `operate-on-rectangle'. All callers changed.
7336 (move-to-column-force): Pass new second argument to `move-to-column'.
7337 (kill-rectangle): Added optional prefix arg to fill lines.
7338 (delete-rectangle): Ditto.
7339 (delete-whitespace-rectangle): Ditto.
7340 (delete-extract-rectangle): Ditto.
7341 (open-rectangle): Ditto.
7342 (clear-rectangle): Ditto.
7343 (delete-whitespace-rectangle-line): New function.
7344 (delete-rectangle-line): Added third arg FILL.
7345 (delete-extract-rectangle-line): Ditto.
7346 (open-rectangle-line): Ditto.
7347 (clear-rectangle-line): Ditto.
7348
7349 1999-08-03 Ray Blaak <blaak@gnu.org>
7350
7351 * progmodes/delphi.el: New file.
7352
7353 1999-08-02 Richard Stallman <rms@gnu.org>
7354
7355 * textmodes/outline.el (outline-previous-heading): New function.
7356 (outline-up-heading-all): Use outline-previous-heading.
7357 (outline-next-heading): Delete definition inserted yesterday.
7358
7359 1999-08-01 Richard Stallman <rms@gnu.org>
7360
7361 * textmodes/outline.el (outline-next-heading): New function.
7362 (outline-up-heading-all): New function.
7363 (outline-font-lock-level): Using outline-up-heading-all.
7364 Tell outline-back-to-heading to accept invisible headings.
7365
7366 * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
7367
7368 * mail/mh-utils.el (mh-find-path-run): New variable.
7369 (mh-find-path): Test and set that.
7370 Set mail-user-agent only the first time this function is run.
7371 (mail-user-agent): Defvar deleted.
7372
7373 * info.el (info-initialize): New function.
7374 (info): Call info-initialize.
7375 (Info-directory-list): Initialize to nil,
7376 so info-initialize will set it up for real.
7377
7378 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7379
7380 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
7381 does not interpret a time as the year in a day-month entry.
7382
7383 * calendar/diary-lib.el: Change syntax table entry for colon in
7384 the diary as part of the european-date-diary-pattern fix.
7385
7386 1999-08-01 Eli Zaretskii <eliz@gnu.org>
7387
7388 * international/mule.el (set-auto-coding): Allow whitespace before
7389 and after the "variable: value" pair.
7390
7391 1999-07-30 Ken'ichi Handa <handa@gnu.org>
7392
7393 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
7394 (default-sendmail-coding-system): Doc-string fixed.
7395
7396 1999-07-30 Dave Love <fx@gnu.org>
7397
7398 * subr.el (assoc-delete-all): New function, renamed from
7399 frame-delete-all.
7400
7401 * frame.el: Change comments to doc strings and other doc fixes.
7402 (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
7403 Callers changed.
7404 (set-background-color, set-foreground-color, set-cursor-color)
7405 (set-mouse-color, set-border-color): Offer completion of colours.
7406 (cursor): Add :version to defgroup.
7407
7408 * facemenu.el (list-colors-display): Make it work on ttys.
7409 (facemenu-read-color): Likewise.
7410
7411 1999-07-30 Richard M. Stallman <rms@gnu.org>
7412
7413 * frame.el (frame-notice-user-settings): If background
7414 color has been changed, update background-mode from it,
7415 then update faces.
7416
7417 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com>
7418
7419 * net-utils.el (finger): Don't do indirect fingering.
7420
7421 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7422
7423 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
7424 rules. Add separator at end of holidays.
7425 (cal-tex-rules): New customizable variable.
7426 (cal-tex-latexify-list): Add optional parameter to put separator
7427 at end.
7428
7429 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu>
7430
7431 * textmodes/fill.el (fill-individual-paragraphs): Calculate new
7432 fill prefix on each line while looping to the end of paragraph.
7433 End paragraph if it's longer than the existing fill prefix.
7434
7435 * textmodes/fill.el (fill-context-prefix): Doc fix.
7436
7437 1999-07-30 Dave Love <fx@gnu.org>
7438
7439 * font-lock.el (jit-lock): Fix :load, add :version.
7440
7441 1999-07-30 Eli Zaretskii <eliz@gnu.org>
7442
7443 * term/pc-win.el (msdos-face-setup): Register standard colors in
7444 Vface_tty_color_alist.
7445 (face-color-supported-p, face_color_gray_p): New functions.
7446
7447 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
7448 is bound.
7449
7450 * startup.el (command-line): Don't register default colors for
7451 MSDOS window-system.
7452
7453 1999-07-29 Dave Love <fx@gnu.org>
7454
7455 * f90.el (f90-mode-syntax-table): Change backslash to escape, not
7456 charquote.
7457
7458 * lisp-mode.el (eval-defun): Re-written to avoid
7459 capturing variables.
7460
7461 * picture.el (picture-beginning-of-line): Don't call
7462 hscroll-point-visible now we have real autoscrolling.
7463 (picture-end-of-line, picture-newline, picture-open-line):
7464 Likewise.
7465
7466 * international/latin-8.el: New file.
7467 * international/latin-9.el: New file.
7468
7469 1999-07-28 Dave Love <fx@gnu.org>
7470
7471 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
7472
7473 * msb.el: Require cl only when compiling.
7474 (msb--home-dir): Deleted.
7475 (msb--format-title): Use abbreviate-file-name.
7476 (msb--choose-file-menu): Simplify string comparison.
7477
7478 1999-07-28 Gerd Moellmann <gerd@gnu.org>
7479
7480 * faces.el (toolbar): Add face definition for mono displays.
7481
7482 1999-07-27 Richard M. Stallman <rms@gnu.org>
7483
7484 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
7485
7486 * frame.el (frame-initialize): When setting frame-initial-frame-alist,
7487 force copying of default-frame-alist.
7488
7489 1999-07-26 Ken'ichi Handa <handa@gnu.org>
7490
7491 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
7492
7493 1999-07-26 Richard M. Stallman <rms@gnu.org>
7494
7495 * frame.el (set-mouse-color): If new color is nil,
7496 really respecify the current color.
7497
7498 1999-07-26 Gerd Moellmann <gerd@gnu.org>
7499
7500 * faces.el (bitmap-area): Change background of face `bitmap-area'
7501 to white for mono displays.
7502
7503 1999-07-26 Kenichi Handa <handa@etl.go.jp>
7504
7505 * international/ccl.el (ccl-embed-symbol): New function.
7506 (ccl-program-p): Deleted. Now it's implemented in C code.
7507 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
7508 (ccl-compile-translate-character): Likewise.
7509 (ccl-compile-map-single): Likewise.
7510 (ccl-compile-multiple-map-function): Likewise.
7511 (declare-ccl-program): Doc-string modified.
7512 (check-ccl-program): Check compiled CCL code by ccl-program-p.
7513
7514 1999-07-25 Ken'ichi Handa <handa@etl.go.jp>
7515
7516 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
7517
7518 1999-07-25 Markus Rost <rost@gnu.org>
7519
7520 * cus-edit.el (custom-save-variables, custom-save-faces): Sort
7521 the entries to make custom-file more readable.
7522
7523 1999-07-25 Richard M. Stallman <rms@gnu.org>
7524
7525 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
7526
7527 * emacs-lisp/edebug.el: Delete compatibility code.
7528 (edebug-next-token-class): If . is followed by a digit,
7529 return `symbol' for the token class.
7530
7531 * startup.el (command-line): If we don't find the user's init file,
7532 set user-init-file to nil.
7533
7534 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7535
7536 * info-look.el (info-lookup-interactive-arguments): Add optional
7537 argument query for new choice of help mode.
7538 (info-lookup-symbol): Use it.
7539 (info-lookup-file): Ditto.
7540 (info-lookup): Don't switch to other window, if already in Info
7541 buffer.
7542
7543 1999-07-23 Dave Love <fx@gnu.org>
7544
7545 * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
7546 syntax.
7547 (fortran-fontify-string, fortran-match-!-comment): Deleted.
7548 (fortran-font-lock-syntactic-keywords): New variable.
7549 (fortran-mode): Use it.
7550 (fortran-font-lock-keywords-1): Don't do comments.
7551 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
7552 match data.
7553
7554 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
7555
7556 * msb.el (msb-menu-bar-update-buffers): Renamed from
7557 menu-bar-update-buffers.
7558 (msb-custom-set, msb--toggle-menu-type): Call
7559 msb-menu-bar-update-buffers.
7560 (msb-mode): Revise the hook setting.
7561
7562 * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
7563
7564 1999-07-23 Gerd Moellmann <gerd@gnu.org>
7565
7566 * font-lock.el, help.el, simple.el: Re-integrate previously
7567 described changes that were lost due to errors while checking them
7568 in.
7569
7570 1999-07-23 Kevin Blake <kblake@ticnet.com>
7571
7572 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
7573
7574 1999-07-23 Ken'ichi Handa <handa@etl.go.jp>
7575
7576 * international/encoded-kb.el
7577 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
7578 but push it to unread-command-events.
7579 (encoded-kbd-self-insert-iso2022-8bit): Likewise.
7580 (encoded-kbd-self-insert-sjis): Likewise.
7581 (encoded-kbd-self-insert-big5): Likewise.
7582
7583 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
7584 before left margin and fill-prefix by fill-find-break-point.
7585
7586 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7587
7588 * info-look.el (info-lookup-setup-mode): Don't give up, if
7589 info-lookup-make-completions returns an error.
7590 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
7591 name latex, not latex2e.
7592
7593 1999-07-21 Richard M. Stallman <rms@gnu.org>
7594
7595 * replace.el (perform-replace): Turn off case-fold-search
7596 if FROM-STRING argument has uppercase in it.
7597
7598 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7599
7600 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
7601 mode is on. Don't use end of changed text.
7602
7603 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7604
7605 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
7606 (cl-hash-table-p): Renamed from hash-table-p.
7607 (cl-hash-table-count): Renamed from hash-table-count.
7608 (maphash): Alias to cl-maphash removed.
7609 (gethash): Likewise.
7610 (puthash): Likewise.
7611 (remhash): Likewise.
7612 (clrhash): Likewise.
7613
7614 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7615
7616 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
7617 third arg non-nil. See comment there why this isn't a good idea.
7618
7619 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7620
7621 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
7622
7623 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
7624 sit-for with 3rd arg non-nil to prevent redisplay.
7625
7626 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7627
7628 * image.el (image-type-from-file-header): If file doesn't
7629 have a directory part, add data-directory.
7630
7631 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7632
7633 * tooltip.el (tooltip-gud-tips-p): Set default to nil.
7634 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
7635 motion handling when tooltip-gud-tips-p is nil.
7636
7637 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7638
7639 * tooltip.el (tooltip-mode): Don't use `plusp'.
7640 (tooltip-active): Use initial value of nil.
7641
7642 * jit-lock.el (jit-lock-mode): Don't use `plusp'.
7643
7644 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7645
7646 * bindings.el (make-mode-line-mouse-sensitive): Add key
7647 definitions for `top-line'.
7648
7649 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7650
7651 * faces.el (top-line): New face.
7652
7653 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7654
7655 * image.el (image-type-regexps): Add regexp for PS files.
7656
7657 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7658
7659 * faces.el (set-face-attribute): Fix wrong handling of frame
7660 begin equal to t.
7661
7662 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7663
7664 * image.el (image-type-regexps): Add PNG format.
7665
7666 1999-07-21 Dave Love <fx@gnu.org>
7667
7668 * bindings.el (mode-line-modified): New variable.
7669 (mode-line-mode-menu-1): Switch to appropriate window before
7670 showing menu.
7671
7672 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7673
7674 * faces.el (face-underline): Removed.
7675 (face-underline-color): Ditto.
7676
7677 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7678
7679 * faces.el (face-x-resources): Fix typo.
7680
7681 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7682
7683 * faces.el: Remove handling of `:relief', extend handling of
7684 `:box'.
7685 (frame-set-background-mode): Choose new defface specs after
7686 frame parameters have changed.
7687
7688 * cus-face.el: Ditto.
7689
7690 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7691
7692 * custom.el (defface): Extend documentation to include new
7693 face attributes.
7694
7695 * cus-face.el (custom-face-attributes): Add overline,
7696 strike-through, box.
7697
7698 * faces.el (face-valid-attribute-values): Handle overline,
7699 strike-through, box.
7700 (face-attribute-name-alist): Add pairs for new face attributes.
7701 (describe-face): Handle new face attributes.
7702
7703 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7704
7705 * faces.el (face-x-resources): Add overline, strike-through, box.
7706
7707 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7708
7709 * enriched.el (enriched-translations): Add `display' and
7710 "x-display".
7711 (enriched-handle-display-prop): New.
7712 (enriched-decode-display-prop): New.
7713
7714 * format.el (top-level): Give `display' property
7715 `format-list-atomic-p.
7716 (format-annotate-single-property-change): Test that property.
7717 If present, treat list property values like atoms.
7718
7719 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7720
7721 * cus-face.el (custom-face-attributes): Use `choice' everywhere
7722 so that "*" can be entered.
7723
7724 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7725
7726 * cus-face.el (custom-face-attributes): Don't use `#''.
7727
7728 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7729
7730 * cus-face.el (custom-face-attributes): Return underline
7731 face attribute directly from the second lambda of underline.
7732
7733 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7734
7735 * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
7736
7737 * frame.el (after-setting-font-hooks): New variable.
7738 (set-frame-font): Run those hooks.
7739
7740 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
7741
7742 * faces.el (set-face-attribute): Fix doc string.
7743
7744 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7745
7746 * cus-face.el (custom-face-attributes): Accept color name.
7747
7748 * faces.el (face-underline-p): Accept unspecified underlining.
7749 (face-underline): Ditto. Fix doc string.
7750
7751 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7752
7753 * faces.el (face-underline-color): New function.
7754
7755 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7756
7757 * cus-face.el (custom-face-attributes): Support underline coloring.
7758 Added slot to choose a color.
7759
7760 * faces.el (face-underline): New function.
7761 (face-underline-p): Support underline coloring.
7762 Return nil only if the underline attribute is 'normal.
7763 (set-face-underline): New function.
7764 (face-valid-attribute-values): Support underline coloring.
7765
7766 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7767
7768 * image.el (insert-image): Use `display' instead of `glyph'
7769 as text property name.
7770 (put-image): Ditto.
7771 (image-type-from-file-header): Use insert-file-contents-literally.
7772
7773 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7774
7775 * easymenu.el (easy-menu-do-add-item): Don't use the empty
7776 string to indicate separators.
7777
7778 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7779
7780 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
7781 instead of message-log.
7782
7783 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7784
7785 * faces.el (bitmap-area): New face.
7786
7787 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7788
7789 * image.el (insert-image): New.
7790
7791 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7792
7793 * frame.el (blink-cursor): Set the symbol's value.
7794 (show-trailing-whitespace): Change group to font-lock.
7795
7796 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7797
7798 * jit-lock.el: New.
7799 * font-lock.el: Add jit-mode as new support mode.
7800
7801 * font-lock.el (font-lock-fontify-keywords-region): Stop when
7802 reaching end instead of letting re-search-forward signal an error.
7803 (demand-lock-mode): New.
7804 (font-lock-turn-on-thing-lock): Add demand-lock-mode.
7805 (font-lock-turn-off-thing-lock): Ditto.
7806 (font-lock-after-fontify-buffer): Ditto.
7807 (font-lock-after-unfontify-buffer): Ditto.
7808
7809 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7810
7811 * gs.el: New file.
7812
7813 * startup.el (command-line-1): Activate tooltip mode if
7814 interactive.
7815
7816 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7817
7818 * faces.el (toolbar): Grey default background.
7819 (modeline): Ditto.
7820
7821 * image.el (image-type-regexps): New.
7822 (image-type-from-file-header): New.
7823 (create-image): Call it.
7824
7825 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7826
7827 * image.el: New file.
7828
7829 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7830
7831 * bindings.el (mode-line-format): Replace `mode-name' with
7832 `(:eval mode-line-mode-name)'.
7833 (mode-line-mode-name): New.
7834 (make-mode-line-mouse-sensitive): Don't change default value
7835 of `mode-name'.
7836
7837 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7838
7839 * tooltip.el: New file.
7840
7841 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7842
7843 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
7844 instead of mouse-3 to pop up menus.
7845 (mode-line-kill-buffer): Removed.
7846 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
7847 buffer name.
7848 (mode-line-buffer-menu-1): Removed.
7849
7850 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
7851
7852 * bindings.el (mode-line-buffer-identification-keymap): New.
7853 (mode-line-buffer-menu-keymap): New.
7854 (mode-line-mode-menu-keymap): New.
7855 (mode-line-unbury-buffer): New.
7856 (mode-line-other-buffer): New.
7857 (mode-line-kill-buffer): New.
7858 (mode-line-buffer-menu-1): New.
7859 (mode-line-mode-menu-1): New.
7860 (make-mode-line-mouse-sensitive): New.
7861
7862 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7863
7864 * help.el (describe-key-briefly): Handle mode line strings
7865 with local-map properties.
7866 (describe-key): Ditto.
7867 (mode-line-key-binding): New.
7868
7869 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7870
7871 * scroll-bar.el (scroll-bar-timer): New.
7872 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
7873
7874 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7875
7876 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
7877 and `bottom'.
7878
7879 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7880
7881 * scroll-bar.el (scroll-bar-toolkit-scroll): New.
7882 (global): Use different key bindings if using tookit scroll bars.
7883
7884 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7885
7886 * faces.el (modeline): Define mode line face with relief for
7887 class color, only.
7888 (toolbar): New face.
7889
7890 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7891
7892 * frame.el (frame-initialize): Set frame-creation-function to
7893 tty-create-frame-with-faces.
7894
7895 * faces.el (frame-set-background-mode): Make it work for
7896 window-system nil.
7897
7898 * faces.el (tty-create-frame-with-faces): New.
7899 (face-set-after-frame-default): Make it work for TTY frames.
7900
7901 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7902
7903 * faces.el (face-valid-attribute-values): Use tty-defined-colors.
7904 Return a list of one font family for TTYs. Don't return bitmap
7905 file paths for TTY frames.
7906
7907 * faces.el: Add face specs for tty displays to basic faces.
7908
7909 * font-lock.el (font-lock-comment-face): Add spec for color tty.
7910 (font-lock-string-face): Ditto.
7911 (font-lock-keyword-face): Ditto.
7912 (font-lock-builtin-face): Ditto.
7913 (font-lock-function-name-face): Ditto.
7914 (font-lock-variable-name-face): Ditto.
7915 (font-lock-type-face): Ditto.
7916 (font-lock-constant-face): Ditto.
7917 (font-lock-warning-face): Ditto.
7918
7919 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7920
7921 * startup.el (command-line): Register default tty colors.
7922
7923 * faces.el (face-spec-set-match-display): Recognize `type tty'.
7924
7925 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7926
7927 * faces.el (modeline): For X frames, use a modeline with relief.
7928
7929 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7930
7931 * faces.el (frame-update-faces): Copied from 20.2.
7932 (frame-update-face-colors): Ditto. Code removed that isn't
7933 applicable in the new face implementation.
7934
7935 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7936
7937 * frame.el (show-trailing-whitespace): New.
7938
7939 * faces.el (trailing-whitespace): New basic face.
7940
7941 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7942
7943 * cus-face.el (custom-facep): Always define as alias for facep.
7944
7945 * cus-face.el (custom-face-attributes): Use choice widgets.
7946 Remove :bold and :italic.
7947
7948 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7949
7950 * faces.el (face-charset-registries): Removed since fontset.el
7951 is no always loaded.
7952
7953 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7954
7955 * faces.el (internal-get-face): Added as obsolete function for
7956 compatibility.
7957
7958 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7959
7960 * frame.el (blink-cursor-end): Call show-cursor.
7961 (blink-cursor-mode): Ditto.
7962
7963 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7964
7965 * faces.el (face-spec-reset-face): Reset all attributes to
7966 `unspecified'.
7967 (face-spec-set): Use it.
7968
7969 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7970
7971 * faces.el (read-all-face-attributes): Bug fix.
7972 (face-read-integer): Allow nil default value.
7973 (face-valid-attribute-values): Use symbol names of attribute
7974 values for completion list.
7975
7976 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7977
7978 * faces.el (internal-find-face): Define for compatibility with
7979 20.2.
7980 (face-id): Likewise.
7981
7982 * faces.el (face-id): Return the ID of a realized face for ASCII.
7983
7984 * fontset.el (x-charset-registries): Removed. Now in faces.el.
7985 (x-complement-fontset-spec): Use face-charset-registries.
7986
7987 * faces.el (face-font-selection-order): Set font selection order
7988 from Lisp.
7989 (face-alternative-font-family-alist): Set alternative font
7990 families from Lisp.
7991
7992 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7993
7994 * faces.el (set-face-charset-registries): Set symbol value.
7995
7996 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7997
7998 * faces.el (face-set-after-frame-default): Call function
7999 internal-merge-in-global-face.
8000
8001 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8002
8003 * faces.el (face-list): Return symbols from face-global-alist.
8004
8005 * faces.el (face-list): Return a copy of the face name list so
8006 that it cannot be modified from outside (facemenu.el uses
8007 nreverse, for example).
8008
8009 * cus-face.el (custom-face-attributes): Add :bold and :italic
8010 for compatibility with old code.
8011
8012 * faces.el (set-face-attributes-from-resources): Additional
8013 frame parameter.
8014 (make-face-x-resource-internal): Set attributes from resources
8015 for a given frame or all frames.
8016
8017 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8018
8019 * faces.el (all-faces): Removed.
8020
8021 * custom.el (defface): Add new face attributes to function
8022 comment.
8023
8024 * font-lock.el (font-lock-comment-face): Use new face attribute
8025 names.
8026 (font-lock-string-face): Ditto.
8027 (font-lock-keyword-face): Ditto.
8028 (font-lock-builtin-face): Ditto.
8029 (font-lock-function-name-face): Ditto.
8030 (font-lock-variable-name-face): Ditto.
8031 (font-lock-type-face): Ditto.
8032 (font-lock-reference-face): Ditto.
8033 (font-lock-warning-face): Ditto.
8034 ((boundp 'font-lock-face-attributes)): Ditto.
8035
8036 * cus-face.el (custom-face-attributes): Use new face attributes.
8037
8038 * faces.el (set-face-attribute-from-resource): Initialize
8039 from resources only for X and W32.
8040
8041 * cus-face.el (custom-declare-face): Don't make frame-local
8042 faces.
8043
8044 * faces.el (describe-face): Use princ instead of insert.
8045
8046 * faces.el: Add XLFD manipulation functions from 20.2 again
8047 because fontset.el uses them.
8048 (face-set-after-frame-default): Add empty definition.
8049
8050 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8051
8052 * faces.el (make-face): Correct typo.
8053 (set-face-attribute-from-resource): Use let*.
8054 (face-underline-p): Correct typo.
8055 (face-inverse-video-p): Ditto.
8056 (set-face-stipple): Ditto.
8057 (face-read-string): Make completion-list optional parameter.
8058
8059 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8060
8061 * faces.el (face-charset-registries): Alist mapping charset
8062 symbols to registries and encoding.
8063
8064 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8065
8066 * frame.el (blink-cursor-mode): Use interactive spec "P".
8067
8068 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8069
8070 * frame.el (blink-cursor-mode): Function to toggle blinking cursor
8071 mode. The cursor of selected_window blinks if the mode is enabled.
8072
8073 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8074
8075 * simple.el (next-history-element): Set point to the end of the
8076 prompt if minibuffer-prompt-in-buffer.
8077
8078 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8079
8080 * faces.el (x-font-regexp): Add sub-expression parentheses for
8081 several font name components.
8082
8083 1999-07-21 Gerd Moellmann <gerd@acm.org>
8084
8085 * faces.el (set-face-relief): Use index 12 for relief.
8086 (face-fill-in): Set relief from data.
8087 (internal-make-face): Init relief to zero.
8088
8089 * faces.el (face-spec-set): Call modify-face with additional
8090 parameters for relief and fixed-p.
8091
8092 1999-07-21 Gerd Moellmann <gerd@acm.org>
8093
8094 * cus-face.el: ':fixed and ':relief added.
8095
8096 * faces.el (describe-face): Add fixed font attribute and relief.
8097 (face-attr-match-p): Ditto.
8098 (face-attr-construct): Ditto.
8099 (face-spec-set): Ditto.
8100
8101 1999-07-21 Gerd Moellmann <gerd@acm.org>
8102
8103 * faces.el (internal-make-face): Function to create a Lisp vector
8104 suitable for representing a face.
8105 (make-face): Use it instead of make-vector.
8106 (x-create-frame-with-faces): Use it instead of vector.
8107 (internal-facep): Increase vector size to 14.
8108 (internal-make-face): Ditto.
8109 (face-relief): Access relief thickness.
8110 (face-fixed-p): Access fixed font attribute.
8111 (set-face-fixed-p): Set fixed font attribute.
8112 (set-face-relief): Set relief attribute.
8113 (internal-face-interactive-int): Read int attribute of face.
8114 (modify-face): Add fixed-p and relief parameters.
8115 (copy-face): Handle fixed-p and relief.
8116 (face-equal): Compare fixed-p and relief.
8117 (face-differs-from-default-p): Ditto.
8118 (face-nontrivial-p): Add fixed-p and relief.
8119
8120 1999-07-21 Gerd Moellmann <gerd@acm.org>
8121
8122 * faces.el (eval-when-compile): Add set-face-shadow-thickness.
8123 (internal-facep): Increase vector size.
8124 (make-face): Ditto.
8125 (face-shadow-thickness): Added.
8126 (set-face-shadow-thickness): Added.
8127 (modify-face): Add optional shadow-thickness parameter.
8128 (make-face-x-resource-internal): Add shadows.
8129 (copy-face): Ditto.
8130 (face-equal): Ditto.
8131 (face-differs-from-default-p): Ditto.
8132 (face-nontrivial-p): Ditto.
8133 (face-attr-match-p): Ditto.
8134 (face-attr-construct): Ditto.
8135 (face-spec-set): Ditto.
8136 (face-fill-in): Ditto.
8137
8138 1999-07-21 Gerd Moellmann <gerd@acm.org>
8139
8140 * bench.el (bench-mark-split-window): New bench mark.
8141
8142 1999-07-21 Gerd Moellmann <gerd@acm.org>
8143
8144 * faces.el (set-face-font): Don't pass default font to
8145 x-resolve-font so that font will not have to be of the same
8146 size.
8147
8148 1999-07-20 Dave Love <fx@gnu.org>
8149
8150 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
8151 unconditionally t.
8152
8153 1999-07-20 Karl Heuer <kwzh@gnu.org>
8154
8155 * font-lock.el (c++-font-lock-extra-types): Add "type_info".
8156
8157 1999-07-20 Dave Love <fx@gnu.org>
8158
8159 * help.el (describe-variable): Fix test for customizability.
8160
8161 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
8162 Check for readonly buffer in interactive spec.
8163 (zap-to-char, kill-line, kill-region, comment-region, kill-word)
8164 (backward-kill-word): Add * to interactive spec.
8165
8166 * underline.el (underline-region, ununderline-region): Add * to
8167 interactive spec.
8168
8169 * fill.el (canonically-space-region, justify-current-line): Add *
8170 to interactive spec.
8171 (fill-region-as-paragraph, fill-paragraph, fill-region)
8172 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
8173 readonly buffer in interactive spec.
8174
8175 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
8176 (backward-kill-sentence, kill-sentence): Add * to interactive
8177 spec.
8178
8179 1999-07-19 Richard M. Stallman <rms@gnu.org>
8180
8181 * dired-aux.el (dired-do-shell-command): Doc fix.
8182
8183 * shell.el (shell-unquote-argument): New function.
8184 (shell-directory-tracker): Use shell-unquote-argument.
8185 * comint.el (comint-arguments): Handle \ followed by space or tab.
8186
8187 1999-07-19 John Wiegley <jwiegley@borland.com>
8188
8189 * term.el (ansi-term-fg-faces-vector): Added support for ANSI
8190 color codes 39 and 49, which by the way lynx uses them seem to
8191 mean "foreground reset" and "background reset".
8192
8193 1999-07-19 Karl Heuer <kwzh@gnu.org>
8194
8195 * font-lock.el (c++-keywords): Add "typeid".
8196
8197 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
8198 selects no font, treat that as zero selections, not one.
8199
8200 1999-07-19 Dave Love <fx@gnu.org>
8201
8202 * info.el (Info-search): Don't lose with empty regexp.
8203
8204 * version.el: Cater for (free) `ident' program, not `which'.
8205
8206 * hl-line.el: New file.
8207
8208 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
8209 for modes which don't define menus.
8210
8211 1999-07-16 Richard M. Stallman <rms@gnu.org>
8212
8213 * webjump.el (webjump-sample-sites): Update some URLs.
8214
8215 1999-07-14 Richard Stallman <rms@gnu.org>
8216
8217 * Version 20.4 released.
8218
8219 1999-07-14 Andreas Schwab <schwab@gnu.org>
8220
8221 * compare-w.el (compare-windows): Try to find the next window in
8222 the current frame before looking at the other frames.
8223
8224 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
8225
8226 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
8227 Use cyrillic-jcuken as default input method.
8228
8229 1999-07-12 Richard Stallman <rms@gnu.org>
8230
8231 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
8232 Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
8233
8234 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
8235 (ispell-local-dictionary-alist): Add koi8-r for character set.
8236
8237 * textmodes/flyspell.el (flyspell-get-word):
8238 Add special handling for when ispell-otherchars is empty.
8239
8240 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no>
8241
8242 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
8243 when having nested functons.
8244 (pascal-indent-nested-functions) (pascal-indent-line)
8245 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
8246 indenting nested functions.
8247
8248 1999-07-09 Richard Stallman <rms@gnu.org>
8249
8250 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
8251
8252 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no>
8253
8254 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
8255 the `end' keyword was in the very beginning of the buffer.
8256
8257 1999-07-08 Richard Stallman <rms@gnu.org>
8258
8259 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
8260
8261 * term.el (term-emulate-terminal): Avoid infinite loop
8262 in strange case where minibuffer window is selected but not active.
8263
8264 1999-07-07 Stephen Eglen <stephen@gnu.org>
8265
8266 * progmodes/octave-inf.el (inferior-octave-directory-tracker):
8267 Change regexp so that it doesn't match commands beginning with `cd'.
8268
8269 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8270
8271 * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
8272
8273 1999-07-06 Richard Stallman <rms@gnu.org>
8274
8275 * hscroll.el (hscroll-minibuffer-hook): New function.
8276 (hscroll-global-mode): Add and remove that hook.
8277 Set hscroll-old-truncate-was-global's default value.
8278
8279 1999-07-05 Richard Stallman <rms@gnu.org>
8280
8281 * files.el (revert-buffer): Don't preserve point here.
8282 (revert-buffer-insert-file-contents-function): Doc fix.
8283
8284 * isearch.el (isearch-process-search-char): Write octal 200 correctly.
8285
8286 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
8287 doing a `stat' when it isn't necessary because that can cause
8288 trouble when an NFS server is down.
8289
8290 1999-07-04 Richard Stallman <rms@gnu.org>
8291
8292 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
8293
8294 1999-07-03 Richard Stallman <rms@gnu.org>
8295
8296 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
8297 for \200...\240 also.
8298 (isearch-printing-char): Use unibyte-char-to-multibyte.
8299
8300 1999-07-02 Richard Stallman <rms@gnu.org>
8301
8302 * frame.el (minibuffer-frame-alist): Use defcustom.
8303 (pop-up-frame-alist): Likewise.
8304 (initial-frame-alist): Specify * in the doc string.
8305
8306 * hscroll.el (hscroll-mode): Make it a permanent local.
8307 (hscroll-mode): Don't cancel the timer
8308 if HScroll mode is enabled in some other buffer.
8309
8310 * isearch.el (isearch-done): If search ends in middle of intangible
8311 text (due to text property), move on to the limit of that text.
8312
8313 1999-07-01 Andrew Innes <andrewi@gnu.org>
8314
8315 * man.el (Man-build-man-command): Use value of null-device,
8316 instead of hard-coding "/dev/null".
8317
8318 * dos-w32.el (untranslated-canonical-name): Avoid expanding
8319 ange-ftp file names, which might force ange-ftp to prompt for a
8320 password.
8321
8322 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
8323 to prevent references to temp files.
8324
8325 1999-06-30 Richard Stallman <rms@gnu.org>
8326
8327 * progmodes/sh-script.el (sh-feature): If nothing is known
8328 about the given shell, use the values for `sh'.
8329
8330 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de>
8331
8332 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
8333 to make it non-recursive.
8334
8335 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
8336
8337 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8338
8339 * auto-show.el (auto-show-mode): Fix Typo in :set.
8340
8341 1999-06-29 Richard M. Stallman <rms@gnu.org>
8342
8343 * progmodes/sh-script.el (sh-mode): When setting syntax
8344 table, default to the standard one.
8345
8346 1999-06-27 Richard M. Stallman <rms@gnu.org>
8347
8348 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
8349
8350 1999-06-27 Stefan Monnier <monnier@cs.yale.edu>
8351
8352 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
8353 a frame when `return' is requested (even if pop-up-frames = t)
8354 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
8355 should only be set for the bibtex buffer.
8356
8357 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
8358
8359 * progmodes/compile.el: Deal with compilation-error-screen-columns
8360 being buffer-local.
8361
8362 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8363
8364 * comint.el (comint-password-prompt-regexp): Allow "(again)".
8365
8366 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8367
8368 * cal-x.el (calendar-only-one-frame-setup): New function.
8369 * calendar.el (calendar): Call it if requested.
8370
8371 1999-06-24 Karl Heuer <kwzh@gnu.org>
8372
8373 * startup.el (iso-8859-n-locale-regexp): Doc fix.
8374
8375 1999-06-22 Richard M. Stallman <rms@gnu.org>
8376
8377 * mail/supercite.el (sc-emacs-features): Doc fix.
8378
8379 1999-06-22 Karl Heuer <kwzh@gnu.org>
8380
8381 * files.el (auto-mode-alist): Add pike-mode.
8382
8383 1999-06-20 Paul R. Eggert <eggert@twinsun.com>
8384
8385 * tar-mode.el (tar-header-block-tokenize): Don't assume that the
8386 last byte of a numeric field is a space or a NUL. Parse it as
8387 potentially part of the number. This is used by GNU tar
8388 1.12.64012 to handle larger values.
8389
8390 1999-06-20 Karl Heuer <kwzh@gnu.org>
8391
8392 * custom.el (custom-handle-keyword): Fix error message.
8393
8394 1999-06-18 Andrew Innes <andrewi@gnu.org>
8395
8396 * mail/smtpmail.el (smtpmail-send-it): Use
8397 convert-standard-filename to make file names for queued mail safe
8398 on Windows (`:' is invalid in file names on Windows).
8399
8400 1999-06-17 Kenichi Handa <handa@etl.go.jp>
8401
8402 * international/mule-cmds.el (describe-current-input-method):
8403 Current-input-method is string.
8404 (toggle-input-method): Docstring fixed.
8405
8406 * international/mule-diag.el
8407 (describe-current-coding-system-briefly): Fix format string.
8408
8409 * international/mule-util.el (coding-system-eol-type-mnemonic):
8410 Docstring modified. Return a string.
8411
8412 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch>
8413
8414 * sql.el (sql-input-ring-file-name): Doc fix.
8415
8416 1999-06-17 Richard M. Stallman <rms@gnu.org>
8417
8418 * calendar/cal-x.el (special-display-buffer-names):
8419 Don't put (get-file-buffer diary-file) on this list.
8420
8421 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov>
8422
8423 * play/mpuz.el (mpuz-try-proposal): Fix message call.
8424 Don't penalize player for certain impossible guesses.
8425
8426 1999-06-16 Andrew Innes <andrewi@gnu.org>
8427
8428 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
8429 return the string "Unk 0 0000" so at least it appears to be a
8430 valid timestamp to `dired-move-to-filename-regexp'.
8431
8432 1999-06-15 Ken'ichi Handa <handa@gnu.org>
8433
8434 * ps-print.el (ps-control-character): Fix previous change.
8435
8436 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8437
8438 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
8439 multiple output of the last message.
8440
8441 1999-06-14 Eli Zaretskii <eliz@gnu.org>
8442
8443 * term/internal.el (IT-display-table-setup): Do not remap \222 to
8444 the ASCII apostrophe, as most DOS codepages have some other glyph
8445 there.
8446
8447 1999-06-14 Ken'ichi Handa <handa@gnu.org>
8448
8449 * language/ethio-util.el (setup-ethiopic-environment-internal):
8450 Use quail-activate-hook instead of obsolete hook quail-mode-hook.
8451 (exit-ethiopic-environment): Likewize.
8452
8453 1999-06-12 Richard M. Stallman <rms@gnu.org>
8454
8455 * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
8456
8457 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8458
8459 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
8460 custom-initialize-default to avoid infinite loop.
8461 (crisp-mode): (defun) Call transient-mark-mode here, not when
8462 loading the file. Run crisp-mode-hook here, and run
8463 crisp-load-hook when loading the file.
8464
8465 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
8466 rmail-summary buffer, search for pattern in rmail-file.
8467
8468 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
8469
8470 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
8471
8472 * ps-print.el (ps-printer-name): Fix custom type.
8473
8474 1999-06-12 Reto Zimmermann <reto@synopsys.com>
8475
8476 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
8477 (vhdl-port-paste-generic-map): Fix indentation bug.
8478 (vhdl-port-paste-port-map): Fix indentation bug.
8479 (vhdl-scan-file-contents): Make scanning case insensitive.
8480
8481 1999-06-11 Richard M. Stallman <rms@gnu.org>
8482
8483 * files.el (write-file): When buffer is not already visiting a file,
8484 don't put buffer name in the minibuffer, just make it the default.
8485 Also handle just directory as arg usefully in that case.
8486
8487 * simple.el (sendmail-user-agent-compose):
8488 Ignore case when inserting the rest of the "other" headers.
8489
8490 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n.
8491
8492 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
8493 (info-lookup-interactive-arguments): Never insert the default
8494 into the minibuffer automatically.
8495
8496 * emacs-lisp/cl-extra.el (getf): Don't call get*.
8497
8498 1999-06-09 Richard M. Stallman <rms@gnu.org>
8499
8500 * simple.el (shell-command): Avoid printing "mark set" message.
8501
8502 1999-06-09 Dave Love <fx@gnu.org>
8503
8504 * progmodes/compile.el (compilation-error-regexp-alist): Allow
8505 digits in program name in first pattern.
8506
8507 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de>
8508
8509 * vc.el (vc-dired-mode): Don't match anything before the date in
8510 dired-move-to-filename-regexp.
8511
8512 1999-06-07 Ken'ichi Handa <handa@gnu.org>
8513
8514 * international/quail.el (quail-define-rules): Fix typo in
8515 docstring.
8516
8517 1999-06-05 Stephen Eglen <stephen@gnu.org>
8518
8519 * iswitchb.el (iswitchb-default-keybindings): Add
8520 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
8521 than when package is loaded.
8522
8523 1999-06-04 Richard M. Stallman <rms@gnu.org>
8524
8525 * startup.el (command-line): Don't set user-init-file directly;
8526 tell `load' to set it.
8527
8528 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
8529
8530 * simple.el (next-history-element):
8531 Handle minibuffer-text-before-history properly when reading sexps.
8532
8533 * disp-table.el (standard-display-european):
8534 For an interactive call by the user,
8535 don't set enable-multibyte-characters,
8536 and don't set the terminal coding system.
8537
8538 * textmodes/refbib.el: Don't print any messages or display
8539 a buffer when loading the library.
8540 (r2b-help): Doc fix.
8541 (r2b-help-message): Update the documentation.
8542 (r2b-load-quietly): Variable deleted.
8543 (r2b-convert-buffer): Doc fix.
8544
8545 1999-06-04 Dave Love <fx@gnu.org>
8546
8547 * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
8548
8549 * auto-show.el: Don't change hooks on loading.
8550 (auto-show-mode): Autoload. Default to nil. Add :set &c.
8551 (auto-show-mode): Add to hooks here.
8552
8553 1999-06-04 Richard Sharman <rsharman@pobox.com>
8554
8555 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
8556 recursion on bogus input.
8557
8558 1999-06-04 Eric M. Ludlam <zappo@ultranet.com>
8559
8560 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
8561 does not select a buffer from the buffers menu, then the attached
8562 frame is not switched to anything.
8563
8564 1999-06-03 Ken'ichi Handa <handa@gnu.org>
8565
8566 * language/vietnamese.el (ccl-encode-vscii): Typo fixed
8567 (viet-viscii-...->viet-vscii...).
8568
8569 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
8570
8571 1999-06-01 Dave Love <fx@gnu.org>
8572
8573 * progmodes/fortran.el: Add :link to defgroup.
8574 (fortran-blink-matching-if): Match ELSE statements too.
8575 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
8576 that filling is always done.
8577
8578 1999-05-31 Richard M. Stallman <rms@gnu.org>
8579
8580 * simple.el (append-next-kill): Use an arg to distinguish
8581 interactive calls from Lisp calls, rather than (interactive-p).
8582
8583 * international/iso-transl.el (iso-transl-language-alist):
8584 Interchange n and N.
8585
8586 1999-05-31 Dave Love <fx@gnu.org>
8587
8588 * msb.el Add to minor-mode-map-alist. Remove hook installation
8589 and keymap munging on load.
8590 (msb-mode): New option.
8591 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
8592 Doc fix.
8593 (msb-mode-map): New variable.
8594 (msb-mode): New command.
8595
8596 1999-05-31 Dave Love <fx@gnu.org>
8597
8598 * ispell.el: (ispell-alternate-dictionary): Fix custom type.
8599 (ispell-complete-word-dict): Likewise.
8600
8601 1999-05-31 Eli Zaretskii <eliz@gnu.org>
8602
8603 * forms.el (forms-save-buffer): Call set-buffer-modified-p to
8604 force the data buffer to be saved, even if the data didn't
8605 change, in case the write filter was modified. Restore the
8606 current record after read-file-filter finishes.
8607
8608 1999-05-29 Karl Heuer <kwzh@gnu.org>
8609
8610 * ispell4.el: Obsolete; file deleted.
8611
8612 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
8613
8614 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
8615 VALUE is a syntax table.
8616
8617 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
8618
8619 * simple.el (zap-to-char): Doc fix.
8620
8621 1999-05-27 Ken'ichi Handa <handa@gnu.org>
8622
8623 * isearch.el (isearch-quote-char): Don't assume character codes
8624 0200 - 0237 stand for characters in some single-byte character
8625 charset.
8626
8627 1999-05-27 Dave Love <fx@gnu.org>
8628
8629 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
8630
8631 1999-05-27 Andreas Schwab <schwab@gnu.org>
8632
8633 * dired-aux.el (dired-insert-subdir-doinsert): Check that the
8634 headerline does not exist already.
8635
8636 1999-05-26 Richard Stallman <rms@gnu.org>
8637
8638 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
8639 Avoid nested null-loops.
8640
8641 1999-05-26 Ken'ichi Handa <handa@gnu.org>
8642
8643 * international/characters.el: Typo fixed; prefered->preferred.
8644
8645 * international/mule-cmds.el (find-coding-systems-for-charsets):
8646 Typo fixed; prefered->preferred.
8647
8648 * map-ynp.el (map-y-or-n-p): Don't inherit the current input
8649 method in read-event.
8650
8651 * international/mule.el (charset-info): Doc-string fixed.
8652
8653 1999-05-25 Ken'ichi Handa <handa@gnu.org>
8654
8655 * mail/smtpmail.el (smtpmail-send-it): Bind
8656 smtpmail-code-conv-from properly.
8657 (smtpmail-send-data-1): If DATA is a multibyte string, encode it
8658 by smtpmail-code-conv-from.
8659
8660 1999-05-24 Richard Stallman <rms@gnu.org>
8661
8662 * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
8663 Binding deleted also.
8664
8665 1999-05-24 Karl Heuer <kwzh@gnu.org>
8666
8667 * comint.el (comint-bol-or-process-mark): Doc fix.
8668
8669 1999-05-23 Dave Love <fx@gnu.org>
8670
8671 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
8672 Enter it on minor-mode-map-alist.
8673 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed.
8674 Autoload. Add custom setter.
8675 (crisp-mark-line): Doc fix.
8676 (crisp-mode): Autoload. Re-write not to frob keymaps directly.
8677 (crisp-mode-hook): Define.
8678
8679 1999-05-23 Ken'ichi Handa <handa@gnu.org>
8680
8681 * files.el (recover-file): Recover buffer-file-coding-system.
8682
8683 1999-05-22 Richard Stallman <rms@gnu.org>
8684
8685 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
8686 regexp match the date, to avoid treating date as file size.
8687 Add YYYY S option to WESTERN/
8688
8689 * bookmark.el: Delete some XEmacs compatibility code.
8690 (bookmark-jump-noselect): Check vc-backend.
8691
8692 * subr.el (add-to-list): Doc fix.
8693
8694 1999-05-21 Stephen Eglen <stephen@gnu.org>
8695
8696 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
8697
8698 1999-05-18 Richard Stallman <rms@gnu.org>
8699
8700 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
8701 non-space after the @anchor command.
8702 (texinfo-format-var): Handle other nested constructs, using
8703 texinfo-parse-expanded-arg and texinfo-discard-command, not
8704 texinfo-parse-arg-discard.
8705
8706 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
8707 (debug): Bind and use debugger-outer-inhibit-redisplay.
8708 Bind inhibit-redisplay to nil.
8709 (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
8710
8711 1999-05-17 Dave Love <fx@gnu.org>
8712
8713 * help.el (describe-function-1): Extra arg, interactive-p.
8714 (describe-key, describe-function): Use it.
8715
8716 1999-05-17 Karl Heuer <kwzh@gnu.org>
8717
8718 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
8719
8720 1999-05-16 Dave Love <fx@gnu.org>
8721
8722 * cus-start.el (all): Delete selective-display. Add scroll-margin,
8723 scroll-preserve-screen-position, scroll-conservatively.
8724
8725 1999-05-16 Dave Love <fx@gnu.org>
8726
8727 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
8728
8729 1999-05-15 Reto Zimmermann <reto@Synopsys.COM>
8730
8731 * progmodes/vhdl-mode.el: Completely revised and massively extended.
8732
8733 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8734
8735 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
8736 magic number and is not associated with a file.
8737
8738 1999-05-14 Richard M. Stallman <rms@gnu.org>
8739
8740 * files.el (find-file-noselect-1): Fix previous change.
8741
8742 1999-05-14 Simon Marshall <simon@gnu.org>
8743
8744 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
8745
8746 1999-05-13 Ken'ichi Handa <handa@gnu.org>
8747
8748 * international/mule-diag.el (mule-diag): Change MULE to Mule in
8749 docstring.
8750
8751 * international/mule-cmds.el: Change MULE to Mule in docstrings
8752 and menus.
8753
8754 1999-05-10 Kenichi HANDA <handa@etl.go.jp>
8755
8756 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
8757 to correctly reflect the value of BaseLineOffset in
8758 RelativeCompose. Now the value of RelativeCompose is an array of
8759 low and high positions.
8760 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
8761 RLC for the above change.
8762
8763 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org>
8764
8765 * comint.el (comint-password-prompt-regexp): Modified to match the
8766 output of ksu and ssh-add.
8767
8768 1999-05-11 Kenichi HANDA <handa@etl.go.jp>
8769
8770 * language/korea-util.el (isearch-toggle-korean-input-method):
8771 Adjusted for the change of input method handling in isearch.el.
8772 (isearch-hangul-switch-symbol-ksc): Likewise.
8773 (isearch-hangul-switch-hanja): Likewise.
8774
8775 1999-05-10 Dave Love <fx@gnu.org>
8776
8777 * help.el (help-make-xrefs): Fix typo.
8778
8779 1999-05-10 Andreas Schwab <schwab@gnu.org>
8780
8781 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
8782 unibyte-display-via-language-environment.
8783
8784 * help.el (help-make-xrefs): Handle more cases when looking for
8785 commands in a keymap description.
8786
8787 1999-05-10 Eli Zaretskii <eliz@gnu.org>
8788
8789 * loadup.el: For ms-dos systems, load ccl and codepage.
8790
8791 1999-05-09 Ken'ichi Handa <handa@gnu.org>
8792
8793 * ps-print.el (ps-control-character): Call
8794 ps-mule-prepare-ascii-font to setup ASCII fonts.
8795
8796 * ps-mule.el (ps-mule-begin-job): Redo this change "if
8797 ps-multibyte-buffer is nil, use
8798 ps-mule-font-info-database-default."
8799
8800 1999-05-08 Ken Stevens <k.stevens@ieee.org>
8801
8802 * ispell.el (ispell-local-dictionary-alist): New variable for
8803 customizing local dictionaries not accessable by everyone.
8804 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
8805 (ispell-required-version): Changed format `(major minor
8806 revision)' to support general pattern matching.
8807 (ispell-tex-skip-alists): AMS Tex block comment and `\author'
8808 skip region commented out due to incorrect skip potential in std latex.
8809 (ispell-word): Removed `when' macro. Fixed bug of not restoring
8810 cursor point on small words for calls from `ispell-minor-mode'.
8811 (check-ispell-version): Tests and accepts versions major.minor
8812 and above, with adjustments for interactions in 3.1.0-3.1.11.
8813 (ispell-get-line): No longer skips ispell process special characters.
8814 (ispell-comments-and-strings): Removed `when' macro call.
8815 (ispell-minor-check): Requires ispell-word to restore cursor point.
8816 (ispell-buffer-local-parsing): Supports checking comments only.
8817
8818 1999-05-08 Karl Heuer <kwzh@gnu.org>
8819
8820 * comint.el (comint-password-prompt-regexp): Fix last change to be
8821 more specific.
8822
8823 1999-05-07 Richard M. Stallman <rms@gnu.org>
8824
8825 * subr.el (with-temp-message): Fix the other call to message
8826 to use %s.
8827
8828 1999-05-07 Michael Ernst <mernst@alum.mit.edu>
8829
8830 * gud.el (gud-format-command): "%F" means file sans extension.
8831 (jdb): Use %F, not %f, for gud-break.
8832
8833 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org>
8834
8835 * comint.el (comint-password-prompt-regexp): Modified so that it
8836 matches the output of kinit.
8837
8838 1999-05-06 Greg Stark <gsstark@mit.edu>
8839
8840 * timezone.el (timezone-parse-date): Recognize new format used in
8841 internet cookies.
8842
8843 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu>
8844
8845 * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
8846
8847 1999-05-04 Andrew Innes <andrewi@gnu.org>
8848
8849 * time.el (display-time-update): Allow for wrap-around when
8850 checking against display-time-server-down-time.
8851
8852 1999-05-04 Ken'ichi Handa <handa@gnu.org>
8853
8854 * international/mule-diag.el (describe-coding-system): Fix English
8855 message.
8856
8857 1999-05-03 Jason Rumney <jasonr@altavista.net>
8858
8859 * term/w32-win.el: Change the x-charset-registry property for the
8860 Japanese charsets that are supported by Japanese Windows fonts.
8861
8862 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8863
8864 * diary-lib.el (diary-remind): Rewritten to behave sensibly for
8865 diary-block diary entries for which the reminders and the diary
8866 entries can overlap.
8867
8868 1999-05-02 Jason Rumney <jasonr@altavista.net>
8869
8870 * term/w32-win.el (mouse-set-font): Ensure constructed fontset
8871 matches the font selected in the dialog.
8872
8873 1999-05-02 Dave Love <fx@gnu.org>
8874
8875 * browse-url.el (browse-url-browser-function): Add :version.
8876
8877 * international/mule.el (auto-coding-alist): Add .tgz.
8878
8879 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il>
8880
8881 * international/codepage.el (cp-coding-system-for-codepage-1):
8882 Make the magnification parameter for the -dos encoder be 2.
8883
8884 1999-05-2 Andrew Innes <andrewi@gnu.org>
8885
8886 * term/w32-win.el (w32-drag-n-drop): Select file in window where
8887 it is dropped, rather than current window.
8888
8889 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
8890 after switching buffer, as case-fold-search is a buffer local
8891 variable.
8892
8893 * w32-fns.el (convert-standard-filename): Only convert directory
8894 separators to backslash if the interactive shell is one of the
8895 standard Windows shells that has DOS semantics.
8896
8897 * ls-lisp.el (ls-lisp-format-time): Trap errors from
8898 format-time-string, and return a suitable string to indicate the
8899 timestamp was invalid.
8900
8901 * hexl.el (hexlify-command): Apply shell-quote-argument after
8902 expanding hexl-program in case exec-directory contains a space.
8903 (dehexlify-command): Ditto.
8904
8905 * dos-w32.el (file-name-buffer-file-type-alist): Remove various
8906 file extension regexps which aren't necessarily binary files.
8907 (direct-print-region-helper): Use subst-char-in-string instead of
8908 binding directory-sep-char to convert filenames to DOS syntax.
8909 (direct-print-region-use-command-dot-com): New variable.
8910 (direct-print-region-helper): Use it to control whether to invoked
8911 command.com to print on Windows 9x.
8912
8913 * browse-url.el (browse-url-browser-function): Default to
8914 browse-url-default-windows-browser on windows-nt.
8915 (browse-url-default-windows-browser): New function.
8916
8917 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il>
8918
8919 * forms.el (forms-mode): Don't call forms-first-record or
8920 forms-last-record if the data file has zero records.
8921
8922 1999-04-29 Richard M. Stallman <rms@gnu.org>
8923
8924 * files.el (find-file-noselect-1): If buffer-file-name has changed
8925 after find-file-not-found-hooks runs, recompute the truename.
8926 And don't use FILENAME after that point.
8927
8928 1999-04-27 Dave Love <fx@gnu.org>
8929
8930 * paren.el (show-paren-mode)
8931 * which-func.el (which-func-mode-global)
8932 * type-break.el (type-break-mode)
8933 * time.el (display-time-mode)
8934 * rsz-mini.el (resize-minibuffer-mode)
8935 * mouse-sel.el (mouse-sel-mode)
8936 * icomplete.el (icomplete-mode)
8937 * hscroll.el (hscroll-global-mode)
8938 * help.el (temp-buffer-resize-mode)
8939 * font-lock.el (global-font-lock-mode)
8940 * delsel.el (delete-selection-mode)
8941 * avoid.el (mouse-avoidance-mode)
8942 * autoinsert.el (auto-insert-mode)
8943 * winner.el (winner-mode): Doc fix.
8944
8945 1999-04-26 Karl Heuer <kwzh@gnu.org>
8946
8947 * mail/rmail.el (rmail-next-same-subject): When searching, ignore
8948 the same whitespace that was ignored in choosing the subject string.
8949
8950 1999-04-26 Richard M. Stallman <rms@gnu.org>
8951
8952 * info.el (Info-find-node): Position properly after finding anchor.
8953
8954 * cus-start.el (all): Handle unibyte-display-via-language-environment.
8955
8956 * simple.el (indent-new-comment-line): Fix previous change.
8957
8958 * complete.el: Delete the wildcard expansion feature
8959 since that is now standard in find-file.
8960 (PC-try-load-many-files): Function deleted.
8961 (PC-after-load-many-files): Function deleted.
8962 (PC-many-files-list): Variable deleted.
8963 (PC-disable-wildcards): Variable deleted.
8964 (partial-completion-mode): Don't enable the wildcard feature.
8965
8966 * complete.el (PC-look-for-include-file): Don't set global variables
8967 `error', `buf' and `filename' here.
8968
8969 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
8970
8971 1999-04-26 John Wiegley <johnw@oneworld.new-era.com>
8972
8973 * textmodes/outline.el (outline-regexp): Doc fix.
8974
8975 1999-04-26 John Wiegley <johnw@borland.com>
8976
8977 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
8978 C++Builder 4.0 error message syntax.
8979
8980 1999-04-26 Mark Diekhans <markd@Grizzly.COM>
8981
8982 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
8983 supported, use find -exec.
8984
8985 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
8986
8987 * textmodes/texinfmt.el (texinfo-format-buffer): Bind
8988 coding-system-for-write, to avoid hanging when non-interactive.
8989
8990 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
8991
8992 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
8993 start with a newline.
8994
8995 1999-04-13 Ken'ichi Handa <handa@gnu.org>
8996
8997 * international/mule-conf.el (x-ctext): New coding system.
8998
8999 1999-04-12 Richard M. Stallman <rms@gnu.org>
9000
9001 * international/mule-cmds.el (input-method-function):
9002 Add permanent-local property.
9003
9004 1999-04-12 Dave Love <fx@gnu.org>
9005
9006 * jka-compr.el (jka-compr-insert-file-contents): Fix previous
9007 change to use jka-compr-byte-compiler-base-file-name.
9008
9009 * supercite.el (sc-scan-info-alist): Revert last change.
9010 (sc-attrib-selection-list): Fix :type here instead.
9011
9012 1999-04-11 Eli Zaretskii <eliz@gnu.org>
9013
9014 * international/mule.el (auto-coding-alist-lookup): Include ms-dos
9015 in the list of case-insensitive filesystems.
9016
9017 1999-04-09 Kenichi Handa <handa@etl.go.jp>
9018
9019 * international/fontset.el (create-fontset-from-fontset-spec):
9020 Don't register duplicated alias fontset names.
9021
9022 1999-04-08 Richard Stallman <rms@gnu.org>
9023
9024 * international/mule.el (auto-coding-alist-lookup): New function.
9025 (set-auto-coding): Use auto-coding-alist-lookup.
9026
9027 * jka-compr.el (jka-compr-insert-file-contents):
9028 Use auto-coding-alist-lookup to check for files that
9029 should not have eol conversion, in the unibyte case.
9030
9031 1999-04-07 Dave Love <fx@gnu.org>
9032
9033 * help.el (describe-variable): Check custom-loads property as well
9034 as custom-type.
9035
9036 * abbrev.el (abbrev-mode): Customizing sets the default value.
9037
9038 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de>
9039
9040 * vc.el (vc-backend-revert): For CVS files that were made
9041 writeable with "cvs edit", call "cvs unedit" to undo that.
9042
9043 1999-04-08 Dave Love <fx@gnu.org>
9044
9045 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
9046 more.
9047 (sc-emacs-features): Recognize Emacs 20.
9048 (sc-read-string): Use history arg.
9049 (sc-scan-info-alist): Check for rtnvalue a cons.
9050
9051 1999-04-08 Kenichi HANDA <handa@etl.go.jp>
9052
9053 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
9054 coding system to encode the message by
9055 select-message-coding-system.
9056
9057 1999-04-07 Richard Stallman <rms@gnu.org>
9058
9059 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
9060
9061 * winner.el: Reorder definitions.
9062
9063 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
9064
9065 * mail/rmail.el (rmail-decode-babyl-format):
9066 Undo previous change.
9067
9068 1999-04-06 Richard Stallman <rms@gnu.org>
9069
9070 * info.el (Info-find-node): Check for an anchor at the
9071 proper place, before reading an indirect file.
9072
9073 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
9074
9075 * jka-compr.el (jka-compr-insert-file-contents):
9076 Use raw-text-unix when we want no conversion.
9077
9078 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
9079
9080 * timezone.el (timezone-parse-date): Corrected regexp for
9081 style (5) date format so that tenths of seconds are optional.
9082
9083 1999-04-05 Eli Zaretskii <eliz@gnu.org>
9084
9085 * term/internal.el (dos-cpNNN-setup): New function, with the guts
9086 of dos-codepage-setup.
9087 (cjk-codepages-alist): New variable, an alist of Far-Eastern
9088 codepages for which there's no need to set up cpNNN coding
9089 systems.
9090 (dos-codepage-setup): Support Far-Eastern DOS terminals.
9091
9092 1999-04-05 Richard Stallman <rms@gnu.org>
9093
9094 * mail/rmail.el (rmail-ignored-headers): Doc fix.
9095
9096 1999-04-02 Richard Stallman <rms@gnu.org>
9097
9098 * progmodes/compile.el (compilation-handle-exit): Do right thing
9099 if (car status) doesn't end in a newline.
9100
9101 1999-04-01 Dave Love <fx@gnu.org>
9102
9103 * progmodes/sql.el (SQL): Add defgroup :version.
9104
9105 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
9106
9107 * emacs-lisp/bytecomp.el (byte-compile-file): Clear
9108 buffer-file-coding-system. If the coding system used is raw-text,
9109 etc., make the *Compiler Input* buffer unibyte.
9110
9111 * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
9112
9113 * loadup.el: Don't write the fns-...el file if not dumping.
9114
9115 1999-03-31 Dave Love <fx@gnu.org>
9116
9117 * snmp-mode.el (snmp): Fix defgroup :version.
9118
9119 * hilit-chg.el (highlight-changes): Add defgroup :version.
9120
9121 1999-03-31 Andreas Schwab <schwab@gnu.org>
9122
9123 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
9124 the gnus-save-hidden-threads macro.
9125
9126 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk>
9127
9128 * faces.el (face-set-after-frame-default): Obey the
9129 `customized-face' for new faces.
9130
9131 1999-03-30 Dave Love <fx@gnu.org>
9132
9133 * international/mule-cmds.el (current-language-environment): Doc fix.
9134 * abbrev.el (abbrev-mode): Doc fix.
9135 * autoinsert.el (auto-insert-mode): Doc fix.
9136 * complete.el (partial-completion-mode): Doc fix.
9137 * avoid.el (mouse-avoidance-mode): Doc fix.
9138 * delsel.el (delete-selection-mode): Doc fix.
9139 * font-lock.el (global-font-lock-mode): Doc fix.
9140 * help.el (temp-buffer-resize-mode): Doc fix.
9141 * hscroll.el (hscroll-global-mode): Doc fix.
9142 * icomplete.el (icomplete-mode): Doc fix.
9143 * mouse-sel.el (mouse-sel-mode): Doc fix.
9144 * paren.el (show-paren-mode): Doc fix.
9145 * rsz-mini.el (resize-minibuffer-mode): Doc fix.
9146 * time.el (display-time-mode): Doc fix.
9147 * type-break.el (type-break-mode): Doc fix.
9148 * which-func.el (which-func-mode-global): Doc fix.
9149 * winner.el (winner-mode): Doc fix.
9150
9151 1999-03-30 Michael Ernst <mernst@alum.mit.edu>
9152
9153 * wid-edit.el (widget-before-change): Signal text-read-only rather
9154 than an ordinary error.
9155
9156 1999-03-30 Richard M. Stallman <rms@gnu.org>
9157
9158 * repeat.el: Don't require advice.
9159 (repeat): Do function-indirection in check for kbd macro.
9160 In self-insert case, use the *last* char in INSERTION.
9161
9162 1999-03-30 Karl Heuer <kwzh@gnu.org>
9163
9164 * progmodes/cc-cmds.el (c-indent-command): Doc fix.
9165
9166 1999-03-29 Andreas Schwab <schwab@gnu.org>
9167
9168 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
9169 comint-input-filter-functions. Make variables related to shell
9170 directory tracking local.
9171
9172 1999-03-26 Andreas Schwab <schwab@gnu.org>
9173
9174 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
9175
9176 * simple.el (shell-command-on-region): Cope with exit-status being
9177 nil, which happens if call-process-region was interrupted.
9178
9179 1999-03-26 Richard M. Stallman <rms@gnu.org>
9180
9181 * simple.el (indent-new-comment-line): Handle use at a point
9182 after a comment-end. Handle multiple comments.
9183
9184 * mail/rmail.el (rmail-decode-babyl-format):
9185 To prevent locking, bind buffer-file-name to nil.
9186
9187 1999-03-26 Karl Fogel <kfogel@red-bean.com>
9188
9189 * mail-hist.el (mail-hist-current-header-name): Don't make
9190 off-by-one-error when determining if in message body.
9191
9192 1999-03-25 Andrew Innes <andrewi@gnu.org>
9193
9194 * w32-fns.el (set-default-process-coding-system): Copied from
9195 dos-w32.el, but modified to use Unix line endings for process
9196 input, and to add a suitable entry to process-coding-system-alist
9197 for DOS shells.
9198
9199 * dos-fns.el (set-default-process-coding-system): Copied from
9200 dos-w32.el.
9201
9202 * dos-w32.el (set-default-process-coding-system): Move function to
9203 dos-fns.el; a different version is used in w32-fns.el.
9204
9205 1999-03-24 Dave Love <fx@gnu.org>
9206
9207 * info.el (Info-directory-list): Revert change to re-writing
9208 Info-default-directory-list, but put `alternative' first.
9209 (Info-insert-dir): Modify selecting the top dir file as a consequence.
9210
9211 1999-03-23 Simon Marshall <simon@gnu.org>
9212
9213 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
9214 on the line by itself.
9215 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if
9216 it is not in a declarative context.
9217
9218 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk>
9219
9220 * cus-edit.el (custom-variable-prompt): Allow customization of
9221 autoloaded symbols.
9222
9223 1999-03-22 Kenichi HANDA <handa@etl.go.jp>
9224
9225 * simple.el (what-cursor-position): Don't cause error when point
9226 is at invalid multibyte sequence.
9227
9228 1999-03-21 Karl Heuer <kwzh@gnu.org>
9229
9230 * complete.el (partial-completion-mode): Doc fix.
9231
9232 1999-03-19 Richard M. Stallman <rms@gnu.org>
9233
9234 * progmodes/cplus-md.el (old-c++): Remove :group.
9235
9236 * progmodes/c-mode.el (old-c): Remove :group.
9237
9238 1999-03-18 Simon Marshall <simon@gnu.org>
9239
9240 * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
9241 (java-font-lock-keywords-2): Added "strictfp" keyword.
9242
9243 1999-03-17 Jason Rumney <jasonr@altavista.net>
9244
9245 * w32-fns.el (set-w32-system-coding-system) New function.
9246 (w32-system-coding-system) Initialize to 'iso-latin-1.
9247
9248 1999-03-17 Eli Zaretskii <eliz@gnu.org>
9249
9250 * international/mule-cmds.el (set-language-environment): Fix
9251 previous change: don't use dos-codepage when unbound.
9252
9253 1999-03-17 Karl Heuer <kwzh@gnu.org>
9254
9255 * calendar/appt.el (appt-make-list): Fix previous change.
9256
9257 1999-03-16 Richard M. Stallman <rms@gnu.org>
9258
9259 * window.el (shrink-window-if-larger-than-buffer):
9260 Don't try to redisplay with the cursor at the end
9261 on its own line--that would force a scroll and spoil things.
9262
9263 1999-03-16 Eli Zaretskii <eliz@gnu.org>
9264
9265 * international/mule-cmds.el (set-language-environment): Don't use
9266 cpNNN-nonascii-translation-table if it is unbound.
9267
9268 * term/internal.el (dos-codepage-setup): Compute the unibyte
9269 syntax table and bind unibyte-display-via-language-environment
9270 here, rather than at top level, so that resetting to unibyte in
9271 .emacs works as expected.
9272
9273 1999-03-15 Simon Marshall <simon@gnu.org>
9274
9275 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
9276
9277 1999-03-14 Milan Zamazal <pdm@pvt.net>
9278
9279 * abbrev.el (inverse-add-abbrev): Inherit the current input method.
9280
9281 1999-03-14 Kenichi Handa <handa@etl.go.jp>
9282
9283 * international/mule-util.el (detect-coding-with-priority):
9284 Restore the internal database.
9285
9286 1999-03-14 Stephen Eglen <stephen@gnu.org>
9287
9288 * mail/sendmail.el (sendmail-send-it): Fix typo in error string
9289 if mail-from-style has invalid value.
9290
9291 1999-03-12 Karl Heuer <kwzh@gnu.org>
9292
9293 * vc.el (vc-delete-logbuf-window): New var.
9294 (vc-finish-logentry): Use it.
9295
9296 1999-03-12 Richard M. Stallman <rms@gnu.org>
9297
9298 * startup.el (command-line-1): Improve startup msg.
9299
9300 1999-03-12 Eric M. Ludlam <zappo@ultranet.com>
9301
9302 * speedbar.el: Added commentary about stealthy functions.
9303 (speedbar-message) new function.
9304 (speedbar-y-or-n-p): New function
9305 (speedbar-with-attached-buffer) Moved macro before reference.
9306 Now uses `save-selected-window'.
9307 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
9308 speedbar-generic-item-info, speedbar-item-info-file-helper,
9309 speedbar-item-delete, speedbar-insert-generic-list,
9310 speedbar-timer-fn, speedbar-check-vc-this-line,
9311 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
9312 speedbar-buffers-item-info) Use speedbar-message.
9313 (speedbar-item-info) Limit `message-log-max'.
9314 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
9315 speedbar-item-delete, speedbar-item-object-delete,
9316 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
9317
9318 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp>
9319
9320 * server.el (server-start): Set coding system for the server
9321 process to raw-text.
9322 (server-process-filter): Decode file names if necessary.
9323
9324 1999-03-12 Dave Love <fx@gnu.org>
9325
9326 * textmodes/fill.el (sentence-end-double-space): Doc fix.
9327
9328 * textmodes/paragraphs.el (sentence-end): Doc fix.
9329
9330 1999-03-11 Karl Heuer <kwzh@gnu.org>
9331
9332 * comint.el (comint-password-prompt-regexp): Accept "login password:"
9333
9334 1999-03-09 Karl Heuer <kwzh@gnu.org>
9335
9336 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
9337 (ispell-dictionary-alist-2): Likewise.
9338 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
9339 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
9340 (ispell-dictionary-alist): Build from six pieces, not just two.
9341
9342 * ps-bdf.el (bdf-directory-list): Doc fix.
9343
9344 * enriched.el (enriched-mode): Make var permanent-local.
9345
9346 1999-03-09 Dave Love <fx@gnu.org>
9347
9348 * textmodes/sgml-mode.el (html-mode): Use
9349 sentence-end-double-space when setting sentence-end.
9350
9351 1999-03-09 Ken'ichi Handa <handa@gnu.org>
9352
9353 * language/thai.el (tis-620): New alias coding system for thai-tis620.
9354
9355 1999-03-08 Felix Lee <flee@cygnus.com>
9356
9357 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
9358
9359 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
9360
9361 1999-03-08 Karl Heuer <kwzh@gnu.org>
9362
9363 * dired-aux.el (dired-do-copy-regexp): Doc fix.
9364 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
9365
9366 * dired.el (dired-do-copy-regexp): Doc fix.
9367 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
9368
9369 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com>
9370
9371 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
9372
9373 1999-03-08 Jason Rumney <jasonr@altavista.net>
9374
9375 * international/codepage.el (cp1250-decode-table)
9376 (cp1251-decode-table, cp1253-decode-table)
9377 (cp1257-decode-table): New translation tables for MS Windows codepages.
9378 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
9379
9380 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
9381
9382 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
9383
9384 1999-03-07 Eli Zaretskii <eliz@gnu.org>
9385
9386 * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
9387
9388 * term/internal.el (top level): Display character 255 as 8bit as well.
9389
9390 1999-03-06 Dave Love <fx@gnu.org>
9391
9392 * progmodes/cc-cmds.el (c-outline-level): Bind
9393 buffer-invisibility-spec.
9394
9395 * progmodes/c-mode.el (c-outline-level): Likewise.
9396
9397 * progmodes/ada-mode.el (ada-outline-level): Likewise.
9398
9399 1999-03-05 Felix Lee <flee@cygnus.com>
9400
9401 * textmodes/outline.el (outline-get-last-sibling): Doc fix.
9402
9403 1999-03-05 Richard M. Stallman <rms@gnu.org>
9404
9405 * bindings.el (complete-symbol): Invert meaning of prefix arg.
9406
9407 1999-03-05 Andrew Innes <andrewi@gnu.org>
9408
9409 * w32-fns.el (convert-standard-filename): Convert directory
9410 separators to Windows format.
9411
9412 1999-03-05 Andreas Schwab <schwab@gnu.org>
9413
9414 * international/skkdic-cnv.el: Provide skkdic-cnv.
9415 (skkdic-convert): Emit code to require skkdic-cnv at compile time.
9416 (batch-skkdic-convert): Doc fix.
9417
9418 1999-03-04 Dave Love <fx@gnu.org>
9419
9420 * custom.el (custom-set-variables): Protect against setter errors.
9421
9422 1999-03-04 Eli Zaretskii <eliz@gnu.org>
9423
9424 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
9425 the file sizes from overflowing.
9426 (ls-lisp-format): If file size is a float, use %8.0f to print it.
9427 Under -s, print the size in blocks with %4.0f, in case they have
9428 a *really* huge file.
9429
9430 1999-03-03 Dave Love <fx@gnu.org>
9431
9432 * options.el (edit-options): Doc fix.
9433 (list-options): Don't lose with unbound symbols. Maintain
9434 Edit-options-mode.
9435
9436 1999-03-01 Dave Love <fx@gnu.org>
9437
9438 * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
9439
9440 1999-02-28 Richard M. Stallman <rms@gnu.org>
9441
9442 * ispell.el (ispell-dictionary-alist-override): New variable.
9443 (ispell-dictionary-alist): Don't setq it,
9444 if ispell-dictionary-alist-override is set.
9445
9446 * simple.el (shell-command-default-error-buffer): Renamed from
9447 shell-command-on-region-default-error-buffer.
9448 (shell-command-on-region): Mention in echo area when there
9449 is some error output. Mention success or failure, too.
9450 Accumulate multiple error outputs
9451 going forward, with formfeed in between. Display the error buffer
9452 when we have put something in it.
9453 (shell-command): Add the ERROR-BUFFER argument feature.
9454
9455 1999-02-28 Karl Heuer <kwzh@gnu.org>
9456
9457 * mail/mh-utils.el (mh-lib): Doc fix.
9458 (mh-lib-progs, mh-nmh-p): New vars.
9459 (mh-find-progs): Set mh-lib-progs along with other vars.
9460 (mh-path-search): New arg FUNC-P; if specified, use that instead
9461 of mh-file-command-p.
9462 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
9463
9464 * mail/mh-comp.el (mh-repl-formfile): New var.
9465 (mh-smail-batch): Don't ignore all arguments.
9466 (mh-reply): Do the right thing when using nmh.
9467
9468 1999-02-27 Kenichi Handa <handa@etl.go.jp>
9469
9470 * international/mule-cmds.el (select-safe-coding-system): Be sure
9471 to show a buffer being decoded.
9472
9473 1999-02-26 Ken'ichi Handa <handa@gnu.org>
9474
9475 * ps-bdf.el (bdf-directory-list): Initialize it to
9476 '("/usr/local/share/emacs/fonts/bdf").
9477
9478 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9479
9480 * ps-print.el: PostScript programming fix.
9481 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
9482 setpagedevice operator).
9483
9484 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9485
9486 * ps-print.el: Doc fix, font size specifies landscape and portrait
9487 sizes.
9488 (ps-print-version): New version number (4.1.4).
9489 (ps-font-size, ps-header-font-size, ps-header-title-font-size):
9490 Specifies landscape and portrait sizes.
9491 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
9492 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
9493 fix.
9494 (ps-get-font-size): New fun.
9495 (ps-font-size-internal, ps-header-font-size-internal)
9496 (ps-header-title-font-size-internal): New vars.
9497
9498 * ps-mule.el: Change of ps-print font size variable name.
9499 (ps-mule-generate-font): Fun fix.
9500 (ps-mule-begin-job): Programming uniformization.
9501
9502 1999-02-25 Dave Love <fx@gnu.org>
9503
9504 * help.el (help-xref-info-regexp): Allow linebreaks and capital.
9505 (help-make-xrefs): Do Info case first.
9506
9507 * repeat.el: Don't require advice.
9508 (repeat-last-kill-command): Variable deleted.
9509
9510 1999-02-25 Richard Stallman <rms@gnu.org>
9511
9512 * simple.el (shell-command-on-region): Don't go into the REPLACE = t
9513 case just because the current buffer is the output buffer.
9514
9515 1999-02-25 Kenichi Handa <handa@etl.go.jp>
9516
9517 * simple.el (what-cursor-position): To show the character's
9518 encoding, use encoded-string-description instead of information
9519 of chaset-origin-alist.
9520
9521 * international/mule-cmds.el (iso-2022-control-alist): New variable.
9522 (encoded-code-description): New function.
9523 (encoded-string-description): New function.
9524 (encode-coding-char): New function.
9525
9526 1999-02-25 Andrew Innes <andrewi@gnu.org>
9527
9528 * startup.el (command-line) [windows-nt]: Fix typo in regexp
9529 checking for .emacs[.el[c]].
9530
9531 1999-02-24 Richard Stallman <rms@gnu.org>
9532
9533 * help.el (describe-function-1): Don't print a whole lambda-function.
9534
9535 1999-02-23 Ken'ichi Handa <handa@gnu.org>
9536
9537 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
9538 inputting ?\240.
9539
9540 1999-02-23 Karl Heuer <kwzh@gnu.org>
9541
9542 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
9543
9544 * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
9545 (clean-buffer-list-kill-buffer-names): Doc fix.
9546
9547 * gud.el (gud-jdb-massage-args): Spelling fix.
9548
9549 1999-02-23 Richard M. Stallman <rms@gnu.org>
9550
9551 * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
9552
9553 1999-02-22 Eli Zaretskii <eliz@gnu.org>
9554
9555 * arc-mode.el (archive-set-buffer-as-visiting-file): Save
9556 excursion while calling set-auto-coding-function.
9557
9558 * play/handwrite.el (handwrite): Require ps-print, and use
9559 ps-printer-name and ps-lpr-command. Call ps-print-region-function
9560 if it's defined, instead of forking ps-lpr-command unconditionally.
9561
9562 1999-02-22 Kenichi Handa <handa@etl.go.jp>
9563
9564 * international/codepage.el (cp-coding-system-for-codepage-1): Put
9565 charset-origin-alist property to a coding system for the codepage.
9566
9567 * international/mule.el: Modify comment for charset-origin-alist
9568 property of a coding system.
9569
9570 * simple.el (what-cursor-position): charset-origin-alist property
9571 of a coding system may be a translation table or a symbol of which
9572 `translation-table' property is a translation table.
9573
9574 1999-02-21 Richard Stallman <rms@gnu.org>
9575
9576 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
9577 to the "html" template.
9578
9579 1999-02-21 Peter Breton <pbreton@ne.mediaone.net>
9580
9581 * dirtrack.el (dirtrack): Added docstring. Now returns input.
9582
9583 1999-02-18 Peter Breton <pbreton@ne.mediaone.net>
9584
9585 * dirtrack.el (dirtrack): Check for the prompt in the input string
9586 instead of the buffer.
9587
9588 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch>
9589
9590 * sql.el: Set version to 1.4.1. Changed mail address to
9591 alex@gnu.org. Mention the mailing list sql.el@gnu.org.
9592 (sql-input-ring-separator): Doc fix.
9593 (sql-mode-syntax-table): double-dash starts comments is defined as
9594 ". 56" instead of ". 12b" for XEmacs.
9595 (sql-stop, sql-interactive-mode): Doc fixes.
9596 (sql-postgres): Queries for database and server, not just one.
9597 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
9598
9599 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
9600 changed. This is needed for master.el to work.
9601 (sql-set-sqli-buffer): Use the new hook.
9602
9603 * sql.el (sql-make-alternate-buffer-name): Function that sets
9604 sql-alternate-buffer-name.
9605 (sql-alternate-buffer-name): Possible name of SQLi buffers.
9606 (sql-interactive-mode): Set sql-alternate-buffer-name.
9607 (sql-rename-buffer): New command.
9608 (sql-interactive-mode-menu): Menu for SQLi buffers.
9609
9610 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator
9611 and sql-input-ring-file-name are used to temporarily set
9612 comint-input-ring-file-name and comint-input-ring-separator when
9613 reading and writing input history files.
9614
9615 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
9616 (sql-input-ring-file-name): New variable with customization.
9617 (sql-input-ring-separator): New variable with customization.
9618 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
9619 Callers changed.
9620 (sql-show-sqli-buffer): The message for "sql-buffer is not set"
9621 now includes the name of the current buffer.
9622
9623 (sql-mode): Set paragraph-separate and paragraph-start so that
9624 sql-send-paragraph sends the entire SQL statements, even if it
9625 contains indented lines.
9626
9627 1999-02-18 Dave Love <fx@gnu.org>
9628
9629 * format.el (format-encode-run-method, format-decode-run-method):
9630 Fix previous change.
9631
9632 1999-02-18 Ken'ichi Handa <handa@gnu.org>
9633
9634 * international/mule.el (coding-system-list): Moved here from
9635 mule-util.el to avoid autoloading mule-util by the call of
9636 select-safe-coding-system.
9637
9638 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
9639
9640 * simple.el (turn-on-auto-fill): Mark it as an option for
9641 `text-mode-hook'.
9642
9643 1999-02-17 Richard Stallman <rms@gnu.org>
9644
9645 * emacs-lisp/easymenu.el (easy-menu-get-map):
9646 Don't crash if (current-local-map) is nil.
9647
9648 1999-02-17 Peter Breton <pbreton@ne.mediaone.net>
9649
9650 * filecache.el (file-cache-filter-regexps): Added .class.
9651
9652 1999-02-17 Ken'ichi Handa <handa@gnu.org>
9653
9654 * international/mule-util.el (decompose-region): Use
9655 insert-buffer-substring instead of insert-buffer to avoid putting
9656 mark.
9657
9658 1999-02-17 Andreas Schwab <schwab@gnu.org>
9659
9660 * calendar/cal-move.el (scroll-calendar-left): Don't set
9661 displayed-month and displayed-year here, let generate-calendar do
9662 it, after range checking.
9663
9664 1999-02-17 Simon Marshall <simon@gnu.org>
9665
9666 * progmodes/cc-engine.el (c-at-toplevel-p): New function.
9667
9668 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
9669 correctly between an object declared via a constructor and a method.
9670 (font-lock-defaults-alist): Don't give `.' word syntax for Java.
9671 (java-font-lock-keywords-1): Fontify package names individually.
9672 (java-font-lock-extra-types): Ensure regexp matches capitalised only.
9673 (java-font-lock-keywords-2): Simplify type fontification.
9674 (java-font-lock-keywords-3): Likewise.
9675
9676 1999-02-17 Kenichi Handa <handa@etl.go.jp>
9677
9678 * language/japanese.el (iso-2022-jp-2): New coding system.
9679 ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
9680
9681 1999-02-16 Dave Love <fx@gnu.org>
9682
9683 * help.el (describe-function-1): Accept non-symbols.
9684
9685 1999-02-16 Paul Eggert <eggert@twinsun.com>
9686
9687 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
9688 find the last match if there are multiple matches.
9689
9690 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9691
9692 * tex-mode.el (tex-run-command, latex-run-command)
9693 (slitex-run-command, tex-command): Doc changes.
9694 (tex-start-options-string): Autoload it. Doc change. Provide
9695 a menu for customization. Allow nil. Quote backslashes only once.
9696 (tex-start-tex): Handle nil value of tex-start-options-string
9697 and apply shell-quote-argument to it.
9698
9699 1999-02-16 Eli Zaretskii <eliz@gnu.org>
9700
9701 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
9702 the size in blocks, since it can be a float.
9703 (ls-lisp-format): Likewise
9704
9705 1999-02-16 Ken'ichi Handa <handa@gnu.org>
9706
9707 * language/japanese.el (japanese-shift-jis): Add
9708 charset-origin-alist property.
9709
9710 1999-02-15 Richard Stallman <rms@gnu.org>
9711
9712 * progmodes/compile.el (compile-internal): Use save-selected-window.
9713
9714 * subr.el (momentary-string-display): Bind inhibit-read-only.
9715
9716 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
9717
9718 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il>
9719
9720 * mail/rmail.el (rmail-show-message): If an unseen message has a
9721 Summary-line in its header, get past one more line before looking
9722 for the X-Coding-System header.
9723
9724 1999-02-15 Geoff Voelker <voelker@cs.washington.edu>
9725
9726 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
9727 explicitly to accomodate Windows 9X lack of a useful copy program.
9728
9729 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
9730
9731 * wid-edit.el (widget-choice-value-create): Use `equal'
9732 instead of `eq'.
9733
9734 1999-02-14 Richard Stallman <rms@gnu.org>
9735
9736 * international/iso-transl.el:
9737 (iso-transl-ae): Renamed from iso-transl-e-slash.
9738 (iso-transl-a-ring): Renamed from iso-transl-a-slash.
9739 (iso-transl-AE): Renamed from iso-transl-E-slash.
9740 (iso-transl-A-ring): Renamed from iso-transl-A-slash.
9741 (iso-transl-char-map): Related changes.
9742
9743 * format.el (format-replace-strings): Fix value of TO in REVERSE case.
9744
9745 1999-02-13 Richard Stallman <rms@gnu.org>
9746
9747 * textmodes/texinfmt.el (texinfo-alias): New function.
9748 (texinfo-fold-nodename-case): Add defvar.
9749 (texinfo-format-node): Do case folding if specified.
9750
9751 * ffap.el (ffap-file-at-point): Test local file names
9752 immediately. Strip off line numbers.
9753
9754 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch>
9755
9756 * sql.el: Set version to 1.3.2
9757 (sql-solid-program): Added support for solid.
9758 (sql-help): Doc mentions sql-solid.
9759 (sql-solid): Entry function for Solid.
9760 (sql-buffer): Doc explains the use of the variable and how to
9761 change it.
9762 (sql-mode-menu): Included entries for sql-show-sqli-buffer and
9763 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
9764 disabled if sql-buffer doesn't have a process; sql-send-paragraph
9765 is new.
9766 (sql-show-sqli-buffer): New function to display the value of
9767 sql-buffer.
9768 (sql-change-sqli-buffer): New function to change sql-buffer.
9769 (sql-mode): Doc explains how to change sql-buffer.
9770 (sql-send-paragraph): New function to send a paragraph.
9771 (sql-mode-map): Added keybinding for sql-send-paragraph.
9772 (sql-mysql): Doc corrected.
9773 (sql-ms): Doc corrected.
9774
9775 * sql.el (sql-server): Doc fix.
9776 (sql-mysql): Added the use of sql-server to specify the host,
9777 sql-database now specifies database instead of host.
9778 (sql-mode-menu): Send... menu items are only active if sql-buffer
9779 is non-nil.
9780 (sql-help): Changed tag of entry functions a bit.
9781
9782 * sql.el: Added keywords from `finder-by-keyword'.
9783 (sql-mode): Made sql-buffer a local variable, changed the
9784 documentation: removed instructions to add *.sql files to
9785 auto-mode-alist, added documentation for having mutliple SQL
9786 buffers sending their stuff to different SQLi buffers, each
9787 running a different process.
9788 (sql-postgres): Quoted *SQL* in doc string.
9789 (sql-ms): Likewise.
9790 (sql-ingres): Likewise.
9791 (sql-ingres): Quoted *SQL* in doc string, added references to
9792 sql-user and sql-password used during login.
9793 (sql-sybase): Quoted *SQL* in doc string, added comma.
9794 (sql-oracle): Likewise.
9795 (sql-interactive-mode): Added extensive documentation for having
9796 mutliple SQL buffers sending their stuff to different SQLi
9797 buffers, each running a different process.
9798 (sql-buffer): Changed doc from *SQL* to SQLi.
9799 (sql-get-login): Doc fix.
9800
9801 1999-02-12 Ken'ichi Handa <handa@gnu.org>
9802
9803 * international/mule-conf.el (undecided): Set ascii in
9804 safe-charsets property.
9805
9806 1999-02-12 Richard Stallman <rms@gnu.org>
9807
9808 * textmodes/paragraphs.el (paragraph-separate): Doc fix.
9809
9810 1999-02-12 Ken'ichi Handa <handa@gnu.org>
9811
9812 * ps-mule.el (ps-mule-font-info-database-default): Set the initial
9813 value to ps-mule-font-info-database-latin.
9814
9815 1999-02-13 Kenichi HANDA <handa@etl.go.jp>
9816
9817 * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
9818 (ps-mule-font-info-database-default): New variable.
9819 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
9820 ps-mule-font-info-database-default.
9821
9822 1999-02-12 Dave Love <fx@gnu.org>
9823
9824 * timezone.el (timezone-make-date-sortable)
9825 (timezone-make-date-arpa-standard): Doc fix.
9826
9827 1999-02-12 Ken'ichi Handa <handa@gnu.org>
9828
9829 * international/quail.el (quail-show-kbd-layout): Bind
9830 blink-matching-paren to nil.
9831
9832 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
9833 for ASCII and Latin-1.
9834
9835 1999-02-12 Andreas Schwab <schwab@gnu.org>
9836
9837 * gud.el (jdb): Fix regexp for comint-prompt-regexp.
9838
9839 1999-02-12 Kenichi Handa <handa@etl.go.jp>
9840
9841 * international/mule-cmds.el (language-info-alist): Remove
9842 description about charset-origin-alist.
9843
9844 * international/mule.el: Comment added for a new coding system
9845 property `charset-origin-alit'.
9846 (make-translation-table): This variable deleted.
9847
9848 * language/chinese.el (chinese-big5): Add charset-origin-alist
9849 property.
9850 ("Chinese-CNS"): Remove charset-origin-alist property.
9851
9852 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
9853 property.
9854 (cyrillic-alternativnyj): Likewise.
9855 ("Cyrillic-KOI8"): Remove charset-origin-alist property.
9856 ("Cyrillic-ALT"): Likewise.
9857
9858 * language/vietnamese.el (vietnamese-viqr): Add
9859 charset-origin-alist property.
9860 ("Vietnamese"): Remove charset-origin-alist property.
9861
9862 * simple.el (what-cursor-position): Don't use the varialbe
9863 charset-origin-alist, but use charset-origin-alist property of
9864 buffer-file-coding-system to decide external character set code.
9865
9866 1999-02-10 Richard Stallman <rms@gnu.org>
9867
9868 * shadowfile.el: Don't turn on the mode when the file is loaded.
9869
9870 1999-02-09 Richard Stallman <rms@gnu.org>
9871
9872 * progmodes/compile.el (compile-auto-highlight): Customize.
9873
9874 * add-log.el (add-log-file-name-function): New variable.
9875 (add-change-log-entry): Call that function, if non-nil.
9876
9877 1999-02-09 Michael Ernst <mernst@alum.mit.edu>
9878
9879 * rmail.el (rmail-search): Track match with a marker, not an integer.
9880
9881 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9882
9883 * progmodes/compile.el (compilation-setup): Set value of
9884 compilation-directory-stack as in compilation-forget-errors.
9885 (compile-reinitialize-errors): Bind buffer-undo-list and
9886 deactivate-mark.
9887 (compilation-forget-errors): Likewise.
9888
9889 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com>
9890
9891 * textmodes/texinfo.el (texinfo-environment-regexp): Add the
9892 def... constructs.
9893
9894 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
9895 Remove calls to sleep-for.
9896
9897 1999-02-08 Eli Zaretskii <eliz@gnu.org>
9898
9899 * international/codepage.el (cp-coding-system-for-codepage-1): On
9900 MS-DOS, use dos-unsupported-char-glyph for characters not
9901 supported by the codepage.
9902 (cp-make-coding-systems-for-codepage): Likewise.
9903
9904 1999-02-08 Andreas Schwab <schwab@gnu.org>
9905
9906 * international/mule-util.el (coding-system-list): Don't sort
9907 coding-system-list here.
9908
9909 * international/mule.el (coding-system-lessp): Moved here from
9910 mule-util.el
9911 (add-to-coding-system-list): New function.
9912 (make-subsidiary-coding-system, make-coding-system,
9913 define-coding-system-alias): Use it instead of setting
9914 coding-system-list directly.
9915
9916 1999-02-07 Dave Love <fx@gnu.org>
9917
9918 * calendar/appt.el (appt-make-list): Don't splice quotes and date
9919 onto message.
9920
9921 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9922
9923 * imenu.el (imenu--last-menubar-index-alist): Add doc.
9924 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist.
9925
9926 1999-02-06 Richard Stallman <rms@gnu.org>
9927
9928 * language/european.el (setup-slovenian-environment): New function.
9929 ("Slovenian"): New language environment.
9930
9931 * progmodes/sql.el (sql-help): Doc fix.
9932 (sql-mysql): Doc fix.
9933
9934 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9935
9936 * tex-mode.el: When compiling, require compare-w and skeleton
9937 to pacify the byte-compiler. Move the def's of the tex-commands
9938 together. Add a comment on kill-process vs. quit-process.
9939
9940 1999-02-05 Dave Love <fx@gnu.org>
9941
9942 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
9943 null markers.
9944 (compile-goto-error): Likewise.
9945
9946 1999-02-05 Stephen Gildea <gildea@alum.mit.edu>
9947
9948 * time-stamp.el (time-stamp-format): Format doc tighter.
9949 (time-stamp-line-limit): 0 searches the entire buffer (careful!).
9950 (time-stamp): Don't re-write the time stamp if it didn't change.
9951
9952 1999-02-05 Alex Schroeder <asc@bsiag.com>
9953
9954 * progmodes/sql.el: Changed version to 1.2.1.
9955 (sql-pop-to-buffer-after-send-region): Improved documentation.
9956 (sql-mysql-program): Added MySQL support.
9957 (sql-prompt-length): Made prompt-length configurable.
9958 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
9959 (sql-help): Added MySQL support, changed documentation.
9960 (sql-send-region): A message is displayed if something is sent.
9961 (sql-mode): Added buffer-local comment-start.
9962 (sql-interactive-mode): Use sql-prompt-length to set left-margin.
9963 (sql-interactive-mode): Added buffer-local comment-start.
9964 (sql-oracle): Set sql-prompt-length.
9965 (sql-sybase): Set sql-prompt-length.
9966 (sql-mysql): Added MySQL support.
9967 (sql-ingres): Set sql-prompt-length.
9968 (sql-ms): Set sql-prompt-length.
9969 (sql-postgres): Set sql-prompt-length.
9970
9971 1999-02-04 Eli Zaretskii <eliz@gnu.org>
9972
9973 * term/internal.el (dos-codepage-setup): Set selection coding
9974 system to cpNNN-dos.
9975
9976 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9977
9978 * international/characters.el: Let ethiopic use iso-2022-7bit.
9979
9980 1999-02-02 Dave Love <fx@gnu.org>
9981
9982 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
9983 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
9984
9985 1999-02-02 Karl Heuer <kwzh@gnu.org>
9986
9987 * terminal.el (terminal-emulator): Doc fix.
9988
9989 1999-02-02 Ken'ichi Handa <handa@gnu.org>
9990
9991 * international/mule-util.el (compose-chars): Doc-string
9992 modified. Correctly handle a composition character in ARGS.
9993
9994 1999-02-01 Richard Stallman <rms@gnu.org>
9995
9996 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
9997 (makefile-menu-index-function): Function deleted.
9998 (makefile-mode): Use makefile-imenu-generic-expression.
9999
10000 1999-02-01 Geoff Voelker <voelker@cs.washington.edu>
10001
10002 * term/w32-win.el (w32-create-initial-fontsets): Back out previous
10003 change, invoke from before-init-hook.
10004
10005 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu>
10006
10007 * subr.el (remove-from-invisibility-spec): Cope with the case when
10008 buffer-invisibility-spec is t.
10009
10010 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu>
10011
10012 * calendar/calendar.el (calendar-mode-map): Fix bindings for
10013 appt-add and appt-delete.
10014
10015 1999-02-01 Eli Zaretskii <eliz@gnu.org>
10016
10017 * term/pc-win.el (msdos-approximate-color): New function.
10018 (msdos-color-translate): Call it to find a DOS color that best
10019 approximates an X-style "#NNNNNN" color specification.
10020
10021 1999-02-01 Ken'ichi Handa <handa@gnu.org>
10022
10023 * international/mule-util.el (compose-chars-component): Add
10024 autoload cookie.
10025
10026 1999-01-31 Ken'ichi Handa <handa@gnu.org>
10027
10028 * international/quail.el (quail-lookup-key): If cdr of MAP is a
10029 function, replace cdr of MAP by the return value of the function
10030 unconditionally.
10031
10032 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10033
10034 * progmodes/compile.el (compilation-next-error-locus): Don't
10035 decrease argument FIND-AT-LEAST of compilation-next-error-locus.
10036
10037 1999-01-31 Eli Zaretskii <eliz@gnu.org>
10038
10039 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
10040 and NLs before "charset", and allow the charset name be in double
10041 quotes.
10042
10043 1999-01-31 Richard Stallman <rms@gnu.org>
10044
10045 * imenu.el (imenu-sort-function): Fix custom type.
10046
10047 1999-01-30 Richard Stallman <rms@gnu.org>
10048
10049 * speedbar.el (speedbar-line-token): Match {...} instead of [...].
10050 (speedbar-line-token): Likewise.
10051
10052 * play/gametree.el (gametree-default-score): Use defcustom.
10053 (gametree-score-regexp, gametree-score-closer): Likewise.
10054 (gametree-score-manual-flag, gametree-score-opener): Likewise.
10055
10056 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10057
10058 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
10059 decoding.
10060
10061 1999-01-29 Markus Rost <rost@gnu.org>
10062
10063 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
10064 tex-validate-buffer.
10065 (plain-tex-mode, latex-mode, slitex-mode): Likewise.
10066 (tex-validate-buffer): Renamed from validate-tex-buffer. Works
10067 now with recent occur-mode.
10068 (tex-validate-region): Really walk through all Sexps.
10069 (tex-region): Bind shell-dirtrack-verbose.
10070 (tex-file, tex-bibtex-file): Likewise.
10071
10072 1999-01-29 Dave Love <fx@gnu.org>
10073
10074 * finder.el: (finder-commentary): Fix interactive spec. Try
10075 appending .el to file name.
10076 (finder-find-library, finder-commentary): Doc fixes.
10077
10078 1999-01-29 Andrew Innes <andrewi@gnu.org>
10079
10080 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
10081 where the userid contains directory separators.
10082
10083 1999-01-29 Dave Love <fx@gnu.org>
10084
10085 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
10086 (lm-commentary): Doc fix.
10087
10088 1999-01-29 Andreas Schwab <schwab@gnu.org>
10089
10090 * files.el (file-expand-wildcards): Never consider `.' and `..' a
10091 wildcard match. Fix regexp that tests if dirpart contains
10092 wildcard characters.
10093
10094 1999-01-28 Richard Stallman <rms@gnu.org>
10095
10096 * font-lock.el (font-lock-default-unfontify-region):
10097 If not font-lock-syntactic-keywords, don't remove syntax-table prop.
10098
10099 1999-01-27 Jason Rumney <jasonr@altavista.net>
10100
10101 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
10102 from FAMILY field.
10103 (w32-create-initial-fontsets): Do not use before-init-hook.
10104 (mouse-set-font): Document. Automatically create and use fontsets.
10105
10106 * dos-w32.el (direct-print-region-helper): Check for printer
10107 being t as well as a string.
10108
10109 1999-01-27 Kenichi Handa <handa@etl.go.jp>
10110
10111 * mail/rmail.el (rmail-decode-mime-charset): New variable.
10112 (rmail-mime-charset-pattern): New variable.
10113 (rmail-convert-to-babyl-format): Decode by MIME-charset if
10114 rmail-decode-mime-charset is non-nil.
10115
10116 1999-01-27 Ken'ichi Handa <handa@gnu.org>
10117
10118 * international/characters.el: Set category `q' for all characters
10119 in tibetan and tibetan-1-column.
10120
10121 1999-01-27 Andrew Innes <andrewi@gnu.org>
10122
10123 * frame.el (select-frame-by-name): Obey focus-follows-mouse.
10124 (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
10125
10126 1999-01-27 Dave Love <fx@gnu.org>
10127
10128 * international/mule-cmds.el (current-language-environment):
10129 Provide :link, :type (choices) and appropriate :get.
10130
10131 1999-01-27 Eli Zaretskii <eliz@gnu.org>
10132
10133 * startup.el (command-line): Set default eol-mnemonic-* strings to
10134 display end-of-line format in mode line.
10135
10136 * cus-start.el (all): Add eol-mnemonic-* variables.
10137
10138 1999-01-26 Dave Love <fx@gnu.org>
10139
10140 * startup.el (command-line-1): Up-date copyright.
10141
10142 * paths.el (Info-default-directory-list): Use configdir twice.
10143
10144 * info.el (Info-directory-list): Don't set path-separator now
10145 we're not shipped with Texinfo. Simplify path definition.
10146 Substitute all occurrences of instdir in Info-default-directory-list.
10147
10148 1999-01-25 Richard Stallman <rms@gnu.org>
10149
10150 * startup.el (normal-top-level-add-subdirs-to-load-path):
10151 Record the inode numbers of the dirs processed, to avoid loop.
10152
10153 * textmodes/tex-mode.el (tex-run-command): Doc fix.
10154
10155 1999-01-25 Dave Love <fx@gnu.org>
10156
10157 * browse-url.el (browse-url-netscape-program): Doc addition.
10158
10159 * help.el (help-make-xrefs): Default info references to an `(emacs)'
10160 prefix.
10161
10162 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
10163 auto-mode-alist.
10164
10165 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10166
10167 * calendar/diary-lib.el (mark-diary-entries): Use
10168 assoc-ignore-case and do not capitalize when matching month and
10169 day names.
10170
10171 * calendar/calendar.el (calendar-read-date): Ditto.
10172
10173 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
10174 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
10175
10176 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
10177
10178 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
10179
10180 * calendar/cal-islam.el (calendar-goto-islamic-date)
10181 (mark-islamic-diary-entries): Ditto.
10182
10183 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
10184
10185 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
10186 (calendar-read-mayan-tzolkin-date): Ditto.
10187
10188 * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
10189
10190 1999-01-22 Michael Ernst <mernst@alum.mit.edu>
10191
10192 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
10193
10194 1999-01-25 Karl Heuer <kwzh@gnu.org>
10195
10196 * faces.el (list-faces-display): Multiline case of previous fix.
10197
10198 1999-01-25 Andreas Schwab <schwab@gnu.org>
10199
10200 * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
10201
10202 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
10203
10204 * files.el (find-file): If find-file-noselect returns a list,
10205 do switch-to-buffer on each element.
10206 (find-file-other-window): Likewise for all but the first element.
10207 (find-file-other-frame): Same.
10208 (find-file-noselect): When we expand a wildcard, return a list
10209 of buffers.
10210
10211 1999-01-24 Eli Zaretskii <eliz@gnu.org>
10212
10213 * term/internal.el (dos-codepage-setup): Call prefer-coding-system
10214 to set the appropriate cpNNN-dos coding system as the
10215 highest-priority coding system.
10216
10217 1999-01-23 Ken'ichi Handa <handa@gnu.org>
10218
10219 * international/fontset.el (generate-fontset-menu): Return a
10220 sorted list by plain names of fontsets.
10221
10222 * international/mule-diag.el (list-fontsets): Sort fontsets by
10223 plain names.
10224
10225 * language/tibet-util.el (tibetan-vertical-stacking): If the arg
10226 FIRST is a composite character, decompose it at first.
10227
10228 1999-01-23 Dave Love <fx@gnu.org>
10229
10230 * format.el: Doc fixes.
10231 (format-encode-run-method): Have things happen in the right buffer.
10232 Deal with errors from method. Set coding-system-for-write.
10233 (format-decode-run-method): Have things happen in the right buffer.
10234 Deal with errors from method. Set coding-system-for-read.
10235 (format-alist): Use nil instead of unmatchable regexps.
10236
10237 * simple.el (shell-command-on-region): Return command's exit status.
10238
10239 1999-01-23 Eric Ludlam <zappo@gnu.org>
10240
10241 * speedbar.el (speedbar-item-info-file-helper): Add optional arg
10242 of the file whose info we want to display.
10243 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
10244 (speedbar-add-mode-functions-list) Improve doc.
10245 (speedbar-line-token) New function.
10246 (speedbar-dired) Fix order of directories in -shown-directories.
10247 (speedbar-line-path): Default return is default-directory
10248 (speedbar-buffers-line-path): Return is dir name only.
10249 (speedbar-mode-functions-list): New variable.
10250 (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
10251 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
10252 speedbar-files-item-info speedbar-buffers-item-info): New functions.
10253 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
10254 New functions.
10255 (speedbar-line-file): Broke out part that fetches file from a line.
10256 (speedbar-line-text): New function extracted from speedbar-line-file.
10257 (speedbar-line-path): Converted into a replaceable function.
10258 (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
10259
10260 1999-01-23 Ken'ichi Handa <handa@gnu.org>
10261
10262 * international/fontset.el (create-fontset-from-x-resource): Make
10263 style variants.
10264
10265 1999-01-22 Dave Love <fx@gnu.org>
10266
10267 * paths.el (Info-default-directory-list): Put sysdir after start.
10268
10269 1999-01-22 Sam Steingold <sds@goems.com>
10270
10271 * midnight.el (clean-buffer-list): Do not kill a buffer if it has
10272 a process associated with it.
10273
10274 1999-01-22 Jason Rumney <jasonr@altavista.net>
10275
10276 * term/w32-win.el (w32-standard-fontset-spec): Simplified.
10277
10278 1999-01-22 Felix Lee <flee@cygnus.com>
10279
10280 * vc.el (vc-annotate-display): Delete old overlays. Fix check for
10281 major-mode.
10282 (vc-annotate-mode): Delete variable.
10283
10284 1999-01-22 Andrew Innes <andrewi@gnu.org>
10285
10286 * startup.el (command-line): [windows-nt]: Check for existence of
10287 .emacs file so as to notice .emacs.el or .emacs.elc and use them
10288 in preference to _emacs.
10289
10290 1999-01-22 Dave Love <fx@gnu.org>
10291
10292 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
10293
10294 1999-01-20 Richard Stallman <rms@gnu.org>
10295
10296 * files.el (find-file-noselect): Do wildcard processing only
10297 if new arg WILDCARDS is non-nil.
10298 (find-file, find-file-other-window): New arg WILDCARDS.
10299 Default it to non-nil if interactive.
10300 (find-file-other-frame): Likewise.
10301 (find-file-read-only): Likewise.
10302 (find-file-read-only-other-window): Likewise.
10303 (find-file-read-only-other-frame): Likewise.
10304
10305 * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
10306 (widget-plist-convert-option): Delete spurious comma.
10307
10308 1999-01-19 Jason Rumney <jasonr@altavista.net>
10309
10310 * term/w32-win.el (w32-standard-fontspec-spec): Change
10311 iso8859-5 to koi8-r. Add iso8859-9.
10312
10313 1999-01-19 Dave Love <fx@gnu.org>
10314
10315 * browse-url.el (browse-url-maybe-new-window): Delete macro and
10316 its uses.
10317
10318 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
10319 is active.
10320 (fortran-indent-subprogram): Likewise.
10321
10322 1999-01-19 Dave Love <d.love@dl.ac.uk>
10323
10324 * paths.el (Info-default-directory-list): Perhaps add /usr/info.
10325
10326 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
10327
10328 * wid-edit.el (alist): Use sexp as default key-type.
10329
10330 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10331
10332 * textmodes/tex-mode.el (tex-define-common-keys):
10333 Remove key binding of tex-feed-input.
10334 (tex-mode-map): Bind tex-feed-input here.
10335 (tex-start-shell): Use compilation-shell-minor-mode. Set
10336 comint-input-filter-functions before running tex-shell-hook.
10337 (tex-start-tex): Forget compilation errors.
10338 (tex-compilation-parse-errors): Rewritten to work also with
10339 compile-mouse-goto-error and compile-goto-error. Adjusted to
10340 change in tex-region.
10341 (tex-region): For the temp file use file-name without directory.
10342 (tex-file): Expand file name of tex-print-file.
10343
10344 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10345
10346 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call.
10347
10348 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no>
10349
10350 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
10351 beginning could cause Emacs to hang. Fixed.
10352
10353 1999-01-18 Ken'ichi Handa <handa@gnu.org>
10354
10355 * international/ccl.el (ccl-compile-translate-character): Handle
10356 the case that a tranlation table is CCL register correctly.
10357
10358 * international/mule-cmds.el (select-safe-coding-system):
10359 Hightlight at most 256 characters.
10360
10361 1999-01-18 Dave Love <fx@gnu.org>
10362
10363 * startup.el (command-line): If the init file changes operation to
10364 unibyte, make all buffers unibyte and re-set language environment.
10365
10366 * disp-table.el (standard-display-european): Make all existing
10367 buffers unibyte. Fix doc.
10368
10369 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu>
10370
10371 * wid-edit.el (coding-system): Define this unconditionally.
10372
10373 * simple.el (shell-command-on-region-default-error-buffer): New var.
10374 (shell-command-on-region): Use that variable as interactive
10375 value of ERROR-BUFFER argument.
10376
10377 1999-01-17 Sam Steingold <sds@goems.com>
10378
10379 * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
10380
10381 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10382
10383 * progmodes/compile.el (compilation-goto-locus): If already in the
10384 compilation buffer's window, keep it in that window.
10385 (compile-mouse-goto-error): Add Doc. Don't play with windows.
10386 (compile-goto-error): Don't play with windows.
10387
10388 * textmodes/tex-mode.el (latex-run-command): Doc fix.
10389 (tex-command): Doc fix.
10390 (tex-compilation-parse-errors): Doc fix.
10391 (tex-generate-zap-file-name): Don't start the name with -.
10392 (tex-expand-files): Works now also with strings ending with ":".
10393
10394 1999-01-17 Ian T Zimmerman <itz@transbay.net>
10395
10396 Patch failed to install:
10397 * gametree.el: Document scoring functionality.
10398 (gametree-score-regexp): Add optional plus sign.
10399 (gametree-score-opener): Replace `:' with `=' as the former
10400 conflicts with gametree-half-ply-regexp.
10401 (gametree-transpose-following-leaves): Add.
10402 (gametree-insert-new-leaf): Make modifying commands barf in read
10403 only buffers.
10404 (gametree-break-line-here): Add a call to
10405 `gametree-transpose-following-leaves'. This maintains the
10406 necessary invariant that on each level all leaf children precede
10407 all nonleaf children. This has always been implied, but left to
10408 the user, and, unfortunately, undocumented.
10409
10410 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk>
10411
10412 * wid-edit.el (plist, alist): New widget types.
10413
10414 1999-01-17 Dave Love <fx@gnu.org>
10415
10416 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
10417 fix scope of condition-case therein.
10418
10419 1999-01-17 Andrew Innes <andrewi@gnu.org>
10420
10421 * dos-w32.el: (find-buffer-file-type-coding-system): Use
10422 default-buffer-file-coding-system when file doesn't exist (and
10423 isn't covered by a special case) instead of forcing undecided-dos
10424 against the user's wishes.
10425
10426 * dos-w32.el (direct-print-region-helper): New function based on
10427 direct-print-region-function; sends data to specified printer port
10428 without further translation. Recognize and handle specially the
10429 standard `print' and `nprint' programs, as well as `lpr' and
10430 similar programs. Only write directly to the printer port if no
10431 print program is specified. Work around a bug in Windows 9x
10432 affecting Win32 version of Emacs by invoking command.com to write
10433 to the printer port instead of writing directly.
10434 (direct-print-region-function): Use direct-print-region-helper to
10435 do most of the work.
10436 (direct-ps-print-region-function): New function; analogue of
10437 direct-print-region-function for ps-print.
10438 (ps-lpr-command): Comment out setq; leave as example usage.
10439 (ps-lpr-switches): Ditto.
10440
10441 * lpr.el: (printer-name): Update docstring about usage on MS-DOS
10442 and MS-Windows.
10443 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
10444 DOS and Windows platforms, to indicate direct printing. Update
10445 the docstring accordingly.
10446
10447 * ps-print.el: (ps-printer-name): Update docstring about usage on
10448 MS-DOS and MS-Windows.
10449 (ps-lpr-command): Update docstring as for lpr-command.
10450 (ps-print-region-function): New variable.
10451 (ps-do-despool): Use it.
10452 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
10453 DOS/Windows.
10454
10455 * subr.el (subst-char-in-string): New function.
10456
10457 1999-01-17 Eli Zaretskii <eliz@gnu.org>
10458
10459 * international/codepage.el (cp852-decode-table): Fill a nil entry.
10460
10461 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
10462 (bdf-find-font-info): New function, looks for the first readable
10463 file from a list of alternatives.
10464 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
10465 instead of bdf-get-font-info.
10466 (bdf-generate-glyphs): If font-name is a cons cell, pass its car
10467 to ps-mule-generate-bitmap-glyph.
10468
10469 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
10470 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can
10471 now be a list of alternative names.
10472 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
10473 (ps-mule-prepare-font): Likewise.
10474
10475 * international/codepage.el (cp855-decode-table,
10476 cp850-decode-table): Fill some nil entries.
10477
10478 1999-01-16 Dave Love <fx@gnu.org>
10479
10480 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
10481 last change.
10482
10483 1999-01-15 Dave Love <fx@gnu.org>
10484
10485 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
10486 and change regexp for command names.
10487 (help-xref-go-back, function-called-at-point, symbol-file)
10488 (where-is): Doc fixes.
10489 (help-xref-go-back): Remove interactive spec.
10490 (describe-function-1): Fix message for alias. Buttomize alias
10491 name.
10492
10493 * simple.el (join-line): New alias.
10494
10495 1999-01-15 Johan Vromans <jvromans@squirrel.nl>
10496
10497 * forms.el: (forms--show-record): Convert integers to string
10498 expicitly since concat will no longer accept integers.
10499 (forms-print): Use local `total-nb-records' since
10500 `forms--total-records' will be inaccessible after buffer switching.
10501
10502 1998-01-14 Felix Lee <flee@cygnus.com>
10503
10504 * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
10505
10506 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu>
10507
10508 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
10509
10510 1999-01-14 Eli Zaretskii <eliz@gnu.org>
10511
10512 * international/codepage.el (cp850-decode-table): Fix previous change.
10513
10514 1999-01-14 Simon Marshall <simon@gnu.org>
10515
10516 * shell.el (shell-dirtrack-verbose): New custom variable.
10517 (shell-dirstack-message): Use it.
10518
10519 1999-01-14 Kenichi Handa <handa@etl.go.jp>
10520
10521 * international/mule-conf.el: Coding system alias `dos' for
10522 `undecided-dos', `mac' for `undecided-mac'.
10523
10524 * international/mule-cmds.el (describe-language-environment):
10525 Don't alter input-method-alist.
10526
10527 1999-01-13 Eli Zaretskii <eliz@gnu.org>
10528
10529 * international/codepage.el (cp850-decode-table): Replace nil
10530 entries with codes of similary looking glyphs. (Suggested by
10531 Jason Rumney <jasonr@altavista.net>.)
10532
10533 1999-01-13 Dave Love <fx@gnu.org>
10534
10535 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
10536
10537 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
10538
10539 1999-01-12 Karl Heuer <kwzh@gnu.org>
10540
10541 * files.el (auto-save-hook): Defvar this.
10542
10543 1999-01-12 Alex Schroeder <asc@bsiag.com>
10544
10545 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
10546 faces, eliminating the need to load font-lock before loading sql.
10547 (sql-mode-oracle-font-lock-keywords): Likewise.
10548 (sql-mode-postgres-font-lock-keywords): Likewise.
10549
10550 1999-01-11 Dave Love <fx@gnu.org>
10551
10552 * cus-start.el: Add inhibit-eol-conversion.
10553
10554 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
10555 the values round.
10556
10557 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu>
10558
10559 * help.el (help-mode-finish): Renamed from help-mode-maybe.
10560 Don't switch to Help mode here.
10561 (temp-buffer-setup-hook): Use help-mode-finish.
10562 (help-mode-setup): New function.
10563 (temp-buffer-setup-hook): Use help-mode-setup.
10564
10565 * progmodes/sql.el: New file.
10566
10567 * files.el (auto-mode-alist): Add sql-mode.
10568
10569 * faces.el (list-faces-display): Improve the formatting
10570 by computing the maximum length required for any face-name.
10571
10572 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10573
10574 * progmodes/compile.el (compilation-shell-minor-mode): New function.
10575
10576 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu>
10577
10578 * term.el (term_send_home): Change the string to
10579 be the same as the one emitted by xterm and consistent with the
10580 ones emitted by prior and next.
10581 (term_send_end): Likewise.
10582
10583 1999-01-10 Dave Love <fx@gnu.org>
10584
10585 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
10586 bindings.
10587
10588 1999-01-10 Eli Zaretskii <eliz@gnu.org>
10589
10590 * international/codepage.el (codepage-setup): Doc fix.
10591 (cp-decoding-vector-for-codepage): Likewise.
10592
10593 1999-01-10 Markus Rost <rost@gnu.org>
10594
10595 * cus-edit.el (custom-save-delete): First scan the custom-file.
10596
10597 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu>
10598
10599 * international/iso-transl.el: Define a "function name" for
10600 each translation that isn't ASCII. Use these function names
10601 in iso-transl-char-map.
10602
10603 1999-01-08 Kenichi Handa <handa@etl.go.jp>
10604
10605 * international/mule-util.el (decompose-region): Do decomposition
10606 on temporary unibyte buffer.
10607
10608 * international/mule.el (make-char): Doc-string modified.
10609
10610 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu>
10611
10612 * simple.el (comment-region): Delete spaces only if we
10613 deleted a comment starter.
10614
10615 1999-01-07 Dave Love <fx@gnu.org>
10616
10617 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
10618
10619 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
10620 like eval-defun does.
10621
10622 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
10623
10624 * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
10625 constructions. Doc fixes.
10626 (generic-create-generic-function): Use defalias, not fset.
10627
10628 * find-func.el: More doc fixes.
10629
10630 1999-01-06 Stephen Eglen <stephen@gnu.org>
10631
10632 * files.el (save-buffers-kill-emacs): Show the list of current
10633 processes before prompting to kill them and exit.
10634
10635 1999-01-06 Dave Love <fx@gnu.org>
10636
10637 * emacs-lisp/find-func.el: Doc fixes.
10638 (find-function-regexp): Extend for define-generic-mode,
10639 define-derived-mode, easy-mmode-define-minor-mode.
10640
10641 1999-01-06 Dave Love <fx@gnu.org>
10642
10643 * progmodes/fortran.el (fortran-window-create): Account for scroll
10644 bar width.
10645
10646 * browse-url.el: Require (noerror) w3-auto when compiling.
10647 (browse-url-maybe-new-window): Make it a macro and revert last
10648 change to callers.
10649 (browse-url-w3): Require w3 for w3-fetch-other-window.
10650
10651 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10652
10653 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
10654 argument.
10655
10656 1999-01-06 Simon Marshall <simon@gnu.org>
10657
10658 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix.
10659
10660 * font-lock.el (font-lock-default-fontify-buffer): When using
10661 with-temp-message, use nil rather than current-message.
10662
10663 * lazy-lock.el (lazy-lock-unstall):
10664 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
10665 rather than current-message.
10666
10667 * fast-lock.el (fast-lock-save-cache-1):
10668 (fast-lock-cache-data): When using with-temp-message, use nil rather
10669 than current-message.
10670
10671 1999-01-06 Eli Zaretskii <eliz@gnu.org>
10672
10673 * international/codepage.el (cp-coding-system-for-codepage-1): Add
10674 the valid-codes property.
10675
10676 * international/mule-cmds.el (prefer-coding-system): Call
10677 set-coding-priority, so that the internal array of priorities is
10678 also updated.
10679
10680 * international/mule-util.el:
10681 (coding-system-change-eol-conversion,
10682 coding-system-change-text-conversion): Don't define here.
10683
10684 * international/mule-cmds.el: Define them here. Remove the
10685 autoload cookies.
10686
10687 1999-01-06 Andreas Schwab <schwab@gnu.org>
10688
10689 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
10690 if it was enabled before.
10691
10692 * view.el (View-revert-buffer-scroll-page-forward): Bind
10693 view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
10694
10695 * files.el (recover-session): Preserve point when inserting
10696 explanation.
10697
10698 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu>
10699
10700 * cus-edit.el (custom-save-delete): Don't delete whitespace
10701 and comments before the sexp that is replaced.
10702
10703 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10704
10705 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
10706
10707 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de>
10708
10709 * vc.el (vc-dired-hook): Use the original value of
10710 dired-move-to-filename-regexp on lines that have not been
10711 reformatted yet.
10712 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
10713 file lines have already been reformatted.
10714
10715 1999-01-05 Dave Love <fx@gnu.org>
10716
10717 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
10718 buffer-local.
10719
10720 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se>
10721
10722 * progmodes/f90.el: Change of regular expressions for type to
10723 correct highlighting and identation. Some small fixes for
10724 compatibility with XEmacs.
10725
10726 1999-01-05 Stephen Eglen <stephen@gnu.org>
10727
10728 * mspools.el (mspools-vm-system-mail): Provide an alternative
10729 value based on rmail-spool-directory if $MAIL is not defined.
10730
10731 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
10732
10733 * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
10734 (reftex-section-info): Handle negative section levels.
10735 (reftex-view-crossref-extra): New option.
10736 (reftex-view-crossref): Generalized to work in more places.
10737 (reftex-find-citation-regexp-format, reftex-find-reference-format,
10738 reftex-macros-with-labels, reftex-global-search-marker): New variables.
10739 (reftex-view-cite-locations-from-bibtex): New command.
10740 (reftex-view-regexp-match, reftex-global-search,
10741 reftex-global-search-continue): New functions.
10742 (reftex-extract-bib-entries): No error for non-existing BibTeX
10743 file, just a message.
10744 (reftex-extract-bib-entries): Better error handling.
10745 (reftex-select-with-char): Use `*RefTeX Select*' for selection
10746 help and force it on current frame.
10747 (reftex-default-bibliography): New function.
10748 (reftex-access-parse-file): Check consistency after loading a
10749 parse file. When inconsistent, enfore rescan.
10750 (reftex-check-parse-consistency): New function.
10751 (easy-menu-define): Options section drastically shortened.
10752
10753 1999-01-05 Kenichi Handa <handa@etl.go.jp>
10754
10755 * language/thai-util.el (thai-compose-string): New function.
10756
10757 1999-01-04 Inge Frick <inge@nada.kth.se>
10758
10759 * easymenu.el (easy-menu-define): Doc fix.
10760 (easy-menu-create-menu): New keyword :included.
10761 (easy-menu-do-add-item): New keyword :included. SUFFIX may
10762 be an expression, not only a string. Simulate style `button'.
10763 Use easy-menu-define-key-intern instead of easy-menu-define-key.
10764 (easy-menu-define-key-intern): New function.
10765 (easy-menu-add-item): Understand value returned from
10766 easy-menu-item-present-p and easy-menu-remove-item.
10767 (easy-menu-return-item): New function.
10768 (easy-menu-item-present-p, easy-menu-remove-item): Use it.
10769
10770 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu>
10771
10772 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
10773 Use rmail-output-read-rmail-file-name to read the file name.
10774 Always call rmail-output-to-rmail-file noninteractively.
10775 When count > 1, do the loop here.
10776 Handle rmail-delete-after-output here.
10777 (rmail-summary-output): Similar changes.
10778
10779 * mail/rmailout.el: Provide `rmailout'.
10780 (rmail-output-read-rmail-file-name): New function.
10781 (rmail-output-to-rmail-file): Use that.
10782 (rmail-output-read-file-name): New function.
10783 (rmail-output): Use that.
10784
10785 * files.el (find-file-noselect): Let /: suppress wildcard matching.
10786 Error if wildcard matches no files.
10787
10788 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu>
10789
10790 * menu-bar.el (clipboard-yank): Doc fix.
10791
10792 * info.el (Info-insert-dir): Chase symlinks for file-attributes.
10793
10794 1998-12-31 Markus Rost <rost@delysid.gnu.org>
10795
10796 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
10797
10798 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk>
10799
10800 * rmail.el (rmail-encode-string): Make sure mask value is
10801 positive; (emacs-pid) returns a negative number on Windows 9x
10802 which causes odd behaviour.
10803
10804 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org>
10805
10806 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
10807 and about w32-* variables unless on Windows/NT.
10808
10809 1998-12-31 Boris Goldowsky <boris@alum.mit.edu>
10810
10811 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
10812 if buffer is modified; ask about all modified buffers.
10813
10814 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu>
10815
10816 * simple.el (what-cursor-position): Fix previous change.
10817
10818 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu>
10819
10820 * mail/sendmail.el (mail-mode): Eliminate ambiguous match
10821 from paragraph-start.
10822
10823 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
10824
10825 * international/mule-cmds.el (prefer-coding-system): If the
10826 argument requires specific EOL conversion type, make the default
10827 coding systems use that.
10828
10829 1998-12-30 Drew Csillag <drew_csillag@geocities.com>
10830
10831 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
10832 Use shell-command-on-region.
10833 (m4-start-m4, m4-end-m4): Functions deleted.
10834
10835 1998-12-30 Michael Ernst <mernst@alum.mit.edu>
10836
10837 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
10838
10839 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10840
10841 * browse-url.el (browse-url-mail): Give argument SEND-ACTION
10842 to compose-mail in the correct places and as a list.
10843
10844 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp>
10845
10846 * page-ext.el: Added mouse-selection feature for pages directory buffer.
10847 (pages-directory-map): Bind mouse-2
10848 (pages-copy-header-and-position): Put text property.
10849 (pages-directory-goto-with-mouse): New function.
10850
10851 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org>
10852
10853 * international/codepage.el (cp-make-coding-systems-for-codepage):
10854 Doc fix.
10855 (cp-coding-system-for-codepage-1): Likewise.
10856
10857 1998-12-29 Kenichi Handa <handa@etl.go.jp>
10858
10859 * language/thai-util.el (thai-post-read-conversion): Handle Thai
10860 composition sequence correctly here instead of calling
10861 thai-compose-region.
10862
10863 * textmodes/fill.el (fill-region-as-paragraph): While deleting a
10864 newline in multibyte buffer, if previous or next character is a
10865 composite char, check the first component of the composite char.
10866
10867 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org>
10868
10869 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
10870 and track-mouse.
10871
10872 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10873
10874 * mail/sendmail.el (mail-yank-original): Remove text properties
10875 after insertion.
10876 (mail-yank-region): Barf if no mark is set in the message
10877 being replied to.
10878
10879 * help.el (function-called-at-point): First look for function at point.
10880
10881 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu>
10882
10883 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
10884
10885 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10886
10887 * simple.el (what-cursor-position): Print character encoding also.
10888
10889 1998-12-26 Dave Love <fx@gnu.org>
10890
10891 * textmodes/flyspell.el: If local-maps work, don't put
10892 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
10893 in flyspell-mouse-map (only).
10894 (flyspell-use-local-map): New variable.
10895 Use a different mouse-2 binding in that case,
10896 and don't add to minor-mode-map-alist.
10897 (make-flyspell-overlay, flyspell-correct-word):
10898 Test flyspell-use-local-map.
10899
10900 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10901
10902 * files.el (file-expand-wildcards): Handle wildcards in directory name.
10903 Be careful about whether to return a relative file name,
10904 and if so, relative to what directory.
10905
10906 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
10907
10908 * emacs-lisp/easymenu.el (easy-menu-get-map):
10909 Change global map only if this menu exists in the global map already,
10910 and not in the local map.
10911 (easy-menu-do-add-item): Fix error message.
10912
10913 * foldout.el (foldout-inhibit-key-bindings):
10914 Avoid concatenating onto outline-minor-mode-prefix.
10915 Make a new keymap for that prefix, if it does not already have one.
10916
10917 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu>
10918
10919 * cperl-mode.el:
10920 Can use linear algorithm for indentation if Emacs supports it.
10921 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp.
10922 (cperl-after-block-p): Likewise.
10923 (cperl-after-block-and-statement-beg): Likewise.
10924 (cperl-after-block-p): After END/BEGIN we are a block.
10925 (cperl-after-expr-p): Skip labels when checking
10926 (cperl-indent-region): Make a marker for END - text added/removed.
10927 Disable hooks during the call (how to call them later?).
10928 Now indents 820-line-long function in 6.5 sec (including
10929 syntaxification) the first time (when buffer has few
10930 properties), 7.1 sec the second time.
10931 (cperl-indent-region): Do not indent whitespace lines
10932 (cperl-style-alist)
10933 Include `cperl-merge-trailing-else' where the value is clear.
10934 (cperl-styles-entries): Likewise.
10935 (cperl-problems): Improvements to docs.
10936 (cperl-tips): Likewise.
10937 (cperl-non-problems): Likewise.
10938 (cperl-mode): Make lazy syntaxification possible.
10939 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
10940 `font-lock-unfontify-region-function' was set to a wrong function.
10941
10942 (cperl-find-pods-heres): Safe a position in buffer where it is safe to
10943 restart syntaxification. Changed so that -d ?foo? is a RE. Do
10944 not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
10945 but 1<<6 was considered as HERE-doc.
10946 <file/glob> made into a string.
10947 Postpone addition of faces after syntactic step.
10948 Recognition of <FH> was wrong.
10949 Highlight `gem' in s///gem as a keyword. `qr' recognized.
10950 Knows that split// is null-RE.
10951 Highlights separators in 3-parts expressions as labels.
10952 <> was considered as a glob.
10953 Would err if the last line is `=head1'.
10954 $a-1 ? foo : bar; was a considered a regexp.
10955 `<< (' was considered a start of HERE-doc.
10956 mark qq[]-etc sections as syntax-type=string
10957 Was not processing sub protos after a comment ine.
10958 Was treating $a++ <= 5 as a glob.
10959 Tolerate unfinished REx at end-of-buffer.
10960 `unwind-protect' was left commented.
10961 / and ? after : start a REx.
10962
10963 (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
10964 Better default, customizes to `message' too, off in text-mode.
10965
10966 (cperl-array-face): Renamed from `font-lock-emphasized-face',
10967 `defface'd.
10968 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
10969 `defface'd.
10970 (cperl-emacs-can-parse): New state variable.
10971 (cperl-indent-line): Corrected to use global state.
10972 (cperl-calculate-indent): Likewise.
10973 (cperl-fix-line-spacing): Likewise (not used yet).
10974 (cperl-calculate-indent): Did not consider `,' as
10975 continuation mark for statements.
10976 (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
10977 Remove another parse-data optimization at toplevel: would
10978 indent correctly.
10979 Correct for labels when calculating indentation of continuations.
10980 Docstring updated.
10981 (cperl-choose-color): Converted to a function (to be
10982 compilable in text-mode).
10983 (cperl-dark-background): Disable without window-system.
10984 Do `defface' only if window-system.
10985 (cperl-fix-line-spacing): Sped up to bail out early.
10986 (x-color-defined-p): Was not compiling on XEmacs
10987 Was defmacro'ed with a tick. Remove another def.
10988 (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
10989 (cperl-unwind-to-safe): New function.
10990 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
10991 (cperl-fontify-syntaxically): Unwinds start and end to go out of
10992 long strings (not very successful).
10993 (cperl-forward-re): Highlight the trailing / in s/foo// as string.
10994 Highlight the starting // in s//foo/ as function-name.
10995 Emit a meaningful error instead of a cryptic one for an
10996 uncomplete REx near end-of-buffer.
10997
10998 (cperl-electric-keyword): `qr' recognized.
10999 (cperl-electric-else): Likewise
11000 (cperl-to-comment-or-eol): Likewise
11001 (cperl-make-regexp-x): Likewise
11002 (cperl-init-faces): Likewise, and `lock' (as overridable?).
11003 Corrected to use new macros;
11004 `if' for copying `reference-face' to `constant-face' was backward.
11005 remove init `font-lock-other-emphasized-face',
11006 `font-lock-emphasized-face', `font-lock-keyword-face'.
11007 Interpolate `cperl-invalid-face'.
11008 (cperl-make-regexp-x): Misprint in a message.
11009 (cperl-syntaxify-unwind): New configuration variable
11010 (cperl-fontify-m-as-s): New configuration variable
11011 (cperl-electric-pod): Check for after-expr was performed
11012 inside of POD too.
11013 (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
11014 (cperl-clobber-mode-lists): New configuration variable.
11015 (cperl-not-bad-style-regexp): Updated.
11016 Init: `cperl-is-face' was busted.
11017 (cperl-make-face): New macros.
11018 (cperl-force-face): New macros.
11019 (font-lock-other-type-face): Done via `defface' too.
11020 (cperl-nonoverridable-face): New face. Renamed from
11021 `font-lock-other-type-face'.
11022 (cperl-init-faces-weak): Use `cperl-force-face'.
11023 (cperl-comment-indent): Commenting __END__ was not working.
11024 (cperl-indent-for-comment): Likewise.
11025 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'.
11026 When removing old TAGS info was not relativizing filename.
11027 (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
11028 Another try to work around XEmacs problems. Better progress messages.
11029 (toplevel): Require custom unprotected => failure on 19.28.
11030 (cperl-xemacs-p): Defined when compile too
11031 (cperl-find-tags): Was writing line/pos in a wrong order,
11032 pos off by 1 and not at beg-of-line.
11033 (cperl-etags-snarf-tag): New macro
11034 (cperl-etags-goto-tag-location): New macro
11035 (cperl-version): New variable. New menu entry
11036 random docstrings: References to "future" 20.3 removed.
11037 Menu was described as `CPerl' instead of `Perl'
11038 (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
11039 (cperl-toggle-construct-fix): Was toggling to t instead of 1.
11040 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face'
11041 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
11042 `font-lock-reference-face', `font-lock-keyword-face'.
11043 Use `eval-after-load'.
11044 Remove not-CPerl-related faces.
11045 (cperl-tips-faces): New variable and an entry into Mini-docs.
11046 (cperl-indent-exp): Was not processing else-blocks.
11047 (cperl-get-state): NOP line removed.
11048 (cperl-ps-print): New function and menu entry.
11049 (cperl-ps-print-face-properties): New configuration variable.
11050 (cperl-invalid-face): New configuration variable.
11051 (perl-font-lock-keywords): Highlight trailing whitespace
11052 (cperl-contract-levels): Documentation corrected.
11053 (cperl-contract-level): Likewise.
11054 (cperl-ps-extend-face-list): New macro.
11055 (cperl-invalid-face): Change to ''underline.
11056
11057 1998-12-25 Markus Rost <rost@delysid.gnu.org>
11058
11059 * mail/rmailout.el (rmail-output): Abbreviate name of default-file
11060 for read-file-name.
11061 (rmail-output-to-rmail-file): Likewise.
11062
11063 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
11064
11065 * emacs-lisp/easymenu.el (easy-menu-get-map):
11066 If MENU is nil, use global menu-bar map.
11067 (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
11068 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
11069
11070 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11071
11072 * ps-mule.el (ps-mule-begin-job): Programming uniformization.
11073
11074 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11075
11076 * ps-print.el (ps-print-version): New version number (4.1.3).
11077
11078 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org>
11079
11080 * international/mule-cmds.el: Use make-sparse-keymap instead of
11081 define-prefix-key when defining MULE menu items.
11082
11083 * info.el (Info-node-at-bob-matching): New function.
11084 (Info-find-node, Info-build-node-completions): Call it.
11085
11086 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org>
11087
11088 * help.el (describe-function-1): Say "keymap", not "Lisp macro",
11089 when this is an autoloaded keymap.
11090
11091 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org>
11092
11093 * international/codepage.el (cp-coding-system-for-codepage-1):
11094 Create separate encoders and decoders, for DOS and Unix. Make the
11095 usual family of 3 coding systems, so that automatic detection of
11096 EOL type works.
11097 (cp-make-coding-systems-for-codepage): Don't intern DOS- and
11098 Unix-specific symbols here, and don't call
11099 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi
11100 Handa <handa@etl.go.jp>.)
11101
11102 * dos-vars.el (dos-codepage-setup-hook): New defcustom.
11103
11104 * term/internal.el (IT-character-translations): New variable, an
11105 alist used to display characters for which there's no glyphs in
11106 the current codepage.
11107 (IT-display-table-setup): New function, sets up the DOS terminal
11108 for a given codepage.
11109 (dos-codepage-setup): New function, sets up the MULE environment
11110 for the current value of dos-codepage.
11111 (top-level if): In the multibyte mode, turn on
11112 unibyte-display-via-language-environment. In the unibyte mode,
11113 set up the special syntax tables to map lower- to upper case and
11114 back.
11115
11116 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org>
11117
11118 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
11119 (speedbar-frame-plist) Remove useless comments.
11120 (speedbar-frame-mode) Do not specify height if it is in the param list.
11121 Use default y position w/out changing it.
11122 If default x position is a list, keep, calculate the non-list X
11123 value when devining an initial position.
11124 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
11125 (speedbar-tag-group-name-minimum-length): New variable.
11126 (speedbar-frame-parameter): New compatibility function.
11127 (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
11128 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
11129 groups to keep things in the right order, and to help with some
11130 naming conventions.
11131 (speedbar-create-tag-hierarchy): Enable buffer local version of
11132 `speedbar-tag-hierarchy-method' in the buffer we are tagging.
11133 (speedbar-line-path) Make DEPTH param optional. Devine it if absent.
11134 the case, derive it from the cursor location in speedbar.
11135
11136 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
11137
11138 * international/mule-cmds.el (set-language-environment): On MS-DOS
11139 terminals, install DOS-specific nonascii-translation-table if the
11140 language info doesn't specify one. Pass the default eol-type to
11141 set-language-environment-coding-systems.
11142 (set-default-coding-systems): Copy the eol-type property for the
11143 new default values of {buffer-file,process}-coding-system from the
11144 old defaults.
11145 (set-language-environment-coding-systems): Accept an optional
11146 argument EOL-TYPE, and set the eol-type property of the default
11147 coding systems accordingly.
11148 (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
11149 (set-keyboard-coding-system): Likewise.
11150 (set-default-coding-systems): Don't set
11151 default-terminal-coding-system on MS-DOS to anything but nil.
11152 (prefer-coding-system): Describe in the doc string that
11153 default-terminal-coding-system is not changed on MS-DOS.
11154 (set-language-environment): For MS-DOS, set standard syntax table
11155 and display table for all characters with code above 127.
11156 (standard-display-european-internal): For MS-DOS, pass all
11157 characters with code above 127 directly to the terminal, and don't
11158 remap characters 160 and 146 in the unibyte case.
11159
11160 * international/codepage.el: New file.
11161
11162 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11163
11164 * diary-lib.el (diary-float): Fix end-of-year error and typos in
11165 comments.
11166
11167 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
11168
11169 * map-ynp.el (map-y-or-n-p): Ignore input methods.
11170
11171 * subr.el (read-passwd): Likewise.
11172
11173 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org>
11174
11175 * info.el (Info-find-node): Add 1 to the position read from the
11176 tag table. Don't fail if the node delimiter ^_ is the first
11177 character in the file.
11178 (Info-insert-dir): Don't fail when the node delimiter ^_ is the
11179 first character in the file.
11180 (Info-read-subfile): Likewise.
11181 (Info-select-node): Likewise.
11182 (Info-build-node-completions): Likewise.
11183
11184 1998-12-16 Richard Stallman <rms@gnu.org>
11185
11186 * term/x-win.el (x-cut-buffer-or-selection-value):
11187 If clipboard is enabled, try it before PRIMARY selection.
11188
11189 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11190
11191 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
11192 insert c-cedilla and C-cedilla respectively, like in latin-1.
11193
11194 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org>
11195
11196 * language/hebrew.el: Don't use sublists in the flags argument
11197 passed to make-coding-system.
11198
11199 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11200
11201 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
11202 list of character sets found by find-charset-region.
11203
11204 * ps-mule.el: Always require ps-print. Move some function
11205 definitions for Emacs 20.2 and the earlier to ps-print.el.
11206 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
11207
11208 * ps-print.el: Define several functions for Emacs 20.2 and the
11209 earlier version.
11210 (ps-printer-name): Check if printer-name is bound.
11211
11212 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11213
11214 * ps-mule.el: Programming uniformization and little code improvement.
11215 (ps-mule-prepare-font): Programming uniformization.
11216 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
11217 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
11218
11219 * ps-bdf.el: Programming uniformization and little code improvement.
11220 (bdf-search-and-read): New fun.
11221 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
11222 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
11223 (bdf-info-relative-compose, bdf-info-baseline-offset)
11224 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
11225 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
11226 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
11227 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
11228 improvement.
11229
11230 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11231
11232 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
11233 and mule related code extraction. Autoload ps-mule funs.
11234
11235 * ps-mule.el: Doc fix. Require ps-print only when compiled.
11236 (ps-mule-prologue-generated): New fun.
11237 (ps-mule-plot-string): Add autoload cookie.
11238 (ps-mule-begin-job): Call ps-mule-prologue-generated.
11239
11240 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11241
11242 * ps-bdf.el: Require ps-mule instead of ps-print.
11243 (bdf-directory-list): Add autoload cookie.
11244
11245 * ps-mule.el: New file. Mule related code extracted from
11246 ps-print.el. Require ps-print, provide ps-mule.
11247 (ps-multibyte-buffer): Add autoload cookie.
11248 (ps-mule-prepare-ascii-font): New fun.
11249 (ps-mule-set-ascii-font): New fun.
11250 (ps-mule-skip-same-charset): Fun deleted.
11251 (ps-mule-plot-string): Set ps-mule-current-charset.
11252 (ps-mule-initialize): Add autload cookie. Don't set
11253 ps-mule-font-info-database here.
11254 (ps-mule-begin-job): Renamed from ps-mule-begin. Update
11255 ps-mule-font-info-database and ps-control-or-escape-regexp.
11256 (ps-mule-begin-page): New fun.
11257
11258 * ps-print.el: Mule related code moved to ps-mule.el.
11259 (ps-begin-job): While setting ps-control-or-escape-regexp, don't
11260 check ps-mule-charset-list.
11261 (ps-begin-page): Don't set ps-mule-current-charset, instead call
11262 ps-mule-begin-page.
11263 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
11264 (ps-plot-region): Don't set ps-mule-current-charset, instead call
11265 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset,
11266 instead skip same charsets by itself.
11267 (ps-generate): Call ps-mule-initialize of needs-begin-file is
11268 non-nil. Call ps-mule-begin-job.
11269
11270 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11271
11272 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf
11273 instead of bdf.
11274
11275 * ps-print.el (ps-mule-font-info-database): Doc-string modified.
11276 (ps-mule-external-libraries): New element FEATURE.
11277 (ps-mule-init-external-library): Ajusted for the above change.
11278 (ps-mule-generate-font): Likewise.
11279 (ps-mule-generate-glyphs): Likewise.
11280 (ps-mule-prepare-font): Likewise.
11281 (ps-mule-initialize): Likewise.
11282 (ps-begin-file): Superfluous tailing parenthesis deleted.
11283
11284 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11285
11286 * international/fontset.el (x-decompose-font-name): If PATTERN
11287 doesn't have any wild cards, return a vector made from a name that
11288 is found by x-resolve-font-name found. Comments added.
11289
11290 * international/mule-cmds.el (find-coding-systems-for-charsets):
11291 Handle the case of unknown charset.
11292 (find-multibyte-characters): If invalid multibyte characters are
11293 found, return the corresponding strings instead of character
11294 codes.
11295 (find-multibyte-characters): Adjusted for the above change.
11296 (select-safe-coding-system): For a unibyte buffer, always returns
11297 DEFAULT-CODING-SYSTEM.
11298 (get-charset-property): Fix previous change. Make it a function.
11299 (put-charset-property): Make it a function.
11300
11301 * international/mule.el (make-coding-system): Set mime-charset
11302 property of *-with-esc coding system to nil.
11303
11304 * international/quail.el (quail-point-in-conversion-region): New
11305 function.
11306 (quail-conversion-backward-delete-char): When a key sequence is
11307 being translated, call quail-delete-last-char.
11308
11309 * language/devan-util.el
11310 (devanagari-reorder-glyphs-for-decomposition): Fix the way to
11311 handle devanagari-decomposition-rules.
11312
11313 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org>
11314
11315 * textmodes/texinfo.el (texinfo-tex-buffer): Bind
11316 tex-start-options-string to empty string.
11317 (texinfo-tex-region): Use texinfo-tex-trailer as documented.
11318
11319 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org>
11320
11321 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
11322 5xx responses are already handled properly).
11323
11324 1998-12-13 Richard Stallman <rms@gnu.org>
11325
11326 * progmodes/compile.el (compilation-error-regexp-alist): Insist
11327 on a non-digit in the file name.
11328
11329 * simple.el (comment-region): Handle comment-padding
11330 separately for insertion and for deletion, in the right way for each.
11331
11332 1998-12-13 Felix Lee <flee@cygnus.com>
11333
11334 * progmodes/compile.el (compilation-error-regexp-alist): Fix
11335 regexp to match "ChangeLog:1:1998-12-09 ..."
11336
11337 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org>
11338
11339 * cus-start.el (dos-unsupported-char-glyph): Add.
11340
11341 1998-12-11 Dave Love <fx@gnu.org>
11342
11343 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
11344 forward-sexp in condition-case.
11345
11346 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11347 Remove unnecessary test on `library' for explicit file name.
11348 Widen scope of save-match-data.
11349
11350 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org>
11351
11352 * international/mule.el (load-with-code-conversion): If the loaded
11353 file was inserted with no-conversion or raw-text coding system,
11354 make the buffer unibyte.
11355
11356 1998-12-09 Richard Stallman <rms@gnu.org>
11357
11358 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
11359 Get rid of nested loops.
11360
11361 * mouse.el (mouse-drag-vertical-line):
11362 If WHICH-SIDE is not `right', then scroll bars are on the left.
11363
11364 * loadhist.el (load-history-loaded): defvar moved to help.el.
11365
11366 * help.el (symbol-file-load-history-loaded): Variable renamed,
11367 and defvar moved from loadhist.el.
11368 (symbol-file): Renamed from describe-function-find-file.
11369 Load fns-VERSION.el here.
11370 (describe-variable, describe-function-1): Use symbol-file.
11371
11372 * textmodes/tex-mode.el (tex-generate-zap-file-name):
11373 Don't start the name with #.
11374
11375 * ispell.el: Take out the eval-when's.
11376
11377 1998-12-09 Peter Breton <pbreton@ne.mediaone.net>
11378
11379 * dirtrack.el (dirtrack-directory-change-hook): New hook.
11380 (dirtrack): Run it. Make debug message more verbose.
11381
11382 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
11383
11384 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
11385 name of the abbrev table, and provide support for XEmacs.
11386 (octave-xemacs-p): New variable.
11387
11388 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
11389
11390 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
11391 exit, when mail-interactive is nil.
11392
11393 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr>
11394
11395 * files.el (after-find-file): Message fix.
11396
11397 1998-12-09 Ken Stevens <stevens@kdstevens.com>
11398
11399 * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
11400
11401 1998-12-09 Geoff Voelker <voelker@cs.washington.edu>
11402
11403 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
11404 filenames using backslashes.
11405
11406 1998-12-09 Dave Love <fx@gnu.org>
11407
11408 * browse-url.el (browse-url-mail): Call compose-mail-other-window
11409 with correct number of args.
11410 (browse-url-maybe-new-window): New arg. Callers changed.
11411
11412 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
11413 comment.
11414
11415 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
11416
11417 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
11418
11419 1998-12-08 Markus Rost <rost@delysid.gnu.org>
11420
11421 * vc.el (vc-rcs-release): Fix Type.
11422 (vc-sccs-release): Fix Type.
11423 (vc-cvs-release): Fix Type.
11424
11425 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
11426 arg work right.
11427
11428 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
11429 output of last undeleted message.
11430
11431 1998-12-07 Geoff Voelker <voelker@cs.washington.edu>
11432
11433 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
11434 (buffer-undo-list) [windows-nt]: Use different relative path.
11435
11436 1998-12-07 Simon Marshall <simon@gnu.org>
11437
11438 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
11439
11440 1998-12-05 Markus Rost <rost@delysid.gnu.org>
11441
11442 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
11443
11444 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
11445
11446 1998-12-04 Markus Rost <rost@delysid.gnu.org>
11447
11448 * info.el (Info-menu): Don't return error if point is between menu
11449 header and first menu item.
11450
11451 1998-12-04 Dave Love <fx@gnu.org>
11452
11453 * help.el (describe-function-1): Fix description for alias.
11454
11455 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org>
11456
11457 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
11458 specifications from summary line.
11459
11460 * rect.el (delete-whitespace-rectangle): Mark for autoload.
11461 (close-rectangle): Define alias only once in loaddefs.el.
11462
11463 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org>
11464
11465 * term/internal.el: Remove code which sets up a special syntax
11466 table for non-ASCII characters.
11467
11468 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org>
11469
11470 * dos-w32.el (direct-print-region-function): Try to ensure that
11471 printer-name is expanded to a file name on a local drive;
11472 sometimes printing a file loaded from a network volume fails.
11473 (direct-print-region-function): Add a function to
11474 write-region-annotate-functions to append a formfeed character to
11475 the region being printed, if the region doesn't end with a
11476 formfeed already. This avoids creating a second print job
11477 containing a blank page when print spooling is enabled on Windows.
11478
11479 1998-12-02 Dave Love <fx@gnu.org>
11480
11481 * help.el (help-make-xrefs): Use `info', not the non-autoloaded
11482 `Info-goto-node'.
11483
11484 1998-12-02 Richard Stallman <rms@gnu.org>
11485
11486 * help.el (temp-buffer-resize-mode): Doc fix.
11487
11488 * cus-edit.el (custom-save-delete): Save point before
11489 reading a sexp, rather than backing up.
11490
11491 * international/iso-transl.el: Fix previous change.
11492
11493 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
11494
11495 * vc.el (vc-dired-window-configuration, vc-ediff-windows,
11496 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
11497 Added defvars to suppress compilation warnings.
11498
11499 1998-11-30 Ken Stevens <k.stevens@ieee.org>
11500
11501 * ispell.el: Improved and fixed customize for variables:
11502 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
11503 ispell-dictionary-alist, ispell-skip-sgml.
11504 Improved and fixed comments in variables and messages for
11505 functions: ispell-help-in-bufferp, ispell-local-dictionary,
11506 ispell-menu-map, ispell-checking-message, ispell-parser,
11507 ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
11508 ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
11509 ispell-comments-and-strings, ispell-continue, ispell-complete-word,
11510 ispell-message-text-end, ispell-add-per-file-word-list.
11511 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
11512 system is now required for all languages. Casechars improved for
11513 castellano, castellano8, and norsk dictionaries. Dictionary
11514 norsk7-tex added. Dictionary polish added.
11515 (ispell-dictionary-alist): Redefined at load-time to support
11516 dictionary changes.
11517 (ispell-menu-map): Redefined at load-time to support menu changes.
11518 (ispell-check-version): New alias for `check-ispell-version'.
11519 (ispell-parse-output): Fixed matching for ispell error messages.
11520 Correctly returns spelling suggestions in order generated by ispell
11521 process.
11522 (check-ispell-version): Ensure `case-fold-search' doesn't get
11523 redefined.
11524 (ispell-complete-word): Ensure `case-fold-search' doesn't get
11525 redefined. Fix bug that didn't respect case of word being completed.
11526 (ispell-init-process): Set process coding system to be compatible
11527 with emacs processes and the ispell process.
11528 (ispell-kill-ispell): Ensures ispell process has terminated before
11529 starting new process. This can otherwise confuse process filters
11530 and hang the ispell process.
11531 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
11532 skipping support for sgml.
11533 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r
11534 which could cause `ispell-complete-word' to hang.
11535 (ispell-message): Improved message reference matching. Ensure
11536 `case-fold-search' doesn't get redefined.
11537 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
11538 get redefined. Fixed bug in returning to nroff mode from tex mode.
11539 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
11540 get redefined.
11541
11542 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu>
11543
11544 * textmodes/flyspell.el (flyspell-check-word-p):
11545 Don't delay inside a kbd macro.
11546
11547 * subr.el (make-local-hook): Return the hook variable.
11548
11549 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11550
11551 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
11552 Use a timer instead of post-command-hook.
11553 (hscroll-timer): New variable.
11554
11555 1998-11-30 Dave Love <fx@gnu.org>
11556
11557 * help.el (help-xref-button): Do nothing if text already has the
11558 help-xref property.
11559 (describe-variable): Revert previous change to hyperlink to source.
11560
11561 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
11562
11563 * bindings.el (features): Add `base64' to this list.
11564
11565 * loadhist.el (symbol-file): Doc fix.
11566
11567 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
11568
11569 * files.el (hack-one-local-variable): Cope with non-file buffers.
11570
11571 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu>
11572
11573 * help.el (describe-mode): Put major mode first.
11574
11575 * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
11576 to support special-display and same-window features.
11577
11578 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu>
11579
11580 * simple.el (transpose-subr, transpose-subr-1): Rename variables
11581 bound in one function and used in the other.
11582 (transpose-subr-start1, transpose-subr-start2): Add defvars.
11583 (transpose-subr-end1, transpose-subr-end2): Add defvars.
11584
11585 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu>
11586
11587 * autoinsert.el (auto-insert-alist): Use user-mail-address.
11588
11589 1998-11-26 Kenichi Handa <handa@etl.go.jp>
11590
11591 * international/ccl.el (ccl-dump-translate-character-const-tbl):
11592 Give format correct control string.
11593
11594 * international/mule.el (define-translation-table): Fix bug of
11595 setting incorrect translation-table-id. If the first element of
11596 ARGS is a translation table, just register it.
11597
11598 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
11599 property.
11600
11601 1998-11-24 Michael Ernst <mernst@alum.mit.edu>
11602
11603 * thingatpt.el (thing-at-point-url-at-point): Don't use current
11604 syntax table to determine what is whitespace.
11605
11606 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu>
11607
11608 * frame.el (frame-parameter): Doc fix.
11609
11610 * textmodes/tex-mode.el (tex-feed-input): New function.
11611 (tex-define-common-keys): Add binding for C-c C-m.
11612
11613 1998-11-23 Dave Love <fx@gnu.org>
11614
11615 * progmodes/fortran.el: Various minor doc fixes.
11616 (fortran-font-lock-keywords-1): Add `d' to comment-chars.
11617 (fortran-with-subprogram-narrowing): New macro.
11618 (fortran-check-for-matching-do): Use it.
11619 (fortran-end-do): Use fortran-check-end-prog-re.
11620 (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
11621 (fortran-calculate-indent, fortran-calculate-indent): Likewise.
11622
11623 1998-11-23 Simon Marshall <simon@gnu.org>
11624
11625 * font-lock.el (font-lock-defaults): Doc fix.
11626 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
11627 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
11628
11629 * lazy-lock.el (lazy-lock-unstall):
11630 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
11631
11632 * fast-lock.el (fast-lock-save-cache-1):
11633 (fast-lock-cache-data): Rewritten to use with-temp-message.
11634
11635 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org>
11636
11637 * mail/rmail.el (rmail-set-message-counters-counter): Detect
11638 messages that have been added with DOS line endings and convert
11639 the line endings for such messages.
11640
11641 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11642
11643 * help.el: Add resizing of temporary buffers.
11644 (temp-buffer-resize-mode): New command and variable.
11645 (temp-buffer-max-height): New variable.
11646 (resize-temp-buffer-window): New function.
11647
11648 * window.el (window-buffer-height): New function, split from
11649 shrink-window-if-larger-than-buffer.
11650 (shrink-window-if-larger-than-buffer): Use window-buffer-height.
11651
11652 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu>
11653
11654 * frame.el (initial-frame-alist): Add defcustom.
11655
11656 * shell.el (shell-prompt-pattern): Add defcustom.
11657
11658 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11659
11660 * message.el (message-ignored-supersedes-headers): Remove
11661 NNTP-Posting-Date.
11662
11663 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu>
11664
11665 * help.el (describe-mode): Don't avoid loop indirecting thru
11666 value of INDICATOR.
11667
11668 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu>
11669
11670 * help.el (describe-variable): Allow any variable with a defcustom,
11671 even if it is not a user variable.
11672
11673 * mail/rmail.el (mail-unsent-separator): Additional alternative.
11674
11675 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org>
11676
11677 * gnus/nntp.el (nntp-request-group): Allow for failures when
11678 requesting a new group.
11679
11680 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu>
11681
11682 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
11683
11684 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11685
11686 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
11687
11688 1998-11-19 Simon Marshall <simon@gnu.org>
11689
11690 * subr.el (with-temp-message): New macro.
11691
11692 * emacs-lisp/lisp-mode.el (with-temp-message):
11693 Add lisp-indent-function property.
11694
11695 1998-11-18 Dave Love <fx@gnu.org>
11696
11697 * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
11698
11699 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu>
11700
11701 * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
11702 This is not obsolete.
11703
11704 1998-11-18 Kenichi Handa <handa@etl.go.jp>
11705
11706 * textmodes/picture.el: Make a new map by make-keymap.
11707 (picture-desired-column): New variable.
11708 (picture-update-desired-column): New function.
11709 (picture-beginning-of-line): Set picture-desired-column to 0.
11710 (picture-end-of-line): Set picture-desired-column to the current
11711 column.
11712 (picture-forward-column): Pay attention to multi-column character.
11713 (picture-backward-column): Likewise.
11714 (picture-move-down): Likewise.
11715 (picture-move-up): Likewise.
11716 (picture-movement-nw): With prefix arg, move twice columns.
11717 (picture-movement-ne): Likewise.
11718 (picture-movement-sw): Likewise.
11719 (picture-movement-se): Likewise.
11720 (picture-set-motion): Handle two-column movements.
11721 (picture-move): Call picture-move-down or picture-forward-column
11722 only when necessary.
11723 (picture-insert): Pay attention to picture-desired-column.
11724 (picture-self-insert): Likewise.
11725 (picture-clear-column): Pay attention to multi-column character.
11726 (picture-mode): Modify doc-string for two-column movement.
11727
11728 * rect.el (move-to-column-force): New function.
11729 (operate-on-rectangle): If coerce-tabs is non-nil, call
11730 move-to-column-force instead of move-to-column.
11731 (insert-rectangle): Call move-to-column-force instead of
11732 move-to-column.
11733 (open-rectangle-line): If begextra is not zero, call
11734 move-to-column-force.
11735
11736
11737 1998-11-16 Dave Love <fx@gnu.org>
11738
11739 * textmodes/sgml-mode.el Require skeleton when compiling.
11740 (sgml-font-lock-keywords-1): Accept single-letter tags.
11741 (v2): Defvar free variable.
11742
11743 1998-11-16 Sam Steingold <sds@goems.com>
11744
11745 * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
11746 macro, not ELisp one.
11747
11748 1998-11-16 Kenichi Handa <handa@etl.go.jp>
11749
11750 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
11751 characters to symbol.
11752
11753 * language/japan-util.el (japanese-zenkaku-region): New optional
11754 arg KATAKANA-ONLY.
11755
11756 1998-11-16 Kenichi Handa <handa@etl.go.jp>
11757
11758 * international/mule.el
11759 (after-insert-file-set-buffer-file-coding-system): If the buffer
11760 is changed to unibyte, return inserted bytes.
11761
11762 * tar-mode.el (tar-header-block-tokenize): Decode codes of file
11763 and link names if necessary.
11764 (tar-header-block-summarize): Handle the case that file or link
11765 names are multibyte.
11766 (tar-summarize-buffer): At first set the current buffer unibyte,
11767 then if there are multibyte file names, change it to multibyte.
11768 (tar-mode): Get char position from tar-header-offset.
11769 (tar-extract): Avoid multibyte<->unibyte conversion in
11770 insert-buffer-subsring by setting both buffers unibyte
11771 temporarily.
11772 (tar-copy): Set the buffer unibyte while doing a work. Write
11773 without code conversion.
11774 (tar-expunge): Set the buffer unibyte while doing a work.
11775 (tar-alter-one-field): Likewise.
11776 (tar-clear-modification-flags): Compare byte position with
11777 tar-header-offset.
11778 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
11779 insert-buffer-subsring by setting both buffers unibyte
11780 temporarily. Pay attention to multibyteness while updating the
11781 descriptor-line.
11782 (tar-mode-write-file): Write without code conversion.
11783
11784 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11785
11786 * nngateway.el: Require cl.
11787
11788 1998-11-15 Dave Love <fx@gnu.org>
11789
11790 * progmodes/fortran.el: Fix previous change:
11791 (fortran-end-prog-re1): Changed.
11792 (fortran-check-end-prog-re): New function.
11793 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
11794
11795 1998-11-13 Tom Breton <tob@world.std.com>
11796
11797 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
11798 GNU Emacs.
11799
11800 1998-11-13 Carsten Dominik <cd@delysid.gnu.org>
11801
11802 * textmodes/reftex.el: (reftex-finding-files): Group documentation
11803 fixed.
11804 (reftex-toc-toggle-file-boundary,
11805 reftex-toc-toggle-labels,
11806 reftex-toc-toggle-context,reftex-find-start-point): New functions.
11807 (reftex-toc-include-labels, reftex-toc-include-context,
11808 reftex-toc-include-file-boundaries,
11809 reftex-toc-keep-other-windows): New options.
11810 (reftex-use-text-after-label-as-context): Option removed.
11811 (reftex-extract-bib-entries): Protect use in non-latex
11812 buffers.
11813 (reftex-toc-visit-location): Renamed from
11814 `reftex-toc-visit-line'.
11815 (reftex-latin1-to-ascii): Works now with and without Mule.
11816 (reftex-truncate): Removed special stuff for Emacs 20.2.
11817 (reftex-get-offset): Made more general.
11818 (reftex-show-label-location): Renamed from
11819 `reftex-select-label-callback'.
11820 (reftex-pop-to-label): Function removed (using
11821 `reftex-show-label-location' instead.
11822 (reftex-insert-docstruct): Renamed from
11823 `reftex-make-and-insert-label-list'. Function args changed.
11824 (reftex-toc): Now uses `reftex-insert-docstruct' and
11825 `reftex-find-start-point'.
11826 (reftex-select-item): Use `reftex-find-start-point'.
11827 (reftex-toc-visit-line): Can display labels and file
11828 boundaries.
11829 (reftex-TeX-master-file): `(TeX-master-file)' protected.
11830
11831 1998-11-12 Sam Steingold <sds@goems.com>
11832
11833 * browse-url.el (browse-url): Handle the case when
11834 `browse-url-browser-function' is a lambda list.
11835
11836 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org>
11837
11838 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
11839 version string.
11840 * loadhist.el (symbol-file): Likewise
11841
11842 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM>
11843
11844 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
11845
11846 1998-11-11 Sam Steingold <sds@goems.com>
11847
11848 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
11849 `run-lisp' instead of signalling an error.
11850
11851 1998-11-11 Karl Heuer <kwzh@gnu.org>
11852
11853 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
11854
11855 1998-11-11 Richard Stallman <rms@gnu.org>
11856
11857 * vc-hooks.el (vc-toggle-read-only): Doc fix.
11858
11859 1998-11-11 Per Starback <starback@update.uu.se>
11860
11861 * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
11862 renamed svenska8 to svenska, and fixed and extended CASECHARS
11863 for it.
11864
11865 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org>
11866
11867 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
11868 handling if setpagedevice is not available.
11869 (ps-begin-file): Fix typo.
11870
11871 1998-11-11 Kenichi Handa <handa@etl.go.jp>
11872
11873 * international/mule-util.el (compose-chars-component): Signal
11874 error if CH is a rule-based composition character.
11875 (compose-chars): Signal error if an already compsed character is
11876 going to be composed by rule-base.
11877
11878 * term/x-win.el: If a resolved ASCII font name doesn't conform to
11879 full XLFD, don't try to get information of WEIGHT and SLANT from
11880 that font name.
11881
11882 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
11883
11884 * dos-w32.el (set-default-process-coding-system): Use function on
11885 before-init-hook to set default-process-coding-system based on
11886 enable-multibyte-characters.
11887
11888 * term/w32-win.el ([language-change]): For now ignore
11889 keyboard language-change events.
11890
11891 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org>
11892
11893 * ediff-util.el (ediff-make-temp-file): Run the prefix through
11894 convert-standard-file-name, but leave the results of
11895 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2
11896 characters if the original name already exists, or has a special
11897 handler.
11898
11899 1998-11-10 Karl Heuer <kwzh@gnu.org>
11900
11901 * international/iso-insert.el: Delete autoload cookies.
11902
11903 * international/iso-transl.el: Add autoload cookies.
11904
11905 1998-11-10 Richard Stallman <rms@gnu.org>
11906
11907 * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
11908 (ispell-process-line): Don't treat multibyte
11909
11910 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk>
11911
11912 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
11913 setpagedevice to specify the page size if setpagedevice is
11914 available. This is necessary to select the correct paper tray on
11915 Level 2 printers with multiple paper sizes available.
11916
11917 (ps-begin-file): Cope with font names that contain spaces, and
11918 call BeginDoc in a BeginSetup/EndSetup block.
11919
11920 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org>
11921
11922 * loadup.el (buffer-undo-list): Run fns-VERSION.el through
11923 convert-standard-filename.
11924
11925 * loadhist.el (symbol-file): Run fns-VERSION.el through
11926 convert-standard-filename.
11927
11928 1998-11-06 Richard Stallman <rms@gnu.org>
11929
11930 * textmodes/texinfmt.el (texinfo-format-scan):
11931 Detect the case of two @-commands in a row; process just the first.
11932 (texinfo-append-refill): If line has a @c, insert the @refill
11933 before it.
11934 (texinfo-format-refill): Return with point where the @refill was.
11935
11936 * files.el (hack-local-variables): Test local-enable-local-variables.
11937 (hack-local-variables-prop-line): Likewise.
11938 (set-auto-mode): Don't test local-enable-local-variables here.
11939 (enable-local-variables): Doc fix.
11940 (local-enable-local-variables): Doc fix.
11941 (normal-mode): Doc fix.
11942
11943 1998-11-06 Karl Heuer <kwzh@gnu.org>
11944
11945 * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
11946
11947 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM>
11948
11949 * simple.el (line-number-mode): Doc fix.
11950
11951 1998-11-06 Kenichi Handa <handa@etl.go.jp>
11952
11953 * international/fontset.el (create-fontset-from-fontset-spec):
11954 Give correct arg to `error'.
11955
11956 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org>
11957
11958 * textmodes/sgml-mode.el (html-mode): Doc fix.
11959 (sgml-name-8bit-mode): Fix missing format character in message string.
11960
11961 1998-11-05 Karl Heuer <kwzh@gnu.org>
11962
11963 * mail/sendmail.el (sendmail-send-it): Check for failure.
11964
11965 1998-11-05 Richard Stallman <rms@gnu.org>
11966
11967 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
11968
11969 * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
11970 (close-rectangle): Define as alias.
11971
11972 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu>
11973
11974 * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
11975
11976 1998-11-05 Dave Love <fx@gnu.org>
11977
11978 * help.el (describe-variable): Don't quote link to source.
11979
11980 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu>
11981
11982 * gud.el (gud-common-init): Use pop-to-buffer.
11983 (same-window-regexps): Add an element that matches all gud buffers.
11984
11985 1998-11-04 Jason Rumney <jasonr@altavista.net>
11986
11987 * term/w32-win.el (x-get-selection-value): Alias to
11988 x-cut-buffer-or-selection-value.
11989 (w32-standard-fontset-spec): New variable.
11990 (w32-create-initial-fontsets, mouse-set-font): Check whether
11991 new-fontset is available.
11992 (w32-use-w32-font-dialog): Enable use of set-variable.
11993
11994 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11995
11996 * vc.el (with-vc-file, edit-vc-file): New macros.
11997
11998 1998-11-04 Kenichi Handa <handa@etl.go.jp>
11999
12000 * international/quail.el (quail-show-guidance-buf): Call
12001 set-minibuffer-window to set minibuffer window of the current
12002 frame correctly.
12003
12004 1998-11-03 Theodore Jump <tjump@tertius.com>
12005
12006 * term/w32-win.el: Require fontset.
12007
12008 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org>
12009
12010 * faces.el (set-face-font): Call resolve-fontset-name on w32.
12011 (set-face-font-auto): Ditto.
12012
12013 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
12014
12015 * mouse.el (mouse-drag-region): Fix typo.
12016
12017 1998-11-02 Dave Love <fx@gnu.org>
12018
12019 * progmodes/fortran.el Fix for fontification of strings lost somehow:
12020 (fortran-fontify-string): New function.
12021 (fortran-font-lock-keywords-1): Use it.
12022
12023 1998-11-02 Markus Rost <rost@delysid.gnu.org>
12024
12025 * comint.el (comint-file-name-quote-list): Doc fix.
12026
12027 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
12028
12029 * loadup.el (buffer-undo-list): Write fns-VERSION.el into
12030 build directory, not source directory.
12031
12032 * mouse.el (mouse-drag-region): Fake up a mouse-motion event
12033 if we did not get one for the final move.
12034
12035 1998-11-01 Dave Love <fx@gnu.org>
12036
12037 * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
12038 Don't funcall browse-url-browser-function.
12039
12040 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
12041 Don't funcall browse-url-browser-function.
12042
12043 * fortran.el (fortran-end-prog-re1): Fix the regexp.
12044
12045 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
12046
12047 * files.el (revert-buffer): Doc fix.
12048
12049 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
12050
12051 * textmodes/tex-mode.el (tex-start-options-string):
12052 Quote the backslashes with more backslashes.
12053
12054 1998-10-31 Dave Love <fx@gnu.org>
12055
12056 * webjump.el (webjump-sample-sites): Fix Lisp archive site.
12057 (webjump): Don't funcall browse-url-browser-function.
12058
12059 1998-10-30 Kenichi Handa <handa@etl.go.jp>
12060
12061 * international/quail.el (quail-start-translation): Handle
12062 switching of the frame in read-key-sequence.
12063 (quail-start-conversion): Likewise.
12064 (quail-show-guidance-buf): Detach quail-guidance-buf from any
12065 windows before setting an appropriate window for it.
12066 (quail-hide-guidance-buf): Use window-minibuffer-p. Set
12067 quail-guidance-win to nil.
12068 (quail-update-guidance): If quail-guidance-buf is not in the
12069 selected frame, call quail-show-guidance-buf again.
12070
12071 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no>
12072
12073 * progmodes/pascal.el (pascal-mode):
12074 `blink-matching-paren-dont-ignore-comments' set to t.
12075
12076 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12077
12078 * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
12079
12080 1998-10-30 Dave Love <fx@gnu.org>
12081
12082 * vc.el (vc-backend-merge-news): Check for "P" output.
12083
12084 * help.el (describe-variable): Hyperlink the definition.
12085
12086 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
12087
12088 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
12089 (sh-set-shell): Likewise.
12090
12091 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
12092
12093 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
12094 (edebug-on-error): Fix customize type to match that of
12095 debug-on-error.
12096
12097 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
12098
12099 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
12100 report-emacs-bug-address instead of undefined bug-gnu-emacs.
12101
12102 * international/mule-cmds.el (select-message-coding-system): Doc
12103 fix.
12104
12105 * international/mule-diag.el (describe-coding-system): Describe
12106 all flags.
12107
12108 * mail/sendmail.el (sendmail-coding-system,
12109 default-sendmail-coding-system): Doc fix.
12110
12111 * simple.el (shell-command-on-region): Doc fix.
12112
12113 * loadup.el: Write fns-*.el in current directory instead of
12114 data-directory since no installation directory exists yet. Mark
12115 buffer unmodified afterwards.
12116
12117 * loadhist.el (symbol-file): Load fns-*.el from exec-directory
12118 instead of data-directory since it is architecture dependent.
12119 (load-history-loaded): Update doc string.
12120
12121 1998-10-29 Geoff Voelker <voelker@cs.washington.edu>
12122
12123 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
12124 path as a default directory when canonicalizing names.
12125
12126 * w32-fns.el: Remove a dangling reference to a directory on the
12127 build machine.
12128
12129 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu>
12130
12131 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
12132 namespace related keywords such as `class', `body', `private',
12133 `variable', `namespace eval', etc.
12134 (tcl-imenu-generic-expression): Handle itcl body and class definitions.
12135 (tcl-mode): Added ":" as a word constituent to the syntax-alist of
12136 imenu and font-lock so that searches for \sw would find words
12137 containing colons.
12138
12139 * progmodes/etags.el (initialize-new-tags-table):
12140 Do not alter find-tag-marker-ring and tags-location-ring.
12141
12142 1998-10-27 Geoff Voelker <voelker@cs.washington.edu>
12143
12144 * term/w32-win.el: Require fontset.
12145 (w32-init-fontsets): New function (code from x-win.el).
12146
12147 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12148
12149 * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
12150 calendar-and-diary-frame-parameters): Add title parameter.
12151
12152 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
12153
12154 * completion.el (dynamic-completion-mode): New function to enable
12155 the mode. (Just loading the file now does not change anything.)
12156
12157 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12158
12159 * ps-print.el: User option for multibyte buffer handling and doc fix.
12160 (ps-multibyte-buffer): New user option.
12161 (ps-setup): Print new user option.
12162 (ps-print-quote): New fun.
12163 (ps-color-p, ps-mule-font-info-database-latin): New var.
12164 (ps-default-color, ps-mule-font-info-database)
12165 (ps-mule-font-info-database-ps-bdf): Adjust initialization.
12166 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
12167 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
12168 Little code improvement.
12169 (ps-mule-initialize): Initialize ps-mule-font-info-database.
12170 (ps-print-prologue-header, ps-font-family, ps-font-size)
12171 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
12172 (ps-build-face-reference, ps-mule-font-info-database-bdf)
12173 (ps-mule-external-libraries, ps-mule-init-external-library)
12174 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
12175 Doc fix.
12176 (ps-print-version): New version number (4.1.1) and doc fix.
12177 (ps-print-prologue-header): New user option.
12178 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
12179 Conditional compilation for GNU Emacs and emacsens.
12180 (ps-generate-postscript-with-faces): Skip invisible text better.
12181 (ps-setup): Print new user option.
12182 (ps-print-preprint): Check if input file name exists and is unwritable.
12183 (ps-begin-file): Adjust PostScript prologue header for duplex printers
12184 and insert user PostScript prologue header comments.
12185 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
12186 New funs.
12187 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
12188 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
12189 PostScript programming normalization.
12190 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
12191 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
12192 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
12193 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
12194 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
12195 Programming style normalization.
12196
12197 1998-10-26 Kenichi Handa <handa@etl.go.jp>
12198
12199 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
12200 version, check the value of mule-version.
12201
12202 * international/mule-util.el (compose-region): Insert then delete
12203 to preserve markers.
12204 (decompose-region): Use search-forward for efficiency.
12205
12206 * language/chinese.el (pre-write-encode-hz): Cancel previous
12207 change, use generate-new-buffer instead of get-buffer-create.
12208 * language/devan-util.el
12209 (in-is13194-devanagari-pre-write-conversion): Likewise.
12210 * language/thai-util.el (thai-pre-write-conversion): Likewise.
12211 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
12212 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
12213
12214 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
12215
12216 * mail/rmailsum.el (rmail-message-subject-p):
12217 Handle message whose header has not been reformatted.
12218
12219 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
12220
12221 1998-10-25 Jason Rumney <jasonr@altavista.net>
12222
12223 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
12224 New variables.
12225 (mouse-set-font): Use font menus instead of dialog according to
12226 w32-use-w32-font-dialog.
12227
12228 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12229
12230 * calendar/calendar.el (calendar-day-name-array): Add doc string
12231 correctly!
12232 (calendar-month-name-array): Add doc string correctly!
12233
12234 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu>
12235
12236 * net-utils.el (whois-get-tld): Rewrite not to use `do'.
12237
12238 1998-10-21 Markus Rost <rost@delysid.gnu.org>
12239
12240 * lisp/info.el (Info-next-menu-item): Stay on top of node.
12241
12242 * mail/rmailout.el (rmail-output): Insert newline only if necessary.
12243
12244 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
12245
12246 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
12247
12248 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org>
12249
12250 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
12251
12252 1998-10-21 Karl Heuer <kwzh@gnu.org>
12253
12254 * emacs-lisp/profile.el (profile-timer-program): Var deleted.
12255 (profile-timer-process, profile-temp-result-, profile-time): Likewise.
12256 (profile-filter, profile-reset-timer): Functions deleted.
12257 (profile-check-zero-init-times, profile-get-time): Likewise.
12258 (profile-find-function, profile-quit): Likewise.
12259 (profile-distinct, profile-call-stack, profile-last-time): New vars.
12260 (profile-time-list, profile-init-list): Doc fix.
12261 (profile-functions): Simplify.
12262 (profile-print): Use float. Make output include space separators.
12263 (profile-add-time): New helper function.
12264 (profile-function-prolog): Renamed from profile-start-function.
12265 Handle profile-distinct.
12266 (profile-function-epilog): Renamed from profile-update-function.
12267 Handle profile-distinct.
12268 (profile-a-function): If the function to be profiled is an
12269 autoload form, load it. If it's lazy-loaded, fetch it.
12270 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
12271 (profile-restore-fun): Arg FUN is now a function symbol, as was
12272 documented, rather than a one-element list.
12273 (profile-finish): Call profile-restore-fun properly.
12274
12275 1998-10-21 Kenichi Handa <handa@etl.go.jp>
12276
12277 * international/characters.el: Setup charset property
12278 nospace-between-words.
12279
12280 * international/mule-cmds.el (get-charset-property): If CHARSET is
12281 composition, return nil.
12282 (put-charset-property): If CHARSET is composition, do nothing.
12283
12284 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
12285 * language/devan-util.el
12286 (in-is13194-devanagari-pre-write-conversion): Likewise.
12287 * language/thai-util.el (thai-pre-write-conversion): Likewise.
12288 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
12289 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
12290
12291 * textmodes/fill.el (sentence-end-without-period): New variable.
12292 (canonically-space-region): Pay attention to
12293 sentence-end-without-period.
12294 (fill-find-break-point): The first argument CHARSET deleted.
12295 Caller changed.
12296 (fill-region-as-paragraph): Pay attention to charset property
12297 nospace-between-words and text property nospace-between-words.
12298
12299 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
12300
12301 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
12302 an unrecognized shell.
12303
12304 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org>
12305
12306 * desktop.el (desktop-save): Include minor modes symbolically.
12307 (desktop-create-buffer): Turn on all minor modes in `mim'.
12308
12309 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
12310
12311 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
12312 (sh-font-lock-keywords): Handle rpm and rpm2.
12313 (sh-ancestor-alist): Handle rpm.
12314
12315 * files.el (auto-mode-alist): Recognize .rpm files.
12316 Also .spec and .mspec files.
12317
12318 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org>
12319
12320 * faces.el (frame-set-background-mode): Enable the function for
12321 MSDOS frames.
12322
12323 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12324
12325 * calendar/calendar.el (calendar-day-name-array): Add doc string.
12326 (calendar-month-name-array): Add doc string.
12327
12328 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu>
12329
12330 * simple.el (kill-ring-max): Increased to 60.
12331
12332 1998-10-17 Kenichi Handa <handa@etl.go.jp>
12333
12334 * international/characters.el: Setup auto-fill-chars.
12335
12336 * international/kinsoku.el (kinsoku): Check the variable
12337 enable-kinsoku.
12338
12339 * simple.el (do-auto-fill): Don't check kinsoku-enable here.
12340 Don't call kinsoku directly, intead call fill-find-break-point.
12341
12342 * textmodes/fill.el: Setup `fill-find-break-point-function'
12343 property to character sets which require `kinsoku' processing for
12344 filling.
12345 (fill-find-break-point): New function.
12346 (fill-region-as-paragraph): Don't check kinsoku-enable here.
12347 Don't call kinsoku directly, intead call fill-find-break-point.
12348
12349 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu>
12350
12351 * faces.el (modify-face-read-string): Return (nil) for "none".
12352 (modify-face): Don't get error if (nil) is the argument.
12353 (face-try-color-list): Don't check whether nil is a valid color.
12354
12355 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu>
12356
12357 * emacs-lisp/bytecomp.el (byte-recompile-directory):
12358 Print message about each directory, even in batch mode.
12359
12360 * gnus/nntp.el: Require `cl' before using nnoo-declare.
12361
12362 * ps-print.el (ps-mule-chars-in-string): No need to use sref.
12363 (ps-mule-string-char): No need to use sref.
12364 (ps-mule-next-index): No need to use sref.
12365
12366 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
12367
12368 * files.el (revert-buffer-internal-hook): Add defvar.
12369
12370 * arc-mode.el (archive-mode): Locally set file-precious-flag.
12371
12372 * tar-mode.el (tar-mode): Locally set file-precious-flag.
12373
12374 1998-10-16 Markus Rost <rost@delysid.gnu.org>
12375
12376 * international/mule-cmds.el (default-input-method): Fix custom type.
12377
12378 * net-utils.el (whois-server-list): Fix customization type.
12379
12380 * shell.el (shell-input-autoexpand): Fix customization group.
12381
12382 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu>
12383
12384 * repeat.el (repeat): Handle keyboard macros properly.
12385 Handle new prefix arg after self-insert command.
12386
12387 * repeat.el: Don't include cl even at compile time.
12388 (repeat): Avoid using `loop'.
12389
12390 * simple.el (shell-command-on-region): Doc fix.
12391 (next-history-element): Special error message if no default.
12392
12393 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu>
12394
12395 * ps-print.el (ps-print-buffer): Doc fix.
12396 (ps-despool): Likewise.
12397
12398 * arc-mode.el (arc-mode): Provide arc-mode.
12399
12400 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
12401
12402 * ps-print.el (ps-print-buffer): Doc fix.
12403
12404 1998-10-14 Dave Love <fx@gnu.org>
12405
12406 * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
12407 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
12408 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
12409
12410 * progmodes/fortran.el (fortran-mode-map): Change "Join
12411 Continuation Line" to "Join Line".
12412 (fortran-font-lock-keywords-1): Add "cycle", "exit".
12413
12414 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
12415
12416 * progmodes/fortran.el (fortran-join-line): Use
12417 `delete-indentation' instead of issuing an error message if not on
12418 a continuation line. Provide for joining several lines using
12419 prefix arg.
12420
12421 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org>
12422
12423 * term/pc-win.el (msdos-color-values): New variable.
12424 (x-color-values): New function, emulates its namesake from
12425 src/xfns.c.
12426 (msdos-bg-mode): Add all dark colors to those which return
12427 "dark".
12428
12429 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
12430
12431 * replace.el (keep-lines, flush-lines, how-many):
12432 Don't ignore case if arg has upper case letters.
12433
12434 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch>
12435
12436 * progmodes/vhdl-mode.el
12437 (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
12438 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
12439 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
12440 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
12441 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
12442 (vhdl-when): Fix indentation problem.
12443 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
12444 (vhdl-get-port, vhdl-get-generic): Bug fix in template.
12445 (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
12446
12447 1998-10-13 Geoff Voelker <voelker@cs.washington.edu>
12448
12449 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
12450 (ls-lisp-insert-directory): Renamed from insert-directory.
12451 (insert-directory): New function.
12452
12453 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
12454
12455 * simple.el (completion-fixup-function): Variable deleted.
12456 (completion-setup-function): Delete code for completion-fixup-function.
12457 * emacs-lisp/lisp.el (lisp-complete-symbol):
12458 Don't bind completion-fixup-function.
12459
12460 * files.el (find-file-wildcards): New option.
12461 (find-file-noselect): Handle wild cards, if enabled.
12462 (file-expand-wildcards): New function.
12463
12464 * simple.el (set-fill-column): Doc fix.
12465
12466 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12467
12468 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
12469
12470 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org>
12471
12472 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
12473 Move declaration before first use.
12474 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
12475 hif-math, hif-factor): Rename token to hif-token and token-list to
12476 hif-token-list.
12477 (hif-token, hif-token-list): Declare them.
12478 (hif-find-ifdef-block): Return cons of top and bottom point
12479 instead of setting dynamically bound variables.
12480 (hide-ifdef-block, show-ifdef-block): Use return value of
12481 hif-find-ifdef-block.
12482
12483 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
12484
12485 * subr.el (read-passwd): Use clear-this-command-keys.
12486
12487 * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
12488
12489 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
12490 and ...-for-write.
12491
12492 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk>
12493
12494 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
12495 responses to GROUP command, since this may be called from a timer
12496 with quit inhibited.
12497
12498 1998-10-12 Kenichi Handa <handa@etl.go.jp>
12499
12500 * international/ccl.el (ccl-compile-if): If there's no false-cmds,
12501 set unconditional-jump to nil.
12502 (ccl-compile-read-multibyte-character): Return nil.
12503 (ccl-compile-write-multibyte-character): Likewise.
12504 (ccl-compile-translate-character): Likewise
12505 (ccl-compile-map-multiple): Likewise.
12506 (ccl-compile-map-single): Likewise.
12507
12508 * international/kinsoku.el: Add coding tag.
12509 (kinsoku-bol): Remove superfluous TAB in a string.
12510
12511 * international/mule-cmds.el (find-coding-systems-for-charsets):
12512 Delete `composition' (if any) from CHARSETS.
12513
12514 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
12515
12516 * international/mule-cmds.el (setup-specified-language-environment):
12517 Add apropos-inhibit property.
12518 (describe-specified-language-support): Likewise.
12519
12520 1998-10-11 Kenichi HANDA <handa@etl.go.jp>
12521
12522 * international/mule.el (make-coding-system): Create -with-esc
12523 variant coding system.
12524
12525 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
12526
12527 * progmodes/etags.el (tags-loop-revert-buffers): New variable.
12528 (next-file): Optionally offer to revert a file's buffer,
12529 if it has an existing buffer but the file has changed.
12530
12531 * info.el (Info-insert-dir): Detect and report problems
12532 in input files, such as "No Top node". Return with point
12533 at the beginning of the text.
12534 (Info-find-node): Reinsert the code to handle files
12535 with no tags table; it was deleted by mistake.
12536
12537 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
12538
12539 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
12540 texinfo-find-higher-level-node repeatedly find the same node.
12541 (texinfo-find-higher-level-node): Doc fix.
12542
12543 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
12544
12545 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
12546 (smtpmail-address-buffer): Add defvar.
12547 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
12548
12549 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
12550
12551 * ffap.el (ffap-machine-p-local): Fix editing error.
12552
12553 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu>
12554
12555 * faces.el (frame-set-background-mode):
12556 Don't do anythung for text-only or MSDOS frame.
12557
12558 1998-10-08 Kenichi Handa <handa@etl.go.jp>
12559
12560 * international/quail.el (quail-defrule): New optional arg APPEND.
12561 (quail-defrule-internal): Fix bug of handling the argument APPEND.
12562
12563 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu>
12564
12565 * gnus/pop3.el (pop3-open-server):
12566 Set process-coding-system-alist around open-network-stream.
12567
12568 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu>
12569
12570 * files.el (save-buffer): Doc fix.
12571
12572 1998-10-07 Karl Heuer <kwzh@gnu.org>
12573
12574 * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
12575 return DEF unchanged, not nil. Simplify.
12576
12577 1998-10-06 Geoff Voelker <voelker@cs.washington.edu>
12578
12579 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
12580
12581 1998-10-06 Peter Breton <pbreton@ne.mediaone.net>
12582
12583 * generic.el (generic-mode-with-type): Added hooks for generic-modes.
12584
12585 * net-utils.el (ftp, nslookup): Require comint.
12586 (network-service-connection): Likewise.
12587 (whois-server-name): Defaults to whois.arin.net
12588 (whois-server-list, whois-server-tld, whois-guess-server): New var.
12589 (whois): Tries to guess the appropriate top-level domain server.
12590 (whois-get-tld): New function.
12591
12592 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
12593 (dirtrack-debug-toggle): Added this function.
12594
12595 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
12596
12597 * files.el (find-file-noselect): Switch to the correct buffer
12598 before checking find-file-literally, and allow non-nil non-t
12599 rawfile params.
12600
12601 1998-10-06 Karl Heuer <kwzh@gnu.org>
12602
12603 * midnight.el (clean-buffer-list): Add autoload cookie.
12604
12605 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
12606 no-autosave.
12607 * tar-mode.el (tar-mode-revert): Likewise.
12608 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
12609 from ediff-arrange-autosave-in-merge-jobs. Callers changed.
12610 * gnus/message.el (message-auto-save-directory): Renamed from
12611 message-autosave-directory. All references changed.
12612
12613 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
12614
12615 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
12616 string. Expose mime stuff while searching.
12617
12618 1998-10-06 Richard Stallman <rms@gnu.org>
12619
12620 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
12621
12622 * replace.el (perform-replace): Position point properly
12623 before and after the recursive edit of C-r.
12624
12625 * progmodes/etags.el (tags-reset-tags-tables): Properly
12626 find the markers in the old rings that are being discarded.
12627
12628 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12629
12630 * apropos.el (apropos-print): Control invalid characters.
12631
12632 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
12633 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
12634 confusing customize.
12635
12636 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org>
12637
12638 * generic-x.el (bat-generic-mode): Fix regexps for keywords and
12639 built-in commands. Add more built-in commands and fix face names.
12640
12641 1998-10-05 Simon Marshall <simon@gnu.org>
12642
12643 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
12644
12645 1998-10-04 Eric Ludlam <zappo@gnu.org>
12646
12647 * speedbar.el (speedbar-initial-expansion-list-name): Remove
12648 customization since it is not useful in this case.
12649 (speedbar-frame-mode): Check if cfx or cfy is a list, and make
12650 sure it gets evalled to a number. Also verify that set-frame-name
12651 fn exists before calling it.
12652
12653 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
12654 Protect a `forward-sexp' call which could fail, and improved regex
12655 for ie, and eg abbreviations.
12656
12657 1998-10-02 Noah Friedman <friedman@splode.com>
12658
12659 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
12660 send-string.
12661 (rlogin-send-Ctrl-D): Here also.
12662 (rlogin-send-Ctrl-Z): Here also.
12663 (rlogin-send-Ctrl-backslash): Here also.
12664
12665 1998-10-02 Dave Love <fx@gnu.org>
12666
12667 * outline.el (hide-region-body): Bind
12668 outline-view-change-hook to nil while making repeated calls to
12669 outline-flag-region. Run it once at the end.
12670 (hide-other, hide-sublevels, show-children): Likewise.
12671
12672 * info-look.el: Remove duplicate scheme-mode entry.
12673 (info-lookup-make-completions): When looking for entries, check
12674 that `item' isn't null or "Menu".
12675
12676 1998-10-01 Karl Heuer <kwzh@gnu.org>
12677
12678 * net-utils.el: Don't require ffap.
12679 (net-utils-machine-at-point, net-utils-url-at-point): New functions.
12680 (ping, nslookup-host, finger, network-connection-to-service): Use them.
12681
12682 1998-09-30 Richard Stallman <rms@gnu.org>
12683
12684 * ispell.el (check-ispell-version): No need to bind default-major-mode.
12685
12686 * imenu.el (imenu--generic-function): Sort each submenu by position.
12687 (imenu--sort-by-position): New function.
12688
12689 * cus-edit.el (Custom-mode-menu): Fix info node name.
12690 (customize group): Fix info node name.
12691
12692 * mail/mailalias.el (build-mail-aliases): Don't allow
12693 a newline in the alias name. Don't define an alias
12694 if the definition would be empty.
12695
12696 * which-func.el (which-func-mode-global): Make :set function
12697 more reliable.
12698
12699 * custom.el (custom-set-variables): Load the requests first,
12700 then check the symbol's `set' function.
12701
12702 * ffap.el: Doc fixes.
12703
12704 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12705
12706 * gnus.el: (gnus-valid-select-methods): Fix type.
12707 * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
12708 * gnus-score.el (gnus-orphan-score): Fix type.
12709 (gnus-score-default-header, gnus-score-default-type): Fix type.
12710 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
12711 (gnus-saved-headers): Fix type.
12712
12713 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
12714 Avoid nil value of `two-lines-citation-part'.
12715
12716 1998-09-30 Roman Belenov <roman@nstl.nnov.ru>
12717
12718 * which-func.el (which-function): Handle case when
12719 (car imenu--index-alist) is nil.
12720
12721 1998-09-29 Dave Love <fx@gnu.org>
12722
12723 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
12724 bzip2 args.
12725
12726 1998-09-29 Simon Marshall <simon@gnu.org>
12727
12728 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
12729 comint-exec-hook.
12730
12731 1998-09-29 Stephen Eglen <stephen@gnu.org>
12732
12733 * info-look.el: Add support for Octave.
12734
12735 1998-09-28 Carsten Dominik <cd@delysid.gnu.org>
12736
12737 * textmodes/reftex.el (reftex-finding-files): New customize group.
12738 (reftex-texpath-environment-variables,
12739 reftex-use-external-file-finders, reftex-external-file-finders,
12740 reftex-search-unrecursed-path-first): New options.
12741 (reftex-process-string, reftex-find-file-externally): New
12742 functions.
12743 (reftex-access-search-path): Execute shell commands to find the
12744 search path.
12745 (reftex-toggle-auto-view-crossref): When turning on, make sure
12746 `reftex-auto-view-crossref' becomes non-nil.
12747 (reftex-abbrev-regexp): Constant removed.
12748 (reftex-convert-string): Abbrev regexp calculated locally.
12749
12750 1998-09-28 Dave Love <fx@gnu.org>
12751
12752 * progmodes/fortran.el: Don't call regexp-opt when deriving
12753 font-lock patterns with keywords that aren't all literal.
12754
12755 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
12756
12757 * octave-inf.el (inferior-octave-prompt): Also match prompts of
12758 the form `octave.bin:1>' which come from using precopiled binary
12759 versions.
12760
12761 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu>
12762
12763 * help.el (help-for-help): Use %THIS-KEY%.
12764 (help-quit): Add doc.
12765
12766 * help-macro.el (make-help-screen): Keep HELP-TEXT
12767 in a separate function definition, not in the help command FNAME.
12768 Replace %THIS-KEY% with the key sequence that ran FNAME.
12769
12770 1998-09-25 Richard Stallman <rms@gnu.org>
12771
12772 * textmodes/texinfo.el (texinfo-show-structure):
12773 Bind inhibit-read-only.
12774
12775 * isearch.el (isearch-search-and-update): Properly
12776 handle upper case letters in the reverse-search special case.
12777
12778 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12779
12780 * gnus.el: Extend the list of autoloaded functions.
12781
12782 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
12783 buffer before creating help group. (from Gnus v5.6.43, fix by
12784 1998-08-20 Per Starback <starback@update.uu.se>)
12785
12786 * gnus-util.el (gnus-output-to-rmail): Adjust to
12787 `rmail-output-to-rmail-file'.
12788
12789 1998-09-25 Karl Heuer <kwzh@gnu.org>
12790
12791 * hexl.el (hexl-mode-map): More of previous change.
12792
12793 * textmodes/tex-mode.el (tex-run-command): Doc fix.
12794 (tex-start-tex): Don't use tex-start-options-string in star case.
12795 Quote file name in star case as well as in non-star.
12796 Add blank and quoting of option string here.
12797 (tex-start-options-string): Not here.
12798
12799 1998-09-23 Karl Heuer <kwzh@gnu.org>
12800
12801 * term.el (term-delimiter-argument-list): Doc fix.
12802 (term-emulate-terminal): Escape literal semicolon.
12803 * progmodes/asm-mode.el (asm-mode): Doc fix.
12804 (asm-comment-char): Escape literal semicolon.
12805 * emulation/viper-cmd.el (viper-movement-commands): Likewise.
12806
12807 1998-09-23 Richard Stallman <rms@gnu.org>
12808
12809 * hexl.el (hexl-mode-map): Don't override all ESC bindings,
12810 only those that normally modify the buffer.
12811
12812 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
12813 over again.
12814
12815 1998-09-23 E. Jay Berkenbilt <ejb@ql.org>
12816
12817 * ispell.el (check-ispell-version): Ensure same buffer is current
12818 when let-binding of case-fold-search ends.
12819
12820 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12821
12822 * ps-print.el: Skip invisible overlay.
12823 Test for set-buffer-multibyte rather than using mule-version.
12824 (ps-print-version): New version number (4.1) and doc fix.
12825 (ps-generate-postscript-with-faces): Skip invisible overlay.
12826
12827 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu>
12828
12829 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
12830
12831 1998-09-22 Kenichi Handa <handa@etl.go.jp>
12832
12833 * international/quail.el (quail-update-guidance): Check for the
12834 return value of (quail-guidance) fixed.
12835 (quail-update-translation): Bind quail-current-str locally when it
12836 calls quail-update-guidance.
12837 (quail-update-translation): If input-method-exit-on-first-char is
12838 non-nil, terminate translation only when the current input method
12839 is simple.
12840
12841 1998-09-22 Paul Eggert <eggert@twinsun.com>
12842
12843 * startup.el (locale-translation-file-name): Prefer X-related names
12844 to the name used by GNU/Linux sans X. Set to nil if no file found.
12845 (command-line): Use locale-translation-file-name if it is not nil,
12846 instead of testing for its existence again.
12847 regexp-quote the ctype before using it in a regexp.
12848 Allow a colon to appear after the ctype in the aliases file,
12849 as is done in X11R6.4.
12850
12851 1998-09-21 Richard Stallman <rms@gnu.org>
12852
12853 * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
12854
12855 * calendar/appt.el (appt-interval): Variable deleted.
12856 (appt-check): For minutes in between appt-display-interval times,
12857 do check, but don't display anything except an updated mode line.
12858 Count against appt-display-interval based on minutes since
12859 first display of this appointment, not based on time of day.
12860 If appt-display-mode-line, force mode line redisplay
12861 whenever appt-mode-string has changed.
12862 (appt-add, appt-delete): Add autoload cookies.
12863 (appt-check): Catch errors from calling `diary'.
12864 (appt-max-time): Renamed from max-time.
12865 (appt-now-displayed, appt-display-count): New variables.
12866 (appt-timer): Don't create one if we already have one.
12867
12868 * textmodes/tex-mode.el (tex-compilation-parse-errors):
12869 More general code to use the source buffer instead of the zap file.
12870
12871 * hilit-chg.el (highlight-compare-with-file): Renamed from
12872 compare-with-file.
12873
12874 * loadhist.el (load-history-loaded): New variable.
12875 (symbol-file): Load etc/fns-VERSION.el if that has not been done.
12876
12877 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
12878
12879 * emacs-lisp/find-func.el (find-function-search-for-symbol):
12880 Fix error messages.
12881
12882 1998-09-21 Markus Armbruster <armbru@pond.sub.org>
12883
12884 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
12885 Emacs frame.
12886
12887 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12888
12889 * mail/rmail.el (rmail-decode-babyl-format): Recognize both
12890 `undecided' and `undecided-unix'.
12891
12892 1998-09-21 Dave Love <fx@gnu.org>
12893
12894 * help.el (help-make-xrefs): Fix typo affecting Info references.
12895
12896 * subr.el (remove-hook): Check list values to avoid errors.
12897
12898 1998-09-18 Noah Friedman <friedman@splode.com>
12899
12900 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
12901 store string in eldoc-last-message without consing a new string.
12902 Rearrange logic from nested if's into cond's.
12903 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
12904 Do not print message; just return string.
12905 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
12906 Do not print message; just return string.
12907 Cache that string in eldoc-last-data.
12908 (eldoc-last-data): Make into a vector.
12909 (eldoc-get-fnsym-args-string): Use new data form of structure.
12910 (eldoc-get-var-docstring): Here also.
12911 (eldoc-last-data-store): New function.
12912 (eldoc-get-fnsym-args-string): Use it.
12913 (eldoc-get-var-docstring): Here also.
12914 (eldoc-docstring-first-line): Minimize interim string consing.
12915 Call substitute-command-keys on the result.
12916 (eldoc-print-var-docstrings, eldoc-print-docstring,
12917 eldoc-docstring-message): Functions removed.
12918 (eldoc-docstring-format-sym-doc): New function, functionality
12919 ripped out of eldoc-docstring-message.
12920 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
12921
12922 1998-09-18 Kenichi Handa <handa@etl.go.jp>
12923
12924 * international/mule.el (make-coding-system): Doc-string modified.
12925
12926 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org>
12927
12928 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
12929
12930 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
12931 customize type.
12932
12933 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
12934 type.
12935
12936 * progmodes/compile.el (compilation-error-screen-columns): New
12937 variable.
12938 (compilation-next-error-locus): Use it to decide whether to use
12939 forward-char or move-to-column.
12940
12941 * mail/rmail.el (rmail-movemail-program): Fix customize type.
12942
12943 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
12944 feedmail-fiddle-plex-user-list,
12945 feedmail-spray-address-fiddle-plex-list,
12946 feedmail-prompt-before-queue-user-alist,
12947 feedmail-prompt-before-queue-help-supplement,
12948 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
12949 feedmail-queue-alternative-mail-header-separator): Fix customize
12950 type.
12951
12952 * startup.el (site-run-file): Fix customize type.
12953
12954 * speedbar.el (speedbar-initial-expansion-list-name): Fix
12955 customize type.
12956
12957 * shell.el (shell-input-autoexpand): Fix customize type.
12958
12959 * ps-print.el (ps-font-info-database): Add missing dots in value.
12960 Improve layout of customize type.
12961
12962 * net-utils.el (traceroute-program-options, ping-program-options,
12963 ipconfig-program-options, netstat-program-options,
12964 arp-program-options, route-program-options,
12965 nslookup-program-options, ftp-program-options): Fix customize
12966 type.
12967
12968 * midnight.el (clean-buffer-list-kill-regexps,
12969 clean-buffer-list-kill-buffer-names,
12970 clean-buffer-list-kill-never-buffer-names,
12971 clean-buffer-list-kill-never-regexps): Fix customize type.
12972
12973 * man.el (Man-init-defvars): Avoid trailing nil on
12974 Man-filter-list.
12975
12976 * lpr.el (printer-name): Fix customize type.
12977
12978 1998-09-16 Kenichi Handa <handa@etl.go.jp>
12979
12980 * international/mule-cmds.el (reset-language-environment): Call
12981 update-coding-systems-internal.
12982
12983 * international/mule-conf.el: Call update-coding-systems-internal
12984 at the tail.
12985
12986 1998-09-14 Dave Love <fx@gnu.org>
12987
12988 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't
12989 use the menu-enable properties, pending doing it correctly and
12990 acceptably fast.
12991
12992 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
12993
12994 1998-09-13 Dave Love <d.love@dl.ac.uk>
12995
12996 * progmodes/hideshow.el (hs-grok-mode-type): Check
12997 comment-{start,end} non-nil as well as bound. Report an error if
12998 we can't grok the mode.
12999
13000 1998-09-13 Richard Stallman <rms@gnu.org>
13001
13002 * simple.el (blink-matching-open): Don't log paren matching
13003 messages in *Messages*.
13004
13005 1998-09-12 Richard Stallman <rms@gnu.org>
13006
13007 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
13008 Set point-before-scroll at end even if there was an error.
13009
13010 * ange-ftp.el (ange-ftp-insert-file-contents):
13011 Use binary mode for dumb-unix hosts as for unix hosts.
13012 (ange-ftp-copy-file-internal): Likewise.
13013
13014 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
13015
13016 * emacs-lisp/pp.el: Doc fixes.
13017
13018 * wid-edit.el (widget-menu-max-shortcuts): New variable.
13019 (widget-choose): Don't use single-char shortcuts if # items
13020 exceeds that many. Use minibuffer instead.
13021
13022 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13023
13024 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
13025
13026 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org>
13027
13028 * speedbar.el (speedbar-frame-mode): Do not set frame position if
13029 in terminal mode.
13030
13031 1998-09-10 Noah Friedman <friedman@splode.com>
13032
13033 * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
13034 defcustom declaration. It's wreaking too much havoc with XEmacs
13035 and older versions of Emacs, which share this code.
13036
13037 * type-break.el (type-break-mode): Here also.
13038
13039 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
13040 `t' to add-hook also to modify the new local value.
13041
13042 1998-09-10 Dave Love <fx@gnu.org>
13043
13044 * vc.el (vc-insert-headers): Doc fix.
13045
13046 1998-09-10 Richard Stallman <rms@gnu.org>
13047
13048 * textmodes/flyspell.el (flyspell-mode-on): Make the
13049 ispell-... variables permanent locals.
13050 (flyspell-mode-off): Add autoload cookie.
13051
13052 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
13053 do use binary mode, just as for `unix'.
13054 (ange-ftp-host-type): If HOST is nil, return `unix'.
13055
13056 * dired.el (dired-mark-files-containing-regexp):
13057 Don't scan directories. Ignore non-readable files.
13058
13059 * progmodes/compile.el (compilation-error-regexp-alist):
13060 Fix previous change: allow . and _ in command name.
13061
13062 * dired.el (dired-mark-files-containing-regexp): Fix previous change.
13063
13064 * uncompress.el (uncompress-while-visiting):
13065 Use just the car of what find-operation-coding-system returns.
13066
13067 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
13068
13069 * shell.el (shell-file-name-quote-list): Add # to the value.
13070
13071 1998-09-10 E. Jay Berkenbilt <ejb@ql.org>
13072
13073 * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
13074 to make killing of ispell process work even if
13075 kill-all-local-variables has been run.
13076
13077 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13078
13079 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
13080 loop when sexp entry ends at end of file with no newline.
13081
13082 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
13083
13084 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
13085 (Custom-reset-standard): Fix menu inconsistency.
13086
13087 * mail/feedmail.el (feedmail-from-line): Allow t.
13088 (feedmail-message-id-suffix): Allow nil.
13089
13090 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
13091 Simplify. Make prefix arg work right.
13092
13093 1998-09-09 Dave Love <fx@gnu.org>
13094
13095 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
13096
13097 * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
13098
13099 1998-09-08 Dave Love <fx@gnu.org>
13100
13101 * add-log.el (change-log-font-lock-keywords): Do parenthesized
13102 stuff only after file names or at start of line. Allow parens
13103 around e-mail, as well as angles.
13104
13105 * gnus/nnweb.el (require): Wrap requirement of w3 and url in
13106 ignore-errors too, eval'd when compile. Require w3 stuff at load
13107 time for nicer failure if it's not available.
13108
13109 1998-09-07 Geoff Voelker <voelker@cs.washington.edu>
13110
13111 * comint.el (comint-arguments): Ignore backslashes when using
13112 w32 shells that expect backslashes as the directory separator.
13113
13114 1998-09-04 Kenichi Handa <handa@etl.go.jp>
13115
13116 * international/fontset.el (resolved-ascii-font): New variable.
13117 (x-complement-fontset-spec): By side effect, set
13118 `resolved-ascii-font' to the resolved name of ASCII font."
13119 (create-fontset-from-fontset-spec): Don't get a value for
13120 resolved-ascii-font from the list full-fontlist. It is set by
13121 x-complement-fontset-spec now.
13122
13123 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
13124 version, check the value of mule-version.
13125
13126 1998-09-07 Carsten Dominik <cd@delysid.gnu.org>
13127
13128 * textmodes/reftex.el (reftex-view-crossref): Split up into
13129 several functions. No longer moves to find a macro.
13130 (reftex-view-cr-cite, reftex-view-cr-ref,
13131 reftex-end-of-bib-entry): New functions.
13132 (reftex-auto-view-crossref): New value `window' allowed.
13133 (reftex-view-crossref-when-idle): Process new `window' option in
13134 (reftex-translate-to-ascii-function): New default.
13135 (reftex-label-illegal-re): Default changed, removed Latin1.
13136 (reftex-latin1-to-ascii): New function.
13137 (reftex-what-environment): Check for section regexp before use.
13138 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
13139 absolute path names.
13140 (reftex-TeX-master-file): Changed sequence of file checks.
13141 (reftex-do-citation): bibview cache only with RefTeX mode on.
13142
13143 1998-09-06 Richard Stallman <rms@gnu.org>
13144
13145 * progmodes/compile.el (compilation-error-regexp-alist):
13146 In first pattern (GNU utilities and other things),
13147 allow a space after the optional program name at the beginning.
13148
13149 * mail/mail-hist.el (mail-hist-current-header-contents):
13150 Fix previous change: use mail-header-end.
13151
13152 1998-09-06 Bill Richter <richter@math.nwu.edu>
13153
13154 * international/ccl.el: Doc fixes.
13155 * international/encoded-kb.el: Doc fixes.
13156 * international/fontset.el: Doc fixes.
13157 * international/kinsoku.el: Doc fixes.
13158 * international/kkc.el: Doc fixes.
13159 * international/mule-cmds.el: Doc fixes.
13160 * international/mule-conf.el: Doc fixes.
13161 * international/mule-util.el: Doc fixes.
13162 * international/mule.el: Doc fixes.
13163
13164 1998-09-05 Eric Ludlam <zappo@gnu.org>
13165
13166 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
13167 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
13168 (checkdoc-this-string-valid-engine): Permit ? as terminating
13169 punctuation for first line sentence breaking.
13170 (checkdoc-this-string-valid): When converting a comment into a doc
13171 string, make sure " chars are \".
13172 (checkdoc-sentencespace-region-engine): Only do double space check
13173 if based on the variable `sentence-end-double-space'
13174 (checkdoc-this-string-valid-engine): ? ends valid sentence.
13175 (checkdoc-proper-noun-region-engine): Exclude items in URLs
13176
13177 1998-09-04 Richard Stallman <rms@gnu.org>
13178
13179 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
13180 Recognize define-skeleton as a function definer.
13181
13182 * cus-edit.el (customize-option): Refuse to customize
13183 a variable that has no defcustom. But if variable is autoloaded,
13184 first try to load the library that defines it.
13185
13186 * international/iso-insert.el: Use `string' before calling `insert'
13187 so that in multibyte buffers we insert multibyte chars.
13188
13189 * dired.el (dired-mark-files-containing-regexp):
13190 Don't use find-file; instead, insert the file in a temp buffer.
13191
13192 * textmodes/tex-mode.el (tex-start-options-string): New option.
13193 (tex-start-tex): Use that variable.
13194
13195 * mail/rmail.el (rmail-primary-inbox-list): Make the initial
13196 value in the `repeat' alternative a list.
13197
13198 * textmodes/fill.el (fill-individual-paragraphs): Before deleting
13199 the inserted newline, verify that one was really inserted.
13200
13201 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
13202 remains on or remains off.
13203 (flyspell-multi-language-p): Default changed to nil.
13204
13205 * progmodes/ada-mode.el (ada-search-ignore-string-comment):
13206 In "found in comment" case, don't beginning-of-line after forward-line.
13207
13208 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
13209 If the function definition is not a lambda, return original FORM
13210 with no error.
13211
13212 1998-09-04 Peter Breton <pbreton@ne.mediaone.net>
13213
13214 * net-utils.el (netstat-program-options): Changed from nil to "-a"
13215 so that by default netstat shows all network connections.
13216
13217 1998-09-04 Bob Weiner <weiner@altrasoft.com>
13218
13219 * international/quail.el: Doc fixes.
13220
13221 * info.el (info): Don't add parens if FILE already has them.
13222
13223 1998-09-04 Geoff Voelker <voelker@cs.washington.edu>
13224
13225 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
13226 on extension lines.
13227
13228 1998-09-03 Geoff Voelker <voelker@cs.washington.edu>
13229
13230 * w32-fns.el (w32-shell-dos-semantics): New function.
13231
13232 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu>
13233
13234 * international/quail.el (quail-choose-completion-string): Store
13235 completion `choice' in `quail-current-str'; don't insert it.
13236
13237 1998-09-02 Kenichi Handa <handa@etl.go.jp>
13238
13239 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH
13240 argument to ps-mule-generate-bitmap-font.
13241
13242 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
13243 entry and change Latin-1 entry in the default value.
13244 (ps-mule-font-info-database-ps-bdf): New variable.
13245 (ccl-encode-ethio-unicode): Bug of CCL code fixed.
13246 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
13247 registerd in FONT-SPEC.
13248 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
13249 charcter width of bitmap fonts.
13250 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
13251 procedure NF.
13252 (ps-begin-file): Output PostScript code for setting
13253 SpaceWidthRatio.
13254 (ps-plot-region): Use line-beginning-position to get a position of
13255 the beginning of the current line.
13256
13257 * international/mule-cmds.el (register-input-method): Doc-string
13258 modified.
13259
13260 1998-09-01 Dave Love <fx@gnu.org>
13261
13262 * international/mule-cmds.el (current-language-environment): Fix
13263 setter function.
13264
13265 1998-09-01 Simon Marshall <simon@gnu.org>
13266
13267 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
13268 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
13269 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
13270 names with font-lock-type-face. Fontify type specs, etc., with
13271 font-lock-keyword-face.
13272
13273 1998-08-31 Kenichi Handa <handa@etl.go.jp>
13274
13275 * international/fontset.el (x-complement-fontset-spec): If ASCII
13276 font is specified in FONTLIST, don't substitute it for the
13277 resolved name.
13278
13279 1998-08-31 Paul Eggert <eggert@twinsun.com>
13280
13281 * international/mule.el (charset-description): Doc fix.
13282
13283 * language/chinese.el, language/cyrillic.el, language/czech.el,
13284 language/devanagari.el, language/ethiopic.el,
13285 language/european.el, language/hebrew.el, language/indian.el,
13286 language/japanese.el, language/korean.el, language/lao.el,
13287 language/slovak.el, language/thai.el, language/tibetan.el,
13288 language/vietnamese.el:
13289 Add coding: local variable, to avoid bootstrapping problem
13290 if you need to recompile all the Lisp files using interpreted code.
13291
13292 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13293
13294 * cal-china.el (chinese-year-cache): Change range of years from
13295 1989-2000 to 1990-2010.
13296
13297 1998-08-29 Dave Love <d.love@dl.ac.uk>
13298
13299 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
13300 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
13301
13302 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13303
13304 * ps-print.el (ps-print-control-characters): Doc-string modified.
13305 (ps-output-string-prim): Comment format changed.
13306 (ps-do-despool): Indentation of source code changed.
13307
13308 1998-08-28 Kenichi Handa <handa@etl.go.jp>
13309
13310 * subr.el (sref): Make it an alias of aref. Make the
13311 byte-compiler warn that it is obsolete.
13312 (char-bytes): Make the byte-compiler warn that it is obsolete.
13313
13314 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
13315 Calculate the total bytes using position-bytes instead of
13316 char-bytes.
13317
13318 1998-08-27 Karl Heuer <kwzh@gnu.org>
13319
13320 * snmp-mode.el: New file.
13321 * files.el (auto-mode-alist): Add snmp-mode patterns.
13322
13323 1998-08-27 Karl Eichwalder <ke@suse.de>
13324
13325 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
13326
13327 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13328
13329 * calendar/diary-lib.el (diary-block): Doc fix..
13330 * calendar/calendar.el (diary-list-include-blanks): Doc fix..
13331
13332 1998-08-27 Richard Stallman <rms@gnu.org>
13333
13334 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
13335 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
13336 Clear appt-mode-string if we don't put something in it.
13337
13338 1998-08-27 Dave Love <fx@gnu.org>
13339
13340 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
13341 dired-local-variables-file for dired-x.
13342
13343 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
13344 for compressed library files too.
13345
13346 1998-08-26 Kenichi Handa <handa@etl.go.jp>
13347
13348 * language/european.el ("Latin-1"): Modify `documentation' key value.
13349 ("Latin-2"): Likewise.
13350
13351 1998-08-26 Karl Heuer <kwzh@gnu.org>
13352
13353 * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
13354
13355 1998-08-26 Albert L. Ting <alt@artisan.com>
13356
13357 * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
13358 (mail-hist-current-header-contents): Use mail-text-start.
13359
13360 1998-08-26 Richard Stallman <rms@gnu.org>
13361
13362 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
13363 (customize-changed-options-previous-release): New variable.
13364 (customize-changed-options): Use that variable as default arg.
13365
13366 1998-08-26 Karl Eichwalder <ke@suse.de>
13367
13368 * midnight.el: Require `timer' not only when compiling.
13369
13370 1998-08-26 Per Starback <starback@update.uu.se>
13371
13372 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
13373 buffer before creating help group.
13374
13375 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
13376
13377 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
13378 coding-system-for-write before saving.
13379
13380 1998-08-26 Kevin Rodgers <kevinr@ihs.com>
13381
13382 * isearch.el (isearch-forward): Doc fix.
13383
13384 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org>
13385
13386 * emacs-lisp/find-func.el: Fix :version tags to have a string
13387 value, not a float.
13388
13389 * cus-dep.el: Fix typo in output.
13390
13391 1998-08-25 Dave Love <fx@gnu.org>
13392
13393 * repeat.el (repeat): Doc fix.
13394 [From rms:]
13395 (repeat-previous-repeated-command): New variable.
13396 (repeat): Check for real-last-command being null or repeat. Set
13397 repeat-previous-repeated-command.
13398
13399 * browse-url.el (browse-url-netscape): Fix format for hex escapes.
13400
13401 1998-08-25 Kenichi Handa <handa@etl.go.jp>
13402
13403 * gnus/message.el (message-send-mail-with-sendmail): Bind
13404 coding-system-for-write by the return value of
13405 select-message-coding-system.
13406 (message-send-mail-with-qmail): Likewise.
13407
13408 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org>
13409
13410 * emacs-lisp/autoload.el: Fix doc-string-elt property on
13411 define-derived-mode.
13412
13413 * files.el (file-name-invalid-regexp):
13414 Fix regex for ms-dos without long file names.
13415
13416 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13417
13418 * ps-print.el: Multi-byte buffer handling.
13419 (ps-print-version): New version number (4.0) and doc fix.
13420 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
13421 compilation for GNU Emacs and emacsens.
13422 (ps-generate-postscript-with-faces): Force invisible text to be
13423 visible.
13424 (dos-ps-printer): New var to avoid compilation gripes.
13425
13426 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13427
13428 * ps-print.el (ps-mule-plot-string): Pay attention to the case
13429 that no more characters can't be printed in the current line.
13430
13431 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13432
13433 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
13434 greater than TO.
13435
13436 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13437
13438 * ps-print.el: Add codes to make ps-print.el work also on Emacs
13439 20.2 and the earlier version.
13440 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
13441 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
13442 (ps-mule-find-wrappoint): Likewise.
13443 (ps-mule-generate-font): Change `X' to `x' in format
13444 control-string.
13445 (ps-generate): Call ps-mule-begin before calling ps-begin-job.
13446 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
13447 `restore' form procedures `BC' and `EC'.
13448
13449 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13450
13451 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
13452 is an executable procedure. Make LineThickness, Xshadow, and
13453 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc.
13454 (ps-mule-font-info-database, ps-mule-font-info-database-ps,
13455 ps-mule-font-info-database-bdf): New vars.
13456 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
13457 (ccl-encode-ethio-unicode): New CCL program.
13458 (ps-mule-encode-ethiopic): New fun.
13459 (ps-mule-current-charset): New var.
13460 (ps-mule-get-font-spec, ps-mule-font-spec-src,
13461 ps-mule-font-spec-name, ps-mule-font-spec-encoding,
13462 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
13463 (ps-mule-external-libraries): New var.
13464 (ps-mule-init-external-library): New fun.
13465 (ps-mule-font-cache): New var.
13466 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
13467 (ps-last-font): New var.
13468 (ps-mule-prepare-font): New fun.
13469 (ps-mule-charset-list): New var.
13470 (ps-mule-prologue-generated, ps-mule-prologue): New vars.
13471 (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
13472 ps-mule-plot-string): New funs.
13473 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
13474 New vars.
13475 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
13476 ps-mule-prepare-cmpchar-font): New funs.
13477 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
13478 vars.
13479 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
13480 ps-mule-generate-bitmap-glyph): New funs.
13481 (ps-mule-initialize, ps-mule-begin): New funs.
13482 (ps-output-string-prim): Insert string as unibyte.
13483 (ps-output-prologue): New fun.
13484 (ps-flush-output): Handle the case of 'prologue.
13485 (ps-begin-file): Call ps-mule-initialize.
13486 (ps-begin-job): Set ps-control-or-escape-regexp differently if
13487 printing multibyte characters.
13488 (ps-begin-page): Set ps-mule-current-charset to 'ascii.
13489 (ps-basic-plot-string): Handle the case of printing ASCII
13490 characters by external libraries (e.g. BDF).
13491 (ps-set-font): Set ps-last-font.
13492 (ps-plot-region): Handle multibyte characters, use
13493 ps-mule-plot-string for them.
13494 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin.
13495
13496 * bdf.el: New file.
13497
13498 1998-08-23 Kenichi HANDA <handa@etl.go.jp>
13499
13500 * international/mule-cmds.el (select-message-coding-system): New
13501 function.
13502 (set-language-environment-coding-systems): Set
13503 default-sendmail-coding-system.
13504
13505 * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
13506 (default-sendmail-coding-system): New variable.
13507 (sendmail-send-it): Encode the message by a coding system
13508 select-message-coding-system returns.
13509
13510 1998-08-23 Eric Ludlam <zappo@gnu.org>
13511
13512 * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
13513 (speedbar-mode): Set buffer to read only.
13514 (speedbar-temp-buffer-show-function): For emacs don't call hook
13515 with arguments.
13516 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
13517
13518 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu>
13519
13520 * speedbar.el (speedbar-key-map): Fix typo.
13521
13522 See ChangeLog.7 for earlier changes.