]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(make-backup-file-name-1): Replace slashes with `!'
[gnu-emacs] / lisp / ChangeLog
1 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * files.el (make-backup-file-name-1): Replace slashes with `!'
4 rather than `|' (which is not allowed on Windows). Replace the
5 drive letters with a string "drive_X".
6
7 2000-05-23 Gerd Moellmann <gerd@gnu.org>
8
9 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
10
11 * files.el (interpreter-mode-alist): Add `bash2'.
12
13 2000-05-22 Dave Love <fx@gnu.org>
14
15 * loadhist.el (feature-symbols, file-provides, file-requires): Use
16 mapc.
17 (feature-file): Avoid calling symbol-name. Doc fix.
18 (file-set-intersect, file-dependents): Use dolist, not mapcar.
19 (loadhist-hook-functions): Add mouse-position-function.
20 (unload-feature): Change uses of mapcar.
21
22 * files.el (parse-colon-path): Doc fix.
23 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
24 (set-auto-mode): Use mapc.
25
26 * complete.el (PC-look-for-include-file): Use :alnum: character
27 class.
28 (partial-completion-mode): Add autoload cookie.
29
30 2000-05-22 Sam Steingold <sds@gnu.org>
31
32 * info.el (Info-fontify-node): Fixed the call to
33 `add-text-properties' (bug introduced on 2000-05-18).
34
35 2000-05-22 Dave Love <fx@gnu.org>
36
37 * bindings.el: Remove debug-ignored-errors set in other files.
38
39 * progmodes/etags.el: Add to debug-ignored-errors.
40 (visit-tags-table-buffer): Clear out buffers holding old tables
41 when making a new list.
42 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
43 mapc.
44
45 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
46 quote keywords.
47 (cmpl-string-case-type): Use character classes.
48
49 * comint.el:
50 * textmodes/ispell.el:
51 * imenu.el:
52 * mail/mh-e.el:
53 * progmodes/compile.el: Add to debug-ignored-errors.
54
55 * dabbrev.el: Add to debug-ignored-errors.
56 (dabbrev-completion): Use mapc.
57
58 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
59
60 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
61 (woman-mapcan, woman-parse-man.conf)
62 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
63 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
64 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
65 path syntax better.
66 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
67 (woman-manpath): Call woman-parse-man.conf.
68 (woman-emulation): New defcustom, defaults to nroff.
69 (woman-font-support): New defconst.
70 (woman-use-symbol-font): New defcustom.
71 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
72 "Emulation".
73 Many functions: Doc fix.
74
75 2000-05-22 Kenichi Handa <handa@etl.go.jp>
76
77 * international/quail.el (quail-simple-translation-keymap): Map
78 128..255 to quail-self-insert-command.
79 (quail-keyboard-layout-alist): Add definition for "pc102-de".
80
81 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
82
83 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
84 intervals which makes it heaps simpler.
85
86 * newcomment.el (comment-region-internal): Go back to BEG after quoting
87 the nested comment markers.
88
89 * subr.el (remove-hook): Don't turn the hook's value into a list.
90
91 2000-05-21 Dave Love <fx@gnu.org>
92
93 * edmacro.el (edmacro-parse-keys): Return vector if any elements
94 are invalid characters.
95
96 * international/mule-util.el (detect-coding-with-priority): Use
97 mapc. Remove redundant lambda.
98
99 * international/mule-diag.el (list-non-iso-charset-chars)
100 (describe-fontset): Remove redundant lambda.
101
102 * emulation/crisp.el (brief-mode): New alias.
103
104 * emacs-lisp/ring.el (ring-elements): New function.
105
106 * emacs-lisp/easymenu.el (easy-menu-create-menu)
107 (easy-menu-do-add-item): Use keywordp.
108
109 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
110
111 * replace.el: Doc and error message fixes.
112 (replace-highlight): Use facep, not internal-find-face.
113
114 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
115
116 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
117
118 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
119 (log-edit-insert-changelog): Drop `:' as well.
120
121 * log-view.el: Fix file description.
122 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
123 available.
124 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
125 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
126
127 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
128 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
129 Print a status message if the toggle is called interactively.
130 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
131 for global minor modes and use `defcustom' for them.
132 Use add-minor-mode.
133 (easy-mmode-define-derived-mode): Remove.
134 (define-derived-mode): Fancier default docstring.
135 (easy-mmode-define-navigation): Signal an error rather than (ding).
136
137 * newcomment.el (comment-styles): New `box-multi'.
138 (comment-normalize-vars): Better default for comment-continue to
139 avoid whitespace-only continuations.
140 (comment-search-forward): Always move even in the no-syntax case.
141 (comment-padright): Only obey N if it's only obeyed for padleft.
142 (comment-make-extra-lines): Better handling of empty continuations.
143 Use `=' for the filler if comment-start has only one character.
144 (uncomment-region): Try handling the special `=' filler.
145 (comment-region): Allow LINES even if MULTI is nil.
146 (comment-box): Choose box style based on comment-style.
147
148 2000-05-20 Kenichi Handa <handa@etl.go.jp>
149
150 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
151 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
152
153 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
154
155 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
156 and insert, not subst-char-in-region.
157
158 * international/mule-diag.el (list-character-sets-1): Handle
159 charsets eight-bit-control and eight-bit-graphic.
160 (list-iso-charset-chars): Likewise.
161 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
162 charactes as is. Use indent-to to align characters.
163
164 * international/mule-cmds.el (find-multibyte-characters): Never
165 exclude charsets eight-bit-control and eight-bit-graphic.
166
167 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
168
169 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
170 Don't quote lambdas.
171
172 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
173
174 2000-05-19 Gerd Moellmann <gerd@gnu.org>
175
176 * gud.el (gud-jdb-directories): Doc fix.
177
178 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
179
180 * newcomment.el: New file.
181
182 2000-05-19 Gerd Moellmann <gerd@gnu.org>
183
184 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
185
186 2000-05-18 Andreas Schwab <schwab@suse.de>
187
188 * dired.el (dired-between-files): Also skip lines beginning with
189 `used'.
190
191 2000-05-18 Gerd Moellmann <gerd@gnu.org>
192
193 * msb.el (msb-menu-cond): Add choice `user'.
194
195 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
196
197 * ps-print.el: Compatibility, customization and doc fix.
198 (ps-printer-name-option): Replace defconst by defvar.
199 (ps-postscript-code-directory): XEmacs compatibility.
200 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
201 fix.
202 (ps-user-defined-prologue, ps-print-prologue-header)
203 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
204 compatibility and code fix.
205 (ps-print-background-image, ps-print-background-text):
206 Customization fix.
207 (ps-line-number-start, ps-n-up-on): New vars.
208
209 2000-05-18 Espen Skoglund <esk@ira.uka.de>
210
211 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
212 the indent-comment function to just return the appropriate indent.
213
214 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
215
216 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
217 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
218 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
219
220 2000-05-18 Dave Love <fx@gnu.org>
221
222 * info.el (Info-fontify-node): Add intangible property as well as
223 invisible.
224
225 * calendar/appt.el (appt-make-list): Match all lines of entry.
226 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
227
228 2000-05-18 Kenichi Handa <handa@etl.go.jp>
229
230 * international/mule-diag.el (describe-char-after): Call
231 internal-char-font, not char-font. If internal-char-font returns
232 nil, display "-- none --".
233
234 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
235
236 * image.el (image-type-available-p): Don't reference image-types
237 if it isn't bound.
238
239 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
240
241 * autoarg.el (autoarg-mode): Typo in the :set argument.
242
243 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
244
245 * startup.el (command-line-1): Don't signal an error if the
246 directory for auto-save-list files does not yet exist.
247
248 2000-05-17 Kenichi Handa <handa@etl.go.jp>
249
250 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
251
252 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
253
254 * subr.el (remove-hook): `setq' hook-value, not `set'.
255
256 2000-05-16 Sam Steingold <sds@gnu.org>
257
258 * info.el (debug-ignored-errors): More errors to ignore.
259
260 2000-05-16 Dave Love <fx@gnu.org>
261
262 * cus-edit.el: Don't require cl or easymenu.
263 (custom-variable-prompt): Test standard-value property, not
264 user-variable-p.
265
266 2000-05-16 Sam Steingold <sds@gnu.org>
267
268 * subr.el (add-hook): `setq' hook-value, not `set'.
269
270 2000-05-16 Gerd Moellmann <gerd@gnu.org>
271
272 * startup.el (command-line-1): Mention the FAQ in the startup
273 message.
274
275 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
276
277 * progmodes/compile.el (compilation-parse-errors): Collect
278 `nomessage' regexps last.
279
280 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
281
282 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
283 to the function name.
284
285 2000-05-15 Dave Love <fx@gnu.org>
286
287 * speedbar.el (speedbar-recenter): Typo.
288 (speedbar-expand-line): Make arg optional.
289 (speedbar-mode): Avoid a compiler warning.
290
291 2000-05-15 Gerd Moellmann <gerd@gnu.org>
292
293 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
294 user-specified option string is empty.
295
296 * mouse.el (mouse-yank-at-click): Doc fix.
297
298 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
299
300 * term/internal.el (IT-character-translations): More updates of
301 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
302 documents.
303
304 2000-05-15 Gerd Moellmann <gerd@gnu.org>
305
306 * env.el (getenv): New function, interactively callable.
307 (setenv, getenv): Remove autoload cookies.
308
309 * loadup.el: Load `env'.
310
311 * progmodes/f90.el: Change author's mail address.
312
313 2000-05-14 Dave Love <fx@gnu.org>
314
315 * mail/rmail.el (rmail-show-message-hook): Customize and offer
316 goto-addr as an option.
317
318 * help.el (help-xref-stack): Doc fix.
319 (help-xref-following): New variable.
320 (help-make-xrefs): Use it.
321 (help-xref-go-back): Use position information from stack element.
322 (help-follow): Make position in stack element a pair. Use
323 help-xref-following.
324
325 * autoarg.el: New file.
326
327 * faces.el: Declare more functions obsolete.
328
329 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
330 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
331 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
332 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
333 Remove all the setup-...-environment functions.
334
335 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
336
337 * speedbar.el: Updated the commentary section. xemacs20p now uses
338 >= when detecting. Require `defimage' safely.
339 (speedbar-easymenu-definition-base): Add toggle for images.
340 (speedbar-easymenu-definition-special): Add flush cache & expand.
341 (speedbar-visiting-tag-hook): Set new defaults. Added options.
342 (speedbar-reconfigure-keymaps-hook): New variable.
343 (speedbar-frame-parameters): Updated documentation.
344 (speedbar-use-imenu-flag): Updated custom tag
345 (speedbar-dynamic-tags-function-list): New variable.
346 (speedbar-tag-hierarchy-method): Updated doc & custom.
347 (speedbar-indentation-width, speedbar-indentation-width) New
348 variables.
349 (speedbar-hide-button-brackets-flag): Customizable.
350 (speedbar-vc-indicator): Doc update.
351 (speedbar-ignored-path-expressions): Updated default value.
352 (speedbar-supported-extension-expressions): Updated default value.
353 (speedbar-syntax-table): Remove {} paren status.
354 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
355 as "+". Added overlay aliases.
356 (speedbar-mode): Use `speedbar-mode-line-update' instead of
357 `force-mode-line-update'.
358 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
359 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
360 `mouse-set-point'
361 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
362 (speedbar-item-info-tag-helper): Revamped to handle a wider range
363 of arbitrary text, and new helper functions.
364 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
365 filename finder.
366 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
367 (speedbar-directory-buttons): Update path search/expansion.
368 (speedbar-make-tag-line): Pay attention to
369 `speedbar-indentation-width'. Use more care w/ invisible
370 properties.
371 (speedbar-change-expand-button-char): Call
372 `speedbar-insert-image-button-maybe'.
373 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
374 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
375 (speedbar-trim-words-tag-hierarchy)
376 (speedbar-simple-group-tag-hierarchy): New functions
377 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
378 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
379 functions.
380 (speedbar-mouse-set-point): New function
381 (speedbar-power-click): Updated documentation.
382 (speedbar-line-token, speedbar-goto-this-file): Handle more types
383 of tag prefix text.
384 (speedbar-expand-line, speedbar-contract-line): Make more robust
385 to strange text.
386 (speedbar-expand-line): Takes universal argument to flush the
387 cache.
388 (speedbar-flush-expand-line): New function.
389 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
390 Use new generator insertion method.
391 (speedbar-fetch-dynamic-tags): New function.
392 (speedbar-fetch-dynamic-imenu): Removed code now handled in
393 `speedbar-fetch-dynamic-imenu'.
394 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
395 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
396 "Revert Buffer" menu items.
397 (speedbar-buffer-buttons-engine): Be smarter when creating a
398 filename tag (for expansion purposes.).
399 (speedbar-highlight-one-tag-line,
400 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
401 (speedbar-recenter): New functions.
402 (defimage-speedbar): Image loading abstraction.
403 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
404 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
405 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
406 (speedbar-tag-type, speedbar-tag-mail): New images.
407 (speedbar-expand-image-button-alist): New variable.
408 (speedbar-insert-image-button-maybe): Insert an image over some
409 buttons.
410
411 2000-05-13 Kenichi Handa <handa@etl.go.jp>
412
413 * international/mule-cmds.el (encode-coding-char): An ASCII
414 character is always encodable.
415
416 * international/mule-conf.el: Add more information in descriptions
417 of character sets.
418
419 * international/mule-diag.el (describe-char-after): New function.
420 (describe-font-internal): Adjusted for the change of font-info.
421 (describe-font): Likewise.
422 (print-fontset): Rewritten for the new fontset implementation.
423 (describe-fontset): Include fontset alias names in completion.
424 (list-fontsets): Adjusted for the change of print-fontset.
425
426 * simple.el (what-cursor-position): If DETAIL is non-nil, call
427 describe-char-after instead of displaying the detail in the echo
428 area.
429 (syntax-code-table): Format changed.
430 (string-to-syntax): Adjusted for the above change.
431
432 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
433
434 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
435
436 2000-05-12 Dave Love <fx@gnu.org>
437
438 * calendar/todo-mode.el: Remove some compatibility stuff and CL
439 dependence. Use line-{beginning,end}-position, not
440 point-at{b,e}ol. Some doc fixes.
441 (todo-position): New function. Fix callers of position to use it.
442 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
443
444 2000-05-12 Gerd Moellmann <gerd@gnu.org>
445
446 * time.el (display-time-mail-icon): Use `:ascent center'.
447
448 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
449 handling FTP security extensions.
450
451 2000-05-11 Dave Love <fx@gnu.org>
452
453 * calendar/todo-mode.el: New file.
454
455 2000-05-11 Gerd Moellmann <gerd@gnu.org>
456
457 * comint.el (comint-read-input-ring): Move reference to
458 comint-input-ring-size outside of the save-excursion. It was
459 causing the default value to be the only one ever seen.
460
461 * font-lock.el: Update copyright. Remove Simon Marshall's email
462 address on request from him.
463
464 * subr.el (substitute-key-definition): Add comment describing
465 the meaning of PREFIX.
466
467 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
468
469 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
470
471 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
472 (add-minor-mode): Don't make the variable buffer-local and add a
473 reference to define-minor-mode in the docstring.
474
475 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
476 HEADER/FOOTER and fix bug with trailing empty directory.
477 (cvs-append-to-ignore): Use vc-editable-p if available.
478 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
479 (vc-do-command): Tweak advice to handle the new VC.
480
481 * log-view.el (log-view-goto-rev): New function for the new VC.
482 (log-view-minor-wrap): Use mark-active.
483
484 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
485 (log-edit-changelog-full-paragraphs): New var.
486 (log-edit-insert-changelog): Remove a lonely leading `* file'.
487 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
488 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
489 (log-edit-changelog-ours-p, log-edit-changelog-entries)
490 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
491 Replace the `cvs' prefix with `log-edit'.
492
493 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
494
495 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
496 (diff-font-lock-defaults): Explicitly turn off multiline.
497 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
498 (diff-ediff-patch): Fix call to ediff-patch-file.
499 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
500 Handle comments.
501
502 * frame.el (automatic-hscrolling): Typo.
503
504 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
505
506 2000-05-09 Sam Steingold <sds@goems.com>
507
508 * apropos.el (apropos-print): use `describe-face' instead of
509 `customize-face-other-window'.
510
511 2000-05-09 Dave Love <fx@gnu.org>
512
513 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
514
515 * help.el (describe-variable): Have customize button pop the
516 help-xref stack when invoked.
517 (help-xref-symbol-regexp): Add `face'.
518 (help-make-xrefs): Check for quoted face names and adapt regexp
519 submatch numbers to cope.
520 (help-xref-interned): Maybe insert face doc too. Separate
521 sections with a line of hyphens.
522
523 * faces.el: Some doc fixes. Declare some functions obsolete.
524 (describe-face): Add customize button. Return the help
525 text. Fix prompt.
526
527 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
528
529 * term/internal.el (IT-character-translations): Fix last change.
530
531 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
532
533 * woman.el: New file
534 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
535
536 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
537
538 * term/internal.el (IT-character-translations): Update ASCII
539 simulations for greek-iso8859-7, add latin-iso8859-14 and
540 latin-iso8859-15.
541
542 * international/mule-cmds.el (set-language-info-alist): Call
543 define-prefix-command with 3 arguments, to make the map suitable
544 for a menu.
545
546 2000-05-07 Dave Love <fx@gnu.org>
547
548 * time.el: Small doc fixes from Pavel Janic.
549
550 2000-05-05 Dave Love <fx@gnu.org>
551
552 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
553 list in doc string. Don't quote keyword symbols.
554 * emacs-lisp/cl.el: Likewise
555 * emacs-lisp/cl-seq.el: Likewise
556
557 2000-05-05 Gerd Moellmann <gerd@gnu.org>
558
559 * abbrev.el (abbrev-mode): Make ARG optional.
560
561 2000-05-04 Gerd Moellmann <gerd@gnu.org>
562
563 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
564
565 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
566
567 * subr.el (substitute-key-definition): Clarify documentation.
568
569 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
570
571 * glasses.el (glasses-convert-to-unreadable): Use
572 `glasses-separator' instead of the hard-wired "_".
573 (glasses-mode): Call `glasses-make-unreadable' only in a single
574 place.
575
576 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
577
578 * term/internal.el (cjk-codepages-alist): Add associations for
579 Chinese and Korean codepages. Remove FIXME comment.
580
581 2000-05-03 Dave Love <fx@gnu.org>
582
583 * time.el (display-time-mail-face, display-time-use-mail-icon):
584 New option.
585 (display-time-mail-icon): New variable.
586 (display-time-string-forms): Use the above. Fix the local-map.
587
588 2000-05-03 Gerd Moellmann <gerd@gnu.org>
589
590 * replace.el (query-replace-map): Add binding for `E'.
591 (query-replace-help): Extend help text.
592 (perform-replace): Allow editing the replacement string.
593
594 * make-mode.el (makefile-mode-abbrev-table): New variable.
595 (makefile-mode): Set local abbrev table to
596 makefile-mode-abbrev-table.
597 (makefile-font-lock-keywords): Fontify includes and conditionals.
598
599 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
600 set TOGGLE's value.
601
602 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
603 mail-interactive-insert-alias.
604 (mail-abbrev-complete-alias): New command.
605 (mail-mode-map): Bind it to `M-TAB'.
606
607 2000-05-03 Kenichi Handa <handa@etl.go.jp>
608
609 * language/lao-util.el (lao-compose-region): New function.
610
611 2000-05-02 Gerd Moellmann <gerd@gnu.org>
612
613 * files.el (recover-session): Make directories as necessary
614 if they don't exist yet.
615
616 * calendar/cal-french.el
617 (french-calendar-multibyte-special-days-array)
618 (french-calendar-special-days-array): Change French text.
619 (calendar-french-date-string): Change output.
620 (calendar-goto-french-date): Likewise.
621
622 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
623
624 * wid-edit.el (widget-default-active): Obey `:always-active'.
625 (widget-documentation-string-value-create): Set `:always-active'.
626
627 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
628
629 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
630 default prefix to `~/_emacs.d/auto-save.list/_s'.
631 (normal-top-level): Create the directory for auto-save files, if
632 it doesn't already exist (in the ms-dos case only).
633
634 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
635
636 * international/mule-cmds.el (set-language-environment): Don't
637 concat an integer (dos-codepage), use format instead.
638
639 2000-05-02 Dave Love <fx@gnu.org>
640
641 * help.el (help-xref-on-pp): Check for constant symbols.
642
643 2000-04-29 Gerd Moellmann <gerd@gnu.org>
644
645 * startup.el (normal-top-level): Put a condition-case around
646 the code loading subdirs.el.
647
648 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
649
650 * ps-print.el: Upside-down and face background color printing,
651 line number step, doc fix.
652 (ps-print-version): New version number (5.2).
653 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
654 (ps-face-attribute-list, ps-plot-with-face): Code fix.
655 (ps-spool-config): Var fix.
656 (ps-printer-name-option): Const fix.
657 (ps-print-upside-down, ps-use-face-background)
658 (ps-line-number-step): New vars.
659 (ps-window-system, ps-lp-system): New consts.
660 (ps-face-background): New fun.
661
662 2000-04-28 Richard Stallman <rms@gnu.org>
663
664 * files.el (make-auto-save-file-name):
665 Apply auto-save-file-name-transforms to visited file name
666 before generating auto save file name.
667 (auto-save-file-name-transforms): New variable.
668
669 * files.el (backup-enable-predicate):
670 Correctly test for a file under a temporary directory.
671
672 2000-04-28 Gerd Moellmann <gerd@gnu.org>
673
674 * subr.el (add-minor-mode): Rewritten.
675
676 2000-04-28 Kenichi Handa <handa@etl.go.jp>
677
678 * mail/sendmail.el (sendmail-send-it): Set
679 buffer-file-coding-system to the selected coding system for MIME
680 header.
681
682 2000-04-27 Gerd Moellmann <gerd@gnu.org>
683
684 * dired.el (dired-move-to-filename-regexp): Allow format where
685 YYYY is followed by two spaces.
686
687 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
688 in the second character class of the regexp.
689
690 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
691 mh-etc, too.
692
693 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
694 nil.
695
696 * subr.el (add-minor-mode): Use `set' instead of `setq'.
697
698 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
699 argument.
700
701 2000-04-27 Sen Nagata <sen@eccosys.com>
702
703 * emacs-lisp/crm.el (crm-completion-table): New variable.
704 (crm-collection-fn, crm-test-completion)
705 (completing-read-multiple): Use it.
706
707 2000-04-27 Dave Love <fx@gnu.org>
708
709 * help.el (locate-library): Use mapc.
710 (help-manyarg-func-alist): Add call-process-region.
711
712 2000-04-26 Gerd Moellmann <gerd@gnu.org>
713
714 * subr.el (add-minor-mode): Make argument MAP optional.
715
716 * desktop.el (desktop-save): Save list of minor modes.
717 (desktop-create-buffer): Restore minor modes.
718 (desktop-minor-mode-table): New user-option.
719
720 * subr.el (add-minor-mode): New function.
721
722 * image.el (find-image): New function.
723 (defimage): Rewritten to find image at load time.
724
725 * startup.el (normal-top-level-add-to-load-path): Handle
726 case that the default directory is not in load-path.
727
728 * help.el: Old patch from Stefan Monnier.
729 (help-xref-on-pp): New function.
730 (describe-variable): Use it to display xrefs in a symbol's value.
731
732 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
733
734 * cus-edit.el (custom-face): Fix parenthesis.
735
736 2000-04-26 Kenichi Handa <handa@etl.go.jp>
737
738 * mail/rmail.el (rmail-expunge): When there are no deleted
739 messages, do nothing.
740
741 2000-04-26 Dave Love <fx@gnu.org>
742
743 * international/mule-cmds.el (locale-translation-file-name):
744 Defvar to nil.
745 (set-locale-environment): Set it here (at runtime).
746
747 2000-04-25 Gerd Moellmann <gerd@gnu.org>
748
749 * replace.el (perform-replace): Add parameters START and END. Use
750 them instead of the check for a region in Transient Mark mode.
751 (query-replace-read-args): Return two more list elements for the
752 start and end of the region in Transient Mark mode.
753 (query-replace, query-replace-regexp, query-replace-regexp-eval)
754 (map-query-replace-regexp, replace-string, replace-regexp): Add
755 optional last arguments START and END and pass them to
756 perform-replace.
757
758 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
759 form with additional arguments for perform-replace.
760
761 * progmodes/etags.el (tags-query-replace): Add parameters START
762 and END. Construct a form with additional arguments for
763 perform-replace.
764
765 * simple.el (shell-command): Set default directory for "*Shell
766 Command Output" buffer.
767
768 * language/european.el (iso-latin-4): Fix typo.
769
770 * emacs-lisp/crm.el: New file.
771
772 2000-04-24 Dave Love <fx@gnu.org>
773
774 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
775 (Custom-reset-saved, Custom-reset-standard)
776 (custom-group-value-create, custom-group-set, custom-group-save)
777 (custom-group-reset-current, custom-group-reset-saved)
778 (custom-group-reset-standard): Use mapc.
779 (custom-buffer-create-internal): Disable undo when creating items.
780 Use mapc.
781 (custom-face): Avoid redundant lambda.
782
783 2000-04-24 Gerd Moellmann <gerd@gnu.org>
784
785 * startup.el (auto-save-list-file-prefix): Set default to
786 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
787
788 2000-04-24 Sam Steingold <sds@gnu.org>
789
790 * time-stamp.el (time-stamp-string-preprocess): Always convert
791 `field-result' to a string.
792
793 2000-04-24 Gerd Moellmann <gerd@gnu.org>
794
795 * frame.el (scrolling): New group.
796 (automatic-hscrolling): New user-option.
797
798 * startup.el (command-line-x-option-alist): Add `-lsp' and
799 `--line-spacing'.
800
801 2000-04-19 Dave Love <fx@gnu.org>
802
803 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
804 (cl-mapc): Rename from mapc. Fix the funcall.
805
806 2000-04-19 Gerd Moellmann <gerd@gnu.org>
807
808 * simple.el (clone-indirect-buffer-other-window): New command.
809 (clone-indirect-buffer): Add optional arg NORECROD.
810 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
811
812 * help.el (resize-temp-buffer-window): Use count-screen-lines.
813
814 * window.el (count-screen-lines): New function.
815 (shrink-window-if-larger-than-buffer): Use count-screen-lines
816 instead of window-buffer-height.
817
818 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
819 non-existing variable comint-input-sentinel.
820 (inferior-lisp-args-to-list): Removed.
821 (inferior-lisp): Use split-string instead of
822 inferior-lisp-args-to-list.
823
824 * hexl.el (hexl-insert-hex-string): New command.
825
826 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
827 instead of concat.
828
829 2000-04-18 Gerd Moellmann <gerd@gnu.org>
830
831 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
832 at the start of an existing but empty folder.
833
834 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
835
836 * ps-mule.el: Customization fix, doc fix.
837 (ps-multibyte-buffer): Customization fix.
838
839 2000-04-17 Richard M. Stallman <rms@caffeine.ai.mit.edu>
840
841 * subr.el (read-passwd): Use read-char-exclusive.
842
843 2000-04-17 Gerd Moellmann <gerd@gnu.org>
844
845 * textmodes/texinfo.el (texinfo-insert-@email)
846 (texinfo-insert-@emph, texinfo-insert-@quotation)
847 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
848 (texinfo-mode-map): Add key bindings for them.
849
850 * files.el (basic-save-buffer-2): Use a template with `$'
851 instead of `#' for VMS.
852
853 * simple.el (clone-indirect-buffer): New function.
854
855 2000-04-16 Stephen Eglen <stephen@gnu.org>
856
857 * iswitchb.el (iswitchb-case): New function. If the user input
858 contains any upper-case characters, the search is made
859 case-sensitive.
860
861 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
862
863 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
864 comment-end.
865 (texinfo-font-lock-syntactic-keywords): New var.
866 (texinfo-font-lock-keywords): Remove comment regexp.
867 (texinfo-insert-block): New function.
868 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
869 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
870 and font-lock-defaults. Use regexp-opt for outline-regexp.
871 (texinfo-environments): New var.
872 (texinfo-environment-regexp): Use regexp-opt and
873 texinfo-environments.
874
875 * textmodes/ispell.el (ispell-menu-map-needed): Check that
876 ispell-process is bound since this might be eval'd before ispell
877 is loaded.
878 (ispell-message): Use a tiny bit less magic and a bit more hard
879 data to figure out what kind of sc-cite-regexp to use.
880
881 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
882
883 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
884 (insert-cyclic-diary-entry): Unquote the lambda.
885
886 * gud.el (gud-jdb-build-source-files-list): Fix typo.
887
888 * files.el (backup-enable-predicate): Unquote the lambda.
889
890 * cus-edit.el (custom-face, face): Unquote the lambda.
891
892 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
893
894 * ps-print.el: Check for line-beginning-position definition.
895
896 * ps-print.el: Fix counting lines in a region.
897 (ps-print-version): New version number (5.1.5).
898 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
899 (ps-printing-region): Fun code fix.
900
901 2000-04-15 Gerd Moellmann <gerd@gnu.org>
902
903 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
904 to file-directory-p.
905
906 2000-04-14 Gerd Moellmann <gerd@gnu.org>
907
908 * gud.el (gud-jdb-build-source-files-list): Check that directory
909 exists before calling directory-files.
910
911 2000-04-13 Dave Love <fx@gnu.org>
912
913 * emacs-lisp/trace.el: Change maintainer. Use new backquote
914 syntax.
915
916 * emacs-lisp/cl-specs.el: Remove when, unless.
917
918 * emacs-lisp/cl-extra.el: Don't quote keywords.
919 (cl-old-mapc): New variable.
920 (mapc): Use it.
921 (cl-map-intervals): Use with-current-buffer. Don't check for
922 next-property-change.
923 (cl-map-overlays): Use with-current-buffer.
924 (cl-expt): Remove.
925 (copy-tree, remprop): Define unconditionally.
926
927 * emacs-lisp/cl-compat.el (keywordp): Remove.
928
929 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
930 to use keywordp.
931 (edebug-spec): Enable keywordp.
932
933 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
934 string-lessp.
935
936 * cus-start.el: Use keywordp.
937
938 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
939
940 * diary-lib.el (include-other-diary-files): Fix the fix of
941 2000-02-18 by doing a save-excursion.
942
943 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
944
945 * ps-print.el: Customization fix, doc fix.
946 (ps-print-version): New version number (5.1.4).
947 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
948 (ps-print-preprint): Adjust code.
949 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
950 (ps-print-prologue-header, ps-print-control-characters)
951 (ps-spool-config): Customization fix.
952
953 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
954
955 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
956 converted to the new menu-item format, names silightly changed,
957 help strings added.
958
959 Support for spelling without async subprocesses:
960
961 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
962 (ispell-session-buffer): New variables.
963 (ispell-start-process, ispell-process-status,
964 ispell-accept-output, ispell-send-string): New functions, for
965 Ispell invocation when async subprocesses aren't supported.
966 (ispell-word, ispell-pdict-save, ispell-command-loop,
967 ispell-process-line, ispell-buffer-local-parsing): Replace calls
968 to process-send-string with calls to ispell-send-string, and
969 accept-process-output with ispell-accept-output.
970 (ispell-init-process): Call ispell-process-status instead of
971 process-status with.
972 (ispell-init-process): Call ispell-start-process. Call
973 ispell-accept-output and ispell-send-string. Don't call
974 process-kill-without-query and kill-process if they are unbound.
975 (ispell-async-processp): New function.
976
977 2000-04-12 Dave Love <fx@gnu.org>
978
979 * info.el: Add debug-ignored-errors.
980 (Info-mode-menu): Add some items.
981 (Info-directory): Add autoload cookie.
982
983 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
984 Modify `truncate-lines'. Make `describe-language-environment'
985 always visible and add help. Modify `describe-key' help. Invoke
986 Info-directory from `info'. New entry `emacs-manual'.
987
988 2000-04-10 Gerd Moellmann <gerd@gnu.org>
989
990 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
991 propertized-buffer-identification.
992 (ebrowse-update-member-buffer-mode-line): Likewise.
993 (ebrowse--mode-strings): Removed.
994 (ebrowse--mode-line-props): Removed.
995
996 * files.el (auto-mode-alist): Add `EBROWSE'.
997
998 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
999 space before testing for end of buffer.
1000 (ebrowse-load): Removed.
1001 (ebrowse-revert-tree-buffer-from-file): Rewritten.
1002 (ebrowse-create-tree-buffer): Rewritten.
1003 (ebrowse-tree-mode): Read tree from buffer.
1004
1005 * progmodes/ebrowse-ffh.el: Removed.
1006
1007 2000-04-10 Kenichi Handa <handa@etl.go.jp>
1008
1009 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
1010
1011 2000-04-10 Gerd Moellmann <gerd@gnu.org>
1012
1013 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
1014 at the wrong place.
1015
1016 2000-04-09 Dave Love <fx@gnu.org>
1017
1018 * files.el (backup-enable-predicate): Use
1019 temporary-file-directory, small-temporary-file-directory.
1020 (make-backup-file-name-function, backup-directory-alist): New
1021 variables.
1022 (make-backup-file-name-1): New function.
1023 (make-backup-file-name): Use it.
1024 (find-backup-file-name): Likewise. Use format for clarity, not
1025 concat.
1026 (file-newest-backup): Use make-backup-file-name.
1027
1028 2000-04-09 Gerd Moellmann <gerd@gnu.org>
1029
1030 * progmodes/ebrowse-ffh.el: New file.
1031
1032 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
1033 to ebrowse-ffh.el.
1034 (ebrowse-load): Add autoload.
1035
1036 * finder.el (finder-commentary): Add autoload cookie.
1037
1038 * mail/rfc2368.el: Correct author's email address.
1039
1040 * progmodes/ebrowse.el: New file.
1041
1042 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
1043 item help string.
1044 (easy-menu-do-add-item): Ditto.
1045 (easy-menu-define): Extend doc string.
1046
1047 * jit-lock.el (with-buffer-unmodified): Use
1048 restore-buffer-modified-p.
1049 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
1050 (jit-lock-function, jit-lock-stealth-fontify): Don't use
1051 with-buffer-unmodified.
1052
1053 2000-04-08 Dave Love <fx@gnu.org>
1054
1055 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
1056 unless, when.
1057
1058 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
1059
1060 * viper-util.el (viper-put-on-search-overlay): New subroutine.
1061 (viper-flash-search-pattern): No operation when using Emacs
1062 doesn't support face.
1063 Use `viper-put-on-search-overlay'.
1064
1065 2000-04-04 Gerd Moellmann <gerd@gnu.org>
1066
1067 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
1068 like C-r.
1069
1070 * progmodes/make-mode.el: Some doc fixes.
1071 (makefile-mode-abbrev-table): New variable.
1072 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
1073 (makefile-font-lock-keywords): Fontify includes and conditionals.
1074 (toplevel): Require `dabbrev' and `add-log' when compiling.
1075
1076 * replace.el (perform-replace): Don't move forward one char
1077 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
1078 to do that because it leaves point 1 position after the last
1079 replacement, after everything has been replaced.
1080
1081 * jit-lock.el (with-buffer-unmodified): New macro.
1082 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
1083 modified state.
1084 (jit-lock-function-1): Extracted from jit-lock-function; not
1085 preserving buffer's modified state.
1086 (jit-lock-function, jit-lock-stealth-fontify): Call
1087 jit-lock-function-1.
1088
1089 * mail/rfc2368.el: Remove supernumerary copyright line.
1090
1091 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
1092
1093 * glasses.el: Provide facilities for inserting space before left
1094 parentheses and uncapitalization of identifiers.
1095 (glasses-mode): Try to remove old overlays in all cases.
1096
1097 2000-04-03 Gerd Moellmann <gerd@gnu.org>
1098
1099 * progmodes/compile.el (compile-internal): Display the compilation
1100 buffer in a different frame, if it's already displayed there.
1101
1102 * mail/rfc2368.el: New file.
1103
1104 * simple.el (sendmail-user-agent-compose): Recognize a `body'
1105 header and insert its value as mail body.
1106
1107 * subr.el (member-ignore-case): New function.
1108
1109 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
1110 (dabbrev--find-expansion): Ignore buffers matching a regexp
1111 from dabbrev-ignored-regexps.
1112
1113 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
1114 to extensions handled by gzip.
1115
1116 2000-04-03 Richard M. Stallman <rms@gnu.org>
1117
1118 * files.el (insert-directory): List the total free space
1119 along with the used space.
1120
1121 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
1122 line is followed by one that matches CITATION-REGEXP, end the
1123 paragraph.
1124
1125 2000-04-03 Markus Rost <rost@delysid.gnu.org>
1126
1127 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
1128 (rmail-make-basic-summary-line): Use that option.
1129
1130 2000-04-03 Kenichi Handa <handa@etl.go.jp>
1131
1132 * international/mule-cmds.el (encoded-string-description):
1133 Rewritten. Try pretty description for ISO 2022 escape sequences
1134 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
1135 for hexadecimal format.
1136
1137 2000-04-01 Dave Love <fx@gnu.org>
1138
1139 * cpp.el: Change customization group to `c' from `C'.
1140
1141 * vcursor.el (vcursor-move): Use display-color-p.
1142
1143 * international/mule-util.el: Provide mule-utils.
1144 (string-to-sequence): Simplify and speed up.
1145
1146 * international/mule.el (make-coding-system): Purecopy doc-string.
1147
1148 * international/mule-cmds.el: Various menu changes.
1149 (describe-specified-language-support): Handle `Default'.
1150 (set-language-info): Purecopy `info'.
1151
1152 2000-03-31 Andrew Innes <andrewi@gnu.org>
1153
1154 * vc.el (vc-backend-diff): Return the correct status if we had to
1155 retry the rcsdiff command without the --brief option.
1156
1157 2000-03-31 Dave Love <fx@gnu.org>
1158
1159 * help.el (help-manyarg-func-alist): Correct several omissions.
1160
1161 * add-log.el: Don't require cl, fortran.
1162 (add-log-current-defun-function): Doc fix.
1163 (change-log-version-number-regexp-list): Remove SCCS part. Doc
1164 fix.
1165 (change-log-version-rcs): Function deleted.
1166 (change-log-version-number-search): Doc fix. Use
1167 vc-workfile-version. Avoid CL dolist.
1168 (add-change-log-entry): Just call add-log-current-defun to get
1169 defun. Simplify somewhat.
1170 (change-log-get-method-definition-1): Likewise.
1171 (add-log-current-defun): Return nil if calling
1172 add-log-current-defun-function does so. Move Fortran stuff to
1173 fortran.el. Return string without properties.
1174
1175 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
1176 and :alpha: char classes.
1177
1178 * mail/supercite.el: Defvar curline when compiling.
1179 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
1180 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
1181 rather than a-zA-Z0-9 to allow non-ASCII characters.
1182
1183 2000-03-31 Gerd Moellmann <gerd@gnu.org>
1184
1185 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
1186
1187 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
1188 Re-enable new code.
1189
1190 * lpr.el (print-region-1): Use -d to specify printer name for
1191 systems `usg-unix-v*, `dgux', `hpux', `irix'.
1192
1193 2000-03-31 Dave Love <fx@gnu.org>
1194
1195 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
1196 for function definition in symbol's function value slot first
1197 instead of first consulting byte-compile-function-environment.
1198
1199 2000-03-31 Kenichi Handa <handa@etl.go.jp>
1200
1201 * language/european.el ("Polish"): New language environment.
1202 (setup-polish-environment): New function.
1203
1204 2000-03-30 Gerd Moellmann <gerd@gnu.org>
1205
1206 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
1207 Disable new code.
1208
1209 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
1210 trying to `load' the symbol of an autoload instead of the file
1211 recorded in the autoload. Fix error messages.
1212
1213 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1214
1215 * ps-print.el: PostScript programming fix for ghostview, doc fix.
1216 (ps-print-version): New version number (5.1.3).
1217 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
1218 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
1219 (ps-generate-postscript-with-faces): Code fix.
1220 (ps-color-values): XEmacs compatibility.
1221 (ps-print-background-image, ps-print-background-text, ps-printer-name)
1222 (ps-default-fg, ps-default-bg): Adjust customization.
1223 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
1224 (ps-color-scale): Renaming old ps-color-value fun.
1225 (ps-print-headers): Replace ps-print-header group to avoid conflict
1226 with ps-print-header variable.
1227 (ps-print-miscellany): New group.
1228 (ps-format-color, ps-rgb-color): New funs.
1229 (ps-default-foreground): New var.
1230 (ps-printer-name-option): New const.
1231
1232 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
1233
1234 * net/net-utils.el:
1235 (network-connection-host, network-connection-service): New variables
1236 (network-connection-mode): New mode, derived from comint-mode
1237 (network-connection-mode-setup): New function, saves host and
1238 service information in local variables.
1239
1240 * lisp/locate.el:
1241 (locate-word-at-point): Added this function
1242 (locate): Default to using locate-word-at-point as input
1243 Run dired-mode-hook
1244
1245 2000-03-29 Dave Love <fx@gnu.org>
1246
1247 * calendar/appt.el: Doc fixes.
1248 (appt-check): Convert min-to-app to a string before passing to
1249 appt-disp-window-function or concat.
1250 (appt-delete-window): Remove test for frame-root-window.
1251 (appt-select-lowest-window, appt-convert-time): Simplify.
1252
1253 * emacs-lisp/bytecomp.el: Doc fixes.
1254 (byte-compile-file-form-autoload): Update
1255 byte-compile-function-environment.
1256
1257 2000-03-29 Andreas Schwab <schwab@suse.de>
1258
1259 * emacs-lisp/autoload.el: Also print defsubst doc string
1260 specially.
1261
1262 * dired.el (dired-insert-directory): If dired-free-space-program
1263 failed just delete its output.
1264
1265 2000-03-29 Dave Love <fx@gnu.org>
1266
1267 * international/iso-cvt.el: Move provide to end. Doc fixes.
1268 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
1269 (iso-iso2sgml, iso-sgml2iso): New functions.
1270 (iso-cvt-define-menu): Fix some entries and use backquote for
1271 clarity.
1272
1273 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
1274
1275 2000-03-28 Gerd Moellmann <gerd@gnu.org>
1276
1277 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
1278 ISO-DATE. If non-nil, return date in ISO 8601 format.
1279
1280 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
1281
1282 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
1283 if it ever becomes used.
1284 (log-edit-mode-hook): Default to vc-log-mode-hook.
1285 (log-edit-mode): Fix the docstring.
1286
1287 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
1288 the code.
1289
1290 2000-03-26 Dave Love <fx@gnu.org>
1291
1292 * net/browse-url.el (browse-url): Re-fix case of
1293 browse-url-browser-function being an alist.
1294 (browse-url): Add :link to defgroup.
1295
1296 * files.el: Doc fixes.
1297 (file-truename): Include `[' in wildcard characters.
1298 (automount-dir-prefix): Customize.
1299 (find-file-wildcards): Add :version.
1300 (find-file-noselect): Simplify a mapcar call.
1301
1302 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
1303 compatible with inf-lisp version.
1304 (eval-defun-1): Fix custom-declare-variable case.
1305
1306 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
1307
1308 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
1309
1310 2000-03-24 Gerd Moellmann <gerd@gnu.org>
1311
1312 * Makefile (COMPILE_FIRST): New macro.
1313 (compile-files): Compile files from COMPILE_FIRST first.
1314
1315 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
1316 code.
1317
1318 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
1319 matching open parenthesis in column 0 to defun-prompt-regexp
1320 only if open-paren-in-column-0-is-defun-start is set.
1321
1322 * sun-curs.el: Require CL at compile-time only.
1323
1324 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
1325 instead of copy-list which is a function from CL.
1326 (msb--choose-menu, msb--mode-menu-cond)
1327 (msb--create-buffer-menu-2): Use dolist instead of mapc.
1328 (msb--init-file-alist): Use mapcar instead of mapcan.
1329 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
1330 `(' in column 0 in doc string.
1331 (msb--add-separators): Use mapcar instead of mapcan.
1332
1333 * cus-dep.el: Require CL at compile-time only.
1334
1335 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
1336
1337 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
1338 (byte-compile-warnings): New warning `noruntime'.
1339 (byte-compile-constants, byte-compile-variables): Fix docstring.
1340 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
1341 execute `eval-whenc-compile's body.
1342 (byte-compile-unresolved-functions): Fix docstring.
1343 (byte-compile-eval): New function.
1344 (byte-compile-callargs-warn): Check if the function will be available
1345 at runtime (via property `byte-compile-noruntime').
1346 (byte-compile-print-syms): New function.
1347 (byte-compile-warn-about-unresolved-functions): Also warn about
1348 `noruntime' functions (and use `byte-compile-print-syms').
1349 (byte-compile-file): Capitalize the message.
1350
1351 2000-03-24 Gerd Moellmann <gerd@gnu.org>
1352
1353 * mail/rmail.el (rmail-confirm-expunge): New user-option.
1354 (rmail-expunge): Ask for confirmation depending on the setting
1355 of rmail-confirm-expunge.
1356
1357 2000-03-23 Gerd Moellmann <gerd@gnu.org>
1358
1359 * Makefile (bootstrap-clean): If $(emacs) exists, build
1360 loaddefs.el first. A loaddefs.el that's not up-to-date might
1361 cause a bootstrap failure because things don't autoload as
1362 expected.
1363
1364 2000-03-23 Dave Love <fx@gnu.org>
1365
1366 * net/browse-url.el: Restore previous use of
1367 browse-url-maybe-new-window.
1368
1369 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1370
1371 * ps-print.el: Skip banner page fix.
1372 (ps-print-version): New version number (5.1.2).
1373 (ps-begin-file, ps-end-file, ps-generate): Code fix.
1374
1375 2000-03-23 Dave Pearson <davep@davep.org>
1376
1377 * net/quickurl.el Changed the type of parameter passed to the
1378 function defined by `quickurl-format-function'. Before only the
1379 text of the URL was passed. Now the whole URL structure is passed
1380 and the function is responsible for extracting the parts it
1381 requires. Changed the default of `quickurl-format-function'
1382 accordingly.
1383 (quickurl-insert): Changed the `funcall' of
1384 `quickurl-format-function' to match the above change.
1385 (quickurl-list-insert): Changed the `url' case so that it makes
1386 use of `quickurl-format-function', previous to this the format was
1387 hard wired.
1388
1389 2000-03-22 Gerd Moellmann <gerd@gnu.org>
1390
1391 * startup.el: Change some spellings for the X Window System.
1392
1393 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
1394
1395 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
1396 up the code and the regexp and make sure the cursor is temporarily
1397 moved to the suspicious line while querying the user.
1398
1399 2000-03-22 Jason Rumney <jasonr@gnu.org>
1400
1401 * w32-fns.el (w32-charset-info-alist): Initialize.
1402
1403 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1404
1405 * ps-print.el: N-up last page fix.
1406 (ps-print-version): New version number (5.1.1).
1407 (ps-end-file, ps-end-job, ps-generate): Code fix.
1408
1409 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
1410
1411 * files.el (find-file-run-dired): Update docstring.
1412 (find-directory-functions): New hook.
1413 (find-file-noselect): Run find-directory-functions rather than
1414 calling dired directly.
1415
1416 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
1417
1418 * pcvs.el: Add a minimal leading commentary.
1419 (cvs-make-cvs-buffer): Change the header part by removing the startup
1420 message and adding a `Module' entry. Also replace the FOOTER and
1421 HEADER special fileinfos with the new support in ewoc for updating
1422 its own footer and header.
1423 (cvs-update-header): Update to use the header/footer of the ewoc.
1424 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
1425 (cvs-is-within-p): New function.
1426 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
1427 to only examine some subset of the buffers.
1428
1429 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
1430 `format' instead of our own ad-hoc functions.
1431 Remove HEADER and FOOTER cases, now handled in the EWOC.
1432 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
1433
1434 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
1435 output to avoid scaring the user.
1436 (cvs-parse-table): Catch message for non-up-to-date commits.
1437
1438 * pcvs-defs.el (cvs-startup-message): Remove.
1439 (cvs-global-menu): New autoloaded menu.
1440
1441 * pcvs-util.el (cvs-string-fill): Remove.
1442
1443 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
1444 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
1445 PP part of it and also make it work for footers and headers.
1446 (ewoc-create): Drop POS and BUFFER arguments.
1447 Use the DLL's dummy node to store the end-of-footer position.
1448 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
1449 (ewoc-refresh): Remove unused `header' variable.
1450 (ewoc-(get|set)-hf): New functions.
1451
1452 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
1453 log-view-*-(message|file) and use easy-mmode-define-navigation.
1454 (log-view-message-re): Match SCCS format as well.
1455 And match the revision line rather than the dashed separator line.
1456 (log-view-mode): Use the new define-derived-mode.
1457 (log-view-current-tag): Fill in with an actual implementation.
1458
1459 * cvs-status.el (cvs-status-(prev|next)): Rename from
1460 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
1461 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
1462 to let the output "breathe" a little more (more readable).
1463 (cvs-status-mode): Use the new define-derived-mode.
1464
1465 * smerge-mode.el (smerge-auto-leave): New function and variable.
1466 (smerge-basic-map): Rename from smerge-basic-keymap.
1467 Change the bindings for smerge-diff-*.
1468 (smerge-*-map): Use easy-mmode-defmap.
1469 (smerge-(next|prev)): Use easy-mmode-define-navigation.
1470 (smerge-keep-*): Use smerge-auto-leave.
1471
1472 2000-03-21 Jason Rumney <jasonr@gnu.org>
1473
1474 * cus-edit.el (custom-button-face): Use 3D look for w32.
1475 (custom-button-pressed-face): Likewise.
1476
1477 2000-03-21 Gerd Moellmann <gerd@gnu.org>
1478
1479 * progmodes/etags.el (tags-case-fold-search): New user-option.
1480 (tags-loop-eval): New function. Bind case-fold-search around eval
1481 depending on the value of tags-case-fold-search.
1482 (tags-loop-continue): Use tags-loop-eval.
1483 (find-tag-in-order): Bind case-fold-search depending on the value
1484 of tags-case-fold-search.
1485
1486 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
1487
1488 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
1489 (diff-end-of-hunk): Return the end position for use in
1490 `easy-mmode-define-navigation'.
1491 (diff-recenter): Remove.
1492 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
1493 of `easy-mmode-define-navigation'.
1494 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
1495 previous renaming) and fix to use new names.
1496 (diff-merge-strings): Use \n as separator: simpler, faster.
1497 (diff-mode): Use `define-derived-mode'.
1498
1499 * derived.el (define-derived-mode): Don't autoload anymore.
1500 Prefer the macro-only version provided by easy-mmode.el.
1501
1502 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
1503 `easy-mmode-define-derived-mode'.
1504 Use `combine-run-hooks'.
1505 (easy-mmode-define-navigation): New macro.
1506
1507 * subr.el (combine-run-hooks): New function.
1508
1509 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
1510
1511 * term/x-win.el: Fontsets related initialization is simplified.
1512
1513 * international/mule-diag.el (describe-font): Don't refer to
1514 global-fontset-alist, instead call font-list.
1515 (describe-fontset, list-fontsets, mule-diag): Likewise.
1516 (print-fontset): Adjusted for the change of fontset
1517 implementation.
1518
1519 * international/fontset.el (x-charset-registries): Variable
1520 removed, instead the corresponding data is stored in the default
1521 fontset.
1522 (register-alternate-fontnames): Function removed.
1523 (resolved-ascii-font): Variable removed.
1524 (x-compose-font-name): Ignore the second argument REDOCE.
1525 (x-complement-fontset-spec): Complement only an ASCII font and
1526 element for those charsets than can use that ASCII font.
1527 (generate-fontset-menu): Don't refer to global-fontset-alist,
1528 instead call fontset-list.
1529 (uninstantiated-fontset-alist): Variable removed.
1530 (x-style-funcs-alist): Likewise.
1531 (fontset-default-styles): Likewise.
1532 (x-modify-font-name): Function removed.
1533 (create-fontset-from-fontset-spec): Ignore the argument
1534 STYLE-VARIANT.
1535 (create-fontset-from-ascii-font): Docsting adjusted for the above
1536 change.
1537 (instantiate-fontset, resolve-fontset-name): Functions removed.
1538 (fontset-list): Now implemented by C code.
1539
1540 * faces.el (read-face-font): Fix TABLE arg to completing-read.
1541 (describe-face): Include `font' attribute in the description.
1542
1543 2000-03-21 Kenichi Handa <handa@etl.go.jp>
1544
1545 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
1546
1547 2000-03-20 Gerd Moellmann <gerd@gnu.org>
1548
1549 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
1550 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
1551 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
1552
1553 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
1554 about behavior of set-buffer-modified-p wrt redisplay.
1555
1556 2000-03-19 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1557
1558 * view.el (view-mode-disable): Kill local binding of view-read-only.
1559
1560 2000-03-18 Gerd Moellmann <gerd@gnu.org>
1561
1562 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
1563 is a string, convert it to a syntax cell using string-to-syntax.
1564
1565 * simple.el (syntax-code-table, syntax-flag-table): New variables.
1566 (string-to-syntax): New function.
1567
1568 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
1569 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
1570 try to use passive ftp mode.
1571
1572 2000-03-17 Gerd Moellmann <gerd@gnu.org>
1573
1574 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
1575
1576 * simple.el (append-to-buffer): Update point of windows after
1577 insertion.
1578
1579 * abbrev.el (inverse-add-abbrev): Identify word by first moving
1580 forward then moving backward. Reindent.
1581
1582 * frame.el (other-frame): Call x-focus-frame only if
1583 focus-follows-mouse is off.
1584
1585 2000-03-17 Dave Love <fx@gnu.org>
1586
1587 * pcvs-util.el (cvs-strings->string): Rename
1588 replace-regexps-in-string.
1589
1590 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
1591
1592 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
1593 regexp for labels cannot span several lines.
1594
1595 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
1596 `(setq :<key> ':<key>)' to the macro expansion.
1597
1598 2000-03-16 Dave Love <fx@gnu.org>
1599
1600 * progmodes/f90.el (f90): Put custom group under `languages', not
1601 `fortran'.
1602 (f90-mode-hook): Customize.
1603 (f90-mode): Set add-log-current-defun-function.
1604 (f90-current-defun): New function.
1605
1606 2000-03-16 Gerd Moellmann <gerd@gnu.org>
1607
1608 * cus-edit.el (custom-variable-tag-face): Handle case that
1609 default face's height is not a number.
1610 (custom-face-tag-face, custom-group-tag-face-1)
1611 (custom-group-tag-face): Ditto.
1612 (custom-group-tag-face-1): Add :group.
1613
1614 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
1615
1616 2000-03-15 Gerd Moellmann <gerd@gnu.org>
1617
1618 * pcvs-defs.el (toplevel): Remove autoload cookie for form
1619 requiring easymenu.
1620
1621 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1622
1623 * ps-print.el: PostScript user-defined prologue, PostScript error
1624 handler, doc fix.
1625 (ps-print-version): New version number (5.1).
1626 (ps-user-defined-prologue, ps-error-handler-message)
1627 (ps-print-prologue-0, ps-error-handler-alist): New vars.
1628 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
1629 (ps-insert-string): New function.
1630
1631 2000-03-15 Kenichi Handa <handa@etl.go.jp>
1632
1633 * international/ccl.el (ccl-compile-expression): Don't generate
1634 invalid self-assignment code.
1635
1636 2000-03-14 Dave Love <fx@gnu.org>
1637
1638 * subr.el (replace-regexp-in-string): Renamed from
1639 replace-regexps-in-string. Doc fix.
1640
1641 2000-03-12 Dave Love <fx@gnu.org>
1642
1643 * cus-edit.el: Doc fixes.
1644 (customize-set-variable, customize-save-variable): Rename args for
1645 doc.
1646 (custom-variable-tag-face, custom-face-tag-face)
1647 (custom-group-tag-face-1, custom-group-tag-face): Modify from
1648 style which user identify as hyperlink.
1649 (hook): Don't add undefined functions to the hook.
1650 (debug-ignored-errors): Transfer message from bindings.el.
1651
1652 2000-03-12 Gerd Moellmann <gerd@gnu.org>
1653
1654 * recentf.el (recentf-keep-non-readable-files-p): Remove
1655 double/nested definition.
1656
1657 2000-03-12 Dave Love <fx@gnu.org>
1658
1659 * facemenu.el (facemenu-get-face): Use display-color-p.
1660 * enriched.el (enriched-decode-foreground): Likewise.
1661 (enriched-decode-background): Likewise.
1662 * isearch.el (isearch-highlight): Likewise.
1663 * info-look.el (info-lookup): Likewise.
1664 * simple.el (completion-setup-function): Likewise.
1665
1666 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
1667 :options.
1668
1669 * bindings.el (mode-line-format): Fix line-number and
1670 column-number items. Add help-echo for the background.
1671 (mode-line-mule-info): Modify help-echo.
1672
1673 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
1674 defcustom.
1675
1676 * files.el (load-file): Allow completion to .elc.
1677
1678 * man.el: Doc fixes.
1679 (Man-init-defvars): Use display-color-p to set fontification.
1680
1681 * play/hanoi.el (hanoi-internal): Don't use oddp.
1682
1683 2000-03-12 Gerd Moellmann <gerd@gnu.org>
1684
1685 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
1686
1687 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
1688
1689 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
1690
1691 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
1692 Fix comment.
1693
1694 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
1695
1696 * font-lock.el (font-lock-keywords): Fix the doc now that
1697 regexp-opt-depth is unnecessary.
1698 (save-buffer-state): Set an edebug spec.
1699 (font-lock-fontify-anchored-keywords): Properly handle the case when
1700 the matcher goes past the limit.
1701
1702 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
1703 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
1704
1705 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
1706 dll.el and cookie.el (from Elib) with heavy renaming and other
1707 massaging.
1708
1709 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
1710 Autoload the functions used.
1711 (easy-mmode-define-syntax): Fix CL typo.
1712 (easy-mmode-define-derived-mode): Improve the docstring generation.
1713
1714 2000-03-10 Gerd Moellmann <gerd@gnu.org>
1715
1716 * textmodes/texinfo.el (texinfo-version): Variable and function
1717 removed.
1718
1719 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
1720
1721 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
1722 allow more flexibility.
1723 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
1724 fns.
1725 (easy-mmode-defmap, easy-mmode-defsyntax)
1726 (easy-mmode-define-derived-mode): New macros.
1727
1728 2000-03-09 Didier Verna <didier@xemacs.org>
1729
1730 * rect.el (replace-rectangle): New function.
1731
1732 2000-03-09 Dave Love <fx@gnu.org>
1733
1734 * progmodes/fortran.el (fortran-comment-line-start): Define as
1735 "C".
1736 (fortran-comment-line-start-skip): Don't match cpp stuff.
1737 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
1738 (fortran-mode-map): Remove over-eager custom-menu-create for now.
1739 (fortran-mode): Don't set fortran-comment-line-start-skip,
1740 fortran-comment-line-start here. Set comment-start,
1741 add-log-current-defun.
1742 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
1743 (fortran-current-defun): New function.
1744
1745 2000-03-09 Gerd Moellmann <gerd@gnu.org>
1746
1747 * emacs-lisp/re-builder.el: New file.
1748
1749 * mouse.el (mouse-drag-region): Don't run up-event handler
1750 if hscroll has changed.
1751
1752 * octave-mod.el (octave-font-lock-keywords): To font-lock the
1753 builtin operators, use `font-lock-builtin-face' for Emacs and
1754 `font-lock-preprocessor-face' otherwise.
1755
1756 * font-lock.el (lisp-font-lock-keywords-1): Highlight
1757 `(defun (setf foo)' differently.
1758
1759 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
1760
1761 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
1762 (regexp-opt): Update comment and adapt the code the new meaning of
1763 the `paren' argument of regex-opt-group for shy-groups.
1764 (regexp-opt-depth): Handle shy groups as well as backslashed
1765 backslashes.
1766 (regexp-opt-group): Turn the leading comment into a docstring.
1767 Allow `paren' to be a string (the string to use to open a group).
1768 Remove open-presuf and close-presuf. Instead of checking for `all
1769 one-char' and then later on check for `several one-char', handle
1770 both cases close together. Also apply a more generic algorithm
1771 for suffixes (the mirror image of the algorithm used for
1772 prefixes). Use shy-groups. Use nreverse rather than reverse.
1773 (regexp-opt-try-suffix): Removed.
1774
1775 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
1776 from comint-mode-map, so we can just inherit from it. Also, move
1777 the initialization into the `defvar' since there's no docstring
1778 anyway and it's fairly short.
1779 (inferior-scheme-mode): Define it as derived-mode: the code is
1780 shorter and this way we inherit from comint-mode-map rather than
1781 copying it.
1782
1783 * subr.el (replace-regexps-in-string): Properly handle the case
1784 where we match an empty string.
1785
1786 * comint.el (comint-exec-1): Add the current-dir to the exec-path
1787 when the command has a directory component (such as "./testml").
1788 Also fix a typo in the comment.
1789
1790 2000-03-08 Gerd Moellmann <gerd@gnu.org>
1791
1792 * Makefile (compile-files): Compile files one by one because
1793 that's the only way to ensure a clean compilation environment for
1794 each individual file.
1795
1796 * frame.el (other-frame): Call x-focus-frame.
1797
1798 2000-03-07 Dave Love <fx@gnu.org>
1799
1800 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
1801 :require to defcustom.
1802
1803 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
1804 lists.
1805
1806 * files.el (auto-mode-alist): Add configure.in.
1807
1808 * progmodes/autoconf.el: New file.
1809
1810 2000-03-07 Gerd Moellmann <gerd@gnu.org>
1811
1812 * mail/mh-e.el: Change maintainer to `none'.
1813
1814 * recentf.el (recentf-keep-non-readable-files-p): Quote args
1815 to remove-hook and add-hook.
1816
1817 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1818
1819 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
1820 it as the default.
1821 (mail-send): Test mail-send-nonascii also for the new `mime' value.
1822 (sendmail-send-it): Conditionally add MIME headers specifying the
1823 used character set.
1824
1825 2000-03-07 Dave Love <fx@gnu.org>
1826
1827 * winner.el: Fix keywords, autoload cookies. Split
1828 eval-when-compile form to avoid compilation failure.
1829
1830 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
1831
1832 * international/mule.el: Modify comment about coding system
1833 property `coding-category'.
1834 (make-coding-system): New argument EOL-TYPE. Pay attention to
1835 coding-category property of PROPERTIES.
1836
1837 * international/mule-conf.el (coding-category-utf-8,
1838 coding-category-utf-16-be, coding-category-utf-16-le): New coding
1839 categories. Include them in the argument for set-coding-priority.
1840
1841 * international/mule-cmds.el (reset-language-environment): Include
1842 coding-category-utf-8, coding-category-utf-16-be, and
1843 coding-category-utf-16-le in the argument for set-coding-priority.
1844 (reset-language-environment): Initialize coding-category-utf-8,
1845 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
1846
1847 2000-03-06 Karl Fogel <kfogel@red-bean.com>
1848
1849 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
1850 code abstracted out of `bookmark-jump-noselect'. Now tries info
1851 extensions as well as compression extensions.
1852 (bookmark-jump-noselect): Use above new func.
1853
1854 2000-03-03 Gerd Moellmann <gerd@gnu.org>
1855
1856 * strokes.el: Change maintainer's mail address.
1857
1858 2000-03-03 Kenichi Handa <handa@etl.go.jp>
1859
1860 * international/mule-diag.el (list-character-sets): Make help-echo
1861 string by substitute-command-keys.
1862 (list-character-sets): Likewise.
1863 (sort-listed-character-sets): Call help-setup-xref.
1864
1865 2000-03-02 Gerd Moellmann <gerd@gnu.org>
1866
1867 * time.el (display-time-mail-file): Add `none' to the list of
1868 choices.
1869
1870 2000-03-01 Dave Love <fx@gnu.org>
1871
1872 * help.el (help-xref-go-back): Don't try to set position.
1873
1874 * international/mule-diag.el (list-character-sets): Call
1875 help-setup-xref. Add help-echo to xrefs.
1876 (list-character-sets-1): Add help-echo to xrefs.
1877
1878 2000-03-02 Gerd Moellmann <gerd@gnu.org>
1879
1880 * frame.el (blink-cursor-mode): Switch cursor on when turning
1881 the mode off.
1882
1883 * add-log.el (add-log-current-defun): Add support for
1884 Autoconf mode.
1885
1886 * mail/rmail.el (rmail-quit-hook): New variable.
1887
1888 2000-03-01 Dave Love <fx@gnu.org>
1889
1890 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
1891
1892 * help.el (help-xref-button): Add help-echo arg.
1893 (describe-function-1, describe-variable, help-make-xrefs): Use it.
1894
1895 * faces.el (list-faces-display): Supply help-echo with
1896 help-make-xrefs.
1897
1898 * facemenu.el (list-text-properties-at): Set help-xref-stack to
1899 nil.
1900
1901 2000-03-01 Gerd Moellmann <gerd@gnu.org>
1902
1903 * image.el (defimage): Look for image files in load-path.
1904
1905 * frame.el (busy-cursor-delay-seconds): Change type to
1906 `number'.
1907
1908 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
1909
1910 * recentf.el (recentf): Added version tag to the defgroup of
1911 recentf.
1912
1913 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
1914
1915 * recentf.el (recentf-cleanup): Changed to remove excluded file
1916 too.
1917 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
1918 action to select/unselect a file.
1919 (recentf-edit-list): Code cleanup and improvement.
1920 (recentf-open-more-files-action): `recentf-open-more-files' button
1921 widget action to open a file.
1922 (recentf-open-more-files): No more use standard completion but
1923 widgets.
1924 (recentf-more-collection): Deleted.
1925 (recentf-more-history): Deleted.
1926 (recentf-setup-more-completion): Deleted.
1927
1928 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
1929
1930 * recentf.el (recentf-mode): No more needs that Emacs is running
1931 under a window-system.
1932
1933 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
1934
1935 * recentf.el (recentf-edit-list): New command to edit the recent
1936 list which allow the user to remove files.
1937 (recentf-edit-selected-items): New global variable, used by
1938 `recentf-edit-list' to hold the list of files to be removed from
1939 the recent list.
1940 (recentf-make-menu-items): Updated to display a "Edit list..."
1941 menu item. Minor code cleanup.
1942
1943 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
1944
1945 * recentf.el (recentf-open-more-files): New command to open files
1946 that are not displayed in the menu.
1947 (recentf-more-collection): New global variable holding the set of
1948 permissible completions used by `recentf-open-more-files'.
1949 (recentf-more-history): New global variable holding the history list
1950 used by `recentf-open-more-files' completion.
1951 (recentf-setup-more-completion): New function to setup completion for
1952 `recentf-open-more-files'.
1953 (recentf-make-menu-items): Updated to display a "More..." menu item.
1954
1955 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
1956
1957 * recentf.el (recentf-menu-action): Doc fixed.
1958
1959 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
1960
1961 * recentf.el (recentf-menu-filter): Doc updated.
1962 (recentf-update-menu-hook): Allow menu filters to force menu update.
1963 (recentf-make-menu-items): New menu filter handling.
1964 (recentf-make-menu-item): New helper function.
1965 (recentf-menu-elements): New menu handling function.
1966 (recentf-sort-ascending): Updated to new menu filter handling.
1967 (recentf-sort-descending): Updated to new menu filter handling.
1968 (recentf-sort-basenames-ascending): New menu filter function.
1969 (recentf-sort-basenames-descending): New menu filter function.
1970 (recentf-show-basenames): New menu filter function.
1971 (recentf-show-basenames-ascending): New menu filter function.
1972 (recentf-show-basenames-descending): New menu filter function.
1973
1974 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1975
1976 * diary-lib.el (list-diary-entries): Don't try to go forward at
1977 the end of the buffer.
1978
1979 2000-02-29 Kenichi Handa <handa@etl.go.jp>
1980
1981 * international/mule-diag.el (list-character-sets): Completely
1982 rewritten.
1983 (sort-listed-character-sets): New function.
1984 (list-character-sets-1): Completely rewritten.
1985 (list-character-sets-2): New function.
1986 (non-iso-charset-alist): New variable.
1987 (decode-codepage-char): New function.
1988 (charset-history): New variable.
1989 (read-charset) (list-block-of-chars)
1990 (list-iso-charset-chars)
1991 (list-non-iso-charset-chars)
1992 (list-charset-chars): New functions.
1993 (mule-diag): Call list-character-sets-2, not
1994 list-character-sets-2.
1995 (dump-charsets): Likewise.
1996
1997 2000-02-29 Gerd Moellmann <gerd@gnu.org>
1998
1999 * dired-x.el (dired-filename-at-point): Add `@' to valid
2000 file name characters.
2001 (dired-filename-at-point): Handle ange-ftp file names.
2002
2003 * frame.el (frame-notice-user-settings): Use assq-delete-all
2004 instead of assoc-delete-all.
2005 (frame-notice-user-settings): Ditto.
2006
2007 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
2008 Don't copy alist.
2009
2010 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
2011
2012 * calculator.el (calculator-use-menu): New option.
2013 (calculator-initial-bindings): Changed some bindings to work as
2014 macros.
2015 (calculator-forced-input): Removed.
2016 (calculator-restart-other-mode): New variable.
2017 (calculator-mode-map): Set up menu.
2018
2019 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
2020
2021 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
2022 tags.
2023
2024 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
2025
2026 * viper-cmd.el (viper-envelop-ESC-key): added the option to
2027 translate all ESC key sequences.
2028 (viper-goto-mark-subr): restore markers for files for which
2029 they were saved.
2030 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
2031 * viper-util.el (viper-set-replace-overlay-glyphs,
2032 viper-set-replace-overlay): always check if the replacement
2033 overlay is live.
2034 * viper.el (viper-vi-state-mode-list): added major modes.
2035 * ediff-wind.el: minor comment changes.
2036 * ediff.el: copyright notice date fix.
2037
2038 2000-02-27 Jason Rumney <jasonr@gnu.org>
2039
2040 * faces.el (face-font-family-alternatives): Add arial to helv.
2041 (mode-line, header-line, tool-bar): Same default as x for w32.
2042 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
2043 face-font-family-alternatives from working.
2044 * term/w32-win.el (mouse-set-font): Do not build fontset from
2045 chosen font.
2046
2047 2000-02-25 Sam Steingold <sds@goems.com>
2048
2049 * emacs-lisp/cl-indent.el (toplvel): Indent `pprint-logical-block'
2050 properly.
2051
2052 2000-02-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2053
2054 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
2055
2056 2000-02-25 Gerd Moellmann <gerd@gnu.org>
2057
2058 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
2059 writable.
2060
2061 * frame.el (busy-cursor-delay-seconds): New option.
2062
2063 2000-02-24 Gerd Moellmann <gerd@gnu.org>
2064
2065 * frame.el (show-cursor-in-non-selected-windows): New option.
2066
2067 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2068
2069 * diary-lib.el (include-other-diary-files): Undo the selective
2070 display in any included file and don't kill it.
2071
2072 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
2073
2074 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
2075 bar. Menu items converted to (menu-item format, help strings
2076 added.
2077 [downcase, upcase]: Don't enable on MS-DOS.
2078 [symlink, symlinks]: Don't show if make-symbolic-link is not
2079 bound.
2080 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
2081
2082 2000-02-23 Dave Love <fx@gnu.org>
2083
2084 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
2085 (backward-kill-word): Revert addition of * to interactive spec --
2086 it's a feature.
2087
2088 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
2089 (backward-kill-sentence, kill-sentence): Likewise.
2090
2091 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
2092 scratch buffer name.
2093 (gud-format-command): Use int-to-string in ?l case. Simplify
2094 slightly.
2095
2096 * term/w32-win.el (internal-face-interactive): Update prompt for
2097 new read-face-name.
2098
2099 * mail/footnote.el (footnote): Add :version to defgroup.
2100 (footnote-section-tag-regexp): Customize.
2101 (footnote-start-tag, footnote-end-tag): New option.
2102 (footnote-latin-regexp): New variable.
2103 (Footnote-latin): New function.
2104 (footnote-style-alist): Add element for latin style.
2105 (footnote-style): Moved.
2106 (Footnote-goto-footnote): Use eq to test arg.
2107
2108 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
2109
2110 * emacs-lisp/byte-opt.el: Change old backquote syntax.
2111 (byte-compile-trueconstp): Include keywords.
2112 (byte-optimize-quote, byte-optimize-lapcode): Use
2113 byte-compile-const-symbol-p.
2114 (byte-optimize-char-before): New optimization.
2115
2116 * emacs-lisp/bytecomp.el: Change old backquote syntax.
2117 (byte-compile-const-symbol-p): New function.
2118 (byte-compile-constp, byte-compile-out-toplevel)
2119 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
2120 Use it.
2121
2122 * subr.el (define-key-after): Default AFTER to t. Doc fix.
2123
2124 2000-02-23 Kenichi Handa <handa@etl.go.jp>
2125
2126 * international/encoded-kb.el: Be sure to update minor-mode-alist
2127 and minor-mode-map-alist.
2128 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
2129 codes SS2 and SS3 correctly.
2130 (encoded-kbd-self-insert-ccl): New function.
2131 (encoded-kbd-setup-keymap): New function.
2132 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
2133 by calling encoded-kbd-setup-keymap.
2134
2135 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
2136 characters.
2137 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
2138 locally.
2139
2140 2000-02-22 Dave Love <fx@gnu.org>
2141
2142 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
2143 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
2144 defvar.
2145 (lisp-mode-syntax-table): Set up for #|...|# comments.
2146 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
2147 classes. Match `defface'.
2148 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
2149 (eval-defun-1): Fix for defcustom.
2150 (lisp-indent-region): Doc fix.
2151
2152 * subr.el (when, unless, split-string): Doc fix.
2153 (read-passwd): Move call of clear-this-command-keys to the right
2154 place.
2155 (replace-regexps-in-string): New function.
2156
2157 2000-02-22 Gerd Moellmann <gerd@gnu.org>
2158
2159 * help.el (describe-variable): Set syntax table to
2160 emacs-lisp-mode-syntax-table when moving forward over the
2161 symbol's name.
2162
2163 2000-02-22 Dave Love <fx@gnu.org>
2164
2165 * xt-mouse.el: Doc fixes.
2166 (xterm-mouse-position-function): New function, replacing advice of
2167 mouse-position.
2168 (xterm-mouse-mode): Use it. Don't turn on under a window system.
2169
2170 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
2171
2172 2000-02-21 Gerd Moellmann <gerd@gnu.org>
2173
2174 * format.el (format-annotate-single-property-change): Handle
2175 properties.with dotted-list values.
2176 (format-proper-list-p): New function.
2177
2178 * enriched.el (enriched-face-ans): Handle '(foreground-color
2179 . COLOR) and (background-color . COLOR).
2180
2181 2000-02-20 Dave Love <fx@gnu.org>
2182
2183 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
2184 and assignments to it.
2185 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
2186 current local map.
2187 (make-flyspell-overlay): Use it.
2188 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
2189
2190 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
2191 (lm-get-header-re): Defun, not defsubst.
2192 (lm-get-package-name): Defun, not defsubst. Simplify.
2193 (lm-version): Doc fix. Simplify.
2194 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
2195 (lm-crack-address, lm-last-modified-date, lm-commentary)
2196 (lm-verify, lm-synopsis): Simplify.
2197 (lm-report-bug): Require emacsbug. Use compose-mail.
2198
2199 2000-02-20 Gerd Moellmann <gerd@gnu.org>
2200
2201 * dired.el (dired-mode): Call propertized-buffer-identification
2202 to set mode-line-buffer-identification to something having
2203 the right text properties.
2204
2205 * bindings.el (propertized-buffer-identification): New function.
2206
2207 2000-02-20 Dave Love <fx@gnu.org>
2208
2209 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
2210 check for t-mouse too.
2211
2212 * cus-start.el: Make echo-keystrokes `number'.
2213
2214 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
2215
2216 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
2217 Don't call ring-empty-p unless tags-location-ring is bound.
2218 From Noah Friedman <friedman@splode.com>.
2219
2220 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
2221
2222 * progmodes/hideshow.el (hs-flag-region): No longer use
2223 `intangible' overlay property.
2224
2225 (hs-toggle-hiding): New command.
2226 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
2227
2228 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
2229 Fix omission bug: Run `hs-minor-mode-hook' for both activation
2230 and deactivation.
2231
2232 2000-02-18 Gerd Moellmann <gerd@gnu.org>
2233
2234 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
2235
2236 2000-02-17 Gerd Moellmann <gerd@gnu.org>
2237
2238 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
2239
2240 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
2241 of `*' to handle `(* ... *)' comments.
2242
2243 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
2244
2245 * faces.el (list-faces-display): Use display-mouse-p instead of
2246 window-system.
2247
2248 * menu-bar.el (global-map): Menu-bar items converted to the new
2249 format (menu-item..., rearranged for better CUA compliance, and
2250 their names changed for better clarity. Help strings added.
2251
2252 * international/mule-cmds.el (mule-menu-keymap)
2253 (describe-language-environment-map, set-coding-system-map)
2254 (setup-language-environment-map): Convert to new (menu-item...
2255 form, add help strings. Change names of menu items for better
2256 clarity. "Mule" menu-bar item removed (it's now in the "Options"
2257 submenu).
2258
2259 2000-02-17 Gerd Moellmann <gerd@gnu.org>
2260
2261 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
2262 within the code.
2263
2264 2000-02-16 Dave Love <fx@gnu.org>
2265
2266 * faces.el: Don't require custom. Add more specific :groups to
2267 various deffaces.
2268 (set-face-attribute): Purecopy args.
2269 (read-face-name): Default to name at point and use it in prompt.
2270 Remove colon from arg in all callers.
2271 (list-faces-display): Hyperlink to face descriptions and customize
2272 buffers.
2273
2274 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
2275
2276 * wid-edit.el (widget-match-inline): An atom never matches a
2277 list.
2278
2279 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2280
2281 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
2282 at ':' characters by call to split-string.
2283
2284 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2285
2286 * textmodes/bibtex.el: Added RCS version identification.
2287
2288 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2289
2290 * textmodes/bibtex.el: Some temporary comments removed.
2291 (bibtex-field-name, bibtex-entry-type): Made the relationship
2292 explicit.
2293 (bibtex-field-const): Allow capital letters.
2294 (bibtex-start-of-string): Deleted because unused.
2295
2296 * textmodes/bibtex.el: Unified some nomenclature. We no longer
2297 use the term 'reference' to describe a bibtex entry as a whole.
2298 Further, reference keys are no longer called 'labels'.
2299 (bibtex-keys): Renamed to bibtex-reference-keys.
2300 (bibtex-reformat-previous-labels): Renamed to
2301 bibtex-reformat-previous-reference-keys.
2302 (bibtex-reference-type): Renamed to bibtex-entry-type.
2303 (bibtex-reference-head): Renamed to bibtex-entry-head.
2304 (bibtex-reference-maybe-empty-head): Renamed to
2305 bibtex-entry-maybe-empty-head.
2306 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
2307 (bibtex-search-reference): Renamed to bibtex-search-entry.
2308 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
2309 bibtex-enclosing-entry-maybe-empty-head.
2310 (bibtex-entry-field-alist, bibtex-entry-head,
2311 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
2312 bibtex-map-entries, bibtex-search-entry,
2313 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
2314 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2315 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
2316 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
2317 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
2318 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
2319 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
2320
2321 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2322
2323 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
2324 comment.
2325 (bibtex-format-field-delimiters): New function, functionality
2326 extracted from bibtex-format-entry.
2327 (bibtex-autokey-get-yearfield-digits): New function, functionality
2328 extracted from bibtex-autokey-get-yearfield.
2329
2330 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
2331 entries in order to avoid stack overflow in the regexp matcher if
2332 field contents become large.
2333 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
2334 bibtex-field-string-part-not-braced,
2335 bibtex-field-string-part-no-inner-braces,
2336 bibtex-field-string-part-1-inner-brace,
2337 bibtex-field-string-part-2-inner-braces,
2338 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
2339 bibtex-field-string-quoted, bibtex-field-string,
2340 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
2341 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
2342 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
2343 as parsing is now performed by the following functions.
2344 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
2345 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
2346 bibtex-parse-field-string, bibtex-search-forward-field-string,
2347 bibtex-parse-association, bibtex-field-name-for-parsing,
2348 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
2349 bibtex-search-forward-field, bibtex-search-backward-field,
2350 bibtex-start-of-field, bibtex-end-of-field,
2351 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
2352 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
2353 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
2354 bibtex-parse-string, bibtex-search-forward-string,
2355 bibtex-search-backward-string, bibtex-start-of-string,
2356 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
2357 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
2358 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
2359 entries. Instead of reporting the results of the parsing by
2360 match-beginning or match-end, these functions return data structures
2361 that hold the corresponding positions.
2362 (bibtex-enclosing-field): Changed to also report field boundaries by
2363 return values rather than by match-beginning or match-end. The
2364 following functions have been adapted to use the new parsing
2365 functions.
2366 (bibtex-skip-to-valid-entry, bibtex-search-reference,
2367 bibtex-enclosing-field, bibtex-format-entry,
2368 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
2369 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
2370 bibtex-print-help-message, bibtex-end-of-entry,
2371 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
2372 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2373 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
2374 method for parsing.
2375 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
2376 bibtex-map-entries, bibtex-flash-head,
2377 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
2378 bibtex-autokey-change, bibtex-autokey-get-namefield,
2379 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
2380 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2381 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
2382 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2383 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
2384 order to make the new binding of case-fold-search immediately
2385 visible.
2386
2387 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2388
2389 * textmodes/bibtex.el: Copyright notice is up to date.
2390 Added constant 'bibtex-maintainer-salutation.
2391
2392 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
2393 than make-temp-name, use match-string-no-properties and eliminate
2394 a quadratic behavior when building bibtex-strings.
2395
2396 * bibtex.el (bibtex-reference-key): Accept string entries whose
2397 reference key contains upper case letters.
2398
2399 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2400
2401 * bibtex.el (bibtex-reference-head): Allow entries to start with
2402 a new line.
2403
2404 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2405
2406 * bibtex.el: Hiding of entry bodies is not longer provided by
2407 bibtex.el directly. Instead the hideshow package can be used.
2408 Added a special bibtex entry to hs-special-modes-alist.
2409 (bibtex-hs-forward-sexp): Added for hideshow.el.
2410
2411 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2412
2413 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
2414 at ':' characters by call to split-string.
2415
2416 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2417
2418 * textmodes/bibtex.el: Added RCS version identification.
2419
2420 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2421
2422 * textmodes/bibtex.el: Some temporary comments removed.
2423 (bibtex-field-name, bibtex-entry-type): Made the relationship
2424 explicit.
2425 (bibtex-field-const): Allow capital letters.
2426 (bibtex-start-of-string): Deleted because unused.
2427
2428 * textmodes/bibtex.el: Unified some nomenclature. We no longer
2429 use the term 'reference' to describe a bibtex entry as a whole.
2430 Further, reference keys are no longer called 'labels'.
2431 (bibtex-keys): Renamed to bibtex-reference-keys.
2432 (bibtex-reformat-previous-labels): Renamed to
2433 bibtex-reformat-previous-reference-keys.
2434 (bibtex-reference-type): Renamed to bibtex-entry-type.
2435 (bibtex-reference-head): Renamed to bibtex-entry-head.
2436 (bibtex-reference-maybe-empty-head): Renamed to
2437 bibtex-entry-maybe-empty-head.
2438 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
2439 (bibtex-search-reference): Renamed to bibtex-search-entry.
2440 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
2441 bibtex-enclosing-entry-maybe-empty-head.
2442 (bibtex-entry-field-alist, bibtex-entry-head,
2443 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
2444 bibtex-map-entries, bibtex-search-entry,
2445 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
2446 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2447 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
2448 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
2449 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
2450 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
2451 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
2452
2453 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2454
2455 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
2456 comment.
2457 (bibtex-format-field-delimiters): New function, functionality
2458 extracted from bibtex-format-entry.
2459 (bibtex-autokey-get-yearfield-digits): New function, functionality
2460 extracted from bibtex-autokey-get-yearfield.
2461
2462 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
2463 entries in order to avoid stack overflow in the regexp matcher if
2464 field contents become large.
2465 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
2466 bibtex-field-string-part-not-braced,
2467 bibtex-field-string-part-no-inner-braces,
2468 bibtex-field-string-part-1-inner-brace,
2469 bibtex-field-string-part-2-inner-braces,
2470 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
2471 bibtex-field-string-quoted, bibtex-field-string,
2472 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
2473 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
2474 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
2475 as parsing is now performed by the following functions.
2476 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
2477 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
2478 bibtex-parse-field-string, bibtex-search-forward-field-string,
2479 bibtex-parse-association, bibtex-field-name-for-parsing,
2480 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
2481 bibtex-search-forward-field, bibtex-search-backward-field,
2482 bibtex-start-of-field, bibtex-end-of-field,
2483 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
2484 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
2485 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
2486 bibtex-parse-string, bibtex-search-forward-string,
2487 bibtex-search-backward-string, bibtex-start-of-string,
2488 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
2489 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
2490 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
2491 entries. Instead of reporting the results of the parsing by
2492 match-beginning or match-end, these functions return data structures
2493 that hold the corresponding positions.
2494 (bibtex-enclosing-field): Changed to also report field boundaries by
2495 return values rather than by match-beginning or match-end. The
2496 following functions have been adapted to use the new parsing
2497 functions.
2498 (bibtex-skip-to-valid-entry, bibtex-search-reference,
2499 bibtex-enclosing-field, bibtex-format-entry,
2500 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
2501 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
2502 bibtex-print-help-message, bibtex-end-of-entry,
2503 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
2504 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2505 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
2506 method for parsing.
2507 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
2508 bibtex-map-entries, bibtex-flash-head,
2509 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
2510 bibtex-autokey-change, bibtex-autokey-get-namefield,
2511 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
2512 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2513 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
2514 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2515 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
2516 order to make the new binding of case-fold-search immediately
2517 visible.
2518
2519 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2520
2521 * textmodes/bibtex.el: Copyright notice is up to date.
2522 Added constant 'bibtex-maintainer-salutation.
2523
2524 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
2525 than make-temp-name, use match-string-no-properties and eliminate
2526 a quadratic behavior when building bibtex-strings.
2527
2528 * bibtex.el (bibtex-reference-key): Accept string entries whose
2529 reference key contains upper case letters.
2530
2531 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2532
2533 * bibtex.el (bibtex-reference-head): Allow entries to start with
2534 a new line.
2535
2536 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2537
2538 * bibtex.el: Hiding of entry bodies is not longer provided by
2539 bibtex.el directly. Instead the hideshow package can be used.
2540 Added a special bibtex entry to hs-special-modes-alist.
2541 (bibtex-hs-forward-sexp): Added for hideshow.el.
2542
2543 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2544
2545 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
2546 proceedings entry type (for cross referencing). Thanks to Wagner
2547 Toledo Correa for the suggestion.
2548
2549 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
2550
2551 2000-02-14 Kenichi Handa <handa@etl.go.jp>
2552
2553 * international/characters.el: Setup case table for Vietnamese.
2554
2555 2000-02-12 Gerd Moellmann <gerd@gnu.org>
2556
2557 * uniquify.el (toplevel): Require CL at compile time.
2558 (uniquify-push): Removed.
2559
2560 * shadowfile.el (shadow-when): Removed.
2561
2562 * tempo.el (tempo-dolist, tempo-mapc): Removed.
2563 (tempo-process-and-insert-string): Use dolist instead of
2564 tempo-dolist.
2565
2566 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
2567 regexp for paragraph-start.
2568
2569 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
2570 commas as well.
2571
2572 2000-02-10 Dave Love <fx@gnu.org>
2573
2574 * wid-edit.el: (widgets) [defgroup]: Remove url link.
2575 (widget-color-choice-list, widget-color-history, widget-mouse-help):
2576 Deleted.
2577 (widget-specify-field, widget-specify-button): Don't use
2578 widget-mouse-help as help-echo property.
2579 (default): Use #'ignore for :validate and :mouse-down-action.
2580 (checkbox): Add help-echo.
2581 (widget-sexp-validate): Rewritten to clarify error messages.
2582 (character): Use char-valid-p in :match function.
2583 (widget-color-complete): Use facemenu-color-alist.
2584 (widget-color-action): Use facemenu-read-color.
2585
2586 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
2587 set up `caar' &c that we now have.
2588
2589 2000-02-09 Ray Blaak <blaak@gnu.org>
2590
2591 * delphi.el: Make resourcestring a declaration region, like const
2592 and var.
2593
2594 2000-02-09 Dave Love <fx@gnu.org>
2595
2596 * bindings.el (mode-line-input-method-map): New variable.
2597 (mode-line-mule-info): Use it; fix last change.
2598 (mode-line-mode-menu): Move definition.
2599 (mode-line-mouse-sensitive-p): Deleted.
2600 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
2601 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
2602 level.
2603
2604 * startup.el (command-line-1): Don't call
2605 make-mode-line-mouse-sensitive.
2606
2607 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
2608
2609 * mail/rmail.el (rmail-retry-failure): Use
2610 rmail-beginning-of-message before rmail-toggle-header, because the
2611 former toggles headers.
2612
2613 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
2614
2615 * diff-mode.el (diff-kill-junk): New interactive function.
2616 (diff-reverse-direction): Use delete-and-extract-region.
2617 (diff-post-command-hook): Restrict the area so that the hook also works
2618 outside of any diff hunk. This is necessary for the minor-mode.
2619 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
2620 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
2621
2622 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
2623 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
2624 so that it can be used more easily in <foo>-mode-hook. Also make sure
2625 to avoid duplicate entries.
2626 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
2627 (font-lock-remove-keywords): Just as was done for `add', allow it to
2628 work even if font-lock-mode is nil. Also make sure we don't modify
2629 any pre-existing list by forcing a copy-sequence. Finally rename
2630 `major-mode' to `mode'.
2631 (font-lock-fontify-syntactic-anchored-keywords)
2632 (font-lock-fontify-anchored-keywords)
2633 (font-lock-fontify-keywords-region): Use line-end-position.
2634 Don't make `font-lock-multiline' local (it's now done in
2635 font-lock-set-defaults).
2636 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
2637 move the `font-lock-fontified' creation to inside the `unless'.
2638
2639 2000-02-06 Andrew Innes <andrewi@gnu.org>
2640
2641 * term/w32-win.el (x-handle-args): Comment out call to message,
2642 which occurs before window system is initialized.
2643
2644 * makefile.nt: Add support for recompiling lisp code.
2645
2646 2000-02-04 Dave Love <fx@gnu.org>
2647
2648 * bindings.el (mode-line-mule-info): Fix/extend last change.
2649
2650 * completion.el: Replace completion-dolist with dolist.
2651
2652 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
2653 dotimes.
2654
2655 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
2656
2657 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
2658 environment names before they go into the section regexp.
2659
2660 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
2661 char class in regexp.
2662
2663 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
2664 `case-fold-search' to nil.
2665
2666 * progmodes/idlwave.el (idlwave-template): Respect
2667 `idlwave-abbrev-change-case'.
2668 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
2669 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
2670 idlwave-while): respect `idlwave-reserved-word-upcase'.
2671 (idlwave-rw-case): New function.
2672 (idlwave-statement-match): Fixed problem with assignment regexp.
2673 (idlwave-font-lock-keywords): Improved regexp for keyword
2674 parameters.
2675 (idlwave-surround): New argument LENGTH to support padding of
2676 operators longer than 1 char.
2677
2678 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
2679 idlwave-shell-expression-overlay. Implemented printing of
2680 expressions on higher levels of the calling stack.
2681 (idlwave-shell-display-level-in-calling-stack): Restore stack
2682 level.
2683 (idlwave-retrieve-expression-from-level): New function.
2684 (idlwave-shell-last-calling-stack): Variable removed.
2685 (idlwave-shell-reset): Argument action reversed (`visible' to
2686 `hidden'). Also remove stop-line overlay.
2687 (idlwave-shell-calling-stack-routine): New variable.
2688 (idlwave-shell-parse-stack-and-display): Messages now display
2689 negative level numbers.
2690 (idlwave-shell-mode): Set `modeline-format'.
2691 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
2692 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
2693 21.
2694 (idlwave-shell-print-expression-function): New option.
2695
2696 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
2697 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
2698 `tool-bar' instead of `toolbar'.
2699
2700 2000-02-02 Dave Love <fx@gnu.org>
2701
2702 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
2703 emacs-lisp-mode-hook. Don't check for defalias being defined.
2704
2705 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
2706 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
2707 the new builtins directly.
2708
2709 * whitespace.el (whitespace): Add :version to defgroup.
2710
2711 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
2712 Doc fix.
2713
2714 * thingatpt.el (sexp-at-point, symbol-at-point)
2715 (number-at-point, list-at-point): Add autoload cookie.
2716
2717 * recentf.el (recentf): Add :version to defgroup.
2718
2719 * quickurl.el (quickurl): Add :version to defgroup.
2720
2721 * elide-head.el (elide-head): Use point-marker more.
2722
2723 * bs.el (bs): Add :version to defgroup.
2724
2725 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
2726
2727 * progmodes/delphi.el (delphi): Add :version to defgroup.
2728
2729 2000-02-02 Gerd Moellmann <gerd@gnu.org>
2730
2731 * ange-ftp.el (ange-ftp-write-region): Handle case that
2732 succeeding process operation sets a different coding system.
2733
2734 * calculator.el: New file.
2735
2736 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
2737
2738 * frame.el (frames-on-display-list, framep-on-display): New
2739 functions.
2740 (display-mouse-p, display-popup-menus-p, display-graphic-p)
2741 (display-selections-p, display-screens, display-pixel-width)
2742 (display-pixel-height, display-mm-width, display-mm-height)
2743 (display-backing-store, display-save-under, display-planes)
2744 (display-color-cells, display-visual-class): New functions.
2745
2746 * term/tty-colors.el (tty-color-gray-shades): New function.
2747
2748 * faces.el (display-color-p): Use framep-on-display.
2749 (display-grayscale-p): New function.
2750
2751 2000-01-31 Dave Love <fx@gnu.org>
2752
2753 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
2754 (create-fontset-from-x-resource): Don't concat integers.
2755
2756 2000-01-31 Inge Frick <inge@nada.kth.se>
2757
2758 * view.el: Some changes in documentation. Removed some trailing
2759 whitespace. Changed some parameter names to agree with
2760 documentation.
2761 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
2762 window is not deleted. Modifies change 1998-04-26.
2763
2764 2000-01-31 Gerd Moellmann <gerd@gnu.org>
2765
2766 * windmove.el: New file.
2767
2768 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
2769 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2770 progmodes/ebnf-yac.el: Update copyright and license info.
2771
2772 * jit-lock.el (jit-lock-function): Widen before calculating end
2773 position.
2774 (jit-lock-stealth-chunk-start): Rewritten.
2775
2776 * info.el (Info-title-face-alist): Removed.
2777 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
2778 faces.
2779 (Info-fontify-node): Use these faces.
2780
2781 2000-01-30 Gerd Moellmann <gerd@gnu.org>
2782
2783 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
2784 (cl-macro-list1): Recognize `&allow-other-keys' instead of
2785 `&allow-other-keywords'.
2786
2787 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
2788 the list of directories scanned heuristically.
2789
2790 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
2791 exist.
2792
2793 2000-01-30 Jason Rumney <jasonr@gnu.org>
2794
2795 * w32-fns.el: Define w32-tty-standard-colors.
2796
2797 * startup.el (command-line): Use w32-tty-standard-colors when in
2798 w32 console mode.
2799
2800 2000-01-30 Dave Love <fx@gnu.org>
2801
2802 * jka-compr.el (jka-compr-load): Fix up load-history.
2803
2804 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
2805
2806 * emacs-lisp/cl-macs.el: Revert previous change.
2807
2808 2000-01-29 Dave Love <fx@gnu.org>
2809
2810 * facemenu.el: Purecopy various strings.
2811
2812 * timezone.el (timezone-fix-time): Window against 69 for two-digit
2813 years. Deal with three-digit years.
2814
2815 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
2816 defconst, purecopy.
2817 (help-back-label): Purecopy it.
2818
2819 2000-01-18 Gerd Moellmann <gerd@gnu.org>
2820
2821 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
2822 variable. If non-nil, order the buffer list according to the
2823 currently selected frame.
2824 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
2825 non-nil, pass the selected frame to function buffer-list.
2826
2827 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2828
2829 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
2830
2831 2000-01-28 Dave Love <fx@gnu.org>
2832
2833 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
2834
2835 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
2836 Don't use lisp-indent-hook property.
2837 (cl-abs): Remove.
2838
2839 * subr.el: Move out indent and edebug specs for when and unless.
2840
2841 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
2842 when, unless.
2843
2844 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
2845 unless, when.
2846
2847 2000-01-28 Gerd Moellmann <gerd@gnu.org>
2848
2849 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
2850 `collecting' as synonym for `collect'.
2851
2852 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
2853 for the case it contains spaces.
2854
2855 * simple.el (what-cursor-position): Change formatting of
2856 messages.
2857
2858 * frame.el (delete-other-frames): New function.
2859 (toplevel): Bind it to C-x 5 1.
2860
2861 * sort.el (sort-numeric-base): New option.
2862 (sort-numeric-fields): If number starts with `0' or `0[xX[',
2863 interpret it as octal or hexadecimal. Use sort-numeric-base
2864 as default base.
2865
2866 * progmodes/glasses.el: New file.
2867
2868 2000-01-27 Gerd Moellmann <gerd@gnu.org>
2869
2870 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
2871 userids differently.
2872
2873 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
2874 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2875 progmodes/ebnf-yac.el: New files.
2876
2877 2000-01-26 Dave Love <fx@gnu.org>
2878
2879 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
2880 on a function with an empty body. [From Eric Ludlam.]
2881
2882 2000-01-25 Andre Spiegel <spiegel@gnu.org>
2883
2884 * vc.el (vc-version-diff): Make sure file name is expanded.
2885
2886 2000-01-25 Gerd Moellmann <gerd@gnu.org>
2887
2888 * scroll-bar.el (scroll-bar-timer): Variable removed.
2889 (scroll-bar-toolkit-scroll): Don't use a timer.
2890
2891 2000-01-25 Kenichi Handa <handa@etl.go.jp>
2892
2893 * language/thai-util.el (thai-composition-function): Delete
2894 superfluous `a'.
2895
2896 2000-01-24 Dave Love <fx@gnu.org>
2897
2898 * fortran.el (fortran-mode): Use beginning-of-defun-function,
2899 end-of-defun-function.
2900
2901 * font-lock.el (turn-on-font-lock): Don't depend on window-system
2902 &c.
2903
2904 2000-01-22 Jason Rumney <jasonr@gnu.org>
2905
2906 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
2907 conflicts with new face support.
2908
2909 2000-01-22 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2910
2911 * replace.el (query-replace): Rename last arg to DELIMITED.
2912 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
2913 (query-replace-regexp): Likewise.
2914
2915 2000-01-20 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2916
2917 * subr.el (with-syntax-table): Use make-symbol, not gensym.
2918
2919 * emacs-lisp/lisp.el (beginning-of-defun-function):
2920 Variable renamed from beginning-of-defun.
2921 Do not call make-variable-buffer-local.
2922 (beginning-of-defun-raw): Use new variable name; doc fix.
2923 (beginning-of-defun): Doc fix.
2924 (end-of-defun-function): Variable renamed from end-of-defun.
2925 Do not call make-variable-buffer-local.
2926 (end-of-defun): Use new variable name; doc fix.
2927
2928 * subr.el (dolist, dotimes): Copied from cl-macs.el
2929 and made to work.
2930
2931 * mail/undigest.el (rmail-digest-end-regexps):
2932 Variable replaces rmail-digest-end-regexp.
2933 Allows multiple regexps for detecting the end line.
2934 (undigestify-rmail-message): Corresponding changes.
2935
2936 2000-01-19 Dave Love <fx@gnu.org>
2937
2938 * files.el (user-init-file): Don't declare here -- is primitive.
2939
2940 * startup.el (command-line): Check for compiled user-init-file and
2941 set to uncompiled version if necessary.
2942
2943 2000-01-18 Gerd Moellmann <gerd@gnu.org>
2944
2945 * mail/undigest.el (rmail-digest-end-regexp): New user option.
2946 (undigestify-rmail-message): Use it.
2947
2948 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
2949
2950 2000-01-17 Gerd Moellmann <gerd@gnu.org>
2951
2952 * tmm.el (tmm-goto-completions): Adapt to prompt being part
2953 of mini-buffer.
2954
2955 2000-01-14 Gerd Moellmann <gerd@gnu.org>
2956
2957 * emacs-lisp/copyright.el (copyright-update): Removed the
2958 requirement for a trailing space from `copyright-regexp', to
2959 support copyrights with owner specified on a separate line..
2960
2961 * align.el: New file.
2962
2963 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
2964
2965 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
2966
2967 2000-01-13 Dave Love <fx@gnu.org>
2968
2969 * ph.el: Removed. (Obsoleted by EUDC.)
2970
2971 2000-01-13 Gerd Moellmann <gerd@gnu.org>
2972
2973 * net/eudc.el (toplevel): Remove autoloaded code installing
2974 menu with easymenu, because that causes build problems.
2975
2976 * frame.el (frame-notice-user-settings): New variable.
2977 (frame-notice-user-settings): Don't modify frame parameters
2978 if called a second time.
2979
2980 2000-01-13 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2981
2982 * frame.el (frame-notice-user-settings):
2983 Notice default-frame-parameters even for non-window frames.
2984
2985 2000-01-13 Gerd Moellmann <gerd@gnu.org>
2986
2987 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
2988 for Emacs.
2989 (eudc-bob-can-display-inline-images): Extend for Emacs.
2990 (eudc-bob-toggle-inline-display): Ditto.
2991 (eudc-bob-display-jpeg): Ditto.
2992
2993 2000-01-12 Gerd Moellmann <gerd@gnu.org>
2994
2995 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
2996 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
2997 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
2998
2999 * add-log.el (add-change-log-entry): Fix error trying an `(insert
3000 nil)'.
3001
3002 * subdirs.el: Add `net' directory.
3003
3004 * net: New directory.
3005
3006 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
3007 eval-last-sexp. Don't bind debug-on-error here.
3008 (eval-last-sexp): New function. Bind debug-on-error if
3009 eval-expression-debug-on-error is non-nil.
3010 (eval-defun-2, eval-defun): Likewise.
3011
3012 * simple.el (eval-expression): Don't bind debug-on-error if
3013 eval-expression-debug-on-error is nil. Detect changed
3014 debug-on-error, and propagate new value to global binding, if
3015 eval-expression-debug-on-error is non-nil,
3016 (eval-expression-debug-on-error): Change doc string.
3017
3018 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3019
3020 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
3021
3022 * emacs-lisp/lisp-mode.el (with-syntax-table):
3023 Set up lisp-indent-function property.
3024
3025 * subr.el (with-syntax-table): Moved from simple.el.
3026
3027 * simple.el (with-syntax-table): Moved to subr.el.
3028
3029 2000-01-11 Gerd Moellmann <gerd@gnu.org>
3030
3031 * tmm.el (tmm-shortcut): Delete region after prompt instead
3032 of erasing buffer.
3033
3034 * textmodes/fill.el (fill-common-string-prefix): New function.
3035 (fill-context-prefix): Use the longest common prefix of first
3036 and second line fill prefix, if there is one.
3037
3038 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3039
3040 * array.el (array-mode): Don't use make-variable-buffer-local.
3041 Use make-local-variable for `truncate-lines'.
3042
3043 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
3044
3045 * add-log.el (add-log-current-defun): Handle user-defined
3046 add-log-current-function returning nil,
3047
3048 * add-log.el (add-change-log-entry): Insert version number
3049 if having found a current function
3050
3051 * add-log.el (add-log-current-defun): Call
3052 `add-log-current-defun-function'. Try matches at level 0 and
3053 level 1. Strip whitespace from defun found.
3054
3055 2000-01-10 John Wiegley <johnw@gnu.org>
3056
3057 * allout.el (isearch-done/outline-provisions): Added `edit'
3058 argument to correspond with the current definition of
3059 `isearch-done'.
3060
3061 2000-01-10 Dave Love <fx@gnu.org>
3062
3063 * elide-head.el (elide-head): Use point-marker, not point.
3064
3065 2000-01-10 Gerd Moellmann <gerd@gnu.org>
3066
3067 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
3068 before and after the year 2000.
3069
3070 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
3071 Add ispell- prefix.
3072
3073 2000-01-10 Ken Stevens <k.stevens@ieee.org>
3074
3075 * ispell.el: Only define dictionaries in menus when they exist.
3076 (version18p): New variable.
3077 (version20p): New variable.
3078 (xemacsp): New variable.
3079 (ispell-choices-win-default-height): Fix for XEmacs visibility.
3080 (ispell-dictionary-alist1): Added Brasileiro dictionary.
3081 (ispell-dictionary-alist6): Russian command lines no longer accept
3082 run-together words.
3083 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
3084 (ispell-dictionary-alist): Add koi8-r to customize definition.
3085 (check-ispell-version): Added documentation string. Returns
3086 library path when called non-interactively.
3087 (ispell-menu-map-needed): Uses new variables.
3088 (ispell-library-path): New variable.
3089 (ispell-decode-string): XEmacs fix for bogus variable bindings.
3090 (ispell-word): Improved documentation string. Test for valid
3091 character mappings. Correctly check typed in word changes that can
3092 result in single words split into multiple words. Returns
3093 replacement word.
3094 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
3095 replace in recursive query replace mode. Help message for
3096 recursive edit mode.
3097 (ispell-show-choices): Protect against bad framepop bindings.
3098 (ispell-help): Fix to work with XEmacs.
3099 (ispell-highlight-spelling-error): Use new variables.
3100 (ispell-overlay-window): Fix to work with XEmacs.
3101 (ispell-parse-output): Passed and returns location information
3102 tracking spelling corrections. Doesn't recheck same word on
3103 current line.
3104 (ispell-init-process): Protect against bogus XEmacs variable binding.
3105 Fix call to single argument in sleep-for. Use new variables.
3106 (ispell-region): Passed and returns location information tracking
3107 spelling corrections. Doesn't check same word on current line.
3108 Improved documentation string. Doesn't resend a line already
3109 checked to the ispell process - fixes bug in LaTeX parsing.
3110 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
3111 (ispell-skip-region): No longer skips <TT> in SGML.
3112 (ispell-process-line): Tracks location information with spelling
3113 corrections. Added documentation string. Accounts for words
3114 already accepted on this line. Don't allow query-replace on line
3115 starting with math characters. Doesn't resend a line already sent
3116 to ispell process. Fixes alignment error bug.
3117
3118 2000-01-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3119
3120 * dired-x.el (dired-guess-shell-alist-default):
3121 Suggest xloadimage, which is free, not xv, which isn't.
3122
3123 * ange-ftp.el (ange-ftp-file-name-nondirectory):
3124 Don't ever include the host name or user name in the value.
3125
3126 2000-01-09 Gerd Moellmann <gerd@gnu.org>
3127
3128 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
3129 of a real newline.
3130
3131 2000-01-09 Stephen Eglen <stephen@gnu.org>
3132
3133 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
3134 for .png files.
3135
3136 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
3137
3138 * cus-edit.el (custom-hook-convert-widget): Fix comment.
3139
3140 2000-01-09 Gerd Moellmann <gerd@gnu.org>
3141
3142 * progmodes/cperl-mode.el: Replace ^F with ^L.
3143
3144 * sendmail.el (toplevel): Provide `sendmail' when compiling
3145 before `require'ing rmail and mailalias to prevent infinite
3146 recursion.
3147
3148 2000-01-08 Dave Love <fx@gnu.org>
3149
3150 * emacs-lisp/backquote.el: Remove inappropriate customization
3151 (allowing custom.el to use backquote).
3152
3153 2000-01-07 Dave Love <fx@gnu.org>
3154
3155 * add-log.el (add-log-debugging): Deleted.
3156 (add-change-log-entry): Treat a backup FILE-NAME as its parent
3157 file. Remove debugging code.
3158 (change-log-get-method-definition, change-log-name): Add doc.
3159 (change-log-sortable-date-at): New function.
3160 (change-log-merge): New command.
3161
3162 * time.el (display-time-string-forms): Make the Mail string active.
3163 (display-time-update): Provide help-echo for load average.
3164
3165 * bindings.el (make-mode-line-mouse2-map): New function.
3166 (mode-line-modified): Use it and simplify.
3167 (mode-line-mule-info): Provide help-echo info.
3168 (minor-mode-alist): Activate the strings.
3169 (make-mode-line-mouse-sensitive): Simplify for
3170 mode-line-buffer-identification.
3171
3172 2000-01-07 Gerd Moellmann <gerd@gnu.org>
3173
3174 * play/pong.el: New file.
3175
3176 2000-01-06 Dave Love <fx@gnu.org>
3177
3178 * array.el: Assorted cleanups for compiler warnings, doc strings,
3179 `array-' prefix for symbols.
3180
3181 2000-01-05 Dave Love <fx@gnu.org>
3182
3183 * textmodes/outline.el (outline-mode-menu-bar-map): Add
3184 outline-headers-as-kill.
3185 (outline-mode): Define imenu-generic-expression.
3186 (outline-headers-as-kill): New command.
3187
3188 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
3189 from paragraph-start.
3190 (paragraph-indent-minor-mode): New command.
3191
3192 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
3193 M-C-e, M-C-h, C-j, C-xnd, TAB.
3194 (fortran-mode): Set beginning-of-defun, end-of-defun.
3195 (fortran-column-ruler): Simplify.
3196 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
3197 (fortran-with-subprogram-narrowing): Likewise.
3198 (fortran-indent-subprogram): Call mark-defun.
3199 (fortran-check-for-matching-do): Change narrowing.
3200
3201 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
3202 (cl-lucid-hash-tag): Delete.
3203 (cl-hash-table-p): Correct test for native table.
3204 (cl-hash-table-count): Use hash-table-count.
3205
3206 * browse-url.el (browse-url): Fix case of
3207 browse-url-browser-function being an alist.
3208
3209 2000-01-05 Carsten Dominik <cd@gnu.org>
3210
3211 * textmodes/reftex-vars.el (reftex-parse-file-extension)
3212 (reftex-index-phrase-file-extension): New options.
3213
3214 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
3215 Use new option `reftex-index-phrase-file-extension'.
3216
3217 * textmodes/reftex.el (reftex-access-parse-file): Use new option
3218 `reftex-parse-file-extension'.
3219
3220 2000-01-05 Dave Love <fx@gnu.org>
3221
3222 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
3223 (beginning-of-defun-raw): Use it.
3224 (end-of-defun): New variable.
3225 (end-of-defun): Use it.
3226 (check-parens): New command.
3227
3228 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3229
3230 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
3231 (hs-show-block): Don't use `mapcar' when not accumulating.
3232
3233 Fix buglet in local variables initialization.
3234
3235 2000-01-05 Andreas Schwab <schwab@suse.de>
3236
3237 * hscroll.el (hscroll): Doc fix.
3238
3239 2000-01-05 Carsten Dominik <cd@gnu.org>
3240
3241 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
3242 idlw-toolbar.
3243
3244 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
3245 file idlw-rinfo.el.
3246 (idlwave-customize): load must read file idlw-shell.el.
3247 (idlwave-create-customize-menu): load must read file idlw-shell.el.
3248
3249 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
3250
3251 * progmodes/idlw-shell.el: Also provide idlwave-shell
3252 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
3253 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
3254
3255 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
3256 both reftex-dcr and reftex-vcr.
3257
3258 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
3259
3260 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3261
3262 * ps-print.el: PostScript code now is in separate files, doc fix.
3263 (ps-print-version): New version number (5.0.3).
3264 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
3265 local.
3266 (ps-spool-config): Initialization fix.
3267 (ps-print-prologue-1, ps-print-prologue-2)
3268 (ps-print-duplex-feature): PostScript code moved to separated file.
3269 (ps-background-image): Little code reformating.
3270 (ps-begin-file, ps-begin-job): Fix code.
3271 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
3272 (ps-prologue-file): New fun.
3273
3274 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3275
3276 * ps-vars.el: Eliminated.
3277
3278 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
3279 `;;;###autoload'.
3280
3281 * ps-print.el: ps-vars eliminated, doc fix.
3282 (ps-print-version): New version number (5.0.2).
3283 (ps-spool-config): Initialization fix.
3284 (ps-print-customize): New fun.
3285
3286 2000-01-04 Gerd Moellmann <gerd@gnu.org>
3287
3288 * autorevert.el (auto-revert-mode): Return value of
3289 auto-revert-mode.
3290
3291 2000-01-04 Dave Love <fx@gnu.org>
3292
3293 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
3294 menu items.
3295
3296 2000-01-03 Dave Love <fx@gnu.org>
3297
3298 * elide-head.el (elide-head) [defgroup]: Add :version.
3299
3300 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
3301 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
3302 `cl-hash-table-p', not `hash-table-p'.
3303 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
3304
3305 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3306
3307 * faces.el (face-read-integer, read-face-attribute)
3308 (color-defined-p, color-values): unspecified-{f,b}g are now
3309 strings.
3310
3311 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
3312
3313 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
3314 at comment end, and re-insert them after filling.
3315
3316 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3317
3318 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
3319 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
3320 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
3321
3322 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3323
3324 * term/x-win.el (xw-defined-colors): Call color-supported-p,
3325 the new name of face-color-supported-p.
3326
3327 * term/w32-win.el (xw-defined-colors): Likewise.
3328
3329 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3330
3331 * simple.el (completion-setup-function): Count completion-size
3332 from minibuffer-prompt-end, not from point-min.
3333
3334 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
3335
3336 * faces.el (read-face-attribute, defined-colors, color-defined-p):
3337 Pass the frame to tty-color-* functions.
3338 (display-color-p, frame-set-background-mode): Pass the frame to
3339 tty-display-color-p.
3340
3341 * term/tty-colors.el (tty-defined-color-alist): Renamed from
3342 tty-color-alist.
3343 (tty-color-alist, tty-modify-color-alist): New functions.
3344 (tty-color-define, tty-color-clear, tty-color-approximate)
3345 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
3346 an optional parameter FRAME.
3347
3348 2000-01-01 Gerd Moellmann <gerd@gnu.org>
3349
3350 * image.el (create-image, defimage): Don't assume image data is a
3351 string.
3352
3353 * image.el (defimage): Handle specifications containing :data
3354 instead of :file.
3355 (image-type-from-data): New function.
3356 (image-type-from-file-header): Use it.
3357 (create-image): Add parameter DATA-P.
3358
3359 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3360
3361 * echistory.el (electric-command-history): Call Command-history-setup
3362 and command-history-mode using their new conventions.
3363
3364 * chistory.el (Command-history-setup): Don't switch buffers. Take
3365 no args, and do not set major-mode, mode-name or the local map.
3366 (command-history-mode): New function, does some of those things
3367 Command-history-setup used to do.
3368 (list-command-history): Call command-history-mode, not
3369 Command-history-setup.
3370 (command-history): Renamed from command-history-mode.
3371
3372 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3373
3374 * arc-mode.el (archive-mode-map): Bind q to quit-window.
3375
3376 1999-12-31 William M. Perry <wmperry@aventail.com>
3377
3378 * image.el (defimage): Images with the `:data' keyword should be
3379 considered valid as well.
3380
3381 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3382
3383 * dired.el (dired-get-filename): Don't call file-name-absolute-p
3384 with FILE if FILE is nil.
3385
3386 1999-12-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3387
3388 * simple.el (choose-completion-string): In minibuffer,
3389 do not delete the prompt string.
3390
3391 1999-12-30 Gerd Moellmann <gerd@gnu.org>
3392
3393 * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
3394 assigned to mode-line-mode-menu because bindings.el is dumped with
3395 Emacs, and thus the lists used for menu-item definition will be
3396 copied to pure space. Emacs' menu code (parse_menu_item) doesn't
3397 like pure menu item definitions.
3398
3399 * expand.el (expand-abbrev-hook): Return t if expansion was
3400 done, nil otherwise.
3401
3402 1999-12-29 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3403
3404 * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
3405 (tar-quit): Function deleted.
3406
3407 1999-12-29 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3408
3409 * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
3410 was used but not declared.
3411
3412 (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
3413 hs-find-block-beginning): Add or modify docstrings.
3414
3415 (hs-isearch-show): Rewrite.
3416
3417 1999-12-28 Gerd Moellmann <gerd@gnu.org>
3418
3419 * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
3420
3421 * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
3422 space in front of a C-style comment end.
3423
3424 1999-12-28 Eli Zaretskii <eliz@is.elta.co.il>
3425
3426 * startup.el (command-line-1): Make mode line mouse-sensitive for
3427 the MS-DOS version as well.
3428
3429 1999-12-28 Gerd Moellmann <gerd@gnu.org>
3430
3431 * bs.el: New file.
3432
3433 1999-12-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3434
3435 * textmodes/ispell.el (ispell-process-line):
3436 Add local var line-offset to adjust for the change
3437 in positions within the line, due to previous replacements.
3438
3439 1999-12-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3440
3441 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
3442 Doc fixes.
3443
3444 1999-12-27 Gerd Moellmann <gerd@gnu.org>
3445
3446 * add-log.el (change-log-version-number-regexp-list)
3447 (change-log-version-info-enabled): Change :version to 21.1.
3448 (toplevel): Require CL when compiling.
3449
3450 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
3451
3452 * add-log.el (change-log-version-number-regexp-list): Added tag
3453 :version 20.6
3454 (change-log-version-info-enabled): Added tag :version 20.6
3455
3456 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
3457
3458 * add-log.el: More general version number search with
3459 user-configurable regexp list.
3460 (change-log-version-number-regexp-list): New user variable.
3461 (change-log-find-version): Rewritten. Use user-configurable
3462 version numbering regexp list
3463 change-log-version-number-regexp-list.
3464 (change-log-find-version): Renamed to
3465 change-log-version-number-search
3466 (add-log-file-name-function): New.
3467 (change-log-search-vc-number): Added END paramaeter. Added doc
3468 string to function.
3469 (change-log-version-rcs): Renamed. Was
3470 change-log-search-vc-number.
3471
3472 1999-12-26 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3473
3474 * progmodes/compile.el (compilation-goto-locus): Delete hideshow
3475 overlays if they interfere.
3476 (compilation-find-file): Make intangible overlays tangible.
3477
3478 * progmodes/hideshow.el: Generally, synch w/ maintainer
3479 version 5.9.
3480
3481 (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
3482
3483 (hs-minor-mode-hook): Don't initialize.
3484
3485 (hs-special-modes-alist): Rewrite value and docstring.
3486
3487 (hs-minor-mode-prefix): Delete unused var.
3488
3489 (hs-block-start-mdata-select): New var, buffer local.
3490
3491 (hs-headline): New var.
3492
3493 (hs-match-data, hs-forward-sexp): New funcs.
3494
3495 (hs-hide-comment-region): New func.
3496
3497 (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
3498 hs-safety-is-job-n, hs-hide-initial-comment-block,
3499 hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
3500 hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
3501 hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
3502 hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
3503 hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
3504
3505 (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
3506 (hs-isearch-show-temporary): New funcs.
3507
3508 (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
3509
3510 (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
3511
3512 When constructing menu, use `[(shift button2)]' notation.
3513
3514 1999-12-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3515
3516 * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
3517 (jka-compr-compression-info-list): Add new elt to each vector.
3518 (jka-compr-write-region): Don't compress the data if it is
3519 already compressed.
3520
3521 * jka-compr.el (jka-compr-really-do-compress): New variable.
3522 (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
3523 if visiting.
3524 (jka-compr-write-region): Set jka-compr-really-do-compress
3525 if visiting. Test it when deciding to compress.
3526
3527 1999-12-22 Gerd Moellmann <gerd@gnu.org>
3528
3529 * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
3530 with third argument t.
3531
3532 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3533
3534 * antlr-mode.el: Version 1.2 is released.
3535 (antlr): This package has a web page.
3536
3537 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3538
3539 * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
3540 regions. Suggested by Dale Davis <Dale_Davis@securify.com>.
3541 (antlr-mode-map): New binding [C-c C-c].
3542 (antlr-mode-menu): New entries.
3543
3544 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3545
3546 * antlr-mode.el: Respect Emacs conventions.
3547 ((require 'cl)): Only use during compilation.
3548 (antlr-language-for-option): New function to avoid using `find'.
3549 (antlr-mode): Use it.
3550 (antlr-with-syntax-table): Define new instead using XEmacs' one.
3551 (antlr-imenu-create-index-function): Change accordingly.
3552 (antlr-inside-rule-p): Ditto.
3553 (antlr-end-of-rule): Ditto.
3554 (antlr-end-of-body): Ditto.
3555 (antlr-beginning-of-rule): Ditto.
3556 (antlr-indent-line): Ditto.
3557
3558 1999-11-21 Christoph Wedler <Christoph.Wedler@sap.com>
3559
3560 * antlr-mode.el: Really use `antlr-tab-offset-alist'.
3561 (antlr-set-tabs): Don't use hard-coded values.
3562
3563 * antlr-mode.el: Minor navigation changes. Not perfect, but this
3564 won't be possible without a huge time penalty.
3565 (antlr-skip-exception-part): Be more specific.
3566 (antlr-skip-file-prelude): Don't skip action prelude of next rule.
3567 Renamed from `antlr-skip-grammar-header'.
3568 (antlr-next-rule): Change accordingly.
3569 (antlr-end-of-body): Ditto. Better error message.
3570 (antlr-beginning-of-body): Better error message.
3571 (antlr-imenu-create-index-function): Skip rule action prelude.
3572
3573 * antlr-mode.el: Minor syntax highlighting changes.
3574 (antlr-font-lock-default-face): Deletia.
3575 (antlr-font-lock-tokendef-face): Changed color.
3576 (antlr-font-lock-tokenref-face): Changed color.
3577 (antlr-font-lock-literal-face): Changed color.
3578 (antlr-font-lock-additional-keywords): Minor changes.
3579
3580 1999-12-20 Carsten Dominik <cd@gnu.org>
3581
3582 * progmodes/idlwave.el: New file.
3583
3584 * progmodes/idlwave-rinfo.el: New file.
3585
3586 * progmodes/idlwave-shell.el: New file.
3587
3588 * progmodes/idlwave-toolbar.el: New file.
3589
3590 * files.el (auto-mode-alist): idlwave-mode default for .pro files.
3591
3592 1999-12-21 Gerd Moellmann <gerd@gnu.org>
3593
3594 * progmodes/cwarn.el: New file.
3595
3596 1999-12-19 Gerd Moellmann <gerd@gnu.org>
3597
3598 * bindings.el (completion-ignored-extensions): Add .pdf.
3599
3600 1999-12-19 Eli Zaretskii <eliz@is.elta.co.il>
3601
3602 * version.el: Put the version info into binary on MS-DOS as well.
3603
3604 1999-12-19 Gerd Moellmann <gerd@gnu.org>
3605
3606 * emacs-lisp/debug.el (debugger-continue): Don't continue if
3607 debugger-may-continue is nil.
3608
3609 1999-12-18 Dave Love <fx@gnu.org>
3610
3611 * emacs-lisp/cl-macs.el: Remove conditional definition of
3612 eval-when-compile. Don't specify abs, expt, gethash,
3613 hash-table-count, hash-table-p as side-effect-free here.
3614 (cl-emacs-type): Don't declare.
3615 (cl-compile-time-init): Remove Emacs 18 compiler patch.
3616 (cl-parse-loop-clause): Remove compatibility code.
3617
3618 * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
3619 (side-effect-free-fns): Add gethash, hash-table-count.
3620 (side-effect-and-error-free-fns): Add hash-table-p.
3621
3622 * emacs-lisp/cl.el: Remove Emacs 18 compatibility code. Prepend
3623 `cl-' to autoload names for some hash functions. Don't autoload
3624 eval-when-compile. Don't provide mini-cl.
3625 (cl-emacs-type): Remove.
3626 (cl-map-extents): Remove compatibility code.
3627
3628 * emacs-lisp/float.el: Bind free variables.
3629
3630 * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
3631
3632 1999-12-16 Gerd Moellmann <gerd@gnu.org>
3633
3634 * bindings.el (completion-ignored-extensions): Add .tfm.
3635
3636 1999-12-16 Dave Love <fx@gnu.org>
3637
3638 * faces.el (set-face-attribute): Purecopy the attributes set.
3639
3640 * custom.el (custom-declare-variable): Purecopy value.
3641
3642 * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
3643 (byte-extrude-byte-code-vectors): Use remprop.
3644 (byte-compile-lambda): Check that arg is a lambda.
3645
3646 1999-11-16 Anders Lindgren <AndersL@andersl.com>
3647
3648 * font-lock.el: System for adding and removing keywords.
3649 Both local (previously added keyword) and global keywords
3650 can be removed.
3651 (font-lock-remove-keywords): New user-level function.
3652 (font-lock-update-removed-keyword-alist): New internal function.
3653 (font-lock-removed-keywords-alist): New variable.
3654 (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
3655 Empty `font-lock-keywords-alist' when `append' is `set' to avoid
3656 growing datastructures.
3657 (font-lock-set-defaults): Removes keywords stored in
3658 `font-lock-removed-keywords-alist' after local keywords added.
3659
3660 1999-12-16 Anders Lindgren <andersl@andersl.com>
3661
3662 * font-lock.el (c-keywords, c++-keywords): Better "case" support for
3663 complex constant expressions, e.g. "case 1<<A_BIT_NO:".
3664
3665 * font-lock.el (c-keywords): Only highlight preprocessor
3666 directives when spelled correctly.
3667
3668 * font-lock.el (font-lock-match-c++-structor-declaration,
3669 c++-keywords): Fontify constructors and destructors with function
3670 face inside C++ class declarations.
3671
3672 1999-12-16 Gerd Moellmann <gerd@gnu.org>
3673
3674 * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
3675 the shell from sh-shell-file.
3676
3677 * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
3678
3679 1999-12-16 Eli Zaretskii <eliz@is.elta.co.il>
3680
3681 * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
3682 if one of the files specified cannot be accessed by
3683 file-attributes. Do not strip any leading directories from the
3684 file names, to behave more like `ls' does.
3685
3686 * dired.el (dired-get-filename): Handle absolute file names.
3687 (dired-readin-insert): If argument is a cons, don't print
3688 "wildcard" on the ``total'' line.
3689
3690 1999-12-15 Eli Zaretskii <eliz@is.elta.co.il>
3691
3692 * faces.el (face-read-integer, read-face-attribute)
3693 (color-defined-p, color-values): Allow color values unspecified-fg
3694 and unspecified-bg, handle them as unspecified.
3695
3696 1999-12-15 Carsten Dominik <dominik@astro.uva.nl>
3697
3698 * textmodes/reftex.el: (reftex-compile-variables): respect new
3699 structure of `reftex-index-macro'
3700 (reftex-compile-variables): Use the changed structure of
3701 `reftex-label-alist'.
3702
3703 * textmodes/reftex-vars.el (reftex-index-math-format,
3704 (reftex-toc-max-level): New option.
3705 reftex-index-phrases-search-whole-words,
3706 reftex-index-phrases-case-fold-search,
3707 reftex-index-phrases-skip-indexed-matches,
3708 reftex-index-phrases-wrap-long-lines,
3709 reftex-index-phrases-sort-prefers-entry,
3710 reftex-index-phrases-sort-in-blocks): New options.
3711 (reftex-index-macros): Option structure changed.
3712 (reftex-index-macros-builtin): Added `repeat' item to each entry.
3713 (reftex-label-alist): Additional item in each entry to specify if
3714 the environment should be listed in the TOC.
3715 (eval-when-compile (require 'cl)) added.
3716
3717 * textmodes/reftex-index.el (reftex-index-selection-or-word): No
3718 longer deals with "repeat".
3719 (reftex-index): "repeat property in `reftex-index-macro-alist' is
3720 now used.
3721 (reftex-index-phrases-comment-regexp,
3722 reftex-index-phrases-macrodef-regexp,
3723 reftex-index-phrases-phrase-regexp1,
3724 reftex-index-phrases-phrase-regexp2,
3725 reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
3726 New constants.
3727 (reftex-index-phrases-macro-data, reftex-index-phrases-files,
3728 reftex-index-phrases-font-lock-keywords,
3729 reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
3730 reftex-index-phrases-restrict-file): New variables.
3731 (reftex-index-phrase-selection-or-word,
3732 reftex-index-visit-phrases-buffer,
3733 reftex-index-initialize-phrases-buffer,
3734 reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
3735 reftex-index-next-phrase, reftex-index-this-phrase,
3736 reftex-index-all-phrases, reftex-index-region-phrases,
3737 reftex-index-phrases-parse-header,
3738 reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
3739 reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
3740 reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
3741 reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
3742 reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
3743 reftex-index-make-replace-string,
3744 reftex-query-index-phrase-globally, reftex-query-index-phrase,
3745 reftex-index-phrase-match-is-indexed,
3746 reftex-index-phrases-fixup-line,
3747 reftex-index-phrases-replace-space,
3748 reftex-index-select-phrases-macro): New functions.
3749 (reftex-index-globalize, reftex-index-globally): functions removed
3750 (eval-when-compile (require 'cl)) added.
3751
3752 * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
3753 for max level.
3754 (reftex-toc-max-level-indicator): New variable.
3755 (reftex-toc-max-level): New command.
3756 (reftex-toc-map): New keybinding `t'.
3757 (reftex-toc-help): Constant updated.
3758 (eval-when-compile (require 'cl)) added.
3759
3760 * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
3761 `t' command key can change `reftex-toc-max-level'
3762 (eval-when-compile (require 'cl)) added.
3763
3764 * textmode/reftex-sel (reftex-insert-docstruct): Respect
3765 `reftex-toc-max-level'
3766 (eval-when-compile (require 'cl)) added.
3767
3768 * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
3769 added.
3770
3771 * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
3772 added.
3773
3774 * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
3775 commands.
3776 (reftex-citation, reftex-do-citation,
3777 reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
3778 preselect a citation format.
3779 (eval-when-compile (require 'cl)) added.
3780
3781 * textmodes/reftex-parse.el (reftex-context-substring): Optional
3782 parameter to-end
3783 (reftex-section-info): Deal with environment matches.
3784 (eval-when-compile (require 'cl)) added.
3785
3786 * reftex-global.el (eval-when-compile (require 'cl)) added.
3787
3788 1999-12-15 Kenichi Handa <handa@etl.go.jp>
3789
3790 The following changes are for the new composition mechanism. We
3791 have deleted `composition' charset and composite characters,
3792 instead introduced a special text property `composition'.
3793
3794 * composite.el: New file.
3795
3796 * ps-mule.el: Define encode-composition-rule and find-composition
3797 for Emacs 20.4 and the earlier versions.
3798 (ps-mule-init-external-library): Just require a feature for
3799 external libraries.
3800 (ps-mule-prologue): Postscript code modified for new composition.
3801 (ps-mule-find-wrappoint): New arg COMPOSITION.
3802 (ps-mule-plot-string): Delete code for composite characaters.
3803 (ps-mule-plot-composition): New funcion.
3804 (ps-mule-prepare-font-for-components): New function.
3805 (ps-mule-plot-components): New function.
3806 (ps-mule-composition-prologue-generated): Renamed from
3807 ps-mule-cmpchar-prologue-generated.
3808 (ps-mule-composition-prologue): New named from
3809 ps-mule-cmpchar-prologue. Modified for new composition.
3810 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
3811 ps-mule-prepare-cmpchar-font): Deleted.
3812 (ps-mule-string-encoding): New arg NO-SETFONT.
3813 (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
3814 check Composing, not Cmpchar
3815 (ps-mule-initialize): Set ps-mule-composition-prologue-generated
3816 to nil.
3817 (ps-mule-begin-job): Check existence of new composition.
3818
3819 * ps-print.el (ps-plot-region): Handle new composition.
3820
3821 * simple.el (what-cursor-position): Show "(composed)" if the
3822 character is composed.
3823
3824 * international/characters.el: Fix cateogries of Lao symbols.
3825
3826 * international/fontset.el (vertical-centering-font-regexp): New
3827 variable.
3828
3829 * international/mule.el (mule-version): Updated to 5.0 (AOI).
3830 (mule-version-date): Updated to 1999.12.7.
3831 (with-category-table): New macro.
3832
3833 * international/mule-cmds.el (encode-coding-char): Don't check
3834 composite character.
3835
3836 * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
3837 iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
3838 x-ctext): Give `composition' property t.
3839
3840 * international/mule-util.el (set-nested-alist): Set BRANCHES (if
3841 non-nil) at the tail of ALIST.
3842 (compose-region, decompose-region, decompse-string,
3843 reference-point-alist, compose-chars): Moved to composite.el.
3844 (compose-chars-component, compose-chars-rule,
3845 decompose-composite-char): Deleted.
3846
3847 * international/quail.el (quail-install-map): New optional arg
3848 NAME.
3849 (quail-get-translation): If DEF is a symbol but not a function,
3850 ignore it.
3851 (quail-start-translation): Put a key sequence undefined in the
3852 translation keymap in unread-command-events, not generated-events.
3853 Return parameterized event (compose-last-chars N) if the input
3854 characters should be composed.
3855 (quail-map-definition): If DEF is t, treat it as nil.
3856 (quail-delete-last-char): Delete the quail region.
3857 (quail-show-translations): Don't show list of translations if the
3858 quail package is deterministic.
3859 (quail-completion-max-depth): New variable.
3860 (quail-completion-1): Pay attention to the above variable. Fix
3861 for the case that a translation is a function.
3862 (quail-map-from-table, quail-map-from-table-1,
3863 quail-map-from-table-2): New functions.
3864 (quail-lookup-map-and-concat): New function
3865
3866 * language/devan-util.el: Mostly rewritten.
3867
3868 * language/lao.el: Register lao-composition-function in
3869 composition-function-table.
3870
3871 * language/lao-util.el: Mostly rewritten.
3872
3873 * language/thai.el: Register thai-composition-function in
3874 composition-function-table.
3875 (thai-tis620): Delete `pre-write-conversion' property.
3876
3877 * language/thai-util.el: (thai-category-table): Make it by
3878 make-category-table.
3879 (thai-composition-pattern): New variable.
3880 (thai-compose-region, thai-compose-string): Use
3881 with-category-table.
3882 (thai-post-read-conversion): Just call thai-compose-region.
3883 (thai-pre-write-conversion): Deleted.
3884 (thai-composition-function): New funciton.
3885
3886 * language/tibet-util.el: Most functions rewritten.
3887 (tibetan-char-p): Renamed from tibetan-char-examin.
3888 (tibetan-composable-examin) (tibetan-complete-char-examin)
3889 (tibetan-vertical-stacking) (tibetan-composition): Deleted.
3890 (tibetan-add-components): New function.
3891 (tibetan-composition-function): New function.
3892
3893 * language/tibetan.el: Register tibetan-composition-function in
3894 composition-function-table.
3895 (tibetan-composable-pattern): New variable.
3896 (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
3897 (tibetan-precomposition-rule-alist): Move punctuations to
3898 tibetan-punctuation-transcription-alist and
3899 tibetan-obsolete-glyphs.
3900 (tibetan-punctuation-transcription-alist): New variable.
3901 (tibetan-obsolete-glyphs): New variable.
3902 (tibetan-regexp): Improve the initialization code.
3903
3904 * textmodes/fill.el (fill-find-break-point): Delete codes for
3905 composite characters.
3906 (fill-region-as-paragraph): Likewise.
3907
3908 1999-12-14 Gerd Moellmann <gerd@gnu.org>
3909
3910 * international/mule-cmds.el (default-input-method): Specify
3911 that it should be set after current-language-environment.
3912
3913 * custom.el (custom-handle-keyword): Add :set-after.
3914 (custom-add-dependencies): New function.
3915 (custom-set-variables): Take dependencies between args into
3916 account.
3917
3918 * battery.el (battery): Doc fix.
3919
3920 1999-12-12 Gerd Moellmann <gerd@gnu.org>
3921
3922 * progmodes/cc-make.el: Removed.
3923
3924 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3925
3926 * Release of cc-mode 5.26
3927
3928 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3929
3930 * cc-cmds.el (c-forward-conditional): Handle an arbitrary
3931 target depth. Optionally count #else lines as clause limits,
3932 as suggested by don provan <provan@lucent.com>. #elif
3933 handling fixed.
3934
3935 * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
3936 (c-down-conditional-with-else): New commands that uses the
3937 added functionality in `c-forward-conditional'.
3938
3939 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3940
3941 * cc-align.el (c-lineup-comment): Preserve the alignment with
3942 a comment on the previous line instead of preserving the
3943 comment-column.
3944
3945 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3946
3947 * Fixes to IDL mode after input from Eric Eide
3948 <eeide@cs.utah.edu>:
3949 * cc-engine.el (c-beginning-of-statement-1): Allow
3950 `c-conditional-key' to be nil, for the benefit of IDL mode.
3951 * cc-engine.el (c-guess-basic-syntax): Ditto.
3952 cc-langs.el (C-IDL-class-key): Fixed. Don't match `class'
3953 but do match CORBA 2.3 `valuetype'.
3954 * cc-langs.el (c-IDL-access-key): New defconst. Should be nil
3955 for IDL.
3956 * cc-langs.el (c-IDL-conditional-key): New defconst. Should
3957 be nil for IDL.
3958 * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
3959 Like C++.
3960 * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts. Also,
3961 set `c-method-key' and `c-baseclass-key' to nil.
3962
3963 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3964
3965 * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
3966 with nonhanging open braces.
3967
3968 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3969
3970 * cc-align.el: Added docstrings to all lineup functions.
3971
3972 * cc-align.el (c-lineup-java-throws): Handle a hanging throws
3973 keyword.
3974
3975 * cc-align.el (c-lineup-C-comments): Handle free form text
3976 comments. Use c-comment-prefix-regexp and comment-start-skip
3977 instead of hardcoded regexps.
3978
3979 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3980
3981 * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
3982 behavior and return value as documented.
3983
3984 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3985
3986 * Changes for new style variable init system:
3987 * cc-langs.el (c-common-init): Dito.
3988 * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
3989 now customizable.
3990 * cc-vars.el: Style variables may now take a value
3991 'set-from-style to make them take their value from the style
3992 system. This value is now the default on all these variables.
3993 * cc-vars.el (c-valid-offset): New function to verify a
3994 syntactic symbol offset setting.
3995 * cc-vars.el (c-offsets-alist): Variable moved from
3996 cc-styles.el since it's now customizable in a similar way to
3997 the other style variables.
3998 * cc-vars.el (c-old-style-variable-behavior): New variable to
3999 revert to the old style init behavior.
4000
4001 * cc-vars.el (c-file-style, c-file-offsets): Made always
4002 buffer local.
4003
4004 * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
4005 the throws clause that might follow the function prototype in
4006 C++.
4007
4008 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4009
4010 * cc-defs.el (c-beginning-of-macro): Fixed bug where point
4011 could move forward for macros that doesn't start in column 0.
4012
4013 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4014
4015 * cc-align.el (c-indent-multi-line-block,
4016 c-lineup-whitesmith-in-block): Two new lineup functions for
4017 use in whitesmith style.
4018
4019 * cc-styles.el (c-style-alist): More fixes to whitesmith
4020 style. It should now handle all different braces uniformly in
4021 both hanging and non-hanging cases.
4022
4023 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4024
4025 * cc-cmds.el (c-indent-exp): Use a marker to save point to
4026 make it stay in the same position relative to the surrounding
4027 text.
4028
4029 * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
4030 when adaptive-fill-mode doesn't manage to get it correct.
4031
4032 * cc-menus.el (cc-imenu-java-generic-expression): Handle types
4033 with dotted notation, e.g. foo.bar.Gnu.
4034
4035 * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
4036 within unwind-protect (previously only some were wrapped so it
4037 would be possible to register mode initialization when full
4038 initialization did not finish).
4039
4040 * cc-styles.el (c-style-alist): Corrected the brace placement
4041 in the whitesmith style. Thanks to Sean Luke
4042 <seanl@cs.umd.edu>. Also extended the bsd and whitesmith
4043 styles with consistent brace placement for all constructs.
4044
4045 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4046
4047 * cc-cmds.el (c-context-line-break): Continue C++ comments too
4048 when point is in the middle of them.
4049
4050 * cc-cmds.el: Line breaking and paragraph filling code
4051 rewritten:
4052 (c-guess-fill-prefix): New function that uses various
4053 heuristics to guess the comment prefix.
4054 (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
4055 It now assumes adaptive filling is active to preserve the line
4056 prefix inside comments.
4057 (c-indent-new-comment-line): Replacement for the now
4058 obsolete `c-comment-line-break-function' that uses
4059 `c-guess-fill-prefix' when appropriate. It now observes the
4060 setting of `comment-multi-line', which has effect in C-style
4061 block comments.
4062
4063 * cc-cmds.el (c-context-line-break): New function intended to
4064 be put on RET. It's essentially `newline-and-indent', but
4065 continues C block comments with the appropriate line prefix.
4066
4067 * cc-cmds.el (c-do-auto-fill): New function put on
4068 `normal-auto-fill-function' to implement the
4069 `c-ignore-auto-fill' variable.
4070
4071 * cc-cmds.el (c-beginning-of-statement): Use
4072 `c-comment-prefix-regexp' to avoid ending up inside the
4073 comment prefix. Better handling of comment starters and
4074 enders. Catch comments better when traversing code. Stop at
4075 preprocessor directives.
4076
4077 * cc-defs.el (c-forward-comment): New subst to hide platform
4078 dependent quirks in `forward-comment'.
4079
4080 * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
4081 argument.
4082 (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
4083 arguments. Activate this function by default when
4084 `parse-partial-sexp' supports it (currently Emacs 20.x).
4085
4086 * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
4087 on the comment opener to make constants usable as lineup
4088 arguments.
4089
4090 * cc-align.el (c-lineup-C-comments): Fixes to handle the
4091 changed anchor position in the `c' syntactic symbol. Handle
4092 more than stars in the comment prefix; use the new variable
4093 `c-comment-prefix-regexp'. Don't indent text not preceded by
4094 a comment prefix to the right of the comment opener if it's
4095 long.
4096
4097 * cc-langs.el: Fixes to mode initialization for new line
4098 breaking and paragraph filling method. Adaptive fill mode is
4099 now activated at startup instead of deactivated. The
4100 variables used for adaptive filling and paragraph movement are
4101 also changed to incorporate the value of
4102 `c-comment-prefix-regexp'. `substitute-key-definition' is
4103 used to override some functions in the global map instead of
4104 overriding their default bindings.
4105
4106 * cc-mode.el (java-mode): Modify `paragraph-start' for the
4107 javadoc markup at mode init.
4108
4109 * cc-mode.el (c-setup-filladapt): A new convenience function
4110 to configure Kyle E. Jones' Filladapt mode for CC Mode. This
4111 function is intended to be used explicitly by the end user
4112 only.
4113
4114 * cc-vars.el (c-comment-prefix-regexp): New variable used to
4115 recognize the comment fill prefix inside comments.
4116 (c-block-comment-prefix): New name for
4117 `c-comment-contiuation-stars', which is now obsolete. It's
4118 generalized to handle any character sequence.
4119 (c-ignore-auto-fill): New variable used to selectively disable
4120 Auto Fill mode in specific contexts.
4121
4122 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4123
4124 * cc-cmds.el (c-comment-indent): Leave at least one space
4125 between the comment and the last nonblank character in the
4126 case where we look at the indentation of the comment on the
4127 previous line (case 4).
4128
4129 * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
4130 list of characters that may start a statement (it's a sort of
4131 prefix operator in Pike, and isn't used at all in any of the
4132 other languages).
4133
4134 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4135
4136 * cc-engine.el (c-guess-basic-syntax): Report brace list opens
4137 inside continued statements as statement-cont instead of
4138 brace-list-open. The reason is that one normally adjusts
4139 brace-list-open for brace lists as top-level constructs, and
4140 brace lists inside statements is a completely different
4141 context. Case 10B.2 changed. Also changed (the somewhat
4142 esoteric) case 9A to cope with this.
4143
4144 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4145
4146 * cc-cmds.el (c-electric-brace): Added electric handling of
4147 the open brace for brace-elseif-brace.
4148
4149 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4150
4151 * cc-defs.el (c-with-syntax-table): New macro to easily switch
4152 syntax tables temporarily.
4153
4154 * cc-engine.el (c-guess-basic-syntax): Handle template and
4155 member init argument lists split over several lines. Case 5D
4156 changed.
4157
4158 * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
4159 @throws introduced in Javadoc 1.2.
4160
4161 * cc-menus.el (cc-imenu-java-generic-expression): Applied
4162 patch from RMS to avoid infinite backtracking.
4163
4164 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4165
4166 * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
4167 by [ ].
4168
4169 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4170
4171 * cc-align.el (c-lineup-dont-change): Compensate properly for
4172 the column in langelem.
4173
4174 * cc-engine.el (c-syntactic-information-on-region): New
4175 function to help debugging the syntactic analysis.
4176
4177 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4178
4179 * cc-align.el (c-lineup-template-args): Handle nested template
4180 arglists.
4181
4182 * cc-langs.el (c++-template-syntax-table): New syntax table
4183 that makes `<' and `>' parenthesis characters, which is useful
4184 to switch to temporarily when analyzing template arglists.
4185
4186 * cc-styles.el: Changed default alignment of labels in the
4187 java style to conform to the examples in the Java Language
4188 Specification.
4189
4190 * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
4191 by default.
4192
4193 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4194
4195 * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
4196 immediately before the closing paren in an arglist, so don't
4197 check that in Pike mode. Case 7A changed.
4198
4199 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4200
4201 * cc-cmds.el (c-indent-region): Fixed bug where comment-only
4202 lines were ignored under certain conditions.
4203
4204 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4205
4206 * cc-align.el (c-lineup-template-args): New function for
4207 aligning continued template argument lists.
4208
4209 * cc-engine.el (c-guess-basic-syntax): Fix for member init
4210 lists containing function arglists split over several lines.
4211 Case 5D.1 changed.
4212
4213 * cc-engine.el (c-guess-basic-syntax): Fixed bug where
4214 template-args-cont didn't get recognized when the first
4215 arglist opener line doesn't contain a template argument. New
4216 case 5K.
4217
4218 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4219
4220 * cc-defs.el (c-point): Changed from subst to macro for
4221 efficiency.
4222 (c-beginning-of-defun-1, c-end-of-defun-1): New
4223 beginning-of-defun/end-of-defun wrappers separated from
4224 c-point.
4225
4226 * cc-menus.el (imenu-generic-expression,
4227 imenu-case-fold-search, imenu-progress-message): Dummy
4228 definitions to avoid compiler warnings if imenu can't be
4229 loaded.
4230 * cc-menus.el (cc-imenu-init): New function called at mode
4231 init.
4232 * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
4233 imenu initializations to cc-imenu-init.
4234
4235 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4236
4237 * cc-engine.el (c-guess-basic-syntax): Slightly better check
4238 for lambda-intro-cont in Pike mode. Case 6 changed.
4239
4240 * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
4241 anything following "new Foo()" was considered an anonymous
4242 class body in Java mode.
4243
4244 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4245
4246 * cc-cmds.el (c-comment-line-break-function): When breaking in
4247 a string, don't insert a new line.
4248
4249 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4250
4251 * cc-engine.el (c-at-toplevel-p): New interface function which
4252 returns information useful to add-on authors. It tells you
4253 whether you're at a toplevel statement or not.
4254
4255 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4256
4257 * cc-cmds.el (c-comment-line-break-function): It is possible
4258 that forward-line does not land us at the bol, say if we're on
4259 the last line in a file. In that case, do a
4260 back-to-indentation instead of a forward-comment -1.
4261
4262 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4263
4264 * cc-engine.el (c-beginning-of-statement-1): Don't catch
4265 "default:" as normal label in case 4.
4266
4267 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4268
4269 * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
4270 recognize continued bitfield declarations. Case 5D.1 changed.
4271 * cc-langs.el: New variable c-bitfield-key.
4272 * cc-mode.el: New variable c-bitfield-key.
4273
4274 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4275
4276 * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
4277 anonymous array expressions (i.e. "new Foo[] {.. bracelist
4278 ..}").
4279
4280 1999-12-12 Dave Love <fx@gnu.org>
4281
4282 * mail/footnote.el: Require cl when compiling. Don't autoload
4283 keymap and minor-mode-alist stuff. Don't set zmacs-region-stays.
4284 (footnote-insert-text-marker, Footnote-insert-pointer-marker):
4285 Avoid `acons'.
4286 (footnote-mode-line-string, Footnote-add-footnote): Remove
4287 autoload cookie.
4288
4289 1999-12-12 Richard Sharman <rsharman@pobox.com>
4290
4291 * sh-script.el: Fix for when font-lock mode is active.
4292 (sh-font-lock-unfontify-region-function): New function.
4293
4294 1999-12-12 Eli Zaretskii <eliz@is.elta.co.il>
4295
4296 * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
4297 if start-process is not bound, since Ispell now supports such
4298 platforms as well.
4299
4300 1999-12-12 Gerd Moellmann <gerd@gnu.org>
4301
4302 * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
4303 rmail-summary-goto-msg.
4304
4305 * files.el (after-find-file): Fix previous change.
4306
4307 1999-12-11 Dave Love <fx@gnu.org>
4308
4309 * help.el (where-is): Use `commandp' as predicate for
4310 `completing-read'
4311
4312 1999-12-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4313
4314 * cus-edit.el (custom-save-delete): Delete all occurrences,
4315 leave point where the first occurrence was.
4316 (custom-save-faces): Insert a newline at the end of the comment.
4317 Avoid a double newline there.
4318 If final closeparen is at bol, put a space before it.
4319 (custom-save-variables): Likewise.
4320 (custom-file): Doc fix.
4321
4322 1999-12-10 Gerd Moellmann <gerd@gnu.org>
4323
4324 * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
4325 regexp matching image and audio files.
4326
4327 1999-12-09 Dave Love <fx@gnu.org>
4328
4329 * mail/footnote.el: New file.
4330
4331 1999-12-09 Gerd Moellmann <gerd@gnu.org>
4332
4333 * files.el (after-find-file): Use auto-save-visited-file-name if
4334 set.
4335
4336 * mail/feedmail.el (feedmail-find-eoh): Take
4337 feedmail-queue-alternative-mail-header-separator into account.
4338
4339 1999-12-09 Stefan Monnier <monnier@cs.yale.edu>
4340
4341 * smerge-mode.el: New file.
4342
4343 * font-lock.el (font-lock-multiline): New variable.
4344 (font-lock-add-keywords): Rename `major-mode' into `mode'.
4345 (font-lock-remove-keywords): Added a dummy `mode' argument for
4346 potential future support.
4347 (font-lock-fontify-anchored-keywords,
4348 (font-lock-fontify-keywords-region): Only handle multiline strings
4349 if necessary (avoids a pathological behavior in (f.ex) diff-mode).
4350
4351 1999-12-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4352
4353 * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
4354
4355 * dired-aux.el (dired-insert-subdir): Add autoload cookie.
4356
4357 1999-12-07 Dave Love <fx@gnu.org>
4358
4359 * help.el (view-emacs-problems): New command, bound to C-h P.
4360
4361 * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
4362
4363 1999-12-07 Stefan Monnier <monnier@cs.yale.edu>
4364
4365 * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
4366 (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
4367 New code to support the minor mode version.
4368 (diff-recenter): New function.
4369 (diff-next-hunk, diff-next-file): Use it.
4370 (diff-remembered-files-alist): New var.
4371 (diff-merge-strings): New function.
4372 (diff-find-file-name): Make it smarter and use the user's input more.
4373 (diff-mode): Cosmetic changes.
4374
4375 * files.el (save-some-buffers): Turn EXITING into the more general
4376 PRED argument to allow specifying a subset of buffers.
4377
4378 * simple.el (kill-region): Use the new `delete-and-extract-region'
4379 rather than the undo log (which is incorrect with *-change-functions).
4380
4381 * font-lock.el (font-lock-default-fontify-region): Fix subtle
4382 off-by-one problem that could force re-fontifying the whole buffer.
4383 (font-lock-remove-keywords): New function.
4384 (font-lock-add-keywords): Use the new function to ensure idempotence.
4385
4386 1999-12-06 Michael Kifer <kifer@cs.sunysb.edu>
4387
4388 * viper-cmd.el (viper-minibuffer-standard-hook,
4389 viper-minibuffer-real-start): Mew functions.
4390 (viper-read-string-with-history,viper-file-add-suffix,
4391 viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
4392 change in the status of the minibuffer prompt.
4393
4394 1999-12-06 Gerd Moellmann <gerd@gnu.org>
4395
4396 * comint.el (comint-redirect-results-list)
4397 (comint-redirect-results-list-from-process): Remove interactive
4398 spec.
4399
4400 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4401
4402 * info.el (info-node, info-menu-5, info-xref): Define colors for
4403 Info faces if the display supports them.
4404
4405 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4406
4407 Changes for automatic remapping of X colors on terminal frames:
4408
4409 * term/pc-win.el (msdos-setup-initial-frame): New function, run by
4410 term-setup-hook. Call msdos-remember-default-colors and
4411 msdos-handle-reverse-video.
4412 (msdos-face-setup): Parts of code moved to
4413 msdos-setup-initial-frame.
4414 (msdos-handle-reverse-video): New function, modeled after
4415 x-handle-reverse-video.
4416 (make-msdos-frame): Don't use initial-frame-alist and
4417 default-frame-alist. Call msdos-handle-reverse-video.
4418 (msdos-color-aliases): Remove.
4419 (msdos-color-translate, msdos-approximate-color): Remove.
4420 (msdos-color-values): Use 16-bit RGB values. RGB values updated
4421 for better approximation of X colors.
4422 (msdos-face-setup): Call tty-color-clear. Remove code that sets
4423 up tty-color-alist (it is now on startup.el).
4424 (x-display-color-p, x-color-defined-p, x-color-values,
4425 x-defined-colors, face-color-supported-p, face-color-gray-p):
4426 Remove.
4427
4428 * facemenu.el (facemenu-read-color, list-colors-display): Use
4429 defined-colors for all frame types.
4430 (facemenu-color-equal): Use color-values for all frame types.
4431
4432 * faces.el (read-face-attribute): For :foreground and :background
4433 attributes and frames on character terminals, translate the color
4434 to the closest supported one before looking it up in the list of
4435 valid values.
4436 (face-valid-attribute-values): Call defined-colors for all types
4437 of frames.
4438 (defined-colors, color-defined-p, color-values, display-color-p):
4439 New finctions.
4440 (x-defined-colors, x-color-defined-p, x-color-values,
4441 x-display-color-p): Aliases for the above.
4442
4443 * startup.el (command-line): Register terminal colors for frame
4444 types other than x and w32, but only if the terminal supports
4445 colors. Call tty-color-define instead of face-register-tty-color.
4446
4447 * term/x-win.el (xw-defined-colors): Renamed from
4448 x-defined-colors.
4449 * term/w32-win.el (xw-defined-colors): Likewise.
4450
4451 * term/tty-colors.el: New file.
4452 * loadup.el: Load term/tty-colors.
4453
4454 1999-12-06 Dave Love <fx@gnu.org>
4455
4456 * ffap.el: Autoload the ffap alias directly.
4457
4458 1999-12-06 Inge Frick <inge@nada.kth.se>
4459
4460 * dired-aux.el (dired-do-shell-command): Changed documentation.
4461 (dired-shell-stuff-it): A `?' in COMMAND has now the same
4462 meaning as `*'.
4463
4464 1999-12-06 Gerd Moellmann <gerd@gnu.org>
4465
4466 * simple.el (insert-buffer): Doc fix.
4467
4468 * apropos.el (apropos-mode): Add autoload cookie.
4469
4470 1999-12-06 Sam Steingold <sds@goems.com>
4471
4472 * progmodes/etags.el (etags-tags-completion-table): Modified the
4473 regexp to allow for the CL symbols starting with `+*'.
4474 (tags-completion-table): Doc fix (it's an obarray, not an alist).
4475 (tags-completion-table, tags-recognize-empty-tags-table): Remove
4476 `function' quoting lambda.
4477 (tags-with-face): New macro.
4478 (list-tags, tags-apropos): Use it.
4479 (tags-apropos-additional-actions): New user option.
4480 (etags-tags-apropos-additional): Use it.
4481 (tags-apropos): Call etags-tags-apropos-additional.
4482 (tags-apropos-verbose): New user option.
4483 (etags-tags-apropos): Use it.
4484 (visit-tags-table-buffer, next-file): Use `unless'.
4485 (recognize-empty-tags-table): Renamed to
4486 tags-recognize-empty-tags-table.
4487 (complete-tag): Call tags-complete-tag bypassing try-completion.
4488
4489 1999-12-06 Kenichi Handa <handa@etl.go.jp>
4490
4491 * international/mule.el (set-buffer-file-coding-system): Docstring
4492 modified.
4493
4494 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
4495
4496 * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
4497 using the hideshow package.
4498 (hs-special-modes-alist): Added entry for bibtex to allow the use
4499 of the hideshow package.
4500 (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
4501 not longer provided by bibtex.el directly. Instead the hideshow
4502 package should be used.
4503 (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
4504 references to bibtex-hide-entry-bodies.
4505
4506 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
4507
4508 * textmodes/bibtex.el: Copyright notice is up to date. Moved
4509 maintainer information closer to the beginning of the bibtex.el
4510 file.
4511 (bibtex-maintainer-salutation): New constant.
4512 (bibtex-version): New constant.
4513 (bibtex-submit-bug-report): Use bibtex-version and
4514 bibtex-maintainer-salutation.
4515 (bibtex-entry-field-alist): Made booktitle field optional for
4516 @inproceedings entries when crossreferenced.
4517 (bibtex-entry-field-alist): Added booktitle field to proceedings
4518 entry type (for cross referencing). Thanks to Wagner Toledo Correa
4519 for the suggestion.
4520 (bibtex-string-file-path): Fixed typo.
4521
4522 1999-12-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
4523
4524 * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
4525 for reftex.el.
4526 (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
4527 to menu.
4528
4529 1999-12-04 Dave Love <fx@gnu.org>
4530
4531 * delsel.el: Revert previous change -- region is significant to
4532 skeleton.
4533
4534 1999-12-04 Michael Kifer <kifer@cs.sunysb.edu>
4535
4536 * viper-cmd.el (viper-change-state): Use
4537 viper-ESC-moves-cursor-back to decide whether to move the cursor
4538 back.
4539
4540 1999-12-03 Kenichi Handa <handa@mule.m17n.org>
4541
4542 * international/mule-util.el (truncate-string-to-width): Docsting
4543 fixed.
4544
4545 1999-12-02 Stefan Monnier <monnier@cs.yale.edu>
4546
4547 * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
4548 use of `cond'.
4549 (lm-with-file): Move all the find-file...kill-buffer stuff into
4550 this macro. Make it use `find-file-noselect' and make it kill
4551 the buffer only if it wasn't already displayed somewhere.
4552 (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
4553 (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
4554 (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
4555 (lm-commentary): Fix to handle the case when the change log is
4556 at the end of the file.
4557
4558 1999-12-02 Kenichi Handa <handa@etl.go.jp>
4559
4560 * international/mule.el (charsetp): Fix typo in docstring.
4561
4562 * international/mule-diag.el (list-coding-categories): Fix typo;
4563 automatic -> autoload.
4564
4565 1999-12-02 Gerd Moellmann <gerd@gnu.org>
4566
4567 * vc.el (vc-update-change-log): Look for rcs2log under
4568 exec-directory.
4569
4570 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
4571 outline-regexp, add outline-level.
4572 (lisp-outline-level): New.
4573
4574 * calendar/appt.el (appt-convert-time): Handle "12:MMam",
4575 remove extraneous string-match.
4576
4577 * finder.el (finder-commentary): Activate Finder mode.
4578
4579 1999-12-01 Anders Lindgren <andersl@andersl.com>
4580
4581 * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
4582 off when reverting buffers that contained mode specifiers.
4583 `revert-buffer' is now called with non-nil PRESERVE-MODES
4584 argument.
4585
4586 1999-12-01 Dave Love <fx@gnu.org>
4587
4588 * delsel.el: Grok skeleton-pair-insert-maybe.
4589
4590 1999-11-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4591
4592 * progmodes/cperl-mode.el (cperl-under-as-char):
4593 Use nil as default.
4594
4595 1999-11-30 Gerd Moellmann <gerd@gnu.org>
4596
4597 * speedbar.el (toplevel): Remove compatibility code for Emacs
4598 versions without custom.el.
4599
4600 1999-11-30 Dave Love <fx@gnu.org>
4601
4602 * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
4603
4604 * autoinsert.el: Minor doc fixes.
4605 (auto-insert): Return nil.
4606
4607 * faces.el (set-face-documentation): Purecopy STRING.
4608
4609 1999-11-29 Dave Love <fx@gnu.org>
4610
4611 * derived.el: Doc fixes, remove old backquote syntax.
4612
4613 * cus-edit.el (custom-save-variables, custom-save-faces): Write a
4614 comment warning about editing.
4615
4616 * help.el (help-mode-hook): Define.
4617
4618 1999-11-29 Gerd Moellmann <gerd@gnu.org>
4619
4620 * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
4621 invalid translation of old-style backquote syntax to new syntax.
4622
4623 1999-11-28 Eli Zaretskii <eliz@is.elta.co.il>
4624
4625 * Makefile (DONTCOMPILE): Add term/internal.el.
4626
4627 1999-11-26 Dave Love <fx@gnu.org>
4628
4629 * comint.el: Fix last change.
4630
4631 * emacs-lisp/advice.el: Fix last change.
4632
4633 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4634
4635 * cus-edit.el (Custom-reset-standard): Doc fix.
4636 (custom-variable-reset-standard): Doc fix.
4637 (custom-face-reset-standard): Doc fix.
4638 (custom-face-menu): "Reset to Standard" => "Erase Customization".
4639 (custom-variable-menu): Likewise.
4640 (custom-reset-menu): Likewise.
4641 (custom-buffer-create-internal): Likewise.
4642
4643 1999-11-26 Dave Love <fx@gnu.org>
4644
4645 * progmodes/make-mode.el (makefile-mode-hook): Customize.
4646
4647 * font-lock.el: Doc fixes.
4648
4649 * menu-bar.el (menu-bar-mode): Customize.
4650
4651 * cus-start.el: Add use-dialog-box.
4652
4653 * add-log.el (change-log-mode-hook): Customize.
4654 (add-log-current-defun): Use
4655 fortran-{beginning,end}-of-subprogram.
4656
4657 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4658
4659 * emacs-lisp/advice.el: Many doc fixes.
4660
4661 * comint.el (comint-preoutput-filter-functions): Doc fix.
4662
4663 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4664
4665 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4666 Improve messages for capitalization of arg names,
4667 for flag variables, for t and nil, for imperatives.
4668 Call them imperatives rather than infinitives sans "to".
4669 (checkdoc-common-verbs-wrong-voice): Add "moves".
4670 (checkdoc-message-text-engine): Improve messages for y-or-n-p.
4671
4672 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
4673 Don't convert comments from 3-semicolon to 2-semicolon.
4674 That is a matter of style.
4675 (checkdoc-triple-semi-comment-check-flag): Variable deleted.
4676 (checkdoc-comments): Don't bind that variable.
4677
4678 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4679
4680 * files.el (write-file-hooks): Doc fix.
4681
4682 1999-11-26 Gerd Moellmann <gerd@gnu.org>
4683
4684 * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
4685
4686 1999-11-25 Dave Love <fx@gnu.org>
4687
4688 * hippie-exp.el: Require comint when compiling.
4689 (hippie-expand): Add :links.
4690 (hippie-expand-try-functions-list): Customize.
4691
4692 1999-11-24 Michael Kifer <kifer@cs.sunysb.edu>
4693
4694 * viper*el: Replaced old-style backquotes.
4695
4696 * ediff*el: Replaced old-style backquotes.
4697
4698 * ediff-merge
4699 (ediff-looks-like-combined-merge,ediff-get-combined-region):
4700 Changed to support the new format for ediff-combination-pattern.
4701
4702 * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
4703 Changed to support the new format for ediff-combination-pattern.
4704
4705 1999-11-24 Dave Love <fx@gnu.org>
4706
4707 * custom.el (custom-declare-group): Purecopy DOC.
4708 (custom-handle-keyword): Purecopy VALUE.
4709 (custom-add-link): Purecopy WIDGET.
4710 (custom-add-version): Purecopy VERSION.
4711 (custom-add-load): Purecopy LOAD.
4712
4713 * cus-face.el (custom-declare-face): Purecopy DOC.
4714
4715 * info.el:
4716 (Info-build-node-completions, Info-search, Info-follow-reference)
4717 (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
4718 (Info-find-emacs-command-nodes): Avoid properties on matched text
4719 which may appear in minibuffer.
4720
4721 1999-11-24 Gerd Moellmann <gerd@gnu.org>
4722
4723 * locate.el (locate-with-filter): Doc fix.
4724
4725 1999-11-24 Alex Schroeder <alex@gnu.org>
4726
4727 * sql.el (sql-find-sqli-buffer): New function.
4728 (sql-set-sqli-buffer-generally): New function.
4729 (sql-set-sqli-buffer): Better checking of new-buffer.
4730 (sql-copy-column): Add comma after INTO clause, too.
4731
4732 1999-11-24 Alex Schroeder <alex@gnu.org>
4733
4734 * sql.el (sql-imenu-generic-expression): New, used to set
4735 imenu-generic-expression.
4736
4737 * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
4738 setting font-lock-defaults' SYNTAX-ALIST. Set
4739 imenu-generic-expression, imenu-case-fold-search, and
4740 imenu-syntax-alist.
4741
4742 * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
4743 and 46 when setting font-lock-defaults' SYNTAX-ALIST.
4744
4745 1999-11-23 Andrew Innes <andrewi@gnu.org>
4746
4747 * w32-win.el (w32-drag-n-drop): Load files in current window, if
4748 drop coords aren't over a specific window.
4749
4750 1999-11-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4751
4752 * ps-print.el: Define mule funs without checking if mule package is
4753 loaded.
4754 (ps-print-version): New version number (5.0.1).
4755 (ps-header-dirpart): Now uses abbreviate-file-name.
4756
4757 1999-11-23 Dave Love <fx@gnu.org>
4758
4759 * progmodes/fortran.el (fortran-comment-line-start): Renamed from
4760 comment-line-start.
4761 (fortran-comment-line-start-skip): Renamed from
4762 comment-line-start-skip.
4763 (fortran-mode-map): Use renamed functions. Add manual and custom
4764 entries to menu.
4765 (fortran-mode-hook): Customize.
4766 (fortran-comment-indent-function): Renamed from
4767 fortran-comment-hook.
4768 (delete-horizontal-regexp): Function deleted.
4769 (fortran-electric-line-number): Simplified.
4770 (fortran-beginning-of-subprogram): Renamed from
4771 beginning-of-fortran-subprogram.
4772 (fortran-end-of-subprogram): Renamed from
4773 end-of-fortran-subprogram.
4774 (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
4775 (fortran-previous-statement, fortran-next-statement): Simplified.
4776 (fortran-blink-match): New function.
4777 (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
4778 (fortran-indent-to-column): Don't use delete-horizontal-regexp.
4779 (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
4780 line-end-position.
4781 (fortran-fill): No longer interactive. Simplified.
4782 (fortran-break-line): Simplified.
4783 (fortran-analyze-file-format): Use char-after, not looking-at.
4784
4785 * emacs-lisp/find-func.el (find-function-regexp): Use
4786 `define-minor-mode' after easy-menu change.
4787
4788 1999-11-23 Gerd Moellmann <gerd@gnu.org>
4789
4790 * comint.el: Add redirection.from active comint buffers into
4791 another buffer. Written by Peter Breton.
4792
4793 1999-11-23 Stefan Monnier <monnier@cs.yale.edu>
4794
4795 * emacs-lisp/autoload.el (make-autoload): Recognize the new
4796 `define-minor-mode'.
4797 (define-minor-mode): Specify `doc-string-elt'.
4798
4799 * emacs-lisp/easy-mmode.el: Changed maintainer.
4800 (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
4801 Use defcustom for the hooks; Improve the auto-generated docstrings.
4802 (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
4803 (define-minor-mode): Add BODY arg; Only declare the keymap if
4804 provided; Improve the auto-generated docstrings.
4805
4806 1999-11-22 Gerd Moellmann <gerd@gnu.org>
4807
4808 * textmodes/text-mode.el (text-mode): Construct paragraph-start so
4809 that the leading `^' is at the start. This is necessary because
4810 paragraphs.el tries to remove anchors, but can find them only if
4811 they are the first character.
4812
4813 * progmodes/antlr-mode.el: New file.
4814
4815 * calendar/calendar.el: Fix autoload for
4816 calendar-absolute-from-astro. Add autoload for
4817 calendar-print-astro-day-number.
4818
4819 1999-11-21 Anders Lindgren <andersl@andersl.com>
4820
4821 * follow.el: Use modern backquote syntax. Minor comment update.
4822
4823 1999-11-21 Gerd Moellmann <gerd@gnu.org>
4824
4825 * simple.el (with-syntax-table): Don't switch buffers.
4826
4827 * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
4828 progmodes/hideif.el: Use new backquote syntax.
4829
4830 1999-11-21 Ken Manheimer <klm@python.org>
4831
4832 * icomplete.el (icomplete-completions): Use an explicit variable
4833 `icomplete-prospects-length', obviating the need to use an
4834 apparently faulty throw/catch arrangement.
4835
4836 1999-11-21 Eli Zaretskii <eliz@is.elta.co.il>
4837
4838 * term/internal.el (IT-display-table-setup): Don't overstep
4839 character code 255.
4840
4841 1999-11-20 Kenichi Handa <handa@mule.m17n.org>
4842
4843 * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
4844 for the charset chinese-sisheng is 7bit encoding, not 8bit.
4845
4846 1999-11-19 Stefan Monnier <monnier@cs.yale.edu>
4847
4848 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
4849 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
4850
4851 * files.el (auto-mode-alist): Add patterns for diff-mode.
4852
4853 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
4854 to detect an empty prompt.
4855
4856 1999-11-18 Dave Love <fx@gnu.org>
4857
4858 * simple.el (input-mode-8-bit): Fix the customization.
4859
4860 1999-11-18 Gerd Moellmann <gerd@gnu.org>
4861
4862 * international/iso-acc.el (iso-languages): Add more
4863 characters for Portuguese.
4864
4865 * speedbar.el: Clean up comment at the start of the file.
4866 Remove RCS id.
4867
4868 * progmodes/compile.el (compilation-parse-errors): Use
4869 compilation-buffer-p instead of testing major-mode.
4870
4871 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk>
4872
4873 * quickurl.el Added defcustom of quickurl-completion-ignore-case.
4874 (quickurl-ask): completion-ignore-case is set to the value of
4875 quickurl-completion-ignore-case for the duration of the call to
4876 completing-read.
4877
4878 1999-11-18 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4879
4880 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
4881
4882 1999-11-18 Kenichi Handa <handa@etl.go.jp>
4883
4884 * ps-vars.el: Renamed from ps-print-def.el. Provide ps-vars
4885 instead of ps-print-def.
4886
4887 * ps-print.el: Require ps-vars instead of ps-print-def.
4888
4889 * ps-mule.el: Require ps-vars instead of ps-print-def.
4890
4891 1999-11-17 Gerd Moellmann <gerd@gnu.org>
4892
4893 * simple.el (with-syntax-table): Save buffer explicitly instead of
4894 using save-excursion.
4895
4896 1999-11-16 Gerd Moellmann <gerd@gnu.org>
4897
4898 * mail/supercite.el: New maintainer.
4899
4900 1999-11-16 Reto Zimmermann <reto@synopsys.com>
4901
4902 * progmodes/vhdl-mode.el: Use new backquote syntax.
4903
4904 1999-11-16 Gerd Moellmann <gerd@gnu.org>
4905
4906 * simple.el (with-syntax-table): New.
4907
4908 1999-11-15 Sam Steingold <sds@ksp.com>
4909
4910 * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
4911
4912 1999-02-22 Sam Steingold <sds@goems.com>
4913
4914 * goto-addr.el (goto-address-at-mouse,
4915 goto-address-find-address-at-point): Use compose-mail.
4916 (goto-address-mail-method): Removed variable.
4917 (goto-address-send-using-mh-e, goto-address-send-using-mhe,
4918 goto-address-send-using-mail): Removed functions.
4919
4920 1998-11-03 Sam Steingold <sds@goems.com>
4921
4922 * simple.el (backward-delete-char-untabify):
4923 backward-delete-char-untabify-method can be `all' now - to delete
4924 hungrily including newlines.
4925
4926 1999-11-15 Sam Steingold <sds@ksp.com>
4927
4928 * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
4929
4930 1999-11-15 Dave Love <fx@gnu.org>
4931
4932 * cus-edit.el (customize-face, customize-face-other-window):
4933 Require match from completing-read.
4934 (custom-buffer-done-function): Default to custom-bury-buffer, not
4935 bury-buffer.
4936
4937 1999-11-15 Gerd Moellmann <gerd@gnu.org>
4938
4939 * mail/rmail.el, iswitchb.el, hippie-exp.el,
4940 progmodes/cperl-mode.el: Use new backquote syntax.
4941
4942 1998-09-14 Michael Ernst <mernst@alum.mit.edu>
4943
4944 * uniquify.el: Use new backquote syntax.
4945
4946 1999-11-14 Markus Rost <rost@ias.edu>
4947
4948 * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
4949 as in ispell-local-dictionary-alist.
4950
4951 1999-11-14 Alex Schroeder <alex@gnu.org>
4952
4953 * ansi-color.el (ansi-color-apply): Updated regexps to include
4954 highlighted face.
4955
4956 1999-01-14 Johan Vromans <jvromans@squirrel.nl>
4957
4958 * forms.el (forms--make-format-elt-using-text-properties):
4959 Treat `intangible' differently.
4960
4961 * forms.el: Use new backquote syntax.
4962
4963 1999-11-13 Gerd Moellmann <gerd@gnu.org>
4964
4965 * textmodes/scribe.el (scribe-mode): Doc-fix.
4966
4967 1999-11-13 Peter Breton <pbreton@ne.mediaone.net>
4968
4969 * net-utils.el (run-network-program, net-utils-run-program): Use
4970 the new backquote syntax.
4971 (smbclient-program, smbclient-program-options)
4972 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
4973 variables
4974 (smbclient, smbclient-list-shares): New functions
4975
4976 1999-11-12 Sam Steingold <sds@ksp.com>
4977
4978 * emulation/viper-init.el (viper-deflocalvar, viper-loop)
4979 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
4980 (viper-kbd-buf-definition, viper-kbd-mode-alist)
4981 (viper-kbd-mode-pair, viper-kbd-mode-definition)
4982 (viper-kbd-global-pair, viper-kbd-global-definition):
4983 Use the new backquote syntax.
4984
4985 * emulation/viper-cmd.el (viper-test-com-defun)
4986 (viper-prefix-arg-value, viper-prefix-arg-com):
4987 Use the new backquote syntax.
4988
4989 * emacs-lisp/debug.el (debugger-env-macro):
4990 Use the new backquote syntax.
4991
4992 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
4993 Use the new backquote syntax.
4994
4995 * calendar/calendar.el (calendar-remove-frame-by-deleting):
4996 New user variable.
4997 (calendar-hide-window): Use it.
4998 (increment-calendar-month, calendar-for-loop, calendar-sum):
4999 Use the new backquote syntax.
5000
5001 1999-11-12 Andrew Innes <andrewi@gnu.org>
5002
5003 * select.el (x-set-selection): Call buffer-substring, not
5004 substring. Also fix docstring
5005
5006 1999-11-12 Peter Kleiweg <kleiweg@let.rug.nl>
5007
5008 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
5009 of customizable variables to bug report message. Added
5010 system-type to package name in bug report.
5011
5012 1999-11-12 Gerd Moellmann <gerd@gnu.org>
5013
5014 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
5015 to display file names.
5016
5017 1999-11-11 Gerd Moellmann <gerd@gnu.org>
5018
5019 * mwheel.el: Fix copyright notice, don't require 'cl at run time.
5020
5021 * isearch.el: Add lazy-highlighting feature.
5022
5023 1999-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
5024
5025 * progmodes/ps-mode.el (ps-mode-maintainer-address): New
5026 constant.
5027 (ps-mode-submit-bug-report): New function. Entry added to menu.
5028
5029 1999-11-10 William M. Perry <wmperry@aventail.com>
5030
5031 * mwheel.el: New file to support the new style wheeled mice.
5032
5033 1999-11-10 Gerd Moellmann <gerd@gnu.org>
5034
5035 * startup.el (initial-scratch-message): Add ";;" to the front of
5036 lines in the message.
5037
5038 * files.el (file-local-copy): Remove optional BUFFER argument
5039 because that's not used by anything.
5040
5041 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
5042 to-address.
5043
5044 1999-11-08 Markus Rost <rost@ias.edu>
5045
5046 * wid-edit.el (widget-button-click): Wrap with save-excursion
5047 to restore track-mouse in the correct buffer.
5048
5049 1999-11-08 Gerd Moellmann <gerd@gnu.org>
5050
5051 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
5052
5053 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl>
5054
5055 * progmodes/ps-mode.el (ps-mode-print-function): Changed default
5056 lpr-command to "lp" for some system-types. (copied from lpr.el
5057 Emacs version 20.2.1).
5058
5059 1999-11-04 Markus Rost <rost@ias.edu>
5060
5061 * simple.el (comment-region): Strip off white space at end of
5062 comment-start.
5063
5064 1999-11-04 Gerd Moellmann <gerd@gnu.org>
5065
5066 * faces.el (secondary-selection): Fix wrong color name.
5067
5068 1999-11-04 John Tobey <jtobey@epsilondev.com>
5069
5070 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
5071 the default when invoking perldb in a non-Perl buffer, and other
5072 cases involving -e or --.
5073
5074 1999-11-04 Gerd Moellmann <gerd@gnu.org>
5075
5076 * simple.el (previous-matching-history-element)
5077 (next-history-element): Use delete-field instead of erase-field.
5078
5079 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
5080 Use delete-field instead of erase-field.
5081
5082 * faces.el (secondary-selection): Change background to yellow.
5083
5084 * complete.el (PC-do-completion): Use minibuffer-prompt-end to
5085 find the start of the text. Use field-string to read the user
5086 input.
5087
5088 1999-11-03 Gerd Moellmann <gerd@gnu.org>
5089
5090 * faces.el (make-face-bold, make-face-unbold, make-face-italic)
5091 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
5092 for compatibility with old face implementation.
5093
5094 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
5095 Use erase-field instead of erase-buffer.
5096
5097 * frame.el (blink-cursor-mode, blink-cursor-end): Use
5098 internal-show-cursor with new interface.
5099 (blink-cursor-timer-function): New.
5100 (blink-cursor-start): Use blink-cursor-timer-function.
5101
5102 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5103
5104 * calendar.el (redraw-calendar): Move to nearest date before
5105 redrawing.
5106
5107 * diary-lib.el (simple-diary-display): Reset modeline even if
5108 there are no diary entries since the diary buffer may be displayed.
5109
5110 1999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5111
5112 * emacs-lisp/debug.el (debug): If noninteractive, display the
5113 backtrace using `message', then exit Emacs.
5114 (debugger-batch-max-lines): New variable.
5115 (debugger-setup-buffer): New subroutine, broken out of `debug'.
5116 Change the messages put at the start, to say that the debugger
5117 was entered.
5118
5119 1999-11-02 Sam Steingold <sds@ksp.com>
5120
5121 * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
5122
5123 1999-11-01 John Tobey <jtobey@epsilondev.com>
5124
5125 * gud.el: (gud-perldb-massage-args): Massage correctly in the
5126 presence of perl switches other than "-e".
5127
5128 1999-11-01 Markus Rost <rost@ias.edu>
5129
5130 * dired-x.el (dired-smart-shell-command): Use
5131 shell-command-history as in shell-command.
5132
5133 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5134
5135 * userlock.el (ask-user-about-lock): Doc fix.
5136
5137 * frame.el: Doc fixes.
5138
5139 1999-11-01 Gerd Moellmann <gerd@gnu.org>
5140
5141 * frame.el (blink-cursor-mode): Call internal-show-cursor instead
5142 of show-cursor.
5143 (blink-cursor-start, blink-cursor-end): Ditto.
5144
5145 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
5146
5147 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5148
5149 * window.el (walk-windows): If ALL-FRAMES is a frame,
5150 start on that frame. Use save-selected-window.
5151
5152 1999-11-01 Gerd Moellmann <gerd@gnu.org>
5153
5154 * simple.el (end-of-buffer): Use window-end to find the window end
5155 instead of vertical-motion because this handles variable-height
5156 lines correctly.
5157
5158 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu>
5159
5160 * ediff.el: Version change.
5161
5162 * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
5163 make sure you are in a good frame before deleting other
5164 windows.
5165 (ediff-file-checked-in-p): Don't consider CVS
5166 files checked in.
5167 (ediff-make-temp-file,ediff-make-empty-tmp-file): Make sure you
5168 are writing to a newly created empty file.
5169
5170 * ediff-mult.el (ediff-show-session-group-hook): New default.
5171
5172 * ediff-vers.el (ediff-pcl-cvs-view-revision):
5173 First cd to the file directory. reportedly works
5174 better with remote files.
5175
5176 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
5177 Use file-name-nondirectory when passing files to CVS.
5178
5179 * ediff-diff.el (ediff-cmp-options): New variable.
5180 (ediff-same-file-contents): Use ediff-cmp-options.
5181
5182 * ediff-ptch.el (ediff-prompt-for-patch-buffer,
5183 ediff-get-patch-buffer): Use current buffer if it appears to be a
5184 patch.
5185
5186 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
5187 C-g
5188
5189 * viper-util.el (viper-nontrivial-find-file-function): Deleted.
5190 (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
5191 (viper-save-cursor-color,viper-restore-cursor-color):
5192 Improved cursor color handling.
5193 (viper-get-saved-cursor-color-in-replace-mode,
5194 viper-get-saved-cursor-color-in-insert-mode): New functions for
5195 better cursor color handling.
5196
5197 * viper-ex.el (ex-read,ex-edit):
5198 Fixes for correct interpretation of #,%.
5199 (viper-ex): Now works correctly when called from other functions.
5200 (viper-glob-function): New variable.
5201 (viper-ex): Save excursion before doing :global.
5202
5203 * viper-mous.el (viper-counting-clicks-p): Bug fixes.
5204
5205 * viper-cmd.el (viper-post-command-sentinel,
5206 viper-insert-state-post-command-sentinel,
5207 viper-insert-state-pre-command-sentinel): Takes better care of
5208 cursor colors.
5209
5210 * viper.el: Version change.
5211
5212 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com>
5213
5214 * whitespace.el (whitespace-update-modeline): Bugfix to ensure
5215 that the modeline display was updated *only* when
5216 `whitespace-display-in-modeline' was set, not otherwise.
5217
5218 1999-10-30 Gerd Moellmann <gerd@gnu.org>
5219
5220 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
5221 "frac12".
5222
5223 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
5224 ad-activate.
5225
5226 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com>
5227
5228 * whitespace.el: Test for existence of `defcustom' and `defgroup'
5229 using fboundp instead of assuming that these are not present in
5230 particular flavors of emacs.
5231 (whitespace-version): Update to 2.8
5232 (whitespace-display-in-modeline): Add custom variable to control
5233 displaying the whitespace errors on the modeline based on
5234 suggestion from <klaus.berndl@sdm.de>
5235 (whitespace-buffer): Now returns `t' if unclean and `nil' if
5236 clean, to enable using as a hook function, as suggested by Puneet
5237 Goel <puneet@computer.org>
5238 (whitespace-buffer): Fix a subtle bug that cleaned up only if
5239 quiet was not set, even with whitespace-auto-cleanup set.
5240 (whitespace-mode-line): Now uses less modeline real estate and
5241 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
5242 which is present in the file, and <y> is any type of whitespace
5243 whose check has been suppressed by setting
5244 `whitespace-check-<whitespace-type>' to nil.
5245 (whitespace-unchecked-whitespaces): New function to return the
5246 list of whitespaces for whom checks have been suppressed.
5247 (whitespace-display-unchecked-whitespaces): Renamed to
5248 `whitespace-update-modeline' to reflect its functionality.
5249
5250 1999-10-30 Gerd Moellmann <gerd@gnu.org>
5251
5252 * progmodes/compile.el (compilation-error-regexp-alist):
5253 Undo previous change.
5254
5255 1999-10-28 Dave Love <fx@gnu.org>
5256
5257 * help.el (help-follow): Make arg optional again and really
5258 default to point.
5259
5260 1999-10-28 Gerd Moellmann <gerd@gnu.org>
5261
5262 * paths.el (rmail-file-name): Make it an option.
5263
5264 * progmodes/ada-mode.el, progmodes/ada-prj.el,
5265 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
5266 comment fixes.
5267
5268 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
5269 MIPS Pro 7.3 compiler error message syntax.
5270
5271 1999-10-27 Dave Love <fx@gnu.org>
5272
5273 * progmodes/compile.el: Checkdoc-inspired fixes.
5274
5275 1999-10-27 Gerd Moellmann <gerd@gnu.org>
5276
5277 * lpr.el (print-buffer): Doc-string fix.
5278
5279 1999-10-27 Dave Love <fx@gnu.org>
5280
5281 * emacs-lisp/advice.el: Doc fixes.
5282 (ad-lemacs-p): Removed.
5283 (advice): Add :link to defgroup.
5284
5285 1999-10-27 Kenichi Handa <handa@etl.go.jp>
5286
5287 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
5288 last-coding-system-used by the call of ange-ftp-set-ascii-mode.
5289
5290 1999-10-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5291
5292 * window.el (walk-windows): If ALL-FRAMES is a frame,
5293 start on that frame. Use save-selected-window.
5294
5295 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5296
5297 * emacs-lisp/advice.el (ad-activate-internal): Renamed from
5298 ad-activate. All callers changed, including those in data.c.
5299 (ad-activate-internal-off): Renamed from ad-activate-off.
5300 All uses changed.
5301 (ad-activate): Renamed from ad-activate-on. All uses changed.
5302 (ad-start-advice, ad-stop-advice, ad-recover-normality):
5303 Alter the definition of ad-activate-internal, not ad-activate.
5304
5305 1999-10-26 Gerd Moellmann <gerd@gnu.org>
5306
5307 * startup.el (command-line-1): Add support for command line
5308 arguments `file' and `execute'. Fix handling of `visit'.
5309
5310 1999-10-26 Kenichi Handa <handa@etl.go.jp>
5311
5312 * international/mule-cmds.el (read-input-method-name): Handle the
5313 case that the arg DEFAULT is symbol.
5314
5315 * international/mule-diag.el (mule-diag): Handle the case that
5316 default-input-method is symbol.
5317
5318 1999-10-26 Gerd Moellmann <gerd@gnu.org>
5319
5320 * textmodes/tildify.el: New file.
5321
5322 1999-10-25 Sam Steingold <sds@ksp.com>
5323
5324 * Makefile (compile-files): Fixed the "tr" strings.
5325 (EMACS): Set to ../src/emacs.
5326
5327 1999-10-25 Gerd Moellmann <gerd@gnu.org>
5328
5329 * info.el (Info-build-node-completions): Add '("*") to the
5330 completion list.
5331
5332 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5333
5334 * frame.el (auto-raise-mode): When enabling the mode,
5335 immediately raise the selected frame.
5336
5337 * indent.el (indent-region): Doc fix.
5338
5339 * comint.el (comint-output-filter): Make the Comint buffer current
5340 for the comint-preoutput-filter-functions.
5341
5342 * mail/reporter.el: Doc fix.
5343
5344 1999-10-24 Stephen Eglen <stephen@gnu.org>
5345
5346 * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
5347 that Octave lisp files can also run under XEmacs 20.
5348 (require 'custom) added so that files can run under Emacs 19.34.
5349
5350 * iswitchb.el (iswitchb-default-keybindings): No need to use
5351 read-kbd-macro in keybindings.
5352
5353 1999-10-23 Dave Love <fx@gnu.org>
5354
5355 * elide-head.el: New file.
5356
5357 1999-10-23 Gerd Moellmann <gerd@gnu.org>
5358
5359 * Makefile (compile-files, backup-compiled-files): New targets.
5360 (bootstrap, bootstrap-clean): Ditto.
5361
5362 1999-10-22 Paul Eggert <eggert@twinsun.com>
5363
5364 * international/mule-cmds.c (locale-language-names):
5365 Use Latin-1 (not Latin-3) for Afrikaans, Galician.
5366 Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
5367 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
5368 Use Latin-8 for Welsh.
5369 Use Latin-1 for English if "en" is explicitly specified.
5370 Use Latin-1 for Scots Gaelic, Tagalog.
5371 Use Latin-1 (not Latin-4) for Greenlandic.
5372 Use Latin-1 (not Latin-2) for Albanian.
5373 (locale-preferred-coding-systems, locale-language-names):
5374 Remove generic ISO 8859 locales; locale-charset-language-names now
5375 does this.
5376 (locale-charset-language-names): New variable.
5377 (set-locale-environment): Use language name specified by
5378 locale-charset-language-names if its charsets disagree with the
5379 language name specified by locale-language-names.
5380
5381 1999-10-22 Dave Love <fx@gnu.org>
5382
5383 * make-mode.el: Minor doc fixes.
5384
5385 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
5386
5387 1999-10-21 Dave Love <fx@gnu.org>
5388
5389 * loadup.el: Add latin-8, latin-9.
5390
5391 1999-10-20 Paul Eggert <eggert@twinsun.com>
5392
5393 * disp-table.el (standard-display-european): Remove undocumented
5394 arg AUTO; no longer used by startup.el. Do not attempt to treat
5395 all non-English language environments as coding system names.
5396 Instead, use the downcased language environment name as a coding
5397 system name if it is one; otherwise, use latin-1.
5398
5399 1999-10-20 Gerd Moellmann <gerd@gnu.org>
5400
5401 * dired.el (dired-move-to-filename-regexp): Fix long comment lines
5402 that were split so that part of the comment appeared as Lisp code.
5403
5404 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5405
5406 * ps-bdf.el: Doc fix.
5407
5408 * ps-print-def.el: New file: common definitions for all parts of
5409 ps-print.
5410 (ps-multibyte-buffer): Moved from ps-mule.
5411
5412 * ps-mule.el: File dependence fix.
5413 (ps-multibyte-buffer): Moved to ps-print-def.
5414
5415 * ps-print.el: Doc fix, better customization.
5416 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
5417 (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
5418 (ps-end-file): Doc fix.
5419 (ps-setup, ps-begin-file): Fun fix.
5420 (postscript): New group.
5421 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
5422 (ps-print-prologue-1): Adjust PostScript programming.
5423 (ps-print): Adjust group hierarchy.
5424 (ps-print-n-up, ps-print-zebra, ps-print-background,
5425 ps-print-printer)
5426 (ps-print-page): New subgroups.
5427 (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
5428 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
5429 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
5430 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
5431 (ps-zebra-stripe-height, ps-print-background-image)
5432 (ps-print-background-text, ps-spool-config): Adjust customization.
5433 (dos-ps-printer): Definition eliminated.
5434
5435 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5436
5437 * ps-mule.el: Doc fix, define functions properly if mule package is
5438 loaded or not.
5439 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
5440 mule package is loaded or not.
5441
5442 * ps-print.el: Doc fix, n-up printing.
5443 (ps-print-version): New version number (5.0).
5444 (ps-page-dimensions-database): Added document media.
5445 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
5446 (ps-page-order, ps-printing-region-p): New vars.
5447 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
5448 funs.
5449 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
5450 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
5451 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
5452 (ps-n-up-xstart, ps-n-up-ystart): New macros.
5453 (ps-print-begin-sheet-hook): New hook.
5454 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
5455 const.
5456 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
5457 (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
5458 (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
5459 (ps-count-lines): Changed to defun.
5460 (ps-header-page): Changed to defsubst, fix fun.
5461 (ps-printing-region): Doc fix, adjust programming code.
5462 (ps-output-boolean, ps-background-pages, ps-background-text)
5463 (ps-background-image, ps-background, ps-get-boundingbox): Adjust
5464 programming code.
5465
5466 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5467
5468 * ps-print.el: Doc fix, duplex and setpagedevice configuration.
5469 (ps-print-version): New version number (4.2).
5470 (ps-spool-config, ps-spool-tumble): New vars.
5471 (ps-print-prologue-1): Changed to defconst, adjust PostScript
5472 programming, new PostScript procedure to handle errors.
5473 (ps-print-prologue-2): Changed to defconst.
5474 (ps-print-duplex-feature): New const: duplex and tumble setting.
5475 (ps-setup, ps-begin-file): Fix funs.
5476 (ps-boolean-capitalized): New fun.
5477
5478 1999-10-19 Stefan Monnier <monnier@cs.yale.edu>
5479
5480 * Makefile (dontcompilefiles): Obsoleted.
5481 (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
5482 (EL): Unused.
5483 (temacs): Removed (unused).
5484 (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
5485 version of the file (necessary for the update to work properly).
5486 (autoloads): Force the use of `pwd`/loaddefs.el.
5487 (updates); Redefined in terms of other targets to reduce redundancy.
5488 (.el.elc): New default rule, just in case you want it.
5489 (compile): Use a single invocation of Emacs.
5490 (bootstrap-compile); Unneeded.
5491 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
5492
5493 1999-10-19 Dave Love <fx@gnu.org>
5494
5495 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
5496
5497 1999-10-19 Sam Steingold <sds@ksp.com>
5498
5499 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
5500 comply with the comment.
5501
5502 1999-10-19 Gerd Moellmann <gerd@gnu.org>
5503
5504 * autorevert.el (auto-revert-mode): Make auto-revert-mode
5505 permanent-local.
5506
5507 1999-10-19 Peter Kleiweg <kleiweg@let.rug.nl>
5508
5509 * progmodes/ps-mode.el (ps-mode-print-function): Fix default
5510 value: \"lpr\" changed to "lpr"
5511 (ps-mode-version): New constant
5512 (ps-mode-show-version): New function, added key in ps-mode-map
5513 (ps-run-messages): Removed
5514 (ps-run-font-lock-keywords-2): New defcustom variable replacing
5515 ps-run-messages. These keywords now include the value of
5516 ps-run-prompt, making its fontification customizable.
5517 (ps-run-init): Removed \\n from docstring, it is now added when
5518 the value is used
5519 (ps-run-font-lock-keywords-1): Added checking for initial ^ in
5520 ps-run-prompt
5521 (ps-mode): Added ps-run-font-lock-keywords-2 to list of
5522 customizable variables in doc-string (its equivalent
5523 ps-run-messages was missing in previous version of the doc-string)
5524 (ps-run-mode): Simplified assignment to font-lock-defaults, using
5525 symbols only
5526
5527 1999-10-19 Alex Schroeder <alex@gnu.org>
5528
5529 * ansi-color.el: Complete rewrite.
5530
5531 1999-10-19 Paul Eggert <eggert@twinsun.com>
5532
5533 Fix bootstrapping problems.
5534 Use the system locale to specify Emacs locale defaults.
5535
5536 * international/mule-cmds.el (global-map):
5537 Do not use backquote, because that makes a bootstrapping
5538 problem if you need to recompile all Lisp files using interpreted code.
5539 * international/mule.el (charset-id, charset-bytes,
5540 charset-dimension, charset-chars, charset-width,
5541 charset-direction, charset-iso-final-char,
5542 charset-iso-graphic-plane, charset-reverse-charset,
5543 charset-short-name, charset-long-name, charset-description,
5544 charset-plist): Likewise.
5545 * subr.el (save-match-data): Likewise.
5546
5547 * international/mule-cmds.el
5548 (set-display-table-and-terminal-coding-system): New function,
5549 containing code migrated out of set-language-environment.
5550 (set-language-environment, set-locale-environment): Use it.
5551 (locale-translation-file-name): Moved here from startup.el.
5552 (locale-language-names, locale-preferred-coding-systems):
5553 New vars.
5554 (locale-name-match, set-locale-environment): New functions.
5555
5556 * language/japan-util.el (setup-japanese-environment-internal):
5557 Prefer japanese-iso-8bit if the system-type is usg-unix-v.
5558
5559 * startup.el (iso-8859-n-locale-regexp): Remove.
5560 (locale-translation-file-name): Move to mule-cmds.el.
5561 (command-line): Move locale-stuff into set-locale-environment.
5562
5563 1999-10-18 Dave Love <fx@gnu.org>
5564
5565 * abbrev.el (add-abbrev, inverse-add-abbrev)
5566 (expand-region-abbrevs): Remove properties from buffer text.
5567
5568 1999-10-17 Gerd Moellmann <gerd@gnu.org>
5569
5570 * iswitchb.el (iswitchb-exhibit): Extract user-input only
5571 from the mini-buffer, without the prompt.
5572
5573 * simple.el (minibuffer-prompt-end): Return the position
5574 after the prompt, not the position of that last character
5575 of the prompt.
5576
5577 1999-10-17 Miles Bader <miles@gnu.org>
5578
5579 * simple.el: Doc fixes.
5580
5581 1999-10-17 Miles Bader <miles@gnu.org>
5582
5583 * simple.el (previous-matching-history-element, next-history-element):
5584 Change to work correctly even if the point is in the prompt.
5585 (choose-completion-string): Likewise.
5586 (minibuffer-prompt-width): New function (compatibility with old subr).
5587
5588 * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
5589 When constraining the final position to the current field,
5590 don't use the ONLY-IN-LINE mode of constrain-to-field.
5591
5592 1999-10-17 Miles Bader <miles@gnu.org>
5593
5594 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
5595 constrain-to-field.
5596 * textmodes/paragraphs.el (forward-sentence): Likewise.
5597
5598 1999-10-17 Miles Bader <miles@gnu.org>
5599
5600 * simple.el (line-move): Use constrain-to-field to avoid
5601 moving into a prompt.
5602 (previous-complete-history-element): Clarify doc string.
5603 (next-complete-history-element): Likewise.
5604 Use field-beginning instead of point-min.
5605 (next-matching-history-element): Use field-beginning and
5606 erase-field instead of point-min and erase-buffer.
5607 * textmodes/paragraphs.el
5608 (forward-paragraph, forward-sentence): Likewise.
5609 (backward-kill-paragraph, backward-kill-sentence): Remove code to
5610 constrain the kill to an field, as the movement commands now
5611 do this.
5612
5613 1999-10-17 Miles Bader <miles@gnu.org>
5614
5615 * simple.el (previous-matching-history-element): Get the
5616 minibuffer input with field-string instead of buffer-string.
5617 (choose-completion-string): Likewise.
5618 (next-history-element): Likewise.
5619 Erase the minibuffer input with erase-field, not erase-buffer.
5620 Use field-beginning to find the beginning of the input.
5621 * textmodes/paragraphs.el (backward-kill-sentence):
5622 Remove minibuffer-prompt hack.
5623 Constrain to any input field.
5624
5625 1999-10-17 Sam Steingold <sds@ksp.com>
5626
5627 * bindings.el (completion-ignored-extensions): Added ".sparcf"
5628 for CMUCL on sparc and ".ufsl" for LispWorks.
5629 (bound-and-true-p): Bugfix: free variable `v'.
5630
5631 1999-10-16 Dave Love <d.love@dl.ac.uk>
5632
5633 * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
5634 (edebug-uninstall-read-eval-functions): Use load-read-function,
5635 avoiding elisp-eval.
5636
5637 1999-10-16 Sam Steingold <sds@ksp.com>
5638
5639 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
5640 instead of `eql'.
5641
5642 1999-10-14 Stefan Monnier <monnier@cs.yale.edu>
5643
5644 * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
5645 * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
5646 (browse-url-temp-file-list, browse-url-delete-temp-file-list):
5647 * ediff-util.el (ediff-make-temp-file):
5648 * ediff-vers.el (ediff-pcl-cvs-view-revision):
5649 * emerge.el (emerge-make-temp-file):
5650 * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
5651 * vc.el (vc-update-change-log):
5652 * mail/mailpost.el (post-mail-send-it):
5653 * mail/metamail.el (metamail-region):
5654 * progmodes/cmacexp.el (c-macro-expansion):
5655 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
5656
5657 1999-10-15 Gerd Moellmann <gerd@gnu.org>
5658
5659 * smtpmail.el (smtpmail-via-smtp): Add support for
5660 automatically appending a domain to RCPT TO: addresses.
5661
5662 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5663
5664 * dired.el (dired-insert-directory): Insert the amount of
5665 free space after the total size.
5666 (dired-free-space-program, dired-free-space-args): New variables.
5667
5668 1999-10-14 Karl Heuer <kwzh@gnu.org>
5669
5670 * mail/rmail.el (rmail-pop-password-error): Add new pattern.
5671
5672 1999-10-14 Dave Love <fx@gnu.org>
5673
5674 * international/characters.el:
5675 * international/fontset.el:
5676 * international/mule-conf.el: Add latin-iso8859-1[45].
5677
5678 * language/european.el: Add Latin-8, Latin-9. Modify some doc
5679 strings.
5680
5681 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
5682 (command-line): Detect Latin-[89] locales.
5683
5684 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
5685
5686 * international/mule-cmds.el (select-safe-coding-system)
5687 (leim-list-header): Avoid the use of strings that start with backslash
5688 newline since lread.c:read1 has a hack to turn those strings into
5689 integer 0 during the loadup.el process.
5690
5691 * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
5692
5693 1999-10-13 Dave Love <fx@gnu.org>
5694
5695 * image.el (insert-image): Copy the image spec and add an
5696 intangible property.
5697
5698 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
5699
5700 * help.el (help-xref-interned): Make it also work on variable-only
5701 and function-only symbols.
5702 (help-make-xrefs): Take advantage of the new `help-xref-interned'.
5703 (help-follow): If the point under mouse is not highlighted, try
5704 `help-xref-interned' on the pointed-to symbol anyway.
5705
5706 * info.el (Info-on-current-buffer): New entry point.
5707 (Info-find-node): Split into two for Info-on-current-buffer to
5708 hook into it.
5709 (Info-current-file, Info-set-mode-line, Info-up):
5710 Info-current-file can now be t.
5711 (Info-clone-buffer-hook): Function for `clone-buffer'.
5712 (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
5713 Make `clone-buffer' available in various ways to the user.
5714
5715 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
5716
5717 * simple.el (shell-command, shell-command-on-region): Use
5718 make-temp-file.
5719 (clone-buffer, clone-process, clone-buffer-hook): New functions.
5720
5721 * subr.el (with-current-buffer): Don't use backquotes to avoid
5722 bootstrapping problems.
5723
5724 * loadup.el (load-path): Add subdirs for bootstrapping.
5725 (docstrings): Ignore errors during bootstrapping.
5726 (args): New `bootstrap' argument (for use in place of `dump').
5727
5728 1999-10-12 Emmanuel Briot <briot@gnat.com>
5729
5730 * ada-stmt.el: Doc-string fixes.
5731
5732 1999-10-12 Gerd Moellmann <gerd@gnu.org>
5733
5734 * recentf.el: New file.
5735
5736 * ps-mode.el: New file.
5737
5738 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
5739 case insensitive.
5740
5741 1999-10-12 Richard Sharman <rsharman@pobox.com>
5742
5743 * sh-script.el: Added support for indenting existing scripts.
5744 (sh-mode-map): Added new bindings.
5745 (sh-mode): Updated mode doc-string for new commands, added
5746 make-local-variable calls, initialize mode-specific variables.
5747 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line
5748 is now a different function.
5749 (sh-header-marker): Changed docstring.
5750 (sh-set-shell): Initialize mode-specific variables.
5751 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
5752 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
5753 Changed these define-skeleton calls to work with user-specified
5754 indentation settings.
5755 (sh-basic-indent-line, sh-blink, sh-calculate-indent)
5756 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
5757 (sh-electric-hash, sh-electric-less, sh-electric-rparen)
5758 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
5759 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
5760 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
5761 (sh-guess-basic-offset, sh-handle-after-case-label)
5762 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
5763 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
5764 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
5765 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
5766 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
5767 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
5768 (sh-handle-this-then, sh-help-string-for-variable)
5769 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
5770 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
5771 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
5772 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
5773 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
5774 (sh-remove-our-text-properties, sh-rescan-buffer)
5775 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
5776 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
5777 (sh-scan-case, sh-search-word, sh-set-char-syntax)
5778 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
5779 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
5780 functions.
5781 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
5782 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
5783 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
5784 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
5785 (sh-var-list): New variables.
5786
5787 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk>
5788
5789 * quickurl.el (quickurl-list-insert): `count-lines' was returning
5790 a value one line to high if the cursor wasn't at the start of a
5791 line. A `beginning-of-line' is now performed before making the
5792 call to `count-lines'.
5793
5794 1999-10-11 Stefan Monnier <monnier@cs.yale.edu>
5795
5796 * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
5797
5798 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
5799
5800 * Makefile (setwins): Abstract out the command to find subdirectories
5801 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
5802 (custom-deps, finder-data, autoloads, update-subdirs, updates)
5803 (autoloads-with-other-emacs): Use it.
5804
5805 * diff-mode.el: New file. A mode for viewing/editing context diffs.
5806
5807 1999-10-09 Gerd Moellmann <gerd@gnu.org>
5808
5809 * Makefile (bootstrap-compile): New target. Compile Lisp
5810 files with ../src/temacs.
5811
5812 1999-10-08 Dave Love <fx@gnu.org>
5813
5814 * ange-ftp.el: Require dired when compiling.
5815 (ange-ftp-normal-login): Allow EFS-style port specification.
5816
5817 1999-10-08 Simon Marshall <simon@gnu.org>
5818
5819 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
5820 (regexp-opt-group): Use it to get common suffixes in STRINGS.
5821 If STRINGS is nil, return "" rather than nil.
5822
5823 1999-10-08 Gerd Moellmann <gerd@gnu.org>
5824
5825 * Makefile (compile): Compile files one by one. Set load-path to
5826 current directory and subdirectories when compiling.
5827
5828 1999-10-08 Gerd Moellmann <gerd@gnu.org>
5829
5830 * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
5831 (emacs): Use it everywhere instead of EMACS.
5832 (compile): New target. Compile all Lisp files from scratch.
5833 (recompile): New target. Recompile lisp directory.
5834 (autoloads-with-other-emacs): New target. Build loaddefs.el with
5835 an Emacs executable not built in the current directory tree.
5836
5837 1999-10-07 Peter Breton <pbreton@ne.mediaone.net>
5838
5839 * filecache.el (file-cache-completion-ignore-case): New variable,
5840 defaulting to the value of completion-ignore-case.
5841 (file-cache-minibuffer-complete): Use it.
5842 (file-cache-files-matching, file-cache-files-matching-internal):
5843 New functions.
5844
5845 1999-10-07 Emmanuel Briot <briot@gnat.com>
5846
5847 * ada-xref.el: New file
5848
5849 * ada-prj.el: New file
5850
5851 * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
5852
5853 * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
5854 subprogram being created.
5855
5856 * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
5857 ada-indent-newline-indent): Rewritten to support the new indentation
5858 scheme
5859
5860 * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
5861 New functions
5862
5863 * ada-mode.el (ada-fill-comment-paragraph): Add support for the
5864 justification parameter
5865
5866 * ada-mode.el (ada-make-body, ada-gen-treat-proc,
5867 ada-make-subprogram-body): Rewritten to benefit from the gnatstub
5868 external program
5869
5870 1999-10-07 Dave Love <fx@gnu.org>
5871
5872 * bindings.el (bound-and-true-p): New macro.
5873 (make-mode-line-mouse-sensitive): Don't require easymenu.
5874
5875 1999-10-07 Gerd Moellmann <gerd@gnu.org>
5876
5877 * custom.el (defface): Extend documentation for new values of
5878 `type'.
5879
5880 * faces.el (face-spec-set-match-display): Recognize `type' of
5881 `motif', `lucid', `x-toolkit'.
5882 (menu): New face.
5883
5884 1999-10-05 Dave Love <fx@gnu.org>
5885
5886 * files.el: Recognize temporary crontab files.
5887
5888 * info.el: Require jka-compr when compiling.
5889 (Info-suffix-list): Add bzip2 files (non-ms-dos only).
5890
5891 1999-10-04 Dave Love <fx@gnu.org>
5892
5893 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
5894 scroll-up-aggressively, scroll-down-aggressively.
5895
5896 * time.el (display-time-mode): Add autoload cookie.
5897
5898 * rect.el (delete-extract-rectangle): Doc fix from verna.
5899
5900 * help-macro.el (three-step-help): Customize.
5901
5902 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5903
5904 * hexl.el (hexlify-buffer): Move point in proper range
5905 if it is too large.
5906 (hexl-after-revert-hook): Update hexl-max-address.
5907 (hexl-address-to-marker): Doc fix.
5908
5909 1999-10-03 Dave Love <fx@gnu.org>
5910
5911 * image.el (defimage): Remove redundant code. Substitute file in
5912 image plist.
5913
5914 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
5915
5916 * vc.el (vc-backend-checkout): Use coding system 'no-conversion
5917 when doing with-temp-file.
5918
5919 1999-10-01 Dave Love <fx@gnu.org>
5920
5921 * cus-edit.el (custom-comment-create): Fill :from and :to slots.
5922
5923 * help.el: Require view when compiling.
5924 (view-emacs-FAQ): Use Info version.
5925
5926 1999-09-29 Ken'ichi Handa <handa@gnu.org>
5927
5928 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
5929 (normat->normal). Use correct font names for Korean
5930 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
5931
5932 1999-09-29 Kenichi Handa <handa@etl.go.jp>
5933
5934 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
5935 code not used by KOI8 to the same 8-bit code instead of mapping to
5936 SPC.
5937 (cyrillic-alternativnyj-decode-table): Likewise.
5938
5939 1999-09-29 Alex Schroeder <alex@gnu.org>
5940
5941 * sql.el (sql-imenu-generic-expression): Aew, used to set
5942 imenu-generic-expression.
5943 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
5944 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression,
5945 imenu-case-fold-search, and imenu-syntax-alist.
5946 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
5947 setting font-lock-defaults' SYNTAX-ALIST.
5948
5949 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5950
5951 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
5952 macro, try again.
5953
5954 1999-09-28 Dave Love <fx@gnu.org>
5955
5956 * cus-edit.el (custom-comment): Change widget definition.
5957 (custom-comment-create, custom-comment-show)
5958 (custom-comment-invisible-p): Don't use :comment-overlay.
5959 (custom-comment-hide): New function.
5960 (custom-variable-set, custom-variable-save)
5961 (custom-variable-reset-standard, custom-face-set)
5962 (custom-face-save): Use it.
5963
5964 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5965
5966 * hexl.el (hexl-mode): Do nothing if already in hexl mode.
5967
5968 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5969
5970 * faces.el (region): Doc fix.
5971
5972 1999-09-27 Dave Love <fx@gnu.org>
5973
5974 * isearch.el (isearch): Add :links in defgroup.
5975 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
5976 (isearch-switch-frame-handler): Comment out (unused).
5977 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
5978 (isearch-ring-retreat-edit): Doc fix.
5979 (isearch-mouse-yank): New command.
5980 (isearch-last-command-char): Removed. Callers changed to use
5981 last-command-char.
5982 (isearch-char-to-string): Removed. Callers changed to use
5983 char-to-string.
5984
5985 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
5986
5987 * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
5988 option for Russian.
5989
5990 1999-09-25 Gerd Moellmann <gerd@gnu.org>
5991
5992 * faces.el (face-differs-from-default-p): Compare face
5993 attributes individually.
5994
5995 * image.el (put-image, insert-image): Add string argument.
5996
5997 1999-09-24 Gerd Moellmann <gerd@gnu.org>
5998
5999 * ange-ftp.el (ange-ftp-date-regexp): Make it work for
6000 LANG=de_DE.iso88591 on HPUX 11.0.
6001
6002 * dired.el (dired-move-to-filename-regexp): Make it work
6003 for LANG=de_DE.iso88591 on HPUX 11.0.
6004
6005 1999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6006
6007 * info.el (info-initialize): Don't test existence of ALTERNATIVE
6008 if we know for some other reason it should not be used.
6009
6010 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
6011 New variable.
6012 (edebug-recursive-edit): Save current-prefix-arg there,
6013 bind it, and set it back at the end.
6014 (edebug-outside-excursion): Restore and update the outside
6015 value of current-prefix-arg.
6016 (edebug-emacs-version-specific): Delete support for Epoch.
6017
6018 1999-09-24 Howard Melman <howard@silverstream.com>
6019
6020 * imenu.el (imenu-after-jump-hook): New variable.
6021 (imenu): Run menu-after-jump-hook.
6022 (imenu-name-lookup-function): New variable.
6023 * imenu.el (imenu--in-alist): Use those variables.
6024
6025 1999-09-24 Carsten Dominik <cd@gnu.org>
6026
6027 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
6028 multiple thebibliography environments.
6029
6030 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
6031 with recentering window.
6032 (reftex-extract-bib-entries-from-thebibliography,
6033 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal
6034 with multiple thebibliography environments.
6035
6036 * textmodes/reftex-vars.el
6037 (reftex-section-levels): Function allowed as cdr.
6038 (reftex-max-section-depth) New option.
6039
6040 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
6041 with multiple thebibliography environments.
6042
6043 1999-09-23 Gerd Moellmann <gerd@gnu.org>
6044
6045 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
6046 instead of point-min in call to delete-region.
6047
6048 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de>
6049
6050 * vc.el (vc-backend-checkout): Use with-temp-file when checking
6051 out into arbitrary file names.
6052
6053 1999-09-19 Ken'ichi Handa <handa@gnu.org>
6054
6055 * language/european.el ("Turkish"): New language environment.
6056
6057 1999-09-19 Dave Love <fx@gnu.org>
6058
6059 * delim-col.el: New file.
6060
6061 1999-09-17 Richard Stallman <rms@gnu.org>
6062
6063 * files.el (after-find-file): When visiting a backup file,
6064 make it read-only.
6065
6066 * apropos.el (apropos-symbol-face): Non-nil even for ttys.
6067 (apropos-keybinding-face, apropos-label-face): Likewise.
6068 (apropos-property-face, apropos-match-face): Likewise.
6069 (apropos-label-properties): New variable.
6070 (apropos-print-doc): Use apropos-label-properties.
6071 (apropos-print): Set apropos-label-properties.
6072
6073 1999-09-15 Richard Stallman <rms@gnu.org>
6074
6075 * winner.el: Use aref instead of sref.
6076
6077 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
6078
6079 1999-09-14 Gerd Moellmann <gerd@gnu.org>
6080
6081 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
6082
6083 1999-09-14 Richard Stallman <rms@gnu.org>
6084
6085 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
6086 cookie, even if followed by a letter.
6087
6088 1999-09-14 Stephen Eglen <stephen@gnu.org>
6089
6090 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
6091 --no-line-editing are passed to Octave by including them here
6092 rather than storing them in inferior-octave-startup-args.
6093
6094 1999-09-14 Eli Zaretskii <eliz@gnu.org>
6095
6096 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
6097 command, option, env and sc.
6098
6099 * subr.el (shell-quote-argument): Quote argument with double
6100 quotes for ms-dos.
6101
6102 1999-09-14 Richard Stallman <rms@gnu.org>
6103
6104 * simple.el (eval-expression-print-level): New variable.
6105 (eval-expression-print-length): New variable.
6106 (eval-expression-debug-on-error): New variable.
6107 (eval-expression): Bind print-level, print-length and
6108 debug-on-error from those vars.
6109
6110 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
6111 Bind print-level, print-length and debug-on-error.
6112
6113 1999-09-14 Inge Frick <inge@nada.kth.se>
6114
6115 * dired.el (dired-recursive-deletes): New custom variable.
6116 (dired-re-no-dot): New variable.
6117 (dired-delete-file): New function deletes files and directories
6118 recursively.
6119 (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
6120
6121 * dired-aux.el (dired-recursive-copies): New custom variable.
6122 (dired-handle-overwrite): Broke a long line.
6123 (dired-copy-file): Call `dired-copy-file-recursive' instead of
6124 `copy-file'.
6125 (dired-copy-file-recursive): New function. Copy directories
6126 recursively.
6127 (dired-do-create-files): Added support for generalized directory
6128 target. How-to function may now return a function. New fluid
6129 variable `dired-one-file'.
6130 (dired-copy-how-to-fn): New variable.
6131 (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
6132 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
6133 (dired-do-copy-regexp): No recursive copies.
6134
6135 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com>
6136
6137 * whitespace.el (whitespace-version): Update version to 2.4
6138
6139 * whitespace.el: Add customization variables to conditionally test
6140 any of the five whitespaces, per request from Rune Kleveland
6141 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
6142
6143 * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
6144
6145 * whitespace.el (whitespace-modes): Add `change-log-mode' to the
6146 list of modes to be checked for bogus whitespaces.
6147
6148 * whitespace.el (whitespace-rescan-timer-time): Update
6149 documentation.
6150
6151 * whitespace.el (whitespace-display-unchecked-whitespaces):
6152 New function to update modeline with untested whitespaces.
6153
6154 * whitespace.el (whitespace-buffer): Test only whitespaces whose
6155 checking is turned on, and update modeline using the newly created
6156 `whitespace-display-unchecked-whitespaces'.
6157
6158 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
6159 whose checking is turned on, and update modeline using the newly
6160 created `whitespace-display-unchecked-whitespaces'.
6161
6162 * whitespace.el (whitespace-describe): Update documentation.
6163
6164 * whitespace.el (whitespace-tickle-timer): Test if
6165 `whitespace-rescan-timer-time' is non-zero before tickling timer.
6166
6167 1999-09-13 Dave Love <fx@gnu.org>
6168
6169 * hideif.el (hide-ifdef-mode): Add autoload cookie.
6170
6171 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
6172 for temp buffer.
6173 (checkdoc-this-string-valid): Don't assume default comment-start.
6174
6175 1999-09-13 Gerd Moellmann <gerd@gnu.org>
6176
6177 * rsz-mini.el: Remove code, keep the interface.
6178
6179 1999-09-13 Dave Love <fx@gnu.org>
6180
6181 * help.el (help-highlight-p): Doc fix.
6182
6183 * faces.el (mode-line, header-line, tool-bar): Add :version.
6184 (highlight, secondary-selection): Add :group.
6185 (trailing-whitespace): Add :group, :version.
6186
6187 * wid-edit.el: Remove some compatibility code and checks.
6188 (widget-specify-field, widget-specify-button): Don't use XEmacs
6189 properties.
6190 (widget-overlay-inactive): Change error message.
6191 (widget-button-pressed-face): New variable.
6192 (widget-button-click): Use it.
6193 (widget-documentation-link-add): Specify mouse and button faces.
6194 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
6195 removed now the functionality is built in.
6196
6197 * cus-edit.el: Don't define-widget-keywords.
6198 (multimedia): New group.
6199 (custom-last): Function removed.
6200 (custom-quote): Add vectorp case, comment out characterp case.
6201 (custom-buffer-done-function, custom-raised-buttons): New option.
6202 (Custom-buffer-done): New function.
6203 (custom-buffer-create-internal): Obey custom-raised-buttons,
6204 Custom-buffer-done.
6205 (custom-button-face): Make it `released-button'.
6206 (custom-button-pressed-face): Make it `pressed-button'
6207 (custom-mode-map): Bind "q" to Custom-buffer-done.
6208 (custom-mode): Deal with raised/pressed buttons.
6209
6210 Changes from Didier Verna:
6211 (custom-prompt-variable): Optional third arg makes prompt for a
6212 comment string.
6213 (customize-set-value, customize-set-variable,
6214 customize-save-variable): Optional prefix makes function handle
6215 variable comments.
6216 (customize-customized, customize-saved, custom-variable-state-set)
6217 (custom-variable-set, custom-variable-save, custom-face-state-set)
6218 (custom-variable-reset-saved, custom-variable-reset-standard)
6219 (custom-face-set, custom-face-save, custom-face-reset-saved)
6220 (custom-face-reset-standard, customize-save-customized): Handle
6221 custom comments.
6222 (custom-comment-face, custom-comment-tag-face): New face.
6223 (custom-comment): New widget.
6224 (custom-comment-create, custom-comment-delete)
6225 (custom-comment-value-set, custom-comment-show)
6226 ()custom-comment-invisible-p): New functions.
6227 (custom-variable-value-create, custom-face-value-create): Create a
6228 comment field widget.
6229 (custom-variable-menu, custom-face-menu): New entry for custom
6230 comment.
6231 (custom-face-value-create): Remove compatibility code.
6232 (custom-save-variables, custom-save-faces): Possibly save custom
6233 comments.
6234
6235 * cus-face.el (custom-face-attributes): Simplify :underline,
6236 :overline, :inverse-video cases. Fix up :box case (probably needs
6237 more work).
6238
6239 Change from Didier Verna:
6240 (custom-set-faces): The arguments can now have a custom comment as
6241 fourth argument.
6242
6243 * custom.el: Don't define-widget-keywords.
6244 Change from Didier Verna:
6245 (custom-set-variables): The arguments can now have a
6246 custom comment as fifth element.
6247
6248 1999-09-13 Richard Stallman <rms@gnu.org>
6249
6250 * info.el (Info-find-node): Cope better if guesspos is too large.
6251
6252 1999-09-12 Gerd Moellmann <gerd@gnu.org>
6253
6254 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
6255 of buffer-substring because buffer-string doesn't copy the
6256 prompt.
6257
6258 * faces.el (mode-line): Replaces `modeline'.
6259 (toplevel): Make `modeline' an alias for `mode-line'.
6260
6261 1999-09-12 Gerd Moellmann <gerd@gnu.org>
6262
6263 * gs.el: Change `ghostscript' to `postscript' in comment.
6264
6265 1999-09-11 Rob Riepel <riepel@Stanford.EDU>
6266
6267 * emulation/tpu-edt.el (tpu-version): New version.
6268 (tpu-search-overlay, tpu-replace-overlay): New variables.
6269 (tpu-search-highlight, tpu-toggle-direction): New functions.
6270 (tpu-lm-replace): Set tpu-replace-overlay.
6271 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
6272 command hook.
6273
6274 1999-09-11 Richard Stallman <rms@gnu.org>
6275
6276 * isearch.el (isearch-mode-map): Undo previous change.
6277
6278 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
6279 use all of that as the sexp.
6280
6281 * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
6282 and use the initial argument as file name directly.
6283 Likewise if nothing matches.
6284
6285 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no>
6286
6287 * winner.el: Major changes. Avoid changing point and mark.
6288 Save configurations after they change, not before.
6289
6290 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu>
6291
6292 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
6293 Bind print-continuous-numbering and print-number-table.
6294
6295 1999-09-10 Dave Love <fx@gnu.org>
6296
6297 * bindings.el (debug-ignored-errors): Restore BBDB stuff.
6298
6299 1999-09-09 Richard Stallman <rms@gnu.org>
6300
6301 * whitespace.el: Finish making it fit Emacs conventions.
6302 Add autoloads.
6303
6304 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il>
6305
6306 * generic-x.el (bat-generic-mode): "::"-style comments don't
6307 need to begin with "-". Fix the font-lock definitions of ON/OFF
6308 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO
6309 from the list of keywords. Add DO to the list of keywords.
6310
6311 1999-09-09 Dave Love <fx@gnu.org>
6312
6313 * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
6314 (byte-optimize-backward-word): New optimizations.
6315 (side-effect-free-fns, side-effect-and-error-free-fns): Add
6316 entries.
6317
6318 1999-09-09 Gerd Moellmann <gerd@gnu.org>
6319
6320 * image.el (put-image): Remove optional buffer parameter.
6321
6322 * faces.el (face-italic-p): Return t only for values `italic'
6323 and `oblique'.
6324
6325 * mouse.el (mouse-drag-mode-line-1): Extension of former
6326 mouse-drag-mode-line that also drags the header line.
6327 (mouse-drag-mode-line): Call it.
6328 (mouse-drag-header-line): New.
6329 (toplevel): Bind down-mouse-1 on header lines to
6330 mouse-drage-header-line.
6331
6332 1999-09-08 Gerd Moellmann <gerd@gnu.org>
6333
6334 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
6335 (make-mode-line-mouse-sensitive): Replace `top-line' by
6336 `header-line'.
6337
6338 1998-09-08 Michael Ernst <mernst@alum.mit.edu>
6339
6340 * help.el (describe-function-1): Don't return empty string for keymaps.
6341
6342 * fill.el (fill-region-as-paragraph, canonically-space-region):
6343 Respect colon-double-space at end of line.
6344
6345 1999-09-08 Stephen Gildea <gildea@alum.mit.edu>
6346
6347 * files.el (backup-by-copying-when-privileged-mismatch): New variable.
6348 (backup-buffer): Use it.
6349
6350 1999-09-08 Peter Breton <pbreton@ne.mediaone.net>
6351
6352 * generic-x.el (generic-define-unix-modes): Added new modes:
6353 inetd-conf-generic-mode, etc-services-generic-mode,
6354 etc-passwd-generic-mode. These are all defined for Unix by default.
6355 (apache-generic-mode): Use an imenu-generic-expression to list
6356 Configuration keywords.
6357 (samba-generic-mode): Use both ; and # as comment characters.
6358 (samba-generic-mode): Font-lock expressions now highlight name
6359 value pairs.
6360 (bat-generic-mode): Keywords are now case-insensitive through
6361 font-lock-defaults setting.
6362 (java-properties-generic-mode): Supports both ! and # as comment
6363 characters.
6364 (java-properties-generic-mode): Added an imenu-generic-expression
6365 (java-properties-generic-mode): Reworked to support the various
6366 different ways to separate name and value (viz, '=', ':' and
6367 whitespace).
6368 (show-tabs-generic-mode): Added this new generic-mode.
6369
6370 1999-09-08 Richard Stallman <rms@gnu.org>
6371
6372 * progmodes/inf-lisp.el: Moved from top directory.
6373
6374 * tar-mode.el (tar-header-block-tokenize):
6375 Use `when' instead of `and'. Fix some clobbered text.
6376
6377 * gud.el (gud-make-debug-menu): Make a child for the
6378 local menu, for its menu bar, and the debug menu.
6379 (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
6380 Use the history in the simple way.
6381
6382 1999-09-07 Kenichi Handa <handa@etl.go.jp>
6383
6384 * language/korea-util.el (default-korean-keyboard): Initialize it
6385 according to the environment variable HANGUL_KEYBOARD_TYPE.
6386
6387 1999-09-07 Richard Stallman <rms@gnu.org>
6388
6389 * subr.el (make-temp-file): New function.
6390
6391 1999-09-07 Stefan Monnier <monnier@cs.yale.edu>
6392
6393 * font-lock.el (font-lock-multiline): New text property contains
6394 a boolean to indicate if the char is part of a multiline match.
6395 (font-lock-default-fontify-region): Extend the region appropriately
6396 for multiline keywords.
6397 (font-lock-default-unfontify-region): Also remove the new
6398 font-lock-multiline text property.
6399 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
6400 (font-lock-fontify-keywords-region): Mark multiline regexp matches.
6401
6402 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6403
6404 * diary-lib.el (list-diary-entries): Make sure two-digit years
6405 have leading zeros.
6406
6407 1999-09-07 Gerd Moellmann <gerd@gnu.org>
6408
6409 * faces.el (face-set-after-frame-default): Initialize some
6410 attributes of some faces from frame parameters.
6411
6412 * faces.el (scroll-bar, border, cursor, mouse): New faces.
6413
6414 1999-09-07 Gerd Moellmann <gerd@gnu.org>
6415
6416 * faces.el (fringe): Replaces face `margin'.
6417
6418 1999-09-07 Dave Love <fx@gnu.org>
6419
6420 * tar-mode.el (tar-header-block-tokenize): Bind linkname.
6421
6422 1999-09-07 Richard Stallman <rms@gnu.org>
6423
6424 * subr.el (push): Doc fix.
6425
6426 1999-09-06 Richard Stallman <rms@gnu.org>
6427
6428 * vc.el (vc-annotate-display): Use < 69 not < 70
6429 to distinguish 20YY from 19YY.
6430
6431 * timezone.el (timezone-parse-date): Use < 69 not < 70
6432 to distinguish 20YY from 19YY.
6433
6434 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
6435
6436 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk>
6437
6438 * quickurl.el: (quickurl-list-focused-line): Removed.
6439 (quickurl-list-insert): Now works out the focused line using
6440 `count-lines' instead of using `quickurl-list-focused-line'.
6441
6442 1999-09-06 Richard Stallman <rms@gnu.org>
6443
6444 * mail/rmail.el (rmail-retry-failure): Unconditionally move
6445 to beginning of message.
6446
6447 1999-09-06 Dave Love <fx@gnu.org>
6448
6449 * isearch.el (isearch-mode-map): Add mouse-2.
6450
6451 * mail/rmail.el (rmail-read-password): Deleted.
6452 (rmail-get-pop-password): Use read-password.
6453
6454 * quickurl.el: Don't conditionally define caddr.
6455 (quickurl-url-comment): Use nth, not caddr in function and
6456 defsetf.
6457
6458 1999-09-06 Richard Stallman <rms@gnu.org>
6459
6460 * auto-show.el: Doc fixes.
6461
6462 1999-09-06 Stephen Eglen <stephen@gnu.org>
6463
6464 * progmodes/octave-inf.el (inferior-octave-startup-args): Add
6465 --no-line-editing so that TABs in source files are not interpreted
6466 as completion requests.
6467
6468 1999-09-06 Gerd Moellmann <gerd@gnu.org>
6469
6470 * hscroll.el, auto-show.el: Remove all code, keep the public
6471 interface as no-ops.
6472
6473 * faces.el (face-bold-p): Don't return t if face has lighter
6474 weight than normal.
6475
6476 1999-09-06 Eli Zaretskii <eliz@gnu.org>
6477
6478 * startup.el (command-line): Make small-temporary-file-directory
6479 be nil except on ms-dos.
6480
6481 * files.el (small-temporary-file-directory): Ditto. Also doc fix.
6482
6483 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
6484 is defined.
6485
6486 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
6487 letters with a colon after d or l.
6488
6489 1999-09-06 Dave Love <fx@gnu.org>
6490
6491 * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed. (Now
6492 primitive.)
6493
6494 1999-09-05 Richard Stallman <rms@gnu.org>
6495
6496 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
6497
6498 * textmodes/paragraphs.el (backward-kill-sentence):
6499 Don't test minibuffer-prompt-end here.
6500 (forward-sentence): Do handle it here.
6501 (backward-kill-paragraph): Don't test it here.
6502 (forward-paragraph): Handle it here.
6503
6504 * mouse.el (font-menu-add-default): Simplify code.
6505
6506 1999-09-05 Gerd Moellmann <gerd@gnu.org>
6507
6508 * faces.el (header-line): Renamed from `top-line'.
6509
6510 1999-09-05 Gerd Moellmann <gerd@gnu.org>
6511
6512 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
6513
6514 1999-09-04 Richard Stallman <rms@gnu.org>
6515
6516 * whitespace.el: New file.
6517
6518 1999-09-04 Dave Love <fx@gnu.org>
6519
6520 * paths.el: Make some doc strings obey the make-docfile convention.
6521
6522 * bindings.el: Likewise.
6523 (debug-ignored-errors): Remove BBDB ones.
6524
6525 1999-09-03 Richard Stallman <rms@gnu.org>
6526
6527 * mail/mh-comp.el (mh-forward): Get new subject line from the original,
6528 not from the draft to forward.
6529
6530 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
6531
6532 1999-09-03 Dave Love <fx@gnu.org>
6533
6534 * double.el (double-mode): Customize the variable.
6535
6536 1999-09-03 Kenichi Handa <handa@etl.go.jp>
6537
6538 * international/characters.el: Delete duplicated code.
6539
6540 1999-09-02 Richard Stallman <rms@gnu.org>
6541
6542 * indent.el (indent-relative): Doc fix.
6543
6544 * quickurl.el (quickurl): Doc fix.
6545
6546 1999-09-02 Gerd Moellmann <gerd@gnu.org>
6547
6548 * faces.el (margin): Change background to "gray" for mono (this is
6549 drawn with a stipple pattern).
6550
6551 1999-09-02 Gerd Moellmann <gerd@gnu.org>
6552
6553 * simple.el (next-history-element): Use minibuffer-prompt-end once
6554 again. Remove test for minibuffer-prompt-in-buffer.
6555
6556 1999-09-02 Eli Zaretskii <eliz@gnu.org>
6557
6558 * files.el (small-temporary-file-directory): New variable.
6559
6560 * startup.el (command-line): Compute the value of
6561 small-temporary-file-directory.
6562
6563 * ediff-init.el (ediff-temp-file-prefix): Use
6564 small-temporary-file-directory if non-nil.
6565
6566 * vc.el (vc-update-change-log): Likewise.
6567
6568 * progmodes/cmacexp.el (c-macro-expansion): Likewise.
6569
6570 * simple.el (shell-command, shell-command-on-region): Use
6571 make-temp-name properly. Use small-temporary-file-directory if
6572 non-nil, otherwise temporary-file-directory, to generate temporary
6573 files.
6574
6575 * dos-w32.el (direct-print-region-helper): Use
6576 temporary-file-directory. (From Stefan Monnier.)
6577
6578 1999-09-02 Richard Stallman <rms@gnu.org>
6579
6580 * progmodes/asm-mode.el (asm-mode): Set comment-start properly
6581 from asm-comment-char.
6582 (asm-font-lock-keywords): Recognize instruction width suffixes.
6583
6584 1999-09-01 Richard Stallman <rms@gnu.org>
6585
6586 * play/fortune.el: New file.
6587
6588 1999-08-31 Dave Love <fx@gnu.org>
6589
6590 * help.el (help-make-xrefs): Don't lose on non-empty blank line
6591 after key table.
6592
6593 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
6594 redisplay variables.
6595
6596 * subr.el (push): Fix typo.
6597
6598 1999-08-30 Kevin Blake <kblake@ticnet.com>
6599
6600 * emacs-lisp/ring.el: Many doc fixes.
6601 (ring-size, ring-copy): New functions.
6602
6603 1999-08-29 Richard Stallman <rms@gnu.org>
6604
6605 * progmodes/etags.el (tags-loop-continue):
6606 After tags-loop-operate returns, force skip to next file.
6607
6608 * mail/mail-extr.el (mail-extr-all-letters-but-separators)
6609 (mail-extr-first-letters, mail-extr-last-letters):
6610 Use character classes [:alpha:] and [:alnum:].
6611
6612 * subr.el (push, pop): New macros.
6613
6614 * progmodes/compile.el (compilation-error-regexp-alist):
6615 New item for SGI IRIX MipsPro compilers.
6616
6617 * speedbar.el (speedbar-directory-buttons): Recognize
6618 device names when checking for file names.
6619
6620 * array.el (array-reconfigure-rows): Use generate-new-buffer.
6621
6622 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
6623 and specially handle defvar inside their expansions.
6624 (eval-defun-1): New subroutine.
6625
6626 * progmodes/compile.el (compilation-error-regexp-alist):
6627 Fix the Perl -w entry to allow period after line number.
6628 Don't allow newlines in file name, but allow them after line number
6629 for Perl debugging traces.
6630
6631 * which-func.el (which-func-cleanup-function): New variable.
6632 (which-function): Call that function.
6633
6634 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
6635 to end a function name.
6636
6637 * informat.el (Info-tagify): Don't insert more than one newline
6638 before the tag table.
6639
6640 1999-08-29 Stefan Monnier <monnier@cs.yale.edu>
6641
6642 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
6643 than make-temp-name, use match-string-no-properties, and eliminate
6644 a quadratic behavior when building bibtex-strings.
6645
6646 1999-08-29 Alex Schroeder <alex@gnu.org>
6647
6648 * comint.el (comint-input-ring-separator): New variable.
6649 (comint-read-input-ring): Doc change; use
6650 comint-input-ring-separator when reading file.
6651 (comint-write-input-ring): Use
6652 comint-input-ring-separator when writing file.
6653
6654 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com>
6655
6656 * informat.el (Info-tagify): Start by widening.
6657 Match node headers that don't list the file name,
6658 and more kinds of page separations.
6659 Strip properties during tagification.
6660 Use start of node header line as tag's position.
6661 Fix the "done" message.
6662
6663 (Info-validate): Save and restore match data around narrowing down.
6664
6665 1999-08-28 Richard M. Stallman <rms@gnu.org>
6666
6667 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
6668 On repeated call, override previous values put into
6669 minor-mode-map-alist and minor-mode-alist.
6670
6671 1999-08-28 Michael Ernst <mernst@alum.mit.edu>
6672
6673 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
6674
6675 1999-08-27 Andreas Schwab <schwab@gnu.org>
6676
6677 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
6678 from cvs update.
6679
6680 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6681
6682 * calendar/calendar.el (calendar-move-hook): New hook.
6683
6684 * calendar/cal-move.el: Call the new hook in every movement function.
6685
6686 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
6687 the right function name.
6688
6689 1999-08-26 Stephen Gildea <gildea@alum.mit.edu>
6690
6691 * time-stamp.el: Put quote-backquote around all symbol names
6692 in doc strings, for mousing.
6693 (time-stamp): Support multi-line patterns.
6694 (time-stamp-inserts-lines): New variable.
6695 (time-stamp-count): New variable.
6696 (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
6697 "Thu" instead of "%a".
6698
6699 1999-08-25 Gerd Moellmann <gerd@gnu.org>
6700
6701 * simple.el (kill-word): Undo previous change.
6702
6703 1999-08-25 Gerd Moellmann <gerd@gnu.org>
6704
6705 * jit-lock.el (jit-lock-function): Extend the fontified range
6706 to the beginning of the line containing the range start and
6707 the beginning of the line following the range end.
6708
6709 1999-08-24 Dave Love <fx@gnu.org>
6710
6711 * timezone.el: Move provide to end.
6712 (timezone-parse-date): Simplify somewhat. Assume 2-digit years
6713 <70 are 2000+.
6714 (timezone-parse-time): Simplify somewhat.
6715
6716 1999-08-24 Gerd Moellmann <gerd@gnu.org>
6717
6718 * faces.el (margin): Renamed from bitmap-area.
6719
6720 1999-08-24 Alex Schroeder <alex@gnu.org>
6721
6722 * sql.el: Doc changes.
6723 (sql-sybase): Use sql-server instead of sql-database.
6724
6725 1999-08-23 Dave Love <fx@gnu.org>
6726
6727 * rect.el: Add/fix various doc strings. Add `*' to all the
6728 interactive specs.
6729
6730 1999-08-21 Gerd Moellmann <gerd@gnu.org>
6731
6732 * jit-lock.el (jit-lock-function): Use line-beginning-position.
6733 Don't unwind-protect font-lock-fontify-region.
6734
6735 * paragraphs.el (backward-kill-paragraph): Don't move
6736 point into mini-buffer prompt.
6737 (backward-kill-sentence): Ditto.
6738
6739 * simple.el (next-history-element): Use minibuffer-prompt-end.
6740 Remove test for minibuffer-prompt-in-buffer.
6741 (kill-word): Don't move point into mini-buffer prompt.
6742
6743 1999-08-21 Dave Love <fx@gnu.org>
6744
6745 * Makefile: Exclude CVS dirs like RCS.
6746
6747 1999-08-19 Dave Love <fx@gnu.org>
6748
6749 * tooltip.el (tooltip-mode): Customize this, per convention.
6750 (tooltip-active): Option deleted.
6751
6752 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize.
6753
6754 * hanoi.el, page-ext.el: Declare dynamic vars.
6755
6756 * term.el: Avoid ange-ftp related compilation warnings.
6757
6758 1999-08-18 Gerd Moellmann <gerd@gnu.org>
6759
6760 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
6761 the default so that beginners can benefit from it without
6762 searching in manuals.
6763
6764 1999-08-18 Ray Blaak <blaak@gnu.org>
6765
6766 * progmodes/delphi.el: Consider assembly sections as blocks, to
6767 indent them better. Make auto-indent on newline optional.
6768
6769 1999-08-17 Gerd Moellmann <gerd@gnu.org>
6770
6771 * bindings.el (mode-line-modified): Look up key binding for C-x
6772 C-q. If it's bound call that binding, otherwise call
6773 toggle-read-only.
6774
6775 1999-08-17 Dave Love <fx@gnu.org>
6776
6777 * info.el (info): Doc fix.
6778
6779 * finder.el (finder-known-keywords): Add `multimedia'.
6780
6781 * apropos.el: Don't capitalize custom group name.
6782
6783 * info-look.el: Remove compatibility code.
6784 (info-lookup-guess-default*): DTRT for point at start of symbol.
6785 (info-complete): Don't lose with point not at end of symbol.
6786
6787 1999-08-16 Gerd Moellmann <gerd@gnu.org>
6788
6789 * term.el (toplevel): Make face `term-default' an empty face.
6790 The code relied on the fact that Emacs ignored invalid faces in
6791 face text properties in 20.4.
6792
6793 1999-08-16 Richard M. Stallman <rms@gnu.org>
6794
6795 * subr.el (point-at-eol, point-at-bol): New aliases.
6796
6797 * simple.el: Functions reordered.
6798
6799 * rect.el (delete-rectangle-line): Use line-end-position.
6800
6801 1999-08-16 Karl Heuer <kwzh@gnu.org>
6802
6803 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
6804 here from simple.el.
6805
6806 1999-08-16 Dave Love <fx@gnu.org>
6807
6808 * mouse.el: Provide `mldrag' for compatibility.
6809 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
6810 marked obsolete.
6811
6812 * mldrag.el: Removed since the features are in mouse.el.
6813
6814 * jka-compr.el (auto-compression-mode): New variable for
6815 customization.
6816
6817 * bindings.el (mode-line-mule-info): Doc fix.
6818
6819 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
6820 name comparisons.
6821
6822 * files.el (interpreter-mode-alist): Add make, guile, clisp.
6823 (find-file): Doc fix.
6824
6825 1999-08-16 Carsten Dominik <cd@gnu.org>
6826
6827 * textmodes/reftex.el: Most of the code moved to other files.
6828 * textmodes/reftex-auc.el: New file, split out from reftex.el
6829 * textmodes/reftex-cite.el: New file, split out from reftex.el
6830 * textmodes/reftex-global.el: New file, split out from reftex.el
6831 * textmodes/reftex-index.el: New file, split out from reftex.el
6832 * textmodes/reftex-parse.el: New file, split out from reftex.el
6833 * textmodes/reftex-ref.el: New file, split out from reftex.el
6834 * textmodes/reftex-sel.el: New file, split out from reftex.el
6835 * textmodes/reftex-toc.el: New file, split out from reftex.el
6836 * textmodes/reftex-vars.el: New file, split out from reftex.el
6837 * textmodes/reftex-vcr.el: New file, split out from reftex.el
6838
6839 1999-08-16 Carsten Dominik <cd@gnu.org>
6840
6841 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
6842 conflict with pop-up-frames.
6843 (reftex-special-environment-parsers): New constant.
6844 (reftex-label-alist): car of an entry can also be a function.
6845 (reftex-what-special-env): Cew function.
6846 (reftex-label-location): Call `reftex-what-special-env'.
6847 (reftex-compile-variables): Check for symbol in
6848 `reftex-label-alist'.
6849 (reftex-what-environment): Fixed bug with stacked environments of
6850 same kind (e.g. enumerate).
6851 (reftex-process-string): Preserve default directory.
6852 (reftex-label-alist-builtin): Changed prefixes of endnote and
6853 footnote. Also the magic words.
6854 (reftex-reference): Interprete new option
6855 `reftex-fref-is-default'.
6856 (reftex-replace-prefix-escapes): Interprete new `%S' format.
6857 (reftex-toc-mouse-view-line): Command removed (had no binding).
6858 (reftex-everything-regexp): New function.
6859 (reftex-nearest-match): Made better.
6860 (reftex-toc-find-section): Use new version of
6861 `reftex-nearest-match'.
6862 (reftex-insert-docstruct): Adapted to work with the index stuff.
6863 (reftex-parse-from-file): Find index entries as well.
6864 (reftex-toc-toggle-index): New function
6865 (reftex-toc-map): `i' is now used to togle the index, File
6866 boundaries has been moved to `F'.
6867 (reftex-select-label-map): Toggling display of file boundaries is
6868 now on the `F' key, for consistency with `reftex-toc-map'.
6869 (reftex-erase-all-selection-and-index-buffers): Renamed from
6870 `reftex-erase-all-selection-buffer'. Now also kills the index
6871 buffers.
6872 (reftex-viewing-cross-references): Customization group renamed
6873 from reftex-viewing-cross-references-and-citations.
6874 (reftex-index-macro-regexp,
6875 reftex-find-index-entry-regexp-format): New variables
6876 (reftex-macros-with-index): New variable
6877 (reftex-add-index-macros): New function
6878 (reftex-renumber-simple-labels, reftex-translate): Allow for
6879 multiple labels in a single ref command.
6880 (reftex-index-support): New customization group
6881 (reftex-support-index, reftex-index-special-chars,
6882 reftex-index-macros, reftex-index-default-macro,
6883 reftex-index-default-tag, reftex-index-math-format,
6884 reftex-index-section-letters, reftex-index-include-context,
6885 reftex-index-follow-mode, reftex-index-header-face,
6886 reftex-index-section-face, reftex-index-tag-face,
6887 reftex-index-face): New options
6888 (reftex-index-map, reftex-index-menu, reftex-last-index-file,
6889 reftex-index-tag, reftex-index-return-marker,
6890 reftex-index-restriction-indicator, reftex-index-restriction-data,
6891 reftex-index-macro-regexp, reftex-index-level-re,
6892 reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
6893 reftex-everything-regexp-no-index, reftex-index-re,
6894 reftex-macros-with-index, reftex-index-macro-alist): New variables
6895 (reftex-index-help, reftex-index-macros-builtin,
6896 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
6897 reftex-query-index-macro-help): New constants
6898 (reftex-index-selection-or-word, reftex-index,
6899 reftex-default-index, reftex-update-default-index,
6900 reftex-index-complete-tag, reftex-index-select-tag,
6901 reftex-index-complete-key, reftex-index-update-taglist,
6902 reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
6903 reftex-display-index, reftex-insert-index,
6904 reftex-index-insert-new-letter, reftex-get-restriction,
6905 reftex-index-pre-command-hook, reftex-index-post-command-hook,
6906 reftex-index-show-help, reftex-index-next, reftex-index-previous,
6907 reftex-index-toggle-follow, reftex-index-toggle-context,
6908 reftex-index-view-entry, reftex-index-goto-entry-and-hide,
6909 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
6910 reftex-index-quit, reftex-index-quit-and-kill,
6911 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
6912 reftex-index-revert, reftex-index-switch-index-tag,
6913 reftex-index-restrict-to-section, reftex-index-widen,
6914 reftex-index-restriction-forward,
6915 reftex-index-restriction-backward, reftex-index-visit-location,
6916 reftex-index-analyze-entry, reftex-index-globalize,
6917 reftex-index-edit, reftex-index-toggle-range-beginning,
6918 reftex-index-toggle-range-end, reftex-index-edit-key,
6919 reftex-index-edit-attribute, reftex-index-edit-visual,
6920 reftex-index-edit-part, reftex-index-level-down,
6921 reftex-index-level-up, reftex-index-kill, reftex-index-undo,
6922 reftex-index-change-entry, reftex-index-goto-letter,
6923 reftex-add-index-macros, reftex-ensure-index-support,
6924 reftex-index-info-safe, reftex-index-info): New functions.
6925
6926
6927 1999-08-15 Richard M. Stallman <rms@gnu.org>
6928
6929 * paren.el (show-paren-mode): Support making show-paren-mode
6930 a buffer-local variable. Don't check for a window system.
6931 (show-paren-function): Check whether show-paren-function is
6932 enabled in current buffer; do the right thing if not.
6933 Don't check for a window system.
6934 (show-paren-mode): Make it a user variable.
6935
6936 * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
6937 Handle `enum' like `struct'.
6938
6939 * server.el (server-process-filter): If a client visits no buffers,
6940 close it immediately before recording it.
6941
6942 * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
6943 Optimize by calling concat just once. Handle =\n sequence.
6944 (mail-unquote-printable-region): New command.
6945 (mail-quote-printable): Make it autoload.
6946
6947 1999-08-15 Karl Heuer <kwzh@gnu.org>
6948
6949 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
6950
6951 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
6952
6953 * lisp/texinfmt.el: Handle @ifnottex.
6954
6955 1999-08-15 Eli Zaretskii <eliz@gnu.org>
6956
6957 * frame.el (blink-cursor): Don't turn on cursor blinking for
6958 ms-dos.
6959
6960 * faces.el (face-valid-attribute-values): Look in
6961 x-bitmap-file-path only for x and w32 window systems.
6962
6963 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
6964 Do that if width is nil as well.
6965 (x-display-mm-height, x-display-mm-width): Update values.
6966 (x-colors): Compute the list from msdos-color-values.
6967 (x-select-enable-clipboard): Doc fix.
6968 (x-frob-font-weight, x-font-family-list): New functions.
6969
6970 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk>
6971
6972 * window.el (shrink-window-if-larger-than-buffer): Don't try to
6973 back up from beginning of buffer.
6974
6975 1999-08-13 Karl Heuer <kwzh@gnu.org>
6976
6977 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
6978
6979 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US>
6980
6981 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G
6982 doomsday clock, speed control is added and changes are made to
6983 allow large numbers of rings: rings now show the whole ring
6984 number, not just the last digit; consecutive rings are allowed to
6985 be the same size when necessary to fit all the rings in the
6986 window; and poles can be oriented horizontally. Face support is
6987 thrown in gratuitously.
6988 (hanoi): Changed default number of rings back to 3.
6989 (hanoi-unix, hanoi-unix-64): New commands
6990 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
6991 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
6992 hanoi-odd-ring-face): New variables.
6993 (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
6994 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
6995 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
6996 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
6997 (hanoi-topos, hanoi-draw-ring): Removed.
6998
6999 1999-08-12 Gerd Moellmann <gerd@gnu.org>
7000
7001 * faces.el (face-valid-attribute-values): Return an alist for
7002 families on ttys.
7003 (face-read-integer): Handle unspecified face attributes. Add
7004 completion for `unspecified'.
7005 (read-face-attribute): Handle unspecified font attributes.
7006 (face-valid-attribute-values): Add `unspecified' to lists so that
7007 it can be chosen via completion.
7008 (face-read-string): Don't recognize "none" as input.
7009
7010 1999-08-10 Dave Love <fx@gnu.org>
7011
7012 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
7013 string.
7014
7015 * sun-curs.el: Require sun-fns.
7016
7017 1999-08-10 Dave Love <fx@gnu.org>
7018
7019 * autorevert.el (auto-revert-mode): Add autoload cookie.
7020
7021 * hscroll.el, auto-show.el: Files deleted -- we have built-in
7022 hscroll.
7023
7024 * simple.el (hscroll-step, hscroll-point-visible)
7025 (hscroll-window-column): Remove now we have the mentioned real
7026 horizontal autoscrolling.
7027
7028 1999-08-10 Richard M. Stallman <rms@gnu.org>
7029
7030 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
7031 control use of -f option.
7032 (mail-specify-envelope-from): New variable.
7033 (mail-from-style): Doc fix.
7034
7035 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
7036 (easy-menu-get-map): New arg TO-MODIFY helps choose
7037 between local and global maps.
7038 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
7039 (easy-menu-change): Doc fix.
7040
7041 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
7042 (info-lookup-guess-default): Simplified and cleaned up.
7043 (info-lookup-guess-default*): Preserve point.
7044
7045 * view.el (view-mode-disable): If buffer-read-only is nil,
7046 don't change it.
7047
7048 * files.el (after-find-file): Disable View mode if buffer is no
7049 longer read-only.
7050
7051 * view.el (view-mode-enable, view-mode-disable):
7052 Call force-mode-line-update.
7053
7054 1999-08-10 Karl Heuer <kwzh@gnu.org>
7055
7056 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
7057 * array.el, play/landmark.el, international/latin-3.el: Likewise.
7058 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
7059
7060 1999-08-10 Alex Schroeder <asc@bsiag.com>
7061
7062 * ansi-color.el (ansi-color-to-text-properties): Added New state 5
7063 to prevent m-eating-bug.
7064
7065 1999-08-10 Eli Zaretskii <eliz@gnu.org>
7066
7067 * term/pc-win.el (msdos-bg-mode): Remove. Call
7068 frame-set-background-mode instead. All callers changed.
7069 (msdos-face-setup): Don't force color display parameter, it is set
7070 by frame-set-background-mode.
7071 (make-msdos-frame): Call x-handle-reverse-video and
7072 face-set-after-frame-default. Delete frame if creation failed.
7073
7074 * faces.el (face-set-after-frame-default): Don't call
7075 make-face-x-resource-internal for the pc window-system.
7076
7077 1999-08-10 Dave Love <fx@melange.gnu.org>
7078
7079 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
7080 case with no docstring specially.
7081
7082 1999-08-09 Eli Zaretskii <eliz@gnu.org>
7083
7084 * complete.el (PC-do-completion): If completing on file name,
7085 reproduce str by concatenating its directory and basename parts.
7086
7087 1999-08-07 Dave Love <fx@gnu.org>
7088
7089 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid
7090 unibyte to multibyte conversion of search-forward (from Handa),
7091 but avoid the replacement if the language is Latin-N.
7092
7093 1999-08-06 Richard Stallman <rms@gnu.org>
7094
7095 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
7096 of eval-buffer.
7097
7098 * international/mule.el (load-with-code-conversion):
7099 Pass t to eval-buffer for DO-ALLOW-PRINT.
7100
7101 1999-08-06 Geoff Voelker <voelker@cs.washington.edu>
7102
7103 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
7104 of filenames and attributes.
7105 (ls-lisp-insert-directory): Use directory-files-and-attributes
7106 for speed.
7107
7108 1999-08-05 Dave Love <fx@gnu.org>
7109
7110 * auto-show.el (auto-show-mode): Fix :set.
7111
7112 * widget.el (define-widget-keywords): Make dummy definition and
7113 comment-out its use.
7114
7115 1999-08-04 Richard Stallman <rms@gnu.org>
7116
7117 * progmodes/tcl.el: Customized.
7118
7119 * sql.el (sql-accumulate-and-indent): Instead of testing
7120 whether this is Emacs 20 before calling comint-accumulate,
7121 test whether comint-accumulate is defined.
7122
7123 1999-08-04 Dave Love <fx@gnu.org>
7124
7125 * sgml-mode.el: Require outline when compiling.
7126 (sgml-mode-hook, html-mode-hook): Customize.
7127 (sgml-validate-command): Fix :version.
7128 (html-autoview-mode): Doc fix.
7129
7130 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
7131 nothing in Latin-N environment.
7132
7133 * info.el (Info-find-node): Call info-initialize here.
7134 (info): Not here.
7135 (Info-file-list-for-emacs): Add message, dired-x, c, viper.
7136
7137 1999-08-04 Richard Stallman <rms@gnu.org>
7138
7139 * ansi-color.el: New file.
7140
7141 1999-08-04 Stefan Monnier <monnier@cs.yale.edu>
7142
7143 * dired.el (dired-string-replace-match): Return `nil' when no match
7144 found with global search.
7145
7146 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
7147 * terminal.el (te-terminfo-directory):
7148 * mail/mailpost.el (post-mail-send-it):
7149 * mail/metamail.el (metamail-region):
7150 * progmodes/ada-mode.el (ada-tmp-directory):
7151 Use temporary-file-directory.
7152
7153 * progmodes/compile.el (compilation-parsing-end,compilation-setup)
7154 (compilation-filter, compilation-forget-errors)
7155 (compilation-parse-errors): Use a marker instead of an integer for
7156 `compilation-parsing-end'.
7157
7158 * progmodes/diff.el (diff-parse-differences):
7159 Use a marker instead of an integer for `compilation-parsing-end'.
7160 * textmodes/tex-mode.el (tex-compilation-parse-errors):
7161 Use a marker instead of an integer for `compilation-parsing-end'.
7162
7163 1999-08-03 Richard Stallman <rms@gnu.org>
7164
7165 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
7166 (Buffer-menu-mode): Doc fix.
7167 (Buffer-menu-view): New command.
7168 (Buffer-menu-view-other-window): New command.
7169
7170 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com>
7171
7172 * replace.el (query-replace-regexp-eval)
7173 (replace-eval-replacement, replace-loop-through-replacements)
7174 (replace-match-string-symbols): New functions.
7175 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
7176 Use replace-loop-through-replacements.
7177
7178 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk>
7179
7180 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
7181 (5x5): Doc fix.
7182
7183 1999-08-03 Dave Love <fx@gnu.org>
7184
7185 * fortran.el (fortran-indent-new-line): Make it an alias
7186 for reindent-then-newline-and-indent.
7187
7188 1999-08-03 Didier Verna <verna@inf.enst.fr>
7189
7190 * rect.el: All functions rewritten, except when noted above
7191 their declaration. Below is a list of interface changes.
7192 (apply-on-rectangle): New function, mostly replaces
7193 `operate-on-rectangle'. All callers changed.
7194 (move-to-column-force): Pass new second argument to `move-to-column'.
7195 (kill-rectangle): Added optional prefix arg to fill lines.
7196 (delete-rectangle): Ditto.
7197 (delete-whitespace-rectangle): Ditto.
7198 (delete-extract-rectangle): Ditto.
7199 (open-rectangle): Ditto.
7200 (clear-rectangle): Ditto.
7201 (delete-whitespace-rectangle-line): New function.
7202 (delete-rectangle-line): Added third arg FILL.
7203 (delete-extract-rectangle-line): Ditto.
7204 (open-rectangle-line): Ditto.
7205 (clear-rectangle-line): Ditto.
7206
7207 1999-08-03 Ray Blaak <blaak@gnu.org>
7208
7209 * progmodes/delphi.el: New file.
7210
7211 1999-08-02 Richard Stallman <rms@gnu.org>
7212
7213 * textmodes/outline.el (outline-previous-heading): New function.
7214 (outline-up-heading-all): Use outline-previous-heading.
7215 (outline-next-heading): Delete definition inserted yesterday.
7216
7217 1999-08-01 Richard Stallman <rms@gnu.org>
7218
7219 * textmodes/outline.el (outline-next-heading): New function.
7220 (outline-up-heading-all): New function.
7221 (outline-font-lock-level): Using outline-up-heading-all.
7222 Tell outline-back-to-heading to accept invisible headings.
7223
7224 * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
7225
7226 * mail/mh-utils.el (mh-find-path-run): New variable.
7227 (mh-find-path): Test and set that.
7228 Set mail-user-agent only the first time this function is run.
7229 (mail-user-agent): Defvar deleted.
7230
7231 * info.el (info-initialize): New function.
7232 (info): Call info-initialize.
7233 (Info-directory-list): Initialize to nil,
7234 so info-initialize will set it up for real.
7235
7236 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7237
7238 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
7239 does not interpret a time as the year in a day-month entry.
7240
7241 * calendar/diary-lib.el: Change syntax table entry for colon in
7242 the diary as part of the european-date-diary-pattern fix.
7243
7244 1999-08-01 Eli Zaretskii <eliz@gnu.org>
7245
7246 * international/mule.el (set-auto-coding): Allow whitespace before
7247 and after the "variable: value" pair.
7248
7249 1999-07-30 Ken'ichi Handa <handa@gnu.org>
7250
7251 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
7252 (default-sendmail-coding-system): Doc-string fixed.
7253
7254 1999-07-30 Dave Love <fx@gnu.org>
7255
7256 * subr.el (assoc-delete-all): New function, renamed from
7257 frame-delete-all.
7258
7259 * frame.el: Change comments to doc strings and other doc fixes.
7260 (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
7261 Callers changed.
7262 (set-background-color, set-foreground-color, set-cursor-color)
7263 (set-mouse-color, set-border-color): Offer completion of colours.
7264 (cursor): Add :version to defgroup.
7265
7266 * facemenu.el (list-colors-display): Make it work on ttys.
7267 (facemenu-read-color): Likewise.
7268
7269 1999-07-30 Richard M. Stallman <rms@gnu.org>
7270
7271 * frame.el (frame-notice-user-settings): If background
7272 color has been changed, update background-mode from it,
7273 then update faces.
7274
7275 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com>
7276
7277 * net-utils.el (finger): Don't do indirect fingering.
7278
7279 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7280
7281 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
7282 rules. Add separator at end of holidays.
7283 (cal-tex-rules): New customizable variable.
7284 (cal-tex-latexify-list): Add optional parameter to put separator
7285 at end.
7286
7287 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu>
7288
7289 * textmodes/fill.el (fill-individual-paragraphs): Calculate new
7290 fill prefix on each line while looping to the end of paragraph.
7291 End paragraph if it's longer than the existing fill prefix.
7292
7293 * textmodes/fill.el (fill-context-prefix): Doc fix.
7294
7295 1999-07-30 Dave Love <fx@gnu.org>
7296
7297 * font-lock.el (jit-lock): Fix :load, add :version.
7298
7299 1999-07-30 Eli Zaretskii <eliz@gnu.org>
7300
7301 * term/pc-win.el (msdos-face-setup): Register standard colors in
7302 Vface_tty_color_alist.
7303 (face-color-supported-p, face_color_gray_p): New functions.
7304
7305 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
7306 is bound.
7307
7308 * startup.el (command-line): Don't register default colors for
7309 MSDOS window-system.
7310
7311 1999-07-29 Dave Love <fx@gnu.org>
7312
7313 * f90.el (f90-mode-syntax-table): Change backslash to escape, not
7314 charquote.
7315
7316 * lisp-mode.el (eval-defun): Re-written to avoid
7317 capturing variables.
7318
7319 * picture.el (picture-beginning-of-line): Don't call
7320 hscroll-point-visible now we have real autoscrolling.
7321 (picture-end-of-line, picture-newline, picture-open-line):
7322 Likewise.
7323
7324 * international/latin-8.el: New file.
7325 * international/latin-9.el: New file.
7326
7327 1999-07-28 Dave Love <fx@gnu.org>
7328
7329 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
7330
7331 * msb.el: Require cl only when compiling.
7332 (msb--home-dir): Deleted.
7333 (msb--format-title): Use abbreviate-file-name.
7334 (msb--choose-file-menu): Simplify string comparison.
7335
7336 1999-07-28 Gerd Moellmann <gerd@gnu.org>
7337
7338 * faces.el (toolbar): Add face definition for mono displays.
7339
7340 1999-07-27 Richard M. Stallman <rms@gnu.org>
7341
7342 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
7343
7344 * frame.el (frame-initialize): When setting frame-initial-frame-alist,
7345 force copying of default-frame-alist.
7346
7347 1999-07-26 Ken'ichi Handa <handa@gnu.org>
7348
7349 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
7350
7351 1999-07-26 Richard M. Stallman <rms@gnu.org>
7352
7353 * frame.el (set-mouse-color): If new color is nil,
7354 really respecify the current color.
7355
7356 1999-07-26 Gerd Moellmann <gerd@gnu.org>
7357
7358 * faces.el (bitmap-area): Change background of face `bitmap-area'
7359 to white for mono displays.
7360
7361 1999-07-26 Kenichi Handa <handa@etl.go.jp>
7362
7363 * international/ccl.el (ccl-embed-symbol): New function.
7364 (ccl-program-p): Deleted. Now it's implemented in C code.
7365 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
7366 (ccl-compile-translate-character): Likewise.
7367 (ccl-compile-map-single): Likewise.
7368 (ccl-compile-multiple-map-function): Likewise.
7369 (declare-ccl-program): Doc-string modified.
7370 (check-ccl-program): Check compiled CCL code by ccl-program-p.
7371
7372 1999-07-25 Ken'ichi Handa <handa@etl.go.jp>
7373
7374 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
7375
7376 1999-07-25 Markus Rost <rost@gnu.org>
7377
7378 * cus-edit.el (custom-save-variables, custom-save-faces): Sort
7379 the entries to make custom-file more readable.
7380
7381 1999-07-25 Richard M. Stallman <rms@gnu.org>
7382
7383 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
7384
7385 * emacs-lisp/edebug.el: Delete compatibility code.
7386 (edebug-next-token-class): If . is followed by a digit,
7387 return `symbol' for the token class.
7388
7389 * startup.el (command-line): If we don't find the user's init file,
7390 set user-init-file to nil.
7391
7392 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7393
7394 * info-look.el (info-lookup-interactive-arguments): Add optional
7395 argument query for new choice of help mode.
7396 (info-lookup-symbol): Use it.
7397 (info-lookup-file): Ditto.
7398 (info-lookup): Don't switch to other window, if already in Info
7399 buffer.
7400
7401 1999-07-23 Dave Love <fx@gnu.org>
7402
7403 * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
7404 syntax.
7405 (fortran-fontify-string, fortran-match-!-comment): Deleted.
7406 (fortran-font-lock-syntactic-keywords): New variable.
7407 (fortran-mode): Use it.
7408 (fortran-font-lock-keywords-1): Don't do comments.
7409 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
7410 match data.
7411
7412 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
7413
7414 * msb.el (msb-menu-bar-update-buffers): Renamed from
7415 menu-bar-update-buffers.
7416 (msb-custom-set, msb--toggle-menu-type): Call
7417 msb-menu-bar-update-buffers.
7418 (msb-mode): Revise the hook setting.
7419
7420 * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
7421
7422 1999-07-23 Gerd Moellmann <gerd@gnu.org>
7423
7424 * font-lock.el, help.el, simple.el: Re-integrate previously
7425 described changes that were lost due to errors while checking them
7426 in.
7427
7428 1999-07-23 Kevin Blake <kblake@ticnet.com>
7429
7430 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
7431
7432 1999-07-23 Ken'ichi Handa <handa@etl.go.jp>
7433
7434 * international/encoded-kb.el
7435 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
7436 but push it to unread-command-events.
7437 (encoded-kbd-self-insert-iso2022-8bit): Likewise.
7438 (encoded-kbd-self-insert-sjis): Likewise.
7439 (encoded-kbd-self-insert-big5): Likewise.
7440
7441 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
7442 before left margin and fill-prefix by fill-find-break-point.
7443
7444 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7445
7446 * info-look.el (info-lookup-setup-mode): Don't give up, if
7447 info-lookup-make-completions returns an error.
7448 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
7449 name latex, not latex2e.
7450
7451 1999-07-21 Richard M. Stallman <rms@gnu.org>
7452
7453 * replace.el (perform-replace): Turn off case-fold-search
7454 if FROM-STRING argument has uppercase in it.
7455
7456 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7457
7458 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
7459 mode is on. Don't use end of changed text.
7460
7461 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7462
7463 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
7464 (cl-hash-table-p): Renamed from hash-table-p.
7465 (cl-hash-table-count): Renamed from hash-table-count.
7466 (maphash): Alias to cl-maphash removed.
7467 (gethash): Likewise.
7468 (puthash): Likewise.
7469 (remhash): Likewise.
7470 (clrhash): Likewise.
7471
7472 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7473
7474 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
7475 third arg non-nil. See comment there why this isn't a good idea.
7476
7477 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7478
7479 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
7480
7481 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
7482 sit-for with 3rd arg non-nil to prevent redisplay.
7483
7484 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7485
7486 * image.el (image-type-from-file-header): If file doesn't
7487 have a directory part, add data-directory.
7488
7489 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7490
7491 * tooltip.el (tooltip-gud-tips-p): Set default to nil.
7492 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
7493 motion handling when tooltip-gud-tips-p is nil.
7494
7495 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7496
7497 * tooltip.el (tooltip-mode): Don't use `plusp'.
7498 (tooltip-active): Use initial value of nil.
7499
7500 * jit-lock.el (jit-lock-mode): Don't use `plusp'.
7501
7502 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7503
7504 * bindings.el (make-mode-line-mouse-sensitive): Add key
7505 definitions for `top-line'.
7506
7507 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7508
7509 * faces.el (top-line): New face.
7510
7511 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7512
7513 * image.el (image-type-regexps): Add regexp for PS files.
7514
7515 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7516
7517 * faces.el (set-face-attribute): Fix wrong handling of frame
7518 begin equal to t.
7519
7520 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7521
7522 * image.el (image-type-regexps): Add PNG format.
7523
7524 1999-07-21 Dave Love <fx@gnu.org>
7525
7526 * bindings.el (mode-line-modified): New variable.
7527 (mode-line-mode-menu-1): Switch to appropriate window before
7528 showing menu.
7529
7530 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7531
7532 * faces.el (face-underline): Removed.
7533 (face-underline-color): Ditto.
7534
7535 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7536
7537 * faces.el (face-x-resources): Fix typo.
7538
7539 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7540
7541 * faces.el: Remove handling of `:relief', extend handling of
7542 `:box'.
7543 (frame-set-background-mode): Choose new defface specs after
7544 frame parameters have changed.
7545
7546 * cus-face.el: Ditto.
7547
7548 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7549
7550 * custom.el (defface): Extend documentation to include new
7551 face attributes.
7552
7553 * cus-face.el (custom-face-attributes): Add overline,
7554 strike-through, box.
7555
7556 * faces.el (face-valid-attribute-values): Handle overline,
7557 strike-through, box.
7558 (face-attribute-name-alist): Add pairs for new face attributes.
7559 (describe-face): Handle new face attributes.
7560
7561 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7562
7563 * faces.el (face-x-resources): Add overline, strike-through, box.
7564
7565 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7566
7567 * enriched.el (enriched-translations): Add `display' and
7568 "x-display".
7569 (enriched-handle-display-prop): New.
7570 (enriched-decode-display-prop): New.
7571
7572 * format.el (top-level): Give `display' property
7573 `format-list-atomic-p.
7574 (format-annotate-single-property-change): Test that property.
7575 If present, treat list property values like atoms.
7576
7577 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7578
7579 * cus-face.el (custom-face-attributes): Use `choice' everywhere
7580 so that "*" can be entered.
7581
7582 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7583
7584 * cus-face.el (custom-face-attributes): Don't use `#''.
7585
7586 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7587
7588 * cus-face.el (custom-face-attributes): Return underline
7589 face attribute directly from the second lambda of underline.
7590
7591 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7592
7593 * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
7594
7595 * frame.el (after-setting-font-hooks): New variable.
7596 (set-frame-font): Run those hooks.
7597
7598 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
7599
7600 * faces.el (set-face-attribute): Fix doc string.
7601
7602 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7603
7604 * cus-face.el (custom-face-attributes): Accept color name.
7605
7606 * faces.el (face-underline-p): Accept unspecified underlining.
7607 (face-underline): Ditto. Fix doc string.
7608
7609 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7610
7611 * faces.el (face-underline-color): New function.
7612
7613 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7614
7615 * cus-face.el (custom-face-attributes): Support underline coloring.
7616 Added slot to choose a color.
7617
7618 * faces.el (face-underline): New function.
7619 (face-underline-p): Support underline coloring.
7620 Return nil only if the underline attribute is 'normal.
7621 (set-face-underline): New function.
7622 (face-valid-attribute-values): Support underline coloring.
7623
7624 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7625
7626 * image.el (insert-image): Use `display' instead of `glyph'
7627 as text property name.
7628 (put-image): Ditto.
7629 (image-type-from-file-header): Use insert-file-contents-literally.
7630
7631 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7632
7633 * easymenu.el (easy-menu-do-add-item): Don't use the empty
7634 string to indicate separators.
7635
7636 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7637
7638 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
7639 instead of message-log.
7640
7641 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7642
7643 * faces.el (bitmap-area): New face.
7644
7645 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7646
7647 * image.el (insert-image): New.
7648
7649 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7650
7651 * frame.el (blink-cursor): Set the symbol's value.
7652 (show-trailing-whitespace): Change group to font-lock.
7653
7654 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7655
7656 * jit-lock.el: New.
7657 * font-lock.el: Add jit-mode as new support mode.
7658
7659 * font-lock.el (font-lock-fontify-keywords-region): Stop when
7660 reaching end instead of letting re-search-forward signal an error.
7661 (demand-lock-mode): New.
7662 (font-lock-turn-on-thing-lock): Add demand-lock-mode.
7663 (font-lock-turn-off-thing-lock): Ditto.
7664 (font-lock-after-fontify-buffer): Ditto.
7665 (font-lock-after-unfontify-buffer): Ditto.
7666
7667 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7668
7669 * gs.el: New file.
7670
7671 * startup.el (command-line-1): Activate tooltip mode if
7672 interactive.
7673
7674 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7675
7676 * faces.el (toolbar): Grey default background.
7677 (modeline): Ditto.
7678
7679 * image.el (image-type-regexps): New.
7680 (image-type-from-file-header): New.
7681 (create-image): Call it.
7682
7683 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7684
7685 * image.el: New file.
7686
7687 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7688
7689 * bindings.el (mode-line-format): Replace `mode-name' with
7690 `(:eval mode-line-mode-name)'.
7691 (mode-line-mode-name): New.
7692 (make-mode-line-mouse-sensitive): Don't change default value
7693 of `mode-name'.
7694
7695 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7696
7697 * tooltip.el: New file.
7698
7699 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7700
7701 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
7702 instead of mouse-3 to pop up menus.
7703 (mode-line-kill-buffer): Removed.
7704 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
7705 buffer name.
7706 (mode-line-buffer-menu-1): Removed.
7707
7708 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
7709
7710 * bindings.el (mode-line-buffer-identification-keymap): New.
7711 (mode-line-buffer-menu-keymap): New.
7712 (mode-line-mode-menu-keymap): New.
7713 (mode-line-unbury-buffer): New.
7714 (mode-line-other-buffer): New.
7715 (mode-line-kill-buffer): New.
7716 (mode-line-buffer-menu-1): New.
7717 (mode-line-mode-menu-1): New.
7718 (make-mode-line-mouse-sensitive): New.
7719
7720 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7721
7722 * help.el (describe-key-briefly): Handle mode line strings
7723 with local-map properties.
7724 (describe-key): Ditto.
7725 (mode-line-key-binding): New.
7726
7727 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7728
7729 * scroll-bar.el (scroll-bar-timer): New.
7730 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
7731
7732 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7733
7734 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
7735 and `bottom'.
7736
7737 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7738
7739 * scroll-bar.el (scroll-bar-toolkit-scroll): New.
7740 (global): Use different key bindings if using tookit scroll bars.
7741
7742 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7743
7744 * faces.el (modeline): Define mode line face with relief for
7745 class color, only.
7746 (toolbar): New face.
7747
7748 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7749
7750 * frame.el (frame-initialize): Set frame-creation-function to
7751 tty-create-frame-with-faces.
7752
7753 * faces.el (frame-set-background-mode): Make it work for
7754 window-system nil.
7755
7756 * faces.el (tty-create-frame-with-faces): New.
7757 (face-set-after-frame-default): Make it work for TTY frames.
7758
7759 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7760
7761 * faces.el (face-valid-attribute-values): Use tty-defined-colors.
7762 Return a list of one font family for TTYs. Don't return bitmap
7763 file paths for TTY frames.
7764
7765 * faces.el: Add face specs for tty displays to basic faces.
7766
7767 * font-lock.el (font-lock-comment-face): Add spec for color tty.
7768 (font-lock-string-face): Ditto.
7769 (font-lock-keyword-face): Ditto.
7770 (font-lock-builtin-face): Ditto.
7771 (font-lock-function-name-face): Ditto.
7772 (font-lock-variable-name-face): Ditto.
7773 (font-lock-type-face): Ditto.
7774 (font-lock-constant-face): Ditto.
7775 (font-lock-warning-face): Ditto.
7776
7777 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7778
7779 * startup.el (command-line): Register default tty colors.
7780
7781 * faces.el (face-spec-set-match-display): Recognize `type tty'.
7782
7783 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7784
7785 * faces.el (modeline): For X frames, use a modeline with relief.
7786
7787 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7788
7789 * faces.el (frame-update-faces): Copied from 20.2.
7790 (frame-update-face-colors): Ditto. Code removed that isn't
7791 applicable in the new face implementation.
7792
7793 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7794
7795 * frame.el (show-trailing-whitespace): New.
7796
7797 * faces.el (trailing-whitespace): New basic face.
7798
7799 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7800
7801 * cus-face.el (custom-facep): Always define as alias for facep.
7802
7803 * cus-face.el (custom-face-attributes): Use choice widgets.
7804 Remove :bold and :italic.
7805
7806 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7807
7808 * faces.el (face-charset-registries): Removed since fontset.el
7809 is no always loaded.
7810
7811 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7812
7813 * faces.el (internal-get-face): Added as obsolete function for
7814 compatibility.
7815
7816 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7817
7818 * frame.el (blink-cursor-end): Call show-cursor.
7819 (blink-cursor-mode): Ditto.
7820
7821 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7822
7823 * faces.el (face-spec-reset-face): Reset all attributes to
7824 `unspecified'.
7825 (face-spec-set): Use it.
7826
7827 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7828
7829 * faces.el (read-all-face-attributes): Bug fix.
7830 (face-read-integer): Allow nil default value.
7831 (face-valid-attribute-values): Use symbol names of attribute
7832 values for completion list.
7833
7834 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7835
7836 * faces.el (internal-find-face): Define for compatibility with
7837 20.2.
7838 (face-id): Likewise.
7839
7840 * faces.el (face-id): Return the ID of a realized face for ASCII.
7841
7842 * fontset.el (x-charset-registries): Removed. Now in faces.el.
7843 (x-complement-fontset-spec): Use face-charset-registries.
7844
7845 * faces.el (face-font-selection-order): Set font selection order
7846 from Lisp.
7847 (face-alternative-font-family-alist): Set alternative font
7848 families from Lisp.
7849
7850 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7851
7852 * faces.el (set-face-charset-registries): Set symbol value.
7853
7854 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7855
7856 * faces.el (face-set-after-frame-default): Call function
7857 internal-merge-in-global-face.
7858
7859 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7860
7861 * faces.el (face-list): Return symbols from face-global-alist.
7862
7863 * faces.el (face-list): Return a copy of the face name list so
7864 that it cannot be modified from outside (facemenu.el uses
7865 nreverse, for example).
7866
7867 * cus-face.el (custom-face-attributes): Add :bold and :italic
7868 for compatibility with old code.
7869
7870 * faces.el (set-face-attributes-from-resources): Additional
7871 frame parameter.
7872 (make-face-x-resource-internal): Set attributes from resources
7873 for a given frame or all frames.
7874
7875 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7876
7877 * faces.el (all-faces): Removed.
7878
7879 * custom.el (defface): Add new face attributes to function
7880 comment.
7881
7882 * font-lock.el (font-lock-comment-face): Use new face attribute
7883 names.
7884 (font-lock-string-face): Ditto.
7885 (font-lock-keyword-face): Ditto.
7886 (font-lock-builtin-face): Ditto.
7887 (font-lock-function-name-face): Ditto.
7888 (font-lock-variable-name-face): Ditto.
7889 (font-lock-type-face): Ditto.
7890 (font-lock-reference-face): Ditto.
7891 (font-lock-warning-face): Ditto.
7892 ((boundp 'font-lock-face-attributes)): Ditto.
7893
7894 * cus-face.el (custom-face-attributes): Use new face attributes.
7895
7896 * faces.el (set-face-attribute-from-resource): Initialize
7897 from resources only for X and W32.
7898
7899 * cus-face.el (custom-declare-face): Don't make frame-local
7900 faces.
7901
7902 * faces.el (describe-face): Use princ instead of insert.
7903
7904 * faces.el: Add XLFD manipulation functions from 20.2 again
7905 because fontset.el uses them.
7906 (face-set-after-frame-default): Add empty definition.
7907
7908 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7909
7910 * faces.el (make-face): Correct typo.
7911 (set-face-attribute-from-resource): Use let*.
7912 (face-underline-p): Correct typo.
7913 (face-inverse-video-p): Ditto.
7914 (set-face-stipple): Ditto.
7915 (face-read-string): Make completion-list optional parameter.
7916
7917 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7918
7919 * faces.el (face-charset-registries): Alist mapping charset
7920 symbols to registries and encoding.
7921
7922 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7923
7924 * frame.el (blink-cursor-mode): Use interactive spec "P".
7925
7926 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7927
7928 * frame.el (blink-cursor-mode): Function to toggle blinking cursor
7929 mode. The cursor of selected_window blinks if the mode is enabled.
7930
7931 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7932
7933 * simple.el (next-history-element): Set point to the end of the
7934 prompt if minibuffer-prompt-in-buffer.
7935
7936 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7937
7938 * faces.el (x-font-regexp): Add sub-expression parentheses for
7939 several font name components.
7940
7941 1999-07-21 Gerd Moellmann <gerd@acm.org>
7942
7943 * faces.el (set-face-relief): Use index 12 for relief.
7944 (face-fill-in): Set relief from data.
7945 (internal-make-face): Init relief to zero.
7946
7947 * faces.el (face-spec-set): Call modify-face with additional
7948 parameters for relief and fixed-p.
7949
7950 1999-07-21 Gerd Moellmann <gerd@acm.org>
7951
7952 * cus-face.el: ':fixed and ':relief added.
7953
7954 * faces.el (describe-face): Add fixed font attribute and relief.
7955 (face-attr-match-p): Ditto.
7956 (face-attr-construct): Ditto.
7957 (face-spec-set): Ditto.
7958
7959 1999-07-21 Gerd Moellmann <gerd@acm.org>
7960
7961 * faces.el (internal-make-face): Function to create a Lisp vector
7962 suitable for representing a face.
7963 (make-face): Use it instead of make-vector.
7964 (x-create-frame-with-faces): Use it instead of vector.
7965 (internal-facep): Increase vector size to 14.
7966 (internal-make-face): Ditto.
7967 (face-relief): Access relief thickness.
7968 (face-fixed-p): Access fixed font attribute.
7969 (set-face-fixed-p): Set fixed font attribute.
7970 (set-face-relief): Set relief attribute.
7971 (internal-face-interactive-int): Read int attribute of face.
7972 (modify-face): Add fixed-p and relief parameters.
7973 (copy-face): Handle fixed-p and relief.
7974 (face-equal): Compare fixed-p and relief.
7975 (face-differs-from-default-p): Ditto.
7976 (face-nontrivial-p): Add fixed-p and relief.
7977
7978 1999-07-21 Gerd Moellmann <gerd@acm.org>
7979
7980 * faces.el (eval-when-compile): Add set-face-shadow-thickness.
7981 (internal-facep): Increase vector size.
7982 (make-face): Ditto.
7983 (face-shadow-thickness): Added.
7984 (set-face-shadow-thickness): Added.
7985 (modify-face): Add optional shadow-thickness parameter.
7986 (make-face-x-resource-internal): Add shadows.
7987 (copy-face): Ditto.
7988 (face-equal): Ditto.
7989 (face-differs-from-default-p): Ditto.
7990 (face-nontrivial-p): Ditto.
7991 (face-attr-match-p): Ditto.
7992 (face-attr-construct): Ditto.
7993 (face-spec-set): Ditto.
7994 (face-fill-in): Ditto.
7995
7996 1999-07-21 Gerd Moellmann <gerd@acm.org>
7997
7998 * bench.el (bench-mark-split-window): New bench mark.
7999
8000 1999-07-21 Gerd Moellmann <gerd@acm.org>
8001
8002 * faces.el (set-face-font): Don't pass default font to
8003 x-resolve-font so that font will not have to be of the same
8004 size.
8005
8006 1999-07-20 Dave Love <fx@gnu.org>
8007
8008 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
8009 unconditionally t.
8010
8011 1999-07-20 Karl Heuer <kwzh@gnu.org>
8012
8013 * font-lock.el (c++-font-lock-extra-types): Add "type_info".
8014
8015 1999-07-20 Dave Love <fx@gnu.org>
8016
8017 * help.el (describe-variable): Fix test for customizability.
8018
8019 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
8020 Check for readonly buffer in interactive spec.
8021 (zap-to-char, kill-line, kill-region, comment-region, kill-word)
8022 (backward-kill-word): Add * to interactive spec.
8023
8024 * underline.el (underline-region, ununderline-region): Add * to
8025 interactive spec.
8026
8027 * fill.el (canonically-space-region, justify-current-line): Add *
8028 to interactive spec.
8029 (fill-region-as-paragraph, fill-paragraph, fill-region)
8030 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
8031 readonly buffer in interactive spec.
8032
8033 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
8034 (backward-kill-sentence, kill-sentence): Add * to interactive
8035 spec.
8036
8037 1999-07-19 Richard M. Stallman <rms@gnu.org>
8038
8039 * dired-aux.el (dired-do-shell-command): Doc fix.
8040
8041 * shell.el (shell-unquote-argument): New function.
8042 (shell-directory-tracker): Use shell-unquote-argument.
8043 * comint.el (comint-arguments): Handle \ followed by space or tab.
8044
8045 1999-07-19 John Wiegley <jwiegley@borland.com>
8046
8047 * term.el (ansi-term-fg-faces-vector): Added support for ANSI
8048 color codes 39 and 49, which by the way lynx uses them seem to
8049 mean "foreground reset" and "background reset".
8050
8051 1999-07-19 Karl Heuer <kwzh@gnu.org>
8052
8053 * font-lock.el (c++-keywords): Add "typeid".
8054
8055 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
8056 selects no font, treat that as zero selections, not one.
8057
8058 1999-07-19 Dave Love <fx@gnu.org>
8059
8060 * info.el (Info-search): Don't lose with empty regexp.
8061
8062 * version.el: Cater for (free) `ident' program, not `which'.
8063
8064 * hl-line.el: New file.
8065
8066 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
8067 for modes which don't define menus.
8068
8069 1999-07-16 Richard M. Stallman <rms@gnu.org>
8070
8071 * webjump.el (webjump-sample-sites): Update some URLs.
8072
8073 1999-07-14 Richard Stallman <rms@gnu.org>
8074
8075 * Version 20.4 released.
8076
8077 1999-07-14 Andreas Schwab <schwab@gnu.org>
8078
8079 * compare-w.el (compare-windows): Try to find the next window in
8080 the current frame before looking at the other frames.
8081
8082 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
8083
8084 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
8085 Use cyrillic-jcuken as default input method.
8086
8087 1999-07-12 Richard Stallman <rms@gnu.org>
8088
8089 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
8090 Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
8091
8092 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
8093 (ispell-local-dictionary-alist): Add koi8-r for character set.
8094
8095 * textmodes/flyspell.el (flyspell-get-word):
8096 Add special handling for when ispell-otherchars is empty.
8097
8098 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no>
8099
8100 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
8101 when having nested functons.
8102 (pascal-indent-nested-functions) (pascal-indent-line)
8103 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
8104 indenting nested functions.
8105
8106 1999-07-09 Richard Stallman <rms@gnu.org>
8107
8108 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
8109
8110 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no>
8111
8112 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
8113 the `end' keyword was in the very beginning of the buffer.
8114
8115 1999-07-08 Richard Stallman <rms@gnu.org>
8116
8117 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
8118
8119 * term.el (term-emulate-terminal): Avoid infinite loop
8120 in strange case where minibuffer window is selected but not active.
8121
8122 1999-07-07 Stephen Eglen <stephen@gnu.org>
8123
8124 * progmodes/octave-inf.el (inferior-octave-directory-tracker):
8125 Change regexp so that it doesn't match commands beginning with `cd'.
8126
8127 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8128
8129 * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
8130
8131 1999-07-06 Richard Stallman <rms@gnu.org>
8132
8133 * hscroll.el (hscroll-minibuffer-hook): New function.
8134 (hscroll-global-mode): Add and remove that hook.
8135 Set hscroll-old-truncate-was-global's default value.
8136
8137 1999-07-05 Richard Stallman <rms@gnu.org>
8138
8139 * files.el (revert-buffer): Don't preserve point here.
8140 (revert-buffer-insert-file-contents-function): Doc fix.
8141
8142 * isearch.el (isearch-process-search-char): Write octal 200 correctly.
8143
8144 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
8145 doing a `stat' when it isn't necessary because that can cause
8146 trouble when an NFS server is down.
8147
8148 1999-07-04 Richard Stallman <rms@gnu.org>
8149
8150 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
8151
8152 1999-07-03 Richard Stallman <rms@gnu.org>
8153
8154 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
8155 for \200...\240 also.
8156 (isearch-printing-char): Use unibyte-char-to-multibyte.
8157
8158 1999-07-02 Richard Stallman <rms@gnu.org>
8159
8160 * frame.el (minibuffer-frame-alist): Use defcustom.
8161 (pop-up-frame-alist): Likewise.
8162 (initial-frame-alist): Specify * in the doc string.
8163
8164 * hscroll.el (hscroll-mode): Make it a permanent local.
8165 (hscroll-mode): Don't cancel the timer
8166 if HScroll mode is enabled in some other buffer.
8167
8168 * isearch.el (isearch-done): If search ends in middle of intangible
8169 text (due to text property), move on to the limit of that text.
8170
8171 1999-07-01 Andrew Innes <andrewi@gnu.org>
8172
8173 * man.el (Man-build-man-command): Use value of null-device,
8174 instead of hard-coding "/dev/null".
8175
8176 * dos-w32.el (untranslated-canonical-name): Avoid expanding
8177 ange-ftp file names, which might force ange-ftp to prompt for a
8178 password.
8179
8180 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
8181 to prevent references to temp files.
8182
8183 1999-06-30 Richard Stallman <rms@gnu.org>
8184
8185 * progmodes/sh-script.el (sh-feature): If nothing is known
8186 about the given shell, use the values for `sh'.
8187
8188 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de>
8189
8190 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
8191 to make it non-recursive.
8192
8193 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
8194
8195 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8196
8197 * auto-show.el (auto-show-mode): Fix Typo in :set.
8198
8199 1999-06-29 Richard M. Stallman <rms@gnu.org>
8200
8201 * progmodes/sh-script.el (sh-mode): When setting syntax
8202 table, default to the standard one.
8203
8204 1999-06-27 Richard M. Stallman <rms@gnu.org>
8205
8206 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
8207
8208 1999-06-27 Stefan Monnier <monnier@cs.yale.edu>
8209
8210 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
8211 a frame when `return' is requested (even if pop-up-frames = t)
8212 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
8213 should only be set for the bibtex buffer.
8214
8215 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
8216
8217 * progmodes/compile.el: Deal with compilation-error-screen-columns
8218 being buffer-local.
8219
8220 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8221
8222 * comint.el (comint-password-prompt-regexp): Allow "(again)".
8223
8224 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8225
8226 * cal-x.el (calendar-only-one-frame-setup): New function.
8227 * calendar.el (calendar): Call it if requested.
8228
8229 1999-06-24 Karl Heuer <kwzh@gnu.org>
8230
8231 * startup.el (iso-8859-n-locale-regexp): Doc fix.
8232
8233 1999-06-22 Richard M. Stallman <rms@gnu.org>
8234
8235 * mail/supercite.el (sc-emacs-features): Doc fix.
8236
8237 1999-06-22 Karl Heuer <kwzh@gnu.org>
8238
8239 * files.el (auto-mode-alist): Add pike-mode.
8240
8241 1999-06-20 Paul R. Eggert <eggert@twinsun.com>
8242
8243 * tar-mode.el (tar-header-block-tokenize): Don't assume that the
8244 last byte of a numeric field is a space or a NUL. Parse it as
8245 potentially part of the number. This is used by GNU tar
8246 1.12.64012 to handle larger values.
8247
8248 1999-06-20 Karl Heuer <kwzh@gnu.org>
8249
8250 * custom.el (custom-handle-keyword): Fix error message.
8251
8252 1999-06-18 Andrew Innes <andrewi@gnu.org>
8253
8254 * mail/smtpmail.el (smtpmail-send-it): Use
8255 convert-standard-filename to make file names for queued mail safe
8256 on Windows (`:' is invalid in file names on Windows).
8257
8258 1999-06-17 Kenichi Handa <handa@etl.go.jp>
8259
8260 * international/mule-cmds.el (describe-current-input-method):
8261 Current-input-method is string.
8262 (toggle-input-method): Docstring fixed.
8263
8264 * international/mule-diag.el
8265 (describe-current-coding-system-briefly): Fix format string.
8266
8267 * international/mule-util.el (coding-system-eol-type-mnemonic):
8268 Docstring modified. Return a string.
8269
8270 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch>
8271
8272 * sql.el (sql-input-ring-file-name): Doc fix.
8273
8274 1999-06-17 Richard M. Stallman <rms@gnu.org>
8275
8276 * calendar/cal-x.el (special-display-buffer-names):
8277 Don't put (get-file-buffer diary-file) on this list.
8278
8279 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov>
8280
8281 * play/mpuz.el (mpuz-try-proposal): Fix message call.
8282 Don't penalize player for certain impossible guesses.
8283
8284 1999-06-16 Andrew Innes <andrewi@gnu.org>
8285
8286 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
8287 return the string "Unk 0 0000" so at least it appears to be a
8288 valid timestamp to `dired-move-to-filename-regexp'.
8289
8290 1999-06-15 Ken'ichi Handa <handa@gnu.org>
8291
8292 * ps-print.el (ps-control-character): Fix previous change.
8293
8294 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8295
8296 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
8297 multiple output of the last message.
8298
8299 1999-06-14 Eli Zaretskii <eliz@gnu.org>
8300
8301 * term/internal.el (IT-display-table-setup): Do not remap \222 to
8302 the ASCII apostrophe, as most DOS codepages have some other glyph
8303 there.
8304
8305 1999-06-14 Ken'ichi Handa <handa@gnu.org>
8306
8307 * language/ethio-util.el (setup-ethiopic-environment-internal):
8308 Use quail-activate-hook instead of obsolete hook quail-mode-hook.
8309 (exit-ethiopic-environment): Likewize.
8310
8311 1999-06-12 Richard M. Stallman <rms@gnu.org>
8312
8313 * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
8314
8315 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8316
8317 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
8318 custom-initialize-default to avoid infinite loop.
8319 (crisp-mode): (defun) Call transient-mark-mode here, not when
8320 loading the file. Run crisp-mode-hook here, and run
8321 crisp-load-hook when loading the file.
8322
8323 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
8324 rmail-summary buffer, search for pattern in rmail-file.
8325
8326 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
8327
8328 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
8329
8330 * ps-print.el (ps-printer-name): Fix custom type.
8331
8332 1999-06-12 Reto Zimmermann <reto@synopsys.com>
8333
8334 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
8335 (vhdl-port-paste-generic-map): Fix indentation bug.
8336 (vhdl-port-paste-port-map): Fix indentation bug.
8337 (vhdl-scan-file-contents): Make scanning case insensitive.
8338
8339 1999-06-11 Richard M. Stallman <rms@gnu.org>
8340
8341 * files.el (write-file): When buffer is not already visiting a file,
8342 don't put buffer name in the minibuffer, just make it the default.
8343 Also handle just directory as arg usefully in that case.
8344
8345 * simple.el (sendmail-user-agent-compose):
8346 Ignore case when inserting the rest of the "other" headers.
8347
8348 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n.
8349
8350 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
8351 (info-lookup-interactive-arguments): Never insert the default
8352 into the minibuffer automatically.
8353
8354 * emacs-lisp/cl-extra.el (getf): Don't call get*.
8355
8356 1999-06-09 Richard M. Stallman <rms@gnu.org>
8357
8358 * simple.el (shell-command): Avoid printing "mark set" message.
8359
8360 1999-06-09 Dave Love <fx@gnu.org>
8361
8362 * progmodes/compile.el (compilation-error-regexp-alist): Allow
8363 digits in program name in first pattern.
8364
8365 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de>
8366
8367 * vc.el (vc-dired-mode): Don't match anything before the date in
8368 dired-move-to-filename-regexp.
8369
8370 1999-06-07 Ken'ichi Handa <handa@gnu.org>
8371
8372 * international/quail.el (quail-define-rules): Fix typo in
8373 docstring.
8374
8375 1999-06-05 Stephen Eglen <stephen@gnu.org>
8376
8377 * iswitchb.el (iswitchb-default-keybindings): Add
8378 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
8379 than when package is loaded.
8380
8381 1999-06-04 Richard M. Stallman <rms@gnu.org>
8382
8383 * startup.el (command-line): Don't set user-init-file directly;
8384 tell `load' to set it.
8385
8386 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
8387
8388 * simple.el (next-history-element):
8389 Handle minibuffer-text-before-history properly when reading sexps.
8390
8391 * disp-table.el (standard-display-european):
8392 For an interactive call by the user,
8393 don't set enable-multibyte-characters,
8394 and don't set the terminal coding system.
8395
8396 * textmodes/refbib.el: Don't print any messages or display
8397 a buffer when loading the library.
8398 (r2b-help): Doc fix.
8399 (r2b-help-message): Update the documentation.
8400 (r2b-load-quietly): Variable deleted.
8401 (r2b-convert-buffer): Doc fix.
8402
8403 1999-06-04 Dave Love <fx@gnu.org>
8404
8405 * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
8406
8407 * auto-show.el: Don't change hooks on loading.
8408 (auto-show-mode): Autoload. Default to nil. Add :set &c.
8409 (auto-show-mode): Add to hooks here.
8410
8411 1999-06-04 Richard Sharman <rsharman@pobox.com>
8412
8413 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
8414 recursion on bogus input.
8415
8416 1999-06-04 Eric M. Ludlam <zappo@ultranet.com>
8417
8418 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
8419 does not select a buffer from the buffers menu, then the attached
8420 frame is not switched to anything.
8421
8422 1999-06-03 Ken'ichi Handa <handa@gnu.org>
8423
8424 * language/vietnamese.el (ccl-encode-vscii): Typo fixed
8425 (viet-viscii-...->viet-vscii...).
8426
8427 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
8428
8429 1999-06-01 Dave Love <fx@gnu.org>
8430
8431 * progmodes/fortran.el: Add :link to defgroup.
8432 (fortran-blink-matching-if): Match ELSE statements too.
8433 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
8434 that filling is always done.
8435
8436 1999-05-31 Richard M. Stallman <rms@gnu.org>
8437
8438 * simple.el (append-next-kill): Use an arg to distinguish
8439 interactive calls from Lisp calls, rather than (interactive-p).
8440
8441 * international/iso-transl.el (iso-transl-language-alist):
8442 Interchange n and N.
8443
8444 1999-05-31 Dave Love <fx@gnu.org>
8445
8446 * msb.el Add to minor-mode-map-alist. Remove hook installation
8447 and keymap munging on load.
8448 (msb-mode): New option.
8449 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
8450 Doc fix.
8451 (msb-mode-map): New variable.
8452 (msb-mode): New command.
8453
8454 1999-05-31 Dave Love <fx@gnu.org>
8455
8456 * ispell.el: (ispell-alternate-dictionary): Fix custom type.
8457 (ispell-complete-word-dict): Likewise.
8458
8459 1999-05-31 Eli Zaretskii <eliz@gnu.org>
8460
8461 * forms.el (forms-save-buffer): Call set-buffer-modified-p to
8462 force the data buffer to be saved, even if the data didn't
8463 change, in case the write filter was modified. Restore the
8464 current record after read-file-filter finishes.
8465
8466 1999-05-29 Karl Heuer <kwzh@gnu.org>
8467
8468 * ispell4.el: Obsolete; file deleted.
8469
8470 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
8471
8472 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
8473 VALUE is a syntax table.
8474
8475 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
8476
8477 * simple.el (zap-to-char): Doc fix.
8478
8479 1999-05-27 Ken'ichi Handa <handa@gnu.org>
8480
8481 * isearch.el (isearch-quote-char): Don't assume character codes
8482 0200 - 0237 stand for characters in some single-byte character
8483 charset.
8484
8485 1999-05-27 Dave Love <fx@gnu.org>
8486
8487 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
8488
8489 1999-05-27 Andreas Schwab <schwab@gnu.org>
8490
8491 * dired-aux.el (dired-insert-subdir-doinsert): Check that the
8492 headerline does not exist already.
8493
8494 1999-05-26 Richard Stallman <rms@gnu.org>
8495
8496 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
8497 Avoid nested null-loops.
8498
8499 1999-05-26 Ken'ichi Handa <handa@gnu.org>
8500
8501 * international/characters.el: Typo fixed; prefered->preferred.
8502
8503 * international/mule-cmds.el (find-coding-systems-for-charsets):
8504 Typo fixed; prefered->preferred.
8505
8506 * map-ynp.el (map-y-or-n-p): Don't inherit the current input
8507 method in read-event.
8508
8509 * international/mule.el (charset-info): Doc-string fixed.
8510
8511 1999-05-25 Ken'ichi Handa <handa@gnu.org>
8512
8513 * mail/smtpmail.el (smtpmail-send-it): Bind
8514 smtpmail-code-conv-from properly.
8515 (smtpmail-send-data-1): If DATA is a multibyte string, encode it
8516 by smtpmail-code-conv-from.
8517
8518 1999-05-24 Richard Stallman <rms@gnu.org>
8519
8520 * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
8521 Binding deleted also.
8522
8523 1999-05-24 Karl Heuer <kwzh@gnu.org>
8524
8525 * comint.el (comint-bol-or-process-mark): Doc fix.
8526
8527 1999-05-23 Dave Love <fx@gnu.org>
8528
8529 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
8530 Enter it on minor-mode-map-alist.
8531 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed.
8532 Autoload. Add custom setter.
8533 (crisp-mark-line): Doc fix.
8534 (crisp-mode): Autoload. Re-write not to frob keymaps directly.
8535 (crisp-mode-hook): Define.
8536
8537 1999-05-23 Ken'ichi Handa <handa@gnu.org>
8538
8539 * files.el (recover-file): Recover buffer-file-coding-system.
8540
8541 1999-05-22 Richard Stallman <rms@gnu.org>
8542
8543 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
8544 regexp match the date, to avoid treating date as file size.
8545 Add YYYY S option to WESTERN/
8546
8547 * bookmark.el: Delete some XEmacs compatibility code.
8548 (bookmark-jump-noselect): Check vc-backend.
8549
8550 * subr.el (add-to-list): Doc fix.
8551
8552 1999-05-21 Stephen Eglen <stephen@gnu.org>
8553
8554 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
8555
8556 1999-05-18 Richard Stallman <rms@gnu.org>
8557
8558 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
8559 non-space after the @anchor command.
8560 (texinfo-format-var): Handle other nested constructs, using
8561 texinfo-parse-expanded-arg and texinfo-discard-command, not
8562 texinfo-parse-arg-discard.
8563
8564 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
8565 (debug): Bind and use debugger-outer-inhibit-redisplay.
8566 Bind inhibit-redisplay to nil.
8567 (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
8568
8569 1999-05-17 Dave Love <fx@gnu.org>
8570
8571 * help.el (describe-function-1): Extra arg, interactive-p.
8572 (describe-key, describe-function): Use it.
8573
8574 1999-05-17 Karl Heuer <kwzh@gnu.org>
8575
8576 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
8577
8578 1999-05-16 Dave Love <fx@gnu.org>
8579
8580 * cus-start.el (all): Delete selective-display. Add scroll-margin,
8581 scroll-preserve-screen-position, scroll-conservatively.
8582
8583 1999-05-16 Dave Love <fx@gnu.org>
8584
8585 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
8586
8587 1999-05-15 Reto Zimmermann <reto@Synopsys.COM>
8588
8589 * progmodes/vhdl-mode.el: Completely revised and massively extended.
8590
8591 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8592
8593 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
8594 magic number and is not associated with a file.
8595
8596 1999-05-14 Richard M. Stallman <rms@gnu.org>
8597
8598 * files.el (find-file-noselect-1): Fix previous change.
8599
8600 1999-05-14 Simon Marshall <simon@gnu.org>
8601
8602 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
8603
8604 1999-05-13 Ken'ichi Handa <handa@gnu.org>
8605
8606 * international/mule-diag.el (mule-diag): Change MULE to Mule in
8607 docstring.
8608
8609 * international/mule-cmds.el: Change MULE to Mule in docstrings
8610 and menus.
8611
8612 1999-05-10 Kenichi HANDA <handa@etl.go.jp>
8613
8614 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
8615 to correctly reflect the value of BaseLineOffset in
8616 RelativeCompose. Now the value of RelativeCompose is an array of
8617 low and high positions.
8618 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
8619 RLC for the above change.
8620
8621 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org>
8622
8623 * comint.el (comint-password-prompt-regexp): Modified to match the
8624 output of ksu and ssh-add.
8625
8626 1999-05-11 Kenichi HANDA <handa@etl.go.jp>
8627
8628 * language/korea-util.el (isearch-toggle-korean-input-method):
8629 Adjusted for the change of input method handling in isearch.el.
8630 (isearch-hangul-switch-symbol-ksc): Likewise.
8631 (isearch-hangul-switch-hanja): Likewise.
8632
8633 1999-05-10 Dave Love <fx@gnu.org>
8634
8635 * help.el (help-make-xrefs): Fix typo.
8636
8637 1999-05-10 Andreas Schwab <schwab@gnu.org>
8638
8639 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
8640 unibyte-display-via-language-environment.
8641
8642 * help.el (help-make-xrefs): Handle more cases when looking for
8643 commands in a keymap description.
8644
8645 1999-05-10 Eli Zaretskii <eliz@gnu.org>
8646
8647 * loadup.el: For ms-dos systems, load ccl and codepage.
8648
8649 1999-05-09 Ken'ichi Handa <handa@gnu.org>
8650
8651 * ps-print.el (ps-control-character): Call
8652 ps-mule-prepare-ascii-font to setup ASCII fonts.
8653
8654 * ps-mule.el (ps-mule-begin-job): Redo this change "if
8655 ps-multibyte-buffer is nil, use
8656 ps-mule-font-info-database-default."
8657
8658 1999-05-08 Ken Stevens <k.stevens@ieee.org>
8659
8660 * ispell.el (ispell-local-dictionary-alist): New variable for
8661 customizing local dictionaries not accessable by everyone.
8662 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
8663 (ispell-required-version): Changed format `(major minor
8664 revision)' to support general pattern matching.
8665 (ispell-tex-skip-alists): AMS Tex block comment and `\author'
8666 skip region commented out due to incorrect skip potential in std latex.
8667 (ispell-word): Removed `when' macro. Fixed bug of not restoring
8668 cursor point on small words for calls from `ispell-minor-mode'.
8669 (check-ispell-version): Tests and accepts versions major.minor
8670 and above, with adjustments for interactions in 3.1.0-3.1.11.
8671 (ispell-get-line): No longer skips ispell process special characters.
8672 (ispell-comments-and-strings): Removed `when' macro call.
8673 (ispell-minor-check): Requires ispell-word to restore cursor point.
8674 (ispell-buffer-local-parsing): Supports checking comments only.
8675
8676 1999-05-08 Karl Heuer <kwzh@gnu.org>
8677
8678 * comint.el (comint-password-prompt-regexp): Fix last change to be
8679 more specific.
8680
8681 1999-05-07 Richard M. Stallman <rms@gnu.org>
8682
8683 * subr.el (with-temp-message): Fix the other call to message
8684 to use %s.
8685
8686 1999-05-07 Michael Ernst <mernst@alum.mit.edu>
8687
8688 * gud.el (gud-format-command): "%F" means file sans extension.
8689 (jdb): Use %F, not %f, for gud-break.
8690
8691 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org>
8692
8693 * comint.el (comint-password-prompt-regexp): Modified so that it
8694 matches the output of kinit.
8695
8696 1999-05-06 Greg Stark <gsstark@mit.edu>
8697
8698 * timezone.el (timezone-parse-date): Recognize new format used in
8699 internet cookies.
8700
8701 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu>
8702
8703 * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
8704
8705 1999-05-04 Andrew Innes <andrewi@gnu.org>
8706
8707 * time.el (display-time-update): Allow for wrap-around when
8708 checking against display-time-server-down-time.
8709
8710 1999-05-04 Ken'ichi Handa <handa@gnu.org>
8711
8712 * international/mule-diag.el (describe-coding-system): Fix English
8713 message.
8714
8715 1999-05-03 Jason Rumney <jasonr@altavista.net>
8716
8717 * term/w32-win.el: Change the x-charset-registry property for the
8718 Japanese charsets that are supported by Japanese Windows fonts.
8719
8720 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8721
8722 * diary-lib.el (diary-remind): Rewritten to behave sensibly for
8723 diary-block diary entries for which the reminders and the diary
8724 entries can overlap.
8725
8726 1999-05-02 Jason Rumney <jasonr@altavista.net>
8727
8728 * term/w32-win.el (mouse-set-font): Ensure constructed fontset
8729 matches the font selected in the dialog.
8730
8731 1999-05-02 Dave Love <fx@gnu.org>
8732
8733 * browse-url.el (browse-url-browser-function): Add :version.
8734
8735 * international/mule.el (auto-coding-alist): Add .tgz.
8736
8737 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il>
8738
8739 * international/codepage.el (cp-coding-system-for-codepage-1):
8740 Make the magnification parameter for the -dos encoder be 2.
8741
8742 1999-05-2 Andrew Innes <andrewi@gnu.org>
8743
8744 * term/w32-win.el (w32-drag-n-drop): Select file in window where
8745 it is dropped, rather than current window.
8746
8747 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
8748 after switching buffer, as case-fold-search is a buffer local
8749 variable.
8750
8751 * w32-fns.el (convert-standard-filename): Only convert directory
8752 separators to backslash if the interactive shell is one of the
8753 standard Windows shells that has DOS semantics.
8754
8755 * ls-lisp.el (ls-lisp-format-time): Trap errors from
8756 format-time-string, and return a suitable string to indicate the
8757 timestamp was invalid.
8758
8759 * hexl.el (hexlify-command): Apply shell-quote-argument after
8760 expanding hexl-program in case exec-directory contains a space.
8761 (dehexlify-command): Ditto.
8762
8763 * dos-w32.el (file-name-buffer-file-type-alist): Remove various
8764 file extension regexps which aren't necessarily binary files.
8765 (direct-print-region-helper): Use subst-char-in-string instead of
8766 binding directory-sep-char to convert filenames to DOS syntax.
8767 (direct-print-region-use-command-dot-com): New variable.
8768 (direct-print-region-helper): Use it to control whether to invoked
8769 command.com to print on Windows 9x.
8770
8771 * browse-url.el (browse-url-browser-function): Default to
8772 browse-url-default-windows-browser on windows-nt.
8773 (browse-url-default-windows-browser): New function.
8774
8775 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il>
8776
8777 * forms.el (forms-mode): Don't call forms-first-record or
8778 forms-last-record if the data file has zero records.
8779
8780 1999-04-29 Richard M. Stallman <rms@gnu.org>
8781
8782 * files.el (find-file-noselect-1): If buffer-file-name has changed
8783 after find-file-not-found-hooks runs, recompute the truename.
8784 And don't use FILENAME after that point.
8785
8786 1999-04-27 Dave Love <fx@gnu.org>
8787
8788 * paren.el (show-paren-mode)
8789 * which-func.el (which-func-mode-global)
8790 * type-break.el (type-break-mode)
8791 * time.el (display-time-mode)
8792 * rsz-mini.el (resize-minibuffer-mode)
8793 * mouse-sel.el (mouse-sel-mode)
8794 * icomplete.el (icomplete-mode)
8795 * hscroll.el (hscroll-global-mode)
8796 * help.el (temp-buffer-resize-mode)
8797 * font-lock.el (global-font-lock-mode)
8798 * delsel.el (delete-selection-mode)
8799 * avoid.el (mouse-avoidance-mode)
8800 * autoinsert.el (auto-insert-mode)
8801 * winner.el (winner-mode): Doc fix.
8802
8803 1999-04-26 Karl Heuer <kwzh@gnu.org>
8804
8805 * mail/rmail.el (rmail-next-same-subject): When searching, ignore
8806 the same whitespace that was ignored in choosing the subject string.
8807
8808 1999-04-26 Richard M. Stallman <rms@gnu.org>
8809
8810 * info.el (Info-find-node): Position properly after finding anchor.
8811
8812 * cus-start.el (all): Handle unibyte-display-via-language-environment.
8813
8814 * simple.el (indent-new-comment-line): Fix previous change.
8815
8816 * complete.el: Delete the wildcard expansion feature
8817 since that is now standard in find-file.
8818 (PC-try-load-many-files): Function deleted.
8819 (PC-after-load-many-files): Function deleted.
8820 (PC-many-files-list): Variable deleted.
8821 (PC-disable-wildcards): Variable deleted.
8822 (partial-completion-mode): Don't enable the wildcard feature.
8823
8824 * complete.el (PC-look-for-include-file): Don't set global variables
8825 `error', `buf' and `filename' here.
8826
8827 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
8828
8829 1999-04-26 John Wiegley <johnw@oneworld.new-era.com>
8830
8831 * textmodes/outline.el (outline-regexp): Doc fix.
8832
8833 1999-04-26 John Wiegley <johnw@borland.com>
8834
8835 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
8836 C++Builder 4.0 error message syntax.
8837
8838 1999-04-26 Mark Diekhans <markd@Grizzly.COM>
8839
8840 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
8841 supported, use find -exec.
8842
8843 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
8844
8845 * textmodes/texinfmt.el (texinfo-format-buffer): Bind
8846 coding-system-for-write, to avoid hanging when non-interactive.
8847
8848 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
8849
8850 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
8851 start with a newline.
8852
8853 1999-04-13 Ken'ichi Handa <handa@gnu.org>
8854
8855 * international/mule-conf.el (x-ctext): New coding system.
8856
8857 1999-04-12 Richard M. Stallman <rms@gnu.org>
8858
8859 * international/mule-cmds.el (input-method-function):
8860 Add permanent-local property.
8861
8862 1999-04-12 Dave Love <fx@gnu.org>
8863
8864 * jka-compr.el (jka-compr-insert-file-contents): Fix previous
8865 change to use jka-compr-byte-compiler-base-file-name.
8866
8867 * supercite.el (sc-scan-info-alist): Revert last change.
8868 (sc-attrib-selection-list): Fix :type here instead.
8869
8870 1999-04-11 Eli Zaretskii <eliz@gnu.org>
8871
8872 * international/mule.el (auto-coding-alist-lookup): Include ms-dos
8873 in the list of case-insensitive filesystems.
8874
8875 1999-04-09 Kenichi Handa <handa@etl.go.jp>
8876
8877 * international/fontset.el (create-fontset-from-fontset-spec):
8878 Don't register duplicated alias fontset names.
8879
8880 1999-04-08 Richard Stallman <rms@gnu.org>
8881
8882 * international/mule.el (auto-coding-alist-lookup): New function.
8883 (set-auto-coding): Use auto-coding-alist-lookup.
8884
8885 * jka-compr.el (jka-compr-insert-file-contents):
8886 Use auto-coding-alist-lookup to check for files that
8887 should not have eol conversion, in the unibyte case.
8888
8889 1999-04-07 Dave Love <fx@gnu.org>
8890
8891 * help.el (describe-variable): Check custom-loads property as well
8892 as custom-type.
8893
8894 * abbrev.el (abbrev-mode): Customizing sets the default value.
8895
8896 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de>
8897
8898 * vc.el (vc-backend-revert): For CVS files that were made
8899 writeable with "cvs edit", call "cvs unedit" to undo that.
8900
8901 1999-04-08 Dave Love <fx@gnu.org>
8902
8903 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
8904 more.
8905 (sc-emacs-features): Recognize Emacs 20.
8906 (sc-read-string): Use history arg.
8907 (sc-scan-info-alist): Check for rtnvalue a cons.
8908
8909 1999-04-08 Kenichi HANDA <handa@etl.go.jp>
8910
8911 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
8912 coding system to encode the message by
8913 select-message-coding-system.
8914
8915 1999-04-07 Richard Stallman <rms@gnu.org>
8916
8917 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
8918
8919 * winner.el: Reorder definitions.
8920
8921 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
8922
8923 * mail/rmail.el (rmail-decode-babyl-format):
8924 Undo previous change.
8925
8926 1999-04-06 Richard Stallman <rms@gnu.org>
8927
8928 * info.el (Info-find-node): Check for an anchor at the
8929 proper place, before reading an indirect file.
8930
8931 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
8932
8933 * jka-compr.el (jka-compr-insert-file-contents):
8934 Use raw-text-unix when we want no conversion.
8935
8936 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
8937
8938 * timezone.el (timezone-parse-date): Corrected regexp for
8939 style (5) date format so that tenths of seconds are optional.
8940
8941 1999-04-05 Eli Zaretskii <eliz@gnu.org>
8942
8943 * term/internal.el (dos-cpNNN-setup): New function, with the guts
8944 of dos-codepage-setup.
8945 (cjk-codepages-alist): New variable, an alist of Far-Eastern
8946 codepages for which there's no need to set up cpNNN coding
8947 systems.
8948 (dos-codepage-setup): Support Far-Eastern DOS terminals.
8949
8950 1999-04-05 Richard Stallman <rms@gnu.org>
8951
8952 * mail/rmail.el (rmail-ignored-headers): Doc fix.
8953
8954 1999-04-02 Richard Stallman <rms@gnu.org>
8955
8956 * progmodes/compile.el (compilation-handle-exit): Do right thing
8957 if (car status) doesn't end in a newline.
8958
8959 1999-04-01 Dave Love <fx@gnu.org>
8960
8961 * progmodes/sql.el (SQL): Add defgroup :version.
8962
8963 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
8964
8965 * emacs-lisp/bytecomp.el (byte-compile-file): Clear
8966 buffer-file-coding-system. If the coding system used is raw-text,
8967 etc., make the *Compiler Input* buffer unibyte.
8968
8969 * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
8970
8971 * loadup.el: Don't write the fns-...el file if not dumping.
8972
8973 1999-03-31 Dave Love <fx@gnu.org>
8974
8975 * snmp-mode.el (snmp): Fix defgroup :version.
8976
8977 * hilit-chg.el (highlight-changes): Add defgroup :version.
8978
8979 1999-03-31 Andreas Schwab <schwab@gnu.org>
8980
8981 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
8982 the gnus-save-hidden-threads macro.
8983
8984 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk>
8985
8986 * faces.el (face-set-after-frame-default): Obey the
8987 `customized-face' for new faces.
8988
8989 1999-03-30 Dave Love <fx@gnu.org>
8990
8991 * international/mule-cmds.el (current-language-environment): Doc fix.
8992 * abbrev.el (abbrev-mode): Doc fix.
8993 * autoinsert.el (auto-insert-mode): Doc fix.
8994 * complete.el (partial-completion-mode): Doc fix.
8995 * avoid.el (mouse-avoidance-mode): Doc fix.
8996 * delsel.el (delete-selection-mode): Doc fix.
8997 * font-lock.el (global-font-lock-mode): Doc fix.
8998 * help.el (temp-buffer-resize-mode): Doc fix.
8999 * hscroll.el (hscroll-global-mode): Doc fix.
9000 * icomplete.el (icomplete-mode): Doc fix.
9001 * mouse-sel.el (mouse-sel-mode): Doc fix.
9002 * paren.el (show-paren-mode): Doc fix.
9003 * rsz-mini.el (resize-minibuffer-mode): Doc fix.
9004 * time.el (display-time-mode): Doc fix.
9005 * type-break.el (type-break-mode): Doc fix.
9006 * which-func.el (which-func-mode-global): Doc fix.
9007 * winner.el (winner-mode): Doc fix.
9008
9009 1999-03-30 Michael Ernst <mernst@alum.mit.edu>
9010
9011 * wid-edit.el (widget-before-change): Signal text-read-only rather
9012 than an ordinary error.
9013
9014 1999-03-30 Richard M. Stallman <rms@gnu.org>
9015
9016 * repeat.el: Don't require advice.
9017 (repeat): Do function-indirection in check for kbd macro.
9018 In self-insert case, use the *last* char in INSERTION.
9019
9020 1999-03-30 Karl Heuer <kwzh@gnu.org>
9021
9022 * progmodes/cc-cmds.el (c-indent-command): Doc fix.
9023
9024 1999-03-29 Andreas Schwab <schwab@gnu.org>
9025
9026 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
9027 comint-input-filter-functions. Make variables related to shell
9028 directory tracking local.
9029
9030 1999-03-26 Andreas Schwab <schwab@gnu.org>
9031
9032 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
9033
9034 * simple.el (shell-command-on-region): Cope with exit-status being
9035 nil, which happens if call-process-region was interrupted.
9036
9037 1999-03-26 Richard M. Stallman <rms@gnu.org>
9038
9039 * simple.el (indent-new-comment-line): Handle use at a point
9040 after a comment-end. Handle multiple comments.
9041
9042 * mail/rmail.el (rmail-decode-babyl-format):
9043 To prevent locking, bind buffer-file-name to nil.
9044
9045 1999-03-26 Karl Fogel <kfogel@red-bean.com>
9046
9047 * mail-hist.el (mail-hist-current-header-name): Don't make
9048 off-by-one-error when determining if in message body.
9049
9050 1999-03-25 Andrew Innes <andrewi@gnu.org>
9051
9052 * w32-fns.el (set-default-process-coding-system): Copied from
9053 dos-w32.el, but modified to use Unix line endings for process
9054 input, and to add a suitable entry to process-coding-system-alist
9055 for DOS shells.
9056
9057 * dos-fns.el (set-default-process-coding-system): Copied from
9058 dos-w32.el.
9059
9060 * dos-w32.el (set-default-process-coding-system): Move function to
9061 dos-fns.el; a different version is used in w32-fns.el.
9062
9063 1999-03-24 Dave Love <fx@gnu.org>
9064
9065 * info.el (Info-directory-list): Revert change to re-writing
9066 Info-default-directory-list, but put `alternative' first.
9067 (Info-insert-dir): Modify selecting the top dir file as a consequence.
9068
9069 1999-03-23 Simon Marshall <simon@gnu.org>
9070
9071 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
9072 on the line by itself.
9073 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if
9074 it is not in a declarative context.
9075
9076 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk>
9077
9078 * cus-edit.el (custom-variable-prompt): Allow customization of
9079 autoloaded symbols.
9080
9081 1999-03-22 Kenichi HANDA <handa@etl.go.jp>
9082
9083 * simple.el (what-cursor-position): Don't cause error when point
9084 is at invalid multibyte sequence.
9085
9086 1999-03-21 Karl Heuer <kwzh@gnu.org>
9087
9088 * complete.el (partial-completion-mode): Doc fix.
9089
9090 1999-03-19 Richard M. Stallman <rms@gnu.org>
9091
9092 * progmodes/cplus-md.el (old-c++): Remove :group.
9093
9094 * progmodes/c-mode.el (old-c): Remove :group.
9095
9096 1999-03-18 Simon Marshall <simon@gnu.org>
9097
9098 * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
9099 (java-font-lock-keywords-2): Added "strictfp" keyword.
9100
9101 1999-03-17 Jason Rumney <jasonr@altavista.net>
9102
9103 * w32-fns.el (set-w32-system-coding-system) New function.
9104 (w32-system-coding-system) Initialize to 'iso-latin-1.
9105
9106 1999-03-17 Eli Zaretskii <eliz@gnu.org>
9107
9108 * international/mule-cmds.el (set-language-environment): Fix
9109 previous change: don't use dos-codepage when unbound.
9110
9111 1999-03-17 Karl Heuer <kwzh@gnu.org>
9112
9113 * calendar/appt.el (appt-make-list): Fix previous change.
9114
9115 1999-03-16 Richard M. Stallman <rms@gnu.org>
9116
9117 * window.el (shrink-window-if-larger-than-buffer):
9118 Don't try to redisplay with the cursor at the end
9119 on its own line--that would force a scroll and spoil things.
9120
9121 1999-03-16 Eli Zaretskii <eliz@gnu.org>
9122
9123 * international/mule-cmds.el (set-language-environment): Don't use
9124 cpNNN-nonascii-translation-table if it is unbound.
9125
9126 * term/internal.el (dos-codepage-setup): Compute the unibyte
9127 syntax table and bind unibyte-display-via-language-environment
9128 here, rather than at top level, so that resetting to unibyte in
9129 .emacs works as expected.
9130
9131 1999-03-15 Simon Marshall <simon@gnu.org>
9132
9133 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
9134
9135 1999-03-14 Milan Zamazal <pdm@pvt.net>
9136
9137 * abbrev.el (inverse-add-abbrev): Inherit the current input method.
9138
9139 1999-03-14 Kenichi Handa <handa@etl.go.jp>
9140
9141 * international/mule-util.el (detect-coding-with-priority):
9142 Restore the internal database.
9143
9144 1999-03-14 Stephen Eglen <stephen@gnu.org>
9145
9146 * mail/sendmail.el (sendmail-send-it): Fix typo in error string
9147 if mail-from-style has invalid value.
9148
9149 1999-03-12 Karl Heuer <kwzh@gnu.org>
9150
9151 * vc.el (vc-delete-logbuf-window): New var.
9152 (vc-finish-logentry): Use it.
9153
9154 1999-03-12 Richard M. Stallman <rms@gnu.org>
9155
9156 * startup.el (command-line-1): Improve startup msg.
9157
9158 1999-03-12 Eric M. Ludlam <zappo@ultranet.com>
9159
9160 * speedbar.el: Added commentary about stealthy functions.
9161 (speedbar-message) new function.
9162 (speedbar-y-or-n-p): New function
9163 (speedbar-with-attached-buffer) Moved macro before reference.
9164 Now uses `save-selected-window'.
9165 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
9166 speedbar-generic-item-info, speedbar-item-info-file-helper,
9167 speedbar-item-delete, speedbar-insert-generic-list,
9168 speedbar-timer-fn, speedbar-check-vc-this-line,
9169 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
9170 speedbar-buffers-item-info) Use speedbar-message.
9171 (speedbar-item-info) Limit `message-log-max'.
9172 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
9173 speedbar-item-delete, speedbar-item-object-delete,
9174 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
9175
9176 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp>
9177
9178 * server.el (server-start): Set coding system for the server
9179 process to raw-text.
9180 (server-process-filter): Decode file names if necessary.
9181
9182 1999-03-12 Dave Love <fx@gnu.org>
9183
9184 * textmodes/fill.el (sentence-end-double-space): Doc fix.
9185
9186 * textmodes/paragraphs.el (sentence-end): Doc fix.
9187
9188 1999-03-11 Karl Heuer <kwzh@gnu.org>
9189
9190 * comint.el (comint-password-prompt-regexp): Accept "login password:"
9191
9192 1999-03-09 Karl Heuer <kwzh@gnu.org>
9193
9194 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
9195 (ispell-dictionary-alist-2): Likewise.
9196 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
9197 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
9198 (ispell-dictionary-alist): Build from six pieces, not just two.
9199
9200 * ps-bdf.el (bdf-directory-list): Doc fix.
9201
9202 * enriched.el (enriched-mode): Make var permanent-local.
9203
9204 1999-03-09 Dave Love <fx@gnu.org>
9205
9206 * textmodes/sgml-mode.el (html-mode): Use
9207 sentence-end-double-space when setting sentence-end.
9208
9209 1999-03-09 Ken'ichi Handa <handa@gnu.org>
9210
9211 * language/thai.el (tis-620): New alias coding system for thai-tis620.
9212
9213 1999-03-08 Felix Lee <flee@cygnus.com>
9214
9215 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
9216
9217 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
9218
9219 1999-03-08 Karl Heuer <kwzh@gnu.org>
9220
9221 * dired-aux.el (dired-do-copy-regexp): Doc fix.
9222 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
9223
9224 * dired.el (dired-do-copy-regexp): Doc fix.
9225 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
9226
9227 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com>
9228
9229 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
9230
9231 1999-03-08 Jason Rumney <jasonr@altavista.net>
9232
9233 * international/codepage.el (cp1250-decode-table)
9234 (cp1251-decode-table, cp1253-decode-table)
9235 (cp1257-decode-table): New translation tables for MS Windows codepages.
9236 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
9237
9238 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
9239
9240 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
9241
9242 1999-03-07 Eli Zaretskii <eliz@gnu.org>
9243
9244 * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
9245
9246 * term/internal.el (top level): Display character 255 as 8bit as well.
9247
9248 1999-03-06 Dave Love <fx@gnu.org>
9249
9250 * progmodes/cc-cmds.el (c-outline-level): Bind
9251 buffer-invisibility-spec.
9252
9253 * progmodes/c-mode.el (c-outline-level): Likewise.
9254
9255 * progmodes/ada-mode.el (ada-outline-level): Likewise.
9256
9257 1999-03-05 Felix Lee <flee@cygnus.com>
9258
9259 * textmodes/outline.el (outline-get-last-sibling): Doc fix.
9260
9261 1999-03-05 Richard M. Stallman <rms@gnu.org>
9262
9263 * bindings.el (complete-symbol): Invert meaning of prefix arg.
9264
9265 1999-03-05 Andrew Innes <andrewi@gnu.org>
9266
9267 * w32-fns.el (convert-standard-filename): Convert directory
9268 separators to Windows format.
9269
9270 1999-03-05 Andreas Schwab <schwab@gnu.org>
9271
9272 * international/skkdic-cnv.el: Provide skkdic-cnv.
9273 (skkdic-convert): Emit code to require skkdic-cnv at compile time.
9274 (batch-skkdic-convert): Doc fix.
9275
9276 1999-03-04 Dave Love <fx@gnu.org>
9277
9278 * custom.el (custom-set-variables): Protect against setter errors.
9279
9280 1999-03-04 Eli Zaretskii <eliz@gnu.org>
9281
9282 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
9283 the file sizes from overflowing.
9284 (ls-lisp-format): If file size is a float, use %8.0f to print it.
9285 Under -s, print the size in blocks with %4.0f, in case they have
9286 a *really* huge file.
9287
9288 1999-03-03 Dave Love <fx@gnu.org>
9289
9290 * options.el (edit-options): Doc fix.
9291 (list-options): Don't lose with unbound symbols. Maintain
9292 Edit-options-mode.
9293
9294 1999-03-01 Dave Love <fx@gnu.org>
9295
9296 * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
9297
9298 1999-02-28 Richard M. Stallman <rms@gnu.org>
9299
9300 * ispell.el (ispell-dictionary-alist-override): New variable.
9301 (ispell-dictionary-alist): Don't setq it,
9302 if ispell-dictionary-alist-override is set.
9303
9304 * simple.el (shell-command-default-error-buffer): Renamed from
9305 shell-command-on-region-default-error-buffer.
9306 (shell-command-on-region): Mention in echo area when there
9307 is some error output. Mention success or failure, too.
9308 Accumulate multiple error outputs
9309 going forward, with formfeed in between. Display the error buffer
9310 when we have put something in it.
9311 (shell-command): Add the ERROR-BUFFER argument feature.
9312
9313 1999-02-28 Karl Heuer <kwzh@gnu.org>
9314
9315 * mail/mh-utils.el (mh-lib): Doc fix.
9316 (mh-lib-progs, mh-nmh-p): New vars.
9317 (mh-find-progs): Set mh-lib-progs along with other vars.
9318 (mh-path-search): New arg FUNC-P; if specified, use that instead
9319 of mh-file-command-p.
9320 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
9321
9322 * mail/mh-comp.el (mh-repl-formfile): New var.
9323 (mh-smail-batch): Don't ignore all arguments.
9324 (mh-reply): Do the right thing when using nmh.
9325
9326 1999-02-27 Kenichi Handa <handa@etl.go.jp>
9327
9328 * international/mule-cmds.el (select-safe-coding-system): Be sure
9329 to show a buffer being decoded.
9330
9331 1999-02-26 Ken'ichi Handa <handa@gnu.org>
9332
9333 * ps-bdf.el (bdf-directory-list): Initialize it to
9334 '("/usr/local/share/emacs/fonts/bdf").
9335
9336 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9337
9338 * ps-print.el: PostScript programming fix.
9339 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
9340 setpagedevice operator).
9341
9342 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9343
9344 * ps-print.el: Doc fix, font size specifies landscape and portrait
9345 sizes.
9346 (ps-print-version): New version number (4.1.4).
9347 (ps-font-size, ps-header-font-size, ps-header-title-font-size):
9348 Specifies landscape and portrait sizes.
9349 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
9350 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
9351 fix.
9352 (ps-get-font-size): New fun.
9353 (ps-font-size-internal, ps-header-font-size-internal)
9354 (ps-header-title-font-size-internal): New vars.
9355
9356 * ps-mule.el: Change of ps-print font size variable name.
9357 (ps-mule-generate-font): Fun fix.
9358 (ps-mule-begin-job): Programming uniformization.
9359
9360 1999-02-25 Dave Love <fx@gnu.org>
9361
9362 * help.el (help-xref-info-regexp): Allow linebreaks and capital.
9363 (help-make-xrefs): Do Info case first.
9364
9365 * repeat.el: Don't require advice.
9366 (repeat-last-kill-command): Variable deleted.
9367
9368 1999-02-25 Richard Stallman <rms@gnu.org>
9369
9370 * simple.el (shell-command-on-region): Don't go into the REPLACE = t
9371 case just because the current buffer is the output buffer.
9372
9373 1999-02-25 Kenichi Handa <handa@etl.go.jp>
9374
9375 * simple.el (what-cursor-position): To show the character's
9376 encoding, use encoded-string-description instead of information
9377 of chaset-origin-alist.
9378
9379 * international/mule-cmds.el (iso-2022-control-alist): New variable.
9380 (encoded-code-description): New function.
9381 (encoded-string-description): New function.
9382 (encode-coding-char): New function.
9383
9384 1999-02-25 Andrew Innes <andrewi@gnu.org>
9385
9386 * startup.el (command-line) [windows-nt]: Fix typo in regexp
9387 checking for .emacs[.el[c]].
9388
9389 1999-02-24 Richard Stallman <rms@gnu.org>
9390
9391 * help.el (describe-function-1): Don't print a whole lambda-function.
9392
9393 1999-02-23 Ken'ichi Handa <handa@gnu.org>
9394
9395 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
9396 inputting ?\240.
9397
9398 1999-02-23 Karl Heuer <kwzh@gnu.org>
9399
9400 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
9401
9402 * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
9403 (clean-buffer-list-kill-buffer-names): Doc fix.
9404
9405 * gud.el (gud-jdb-massage-args): Spelling fix.
9406
9407 1999-02-23 Richard M. Stallman <rms@gnu.org>
9408
9409 * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
9410
9411 1999-02-22 Eli Zaretskii <eliz@gnu.org>
9412
9413 * arc-mode.el (archive-set-buffer-as-visiting-file): Save
9414 excursion while calling set-auto-coding-function.
9415
9416 * play/handwrite.el (handwrite): Require ps-print, and use
9417 ps-printer-name and ps-lpr-command. Call ps-print-region-function
9418 if it's defined, instead of forking ps-lpr-command unconditionally.
9419
9420 1999-02-22 Kenichi Handa <handa@etl.go.jp>
9421
9422 * international/codepage.el (cp-coding-system-for-codepage-1): Put
9423 charset-origin-alist property to a coding system for the codepage.
9424
9425 * international/mule.el: Modify comment for charset-origin-alist
9426 property of a coding system.
9427
9428 * simple.el (what-cursor-position): charset-origin-alist property
9429 of a coding system may be a translation table or a symbol of which
9430 `translation-table' property is a translation table.
9431
9432 1999-02-21 Richard Stallman <rms@gnu.org>
9433
9434 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
9435 to the "html" template.
9436
9437 1999-02-21 Peter Breton <pbreton@ne.mediaone.net>
9438
9439 * dirtrack.el (dirtrack): Added docstring. Now returns input.
9440
9441 1999-02-18 Peter Breton <pbreton@ne.mediaone.net>
9442
9443 * dirtrack.el (dirtrack): Check for the prompt in the input string
9444 instead of the buffer.
9445
9446 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch>
9447
9448 * sql.el: Set version to 1.4.1. Changed mail address to
9449 alex@gnu.org. Mention the mailing list sql.el@gnu.org.
9450 (sql-input-ring-separator): Doc fix.
9451 (sql-mode-syntax-table): double-dash starts comments is defined as
9452 ". 56" instead of ". 12b" for XEmacs.
9453 (sql-stop, sql-interactive-mode): Doc fixes.
9454 (sql-postgres): Queries for database and server, not just one.
9455 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
9456
9457 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
9458 changed. This is needed for master.el to work.
9459 (sql-set-sqli-buffer): Use the new hook.
9460
9461 * sql.el (sql-make-alternate-buffer-name): Function that sets
9462 sql-alternate-buffer-name.
9463 (sql-alternate-buffer-name): Possible name of SQLi buffers.
9464 (sql-interactive-mode): Set sql-alternate-buffer-name.
9465 (sql-rename-buffer): New command.
9466 (sql-interactive-mode-menu): Menu for SQLi buffers.
9467
9468 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator
9469 and sql-input-ring-file-name are used to temporarily set
9470 comint-input-ring-file-name and comint-input-ring-separator when
9471 reading and writing input history files.
9472
9473 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
9474 (sql-input-ring-file-name): New variable with customization.
9475 (sql-input-ring-separator): New variable with customization.
9476 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
9477 Callers changed.
9478 (sql-show-sqli-buffer): The message for "sql-buffer is not set"
9479 now includes the name of the current buffer.
9480
9481 (sql-mode): Set paragraph-separate and paragraph-start so that
9482 sql-send-paragraph sends the entire SQL statements, even if it
9483 contains indented lines.
9484
9485 1999-02-18 Dave Love <fx@gnu.org>
9486
9487 * format.el (format-encode-run-method, format-decode-run-method):
9488 Fix previous change.
9489
9490 1999-02-18 Ken'ichi Handa <handa@gnu.org>
9491
9492 * international/mule.el (coding-system-list): Moved here from
9493 mule-util.el to avoid autoloading mule-util by the call of
9494 select-safe-coding-system.
9495
9496 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
9497
9498 * simple.el (turn-on-auto-fill): Mark it as an option for
9499 `text-mode-hook'.
9500
9501 1999-02-17 Richard Stallman <rms@gnu.org>
9502
9503 * emacs-lisp/easymenu.el (easy-menu-get-map):
9504 Don't crash if (current-local-map) is nil.
9505
9506 1999-02-17 Peter Breton <pbreton@ne.mediaone.net>
9507
9508 * filecache.el (file-cache-filter-regexps): Added .class.
9509
9510 1999-02-17 Ken'ichi Handa <handa@gnu.org>
9511
9512 * international/mule-util.el (decompose-region): Use
9513 insert-buffer-substring instead of insert-buffer to avoid putting
9514 mark.
9515
9516 1999-02-17 Andreas Schwab <schwab@gnu.org>
9517
9518 * calendar/cal-move.el (scroll-calendar-left): Don't set
9519 displayed-month and displayed-year here, let generate-calendar do
9520 it, after range checking.
9521
9522 1999-02-17 Simon Marshall <simon@gnu.org>
9523
9524 * progmodes/cc-engine.el (c-at-toplevel-p): New function.
9525
9526 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
9527 correctly between an object declared via a constructor and a method.
9528 (font-lock-defaults-alist): Don't give `.' word syntax for Java.
9529 (java-font-lock-keywords-1): Fontify package names individually.
9530 (java-font-lock-extra-types): Ensure regexp matches capitalised only.
9531 (java-font-lock-keywords-2): Simplify type fontification.
9532 (java-font-lock-keywords-3): Likewise.
9533
9534 1999-02-17 Kenichi Handa <handa@etl.go.jp>
9535
9536 * language/japanese.el (iso-2022-jp-2): New coding system.
9537 ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
9538
9539 1999-02-16 Dave Love <fx@gnu.org>
9540
9541 * help.el (describe-function-1): Accept non-symbols.
9542
9543 1999-02-16 Paul Eggert <eggert@twinsun.com>
9544
9545 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
9546 find the last match if there are multiple matches.
9547
9548 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9549
9550 * tex-mode.el (tex-run-command, latex-run-command)
9551 (slitex-run-command, tex-command): Doc changes.
9552 (tex-start-options-string): Autoload it. Doc change. Provide
9553 a menu for customization. Allow nil. Quote backslashes only once.
9554 (tex-start-tex): Handle nil value of tex-start-options-string
9555 and apply shell-quote-argument to it.
9556
9557 1999-02-16 Eli Zaretskii <eliz@gnu.org>
9558
9559 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
9560 the size in blocks, since it can be a float.
9561 (ls-lisp-format): Likewise
9562
9563 1999-02-16 Ken'ichi Handa <handa@gnu.org>
9564
9565 * language/japanese.el (japanese-shift-jis): Add
9566 charset-origin-alist property.
9567
9568 1999-02-15 Richard Stallman <rms@gnu.org>
9569
9570 * progmodes/compile.el (compile-internal): Use save-selected-window.
9571
9572 * subr.el (momentary-string-display): Bind inhibit-read-only.
9573
9574 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
9575
9576 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il>
9577
9578 * mail/rmail.el (rmail-show-message): If an unseen message has a
9579 Summary-line in its header, get past one more line before looking
9580 for the X-Coding-System header.
9581
9582 1999-02-15 Geoff Voelker <voelker@cs.washington.edu>
9583
9584 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
9585 explicitly to accomodate Windows 9X lack of a useful copy program.
9586
9587 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
9588
9589 * wid-edit.el (widget-choice-value-create): Use `equal'
9590 instead of `eq'.
9591
9592 1999-02-14 Richard Stallman <rms@gnu.org>
9593
9594 * international/iso-transl.el:
9595 (iso-transl-ae): Renamed from iso-transl-e-slash.
9596 (iso-transl-a-ring): Renamed from iso-transl-a-slash.
9597 (iso-transl-AE): Renamed from iso-transl-E-slash.
9598 (iso-transl-A-ring): Renamed from iso-transl-A-slash.
9599 (iso-transl-char-map): Related changes.
9600
9601 * format.el (format-replace-strings): Fix value of TO in REVERSE case.
9602
9603 1999-02-13 Richard Stallman <rms@gnu.org>
9604
9605 * textmodes/texinfmt.el (texinfo-alias): New function.
9606 (texinfo-fold-nodename-case): Add defvar.
9607 (texinfo-format-node): Do case folding if specified.
9608
9609 * ffap.el (ffap-file-at-point): Test local file names
9610 immediately. Strip off line numbers.
9611
9612 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch>
9613
9614 * sql.el: Set version to 1.3.2
9615 (sql-solid-program): Added support for solid.
9616 (sql-help): Doc mentions sql-solid.
9617 (sql-solid): Entry function for Solid.
9618 (sql-buffer): Doc explains the use of the variable and how to
9619 change it.
9620 (sql-mode-menu): Included entries for sql-show-sqli-buffer and
9621 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
9622 disabled if sql-buffer doesn't have a process; sql-send-paragraph
9623 is new.
9624 (sql-show-sqli-buffer): New function to display the value of
9625 sql-buffer.
9626 (sql-change-sqli-buffer): New function to change sql-buffer.
9627 (sql-mode): Doc explains how to change sql-buffer.
9628 (sql-send-paragraph): New function to send a paragraph.
9629 (sql-mode-map): Added keybinding for sql-send-paragraph.
9630 (sql-mysql): Doc corrected.
9631 (sql-ms): Doc corrected.
9632
9633 * sql.el (sql-server): Doc fix.
9634 (sql-mysql): Added the use of sql-server to specify the host,
9635 sql-database now specifies database instead of host.
9636 (sql-mode-menu): Send... menu items are only active if sql-buffer
9637 is non-nil.
9638 (sql-help): Changed tag of entry functions a bit.
9639
9640 * sql.el: Added keywords from `finder-by-keyword'.
9641 (sql-mode): Made sql-buffer a local variable, changed the
9642 documentation: removed instructions to add *.sql files to
9643 auto-mode-alist, added documentation for having mutliple SQL
9644 buffers sending their stuff to different SQLi buffers, each
9645 running a different process.
9646 (sql-postgres): Quoted *SQL* in doc string.
9647 (sql-ms): Likewise.
9648 (sql-ingres): Likewise.
9649 (sql-ingres): Quoted *SQL* in doc string, added references to
9650 sql-user and sql-password used during login.
9651 (sql-sybase): Quoted *SQL* in doc string, added comma.
9652 (sql-oracle): Likewise.
9653 (sql-interactive-mode): Added extensive documentation for having
9654 mutliple SQL buffers sending their stuff to different SQLi
9655 buffers, each running a different process.
9656 (sql-buffer): Changed doc from *SQL* to SQLi.
9657 (sql-get-login): Doc fix.
9658
9659 1999-02-12 Ken'ichi Handa <handa@gnu.org>
9660
9661 * international/mule-conf.el (undecided): Set ascii in
9662 safe-charsets property.
9663
9664 1999-02-12 Richard Stallman <rms@gnu.org>
9665
9666 * textmodes/paragraphs.el (paragraph-separate): Doc fix.
9667
9668 1999-02-12 Ken'ichi Handa <handa@gnu.org>
9669
9670 * ps-mule.el (ps-mule-font-info-database-default): Set the initial
9671 value to ps-mule-font-info-database-latin.
9672
9673 1999-02-13 Kenichi HANDA <handa@etl.go.jp>
9674
9675 * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
9676 (ps-mule-font-info-database-default): New variable.
9677 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
9678 ps-mule-font-info-database-default.
9679
9680 1999-02-12 Dave Love <fx@gnu.org>
9681
9682 * timezone.el (timezone-make-date-sortable)
9683 (timezone-make-date-arpa-standard): Doc fix.
9684
9685 1999-02-12 Ken'ichi Handa <handa@gnu.org>
9686
9687 * international/quail.el (quail-show-kbd-layout): Bind
9688 blink-matching-paren to nil.
9689
9690 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
9691 for ASCII and Latin-1.
9692
9693 1999-02-12 Andreas Schwab <schwab@gnu.org>
9694
9695 * gud.el (jdb): Fix regexp for comint-prompt-regexp.
9696
9697 1999-02-12 Kenichi Handa <handa@etl.go.jp>
9698
9699 * international/mule-cmds.el (language-info-alist): Remove
9700 description about charset-origin-alist.
9701
9702 * international/mule.el: Comment added for a new coding system
9703 property `charset-origin-alit'.
9704 (make-translation-table): This variable deleted.
9705
9706 * language/chinese.el (chinese-big5): Add charset-origin-alist
9707 property.
9708 ("Chinese-CNS"): Remove charset-origin-alist property.
9709
9710 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
9711 property.
9712 (cyrillic-alternativnyj): Likewise.
9713 ("Cyrillic-KOI8"): Remove charset-origin-alist property.
9714 ("Cyrillic-ALT"): Likewise.
9715
9716 * language/vietnamese.el (vietnamese-viqr): Add
9717 charset-origin-alist property.
9718 ("Vietnamese"): Remove charset-origin-alist property.
9719
9720 * simple.el (what-cursor-position): Don't use the varialbe
9721 charset-origin-alist, but use charset-origin-alist property of
9722 buffer-file-coding-system to decide external character set code.
9723
9724 1999-02-10 Richard Stallman <rms@gnu.org>
9725
9726 * shadowfile.el: Don't turn on the mode when the file is loaded.
9727
9728 1999-02-09 Richard Stallman <rms@gnu.org>
9729
9730 * progmodes/compile.el (compile-auto-highlight): Customize.
9731
9732 * add-log.el (add-log-file-name-function): New variable.
9733 (add-change-log-entry): Call that function, if non-nil.
9734
9735 1999-02-09 Michael Ernst <mernst@alum.mit.edu>
9736
9737 * rmail.el (rmail-search): Track match with a marker, not an integer.
9738
9739 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9740
9741 * progmodes/compile.el (compilation-setup): Set value of
9742 compilation-directory-stack as in compilation-forget-errors.
9743 (compile-reinitialize-errors): Bind buffer-undo-list and
9744 deactivate-mark.
9745 (compilation-forget-errors): Likewise.
9746
9747 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com>
9748
9749 * textmodes/texinfo.el (texinfo-environment-regexp): Add the
9750 def... constructs.
9751
9752 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
9753 Remove calls to sleep-for.
9754
9755 1999-02-08 Eli Zaretskii <eliz@gnu.org>
9756
9757 * international/codepage.el (cp-coding-system-for-codepage-1): On
9758 MS-DOS, use dos-unsupported-char-glyph for characters not
9759 supported by the codepage.
9760 (cp-make-coding-systems-for-codepage): Likewise.
9761
9762 1999-02-08 Andreas Schwab <schwab@gnu.org>
9763
9764 * international/mule-util.el (coding-system-list): Don't sort
9765 coding-system-list here.
9766
9767 * international/mule.el (coding-system-lessp): Moved here from
9768 mule-util.el
9769 (add-to-coding-system-list): New function.
9770 (make-subsidiary-coding-system, make-coding-system,
9771 define-coding-system-alias): Use it instead of setting
9772 coding-system-list directly.
9773
9774 1999-02-07 Dave Love <fx@gnu.org>
9775
9776 * calendar/appt.el (appt-make-list): Don't splice quotes and date
9777 onto message.
9778
9779 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9780
9781 * imenu.el (imenu--last-menubar-index-alist): Add doc.
9782 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist.
9783
9784 1999-02-06 Richard Stallman <rms@gnu.org>
9785
9786 * language/european.el (setup-slovenian-environment): New function.
9787 ("Slovenian"): New language environment.
9788
9789 * progmodes/sql.el (sql-help): Doc fix.
9790 (sql-mysql): Doc fix.
9791
9792 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9793
9794 * tex-mode.el: When compiling, require compare-w and skeleton
9795 to pacify the byte-compiler. Move the def's of the tex-commands
9796 together. Add a comment on kill-process vs. quit-process.
9797
9798 1999-02-05 Dave Love <fx@gnu.org>
9799
9800 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
9801 null markers.
9802 (compile-goto-error): Likewise.
9803
9804 1999-02-05 Stephen Gildea <gildea@alum.mit.edu>
9805
9806 * time-stamp.el (time-stamp-format): Format doc tighter.
9807 (time-stamp-line-limit): 0 searches the entire buffer (careful!).
9808 (time-stamp): Don't re-write the time stamp if it didn't change.
9809
9810 1999-02-05 Alex Schroeder <asc@bsiag.com>
9811
9812 * progmodes/sql.el: Changed version to 1.2.1.
9813 (sql-pop-to-buffer-after-send-region): Improved documentation.
9814 (sql-mysql-program): Added MySQL support.
9815 (sql-prompt-length): Made prompt-length configurable.
9816 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
9817 (sql-help): Added MySQL support, changed documentation.
9818 (sql-send-region): A message is displayed if something is sent.
9819 (sql-mode): Added buffer-local comment-start.
9820 (sql-interactive-mode): Use sql-prompt-length to set left-margin.
9821 (sql-interactive-mode): Added buffer-local comment-start.
9822 (sql-oracle): Set sql-prompt-length.
9823 (sql-sybase): Set sql-prompt-length.
9824 (sql-mysql): Added MySQL support.
9825 (sql-ingres): Set sql-prompt-length.
9826 (sql-ms): Set sql-prompt-length.
9827 (sql-postgres): Set sql-prompt-length.
9828
9829 1999-02-04 Eli Zaretskii <eliz@gnu.org>
9830
9831 * term/internal.el (dos-codepage-setup): Set selection coding
9832 system to cpNNN-dos.
9833
9834 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9835
9836 * international/characters.el: Let ethiopic use iso-2022-7bit.
9837
9838 1999-02-02 Dave Love <fx@gnu.org>
9839
9840 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
9841 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
9842
9843 1999-02-02 Karl Heuer <kwzh@gnu.org>
9844
9845 * terminal.el (terminal-emulator): Doc fix.
9846
9847 1999-02-02 Ken'ichi Handa <handa@gnu.org>
9848
9849 * international/mule-util.el (compose-chars): Doc-string
9850 modified. Correctly handle a composition character in ARGS.
9851
9852 1999-02-01 Richard Stallman <rms@gnu.org>
9853
9854 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
9855 (makefile-menu-index-function): Function deleted.
9856 (makefile-mode): Use makefile-imenu-generic-expression.
9857
9858 1999-02-01 Geoff Voelker <voelker@cs.washington.edu>
9859
9860 * term/w32-win.el (w32-create-initial-fontsets): Back out previous
9861 change, invoke from before-init-hook.
9862
9863 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu>
9864
9865 * subr.el (remove-from-invisibility-spec): Cope with the case when
9866 buffer-invisibility-spec is t.
9867
9868 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu>
9869
9870 * calendar/calendar.el (calendar-mode-map): Fix bindings for
9871 appt-add and appt-delete.
9872
9873 1999-02-01 Eli Zaretskii <eliz@gnu.org>
9874
9875 * term/pc-win.el (msdos-approximate-color): New function.
9876 (msdos-color-translate): Call it to find a DOS color that best
9877 approximates an X-style "#NNNNNN" color specification.
9878
9879 1999-02-01 Ken'ichi Handa <handa@gnu.org>
9880
9881 * international/mule-util.el (compose-chars-component): Add
9882 autoload cookie.
9883
9884 1999-01-31 Ken'ichi Handa <handa@gnu.org>
9885
9886 * international/quail.el (quail-lookup-key): If cdr of MAP is a
9887 function, replace cdr of MAP by the return value of the function
9888 unconditionally.
9889
9890 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9891
9892 * progmodes/compile.el (compilation-next-error-locus): Don't
9893 decrease argument FIND-AT-LEAST of compilation-next-error-locus.
9894
9895 1999-01-31 Eli Zaretskii <eliz@gnu.org>
9896
9897 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
9898 and NLs before "charset", and allow the charset name be in double
9899 quotes.
9900
9901 1999-01-31 Richard Stallman <rms@gnu.org>
9902
9903 * imenu.el (imenu-sort-function): Fix custom type.
9904
9905 1999-01-30 Richard Stallman <rms@gnu.org>
9906
9907 * speedbar.el (speedbar-line-token): Match {...} instead of [...].
9908 (speedbar-line-token): Likewise.
9909
9910 * play/gametree.el (gametree-default-score): Use defcustom.
9911 (gametree-score-regexp, gametree-score-closer): Likewise.
9912 (gametree-score-manual-flag, gametree-score-opener): Likewise.
9913
9914 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9915
9916 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
9917 decoding.
9918
9919 1999-01-29 Markus Rost <rost@gnu.org>
9920
9921 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
9922 tex-validate-buffer.
9923 (plain-tex-mode, latex-mode, slitex-mode): Likewise.
9924 (tex-validate-buffer): Renamed from validate-tex-buffer. Works
9925 now with recent occur-mode.
9926 (tex-validate-region): Really walk through all Sexps.
9927 (tex-region): Bind shell-dirtrack-verbose.
9928 (tex-file, tex-bibtex-file): Likewise.
9929
9930 1999-01-29 Dave Love <fx@gnu.org>
9931
9932 * finder.el: (finder-commentary): Fix interactive spec. Try
9933 appending .el to file name.
9934 (finder-find-library, finder-commentary): Doc fixes.
9935
9936 1999-01-29 Andrew Innes <andrewi@gnu.org>
9937
9938 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
9939 where the userid contains directory separators.
9940
9941 1999-01-29 Dave Love <fx@gnu.org>
9942
9943 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
9944 (lm-commentary): Doc fix.
9945
9946 1999-01-29 Andreas Schwab <schwab@gnu.org>
9947
9948 * files.el (file-expand-wildcards): Never consider `.' and `..' a
9949 wildcard match. Fix regexp that tests if dirpart contains
9950 wildcard characters.
9951
9952 1999-01-28 Richard Stallman <rms@gnu.org>
9953
9954 * font-lock.el (font-lock-default-unfontify-region):
9955 If not font-lock-syntactic-keywords, don't remove syntax-table prop.
9956
9957 1999-01-27 Jason Rumney <jasonr@altavista.net>
9958
9959 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
9960 from FAMILY field.
9961 (w32-create-initial-fontsets): Do not use before-init-hook.
9962 (mouse-set-font): Document. Automatically create and use fontsets.
9963
9964 * dos-w32.el (direct-print-region-helper): Check for printer
9965 being t as well as a string.
9966
9967 1999-01-27 Kenichi Handa <handa@etl.go.jp>
9968
9969 * mail/rmail.el (rmail-decode-mime-charset): New variable.
9970 (rmail-mime-charset-pattern): New variable.
9971 (rmail-convert-to-babyl-format): Decode by MIME-charset if
9972 rmail-decode-mime-charset is non-nil.
9973
9974 1999-01-27 Ken'ichi Handa <handa@gnu.org>
9975
9976 * international/characters.el: Set category `q' for all characters
9977 in tibetan and tibetan-1-column.
9978
9979 1999-01-27 Andrew Innes <andrewi@gnu.org>
9980
9981 * frame.el (select-frame-by-name): Obey focus-follows-mouse.
9982 (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
9983
9984 1999-01-27 Dave Love <fx@gnu.org>
9985
9986 * international/mule-cmds.el (current-language-environment):
9987 Provide :link, :type (choices) and appropriate :get.
9988
9989 1999-01-27 Eli Zaretskii <eliz@gnu.org>
9990
9991 * startup.el (command-line): Set default eol-mnemonic-* strings to
9992 display end-of-line format in mode line.
9993
9994 * cus-start.el (all): Add eol-mnemonic-* variables.
9995
9996 1999-01-26 Dave Love <fx@gnu.org>
9997
9998 * startup.el (command-line-1): Up-date copyright.
9999
10000 * paths.el (Info-default-directory-list): Use configdir twice.
10001
10002 * info.el (Info-directory-list): Don't set path-separator now
10003 we're not shipped with Texinfo. Simplify path definition.
10004 Substitute all occurrences of instdir in Info-default-directory-list.
10005
10006 1999-01-25 Richard Stallman <rms@gnu.org>
10007
10008 * startup.el (normal-top-level-add-subdirs-to-load-path):
10009 Record the inode numbers of the dirs processed, to avoid loop.
10010
10011 * textmodes/tex-mode.el (tex-run-command): Doc fix.
10012
10013 1999-01-25 Dave Love <fx@gnu.org>
10014
10015 * browse-url.el (browse-url-netscape-program): Doc addition.
10016
10017 * help.el (help-make-xrefs): Default info references to an `(emacs)'
10018 prefix.
10019
10020 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
10021 auto-mode-alist.
10022
10023 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10024
10025 * calendar/diary-lib.el (mark-diary-entries): Use
10026 assoc-ignore-case and do not capitalize when matching month and
10027 day names.
10028
10029 * calendar/calendar.el (calendar-read-date): Ditto.
10030
10031 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
10032 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
10033
10034 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
10035
10036 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
10037
10038 * calendar/cal-islam.el (calendar-goto-islamic-date)
10039 (mark-islamic-diary-entries): Ditto.
10040
10041 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
10042
10043 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
10044 (calendar-read-mayan-tzolkin-date): Ditto.
10045
10046 * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
10047
10048 1999-01-22 Michael Ernst <mernst@alum.mit.edu>
10049
10050 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
10051
10052 1999-01-25 Karl Heuer <kwzh@gnu.org>
10053
10054 * faces.el (list-faces-display): Multiline case of previous fix.
10055
10056 1999-01-25 Andreas Schwab <schwab@gnu.org>
10057
10058 * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
10059
10060 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
10061
10062 * files.el (find-file): If find-file-noselect returns a list,
10063 do switch-to-buffer on each element.
10064 (find-file-other-window): Likewise for all but the first element.
10065 (find-file-other-frame): Same.
10066 (find-file-noselect): When we expand a wildcard, return a list
10067 of buffers.
10068
10069 1999-01-24 Eli Zaretskii <eliz@gnu.org>
10070
10071 * term/internal.el (dos-codepage-setup): Call prefer-coding-system
10072 to set the appropriate cpNNN-dos coding system as the
10073 highest-priority coding system.
10074
10075 1999-01-23 Ken'ichi Handa <handa@gnu.org>
10076
10077 * international/fontset.el (generate-fontset-menu): Return a
10078 sorted list by plain names of fontsets.
10079
10080 * international/mule-diag.el (list-fontsets): Sort fontsets by
10081 plain names.
10082
10083 * language/tibet-util.el (tibetan-vertical-stacking): If the arg
10084 FIRST is a composite character, decompose it at first.
10085
10086 1999-01-23 Dave Love <fx@gnu.org>
10087
10088 * format.el: Doc fixes.
10089 (format-encode-run-method): Have things happen in the right buffer.
10090 Deal with errors from method. Set coding-system-for-write.
10091 (format-decode-run-method): Have things happen in the right buffer.
10092 Deal with errors from method. Set coding-system-for-read.
10093 (format-alist): Use nil instead of unmatchable regexps.
10094
10095 * simple.el (shell-command-on-region): Return command's exit status.
10096
10097 1999-01-23 Eric Ludlam <zappo@gnu.org>
10098
10099 * speedbar.el (speedbar-item-info-file-helper): Add optional arg
10100 of the file whose info we want to display.
10101 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
10102 (speedbar-add-mode-functions-list) Improve doc.
10103 (speedbar-line-token) New function.
10104 (speedbar-dired) Fix order of directories in -shown-directories.
10105 (speedbar-line-path): Default return is default-directory
10106 (speedbar-buffers-line-path): Return is dir name only.
10107 (speedbar-mode-functions-list): New variable.
10108 (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
10109 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
10110 speedbar-files-item-info speedbar-buffers-item-info): New functions.
10111 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
10112 New functions.
10113 (speedbar-line-file): Broke out part that fetches file from a line.
10114 (speedbar-line-text): New function extracted from speedbar-line-file.
10115 (speedbar-line-path): Converted into a replaceable function.
10116 (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
10117
10118 1999-01-23 Ken'ichi Handa <handa@gnu.org>
10119
10120 * international/fontset.el (create-fontset-from-x-resource): Make
10121 style variants.
10122
10123 1999-01-22 Dave Love <fx@gnu.org>
10124
10125 * paths.el (Info-default-directory-list): Put sysdir after start.
10126
10127 1999-01-22 Sam Steingold <sds@goems.com>
10128
10129 * midnight.el (clean-buffer-list): Do not kill a buffer if it has
10130 a process associated with it.
10131
10132 1999-01-22 Jason Rumney <jasonr@altavista.net>
10133
10134 * term/w32-win.el (w32-standard-fontset-spec): Simplified.
10135
10136 1999-01-22 Felix Lee <flee@cygnus.com>
10137
10138 * vc.el (vc-annotate-display): Delete old overlays. Fix check for
10139 major-mode.
10140 (vc-annotate-mode): Delete variable.
10141
10142 1999-01-22 Andrew Innes <andrewi@gnu.org>
10143
10144 * startup.el (command-line): [windows-nt]: Check for existence of
10145 .emacs file so as to notice .emacs.el or .emacs.elc and use them
10146 in preference to _emacs.
10147
10148 1999-01-22 Dave Love <fx@gnu.org>
10149
10150 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
10151
10152 1999-01-20 Richard Stallman <rms@gnu.org>
10153
10154 * files.el (find-file-noselect): Do wildcard processing only
10155 if new arg WILDCARDS is non-nil.
10156 (find-file, find-file-other-window): New arg WILDCARDS.
10157 Default it to non-nil if interactive.
10158 (find-file-other-frame): Likewise.
10159 (find-file-read-only): Likewise.
10160 (find-file-read-only-other-window): Likewise.
10161 (find-file-read-only-other-frame): Likewise.
10162
10163 * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
10164 (widget-plist-convert-option): Delete spurious comma.
10165
10166 1999-01-19 Jason Rumney <jasonr@altavista.net>
10167
10168 * term/w32-win.el (w32-standard-fontspec-spec): Change
10169 iso8859-5 to koi8-r. Add iso8859-9.
10170
10171 1999-01-19 Dave Love <fx@gnu.org>
10172
10173 * browse-url.el (browse-url-maybe-new-window): Delete macro and
10174 its uses.
10175
10176 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
10177 is active.
10178 (fortran-indent-subprogram): Likewise.
10179
10180 1999-01-19 Dave Love <d.love@dl.ac.uk>
10181
10182 * paths.el (Info-default-directory-list): Perhaps add /usr/info.
10183
10184 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
10185
10186 * wid-edit.el (alist): Use sexp as default key-type.
10187
10188 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10189
10190 * textmodes/tex-mode.el (tex-define-common-keys):
10191 Remove key binding of tex-feed-input.
10192 (tex-mode-map): Bind tex-feed-input here.
10193 (tex-start-shell): Use compilation-shell-minor-mode. Set
10194 comint-input-filter-functions before running tex-shell-hook.
10195 (tex-start-tex): Forget compilation errors.
10196 (tex-compilation-parse-errors): Rewritten to work also with
10197 compile-mouse-goto-error and compile-goto-error. Adjusted to
10198 change in tex-region.
10199 (tex-region): For the temp file use file-name without directory.
10200 (tex-file): Expand file name of tex-print-file.
10201
10202 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10203
10204 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call.
10205
10206 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no>
10207
10208 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
10209 beginning could cause Emacs to hang. Fixed.
10210
10211 1999-01-18 Ken'ichi Handa <handa@gnu.org>
10212
10213 * international/ccl.el (ccl-compile-translate-character): Handle
10214 the case that a tranlation table is CCL register correctly.
10215
10216 * international/mule-cmds.el (select-safe-coding-system):
10217 Hightlight at most 256 characters.
10218
10219 1999-01-18 Dave Love <fx@gnu.org>
10220
10221 * startup.el (command-line): If the init file changes operation to
10222 unibyte, make all buffers unibyte and re-set language environment.
10223
10224 * disp-table.el (standard-display-european): Make all existing
10225 buffers unibyte. Fix doc.
10226
10227 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu>
10228
10229 * wid-edit.el (coding-system): Define this unconditionally.
10230
10231 * simple.el (shell-command-on-region-default-error-buffer): New var.
10232 (shell-command-on-region): Use that variable as interactive
10233 value of ERROR-BUFFER argument.
10234
10235 1999-01-17 Sam Steingold <sds@goems.com>
10236
10237 * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
10238
10239 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10240
10241 * progmodes/compile.el (compilation-goto-locus): If already in the
10242 compilation buffer's window, keep it in that window.
10243 (compile-mouse-goto-error): Add Doc. Don't play with windows.
10244 (compile-goto-error): Don't play with windows.
10245
10246 * textmodes/tex-mode.el (latex-run-command): Doc fix.
10247 (tex-command): Doc fix.
10248 (tex-compilation-parse-errors): Doc fix.
10249 (tex-generate-zap-file-name): Don't start the name with -.
10250 (tex-expand-files): Works now also with strings ending with ":".
10251
10252 1999-01-17 Ian T Zimmerman <itz@transbay.net>
10253
10254 Patch failed to install:
10255 * gametree.el: Document scoring functionality.
10256 (gametree-score-regexp): Add optional plus sign.
10257 (gametree-score-opener): Replace `:' with `=' as the former
10258 conflicts with gametree-half-ply-regexp.
10259 (gametree-transpose-following-leaves): Add.
10260 (gametree-insert-new-leaf): Make modifying commands barf in read
10261 only buffers.
10262 (gametree-break-line-here): Add a call to
10263 `gametree-transpose-following-leaves'. This maintains the
10264 necessary invariant that on each level all leaf children precede
10265 all nonleaf children. This has always been implied, but left to
10266 the user, and, unfortunately, undocumented.
10267
10268 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk>
10269
10270 * wid-edit.el (plist, alist): New widget types.
10271
10272 1999-01-17 Dave Love <fx@gnu.org>
10273
10274 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
10275 fix scope of condition-case therein.
10276
10277 1999-01-17 Andrew Innes <andrewi@gnu.org>
10278
10279 * dos-w32.el: (find-buffer-file-type-coding-system): Use
10280 default-buffer-file-coding-system when file doesn't exist (and
10281 isn't covered by a special case) instead of forcing undecided-dos
10282 against the user's wishes.
10283
10284 * dos-w32.el (direct-print-region-helper): New function based on
10285 direct-print-region-function; sends data to specified printer port
10286 without further translation. Recognize and handle specially the
10287 standard `print' and `nprint' programs, as well as `lpr' and
10288 similar programs. Only write directly to the printer port if no
10289 print program is specified. Work around a bug in Windows 9x
10290 affecting Win32 version of Emacs by invoking command.com to write
10291 to the printer port instead of writing directly.
10292 (direct-print-region-function): Use direct-print-region-helper to
10293 do most of the work.
10294 (direct-ps-print-region-function): New function; analogue of
10295 direct-print-region-function for ps-print.
10296 (ps-lpr-command): Comment out setq; leave as example usage.
10297 (ps-lpr-switches): Ditto.
10298
10299 * lpr.el: (printer-name): Update docstring about usage on MS-DOS
10300 and MS-Windows.
10301 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
10302 DOS and Windows platforms, to indicate direct printing. Update
10303 the docstring accordingly.
10304
10305 * ps-print.el: (ps-printer-name): Update docstring about usage on
10306 MS-DOS and MS-Windows.
10307 (ps-lpr-command): Update docstring as for lpr-command.
10308 (ps-print-region-function): New variable.
10309 (ps-do-despool): Use it.
10310 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
10311 DOS/Windows.
10312
10313 * subr.el (subst-char-in-string): New function.
10314
10315 1999-01-17 Eli Zaretskii <eliz@gnu.org>
10316
10317 * international/codepage.el (cp852-decode-table): Fill a nil entry.
10318
10319 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
10320 (bdf-find-font-info): New function, looks for the first readable
10321 file from a list of alternatives.
10322 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
10323 instead of bdf-get-font-info.
10324 (bdf-generate-glyphs): If font-name is a cons cell, pass its car
10325 to ps-mule-generate-bitmap-glyph.
10326
10327 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
10328 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can
10329 now be a list of alternative names.
10330 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
10331 (ps-mule-prepare-font): Likewise.
10332
10333 * international/codepage.el (cp855-decode-table,
10334 cp850-decode-table): Fill some nil entries.
10335
10336 1999-01-16 Dave Love <fx@gnu.org>
10337
10338 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
10339 last change.
10340
10341 1999-01-15 Dave Love <fx@gnu.org>
10342
10343 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
10344 and change regexp for command names.
10345 (help-xref-go-back, function-called-at-point, symbol-file)
10346 (where-is): Doc fixes.
10347 (help-xref-go-back): Remove interactive spec.
10348 (describe-function-1): Fix message for alias. Buttomize alias
10349 name.
10350
10351 * simple.el (join-line): New alias.
10352
10353 1999-01-15 Johan Vromans <jvromans@squirrel.nl>
10354
10355 * forms.el: (forms--show-record): Convert integers to string
10356 expicitly since concat will no longer accept integers.
10357 (forms-print): Use local `total-nb-records' since
10358 `forms--total-records' will be inaccessible after buffer switching.
10359
10360 1998-01-14 Felix Lee <flee@cygnus.com>
10361
10362 * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
10363
10364 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu>
10365
10366 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
10367
10368 1999-01-14 Eli Zaretskii <eliz@gnu.org>
10369
10370 * international/codepage.el (cp850-decode-table): Fix previous change.
10371
10372 1999-01-14 Simon Marshall <simon@gnu.org>
10373
10374 * shell.el (shell-dirtrack-verbose): New custom variable.
10375 (shell-dirstack-message): Use it.
10376
10377 1999-01-14 Kenichi Handa <handa@etl.go.jp>
10378
10379 * international/mule-conf.el: Coding system alias `dos' for
10380 `undecided-dos', `mac' for `undecided-mac'.
10381
10382 * international/mule-cmds.el (describe-language-environment):
10383 Don't alter input-method-alist.
10384
10385 1999-01-13 Eli Zaretskii <eliz@gnu.org>
10386
10387 * international/codepage.el (cp850-decode-table): Replace nil
10388 entries with codes of similary looking glyphs. (Suggested by
10389 Jason Rumney <jasonr@altavista.net>.)
10390
10391 1999-01-13 Dave Love <fx@gnu.org>
10392
10393 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
10394
10395 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
10396
10397 1999-01-12 Karl Heuer <kwzh@gnu.org>
10398
10399 * files.el (auto-save-hook): Defvar this.
10400
10401 1999-01-12 Alex Schroeder <asc@bsiag.com>
10402
10403 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
10404 faces, eliminating the need to load font-lock before loading sql.
10405 (sql-mode-oracle-font-lock-keywords): Likewise.
10406 (sql-mode-postgres-font-lock-keywords): Likewise.
10407
10408 1999-01-11 Dave Love <fx@gnu.org>
10409
10410 * cus-start.el: Add inhibit-eol-conversion.
10411
10412 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
10413 the values round.
10414
10415 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu>
10416
10417 * help.el (help-mode-finish): Renamed from help-mode-maybe.
10418 Don't switch to Help mode here.
10419 (temp-buffer-setup-hook): Use help-mode-finish.
10420 (help-mode-setup): New function.
10421 (temp-buffer-setup-hook): Use help-mode-setup.
10422
10423 * progmodes/sql.el: New file.
10424
10425 * files.el (auto-mode-alist): Add sql-mode.
10426
10427 * faces.el (list-faces-display): Improve the formatting
10428 by computing the maximum length required for any face-name.
10429
10430 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10431
10432 * progmodes/compile.el (compilation-shell-minor-mode): New function.
10433
10434 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu>
10435
10436 * term.el (term_send_home): Change the string to
10437 be the same as the one emitted by xterm and consistent with the
10438 ones emitted by prior and next.
10439 (term_send_end): Likewise.
10440
10441 1999-01-10 Dave Love <fx@gnu.org>
10442
10443 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
10444 bindings.
10445
10446 1999-01-10 Eli Zaretskii <eliz@gnu.org>
10447
10448 * international/codepage.el (codepage-setup): Doc fix.
10449 (cp-decoding-vector-for-codepage): Likewise.
10450
10451 1999-01-10 Markus Rost <rost@gnu.org>
10452
10453 * cus-edit.el (custom-save-delete): First scan the custom-file.
10454
10455 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu>
10456
10457 * international/iso-transl.el: Define a "function name" for
10458 each translation that isn't ASCII. Use these function names
10459 in iso-transl-char-map.
10460
10461 1999-01-08 Kenichi Handa <handa@etl.go.jp>
10462
10463 * international/mule-util.el (decompose-region): Do decomposition
10464 on temporary unibyte buffer.
10465
10466 * international/mule.el (make-char): Doc-string modified.
10467
10468 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu>
10469
10470 * simple.el (comment-region): Delete spaces only if we
10471 deleted a comment starter.
10472
10473 1999-01-07 Dave Love <fx@gnu.org>
10474
10475 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
10476
10477 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
10478 like eval-defun does.
10479
10480 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
10481
10482 * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
10483 constructions. Doc fixes.
10484 (generic-create-generic-function): Use defalias, not fset.
10485
10486 * find-func.el: More doc fixes.
10487
10488 1999-01-06 Stephen Eglen <stephen@gnu.org>
10489
10490 * files.el (save-buffers-kill-emacs): Show the list of current
10491 processes before prompting to kill them and exit.
10492
10493 1999-01-06 Dave Love <fx@gnu.org>
10494
10495 * emacs-lisp/find-func.el: Doc fixes.
10496 (find-function-regexp): Extend for define-generic-mode,
10497 define-derived-mode, easy-mmode-define-minor-mode.
10498
10499 1999-01-06 Dave Love <fx@gnu.org>
10500
10501 * progmodes/fortran.el (fortran-window-create): Account for scroll
10502 bar width.
10503
10504 * browse-url.el: Require (noerror) w3-auto when compiling.
10505 (browse-url-maybe-new-window): Make it a macro and revert last
10506 change to callers.
10507 (browse-url-w3): Require w3 for w3-fetch-other-window.
10508
10509 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10510
10511 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
10512 argument.
10513
10514 1999-01-06 Simon Marshall <simon@gnu.org>
10515
10516 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix.
10517
10518 * font-lock.el (font-lock-default-fontify-buffer): When using
10519 with-temp-message, use nil rather than current-message.
10520
10521 * lazy-lock.el (lazy-lock-unstall):
10522 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
10523 rather than current-message.
10524
10525 * fast-lock.el (fast-lock-save-cache-1):
10526 (fast-lock-cache-data): When using with-temp-message, use nil rather
10527 than current-message.
10528
10529 1999-01-06 Eli Zaretskii <eliz@gnu.org>
10530
10531 * international/codepage.el (cp-coding-system-for-codepage-1): Add
10532 the valid-codes property.
10533
10534 * international/mule-cmds.el (prefer-coding-system): Call
10535 set-coding-priority, so that the internal array of priorities is
10536 also updated.
10537
10538 * international/mule-util.el:
10539 (coding-system-change-eol-conversion,
10540 coding-system-change-text-conversion): Don't define here.
10541
10542 * international/mule-cmds.el: Define them here. Remove the
10543 autoload cookies.
10544
10545 1999-01-06 Andreas Schwab <schwab@gnu.org>
10546
10547 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
10548 if it was enabled before.
10549
10550 * view.el (View-revert-buffer-scroll-page-forward): Bind
10551 view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
10552
10553 * files.el (recover-session): Preserve point when inserting
10554 explanation.
10555
10556 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu>
10557
10558 * cus-edit.el (custom-save-delete): Don't delete whitespace
10559 and comments before the sexp that is replaced.
10560
10561 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10562
10563 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
10564
10565 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de>
10566
10567 * vc.el (vc-dired-hook): Use the original value of
10568 dired-move-to-filename-regexp on lines that have not been
10569 reformatted yet.
10570 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
10571 file lines have already been reformatted.
10572
10573 1999-01-05 Dave Love <fx@gnu.org>
10574
10575 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
10576 buffer-local.
10577
10578 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se>
10579
10580 * progmodes/f90.el: Change of regular expressions for type to
10581 correct highlighting and identation. Some small fixes for
10582 compatibility with XEmacs.
10583
10584 1999-01-05 Stephen Eglen <stephen@gnu.org>
10585
10586 * mspools.el (mspools-vm-system-mail): Provide an alternative
10587 value based on rmail-spool-directory if $MAIL is not defined.
10588
10589 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
10590
10591 * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
10592 (reftex-section-info): Handle negative section levels.
10593 (reftex-view-crossref-extra): New option.
10594 (reftex-view-crossref): Generalized to work in more places.
10595 (reftex-find-citation-regexp-format, reftex-find-reference-format,
10596 reftex-macros-with-labels, reftex-global-search-marker): New variables.
10597 (reftex-view-cite-locations-from-bibtex): New command.
10598 (reftex-view-regexp-match, reftex-global-search,
10599 reftex-global-search-continue): New functions.
10600 (reftex-extract-bib-entries): No error for non-existing BibTeX
10601 file, just a message.
10602 (reftex-extract-bib-entries): Better error handling.
10603 (reftex-select-with-char): Use `*RefTeX Select*' for selection
10604 help and force it on current frame.
10605 (reftex-default-bibliography): New function.
10606 (reftex-access-parse-file): Check consistency after loading a
10607 parse file. When inconsistent, enfore rescan.
10608 (reftex-check-parse-consistency): New function.
10609 (easy-menu-define): Options section drastically shortened.
10610
10611 1999-01-05 Kenichi Handa <handa@etl.go.jp>
10612
10613 * language/thai-util.el (thai-compose-string): New function.
10614
10615 1999-01-04 Inge Frick <inge@nada.kth.se>
10616
10617 * easymenu.el (easy-menu-define): Doc fix.
10618 (easy-menu-create-menu): New keyword :included.
10619 (easy-menu-do-add-item): New keyword :included. SUFFIX may
10620 be an expression, not only a string. Simulate style `button'.
10621 Use easy-menu-define-key-intern instead of easy-menu-define-key.
10622 (easy-menu-define-key-intern): New function.
10623 (easy-menu-add-item): Understand value returned from
10624 easy-menu-item-present-p and easy-menu-remove-item.
10625 (easy-menu-return-item): New function.
10626 (easy-menu-item-present-p, easy-menu-remove-item): Use it.
10627
10628 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu>
10629
10630 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
10631 Use rmail-output-read-rmail-file-name to read the file name.
10632 Always call rmail-output-to-rmail-file noninteractively.
10633 When count > 1, do the loop here.
10634 Handle rmail-delete-after-output here.
10635 (rmail-summary-output): Similar changes.
10636
10637 * mail/rmailout.el: Provide `rmailout'.
10638 (rmail-output-read-rmail-file-name): New function.
10639 (rmail-output-to-rmail-file): Use that.
10640 (rmail-output-read-file-name): New function.
10641 (rmail-output): Use that.
10642
10643 * files.el (find-file-noselect): Let /: suppress wildcard matching.
10644 Error if wildcard matches no files.
10645
10646 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu>
10647
10648 * menu-bar.el (clipboard-yank): Doc fix.
10649
10650 * info.el (Info-insert-dir): Chase symlinks for file-attributes.
10651
10652 1998-12-31 Markus Rost <rost@delysid.gnu.org>
10653
10654 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
10655
10656 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk>
10657
10658 * rmail.el (rmail-encode-string): Make sure mask value is
10659 positive; (emacs-pid) returns a negative number on Windows 9x
10660 which causes odd behaviour.
10661
10662 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org>
10663
10664 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
10665 and about w32-* variables unless on Windows/NT.
10666
10667 1998-12-31 Boris Goldowsky <boris@alum.mit.edu>
10668
10669 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
10670 if buffer is modified; ask about all modified buffers.
10671
10672 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu>
10673
10674 * simple.el (what-cursor-position): Fix previous change.
10675
10676 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu>
10677
10678 * mail/sendmail.el (mail-mode): Eliminate ambiguous match
10679 from paragraph-start.
10680
10681 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
10682
10683 * international/mule-cmds.el (prefer-coding-system): If the
10684 argument requires specific EOL conversion type, make the default
10685 coding systems use that.
10686
10687 1998-12-30 Drew Csillag <drew_csillag@geocities.com>
10688
10689 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
10690 Use shell-command-on-region.
10691 (m4-start-m4, m4-end-m4): Functions deleted.
10692
10693 1998-12-30 Michael Ernst <mernst@alum.mit.edu>
10694
10695 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
10696
10697 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10698
10699 * browse-url.el (browse-url-mail): Give argument SEND-ACTION
10700 to compose-mail in the correct places and as a list.
10701
10702 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp>
10703
10704 * page-ext.el: Added mouse-selection feature for pages directory buffer.
10705 (pages-directory-map): Bind mouse-2
10706 (pages-copy-header-and-position): Put text property.
10707 (pages-directory-goto-with-mouse): New function.
10708
10709 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org>
10710
10711 * international/codepage.el (cp-make-coding-systems-for-codepage):
10712 Doc fix.
10713 (cp-coding-system-for-codepage-1): Likewise.
10714
10715 1998-12-29 Kenichi Handa <handa@etl.go.jp>
10716
10717 * language/thai-util.el (thai-post-read-conversion): Handle Thai
10718 composition sequence correctly here instead of calling
10719 thai-compose-region.
10720
10721 * textmodes/fill.el (fill-region-as-paragraph): While deleting a
10722 newline in multibyte buffer, if previous or next character is a
10723 composite char, check the first component of the composite char.
10724
10725 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org>
10726
10727 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
10728 and track-mouse.
10729
10730 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10731
10732 * mail/sendmail.el (mail-yank-original): Remove text properties
10733 after insertion.
10734 (mail-yank-region): Barf if no mark is set in the message
10735 being replied to.
10736
10737 * help.el (function-called-at-point): First look for function at point.
10738
10739 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu>
10740
10741 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
10742
10743 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10744
10745 * simple.el (what-cursor-position): Print character encoding also.
10746
10747 1998-12-26 Dave Love <fx@gnu.org>
10748
10749 * textmodes/flyspell.el: If local-maps work, don't put
10750 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
10751 in flyspell-mouse-map (only).
10752 (flyspell-use-local-map): New variable.
10753 Use a different mouse-2 binding in that case,
10754 and don't add to minor-mode-map-alist.
10755 (make-flyspell-overlay, flyspell-correct-word):
10756 Test flyspell-use-local-map.
10757
10758 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10759
10760 * files.el (file-expand-wildcards): Handle wildcards in directory name.
10761 Be careful about whether to return a relative file name,
10762 and if so, relative to what directory.
10763
10764 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
10765
10766 * emacs-lisp/easymenu.el (easy-menu-get-map):
10767 Change global map only if this menu exists in the global map already,
10768 and not in the local map.
10769 (easy-menu-do-add-item): Fix error message.
10770
10771 * foldout.el (foldout-inhibit-key-bindings):
10772 Avoid concatenating onto outline-minor-mode-prefix.
10773 Make a new keymap for that prefix, if it does not already have one.
10774
10775 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu>
10776
10777 * cperl-mode.el:
10778 Can use linear algorithm for indentation if Emacs supports it.
10779 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp.
10780 (cperl-after-block-p): Likewise.
10781 (cperl-after-block-and-statement-beg): Likewise.
10782 (cperl-after-block-p): After END/BEGIN we are a block.
10783 (cperl-after-expr-p): Skip labels when checking
10784 (cperl-indent-region): Make a marker for END - text added/removed.
10785 Disable hooks during the call (how to call them later?).
10786 Now indents 820-line-long function in 6.5 sec (including
10787 syntaxification) the first time (when buffer has few
10788 properties), 7.1 sec the second time.
10789 (cperl-indent-region): Do not indent whitespace lines
10790 (cperl-style-alist)
10791 Include `cperl-merge-trailing-else' where the value is clear.
10792 (cperl-styles-entries): Likewise.
10793 (cperl-problems): Improvements to docs.
10794 (cperl-tips): Likewise.
10795 (cperl-non-problems): Likewise.
10796 (cperl-mode): Make lazy syntaxification possible.
10797 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
10798 `font-lock-unfontify-region-function' was set to a wrong function.
10799
10800 (cperl-find-pods-heres): Safe a position in buffer where it is safe to
10801 restart syntaxification. Changed so that -d ?foo? is a RE. Do
10802 not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
10803 but 1<<6 was considered as HERE-doc.
10804 <file/glob> made into a string.
10805 Postpone addition of faces after syntactic step.
10806 Recognition of <FH> was wrong.
10807 Highlight `gem' in s///gem as a keyword. `qr' recognized.
10808 Knows that split// is null-RE.
10809 Highlights separators in 3-parts expressions as labels.
10810 <> was considered as a glob.
10811 Would err if the last line is `=head1'.
10812 $a-1 ? foo : bar; was a considered a regexp.
10813 `<< (' was considered a start of HERE-doc.
10814 mark qq[]-etc sections as syntax-type=string
10815 Was not processing sub protos after a comment ine.
10816 Was treating $a++ <= 5 as a glob.
10817 Tolerate unfinished REx at end-of-buffer.
10818 `unwind-protect' was left commented.
10819 / and ? after : start a REx.
10820
10821 (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
10822 Better default, customizes to `message' too, off in text-mode.
10823
10824 (cperl-array-face): Renamed from `font-lock-emphasized-face',
10825 `defface'd.
10826 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
10827 `defface'd.
10828 (cperl-emacs-can-parse): New state variable.
10829 (cperl-indent-line): Corrected to use global state.
10830 (cperl-calculate-indent): Likewise.
10831 (cperl-fix-line-spacing): Likewise (not used yet).
10832 (cperl-calculate-indent): Did not consider `,' as
10833 continuation mark for statements.
10834 (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
10835 Remove another parse-data optimization at toplevel: would
10836 indent correctly.
10837 Correct for labels when calculating indentation of continuations.
10838 Docstring updated.
10839 (cperl-choose-color): Converted to a function (to be
10840 compilable in text-mode).
10841 (cperl-dark-background): Disable without window-system.
10842 Do `defface' only if window-system.
10843 (cperl-fix-line-spacing): Sped up to bail out early.
10844 (x-color-defined-p): Was not compiling on XEmacs
10845 Was defmacro'ed with a tick. Remove another def.
10846 (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
10847 (cperl-unwind-to-safe): New function.
10848 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
10849 (cperl-fontify-syntaxically): Unwinds start and end to go out of
10850 long strings (not very successful).
10851 (cperl-forward-re): Highlight the trailing / in s/foo// as string.
10852 Highlight the starting // in s//foo/ as function-name.
10853 Emit a meaningful error instead of a cryptic one for an
10854 uncomplete REx near end-of-buffer.
10855
10856 (cperl-electric-keyword): `qr' recognized.
10857 (cperl-electric-else): Likewise
10858 (cperl-to-comment-or-eol): Likewise
10859 (cperl-make-regexp-x): Likewise
10860 (cperl-init-faces): Likewise, and `lock' (as overridable?).
10861 Corrected to use new macros;
10862 `if' for copying `reference-face' to `constant-face' was backward.
10863 remove init `font-lock-other-emphasized-face',
10864 `font-lock-emphasized-face', `font-lock-keyword-face'.
10865 Interpolate `cperl-invalid-face'.
10866 (cperl-make-regexp-x): Misprint in a message.
10867 (cperl-syntaxify-unwind): New configuration variable
10868 (cperl-fontify-m-as-s): New configuration variable
10869 (cperl-electric-pod): Check for after-expr was performed
10870 inside of POD too.
10871 (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
10872 (cperl-clobber-mode-lists): New configuration variable.
10873 (cperl-not-bad-style-regexp): Updated.
10874 Init: `cperl-is-face' was busted.
10875 (cperl-make-face): New macros.
10876 (cperl-force-face): New macros.
10877 (font-lock-other-type-face): Done via `defface' too.
10878 (cperl-nonoverridable-face): New face. Renamed from
10879 `font-lock-other-type-face'.
10880 (cperl-init-faces-weak): Use `cperl-force-face'.
10881 (cperl-comment-indent): Commenting __END__ was not working.
10882 (cperl-indent-for-comment): Likewise.
10883 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'.
10884 When removing old TAGS info was not relativizing filename.
10885 (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
10886 Another try to work around XEmacs problems. Better progress messages.
10887 (toplevel): Require custom unprotected => failure on 19.28.
10888 (cperl-xemacs-p): Defined when compile too
10889 (cperl-find-tags): Was writing line/pos in a wrong order,
10890 pos off by 1 and not at beg-of-line.
10891 (cperl-etags-snarf-tag): New macro
10892 (cperl-etags-goto-tag-location): New macro
10893 (cperl-version): New variable. New menu entry
10894 random docstrings: References to "future" 20.3 removed.
10895 Menu was described as `CPerl' instead of `Perl'
10896 (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
10897 (cperl-toggle-construct-fix): Was toggling to t instead of 1.
10898 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face'
10899 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
10900 `font-lock-reference-face', `font-lock-keyword-face'.
10901 Use `eval-after-load'.
10902 Remove not-CPerl-related faces.
10903 (cperl-tips-faces): New variable and an entry into Mini-docs.
10904 (cperl-indent-exp): Was not processing else-blocks.
10905 (cperl-get-state): NOP line removed.
10906 (cperl-ps-print): New function and menu entry.
10907 (cperl-ps-print-face-properties): New configuration variable.
10908 (cperl-invalid-face): New configuration variable.
10909 (perl-font-lock-keywords): Highlight trailing whitespace
10910 (cperl-contract-levels): Documentation corrected.
10911 (cperl-contract-level): Likewise.
10912 (cperl-ps-extend-face-list): New macro.
10913 (cperl-invalid-face): Change to ''underline.
10914
10915 1998-12-25 Markus Rost <rost@delysid.gnu.org>
10916
10917 * mail/rmailout.el (rmail-output): Abbreviate name of default-file
10918 for read-file-name.
10919 (rmail-output-to-rmail-file): Likewise.
10920
10921 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
10922
10923 * emacs-lisp/easymenu.el (easy-menu-get-map):
10924 If MENU is nil, use global menu-bar map.
10925 (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
10926 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
10927
10928 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10929
10930 * ps-mule.el (ps-mule-begin-job): Programming uniformization.
10931
10932 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10933
10934 * ps-print.el (ps-print-version): New version number (4.1.3).
10935
10936 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org>
10937
10938 * international/mule-cmds.el: Use make-sparse-keymap instead of
10939 define-prefix-key when defining MULE menu items.
10940
10941 * info.el (Info-node-at-bob-matching): New function.
10942 (Info-find-node, Info-build-node-completions): Call it.
10943
10944 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org>
10945
10946 * help.el (describe-function-1): Say "keymap", not "Lisp macro",
10947 when this is an autoloaded keymap.
10948
10949 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org>
10950
10951 * international/codepage.el (cp-coding-system-for-codepage-1):
10952 Create separate encoders and decoders, for DOS and Unix. Make the
10953 usual family of 3 coding systems, so that automatic detection of
10954 EOL type works.
10955 (cp-make-coding-systems-for-codepage): Don't intern DOS- and
10956 Unix-specific symbols here, and don't call
10957 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi
10958 Handa <handa@etl.go.jp>.)
10959
10960 * dos-vars.el (dos-codepage-setup-hook): New defcustom.
10961
10962 * term/internal.el (IT-character-translations): New variable, an
10963 alist used to display characters for which there's no glyphs in
10964 the current codepage.
10965 (IT-display-table-setup): New function, sets up the DOS terminal
10966 for a given codepage.
10967 (dos-codepage-setup): New function, sets up the MULE environment
10968 for the current value of dos-codepage.
10969 (top-level if): In the multibyte mode, turn on
10970 unibyte-display-via-language-environment. In the unibyte mode,
10971 set up the special syntax tables to map lower- to upper case and
10972 back.
10973
10974 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org>
10975
10976 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
10977 (speedbar-frame-plist) Remove useless comments.
10978 (speedbar-frame-mode) Do not specify height if it is in the param list.
10979 Use default y position w/out changing it.
10980 If default x position is a list, keep, calculate the non-list X
10981 value when devining an initial position.
10982 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
10983 (speedbar-tag-group-name-minimum-length): New variable.
10984 (speedbar-frame-parameter): New compatibility function.
10985 (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
10986 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
10987 groups to keep things in the right order, and to help with some
10988 naming conventions.
10989 (speedbar-create-tag-hierarchy): Enable buffer local version of
10990 `speedbar-tag-hierarchy-method' in the buffer we are tagging.
10991 (speedbar-line-path) Make DEPTH param optional. Devine it if absent.
10992 the case, derive it from the cursor location in speedbar.
10993
10994 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
10995
10996 * international/mule-cmds.el (set-language-environment): On MS-DOS
10997 terminals, install DOS-specific nonascii-translation-table if the
10998 language info doesn't specify one. Pass the default eol-type to
10999 set-language-environment-coding-systems.
11000 (set-default-coding-systems): Copy the eol-type property for the
11001 new default values of {buffer-file,process}-coding-system from the
11002 old defaults.
11003 (set-language-environment-coding-systems): Accept an optional
11004 argument EOL-TYPE, and set the eol-type property of the default
11005 coding systems accordingly.
11006 (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
11007 (set-keyboard-coding-system): Likewise.
11008 (set-default-coding-systems): Don't set
11009 default-terminal-coding-system on MS-DOS to anything but nil.
11010 (prefer-coding-system): Describe in the doc string that
11011 default-terminal-coding-system is not changed on MS-DOS.
11012 (set-language-environment): For MS-DOS, set standard syntax table
11013 and display table for all characters with code above 127.
11014 (standard-display-european-internal): For MS-DOS, pass all
11015 characters with code above 127 directly to the terminal, and don't
11016 remap characters 160 and 146 in the unibyte case.
11017
11018 * international/codepage.el: New file.
11019
11020 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11021
11022 * diary-lib.el (diary-float): Fix end-of-year error and typos in
11023 comments.
11024
11025 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
11026
11027 * map-ynp.el (map-y-or-n-p): Ignore input methods.
11028
11029 * subr.el (read-passwd): Likewise.
11030
11031 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org>
11032
11033 * info.el (Info-find-node): Add 1 to the position read from the
11034 tag table. Don't fail if the node delimiter ^_ is the first
11035 character in the file.
11036 (Info-insert-dir): Don't fail when the node delimiter ^_ is the
11037 first character in the file.
11038 (Info-read-subfile): Likewise.
11039 (Info-select-node): Likewise.
11040 (Info-build-node-completions): Likewise.
11041
11042 1998-12-16 Richard Stallman <rms@gnu.org>
11043
11044 * term/x-win.el (x-cut-buffer-or-selection-value):
11045 If clipboard is enabled, try it before PRIMARY selection.
11046
11047 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11048
11049 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
11050 insert c-cedilla and C-cedilla respectively, like in latin-1.
11051
11052 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org>
11053
11054 * language/hebrew.el: Don't use sublists in the flags argument
11055 passed to make-coding-system.
11056
11057 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11058
11059 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
11060 list of character sets found by find-charset-region.
11061
11062 * ps-mule.el: Always require ps-print. Move some function
11063 definitions for Emacs 20.2 and the earlier to ps-print.el.
11064 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
11065
11066 * ps-print.el: Define several functions for Emacs 20.2 and the
11067 earlier version.
11068 (ps-printer-name): Check if printer-name is bound.
11069
11070 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11071
11072 * ps-mule.el: Programming uniformization and little code improvement.
11073 (ps-mule-prepare-font): Programming uniformization.
11074 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
11075 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
11076
11077 * ps-bdf.el: Programming uniformization and little code improvement.
11078 (bdf-search-and-read): New fun.
11079 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
11080 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
11081 (bdf-info-relative-compose, bdf-info-baseline-offset)
11082 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
11083 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
11084 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
11085 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
11086 improvement.
11087
11088 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11089
11090 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
11091 and mule related code extraction. Autoload ps-mule funs.
11092
11093 * ps-mule.el: Doc fix. Require ps-print only when compiled.
11094 (ps-mule-prologue-generated): New fun.
11095 (ps-mule-plot-string): Add autoload cookie.
11096 (ps-mule-begin-job): Call ps-mule-prologue-generated.
11097
11098 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11099
11100 * ps-bdf.el: Require ps-mule instead of ps-print.
11101 (bdf-directory-list): Add autoload cookie.
11102
11103 * ps-mule.el: New file. Mule related code extracted from
11104 ps-print.el. Require ps-print, provide ps-mule.
11105 (ps-multibyte-buffer): Add autoload cookie.
11106 (ps-mule-prepare-ascii-font): New fun.
11107 (ps-mule-set-ascii-font): New fun.
11108 (ps-mule-skip-same-charset): Fun deleted.
11109 (ps-mule-plot-string): Set ps-mule-current-charset.
11110 (ps-mule-initialize): Add autload cookie. Don't set
11111 ps-mule-font-info-database here.
11112 (ps-mule-begin-job): Renamed from ps-mule-begin. Update
11113 ps-mule-font-info-database and ps-control-or-escape-regexp.
11114 (ps-mule-begin-page): New fun.
11115
11116 * ps-print.el: Mule related code moved to ps-mule.el.
11117 (ps-begin-job): While setting ps-control-or-escape-regexp, don't
11118 check ps-mule-charset-list.
11119 (ps-begin-page): Don't set ps-mule-current-charset, instead call
11120 ps-mule-begin-page.
11121 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
11122 (ps-plot-region): Don't set ps-mule-current-charset, instead call
11123 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset,
11124 instead skip same charsets by itself.
11125 (ps-generate): Call ps-mule-initialize of needs-begin-file is
11126 non-nil. Call ps-mule-begin-job.
11127
11128 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11129
11130 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf
11131 instead of bdf.
11132
11133 * ps-print.el (ps-mule-font-info-database): Doc-string modified.
11134 (ps-mule-external-libraries): New element FEATURE.
11135 (ps-mule-init-external-library): Ajusted for the above change.
11136 (ps-mule-generate-font): Likewise.
11137 (ps-mule-generate-glyphs): Likewise.
11138 (ps-mule-prepare-font): Likewise.
11139 (ps-mule-initialize): Likewise.
11140 (ps-begin-file): Superfluous tailing parenthesis deleted.
11141
11142 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11143
11144 * international/fontset.el (x-decompose-font-name): If PATTERN
11145 doesn't have any wild cards, return a vector made from a name that
11146 is found by x-resolve-font-name found. Comments added.
11147
11148 * international/mule-cmds.el (find-coding-systems-for-charsets):
11149 Handle the case of unknown charset.
11150 (find-multibyte-characters): If invalid multibyte characters are
11151 found, return the corresponding strings instead of character
11152 codes.
11153 (find-multibyte-characters): Adjusted for the above change.
11154 (select-safe-coding-system): For a unibyte buffer, always returns
11155 DEFAULT-CODING-SYSTEM.
11156 (get-charset-property): Fix previous change. Make it a function.
11157 (put-charset-property): Make it a function.
11158
11159 * international/mule.el (make-coding-system): Set mime-charset
11160 property of *-with-esc coding system to nil.
11161
11162 * international/quail.el (quail-point-in-conversion-region): New
11163 function.
11164 (quail-conversion-backward-delete-char): When a key sequence is
11165 being translated, call quail-delete-last-char.
11166
11167 * language/devan-util.el
11168 (devanagari-reorder-glyphs-for-decomposition): Fix the way to
11169 handle devanagari-decomposition-rules.
11170
11171 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org>
11172
11173 * textmodes/texinfo.el (texinfo-tex-buffer): Bind
11174 tex-start-options-string to empty string.
11175 (texinfo-tex-region): Use texinfo-tex-trailer as documented.
11176
11177 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org>
11178
11179 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
11180 5xx responses are already handled properly).
11181
11182 1998-12-13 Richard Stallman <rms@gnu.org>
11183
11184 * progmodes/compile.el (compilation-error-regexp-alist): Insist
11185 on a non-digit in the file name.
11186
11187 * simple.el (comment-region): Handle comment-padding
11188 separately for insertion and for deletion, in the right way for each.
11189
11190 1998-12-13 Felix Lee <flee@cygnus.com>
11191
11192 * progmodes/compile.el (compilation-error-regexp-alist): Fix
11193 regexp to match "ChangeLog:1:1998-12-09 ..."
11194
11195 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org>
11196
11197 * cus-start.el (dos-unsupported-char-glyph): Add.
11198
11199 1998-12-11 Dave Love <fx@gnu.org>
11200
11201 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
11202 forward-sexp in condition-case.
11203
11204 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11205 Remove unnecessary test on `library' for explicit file name.
11206 Widen scope of save-match-data.
11207
11208 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org>
11209
11210 * international/mule.el (load-with-code-conversion): If the loaded
11211 file was inserted with no-conversion or raw-text coding system,
11212 make the buffer unibyte.
11213
11214 1998-12-09 Richard Stallman <rms@gnu.org>
11215
11216 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
11217 Get rid of nested loops.
11218
11219 * mouse.el (mouse-drag-vertical-line):
11220 If WHICH-SIDE is not `right', then scroll bars are on the left.
11221
11222 * loadhist.el (load-history-loaded): defvar moved to help.el.
11223
11224 * help.el (symbol-file-load-history-loaded): Variable renamed,
11225 and defvar moved from loadhist.el.
11226 (symbol-file): Renamed from describe-function-find-file.
11227 Load fns-VERSION.el here.
11228 (describe-variable, describe-function-1): Use symbol-file.
11229
11230 * textmodes/tex-mode.el (tex-generate-zap-file-name):
11231 Don't start the name with #.
11232
11233 * ispell.el: Take out the eval-when's.
11234
11235 1998-12-09 Peter Breton <pbreton@ne.mediaone.net>
11236
11237 * dirtrack.el (dirtrack-directory-change-hook): New hook.
11238 (dirtrack): Run it. Make debug message more verbose.
11239
11240 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
11241
11242 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
11243 name of the abbrev table, and provide support for XEmacs.
11244 (octave-xemacs-p): New variable.
11245
11246 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
11247
11248 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
11249 exit, when mail-interactive is nil.
11250
11251 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr>
11252
11253 * files.el (after-find-file): Message fix.
11254
11255 1998-12-09 Ken Stevens <stevens@kdstevens.com>
11256
11257 * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
11258
11259 1998-12-09 Geoff Voelker <voelker@cs.washington.edu>
11260
11261 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
11262 filenames using backslashes.
11263
11264 1998-12-09 Dave Love <fx@gnu.org>
11265
11266 * browse-url.el (browse-url-mail): Call compose-mail-other-window
11267 with correct number of args.
11268 (browse-url-maybe-new-window): New arg. Callers changed.
11269
11270 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
11271 comment.
11272
11273 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
11274
11275 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
11276
11277 1998-12-08 Markus Rost <rost@delysid.gnu.org>
11278
11279 * vc.el (vc-rcs-release): Fix Type.
11280 (vc-sccs-release): Fix Type.
11281 (vc-cvs-release): Fix Type.
11282
11283 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
11284 arg work right.
11285
11286 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
11287 output of last undeleted message.
11288
11289 1998-12-07 Geoff Voelker <voelker@cs.washington.edu>
11290
11291 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
11292 (buffer-undo-list) [windows-nt]: Use different relative path.
11293
11294 1998-12-07 Simon Marshall <simon@gnu.org>
11295
11296 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
11297
11298 1998-12-05 Markus Rost <rost@delysid.gnu.org>
11299
11300 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
11301
11302 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
11303
11304 1998-12-04 Markus Rost <rost@delysid.gnu.org>
11305
11306 * info.el (Info-menu): Don't return error if point is between menu
11307 header and first menu item.
11308
11309 1998-12-04 Dave Love <fx@gnu.org>
11310
11311 * help.el (describe-function-1): Fix description for alias.
11312
11313 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org>
11314
11315 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
11316 specifications from summary line.
11317
11318 * rect.el (delete-whitespace-rectangle): Mark for autoload.
11319 (close-rectangle): Define alias only once in loaddefs.el.
11320
11321 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org>
11322
11323 * term/internal.el: Remove code which sets up a special syntax
11324 table for non-ASCII characters.
11325
11326 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org>
11327
11328 * dos-w32.el (direct-print-region-function): Try to ensure that
11329 printer-name is expanded to a file name on a local drive;
11330 sometimes printing a file loaded from a network volume fails.
11331 (direct-print-region-function): Add a function to
11332 write-region-annotate-functions to append a formfeed character to
11333 the region being printed, if the region doesn't end with a
11334 formfeed already. This avoids creating a second print job
11335 containing a blank page when print spooling is enabled on Windows.
11336
11337 1998-12-02 Dave Love <fx@gnu.org>
11338
11339 * help.el (help-make-xrefs): Use `info', not the non-autoloaded
11340 `Info-goto-node'.
11341
11342 1998-12-02 Richard Stallman <rms@gnu.org>
11343
11344 * help.el (temp-buffer-resize-mode): Doc fix.
11345
11346 * cus-edit.el (custom-save-delete): Save point before
11347 reading a sexp, rather than backing up.
11348
11349 * international/iso-transl.el: Fix previous change.
11350
11351 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
11352
11353 * vc.el (vc-dired-window-configuration, vc-ediff-windows,
11354 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
11355 Added defvars to suppress compilation warnings.
11356
11357 1998-11-30 Ken Stevens <k.stevens@ieee.org>
11358
11359 * ispell.el: Improved and fixed customize for variables:
11360 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
11361 ispell-dictionary-alist, ispell-skip-sgml.
11362 Improved and fixed comments in variables and messages for
11363 functions: ispell-help-in-bufferp, ispell-local-dictionary,
11364 ispell-menu-map, ispell-checking-message, ispell-parser,
11365 ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
11366 ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
11367 ispell-comments-and-strings, ispell-continue, ispell-complete-word,
11368 ispell-message-text-end, ispell-add-per-file-word-list.
11369 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
11370 system is now required for all languages. Casechars improved for
11371 castellano, castellano8, and norsk dictionaries. Dictionary
11372 norsk7-tex added. Dictionary polish added.
11373 (ispell-dictionary-alist): Redefined at load-time to support
11374 dictionary changes.
11375 (ispell-menu-map): Redefined at load-time to support menu changes.
11376 (ispell-check-version): New alias for `check-ispell-version'.
11377 (ispell-parse-output): Fixed matching for ispell error messages.
11378 Correctly returns spelling suggestions in order generated by ispell
11379 process.
11380 (check-ispell-version): Ensure `case-fold-search' doesn't get
11381 redefined.
11382 (ispell-complete-word): Ensure `case-fold-search' doesn't get
11383 redefined. Fix bug that didn't respect case of word being completed.
11384 (ispell-init-process): Set process coding system to be compatible
11385 with emacs processes and the ispell process.
11386 (ispell-kill-ispell): Ensures ispell process has terminated before
11387 starting new process. This can otherwise confuse process filters
11388 and hang the ispell process.
11389 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
11390 skipping support for sgml.
11391 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r
11392 which could cause `ispell-complete-word' to hang.
11393 (ispell-message): Improved message reference matching. Ensure
11394 `case-fold-search' doesn't get redefined.
11395 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
11396 get redefined. Fixed bug in returning to nroff mode from tex mode.
11397 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
11398 get redefined.
11399
11400 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu>
11401
11402 * textmodes/flyspell.el (flyspell-check-word-p):
11403 Don't delay inside a kbd macro.
11404
11405 * subr.el (make-local-hook): Return the hook variable.
11406
11407 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11408
11409 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
11410 Use a timer instead of post-command-hook.
11411 (hscroll-timer): New variable.
11412
11413 1998-11-30 Dave Love <fx@gnu.org>
11414
11415 * help.el (help-xref-button): Do nothing if text already has the
11416 help-xref property.
11417 (describe-variable): Revert previous change to hyperlink to source.
11418
11419 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
11420
11421 * bindings.el (features): Add `base64' to this list.
11422
11423 * loadhist.el (symbol-file): Doc fix.
11424
11425 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
11426
11427 * files.el (hack-one-local-variable): Cope with non-file buffers.
11428
11429 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu>
11430
11431 * help.el (describe-mode): Put major mode first.
11432
11433 * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
11434 to support special-display and same-window features.
11435
11436 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu>
11437
11438 * simple.el (transpose-subr, transpose-subr-1): Rename variables
11439 bound in one function and used in the other.
11440 (transpose-subr-start1, transpose-subr-start2): Add defvars.
11441 (transpose-subr-end1, transpose-subr-end2): Add defvars.
11442
11443 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu>
11444
11445 * autoinsert.el (auto-insert-alist): Use user-mail-address.
11446
11447 1998-11-26 Kenichi Handa <handa@etl.go.jp>
11448
11449 * international/ccl.el (ccl-dump-translate-character-const-tbl):
11450 Give format correct control string.
11451
11452 * international/mule.el (define-translation-table): Fix bug of
11453 setting incorrect translation-table-id. If the first element of
11454 ARGS is a translation table, just register it.
11455
11456 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
11457 property.
11458
11459 1998-11-24 Michael Ernst <mernst@alum.mit.edu>
11460
11461 * thingatpt.el (thing-at-point-url-at-point): Don't use current
11462 syntax table to determine what is whitespace.
11463
11464 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu>
11465
11466 * frame.el (frame-parameter): Doc fix.
11467
11468 * textmodes/tex-mode.el (tex-feed-input): New function.
11469 (tex-define-common-keys): Add binding for C-c C-m.
11470
11471 1998-11-23 Dave Love <fx@gnu.org>
11472
11473 * progmodes/fortran.el: Various minor doc fixes.
11474 (fortran-font-lock-keywords-1): Add `d' to comment-chars.
11475 (fortran-with-subprogram-narrowing): New macro.
11476 (fortran-check-for-matching-do): Use it.
11477 (fortran-end-do): Use fortran-check-end-prog-re.
11478 (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
11479 (fortran-calculate-indent, fortran-calculate-indent): Likewise.
11480
11481 1998-11-23 Simon Marshall <simon@gnu.org>
11482
11483 * font-lock.el (font-lock-defaults): Doc fix.
11484 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
11485 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
11486
11487 * lazy-lock.el (lazy-lock-unstall):
11488 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
11489
11490 * fast-lock.el (fast-lock-save-cache-1):
11491 (fast-lock-cache-data): Rewritten to use with-temp-message.
11492
11493 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org>
11494
11495 * mail/rmail.el (rmail-set-message-counters-counter): Detect
11496 messages that have been added with DOS line endings and convert
11497 the line endings for such messages.
11498
11499 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11500
11501 * help.el: Add resizing of temporary buffers.
11502 (temp-buffer-resize-mode): New command and variable.
11503 (temp-buffer-max-height): New variable.
11504 (resize-temp-buffer-window): New function.
11505
11506 * window.el (window-buffer-height): New function, split from
11507 shrink-window-if-larger-than-buffer.
11508 (shrink-window-if-larger-than-buffer): Use window-buffer-height.
11509
11510 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu>
11511
11512 * frame.el (initial-frame-alist): Add defcustom.
11513
11514 * shell.el (shell-prompt-pattern): Add defcustom.
11515
11516 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11517
11518 * message.el (message-ignored-supersedes-headers): Remove
11519 NNTP-Posting-Date.
11520
11521 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu>
11522
11523 * help.el (describe-mode): Don't avoid loop indirecting thru
11524 value of INDICATOR.
11525
11526 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu>
11527
11528 * help.el (describe-variable): Allow any variable with a defcustom,
11529 even if it is not a user variable.
11530
11531 * mail/rmail.el (mail-unsent-separator): Additional alternative.
11532
11533 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org>
11534
11535 * gnus/nntp.el (nntp-request-group): Allow for failures when
11536 requesting a new group.
11537
11538 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu>
11539
11540 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
11541
11542 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11543
11544 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
11545
11546 1998-11-19 Simon Marshall <simon@gnu.org>
11547
11548 * subr.el (with-temp-message): New macro.
11549
11550 * emacs-lisp/lisp-mode.el (with-temp-message):
11551 Add lisp-indent-function property.
11552
11553 1998-11-18 Dave Love <fx@gnu.org>
11554
11555 * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
11556
11557 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu>
11558
11559 * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
11560 This is not obsolete.
11561
11562 1998-11-18 Kenichi Handa <handa@etl.go.jp>
11563
11564 * textmodes/picture.el: Make a new map by make-keymap.
11565 (picture-desired-column): New variable.
11566 (picture-update-desired-column): New function.
11567 (picture-beginning-of-line): Set picture-desired-column to 0.
11568 (picture-end-of-line): Set picture-desired-column to the current
11569 column.
11570 (picture-forward-column): Pay attention to multi-column character.
11571 (picture-backward-column): Likewise.
11572 (picture-move-down): Likewise.
11573 (picture-move-up): Likewise.
11574 (picture-movement-nw): With prefix arg, move twice columns.
11575 (picture-movement-ne): Likewise.
11576 (picture-movement-sw): Likewise.
11577 (picture-movement-se): Likewise.
11578 (picture-set-motion): Handle two-column movements.
11579 (picture-move): Call picture-move-down or picture-forward-column
11580 only when necessary.
11581 (picture-insert): Pay attention to picture-desired-column.
11582 (picture-self-insert): Likewise.
11583 (picture-clear-column): Pay attention to multi-column character.
11584 (picture-mode): Modify doc-string for two-column movement.
11585
11586 * rect.el (move-to-column-force): New function.
11587 (operate-on-rectangle): If coerce-tabs is non-nil, call
11588 move-to-column-force instead of move-to-column.
11589 (insert-rectangle): Call move-to-column-force instead of
11590 move-to-column.
11591 (open-rectangle-line): If begextra is not zero, call
11592 move-to-column-force.
11593
11594
11595 1998-11-16 Dave Love <fx@gnu.org>
11596
11597 * textmodes/sgml-mode.el Require skeleton when compiling.
11598 (sgml-font-lock-keywords-1): Accept single-letter tags.
11599 (v2): Defvar free variable.
11600
11601 1998-11-16 Sam Steingold <sds@goems.com>
11602
11603 * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
11604 macro, not ELisp one.
11605
11606 1998-11-16 Kenichi Handa <handa@etl.go.jp>
11607
11608 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
11609 characters to symbol.
11610
11611 * language/japan-util.el (japanese-zenkaku-region): New optional
11612 arg KATAKANA-ONLY.
11613
11614 1998-11-16 Kenichi Handa <handa@etl.go.jp>
11615
11616 * international/mule.el
11617 (after-insert-file-set-buffer-file-coding-system): If the buffer
11618 is changed to unibyte, return inserted bytes.
11619
11620 * tar-mode.el (tar-header-block-tokenize): Decode codes of file
11621 and link names if necessary.
11622 (tar-header-block-summarize): Handle the case that file or link
11623 names are multibyte.
11624 (tar-summarize-buffer): At first set the current buffer unibyte,
11625 then if there are multibyte file names, change it to multibyte.
11626 (tar-mode): Get char position from tar-header-offset.
11627 (tar-extract): Avoid multibyte<->unibyte conversion in
11628 insert-buffer-subsring by setting both buffers unibyte
11629 temporarily.
11630 (tar-copy): Set the buffer unibyte while doing a work. Write
11631 without code conversion.
11632 (tar-expunge): Set the buffer unibyte while doing a work.
11633 (tar-alter-one-field): Likewise.
11634 (tar-clear-modification-flags): Compare byte position with
11635 tar-header-offset.
11636 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
11637 insert-buffer-subsring by setting both buffers unibyte
11638 temporarily. Pay attention to multibyteness while updating the
11639 descriptor-line.
11640 (tar-mode-write-file): Write without code conversion.
11641
11642 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11643
11644 * nngateway.el: Require cl.
11645
11646 1998-11-15 Dave Love <fx@gnu.org>
11647
11648 * progmodes/fortran.el: Fix previous change:
11649 (fortran-end-prog-re1): Changed.
11650 (fortran-check-end-prog-re): New function.
11651 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
11652
11653 1998-11-13 Tom Breton <tob@world.std.com>
11654
11655 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
11656 GNU Emacs.
11657
11658 1998-11-13 Carsten Dominik <cd@delysid.gnu.org>
11659
11660 * textmodes/reftex.el: (reftex-finding-files): Group documentation
11661 fixed.
11662 (reftex-toc-toggle-file-boundary,
11663 reftex-toc-toggle-labels,
11664 reftex-toc-toggle-context,reftex-find-start-point): New functions.
11665 (reftex-toc-include-labels, reftex-toc-include-context,
11666 reftex-toc-include-file-boundaries,
11667 reftex-toc-keep-other-windows): New options.
11668 (reftex-use-text-after-label-as-context): Option removed.
11669 (reftex-extract-bib-entries): Protect use in non-latex
11670 buffers.
11671 (reftex-toc-visit-location): Renamed from
11672 `reftex-toc-visit-line'.
11673 (reftex-latin1-to-ascii): Works now with and without Mule.
11674 (reftex-truncate): Removed special stuff for Emacs 20.2.
11675 (reftex-get-offset): Made more general.
11676 (reftex-show-label-location): Renamed from
11677 `reftex-select-label-callback'.
11678 (reftex-pop-to-label): Function removed (using
11679 `reftex-show-label-location' instead.
11680 (reftex-insert-docstruct): Renamed from
11681 `reftex-make-and-insert-label-list'. Function args changed.
11682 (reftex-toc): Now uses `reftex-insert-docstruct' and
11683 `reftex-find-start-point'.
11684 (reftex-select-item): Use `reftex-find-start-point'.
11685 (reftex-toc-visit-line): Can display labels and file
11686 boundaries.
11687 (reftex-TeX-master-file): `(TeX-master-file)' protected.
11688
11689 1998-11-12 Sam Steingold <sds@goems.com>
11690
11691 * browse-url.el (browse-url): Handle the case when
11692 `browse-url-browser-function' is a lambda list.
11693
11694 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org>
11695
11696 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
11697 version string.
11698 * loadhist.el (symbol-file): Likewise
11699
11700 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM>
11701
11702 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
11703
11704 1998-11-11 Sam Steingold <sds@goems.com>
11705
11706 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
11707 `run-lisp' instead of signalling an error.
11708
11709 1998-11-11 Karl Heuer <kwzh@gnu.org>
11710
11711 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
11712
11713 1998-11-11 Richard Stallman <rms@gnu.org>
11714
11715 * vc-hooks.el (vc-toggle-read-only): Doc fix.
11716
11717 1998-11-11 Per Starback <starback@update.uu.se>
11718
11719 * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
11720 renamed svenska8 to svenska, and fixed and extended CASECHARS
11721 for it.
11722
11723 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org>
11724
11725 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
11726 handling if setpagedevice is not available.
11727 (ps-begin-file): Fix typo.
11728
11729 1998-11-11 Kenichi Handa <handa@etl.go.jp>
11730
11731 * international/mule-util.el (compose-chars-component): Signal
11732 error if CH is a rule-based composition character.
11733 (compose-chars): Signal error if an already compsed character is
11734 going to be composed by rule-base.
11735
11736 * term/x-win.el: If a resolved ASCII font name doesn't conform to
11737 full XLFD, don't try to get information of WEIGHT and SLANT from
11738 that font name.
11739
11740 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
11741
11742 * dos-w32.el (set-default-process-coding-system): Use function on
11743 before-init-hook to set default-process-coding-system based on
11744 enable-multibyte-characters.
11745
11746 * term/w32-win.el ([language-change]): For now ignore
11747 keyboard language-change events.
11748
11749 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org>
11750
11751 * ediff-util.el (ediff-make-temp-file): Run the prefix through
11752 convert-standard-file-name, but leave the results of
11753 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2
11754 characters if the original name already exists, or has a special
11755 handler.
11756
11757 1998-11-10 Karl Heuer <kwzh@gnu.org>
11758
11759 * international/iso-insert.el: Delete autoload cookies.
11760
11761 * international/iso-transl.el: Add autoload cookies.
11762
11763 1998-11-10 Richard Stallman <rms@gnu.org>
11764
11765 * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
11766 (ispell-process-line): Don't treat multibyte
11767
11768 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk>
11769
11770 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
11771 setpagedevice to specify the page size if setpagedevice is
11772 available. This is necessary to select the correct paper tray on
11773 Level 2 printers with multiple paper sizes available.
11774
11775 (ps-begin-file): Cope with font names that contain spaces, and
11776 call BeginDoc in a BeginSetup/EndSetup block.
11777
11778 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org>
11779
11780 * loadup.el (buffer-undo-list): Run fns-VERSION.el through
11781 convert-standard-filename.
11782
11783 * loadhist.el (symbol-file): Run fns-VERSION.el through
11784 convert-standard-filename.
11785
11786 1998-11-06 Richard Stallman <rms@gnu.org>
11787
11788 * textmodes/texinfmt.el (texinfo-format-scan):
11789 Detect the case of two @-commands in a row; process just the first.
11790 (texinfo-append-refill): If line has a @c, insert the @refill
11791 before it.
11792 (texinfo-format-refill): Return with point where the @refill was.
11793
11794 * files.el (hack-local-variables): Test local-enable-local-variables.
11795 (hack-local-variables-prop-line): Likewise.
11796 (set-auto-mode): Don't test local-enable-local-variables here.
11797 (enable-local-variables): Doc fix.
11798 (local-enable-local-variables): Doc fix.
11799 (normal-mode): Doc fix.
11800
11801 1998-11-06 Karl Heuer <kwzh@gnu.org>
11802
11803 * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
11804
11805 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM>
11806
11807 * simple.el (line-number-mode): Doc fix.
11808
11809 1998-11-06 Kenichi Handa <handa@etl.go.jp>
11810
11811 * international/fontset.el (create-fontset-from-fontset-spec):
11812 Give correct arg to `error'.
11813
11814 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org>
11815
11816 * textmodes/sgml-mode.el (html-mode): Doc fix.
11817 (sgml-name-8bit-mode): Fix missing format character in message string.
11818
11819 1998-11-05 Karl Heuer <kwzh@gnu.org>
11820
11821 * mail/sendmail.el (sendmail-send-it): Check for failure.
11822
11823 1998-11-05 Richard Stallman <rms@gnu.org>
11824
11825 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
11826
11827 * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
11828 (close-rectangle): Define as alias.
11829
11830 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu>
11831
11832 * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
11833
11834 1998-11-05 Dave Love <fx@gnu.org>
11835
11836 * help.el (describe-variable): Don't quote link to source.
11837
11838 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu>
11839
11840 * gud.el (gud-common-init): Use pop-to-buffer.
11841 (same-window-regexps): Add an element that matches all gud buffers.
11842
11843 1998-11-04 Jason Rumney <jasonr@altavista.net>
11844
11845 * term/w32-win.el (x-get-selection-value): Alias to
11846 x-cut-buffer-or-selection-value.
11847 (w32-standard-fontset-spec): New variable.
11848 (w32-create-initial-fontsets, mouse-set-font): Check whether
11849 new-fontset is available.
11850 (w32-use-w32-font-dialog): Enable use of set-variable.
11851
11852 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11853
11854 * vc.el (with-vc-file, edit-vc-file): New macros.
11855
11856 1998-11-04 Kenichi Handa <handa@etl.go.jp>
11857
11858 * international/quail.el (quail-show-guidance-buf): Call
11859 set-minibuffer-window to set minibuffer window of the current
11860 frame correctly.
11861
11862 1998-11-03 Theodore Jump <tjump@tertius.com>
11863
11864 * term/w32-win.el: Require fontset.
11865
11866 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org>
11867
11868 * faces.el (set-face-font): Call resolve-fontset-name on w32.
11869 (set-face-font-auto): Ditto.
11870
11871 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
11872
11873 * mouse.el (mouse-drag-region): Fix typo.
11874
11875 1998-11-02 Dave Love <fx@gnu.org>
11876
11877 * progmodes/fortran.el Fix for fontification of strings lost somehow:
11878 (fortran-fontify-string): New function.
11879 (fortran-font-lock-keywords-1): Use it.
11880
11881 1998-11-02 Markus Rost <rost@delysid.gnu.org>
11882
11883 * comint.el (comint-file-name-quote-list): Doc fix.
11884
11885 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
11886
11887 * loadup.el (buffer-undo-list): Write fns-VERSION.el into
11888 build directory, not source directory.
11889
11890 * mouse.el (mouse-drag-region): Fake up a mouse-motion event
11891 if we did not get one for the final move.
11892
11893 1998-11-01 Dave Love <fx@gnu.org>
11894
11895 * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
11896 Don't funcall browse-url-browser-function.
11897
11898 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
11899 Don't funcall browse-url-browser-function.
11900
11901 * fortran.el (fortran-end-prog-re1): Fix the regexp.
11902
11903 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
11904
11905 * files.el (revert-buffer): Doc fix.
11906
11907 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
11908
11909 * textmodes/tex-mode.el (tex-start-options-string):
11910 Quote the backslashes with more backslashes.
11911
11912 1998-10-31 Dave Love <fx@gnu.org>
11913
11914 * webjump.el (webjump-sample-sites): Fix Lisp archive site.
11915 (webjump): Don't funcall browse-url-browser-function.
11916
11917 1998-10-30 Kenichi Handa <handa@etl.go.jp>
11918
11919 * international/quail.el (quail-start-translation): Handle
11920 switching of the frame in read-key-sequence.
11921 (quail-start-conversion): Likewise.
11922 (quail-show-guidance-buf): Detach quail-guidance-buf from any
11923 windows before setting an appropriate window for it.
11924 (quail-hide-guidance-buf): Use window-minibuffer-p. Set
11925 quail-guidance-win to nil.
11926 (quail-update-guidance): If quail-guidance-buf is not in the
11927 selected frame, call quail-show-guidance-buf again.
11928
11929 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no>
11930
11931 * progmodes/pascal.el (pascal-mode):
11932 `blink-matching-paren-dont-ignore-comments' set to t.
11933
11934 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11935
11936 * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
11937
11938 1998-10-30 Dave Love <fx@gnu.org>
11939
11940 * vc.el (vc-backend-merge-news): Check for "P" output.
11941
11942 * help.el (describe-variable): Hyperlink the definition.
11943
11944 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
11945
11946 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
11947 (sh-set-shell): Likewise.
11948
11949 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
11950
11951 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
11952 (edebug-on-error): Fix customize type to match that of
11953 debug-on-error.
11954
11955 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
11956
11957 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
11958 report-emacs-bug-address instead of undefined bug-gnu-emacs.
11959
11960 * international/mule-cmds.el (select-message-coding-system): Doc
11961 fix.
11962
11963 * international/mule-diag.el (describe-coding-system): Describe
11964 all flags.
11965
11966 * mail/sendmail.el (sendmail-coding-system,
11967 default-sendmail-coding-system): Doc fix.
11968
11969 * simple.el (shell-command-on-region): Doc fix.
11970
11971 * loadup.el: Write fns-*.el in current directory instead of
11972 data-directory since no installation directory exists yet. Mark
11973 buffer unmodified afterwards.
11974
11975 * loadhist.el (symbol-file): Load fns-*.el from exec-directory
11976 instead of data-directory since it is architecture dependent.
11977 (load-history-loaded): Update doc string.
11978
11979 1998-10-29 Geoff Voelker <voelker@cs.washington.edu>
11980
11981 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
11982 path as a default directory when canonicalizing names.
11983
11984 * w32-fns.el: Remove a dangling reference to a directory on the
11985 build machine.
11986
11987 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu>
11988
11989 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
11990 namespace related keywords such as `class', `body', `private',
11991 `variable', `namespace eval', etc.
11992 (tcl-imenu-generic-expression): Handle itcl body and class definitions.
11993 (tcl-mode): Added ":" as a word constituent to the syntax-alist of
11994 imenu and font-lock so that searches for \sw would find words
11995 containing colons.
11996
11997 * progmodes/etags.el (initialize-new-tags-table):
11998 Do not alter find-tag-marker-ring and tags-location-ring.
11999
12000 1998-10-27 Geoff Voelker <voelker@cs.washington.edu>
12001
12002 * term/w32-win.el: Require fontset.
12003 (w32-init-fontsets): New function (code from x-win.el).
12004
12005 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12006
12007 * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
12008 calendar-and-diary-frame-parameters): Add title parameter.
12009
12010 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
12011
12012 * completion.el (dynamic-completion-mode): New function to enable
12013 the mode. (Just loading the file now does not change anything.)
12014
12015 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12016
12017 * ps-print.el: User option for multibyte buffer handling and doc fix.
12018 (ps-multibyte-buffer): New user option.
12019 (ps-setup): Print new user option.
12020 (ps-print-quote): New fun.
12021 (ps-color-p, ps-mule-font-info-database-latin): New var.
12022 (ps-default-color, ps-mule-font-info-database)
12023 (ps-mule-font-info-database-ps-bdf): Adjust initialization.
12024 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
12025 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
12026 Little code improvement.
12027 (ps-mule-initialize): Initialize ps-mule-font-info-database.
12028 (ps-print-prologue-header, ps-font-family, ps-font-size)
12029 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
12030 (ps-build-face-reference, ps-mule-font-info-database-bdf)
12031 (ps-mule-external-libraries, ps-mule-init-external-library)
12032 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
12033 Doc fix.
12034 (ps-print-version): New version number (4.1.1) and doc fix.
12035 (ps-print-prologue-header): New user option.
12036 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
12037 Conditional compilation for GNU Emacs and emacsens.
12038 (ps-generate-postscript-with-faces): Skip invisible text better.
12039 (ps-setup): Print new user option.
12040 (ps-print-preprint): Check if input file name exists and is unwritable.
12041 (ps-begin-file): Adjust PostScript prologue header for duplex printers
12042 and insert user PostScript prologue header comments.
12043 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
12044 New funs.
12045 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
12046 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
12047 PostScript programming normalization.
12048 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
12049 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
12050 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
12051 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
12052 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
12053 Programming style normalization.
12054
12055 1998-10-26 Kenichi Handa <handa@etl.go.jp>
12056
12057 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
12058 version, check the value of mule-version.
12059
12060 * international/mule-util.el (compose-region): Insert then delete
12061 to preserve markers.
12062 (decompose-region): Use search-forward for efficiency.
12063
12064 * language/chinese.el (pre-write-encode-hz): Cancel previous
12065 change, use generate-new-buffer instead of get-buffer-create.
12066 * language/devan-util.el
12067 (in-is13194-devanagari-pre-write-conversion): Likewise.
12068 * language/thai-util.el (thai-pre-write-conversion): Likewise.
12069 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
12070 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
12071
12072 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
12073
12074 * mail/rmailsum.el (rmail-message-subject-p):
12075 Handle message whose header has not been reformatted.
12076
12077 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
12078
12079 1998-10-25 Jason Rumney <jasonr@altavista.net>
12080
12081 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
12082 New variables.
12083 (mouse-set-font): Use font menus instead of dialog according to
12084 w32-use-w32-font-dialog.
12085
12086 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12087
12088 * calendar/calendar.el (calendar-day-name-array): Add doc string
12089 correctly!
12090 (calendar-month-name-array): Add doc string correctly!
12091
12092 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu>
12093
12094 * net-utils.el (whois-get-tld): Rewrite not to use `do'.
12095
12096 1998-10-21 Markus Rost <rost@delysid.gnu.org>
12097
12098 * lisp/info.el (Info-next-menu-item): Stay on top of node.
12099
12100 * mail/rmailout.el (rmail-output): Insert newline only if necessary.
12101
12102 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
12103
12104 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
12105
12106 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org>
12107
12108 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
12109
12110 1998-10-21 Karl Heuer <kwzh@gnu.org>
12111
12112 * emacs-lisp/profile.el (profile-timer-program): Var deleted.
12113 (profile-timer-process, profile-temp-result-, profile-time): Likewise.
12114 (profile-filter, profile-reset-timer): Functions deleted.
12115 (profile-check-zero-init-times, profile-get-time): Likewise.
12116 (profile-find-function, profile-quit): Likewise.
12117 (profile-distinct, profile-call-stack, profile-last-time): New vars.
12118 (profile-time-list, profile-init-list): Doc fix.
12119 (profile-functions): Simplify.
12120 (profile-print): Use float. Make output include space separators.
12121 (profile-add-time): New helper function.
12122 (profile-function-prolog): Renamed from profile-start-function.
12123 Handle profile-distinct.
12124 (profile-function-epilog): Renamed from profile-update-function.
12125 Handle profile-distinct.
12126 (profile-a-function): If the function to be profiled is an
12127 autoload form, load it. If it's lazy-loaded, fetch it.
12128 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
12129 (profile-restore-fun): Arg FUN is now a function symbol, as was
12130 documented, rather than a one-element list.
12131 (profile-finish): Call profile-restore-fun properly.
12132
12133 1998-10-21 Kenichi Handa <handa@etl.go.jp>
12134
12135 * international/characters.el: Setup charset property
12136 nospace-between-words.
12137
12138 * international/mule-cmds.el (get-charset-property): If CHARSET is
12139 composition, return nil.
12140 (put-charset-property): If CHARSET is composition, do nothing.
12141
12142 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
12143 * language/devan-util.el
12144 (in-is13194-devanagari-pre-write-conversion): Likewise.
12145 * language/thai-util.el (thai-pre-write-conversion): Likewise.
12146 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
12147 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
12148
12149 * textmodes/fill.el (sentence-end-without-period): New variable.
12150 (canonically-space-region): Pay attention to
12151 sentence-end-without-period.
12152 (fill-find-break-point): The first argument CHARSET deleted.
12153 Caller changed.
12154 (fill-region-as-paragraph): Pay attention to charset property
12155 nospace-between-words and text property nospace-between-words.
12156
12157 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
12158
12159 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
12160 an unrecognized shell.
12161
12162 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org>
12163
12164 * desktop.el (desktop-save): Include minor modes symbolically.
12165 (desktop-create-buffer): Turn on all minor modes in `mim'.
12166
12167 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
12168
12169 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
12170 (sh-font-lock-keywords): Handle rpm and rpm2.
12171 (sh-ancestor-alist): Handle rpm.
12172
12173 * files.el (auto-mode-alist): Recognize .rpm files.
12174 Also .spec and .mspec files.
12175
12176 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org>
12177
12178 * faces.el (frame-set-background-mode): Enable the function for
12179 MSDOS frames.
12180
12181 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12182
12183 * calendar/calendar.el (calendar-day-name-array): Add doc string.
12184 (calendar-month-name-array): Add doc string.
12185
12186 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu>
12187
12188 * simple.el (kill-ring-max): Increased to 60.
12189
12190 1998-10-17 Kenichi Handa <handa@etl.go.jp>
12191
12192 * international/characters.el: Setup auto-fill-chars.
12193
12194 * international/kinsoku.el (kinsoku): Check the variable
12195 enable-kinsoku.
12196
12197 * simple.el (do-auto-fill): Don't check kinsoku-enable here.
12198 Don't call kinsoku directly, intead call fill-find-break-point.
12199
12200 * textmodes/fill.el: Setup `fill-find-break-point-function'
12201 property to character sets which require `kinsoku' processing for
12202 filling.
12203 (fill-find-break-point): New function.
12204 (fill-region-as-paragraph): Don't check kinsoku-enable here.
12205 Don't call kinsoku directly, intead call fill-find-break-point.
12206
12207 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu>
12208
12209 * faces.el (modify-face-read-string): Return (nil) for "none".
12210 (modify-face): Don't get error if (nil) is the argument.
12211 (face-try-color-list): Don't check whether nil is a valid color.
12212
12213 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu>
12214
12215 * emacs-lisp/bytecomp.el (byte-recompile-directory):
12216 Print message about each directory, even in batch mode.
12217
12218 * gnus/nntp.el: Require `cl' before using nnoo-declare.
12219
12220 * ps-print.el (ps-mule-chars-in-string): No need to use sref.
12221 (ps-mule-string-char): No need to use sref.
12222 (ps-mule-next-index): No need to use sref.
12223
12224 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
12225
12226 * files.el (revert-buffer-internal-hook): Add defvar.
12227
12228 * arc-mode.el (archive-mode): Locally set file-precious-flag.
12229
12230 * tar-mode.el (tar-mode): Locally set file-precious-flag.
12231
12232 1998-10-16 Markus Rost <rost@delysid.gnu.org>
12233
12234 * international/mule-cmds.el (default-input-method): Fix custom type.
12235
12236 * net-utils.el (whois-server-list): Fix customization type.
12237
12238 * shell.el (shell-input-autoexpand): Fix customization group.
12239
12240 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu>
12241
12242 * repeat.el (repeat): Handle keyboard macros properly.
12243 Handle new prefix arg after self-insert command.
12244
12245 * repeat.el: Don't include cl even at compile time.
12246 (repeat): Avoid using `loop'.
12247
12248 * simple.el (shell-command-on-region): Doc fix.
12249 (next-history-element): Special error message if no default.
12250
12251 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu>
12252
12253 * ps-print.el (ps-print-buffer): Doc fix.
12254 (ps-despool): Likewise.
12255
12256 * arc-mode.el (arc-mode): Provide arc-mode.
12257
12258 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
12259
12260 * ps-print.el (ps-print-buffer): Doc fix.
12261
12262 1998-10-14 Dave Love <fx@gnu.org>
12263
12264 * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
12265 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
12266 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
12267
12268 * progmodes/fortran.el (fortran-mode-map): Change "Join
12269 Continuation Line" to "Join Line".
12270 (fortran-font-lock-keywords-1): Add "cycle", "exit".
12271
12272 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
12273
12274 * progmodes/fortran.el (fortran-join-line): Use
12275 `delete-indentation' instead of issuing an error message if not on
12276 a continuation line. Provide for joining several lines using
12277 prefix arg.
12278
12279 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org>
12280
12281 * term/pc-win.el (msdos-color-values): New variable.
12282 (x-color-values): New function, emulates its namesake from
12283 src/xfns.c.
12284 (msdos-bg-mode): Add all dark colors to those which return
12285 "dark".
12286
12287 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
12288
12289 * replace.el (keep-lines, flush-lines, how-many):
12290 Don't ignore case if arg has upper case letters.
12291
12292 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch>
12293
12294 * progmodes/vhdl-mode.el
12295 (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
12296 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
12297 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
12298 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
12299 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
12300 (vhdl-when): Fix indentation problem.
12301 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
12302 (vhdl-get-port, vhdl-get-generic): Bug fix in template.
12303 (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
12304
12305 1998-10-13 Geoff Voelker <voelker@cs.washington.edu>
12306
12307 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
12308 (ls-lisp-insert-directory): Renamed from insert-directory.
12309 (insert-directory): New function.
12310
12311 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
12312
12313 * simple.el (completion-fixup-function): Variable deleted.
12314 (completion-setup-function): Delete code for completion-fixup-function.
12315 * emacs-lisp/lisp.el (lisp-complete-symbol):
12316 Don't bind completion-fixup-function.
12317
12318 * files.el (find-file-wildcards): New option.
12319 (find-file-noselect): Handle wild cards, if enabled.
12320 (file-expand-wildcards): New function.
12321
12322 * simple.el (set-fill-column): Doc fix.
12323
12324 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12325
12326 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
12327
12328 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org>
12329
12330 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
12331 Move declaration before first use.
12332 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
12333 hif-math, hif-factor): Rename token to hif-token and token-list to
12334 hif-token-list.
12335 (hif-token, hif-token-list): Declare them.
12336 (hif-find-ifdef-block): Return cons of top and bottom point
12337 instead of setting dynamically bound variables.
12338 (hide-ifdef-block, show-ifdef-block): Use return value of
12339 hif-find-ifdef-block.
12340
12341 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
12342
12343 * subr.el (read-passwd): Use clear-this-command-keys.
12344
12345 * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
12346
12347 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
12348 and ...-for-write.
12349
12350 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk>
12351
12352 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
12353 responses to GROUP command, since this may be called from a timer
12354 with quit inhibited.
12355
12356 1998-10-12 Kenichi Handa <handa@etl.go.jp>
12357
12358 * international/ccl.el (ccl-compile-if): If there's no false-cmds,
12359 set unconditional-jump to nil.
12360 (ccl-compile-read-multibyte-character): Return nil.
12361 (ccl-compile-write-multibyte-character): Likewise.
12362 (ccl-compile-translate-character): Likewise
12363 (ccl-compile-map-multiple): Likewise.
12364 (ccl-compile-map-single): Likewise.
12365
12366 * international/kinsoku.el: Add coding tag.
12367 (kinsoku-bol): Remove superfluous TAB in a string.
12368
12369 * international/mule-cmds.el (find-coding-systems-for-charsets):
12370 Delete `composition' (if any) from CHARSETS.
12371
12372 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
12373
12374 * international/mule-cmds.el (setup-specified-language-environment):
12375 Add apropos-inhibit property.
12376 (describe-specified-language-support): Likewise.
12377
12378 1998-10-11 Kenichi HANDA <handa@etl.go.jp>
12379
12380 * international/mule.el (make-coding-system): Create -with-esc
12381 variant coding system.
12382
12383 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
12384
12385 * progmodes/etags.el (tags-loop-revert-buffers): New variable.
12386 (next-file): Optionally offer to revert a file's buffer,
12387 if it has an existing buffer but the file has changed.
12388
12389 * info.el (Info-insert-dir): Detect and report problems
12390 in input files, such as "No Top node". Return with point
12391 at the beginning of the text.
12392 (Info-find-node): Reinsert the code to handle files
12393 with no tags table; it was deleted by mistake.
12394
12395 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
12396
12397 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
12398 texinfo-find-higher-level-node repeatedly find the same node.
12399 (texinfo-find-higher-level-node): Doc fix.
12400
12401 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
12402
12403 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
12404 (smtpmail-address-buffer): Add defvar.
12405 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
12406
12407 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
12408
12409 * ffap.el (ffap-machine-p-local): Fix editing error.
12410
12411 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu>
12412
12413 * faces.el (frame-set-background-mode):
12414 Don't do anythung for text-only or MSDOS frame.
12415
12416 1998-10-08 Kenichi Handa <handa@etl.go.jp>
12417
12418 * international/quail.el (quail-defrule): New optional arg APPEND.
12419 (quail-defrule-internal): Fix bug of handling the argument APPEND.
12420
12421 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu>
12422
12423 * gnus/pop3.el (pop3-open-server):
12424 Set process-coding-system-alist around open-network-stream.
12425
12426 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu>
12427
12428 * files.el (save-buffer): Doc fix.
12429
12430 1998-10-07 Karl Heuer <kwzh@gnu.org>
12431
12432 * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
12433 return DEF unchanged, not nil. Simplify.
12434
12435 1998-10-06 Geoff Voelker <voelker@cs.washington.edu>
12436
12437 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
12438
12439 1998-10-06 Peter Breton <pbreton@ne.mediaone.net>
12440
12441 * generic.el (generic-mode-with-type): Added hooks for generic-modes.
12442
12443 * net-utils.el (ftp, nslookup): Require comint.
12444 (network-service-connection): Likewise.
12445 (whois-server-name): Defaults to whois.arin.net
12446 (whois-server-list, whois-server-tld, whois-guess-server): New var.
12447 (whois): Tries to guess the appropriate top-level domain server.
12448 (whois-get-tld): New function.
12449
12450 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
12451 (dirtrack-debug-toggle): Added this function.
12452
12453 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
12454
12455 * files.el (find-file-noselect): Switch to the correct buffer
12456 before checking find-file-literally, and allow non-nil non-t
12457 rawfile params.
12458
12459 1998-10-06 Karl Heuer <kwzh@gnu.org>
12460
12461 * midnight.el (clean-buffer-list): Add autoload cookie.
12462
12463 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
12464 no-autosave.
12465 * tar-mode.el (tar-mode-revert): Likewise.
12466 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
12467 from ediff-arrange-autosave-in-merge-jobs. Callers changed.
12468 * gnus/message.el (message-auto-save-directory): Renamed from
12469 message-autosave-directory. All references changed.
12470
12471 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
12472
12473 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
12474 string. Expose mime stuff while searching.
12475
12476 1998-10-06 Richard Stallman <rms@gnu.org>
12477
12478 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
12479
12480 * replace.el (perform-replace): Position point properly
12481 before and after the recursive edit of C-r.
12482
12483 * progmodes/etags.el (tags-reset-tags-tables): Properly
12484 find the markers in the old rings that are being discarded.
12485
12486 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12487
12488 * apropos.el (apropos-print): Control invalid characters.
12489
12490 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
12491 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
12492 confusing customize.
12493
12494 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org>
12495
12496 * generic-x.el (bat-generic-mode): Fix regexps for keywords and
12497 built-in commands. Add more built-in commands and fix face names.
12498
12499 1998-10-05 Simon Marshall <simon@gnu.org>
12500
12501 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
12502
12503 1998-10-04 Eric Ludlam <zappo@gnu.org>
12504
12505 * speedbar.el (speedbar-initial-expansion-list-name): Remove
12506 customization since it is not useful in this case.
12507 (speedbar-frame-mode): Check if cfx or cfy is a list, and make
12508 sure it gets evalled to a number. Also verify that set-frame-name
12509 fn exists before calling it.
12510
12511 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
12512 Protect a `forward-sexp' call which could fail, and improved regex
12513 for ie, and eg abbreviations.
12514
12515 1998-10-02 Noah Friedman <friedman@splode.com>
12516
12517 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
12518 send-string.
12519 (rlogin-send-Ctrl-D): Here also.
12520 (rlogin-send-Ctrl-Z): Here also.
12521 (rlogin-send-Ctrl-backslash): Here also.
12522
12523 1998-10-02 Dave Love <fx@gnu.org>
12524
12525 * outline.el (hide-region-body): Bind
12526 outline-view-change-hook to nil while making repeated calls to
12527 outline-flag-region. Run it once at the end.
12528 (hide-other, hide-sublevels, show-children): Likewise.
12529
12530 * info-look.el: Remove duplicate scheme-mode entry.
12531 (info-lookup-make-completions): When looking for entries, check
12532 that `item' isn't null or "Menu".
12533
12534 1998-10-01 Karl Heuer <kwzh@gnu.org>
12535
12536 * net-utils.el: Don't require ffap.
12537 (net-utils-machine-at-point, net-utils-url-at-point): New functions.
12538 (ping, nslookup-host, finger, network-connection-to-service): Use them.
12539
12540 1998-09-30 Richard Stallman <rms@gnu.org>
12541
12542 * ispell.el (check-ispell-version): No need to bind default-major-mode.
12543
12544 * imenu.el (imenu--generic-function): Sort each submenu by position.
12545 (imenu--sort-by-position): New function.
12546
12547 * cus-edit.el (Custom-mode-menu): Fix info node name.
12548 (customize group): Fix info node name.
12549
12550 * mail/mailalias.el (build-mail-aliases): Don't allow
12551 a newline in the alias name. Don't define an alias
12552 if the definition would be empty.
12553
12554 * which-func.el (which-func-mode-global): Make :set function
12555 more reliable.
12556
12557 * custom.el (custom-set-variables): Load the requests first,
12558 then check the symbol's `set' function.
12559
12560 * ffap.el: Doc fixes.
12561
12562 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12563
12564 * gnus.el: (gnus-valid-select-methods): Fix type.
12565 * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
12566 * gnus-score.el (gnus-orphan-score): Fix type.
12567 (gnus-score-default-header, gnus-score-default-type): Fix type.
12568 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
12569 (gnus-saved-headers): Fix type.
12570
12571 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
12572 Avoid nil value of `two-lines-citation-part'.
12573
12574 1998-09-30 Roman Belenov <roman@nstl.nnov.ru>
12575
12576 * which-func.el (which-function): Handle case when
12577 (car imenu--index-alist) is nil.
12578
12579 1998-09-29 Dave Love <fx@gnu.org>
12580
12581 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
12582 bzip2 args.
12583
12584 1998-09-29 Simon Marshall <simon@gnu.org>
12585
12586 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
12587 comint-exec-hook.
12588
12589 1998-09-29 Stephen Eglen <stephen@gnu.org>
12590
12591 * info-look.el: Add support for Octave.
12592
12593 1998-09-28 Carsten Dominik <cd@delysid.gnu.org>
12594
12595 * textmodes/reftex.el (reftex-finding-files): New customize group.
12596 (reftex-texpath-environment-variables,
12597 reftex-use-external-file-finders, reftex-external-file-finders,
12598 reftex-search-unrecursed-path-first): New options.
12599 (reftex-process-string, reftex-find-file-externally): New
12600 functions.
12601 (reftex-access-search-path): Execute shell commands to find the
12602 search path.
12603 (reftex-toggle-auto-view-crossref): When turning on, make sure
12604 `reftex-auto-view-crossref' becomes non-nil.
12605 (reftex-abbrev-regexp): Constant removed.
12606 (reftex-convert-string): Abbrev regexp calculated locally.
12607
12608 1998-09-28 Dave Love <fx@gnu.org>
12609
12610 * progmodes/fortran.el: Don't call regexp-opt when deriving
12611 font-lock patterns with keywords that aren't all literal.
12612
12613 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
12614
12615 * octave-inf.el (inferior-octave-prompt): Also match prompts of
12616 the form `octave.bin:1>' which come from using precopiled binary
12617 versions.
12618
12619 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu>
12620
12621 * help.el (help-for-help): Use %THIS-KEY%.
12622 (help-quit): Add doc.
12623
12624 * help-macro.el (make-help-screen): Keep HELP-TEXT
12625 in a separate function definition, not in the help command FNAME.
12626 Replace %THIS-KEY% with the key sequence that ran FNAME.
12627
12628 1998-09-25 Richard Stallman <rms@gnu.org>
12629
12630 * textmodes/texinfo.el (texinfo-show-structure):
12631 Bind inhibit-read-only.
12632
12633 * isearch.el (isearch-search-and-update): Properly
12634 handle upper case letters in the reverse-search special case.
12635
12636 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12637
12638 * gnus.el: Extend the list of autoloaded functions.
12639
12640 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
12641 buffer before creating help group. (from Gnus v5.6.43, fix by
12642 1998-08-20 Per Starback <starback@update.uu.se>)
12643
12644 * gnus-util.el (gnus-output-to-rmail): Adjust to
12645 `rmail-output-to-rmail-file'.
12646
12647 1998-09-25 Karl Heuer <kwzh@gnu.org>
12648
12649 * hexl.el (hexl-mode-map): More of previous change.
12650
12651 * textmodes/tex-mode.el (tex-run-command): Doc fix.
12652 (tex-start-tex): Don't use tex-start-options-string in star case.
12653 Quote file name in star case as well as in non-star.
12654 Add blank and quoting of option string here.
12655 (tex-start-options-string): Not here.
12656
12657 1998-09-23 Karl Heuer <kwzh@gnu.org>
12658
12659 * term.el (term-delimiter-argument-list): Doc fix.
12660 (term-emulate-terminal): Escape literal semicolon.
12661 * progmodes/asm-mode.el (asm-mode): Doc fix.
12662 (asm-comment-char): Escape literal semicolon.
12663 * emulation/viper-cmd.el (viper-movement-commands): Likewise.
12664
12665 1998-09-23 Richard Stallman <rms@gnu.org>
12666
12667 * hexl.el (hexl-mode-map): Don't override all ESC bindings,
12668 only those that normally modify the buffer.
12669
12670 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
12671 over again.
12672
12673 1998-09-23 E. Jay Berkenbilt <ejb@ql.org>
12674
12675 * ispell.el (check-ispell-version): Ensure same buffer is current
12676 when let-binding of case-fold-search ends.
12677
12678 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12679
12680 * ps-print.el: Skip invisible overlay.
12681 Test for set-buffer-multibyte rather than using mule-version.
12682 (ps-print-version): New version number (4.1) and doc fix.
12683 (ps-generate-postscript-with-faces): Skip invisible overlay.
12684
12685 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu>
12686
12687 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
12688
12689 1998-09-22 Kenichi Handa <handa@etl.go.jp>
12690
12691 * international/quail.el (quail-update-guidance): Check for the
12692 return value of (quail-guidance) fixed.
12693 (quail-update-translation): Bind quail-current-str locally when it
12694 calls quail-update-guidance.
12695 (quail-update-translation): If input-method-exit-on-first-char is
12696 non-nil, terminate translation only when the current input method
12697 is simple.
12698
12699 1998-09-22 Paul Eggert <eggert@twinsun.com>
12700
12701 * startup.el (locale-translation-file-name): Prefer X-related names
12702 to the name used by GNU/Linux sans X. Set to nil if no file found.
12703 (command-line): Use locale-translation-file-name if it is not nil,
12704 instead of testing for its existence again.
12705 regexp-quote the ctype before using it in a regexp.
12706 Allow a colon to appear after the ctype in the aliases file,
12707 as is done in X11R6.4.
12708
12709 1998-09-21 Richard Stallman <rms@gnu.org>
12710
12711 * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
12712
12713 * calendar/appt.el (appt-interval): Variable deleted.
12714 (appt-check): For minutes in between appt-display-interval times,
12715 do check, but don't display anything except an updated mode line.
12716 Count against appt-display-interval based on minutes since
12717 first display of this appointment, not based on time of day.
12718 If appt-display-mode-line, force mode line redisplay
12719 whenever appt-mode-string has changed.
12720 (appt-add, appt-delete): Add autoload cookies.
12721 (appt-check): Catch errors from calling `diary'.
12722 (appt-max-time): Renamed from max-time.
12723 (appt-now-displayed, appt-display-count): New variables.
12724 (appt-timer): Don't create one if we already have one.
12725
12726 * textmodes/tex-mode.el (tex-compilation-parse-errors):
12727 More general code to use the source buffer instead of the zap file.
12728
12729 * hilit-chg.el (highlight-compare-with-file): Renamed from
12730 compare-with-file.
12731
12732 * loadhist.el (load-history-loaded): New variable.
12733 (symbol-file): Load etc/fns-VERSION.el if that has not been done.
12734
12735 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
12736
12737 * emacs-lisp/find-func.el (find-function-search-for-symbol):
12738 Fix error messages.
12739
12740 1998-09-21 Markus Armbruster <armbru@pond.sub.org>
12741
12742 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
12743 Emacs frame.
12744
12745 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12746
12747 * mail/rmail.el (rmail-decode-babyl-format): Recognize both
12748 `undecided' and `undecided-unix'.
12749
12750 1998-09-21 Dave Love <fx@gnu.org>
12751
12752 * help.el (help-make-xrefs): Fix typo affecting Info references.
12753
12754 * subr.el (remove-hook): Check list values to avoid errors.
12755
12756 1998-09-18 Noah Friedman <friedman@splode.com>
12757
12758 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
12759 store string in eldoc-last-message without consing a new string.
12760 Rearrange logic from nested if's into cond's.
12761 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
12762 Do not print message; just return string.
12763 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
12764 Do not print message; just return string.
12765 Cache that string in eldoc-last-data.
12766 (eldoc-last-data): Make into a vector.
12767 (eldoc-get-fnsym-args-string): Use new data form of structure.
12768 (eldoc-get-var-docstring): Here also.
12769 (eldoc-last-data-store): New function.
12770 (eldoc-get-fnsym-args-string): Use it.
12771 (eldoc-get-var-docstring): Here also.
12772 (eldoc-docstring-first-line): Minimize interim string consing.
12773 Call substitute-command-keys on the result.
12774 (eldoc-print-var-docstrings, eldoc-print-docstring,
12775 eldoc-docstring-message): Functions removed.
12776 (eldoc-docstring-format-sym-doc): New function, functionality
12777 ripped out of eldoc-docstring-message.
12778 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
12779
12780 1998-09-18 Kenichi Handa <handa@etl.go.jp>
12781
12782 * international/mule.el (make-coding-system): Doc-string modified.
12783
12784 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org>
12785
12786 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
12787
12788 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
12789 customize type.
12790
12791 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
12792 type.
12793
12794 * progmodes/compile.el (compilation-error-screen-columns): New
12795 variable.
12796 (compilation-next-error-locus): Use it to decide whether to use
12797 forward-char or move-to-column.
12798
12799 * mail/rmail.el (rmail-movemail-program): Fix customize type.
12800
12801 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
12802 feedmail-fiddle-plex-user-list,
12803 feedmail-spray-address-fiddle-plex-list,
12804 feedmail-prompt-before-queue-user-alist,
12805 feedmail-prompt-before-queue-help-supplement,
12806 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
12807 feedmail-queue-alternative-mail-header-separator): Fix customize
12808 type.
12809
12810 * startup.el (site-run-file): Fix customize type.
12811
12812 * speedbar.el (speedbar-initial-expansion-list-name): Fix
12813 customize type.
12814
12815 * shell.el (shell-input-autoexpand): Fix customize type.
12816
12817 * ps-print.el (ps-font-info-database): Add missing dots in value.
12818 Improve layout of customize type.
12819
12820 * net-utils.el (traceroute-program-options, ping-program-options,
12821 ipconfig-program-options, netstat-program-options,
12822 arp-program-options, route-program-options,
12823 nslookup-program-options, ftp-program-options): Fix customize
12824 type.
12825
12826 * midnight.el (clean-buffer-list-kill-regexps,
12827 clean-buffer-list-kill-buffer-names,
12828 clean-buffer-list-kill-never-buffer-names,
12829 clean-buffer-list-kill-never-regexps): Fix customize type.
12830
12831 * man.el (Man-init-defvars): Avoid trailing nil on
12832 Man-filter-list.
12833
12834 * lpr.el (printer-name): Fix customize type.
12835
12836 1998-09-16 Kenichi Handa <handa@etl.go.jp>
12837
12838 * international/mule-cmds.el (reset-language-environment): Call
12839 update-coding-systems-internal.
12840
12841 * international/mule-conf.el: Call update-coding-systems-internal
12842 at the tail.
12843
12844 1998-09-14 Dave Love <fx@gnu.org>
12845
12846 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't
12847 use the menu-enable properties, pending doing it correctly and
12848 acceptably fast.
12849
12850 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
12851
12852 1998-09-13 Dave Love <d.love@dl.ac.uk>
12853
12854 * progmodes/hideshow.el (hs-grok-mode-type): Check
12855 comment-{start,end} non-nil as well as bound. Report an error if
12856 we can't grok the mode.
12857
12858 1998-09-13 Richard Stallman <rms@gnu.org>
12859
12860 * simple.el (blink-matching-open): Don't log paren matching
12861 messages in *Messages*.
12862
12863 1998-09-12 Richard Stallman <rms@gnu.org>
12864
12865 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
12866 Set point-before-scroll at end even if there was an error.
12867
12868 * ange-ftp.el (ange-ftp-insert-file-contents):
12869 Use binary mode for dumb-unix hosts as for unix hosts.
12870 (ange-ftp-copy-file-internal): Likewise.
12871
12872 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
12873
12874 * emacs-lisp/pp.el: Doc fixes.
12875
12876 * wid-edit.el (widget-menu-max-shortcuts): New variable.
12877 (widget-choose): Don't use single-char shortcuts if # items
12878 exceeds that many. Use minibuffer instead.
12879
12880 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12881
12882 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
12883
12884 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org>
12885
12886 * speedbar.el (speedbar-frame-mode): Do not set frame position if
12887 in terminal mode.
12888
12889 1998-09-10 Noah Friedman <friedman@splode.com>
12890
12891 * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
12892 defcustom declaration. It's wreaking too much havoc with XEmacs
12893 and older versions of Emacs, which share this code.
12894
12895 * type-break.el (type-break-mode): Here also.
12896
12897 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
12898 `t' to add-hook also to modify the new local value.
12899
12900 1998-09-10 Dave Love <fx@gnu.org>
12901
12902 * vc.el (vc-insert-headers): Doc fix.
12903
12904 1998-09-10 Richard Stallman <rms@gnu.org>
12905
12906 * textmodes/flyspell.el (flyspell-mode-on): Make the
12907 ispell-... variables permanent locals.
12908 (flyspell-mode-off): Add autoload cookie.
12909
12910 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
12911 do use binary mode, just as for `unix'.
12912 (ange-ftp-host-type): If HOST is nil, return `unix'.
12913
12914 * dired.el (dired-mark-files-containing-regexp):
12915 Don't scan directories. Ignore non-readable files.
12916
12917 * progmodes/compile.el (compilation-error-regexp-alist):
12918 Fix previous change: allow . and _ in command name.
12919
12920 * dired.el (dired-mark-files-containing-regexp): Fix previous change.
12921
12922 * uncompress.el (uncompress-while-visiting):
12923 Use just the car of what find-operation-coding-system returns.
12924
12925 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
12926
12927 * shell.el (shell-file-name-quote-list): Add # to the value.
12928
12929 1998-09-10 E. Jay Berkenbilt <ejb@ql.org>
12930
12931 * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
12932 to make killing of ispell process work even if
12933 kill-all-local-variables has been run.
12934
12935 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12936
12937 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
12938 loop when sexp entry ends at end of file with no newline.
12939
12940 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12941
12942 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
12943 (Custom-reset-standard): Fix menu inconsistency.
12944
12945 * mail/feedmail.el (feedmail-from-line): Allow t.
12946 (feedmail-message-id-suffix): Allow nil.
12947
12948 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
12949 Simplify. Make prefix arg work right.
12950
12951 1998-09-09 Dave Love <fx@gnu.org>
12952
12953 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
12954
12955 * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
12956
12957 1998-09-08 Dave Love <fx@gnu.org>
12958
12959 * add-log.el (change-log-font-lock-keywords): Do parenthesized
12960 stuff only after file names or at start of line. Allow parens
12961 around e-mail, as well as angles.
12962
12963 * gnus/nnweb.el (require): Wrap requirement of w3 and url in
12964 ignore-errors too, eval'd when compile. Require w3 stuff at load
12965 time for nicer failure if it's not available.
12966
12967 1998-09-07 Geoff Voelker <voelker@cs.washington.edu>
12968
12969 * comint.el (comint-arguments): Ignore backslashes when using
12970 w32 shells that expect backslashes as the directory separator.
12971
12972 1998-09-04 Kenichi Handa <handa@etl.go.jp>
12973
12974 * international/fontset.el (resolved-ascii-font): New variable.
12975 (x-complement-fontset-spec): By side effect, set
12976 `resolved-ascii-font' to the resolved name of ASCII font."
12977 (create-fontset-from-fontset-spec): Don't get a value for
12978 resolved-ascii-font from the list full-fontlist. It is set by
12979 x-complement-fontset-spec now.
12980
12981 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
12982 version, check the value of mule-version.
12983
12984 1998-09-07 Carsten Dominik <cd@delysid.gnu.org>
12985
12986 * textmodes/reftex.el (reftex-view-crossref): Split up into
12987 several functions. No longer moves to find a macro.
12988 (reftex-view-cr-cite, reftex-view-cr-ref,
12989 reftex-end-of-bib-entry): New functions.
12990 (reftex-auto-view-crossref): New value `window' allowed.
12991 (reftex-view-crossref-when-idle): Process new `window' option in
12992 (reftex-translate-to-ascii-function): New default.
12993 (reftex-label-illegal-re): Default changed, removed Latin1.
12994 (reftex-latin1-to-ascii): New function.
12995 (reftex-what-environment): Check for section regexp before use.
12996 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
12997 absolute path names.
12998 (reftex-TeX-master-file): Changed sequence of file checks.
12999 (reftex-do-citation): bibview cache only with RefTeX mode on.
13000
13001 1998-09-06 Richard Stallman <rms@gnu.org>
13002
13003 * progmodes/compile.el (compilation-error-regexp-alist):
13004 In first pattern (GNU utilities and other things),
13005 allow a space after the optional program name at the beginning.
13006
13007 * mail/mail-hist.el (mail-hist-current-header-contents):
13008 Fix previous change: use mail-header-end.
13009
13010 1998-09-06 Bill Richter <richter@math.nwu.edu>
13011
13012 * international/ccl.el: Doc fixes.
13013 * international/encoded-kb.el: Doc fixes.
13014 * international/fontset.el: Doc fixes.
13015 * international/kinsoku.el: Doc fixes.
13016 * international/kkc.el: Doc fixes.
13017 * international/mule-cmds.el: Doc fixes.
13018 * international/mule-conf.el: Doc fixes.
13019 * international/mule-util.el: Doc fixes.
13020 * international/mule.el: Doc fixes.
13021
13022 1998-09-05 Eric Ludlam <zappo@gnu.org>
13023
13024 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
13025 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
13026 (checkdoc-this-string-valid-engine): Permit ? as terminating
13027 punctuation for first line sentence breaking.
13028 (checkdoc-this-string-valid): When converting a comment into a doc
13029 string, make sure " chars are \".
13030 (checkdoc-sentencespace-region-engine): Only do double space check
13031 if based on the variable `sentence-end-double-space'
13032 (checkdoc-this-string-valid-engine): ? ends valid sentence.
13033 (checkdoc-proper-noun-region-engine): Exclude items in URLs
13034
13035 1998-09-04 Richard Stallman <rms@gnu.org>
13036
13037 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
13038 Recognize define-skeleton as a function definer.
13039
13040 * cus-edit.el (customize-option): Refuse to customize
13041 a variable that has no defcustom. But if variable is autoloaded,
13042 first try to load the library that defines it.
13043
13044 * international/iso-insert.el: Use `string' before calling `insert'
13045 so that in multibyte buffers we insert multibyte chars.
13046
13047 * dired.el (dired-mark-files-containing-regexp):
13048 Don't use find-file; instead, insert the file in a temp buffer.
13049
13050 * textmodes/tex-mode.el (tex-start-options-string): New option.
13051 (tex-start-tex): Use that variable.
13052
13053 * mail/rmail.el (rmail-primary-inbox-list): Make the initial
13054 value in the `repeat' alternative a list.
13055
13056 * textmodes/fill.el (fill-individual-paragraphs): Before deleting
13057 the inserted newline, verify that one was really inserted.
13058
13059 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
13060 remains on or remains off.
13061 (flyspell-multi-language-p): Default changed to nil.
13062
13063 * progmodes/ada-mode.el (ada-search-ignore-string-comment):
13064 In "found in comment" case, don't beginning-of-line after forward-line.
13065
13066 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
13067 If the function definition is not a lambda, return original FORM
13068 with no error.
13069
13070 1998-09-04 Peter Breton <pbreton@ne.mediaone.net>
13071
13072 * net-utils.el (netstat-program-options): Changed from nil to "-a"
13073 so that by default netstat shows all network connections.
13074
13075 1998-09-04 Bob Weiner <weiner@altrasoft.com>
13076
13077 * international/quail.el: Doc fixes.
13078
13079 * info.el (info): Don't add parens if FILE already has them.
13080
13081 1998-09-04 Geoff Voelker <voelker@cs.washington.edu>
13082
13083 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
13084 on extension lines.
13085
13086 1998-09-03 Geoff Voelker <voelker@cs.washington.edu>
13087
13088 * w32-fns.el (w32-shell-dos-semantics): New function.
13089
13090 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu>
13091
13092 * international/quail.el (quail-choose-completion-string): Store
13093 completion `choice' in `quail-current-str'; don't insert it.
13094
13095 1998-09-02 Kenichi Handa <handa@etl.go.jp>
13096
13097 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH
13098 argument to ps-mule-generate-bitmap-font.
13099
13100 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
13101 entry and change Latin-1 entry in the default value.
13102 (ps-mule-font-info-database-ps-bdf): New variable.
13103 (ccl-encode-ethio-unicode): Bug of CCL code fixed.
13104 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
13105 registerd in FONT-SPEC.
13106 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
13107 charcter width of bitmap fonts.
13108 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
13109 procedure NF.
13110 (ps-begin-file): Output PostScript code for setting
13111 SpaceWidthRatio.
13112 (ps-plot-region): Use line-beginning-position to get a position of
13113 the beginning of the current line.
13114
13115 * international/mule-cmds.el (register-input-method): Doc-string
13116 modified.
13117
13118 1998-09-01 Dave Love <fx@gnu.org>
13119
13120 * international/mule-cmds.el (current-language-environment): Fix
13121 setter function.
13122
13123 1998-09-01 Simon Marshall <simon@gnu.org>
13124
13125 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
13126 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
13127 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
13128 names with font-lock-type-face. Fontify type specs, etc., with
13129 font-lock-keyword-face.
13130
13131 1998-08-31 Kenichi Handa <handa@etl.go.jp>
13132
13133 * international/fontset.el (x-complement-fontset-spec): If ASCII
13134 font is specified in FONTLIST, don't substitute it for the
13135 resolved name.
13136
13137 1998-08-31 Paul Eggert <eggert@twinsun.com>
13138
13139 * international/mule.el (charset-description): Doc fix.
13140
13141 * language/chinese.el, language/cyrillic.el, language/czech.el,
13142 language/devanagari.el, language/ethiopic.el,
13143 language/european.el, language/hebrew.el, language/indian.el,
13144 language/japanese.el, language/korean.el, language/lao.el,
13145 language/slovak.el, language/thai.el, language/tibetan.el,
13146 language/vietnamese.el:
13147 Add coding: local variable, to avoid bootstrapping problem
13148 if you need to recompile all the Lisp files using interpreted code.
13149
13150 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13151
13152 * cal-china.el (chinese-year-cache): Change range of years from
13153 1989-2000 to 1990-2010.
13154
13155 1998-08-29 Dave Love <d.love@dl.ac.uk>
13156
13157 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
13158 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
13159
13160 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13161
13162 * ps-print.el (ps-print-control-characters): Doc-string modified.
13163 (ps-output-string-prim): Comment format changed.
13164 (ps-do-despool): Indentation of source code changed.
13165
13166 1998-08-28 Kenichi Handa <handa@etl.go.jp>
13167
13168 * subr.el (sref): Make it an alias of aref. Make the
13169 byte-compiler warn that it is obsolete.
13170 (char-bytes): Make the byte-compiler warn that it is obsolete.
13171
13172 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
13173 Calculate the total bytes using position-bytes instead of
13174 char-bytes.
13175
13176 1998-08-27 Karl Heuer <kwzh@gnu.org>
13177
13178 * snmp-mode.el: New file.
13179 * files.el (auto-mode-alist): Add snmp-mode patterns.
13180
13181 1998-08-27 Karl Eichwalder <ke@suse.de>
13182
13183 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
13184
13185 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13186
13187 * calendar/diary-lib.el (diary-block): Doc fix..
13188 * calendar/calendar.el (diary-list-include-blanks): Doc fix..
13189
13190 1998-08-27 Richard Stallman <rms@gnu.org>
13191
13192 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
13193 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
13194 Clear appt-mode-string if we don't put something in it.
13195
13196 1998-08-27 Dave Love <fx@gnu.org>
13197
13198 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
13199 dired-local-variables-file for dired-x.
13200
13201 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
13202 for compressed library files too.
13203
13204 1998-08-26 Kenichi Handa <handa@etl.go.jp>
13205
13206 * language/european.el ("Latin-1"): Modify `documentation' key value.
13207 ("Latin-2"): Likewise.
13208
13209 1998-08-26 Karl Heuer <kwzh@gnu.org>
13210
13211 * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
13212
13213 1998-08-26 Albert L. Ting <alt@artisan.com>
13214
13215 * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
13216 (mail-hist-current-header-contents): Use mail-text-start.
13217
13218 1998-08-26 Richard Stallman <rms@gnu.org>
13219
13220 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
13221 (customize-changed-options-previous-release): New variable.
13222 (customize-changed-options): Use that variable as default arg.
13223
13224 1998-08-26 Karl Eichwalder <ke@suse.de>
13225
13226 * midnight.el: Require `timer' not only when compiling.
13227
13228 1998-08-26 Per Starback <starback@update.uu.se>
13229
13230 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
13231 buffer before creating help group.
13232
13233 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
13234
13235 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
13236 coding-system-for-write before saving.
13237
13238 1998-08-26 Kevin Rodgers <kevinr@ihs.com>
13239
13240 * isearch.el (isearch-forward): Doc fix.
13241
13242 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org>
13243
13244 * emacs-lisp/find-func.el: Fix :version tags to have a string
13245 value, not a float.
13246
13247 * cus-dep.el: Fix typo in output.
13248
13249 1998-08-25 Dave Love <fx@gnu.org>
13250
13251 * repeat.el (repeat): Doc fix.
13252 [From rms:]
13253 (repeat-previous-repeated-command): New variable.
13254 (repeat): Check for real-last-command being null or repeat. Set
13255 repeat-previous-repeated-command.
13256
13257 * browse-url.el (browse-url-netscape): Fix format for hex escapes.
13258
13259 1998-08-25 Kenichi Handa <handa@etl.go.jp>
13260
13261 * gnus/message.el (message-send-mail-with-sendmail): Bind
13262 coding-system-for-write by the return value of
13263 select-message-coding-system.
13264 (message-send-mail-with-qmail): Likewise.
13265
13266 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org>
13267
13268 * emacs-lisp/autoload.el: Fix doc-string-elt property on
13269 define-derived-mode.
13270
13271 * files.el (file-name-invalid-regexp):
13272 Fix regex for ms-dos without long file names.
13273
13274 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13275
13276 * ps-print.el: Multi-byte buffer handling.
13277 (ps-print-version): New version number (4.0) and doc fix.
13278 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
13279 compilation for GNU Emacs and emacsens.
13280 (ps-generate-postscript-with-faces): Force invisible text to be
13281 visible.
13282 (dos-ps-printer): New var to avoid compilation gripes.
13283
13284 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13285
13286 * ps-print.el (ps-mule-plot-string): Pay attention to the case
13287 that no more characters can't be printed in the current line.
13288
13289 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13290
13291 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
13292 greater than TO.
13293
13294 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13295
13296 * ps-print.el: Add codes to make ps-print.el work also on Emacs
13297 20.2 and the earlier version.
13298 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
13299 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
13300 (ps-mule-find-wrappoint): Likewise.
13301 (ps-mule-generate-font): Change `X' to `x' in format
13302 control-string.
13303 (ps-generate): Call ps-mule-begin before calling ps-begin-job.
13304 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
13305 `restore' form procedures `BC' and `EC'.
13306
13307 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13308
13309 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
13310 is an executable procedure. Make LineThickness, Xshadow, and
13311 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc.
13312 (ps-mule-font-info-database, ps-mule-font-info-database-ps,
13313 ps-mule-font-info-database-bdf): New vars.
13314 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
13315 (ccl-encode-ethio-unicode): New CCL program.
13316 (ps-mule-encode-ethiopic): New fun.
13317 (ps-mule-current-charset): New var.
13318 (ps-mule-get-font-spec, ps-mule-font-spec-src,
13319 ps-mule-font-spec-name, ps-mule-font-spec-encoding,
13320 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
13321 (ps-mule-external-libraries): New var.
13322 (ps-mule-init-external-library): New fun.
13323 (ps-mule-font-cache): New var.
13324 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
13325 (ps-last-font): New var.
13326 (ps-mule-prepare-font): New fun.
13327 (ps-mule-charset-list): New var.
13328 (ps-mule-prologue-generated, ps-mule-prologue): New vars.
13329 (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
13330 ps-mule-plot-string): New funs.
13331 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
13332 New vars.
13333 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
13334 ps-mule-prepare-cmpchar-font): New funs.
13335 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
13336 vars.
13337 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
13338 ps-mule-generate-bitmap-glyph): New funs.
13339 (ps-mule-initialize, ps-mule-begin): New funs.
13340 (ps-output-string-prim): Insert string as unibyte.
13341 (ps-output-prologue): New fun.
13342 (ps-flush-output): Handle the case of 'prologue.
13343 (ps-begin-file): Call ps-mule-initialize.
13344 (ps-begin-job): Set ps-control-or-escape-regexp differently if
13345 printing multibyte characters.
13346 (ps-begin-page): Set ps-mule-current-charset to 'ascii.
13347 (ps-basic-plot-string): Handle the case of printing ASCII
13348 characters by external libraries (e.g. BDF).
13349 (ps-set-font): Set ps-last-font.
13350 (ps-plot-region): Handle multibyte characters, use
13351 ps-mule-plot-string for them.
13352 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin.
13353
13354 * bdf.el: New file.
13355
13356 1998-08-23 Kenichi HANDA <handa@etl.go.jp>
13357
13358 * international/mule-cmds.el (select-message-coding-system): New
13359 function.
13360 (set-language-environment-coding-systems): Set
13361 default-sendmail-coding-system.
13362
13363 * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
13364 (default-sendmail-coding-system): New variable.
13365 (sendmail-send-it): Encode the message by a coding system
13366 select-message-coding-system returns.
13367
13368 1998-08-23 Eric Ludlam <zappo@gnu.org>
13369
13370 * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
13371 (speedbar-mode): Set buffer to read only.
13372 (speedbar-temp-buffer-show-function): For emacs don't call hook
13373 with arguments.
13374 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
13375
13376 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu>
13377
13378 * speedbar.el (speedbar-key-map): Fix typo.
13379
13380 See ChangeLog.7 for earlier changes.