]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(feature-symbols, file-provides, file-requires): Use mapc.
[gnu-emacs] / lisp / ChangeLog
1 2000-05-22 Sam Steingold <sds@gnu.org>
2
3 * info.el (Info-fontify-node): fixed the call to
4 `add-text-properties' (bug introduced on 2000-05-18).
5
6 2000-05-22 Dave Love <fx@gnu.org>
7
8 * bindings.el: Remove debug-ignored-errors set in other files.
9
10 * progmodes/etags.el: Add to debug-ignored-errors.
11 (visit-tags-table-buffer): Clear out buffers holding old tables
12 when making a new list.
13 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
14 mapc.
15
16 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
17 quote keywords.
18 (cmpl-string-case-type): Use character classes.
19
20 * comint.el:
21 * textmodes/ispell.el:
22 * imenu.el:
23 * mail/mh-e.el:
24 * progmodes/compile.el: Add to debug-ignored-errors.
25
26 * dabbrev.el: Add to debug-ignored-errors.
27 (dabbrev-completion): Use mapc.
28
29 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
30
31 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
32 (woman-mapcan, woman-parse-man.conf)
33 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
34 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
35 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
36 path syntax better.
37 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
38 (woman-manpath): Call woman-parse-man.conf.
39 (woman-emulation): New defcustom, defaults to nroff.
40 (woman-font-support): New defconst.
41 (woman-use-symbol-font): New defcustom.
42 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
43 "Emulation".
44 Many functions: Doc fix.
45
46 2000-05-22 Kenichi Handa <handa@etl.go.jp>
47
48 * international/quail.el (quail-simple-translation-keymap): Map
49 128..255 to quail-self-insert-command.
50 (quail-keyboard-layout-alist): Add definition for "pc102-de".
51
52 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
53
54 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
55 intervals which makes it heaps simpler.
56
57 * newcomment.el (comment-region-internal): Go back to BEG after quoting
58 the nested comment markers.
59
60 * subr.el (remove-hook): Don't turn the hook's value into a list.
61
62 2000-05-21 Dave Love <fx@gnu.org>
63
64 * edmacro.el (edmacro-parse-keys): Return vector if any elements
65 are invalid characters.
66
67 * international/mule-util.el (detect-coding-with-priority): Use
68 mapc. Remove redundant lambda.
69
70 * international/mule-diag.el (list-non-iso-charset-chars)
71 (describe-fontset): Remove redundant lambda.
72
73 * emulation/crisp.el (brief-mode): New alias.
74
75 * emacs-lisp/ring.el (ring-elements): New function.
76
77 * emacs-lisp/easymenu.el (easy-menu-create-menu)
78 (easy-menu-do-add-item): Use keywordp.
79
80 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
81
82 * replace.el: Doc and error message fixes.
83 (replace-highlight): Use facep, not internal-find-face.
84
85 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
86
87 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
88
89 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
90 (log-edit-insert-changelog): Drop `:' as well.
91
92 * log-view.el: Fix file description.
93 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
94 available.
95 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
96 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
97
98 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
99 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
100 Print a status message if the toggle is called interactively.
101 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
102 for global minor modes and use `defcustom' for them.
103 Use add-minor-mode.
104 (easy-mmode-define-derived-mode): Remove.
105 (define-derived-mode): Fancier default docstring.
106 (easy-mmode-define-navigation): Signal an error rather than (ding).
107
108 * newcomment.el (comment-styles): New `box-multi'.
109 (comment-normalize-vars): Better default for comment-continue to
110 avoid whitespace-only continuations.
111 (comment-search-forward): Always move even in the no-syntax case.
112 (comment-padright): Only obey N if it's only obeyed for padleft.
113 (comment-make-extra-lines): Better handling of empty continuations.
114 Use `=' for the filler if comment-start has only one character.
115 (uncomment-region): Try handling the special `=' filler.
116 (comment-region): Allow LINES even if MULTI is nil.
117 (comment-box): Choose box style based on comment-style.
118
119 2000-05-20 Kenichi Handa <handa@etl.go.jp>
120
121 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
122 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
123
124 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
125
126 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
127 and insert, not subst-char-in-region.
128
129 * international/mule-diag.el (list-character-sets-1): Handle
130 charsets eight-bit-control and eight-bit-graphic.
131 (list-iso-charset-chars): Likewise.
132 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
133 charactes as is. Use indent-to to align characters.
134
135 * international/mule-cmds.el (find-multibyte-characters): Never
136 exclude charsets eight-bit-control and eight-bit-graphic.
137
138 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
139
140 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
141 Don't quote lambdas.
142
143 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
144
145 2000-05-19 Gerd Moellmann <gerd@gnu.org>
146
147 * gud.el (gud-jdb-directories): Doc fix.
148
149 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
150
151 * newcomment.el: New file.
152
153 2000-05-19 Gerd Moellmann <gerd@gnu.org>
154
155 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
156
157 2000-05-18 Andreas Schwab <schwab@suse.de>
158
159 * dired.el (dired-between-files): Also skip lines beginning with
160 `used'.
161
162 2000-05-18 Gerd Moellmann <gerd@gnu.org>
163
164 * msb.el (msb-menu-cond): Add choice `user'.
165
166 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
167
168 * ps-print.el: Compatibility, customization and doc fix.
169 (ps-printer-name-option): Replace defconst by defvar.
170 (ps-postscript-code-directory): XEmacs compatibility.
171 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
172 fix.
173 (ps-user-defined-prologue, ps-print-prologue-header)
174 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
175 compatibility and code fix.
176 (ps-print-background-image, ps-print-background-text):
177 Customization fix.
178 (ps-line-number-start, ps-n-up-on): New vars.
179
180 2000-05-18 Espen Skoglund <esk@ira.uka.de>
181
182 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
183 the indent-comment function to just return the appropriate indent.
184
185 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
186
187 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
188 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
189 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
190
191 2000-05-18 Dave Love <fx@gnu.org>
192
193 * info.el (Info-fontify-node): Add intangible property as well as
194 invisible.
195
196 * calendar/appt.el (appt-make-list): Match all lines of entry.
197 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
198
199 2000-05-18 Kenichi Handa <handa@etl.go.jp>
200
201 * international/mule-diag.el (describe-char-after): Call
202 internal-char-font, not char-font. If internal-char-font returns
203 nil, display "-- none --".
204
205 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
206
207 * image.el (image-type-available-p): Don't reference image-types
208 if it isn't bound.
209
210 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
211
212 * autoarg.el (autoarg-mode): Typo in the :set argument.
213
214 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
215
216 * startup.el (command-line-1): Don't signal an error if the
217 directory for auto-save-list files does not yet exist.
218
219 2000-05-17 Kenichi Handa <handa@etl.go.jp>
220
221 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
222
223 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
224
225 * subr.el (remove-hook): `setq' hook-value, not `set'.
226
227 2000-05-16 Sam Steingold <sds@gnu.org>
228
229 * info.el (debug-ignored-errors): More errors to ignore.
230
231 2000-05-16 Dave Love <fx@gnu.org>
232
233 * cus-edit.el: Don't require cl or easymenu.
234 (custom-variable-prompt): Test standard-value property, not
235 user-variable-p.
236
237 2000-05-16 Sam Steingold <sds@gnu.org>
238
239 * subr.el (add-hook): `setq' hook-value, not `set'.
240
241 2000-05-16 Gerd Moellmann <gerd@gnu.org>
242
243 * startup.el (command-line-1): Mention the FAQ in the startup
244 message.
245
246 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
247
248 * progmodes/compile.el (compilation-parse-errors): Collect
249 `nomessage' regexps last.
250
251 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
252
253 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
254 to the function name.
255
256 2000-05-15 Dave Love <fx@gnu.org>
257
258 * speedbar.el (speedbar-recenter): Typo.
259 (speedbar-expand-line): Make arg optional.
260 (speedbar-mode): Avoid a compiler warning.
261
262 2000-05-15 Gerd Moellmann <gerd@gnu.org>
263
264 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
265 user-specified option string is empty.
266
267 * mouse.el (mouse-yank-at-click): Doc fix.
268
269 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
270
271 * term/internal.el (IT-character-translations): More updates of
272 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
273 documents.
274
275 2000-05-15 Gerd Moellmann <gerd@gnu.org>
276
277 * env.el (getenv): New function, interactively callable.
278 (setenv, getenv): Remove autoload cookies.
279
280 * loadup.el: Load `env'.
281
282 * progmodes/f90.el: Change author's mail address.
283
284 2000-05-14 Dave Love <fx@gnu.org>
285
286 * mail/rmail.el (rmail-show-message-hook): Customize and offer
287 goto-addr as an option.
288
289 * help.el (help-xref-stack): Doc fix.
290 (help-xref-following): New variable.
291 (help-make-xrefs): Use it.
292 (help-xref-go-back): Use position information from stack element.
293 (help-follow): Make position in stack element a pair. Use
294 help-xref-following.
295
296 * autoarg.el: New file.
297
298 * faces.el: Declare more functions obsolete.
299
300 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
301 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
302 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
303 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
304 Remove all the setup-...-environment functions.
305
306 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
307
308 * speedbar.el: Updated the commentary section. xemacs20p now uses
309 >= when detecting. Require `defimage' safely.
310 (speedbar-easymenu-definition-base): Add toggle for images.
311 (speedbar-easymenu-definition-special): Add flush cache & expand.
312 (speedbar-visiting-tag-hook): Set new defaults. Added options.
313 (speedbar-reconfigure-keymaps-hook): New variable.
314 (speedbar-frame-parameters): Updated documentation.
315 (speedbar-use-imenu-flag): Updated custom tag
316 (speedbar-dynamic-tags-function-list): New variable.
317 (speedbar-tag-hierarchy-method): Updated doc & custom.
318 (speedbar-indentation-width, speedbar-indentation-width) New
319 variables.
320 (speedbar-hide-button-brackets-flag): Customizable.
321 (speedbar-vc-indicator): Doc update.
322 (speedbar-ignored-path-expressions): Updated default value.
323 (speedbar-supported-extension-expressions): Updated default value.
324 (speedbar-syntax-table): Remove {} paren status.
325 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
326 as "+". Added overlay aliases.
327 (speedbar-mode): Use `speedbar-mode-line-update' instead of
328 `force-mode-line-update'.
329 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
330 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
331 `mouse-set-point'
332 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
333 (speedbar-item-info-tag-helper): Revamped to handle a wider range
334 of arbitrary text, and new helper functions.
335 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
336 filename finder.
337 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
338 (speedbar-directory-buttons): Update path search/expansion.
339 (speedbar-make-tag-line): Pay attention to
340 `speedbar-indentation-width'. Use more care w/ invisible
341 properties.
342 (speedbar-change-expand-button-char): Call
343 `speedbar-insert-image-button-maybe'.
344 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
345 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
346 (speedbar-trim-words-tag-hierarchy)
347 (speedbar-simple-group-tag-hierarchy): New functions
348 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
349 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
350 functions.
351 (speedbar-mouse-set-point): New function
352 (speedbar-power-click): Updated documentation.
353 (speedbar-line-token, speedbar-goto-this-file): Handle more types
354 of tag prefix text.
355 (speedbar-expand-line, speedbar-contract-line): Make more robust
356 to strange text.
357 (speedbar-expand-line): Takes universal argument to flush the
358 cache.
359 (speedbar-flush-expand-line): New function.
360 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
361 Use new generator insertion method.
362 (speedbar-fetch-dynamic-tags): New function.
363 (speedbar-fetch-dynamic-imenu): Removed code now handled in
364 `speedbar-fetch-dynamic-imenu'.
365 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
366 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
367 "Revert Buffer" menu items.
368 (speedbar-buffer-buttons-engine): Be smarter when creating a
369 filename tag (for expansion purposes.).
370 (speedbar-highlight-one-tag-line,
371 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
372 (speedbar-recenter): New functions.
373 (defimage-speedbar): Image loading abstraction.
374 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
375 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
376 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
377 (speedbar-tag-type, speedbar-tag-mail): New images.
378 (speedbar-expand-image-button-alist): New variable.
379 (speedbar-insert-image-button-maybe): Insert an image over some
380 buttons.
381
382 2000-05-13 Kenichi Handa <handa@etl.go.jp>
383
384 * international/mule-cmds.el (encode-coding-char): An ASCII
385 character is always encodable.
386
387 * international/mule-conf.el: Add more information in descriptions
388 of character sets.
389
390 * international/mule-diag.el (describe-char-after): New function.
391 (describe-font-internal): Adjusted for the change of font-info.
392 (describe-font): Likewise.
393 (print-fontset): Rewritten for the new fontset implementation.
394 (describe-fontset): Include fontset alias names in completion.
395 (list-fontsets): Adjusted for the change of print-fontset.
396
397 * simple.el (what-cursor-position): If DETAIL is non-nil, call
398 describe-char-after instead of displaying the detail in the echo
399 area.
400 (syntax-code-table): Format changed.
401 (string-to-syntax): Adjusted for the above change.
402
403 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
404
405 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
406
407 2000-05-12 Dave Love <fx@gnu.org>
408
409 * calendar/todo-mode.el: Remove some compatibility stuff and CL
410 dependence. Use line-{beginning,end}-position, not
411 point-at{b,e}ol. Some doc fixes.
412 (todo-position): New function. Fix callers of position to use it.
413 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
414
415 2000-05-12 Gerd Moellmann <gerd@gnu.org>
416
417 * time.el (display-time-mail-icon): Use `:ascent center'.
418
419 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
420 handling FTP security extensions.
421
422 2000-05-11 Dave Love <fx@gnu.org>
423
424 * calendar/todo-mode.el: New file.
425
426 2000-05-11 Gerd Moellmann <gerd@gnu.org>
427
428 * comint.el (comint-read-input-ring): Move reference to
429 comint-input-ring-size outside of the save-excursion. It was
430 causing the default value to be the only one ever seen.
431
432 * font-lock.el: Update copyright. Remove Simon Marshall's email
433 address on request from him.
434
435 * subr.el (substitute-key-definition): Add comment describing
436 the meaning of PREFIX.
437
438 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
439
440 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
441
442 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
443 (add-minor-mode): Don't make the variable buffer-local and add a
444 reference to define-minor-mode in the docstring.
445
446 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
447 HEADER/FOOTER and fix bug with trailing empty directory.
448 (cvs-append-to-ignore): Use vc-editable-p if available.
449 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
450 (vc-do-command): Tweak advice to handle the new VC.
451
452 * log-view.el (log-view-goto-rev): New function for the new VC.
453 (log-view-minor-wrap): Use mark-active.
454
455 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
456 (log-edit-changelog-full-paragraphs): New var.
457 (log-edit-insert-changelog): Remove a lonely leading `* file'.
458 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
459 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
460 (log-edit-changelog-ours-p, log-edit-changelog-entries)
461 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
462 Replace the `cvs' prefix with `log-edit'.
463
464 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
465
466 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
467 (diff-font-lock-defaults): Explicitly turn off multiline.
468 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
469 (diff-ediff-patch): Fix call to ediff-patch-file.
470 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
471 Handle comments.
472
473 * frame.el (automatic-hscrolling): Typo.
474
475 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
476
477 2000-05-09 Sam Steingold <sds@goems.com>
478
479 * apropos.el (apropos-print): use `describe-face' instead of
480 `customize-face-other-window'.
481
482 2000-05-09 Dave Love <fx@gnu.org>
483
484 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
485
486 * help.el (describe-variable): Have customize button pop the
487 help-xref stack when invoked.
488 (help-xref-symbol-regexp): Add `face'.
489 (help-make-xrefs): Check for quoted face names and adapt regexp
490 submatch numbers to cope.
491 (help-xref-interned): Maybe insert face doc too. Separate
492 sections with a line of hyphens.
493
494 * faces.el: Some doc fixes. Declare some functions obsolete.
495 (describe-face): Add customize button. Return the help
496 text. Fix prompt.
497
498 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
499
500 * term/internal.el (IT-character-translations): Fix last change.
501
502 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
503
504 * woman.el: New file
505 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
506
507 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
508
509 * term/internal.el (IT-character-translations): Update ASCII
510 simulations for greek-iso8859-7, add latin-iso8859-14 and
511 latin-iso8859-15.
512
513 * international/mule-cmds.el (set-language-info-alist): Call
514 define-prefix-command with 3 arguments, to make the map suitable
515 for a menu.
516
517 2000-05-07 Dave Love <fx@gnu.org>
518
519 * time.el: Small doc fixes from Pavel Janic.
520
521 2000-05-05 Dave Love <fx@gnu.org>
522
523 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
524 list in doc string. Don't quote keyword symbols.
525 * emacs-lisp/cl.el: Likewise
526 * emacs-lisp/cl-seq.el: Likewise
527
528 2000-05-05 Gerd Moellmann <gerd@gnu.org>
529
530 * abbrev.el (abbrev-mode): Make ARG optional.
531
532 2000-05-04 Gerd Moellmann <gerd@gnu.org>
533
534 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
535
536 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
537
538 * subr.el (substitute-key-definition): Clarify documentation.
539
540 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
541
542 * glasses.el (glasses-convert-to-unreadable): Use
543 `glasses-separator' instead of the hard-wired "_".
544 (glasses-mode): Call `glasses-make-unreadable' only in a single
545 place.
546
547 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
548
549 * term/internal.el (cjk-codepages-alist): Add associations for
550 Chinese and Korean codepages. Remove FIXME comment.
551
552 2000-05-03 Dave Love <fx@gnu.org>
553
554 * time.el (display-time-mail-face, display-time-use-mail-icon):
555 New option.
556 (display-time-mail-icon): New variable.
557 (display-time-string-forms): Use the above. Fix the local-map.
558
559 2000-05-03 Gerd Moellmann <gerd@gnu.org>
560
561 * replace.el (query-replace-map): Add binding for `E'.
562 (query-replace-help): Extend help text.
563 (perform-replace): Allow editing the replacement string.
564
565 * make-mode.el (makefile-mode-abbrev-table): New variable.
566 (makefile-mode): Set local abbrev table to
567 makefile-mode-abbrev-table.
568 (makefile-font-lock-keywords): Fontify includes and conditionals.
569
570 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
571 set TOGGLE's value.
572
573 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
574 mail-interactive-insert-alias.
575 (mail-abbrev-complete-alias): New command.
576 (mail-mode-map): Bind it to `M-TAB'.
577
578 2000-05-03 Kenichi Handa <handa@etl.go.jp>
579
580 * language/lao-util.el (lao-compose-region): New function.
581
582 2000-05-02 Gerd Moellmann <gerd@gnu.org>
583
584 * files.el (recover-session): Make directories as necessary
585 if they don't exist yet.
586
587 * calendar/cal-french.el
588 (french-calendar-multibyte-special-days-array)
589 (french-calendar-special-days-array): Change French text.
590 (calendar-french-date-string): Change output.
591 (calendar-goto-french-date): Likewise.
592
593 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
594
595 * wid-edit.el (widget-default-active): Obey `:always-active'.
596 (widget-documentation-string-value-create): Set `:always-active'.
597
598 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
599
600 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
601 default prefix to `~/_emacs.d/auto-save.list/_s'.
602 (normal-top-level): Create the directory for auto-save files, if
603 it doesn't already exist (in the ms-dos case only).
604
605 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
606
607 * international/mule-cmds.el (set-language-environment): Don't
608 concat an integer (dos-codepage), use format instead.
609
610 2000-05-02 Dave Love <fx@gnu.org>
611
612 * help.el (help-xref-on-pp): Check for constant symbols.
613
614 2000-04-29 Gerd Moellmann <gerd@gnu.org>
615
616 * startup.el (normal-top-level): Put a condition-case around
617 the code loading subdirs.el.
618
619 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
620
621 * ps-print.el: Upside-down and face background color printing,
622 line number step, doc fix.
623 (ps-print-version): New version number (5.2).
624 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
625 (ps-face-attribute-list, ps-plot-with-face): Code fix.
626 (ps-spool-config): Var fix.
627 (ps-printer-name-option): Const fix.
628 (ps-print-upside-down, ps-use-face-background)
629 (ps-line-number-step): New vars.
630 (ps-window-system, ps-lp-system): New consts.
631 (ps-face-background): New fun.
632
633 2000-04-28 Richard Stallman <rms@gnu.org>
634
635 * files.el (make-auto-save-file-name):
636 Apply auto-save-file-name-transforms to visited file name
637 before generating auto save file name.
638 (auto-save-file-name-transforms): New variable.
639
640 * files.el (backup-enable-predicate):
641 Correctly test for a file under a temporary directory.
642
643 2000-04-28 Gerd Moellmann <gerd@gnu.org>
644
645 * subr.el (add-minor-mode): Rewritten.
646
647 2000-04-28 Kenichi Handa <handa@etl.go.jp>
648
649 * mail/sendmail.el (sendmail-send-it): Set
650 buffer-file-coding-system to the selected coding system for MIME
651 header.
652
653 2000-04-27 Gerd Moellmann <gerd@gnu.org>
654
655 * dired.el (dired-move-to-filename-regexp): Allow format where
656 YYYY is followed by two spaces.
657
658 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
659 in the second character class of the regexp.
660
661 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
662 mh-etc, too.
663
664 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
665 nil.
666
667 * subr.el (add-minor-mode): Use `set' instead of `setq'.
668
669 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
670 argument.
671
672 2000-04-27 Sen Nagata <sen@eccosys.com>
673
674 * emacs-lisp/crm.el (crm-completion-table): New variable.
675 (crm-collection-fn, crm-test-completion)
676 (completing-read-multiple): Use it.
677
678 2000-04-27 Dave Love <fx@gnu.org>
679
680 * help.el (locate-library): Use mapc.
681 (help-manyarg-func-alist): Add call-process-region.
682
683 2000-04-26 Gerd Moellmann <gerd@gnu.org>
684
685 * subr.el (add-minor-mode): Make argument MAP optional.
686
687 * desktop.el (desktop-save): Save list of minor modes.
688 (desktop-create-buffer): Restore minor modes.
689 (desktop-minor-mode-table): New user-option.
690
691 * subr.el (add-minor-mode): New function.
692
693 * image.el (find-image): New function.
694 (defimage): Rewritten to find image at load time.
695
696 * startup.el (normal-top-level-add-to-load-path): Handle
697 case that the default directory is not in load-path.
698
699 * help.el: Old patch from Stefan Monnier.
700 (help-xref-on-pp): New function.
701 (describe-variable): Use it to display xrefs in a symbol's value.
702
703 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
704
705 * cus-edit.el (custom-face): Fix parenthesis.
706
707 2000-04-26 Kenichi Handa <handa@etl.go.jp>
708
709 * mail/rmail.el (rmail-expunge): When there are no deleted
710 messages, do nothing.
711
712 2000-04-26 Dave Love <fx@gnu.org>
713
714 * international/mule-cmds.el (locale-translation-file-name):
715 Defvar to nil.
716 (set-locale-environment): Set it here (at runtime).
717
718 2000-04-25 Gerd Moellmann <gerd@gnu.org>
719
720 * replace.el (perform-replace): Add parameters START and END. Use
721 them instead of the check for a region in Transient Mark mode.
722 (query-replace-read-args): Return two more list elements for the
723 start and end of the region in Transient Mark mode.
724 (query-replace, query-replace-regexp, query-replace-regexp-eval)
725 (map-query-replace-regexp, replace-string, replace-regexp): Add
726 optional last arguments START and END and pass them to
727 perform-replace.
728
729 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
730 form with additional arguments for perform-replace.
731
732 * progmodes/etags.el (tags-query-replace): Add parameters START
733 and END. Construct a form with additional arguments for
734 perform-replace.
735
736 * simple.el (shell-command): Set default directory for "*Shell
737 Command Output" buffer.
738
739 * language/european.el (iso-latin-4): Fix typo.
740
741 * emacs-lisp/crm.el: New file.
742
743 2000-04-24 Dave Love <fx@gnu.org>
744
745 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
746 (Custom-reset-saved, Custom-reset-standard)
747 (custom-group-value-create, custom-group-set, custom-group-save)
748 (custom-group-reset-current, custom-group-reset-saved)
749 (custom-group-reset-standard): Use mapc.
750 (custom-buffer-create-internal): Disable undo when creating items.
751 Use mapc.
752 (custom-face): Avoid redundant lambda.
753
754 2000-04-24 Gerd Moellmann <gerd@gnu.org>
755
756 * startup.el (auto-save-list-file-prefix): Set default to
757 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
758
759 2000-04-24 Sam Steingold <sds@gnu.org>
760
761 * time-stamp.el (time-stamp-string-preprocess): Always convert
762 `field-result' to a string.
763
764 2000-04-24 Gerd Moellmann <gerd@gnu.org>
765
766 * frame.el (scrolling): New group.
767 (automatic-hscrolling): New user-option.
768
769 * startup.el (command-line-x-option-alist): Add `-lsp' and
770 `--line-spacing'.
771
772 2000-04-19 Dave Love <fx@gnu.org>
773
774 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
775 (cl-mapc): Rename from mapc. Fix the funcall.
776
777 2000-04-19 Gerd Moellmann <gerd@gnu.org>
778
779 * simple.el (clone-indirect-buffer-other-window): New command.
780 (clone-indirect-buffer): Add optional arg NORECROD.
781 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
782
783 * help.el (resize-temp-buffer-window): Use count-screen-lines.
784
785 * window.el (count-screen-lines): New function.
786 (shrink-window-if-larger-than-buffer): Use count-screen-lines
787 instead of window-buffer-height.
788
789 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
790 non-existing variable comint-input-sentinel.
791 (inferior-lisp-args-to-list): Removed.
792 (inferior-lisp): Use split-string instead of
793 inferior-lisp-args-to-list.
794
795 * hexl.el (hexl-insert-hex-string): New command.
796
797 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
798 instead of concat.
799
800 2000-04-18 Gerd Moellmann <gerd@gnu.org>
801
802 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
803 at the start of an existing but empty folder.
804
805 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
806
807 * ps-mule.el: Customization fix, doc fix.
808 (ps-multibyte-buffer): Customization fix.
809
810 2000-04-17 Richard M. Stallman <rms@caffeine.ai.mit.edu>
811
812 * subr.el (read-passwd): Use read-char-exclusive.
813
814 2000-04-17 Gerd Moellmann <gerd@gnu.org>
815
816 * textmodes/texinfo.el (texinfo-insert-@email)
817 (texinfo-insert-@emph, texinfo-insert-@quotation)
818 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
819 (texinfo-mode-map): Add key bindings for them.
820
821 * files.el (basic-save-buffer-2): Use a template with `$'
822 instead of `#' for VMS.
823
824 * simple.el (clone-indirect-buffer): New function.
825
826 2000-04-16 Stephen Eglen <stephen@gnu.org>
827
828 * iswitchb.el (iswitchb-case): New function. If the user input
829 contains any upper-case characters, the search is made
830 case-sensitive.
831
832 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
833
834 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
835 comment-end.
836 (texinfo-font-lock-syntactic-keywords): New var.
837 (texinfo-font-lock-keywords): Remove comment regexp.
838 (texinfo-insert-block): New function.
839 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
840 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
841 and font-lock-defaults. Use regexp-opt for outline-regexp.
842 (texinfo-environments): New var.
843 (texinfo-environment-regexp): Use regexp-opt and
844 texinfo-environments.
845
846 * textmodes/ispell.el (ispell-menu-map-needed): Check that
847 ispell-process is bound since this might be eval'd before ispell
848 is loaded.
849 (ispell-message): Use a tiny bit less magic and a bit more hard
850 data to figure out what kind of sc-cite-regexp to use.
851
852 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
853
854 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
855 (insert-cyclic-diary-entry): Unquote the lambda.
856
857 * gud.el (gud-jdb-build-source-files-list): Fix typo.
858
859 * files.el (backup-enable-predicate): Unquote the lambda.
860
861 * cus-edit.el (custom-face, face): Unquote the lambda.
862
863 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
864
865 * ps-print.el: Check for line-beginning-position definition.
866
867 * ps-print.el: Fix counting lines in a region.
868 (ps-print-version): New version number (5.1.5).
869 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
870 (ps-printing-region): Fun code fix.
871
872 2000-04-15 Gerd Moellmann <gerd@gnu.org>
873
874 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
875 to file-directory-p.
876
877 2000-04-14 Gerd Moellmann <gerd@gnu.org>
878
879 * gud.el (gud-jdb-build-source-files-list): Check that directory
880 exists before calling directory-files.
881
882 2000-04-13 Dave Love <fx@gnu.org>
883
884 * emacs-lisp/trace.el: Change maintainer. Use new backquote
885 syntax.
886
887 * emacs-lisp/cl-specs.el: Remove when, unless.
888
889 * emacs-lisp/cl-extra.el: Don't quote keywords.
890 (cl-old-mapc): New variable.
891 (mapc): Use it.
892 (cl-map-intervals): Use with-current-buffer. Don't check for
893 next-property-change.
894 (cl-map-overlays): Use with-current-buffer.
895 (cl-expt): Remove.
896 (copy-tree, remprop): Define unconditionally.
897
898 * emacs-lisp/cl-compat.el (keywordp): Remove.
899
900 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
901 to use keywordp.
902 (edebug-spec): Enable keywordp.
903
904 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
905 string-lessp.
906
907 * cus-start.el: Use keywordp.
908
909 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
910
911 * diary-lib.el (include-other-diary-files): Fix the fix of
912 2000-02-18 by doing a save-excursion.
913
914 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
915
916 * ps-print.el: Customization fix, doc fix.
917 (ps-print-version): New version number (5.1.4).
918 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
919 (ps-print-preprint): Adjust code.
920 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
921 (ps-print-prologue-header, ps-print-control-characters)
922 (ps-spool-config): Customization fix.
923
924 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
925
926 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
927 converted to the new menu-item format, names silightly changed,
928 help strings added.
929
930 Support for spelling without async subprocesses:
931
932 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
933 (ispell-session-buffer): New variables.
934 (ispell-start-process, ispell-process-status,
935 ispell-accept-output, ispell-send-string): New functions, for
936 Ispell invocation when async subprocesses aren't supported.
937 (ispell-word, ispell-pdict-save, ispell-command-loop,
938 ispell-process-line, ispell-buffer-local-parsing): Replace calls
939 to process-send-string with calls to ispell-send-string, and
940 accept-process-output with ispell-accept-output.
941 (ispell-init-process): Call ispell-process-status instead of
942 process-status with.
943 (ispell-init-process): Call ispell-start-process. Call
944 ispell-accept-output and ispell-send-string. Don't call
945 process-kill-without-query and kill-process if they are unbound.
946 (ispell-async-processp): New function.
947
948 2000-04-12 Dave Love <fx@gnu.org>
949
950 * info.el: Add debug-ignored-errors.
951 (Info-mode-menu): Add some items.
952 (Info-directory): Add autoload cookie.
953
954 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
955 Modify `truncate-lines'. Make `describe-language-environment'
956 always visible and add help. Modify `describe-key' help. Invoke
957 Info-directory from `info'. New entry `emacs-manual'.
958
959 2000-04-10 Gerd Moellmann <gerd@gnu.org>
960
961 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
962 propertized-buffer-identification.
963 (ebrowse-update-member-buffer-mode-line): Likewise.
964 (ebrowse--mode-strings): Removed.
965 (ebrowse--mode-line-props): Removed.
966
967 * files.el (auto-mode-alist): Add `EBROWSE'.
968
969 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
970 space before testing for end of buffer.
971 (ebrowse-load): Removed.
972 (ebrowse-revert-tree-buffer-from-file): Rewritten.
973 (ebrowse-create-tree-buffer): Rewritten.
974 (ebrowse-tree-mode): Read tree from buffer.
975
976 * progmodes/ebrowse-ffh.el: Removed.
977
978 2000-04-10 Kenichi Handa <handa@etl.go.jp>
979
980 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
981
982 2000-04-10 Gerd Moellmann <gerd@gnu.org>
983
984 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
985 at the wrong place.
986
987 2000-04-09 Dave Love <fx@gnu.org>
988
989 * files.el (backup-enable-predicate): Use
990 temporary-file-directory, small-temporary-file-directory.
991 (make-backup-file-name-function, backup-directory-alist): New
992 variables.
993 (make-backup-file-name-1): New function.
994 (make-backup-file-name): Use it.
995 (find-backup-file-name): Likewise. Use format for clarity, not
996 concat.
997 (file-newest-backup): Use make-backup-file-name.
998
999 2000-04-09 Gerd Moellmann <gerd@gnu.org>
1000
1001 * progmodes/ebrowse-ffh.el: New file.
1002
1003 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
1004 to ebrowse-ffh.el.
1005 (ebrowse-load): Add autoload.
1006
1007 * finder.el (finder-commentary): Add autoload cookie.
1008
1009 * mail/rfc2368.el: Correct author's email address.
1010
1011 * progmodes/ebrowse.el: New file.
1012
1013 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
1014 item help string.
1015 (easy-menu-do-add-item): Ditto.
1016 (easy-menu-define): Extend doc string.
1017
1018 * jit-lock.el (with-buffer-unmodified): Use
1019 restore-buffer-modified-p.
1020 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
1021 (jit-lock-function, jit-lock-stealth-fontify): Don't use
1022 with-buffer-unmodified.
1023
1024 2000-04-08 Dave Love <fx@gnu.org>
1025
1026 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
1027 unless, when.
1028
1029 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
1030
1031 * viper-util.el (viper-put-on-search-overlay): New subroutine.
1032 (viper-flash-search-pattern): No operation when using Emacs
1033 doesn't support face.
1034 Use `viper-put-on-search-overlay'.
1035
1036 2000-04-04 Gerd Moellmann <gerd@gnu.org>
1037
1038 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
1039 like C-r.
1040
1041 * progmodes/make-mode.el: Some doc fixes.
1042 (makefile-mode-abbrev-table): New variable.
1043 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
1044 (makefile-font-lock-keywords): Fontify includes and conditionals.
1045 (toplevel): Require `dabbrev' and `add-log' when compiling.
1046
1047 * replace.el (perform-replace): Don't move forward one char
1048 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
1049 to do that because it leaves point 1 position after the last
1050 replacement, after everything has been replaced.
1051
1052 * jit-lock.el (with-buffer-unmodified): New macro.
1053 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
1054 modified state.
1055 (jit-lock-function-1): Extracted from jit-lock-function; not
1056 preserving buffer's modified state.
1057 (jit-lock-function, jit-lock-stealth-fontify): Call
1058 jit-lock-function-1.
1059
1060 * mail/rfc2368.el: Remove supernumerary copyright line.
1061
1062 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
1063
1064 * glasses.el: Provide facilities for inserting space before left
1065 parentheses and uncapitalization of identifiers.
1066 (glasses-mode): Try to remove old overlays in all cases.
1067
1068 2000-04-03 Gerd Moellmann <gerd@gnu.org>
1069
1070 * progmodes/compile.el (compile-internal): Display the compilation
1071 buffer in a different frame, if it's already displayed there.
1072
1073 * mail/rfc2368.el: New file.
1074
1075 * simple.el (sendmail-user-agent-compose): Recognize a `body'
1076 header and insert its value as mail body.
1077
1078 * subr.el (member-ignore-case): New function.
1079
1080 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
1081 (dabbrev--find-expansion): Ignore buffers matching a regexp
1082 from dabbrev-ignored-regexps.
1083
1084 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
1085 to extensions handled by gzip.
1086
1087 2000-04-03 Richard M. Stallman <rms@gnu.org>
1088
1089 * files.el (insert-directory): List the total free space
1090 along with the used space.
1091
1092 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
1093 line is followed by one that matches CITATION-REGEXP, end the
1094 paragraph.
1095
1096 2000-04-03 Markus Rost <rost@delysid.gnu.org>
1097
1098 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
1099 (rmail-make-basic-summary-line): Use that option.
1100
1101 2000-04-03 Kenichi Handa <handa@etl.go.jp>
1102
1103 * international/mule-cmds.el (encoded-string-description):
1104 Rewritten. Try pretty description for ISO 2022 escape sequences
1105 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
1106 for hexadecimal format.
1107
1108 2000-04-01 Dave Love <fx@gnu.org>
1109
1110 * cpp.el: Change customization group to `c' from `C'.
1111
1112 * vcursor.el (vcursor-move): Use display-color-p.
1113
1114 * international/mule-util.el: Provide mule-utils.
1115 (string-to-sequence): Simplify and speed up.
1116
1117 * international/mule.el (make-coding-system): Purecopy doc-string.
1118
1119 * international/mule-cmds.el: Various menu changes.
1120 (describe-specified-language-support): Handle `Default'.
1121 (set-language-info): Purecopy `info'.
1122
1123 2000-03-31 Andrew Innes <andrewi@gnu.org>
1124
1125 * vc.el (vc-backend-diff): Return the correct status if we had to
1126 retry the rcsdiff command without the --brief option.
1127
1128 2000-03-31 Dave Love <fx@gnu.org>
1129
1130 * help.el (help-manyarg-func-alist): Correct several omissions.
1131
1132 * add-log.el: Don't require cl, fortran.
1133 (add-log-current-defun-function): Doc fix.
1134 (change-log-version-number-regexp-list): Remove SCCS part. Doc
1135 fix.
1136 (change-log-version-rcs): Function deleted.
1137 (change-log-version-number-search): Doc fix. Use
1138 vc-workfile-version. Avoid CL dolist.
1139 (add-change-log-entry): Just call add-log-current-defun to get
1140 defun. Simplify somewhat.
1141 (change-log-get-method-definition-1): Likewise.
1142 (add-log-current-defun): Return nil if calling
1143 add-log-current-defun-function does so. Move Fortran stuff to
1144 fortran.el. Return string without properties.
1145
1146 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
1147 and :alpha: char classes.
1148
1149 * mail/supercite.el: Defvar curline when compiling.
1150 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
1151 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
1152 rather than a-zA-Z0-9 to allow non-ASCII characters.
1153
1154 2000-03-31 Gerd Moellmann <gerd@gnu.org>
1155
1156 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
1157
1158 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
1159 Re-enable new code.
1160
1161 * lpr.el (print-region-1): Use -d to specify printer name for
1162 systems `usg-unix-v*, `dgux', `hpux', `irix'.
1163
1164 2000-03-31 Dave Love <fx@gnu.org>
1165
1166 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
1167 for function definition in symbol's function value slot first
1168 instead of first consulting byte-compile-function-environment.
1169
1170 2000-03-31 Kenichi Handa <handa@etl.go.jp>
1171
1172 * language/european.el ("Polish"): New language environment.
1173 (setup-polish-environment): New function.
1174
1175 2000-03-30 Gerd Moellmann <gerd@gnu.org>
1176
1177 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
1178 Disable new code.
1179
1180 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
1181 trying to `load' the symbol of an autoload instead of the file
1182 recorded in the autoload. Fix error messages.
1183
1184 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1185
1186 * ps-print.el: PostScript programming fix for ghostview, doc fix.
1187 (ps-print-version): New version number (5.1.3).
1188 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
1189 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
1190 (ps-generate-postscript-with-faces): Code fix.
1191 (ps-color-values): XEmacs compatibility.
1192 (ps-print-background-image, ps-print-background-text, ps-printer-name)
1193 (ps-default-fg, ps-default-bg): Adjust customization.
1194 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
1195 (ps-color-scale): Renaming old ps-color-value fun.
1196 (ps-print-headers): Replace ps-print-header group to avoid conflict
1197 with ps-print-header variable.
1198 (ps-print-miscellany): New group.
1199 (ps-format-color, ps-rgb-color): New funs.
1200 (ps-default-foreground): New var.
1201 (ps-printer-name-option): New const.
1202
1203 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
1204
1205 * net/net-utils.el:
1206 (network-connection-host, network-connection-service): New variables
1207 (network-connection-mode): New mode, derived from comint-mode
1208 (network-connection-mode-setup): New function, saves host and
1209 service information in local variables.
1210
1211 * lisp/locate.el:
1212 (locate-word-at-point): Added this function
1213 (locate): Default to using locate-word-at-point as input
1214 Run dired-mode-hook
1215
1216 2000-03-29 Dave Love <fx@gnu.org>
1217
1218 * calendar/appt.el: Doc fixes.
1219 (appt-check): Convert min-to-app to a string before passing to
1220 appt-disp-window-function or concat.
1221 (appt-delete-window): Remove test for frame-root-window.
1222 (appt-select-lowest-window, appt-convert-time): Simplify.
1223
1224 * emacs-lisp/bytecomp.el: Doc fixes.
1225 (byte-compile-file-form-autoload): Update
1226 byte-compile-function-environment.
1227
1228 2000-03-29 Andreas Schwab <schwab@suse.de>
1229
1230 * emacs-lisp/autoload.el: Also print defsubst doc string
1231 specially.
1232
1233 * dired.el (dired-insert-directory): If dired-free-space-program
1234 failed just delete its output.
1235
1236 2000-03-29 Dave Love <fx@gnu.org>
1237
1238 * international/iso-cvt.el: Move provide to end. Doc fixes.
1239 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
1240 (iso-iso2sgml, iso-sgml2iso): New functions.
1241 (iso-cvt-define-menu): Fix some entries and use backquote for
1242 clarity.
1243
1244 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
1245
1246 2000-03-28 Gerd Moellmann <gerd@gnu.org>
1247
1248 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
1249 ISO-DATE. If non-nil, return date in ISO 8601 format.
1250
1251 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
1252
1253 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
1254 if it ever becomes used.
1255 (log-edit-mode-hook): Default to vc-log-mode-hook.
1256 (log-edit-mode): Fix the docstring.
1257
1258 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
1259 the code.
1260
1261 2000-03-26 Dave Love <fx@gnu.org>
1262
1263 * net/browse-url.el (browse-url): Re-fix case of
1264 browse-url-browser-function being an alist.
1265 (browse-url): Add :link to defgroup.
1266
1267 * files.el: Doc fixes.
1268 (file-truename): Include `[' in wildcard characters.
1269 (automount-dir-prefix): Customize.
1270 (find-file-wildcards): Add :version.
1271 (find-file-noselect): Simplify a mapcar call.
1272
1273 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
1274 compatible with inf-lisp version.
1275 (eval-defun-1): Fix custom-declare-variable case.
1276
1277 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
1278
1279 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
1280
1281 2000-03-24 Gerd Moellmann <gerd@gnu.org>
1282
1283 * Makefile (COMPILE_FIRST): New macro.
1284 (compile-files): Compile files from COMPILE_FIRST first.
1285
1286 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
1287 code.
1288
1289 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
1290 matching open parenthesis in column 0 to defun-prompt-regexp
1291 only if open-paren-in-column-0-is-defun-start is set.
1292
1293 * sun-curs.el: Require CL at compile-time only.
1294
1295 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
1296 instead of copy-list which is a function from CL.
1297 (msb--choose-menu, msb--mode-menu-cond)
1298 (msb--create-buffer-menu-2): Use dolist instead of mapc.
1299 (msb--init-file-alist): Use mapcar instead of mapcan.
1300 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
1301 `(' in column 0 in doc string.
1302 (msb--add-separators): Use mapcar instead of mapcan.
1303
1304 * cus-dep.el: Require CL at compile-time only.
1305
1306 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
1307
1308 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
1309 (byte-compile-warnings): New warning `noruntime'.
1310 (byte-compile-constants, byte-compile-variables): Fix docstring.
1311 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
1312 execute `eval-whenc-compile's body.
1313 (byte-compile-unresolved-functions): Fix docstring.
1314 (byte-compile-eval): New function.
1315 (byte-compile-callargs-warn): Check if the function will be available
1316 at runtime (via property `byte-compile-noruntime').
1317 (byte-compile-print-syms): New function.
1318 (byte-compile-warn-about-unresolved-functions): Also warn about
1319 `noruntime' functions (and use `byte-compile-print-syms').
1320 (byte-compile-file): Capitalize the message.
1321
1322 2000-03-24 Gerd Moellmann <gerd@gnu.org>
1323
1324 * mail/rmail.el (rmail-confirm-expunge): New user-option.
1325 (rmail-expunge): Ask for confirmation depending on the setting
1326 of rmail-confirm-expunge.
1327
1328 2000-03-23 Gerd Moellmann <gerd@gnu.org>
1329
1330 * Makefile (bootstrap-clean): If $(emacs) exists, build
1331 loaddefs.el first. A loaddefs.el that's not up-to-date might
1332 cause a bootstrap failure because things don't autoload as
1333 expected.
1334
1335 2000-03-23 Dave Love <fx@gnu.org>
1336
1337 * net/browse-url.el: Restore previous use of
1338 browse-url-maybe-new-window.
1339
1340 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1341
1342 * ps-print.el: Skip banner page fix.
1343 (ps-print-version): New version number (5.1.2).
1344 (ps-begin-file, ps-end-file, ps-generate): Code fix.
1345
1346 2000-03-23 Dave Pearson <davep@davep.org>
1347
1348 * net/quickurl.el Changed the type of parameter passed to the
1349 function defined by `quickurl-format-function'. Before only the
1350 text of the URL was passed. Now the whole URL structure is passed
1351 and the function is responsible for extracting the parts it
1352 requires. Changed the default of `quickurl-format-function'
1353 accordingly.
1354 (quickurl-insert): Changed the `funcall' of
1355 `quickurl-format-function' to match the above change.
1356 (quickurl-list-insert): Changed the `url' case so that it makes
1357 use of `quickurl-format-function', previous to this the format was
1358 hard wired.
1359
1360 2000-03-22 Gerd Moellmann <gerd@gnu.org>
1361
1362 * startup.el: Change some spellings for the X Window System.
1363
1364 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
1365
1366 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
1367 up the code and the regexp and make sure the cursor is temporarily
1368 moved to the suspicious line while querying the user.
1369
1370 2000-03-22 Jason Rumney <jasonr@gnu.org>
1371
1372 * w32-fns.el (w32-charset-info-alist): Initialize.
1373
1374 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1375
1376 * ps-print.el: N-up last page fix.
1377 (ps-print-version): New version number (5.1.1).
1378 (ps-end-file, ps-end-job, ps-generate): Code fix.
1379
1380 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
1381
1382 * files.el (find-file-run-dired): Update docstring.
1383 (find-directory-functions): New hook.
1384 (find-file-noselect): Run find-directory-functions rather than
1385 calling dired directly.
1386
1387 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
1388
1389 * pcvs.el: Add a minimal leading commentary.
1390 (cvs-make-cvs-buffer): Change the header part by removing the startup
1391 message and adding a `Module' entry. Also replace the FOOTER and
1392 HEADER special fileinfos with the new support in ewoc for updating
1393 its own footer and header.
1394 (cvs-update-header): Update to use the header/footer of the ewoc.
1395 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
1396 (cvs-is-within-p): New function.
1397 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
1398 to only examine some subset of the buffers.
1399
1400 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
1401 `format' instead of our own ad-hoc functions.
1402 Remove HEADER and FOOTER cases, now handled in the EWOC.
1403 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
1404
1405 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
1406 output to avoid scaring the user.
1407 (cvs-parse-table): Catch message for non-up-to-date commits.
1408
1409 * pcvs-defs.el (cvs-startup-message): Remove.
1410 (cvs-global-menu): New autoloaded menu.
1411
1412 * pcvs-util.el (cvs-string-fill): Remove.
1413
1414 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
1415 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
1416 PP part of it and also make it work for footers and headers.
1417 (ewoc-create): Drop POS and BUFFER arguments.
1418 Use the DLL's dummy node to store the end-of-footer position.
1419 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
1420 (ewoc-refresh): Remove unused `header' variable.
1421 (ewoc-(get|set)-hf): New functions.
1422
1423 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
1424 log-view-*-(message|file) and use easy-mmode-define-navigation.
1425 (log-view-message-re): Match SCCS format as well.
1426 And match the revision line rather than the dashed separator line.
1427 (log-view-mode): Use the new define-derived-mode.
1428 (log-view-current-tag): Fill in with an actual implementation.
1429
1430 * cvs-status.el (cvs-status-(prev|next)): Rename from
1431 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
1432 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
1433 to let the output "breathe" a little more (more readable).
1434 (cvs-status-mode): Use the new define-derived-mode.
1435
1436 * smerge-mode.el (smerge-auto-leave): New function and variable.
1437 (smerge-basic-map): Rename from smerge-basic-keymap.
1438 Change the bindings for smerge-diff-*.
1439 (smerge-*-map): Use easy-mmode-defmap.
1440 (smerge-(next|prev)): Use easy-mmode-define-navigation.
1441 (smerge-keep-*): Use smerge-auto-leave.
1442
1443 2000-03-21 Jason Rumney <jasonr@gnu.org>
1444
1445 * cus-edit.el (custom-button-face): Use 3D look for w32.
1446 (custom-button-pressed-face): Likewise.
1447
1448 2000-03-21 Gerd Moellmann <gerd@gnu.org>
1449
1450 * progmodes/etags.el (tags-case-fold-search): New user-option.
1451 (tags-loop-eval): New function. Bind case-fold-search around eval
1452 depending on the value of tags-case-fold-search.
1453 (tags-loop-continue): Use tags-loop-eval.
1454 (find-tag-in-order): Bind case-fold-search depending on the value
1455 of tags-case-fold-search.
1456
1457 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
1458
1459 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
1460 (diff-end-of-hunk): Return the end position for use in
1461 `easy-mmode-define-navigation'.
1462 (diff-recenter): Remove.
1463 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
1464 of `easy-mmode-define-navigation'.
1465 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
1466 previous renaming) and fix to use new names.
1467 (diff-merge-strings): Use \n as separator: simpler, faster.
1468 (diff-mode): Use `define-derived-mode'.
1469
1470 * derived.el (define-derived-mode): Don't autoload anymore.
1471 Prefer the macro-only version provided by easy-mmode.el.
1472
1473 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
1474 `easy-mmode-define-derived-mode'.
1475 Use `combine-run-hooks'.
1476 (easy-mmode-define-navigation): New macro.
1477
1478 * subr.el (combine-run-hooks): New function.
1479
1480 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
1481
1482 * term/x-win.el: Fontsets related initialization is simplified.
1483
1484 * international/mule-diag.el (describe-font): Don't refer to
1485 global-fontset-alist, instead call font-list.
1486 (describe-fontset, list-fontsets, mule-diag): Likewise.
1487 (print-fontset): Adjusted for the change of fontset
1488 implementation.
1489
1490 * international/fontset.el (x-charset-registries): Variable
1491 removed, instead the corresponding data is stored in the default
1492 fontset.
1493 (register-alternate-fontnames): Function removed.
1494 (resolved-ascii-font): Variable removed.
1495 (x-compose-font-name): Ignore the second argument REDOCE.
1496 (x-complement-fontset-spec): Complement only an ASCII font and
1497 element for those charsets than can use that ASCII font.
1498 (generate-fontset-menu): Don't refer to global-fontset-alist,
1499 instead call fontset-list.
1500 (uninstantiated-fontset-alist): Variable removed.
1501 (x-style-funcs-alist): Likewise.
1502 (fontset-default-styles): Likewise.
1503 (x-modify-font-name): Function removed.
1504 (create-fontset-from-fontset-spec): Ignore the argument
1505 STYLE-VARIANT.
1506 (create-fontset-from-ascii-font): Docsting adjusted for the above
1507 change.
1508 (instantiate-fontset, resolve-fontset-name): Functions removed.
1509 (fontset-list): Now implemented by C code.
1510
1511 * faces.el (read-face-font): Fix TABLE arg to completing-read.
1512 (describe-face): Include `font' attribute in the description.
1513
1514 2000-03-21 Kenichi Handa <handa@etl.go.jp>
1515
1516 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
1517
1518 2000-03-20 Gerd Moellmann <gerd@gnu.org>
1519
1520 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
1521 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
1522 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
1523
1524 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
1525 about behavior of set-buffer-modified-p wrt redisplay.
1526
1527 2000-03-19 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1528
1529 * view.el (view-mode-disable): Kill local binding of view-read-only.
1530
1531 2000-03-18 Gerd Moellmann <gerd@gnu.org>
1532
1533 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
1534 is a string, convert it to a syntax cell using string-to-syntax.
1535
1536 * simple.el (syntax-code-table, syntax-flag-table): New variables.
1537 (string-to-syntax): New function.
1538
1539 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
1540 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
1541 try to use passive ftp mode.
1542
1543 2000-03-17 Gerd Moellmann <gerd@gnu.org>
1544
1545 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
1546
1547 * simple.el (append-to-buffer): Update point of windows after
1548 insertion.
1549
1550 * abbrev.el (inverse-add-abbrev): Identify word by first moving
1551 forward then moving backward. Reindent.
1552
1553 * frame.el (other-frame): Call x-focus-frame only if
1554 focus-follows-mouse is off.
1555
1556 2000-03-17 Dave Love <fx@gnu.org>
1557
1558 * pcvs-util.el (cvs-strings->string): Rename
1559 replace-regexps-in-string.
1560
1561 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
1562
1563 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
1564 regexp for labels cannot span several lines.
1565
1566 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
1567 `(setq :<key> ':<key>)' to the macro expansion.
1568
1569 2000-03-16 Dave Love <fx@gnu.org>
1570
1571 * progmodes/f90.el (f90): Put custom group under `languages', not
1572 `fortran'.
1573 (f90-mode-hook): Customize.
1574 (f90-mode): Set add-log-current-defun-function.
1575 (f90-current-defun): New function.
1576
1577 2000-03-16 Gerd Moellmann <gerd@gnu.org>
1578
1579 * cus-edit.el (custom-variable-tag-face): Handle case that
1580 default face's height is not a number.
1581 (custom-face-tag-face, custom-group-tag-face-1)
1582 (custom-group-tag-face): Ditto.
1583 (custom-group-tag-face-1): Add :group.
1584
1585 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
1586
1587 2000-03-15 Gerd Moellmann <gerd@gnu.org>
1588
1589 * pcvs-defs.el (toplevel): Remove autoload cookie for form
1590 requiring easymenu.
1591
1592 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1593
1594 * ps-print.el: PostScript user-defined prologue, PostScript error
1595 handler, doc fix.
1596 (ps-print-version): New version number (5.1).
1597 (ps-user-defined-prologue, ps-error-handler-message)
1598 (ps-print-prologue-0, ps-error-handler-alist): New vars.
1599 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
1600 (ps-insert-string): New function.
1601
1602 2000-03-15 Kenichi Handa <handa@etl.go.jp>
1603
1604 * international/ccl.el (ccl-compile-expression): Don't generate
1605 invalid self-assignment code.
1606
1607 2000-03-14 Dave Love <fx@gnu.org>
1608
1609 * subr.el (replace-regexp-in-string): Renamed from
1610 replace-regexps-in-string. Doc fix.
1611
1612 2000-03-12 Dave Love <fx@gnu.org>
1613
1614 * cus-edit.el: Doc fixes.
1615 (customize-set-variable, customize-save-variable): Rename args for
1616 doc.
1617 (custom-variable-tag-face, custom-face-tag-face)
1618 (custom-group-tag-face-1, custom-group-tag-face): Modify from
1619 style which user identify as hyperlink.
1620 (hook): Don't add undefined functions to the hook.
1621 (debug-ignored-errors): Transfer message from bindings.el.
1622
1623 2000-03-12 Gerd Moellmann <gerd@gnu.org>
1624
1625 * recentf.el (recentf-keep-non-readable-files-p): Remove
1626 double/nested definition.
1627
1628 2000-03-12 Dave Love <fx@gnu.org>
1629
1630 * facemenu.el (facemenu-get-face): Use display-color-p.
1631 * enriched.el (enriched-decode-foreground): Likewise.
1632 (enriched-decode-background): Likewise.
1633 * isearch.el (isearch-highlight): Likewise.
1634 * info-look.el (info-lookup): Likewise.
1635 * simple.el (completion-setup-function): Likewise.
1636
1637 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
1638 :options.
1639
1640 * bindings.el (mode-line-format): Fix line-number and
1641 column-number items. Add help-echo for the background.
1642 (mode-line-mule-info): Modify help-echo.
1643
1644 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
1645 defcustom.
1646
1647 * files.el (load-file): Allow completion to .elc.
1648
1649 * man.el: Doc fixes.
1650 (Man-init-defvars): Use display-color-p to set fontification.
1651
1652 * play/hanoi.el (hanoi-internal): Don't use oddp.
1653
1654 2000-03-12 Gerd Moellmann <gerd@gnu.org>
1655
1656 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
1657
1658 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
1659
1660 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
1661
1662 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
1663 Fix comment.
1664
1665 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
1666
1667 * font-lock.el (font-lock-keywords): Fix the doc now that
1668 regexp-opt-depth is unnecessary.
1669 (save-buffer-state): Set an edebug spec.
1670 (font-lock-fontify-anchored-keywords): Properly handle the case when
1671 the matcher goes past the limit.
1672
1673 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
1674 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
1675
1676 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
1677 dll.el and cookie.el (from Elib) with heavy renaming and other
1678 massaging.
1679
1680 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
1681 Autoload the functions used.
1682 (easy-mmode-define-syntax): Fix CL typo.
1683 (easy-mmode-define-derived-mode): Improve the docstring generation.
1684
1685 2000-03-10 Gerd Moellmann <gerd@gnu.org>
1686
1687 * textmodes/texinfo.el (texinfo-version): Variable and function
1688 removed.
1689
1690 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
1691
1692 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
1693 allow more flexibility.
1694 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
1695 fns.
1696 (easy-mmode-defmap, easy-mmode-defsyntax)
1697 (easy-mmode-define-derived-mode): New macros.
1698
1699 2000-03-09 Didier Verna <didier@xemacs.org>
1700
1701 * rect.el (replace-rectangle): New function.
1702
1703 2000-03-09 Dave Love <fx@gnu.org>
1704
1705 * progmodes/fortran.el (fortran-comment-line-start): Define as
1706 "C".
1707 (fortran-comment-line-start-skip): Don't match cpp stuff.
1708 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
1709 (fortran-mode-map): Remove over-eager custom-menu-create for now.
1710 (fortran-mode): Don't set fortran-comment-line-start-skip,
1711 fortran-comment-line-start here. Set comment-start,
1712 add-log-current-defun.
1713 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
1714 (fortran-current-defun): New function.
1715
1716 2000-03-09 Gerd Moellmann <gerd@gnu.org>
1717
1718 * emacs-lisp/re-builder.el: New file.
1719
1720 * mouse.el (mouse-drag-region): Don't run up-event handler
1721 if hscroll has changed.
1722
1723 * octave-mod.el (octave-font-lock-keywords): To font-lock the
1724 builtin operators, use `font-lock-builtin-face' for Emacs and
1725 `font-lock-preprocessor-face' otherwise.
1726
1727 * font-lock.el (lisp-font-lock-keywords-1): Highlight
1728 `(defun (setf foo)' differently.
1729
1730 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
1731
1732 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
1733 (regexp-opt): Update comment and adapt the code the new meaning of
1734 the `paren' argument of regex-opt-group for shy-groups.
1735 (regexp-opt-depth): Handle shy groups as well as backslashed
1736 backslashes.
1737 (regexp-opt-group): Turn the leading comment into a docstring.
1738 Allow `paren' to be a string (the string to use to open a group).
1739 Remove open-presuf and close-presuf. Instead of checking for `all
1740 one-char' and then later on check for `several one-char', handle
1741 both cases close together. Also apply a more generic algorithm
1742 for suffixes (the mirror image of the algorithm used for
1743 prefixes). Use shy-groups. Use nreverse rather than reverse.
1744 (regexp-opt-try-suffix): Removed.
1745
1746 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
1747 from comint-mode-map, so we can just inherit from it. Also, move
1748 the initialization into the `defvar' since there's no docstring
1749 anyway and it's fairly short.
1750 (inferior-scheme-mode): Define it as derived-mode: the code is
1751 shorter and this way we inherit from comint-mode-map rather than
1752 copying it.
1753
1754 * subr.el (replace-regexps-in-string): Properly handle the case
1755 where we match an empty string.
1756
1757 * comint.el (comint-exec-1): Add the current-dir to the exec-path
1758 when the command has a directory component (such as "./testml").
1759 Also fix a typo in the comment.
1760
1761 2000-03-08 Gerd Moellmann <gerd@gnu.org>
1762
1763 * Makefile (compile-files): Compile files one by one because
1764 that's the only way to ensure a clean compilation environment for
1765 each individual file.
1766
1767 * frame.el (other-frame): Call x-focus-frame.
1768
1769 2000-03-07 Dave Love <fx@gnu.org>
1770
1771 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
1772 :require to defcustom.
1773
1774 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
1775 lists.
1776
1777 * files.el (auto-mode-alist): Add configure.in.
1778
1779 * progmodes/autoconf.el: New file.
1780
1781 2000-03-07 Gerd Moellmann <gerd@gnu.org>
1782
1783 * mail/mh-e.el: Change maintainer to `none'.
1784
1785 * recentf.el (recentf-keep-non-readable-files-p): Quote args
1786 to remove-hook and add-hook.
1787
1788 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1789
1790 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
1791 it as the default.
1792 (mail-send): Test mail-send-nonascii also for the new `mime' value.
1793 (sendmail-send-it): Conditionally add MIME headers specifying the
1794 used character set.
1795
1796 2000-03-07 Dave Love <fx@gnu.org>
1797
1798 * winner.el: Fix keywords, autoload cookies. Split
1799 eval-when-compile form to avoid compilation failure.
1800
1801 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
1802
1803 * international/mule.el: Modify comment about coding system
1804 property `coding-category'.
1805 (make-coding-system): New argument EOL-TYPE. Pay attention to
1806 coding-category property of PROPERTIES.
1807
1808 * international/mule-conf.el (coding-category-utf-8,
1809 coding-category-utf-16-be, coding-category-utf-16-le): New coding
1810 categories. Include them in the argument for set-coding-priority.
1811
1812 * international/mule-cmds.el (reset-language-environment): Include
1813 coding-category-utf-8, coding-category-utf-16-be, and
1814 coding-category-utf-16-le in the argument for set-coding-priority.
1815 (reset-language-environment): Initialize coding-category-utf-8,
1816 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
1817
1818 2000-03-06 Karl Fogel <kfogel@red-bean.com>
1819
1820 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
1821 code abstracted out of `bookmark-jump-noselect'. Now tries info
1822 extensions as well as compression extensions.
1823 (bookmark-jump-noselect): Use above new func.
1824
1825 2000-03-03 Gerd Moellmann <gerd@gnu.org>
1826
1827 * strokes.el: Change maintainer's mail address.
1828
1829 2000-03-03 Kenichi Handa <handa@etl.go.jp>
1830
1831 * international/mule-diag.el (list-character-sets): Make help-echo
1832 string by substitute-command-keys.
1833 (list-character-sets): Likewise.
1834 (sort-listed-character-sets): Call help-setup-xref.
1835
1836 2000-03-02 Gerd Moellmann <gerd@gnu.org>
1837
1838 * time.el (display-time-mail-file): Add `none' to the list of
1839 choices.
1840
1841 2000-03-01 Dave Love <fx@gnu.org>
1842
1843 * help.el (help-xref-go-back): Don't try to set position.
1844
1845 * international/mule-diag.el (list-character-sets): Call
1846 help-setup-xref. Add help-echo to xrefs.
1847 (list-character-sets-1): Add help-echo to xrefs.
1848
1849 2000-03-02 Gerd Moellmann <gerd@gnu.org>
1850
1851 * frame.el (blink-cursor-mode): Switch cursor on when turning
1852 the mode off.
1853
1854 * add-log.el (add-log-current-defun): Add support for
1855 Autoconf mode.
1856
1857 * mail/rmail.el (rmail-quit-hook): New variable.
1858
1859 2000-03-01 Dave Love <fx@gnu.org>
1860
1861 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
1862
1863 * help.el (help-xref-button): Add help-echo arg.
1864 (describe-function-1, describe-variable, help-make-xrefs): Use it.
1865
1866 * faces.el (list-faces-display): Supply help-echo with
1867 help-make-xrefs.
1868
1869 * facemenu.el (list-text-properties-at): Set help-xref-stack to
1870 nil.
1871
1872 2000-03-01 Gerd Moellmann <gerd@gnu.org>
1873
1874 * image.el (defimage): Look for image files in load-path.
1875
1876 * frame.el (busy-cursor-delay-seconds): Change type to
1877 `number'.
1878
1879 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
1880
1881 * recentf.el (recentf): Added version tag to the defgroup of
1882 recentf.
1883
1884 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
1885
1886 * recentf.el (recentf-cleanup): Changed to remove excluded file
1887 too.
1888 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
1889 action to select/unselect a file.
1890 (recentf-edit-list): Code cleanup and improvement.
1891 (recentf-open-more-files-action): `recentf-open-more-files' button
1892 widget action to open a file.
1893 (recentf-open-more-files): No more use standard completion but
1894 widgets.
1895 (recentf-more-collection): Deleted.
1896 (recentf-more-history): Deleted.
1897 (recentf-setup-more-completion): Deleted.
1898
1899 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
1900
1901 * recentf.el (recentf-mode): No more needs that Emacs is running
1902 under a window-system.
1903
1904 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
1905
1906 * recentf.el (recentf-edit-list): New command to edit the recent
1907 list which allow the user to remove files.
1908 (recentf-edit-selected-items): New global variable, used by
1909 `recentf-edit-list' to hold the list of files to be removed from
1910 the recent list.
1911 (recentf-make-menu-items): Updated to display a "Edit list..."
1912 menu item. Minor code cleanup.
1913
1914 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
1915
1916 * recentf.el (recentf-open-more-files): New command to open files
1917 that are not displayed in the menu.
1918 (recentf-more-collection): New global variable holding the set of
1919 permissible completions used by `recentf-open-more-files'.
1920 (recentf-more-history): New global variable holding the history list
1921 used by `recentf-open-more-files' completion.
1922 (recentf-setup-more-completion): New function to setup completion for
1923 `recentf-open-more-files'.
1924 (recentf-make-menu-items): Updated to display a "More..." menu item.
1925
1926 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
1927
1928 * recentf.el (recentf-menu-action): Doc fixed.
1929
1930 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
1931
1932 * recentf.el (recentf-menu-filter): Doc updated.
1933 (recentf-update-menu-hook): Allow menu filters to force menu update.
1934 (recentf-make-menu-items): New menu filter handling.
1935 (recentf-make-menu-item): New helper function.
1936 (recentf-menu-elements): New menu handling function.
1937 (recentf-sort-ascending): Updated to new menu filter handling.
1938 (recentf-sort-descending): Updated to new menu filter handling.
1939 (recentf-sort-basenames-ascending): New menu filter function.
1940 (recentf-sort-basenames-descending): New menu filter function.
1941 (recentf-show-basenames): New menu filter function.
1942 (recentf-show-basenames-ascending): New menu filter function.
1943 (recentf-show-basenames-descending): New menu filter function.
1944
1945 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1946
1947 * diary-lib.el (list-diary-entries): Don't try to go forward at
1948 the end of the buffer.
1949
1950 2000-02-29 Kenichi Handa <handa@etl.go.jp>
1951
1952 * international/mule-diag.el (list-character-sets): Completely
1953 rewritten.
1954 (sort-listed-character-sets): New function.
1955 (list-character-sets-1): Completely rewritten.
1956 (list-character-sets-2): New function.
1957 (non-iso-charset-alist): New variable.
1958 (decode-codepage-char): New function.
1959 (charset-history): New variable.
1960 (read-charset) (list-block-of-chars)
1961 (list-iso-charset-chars)
1962 (list-non-iso-charset-chars)
1963 (list-charset-chars): New functions.
1964 (mule-diag): Call list-character-sets-2, not
1965 list-character-sets-2.
1966 (dump-charsets): Likewise.
1967
1968 2000-02-29 Gerd Moellmann <gerd@gnu.org>
1969
1970 * dired-x.el (dired-filename-at-point): Add `@' to valid
1971 file name characters.
1972 (dired-filename-at-point): Handle ange-ftp file names.
1973
1974 * frame.el (frame-notice-user-settings): Use assq-delete-all
1975 instead of assoc-delete-all.
1976 (frame-notice-user-settings): Ditto.
1977
1978 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
1979 Don't copy alist.
1980
1981 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
1982
1983 * calculator.el (calculator-use-menu): New option.
1984 (calculator-initial-bindings): Changed some bindings to work as
1985 macros.
1986 (calculator-forced-input): Removed.
1987 (calculator-restart-other-mode): New variable.
1988 (calculator-mode-map): Set up menu.
1989
1990 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
1991
1992 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
1993 tags.
1994
1995 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
1996
1997 * viper-cmd.el (viper-envelop-ESC-key): added the option to
1998 translate all ESC key sequences.
1999 (viper-goto-mark-subr): restore markers for files for which
2000 they were saved.
2001 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
2002 * viper-util.el (viper-set-replace-overlay-glyphs,
2003 viper-set-replace-overlay): always check if the replacement
2004 overlay is live.
2005 * viper.el (viper-vi-state-mode-list): added major modes.
2006 * ediff-wind.el: minor comment changes.
2007 * ediff.el: copyright notice date fix.
2008
2009 2000-02-27 Jason Rumney <jasonr@gnu.org>
2010
2011 * faces.el (face-font-family-alternatives): Add arial to helv.
2012 (mode-line, header-line, tool-bar): Same default as x for w32.
2013 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
2014 face-font-family-alternatives from working.
2015 * term/w32-win.el (mouse-set-font): Do not build fontset from
2016 chosen font.
2017
2018 2000-02-25 Sam Steingold <sds@goems.com>
2019
2020 * emacs-lisp/cl-indent.el (toplvel): Indent `pprint-logical-block'
2021 properly.
2022
2023 2000-02-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2024
2025 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
2026
2027 2000-02-25 Gerd Moellmann <gerd@gnu.org>
2028
2029 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
2030 writable.
2031
2032 * frame.el (busy-cursor-delay-seconds): New option.
2033
2034 2000-02-24 Gerd Moellmann <gerd@gnu.org>
2035
2036 * frame.el (show-cursor-in-non-selected-windows): New option.
2037
2038 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2039
2040 * diary-lib.el (include-other-diary-files): Undo the selective
2041 display in any included file and don't kill it.
2042
2043 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
2044
2045 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
2046 bar. Menu items converted to (menu-item format, help strings
2047 added.
2048 [downcase, upcase]: Don't enable on MS-DOS.
2049 [symlink, symlinks]: Don't show if make-symbolic-link is not
2050 bound.
2051 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
2052
2053 2000-02-23 Dave Love <fx@gnu.org>
2054
2055 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
2056 (backward-kill-word): Revert addition of * to interactive spec --
2057 it's a feature.
2058
2059 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
2060 (backward-kill-sentence, kill-sentence): Likewise.
2061
2062 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
2063 scratch buffer name.
2064 (gud-format-command): Use int-to-string in ?l case. Simplify
2065 slightly.
2066
2067 * term/w32-win.el (internal-face-interactive): Update prompt for
2068 new read-face-name.
2069
2070 * mail/footnote.el (footnote): Add :version to defgroup.
2071 (footnote-section-tag-regexp): Customize.
2072 (footnote-start-tag, footnote-end-tag): New option.
2073 (footnote-latin-regexp): New variable.
2074 (Footnote-latin): New function.
2075 (footnote-style-alist): Add element for latin style.
2076 (footnote-style): Moved.
2077 (Footnote-goto-footnote): Use eq to test arg.
2078
2079 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
2080
2081 * emacs-lisp/byte-opt.el: Change old backquote syntax.
2082 (byte-compile-trueconstp): Include keywords.
2083 (byte-optimize-quote, byte-optimize-lapcode): Use
2084 byte-compile-const-symbol-p.
2085 (byte-optimize-char-before): New optimization.
2086
2087 * emacs-lisp/bytecomp.el: Change old backquote syntax.
2088 (byte-compile-const-symbol-p): New function.
2089 (byte-compile-constp, byte-compile-out-toplevel)
2090 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
2091 Use it.
2092
2093 * subr.el (define-key-after): Default AFTER to t. Doc fix.
2094
2095 2000-02-23 Kenichi Handa <handa@etl.go.jp>
2096
2097 * international/encoded-kb.el: Be sure to update minor-mode-alist
2098 and minor-mode-map-alist.
2099 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
2100 codes SS2 and SS3 correctly.
2101 (encoded-kbd-self-insert-ccl): New function.
2102 (encoded-kbd-setup-keymap): New function.
2103 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
2104 by calling encoded-kbd-setup-keymap.
2105
2106 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
2107 characters.
2108 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
2109 locally.
2110
2111 2000-02-22 Dave Love <fx@gnu.org>
2112
2113 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
2114 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
2115 defvar.
2116 (lisp-mode-syntax-table): Set up for #|...|# comments.
2117 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
2118 classes. Match `defface'.
2119 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
2120 (eval-defun-1): Fix for defcustom.
2121 (lisp-indent-region): Doc fix.
2122
2123 * subr.el (when, unless, split-string): Doc fix.
2124 (read-passwd): Move call of clear-this-command-keys to the right
2125 place.
2126 (replace-regexps-in-string): New function.
2127
2128 2000-02-22 Gerd Moellmann <gerd@gnu.org>
2129
2130 * help.el (describe-variable): Set syntax table to
2131 emacs-lisp-mode-syntax-table when moving forward over the
2132 symbol's name.
2133
2134 2000-02-22 Dave Love <fx@gnu.org>
2135
2136 * xt-mouse.el: Doc fixes.
2137 (xterm-mouse-position-function): New function, replacing advice of
2138 mouse-position.
2139 (xterm-mouse-mode): Use it. Don't turn on under a window system.
2140
2141 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
2142
2143 2000-02-21 Gerd Moellmann <gerd@gnu.org>
2144
2145 * format.el (format-annotate-single-property-change): Handle
2146 properties.with dotted-list values.
2147 (format-proper-list-p): New function.
2148
2149 * enriched.el (enriched-face-ans): Handle '(foreground-color
2150 . COLOR) and (background-color . COLOR).
2151
2152 2000-02-20 Dave Love <fx@gnu.org>
2153
2154 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
2155 and assignments to it.
2156 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
2157 current local map.
2158 (make-flyspell-overlay): Use it.
2159 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
2160
2161 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
2162 (lm-get-header-re): Defun, not defsubst.
2163 (lm-get-package-name): Defun, not defsubst. Simplify.
2164 (lm-version): Doc fix. Simplify.
2165 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
2166 (lm-crack-address, lm-last-modified-date, lm-commentary)
2167 (lm-verify, lm-synopsis): Simplify.
2168 (lm-report-bug): Require emacsbug. Use compose-mail.
2169
2170 2000-02-20 Gerd Moellmann <gerd@gnu.org>
2171
2172 * dired.el (dired-mode): Call propertized-buffer-identification
2173 to set mode-line-buffer-identification to something having
2174 the right text properties.
2175
2176 * bindings.el (propertized-buffer-identification): New function.
2177
2178 2000-02-20 Dave Love <fx@gnu.org>
2179
2180 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
2181 check for t-mouse too.
2182
2183 * cus-start.el: Make echo-keystrokes `number'.
2184
2185 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
2186
2187 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
2188 Don't call ring-empty-p unless tags-location-ring is bound.
2189 From Noah Friedman <friedman@splode.com>.
2190
2191 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
2192
2193 * progmodes/hideshow.el (hs-flag-region): No longer use
2194 `intangible' overlay property.
2195
2196 (hs-toggle-hiding): New command.
2197 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
2198
2199 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
2200 Fix omission bug: Run `hs-minor-mode-hook' for both activation
2201 and deactivation.
2202
2203 2000-02-18 Gerd Moellmann <gerd@gnu.org>
2204
2205 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
2206
2207 2000-02-17 Gerd Moellmann <gerd@gnu.org>
2208
2209 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
2210
2211 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
2212 of `*' to handle `(* ... *)' comments.
2213
2214 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
2215
2216 * faces.el (list-faces-display): Use display-mouse-p instead of
2217 window-system.
2218
2219 * menu-bar.el (global-map): Menu-bar items converted to the new
2220 format (menu-item..., rearranged for better CUA compliance, and
2221 their names changed for better clarity. Help strings added.
2222
2223 * international/mule-cmds.el (mule-menu-keymap)
2224 (describe-language-environment-map, set-coding-system-map)
2225 (setup-language-environment-map): Convert to new (menu-item...
2226 form, add help strings. Change names of menu items for better
2227 clarity. "Mule" menu-bar item removed (it's now in the "Options"
2228 submenu).
2229
2230 2000-02-17 Gerd Moellmann <gerd@gnu.org>
2231
2232 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
2233 within the code.
2234
2235 2000-02-16 Dave Love <fx@gnu.org>
2236
2237 * faces.el: Don't require custom. Add more specific :groups to
2238 various deffaces.
2239 (set-face-attribute): Purecopy args.
2240 (read-face-name): Default to name at point and use it in prompt.
2241 Remove colon from arg in all callers.
2242 (list-faces-display): Hyperlink to face descriptions and customize
2243 buffers.
2244
2245 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
2246
2247 * wid-edit.el (widget-match-inline): An atom never matches a
2248 list.
2249
2250 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2251
2252 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
2253 at ':' characters by call to split-string.
2254
2255 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2256
2257 * textmodes/bibtex.el: Added RCS version identification.
2258
2259 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2260
2261 * textmodes/bibtex.el: Some temporary comments removed.
2262 (bibtex-field-name, bibtex-entry-type): Made the relationship
2263 explicit.
2264 (bibtex-field-const): Allow capital letters.
2265 (bibtex-start-of-string): Deleted because unused.
2266
2267 * textmodes/bibtex.el: Unified some nomenclature. We no longer
2268 use the term 'reference' to describe a bibtex entry as a whole.
2269 Further, reference keys are no longer called 'labels'.
2270 (bibtex-keys): Renamed to bibtex-reference-keys.
2271 (bibtex-reformat-previous-labels): Renamed to
2272 bibtex-reformat-previous-reference-keys.
2273 (bibtex-reference-type): Renamed to bibtex-entry-type.
2274 (bibtex-reference-head): Renamed to bibtex-entry-head.
2275 (bibtex-reference-maybe-empty-head): Renamed to
2276 bibtex-entry-maybe-empty-head.
2277 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
2278 (bibtex-search-reference): Renamed to bibtex-search-entry.
2279 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
2280 bibtex-enclosing-entry-maybe-empty-head.
2281 (bibtex-entry-field-alist, bibtex-entry-head,
2282 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
2283 bibtex-map-entries, bibtex-search-entry,
2284 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
2285 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2286 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
2287 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
2288 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
2289 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
2290 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
2291
2292 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2293
2294 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
2295 comment.
2296 (bibtex-format-field-delimiters): New function, functionality
2297 extracted from bibtex-format-entry.
2298 (bibtex-autokey-get-yearfield-digits): New function, functionality
2299 extracted from bibtex-autokey-get-yearfield.
2300
2301 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
2302 entries in order to avoid stack overflow in the regexp matcher if
2303 field contents become large.
2304 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
2305 bibtex-field-string-part-not-braced,
2306 bibtex-field-string-part-no-inner-braces,
2307 bibtex-field-string-part-1-inner-brace,
2308 bibtex-field-string-part-2-inner-braces,
2309 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
2310 bibtex-field-string-quoted, bibtex-field-string,
2311 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
2312 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
2313 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
2314 as parsing is now performed by the following functions.
2315 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
2316 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
2317 bibtex-parse-field-string, bibtex-search-forward-field-string,
2318 bibtex-parse-association, bibtex-field-name-for-parsing,
2319 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
2320 bibtex-search-forward-field, bibtex-search-backward-field,
2321 bibtex-start-of-field, bibtex-end-of-field,
2322 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
2323 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
2324 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
2325 bibtex-parse-string, bibtex-search-forward-string,
2326 bibtex-search-backward-string, bibtex-start-of-string,
2327 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
2328 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
2329 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
2330 entries. Instead of reporting the results of the parsing by
2331 match-beginning or match-end, these functions return data structures
2332 that hold the corresponding positions.
2333 (bibtex-enclosing-field): Changed to also report field boundaries by
2334 return values rather than by match-beginning or match-end. The
2335 following functions have been adapted to use the new parsing
2336 functions.
2337 (bibtex-skip-to-valid-entry, bibtex-search-reference,
2338 bibtex-enclosing-field, bibtex-format-entry,
2339 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
2340 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
2341 bibtex-print-help-message, bibtex-end-of-entry,
2342 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
2343 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2344 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
2345 method for parsing.
2346 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
2347 bibtex-map-entries, bibtex-flash-head,
2348 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
2349 bibtex-autokey-change, bibtex-autokey-get-namefield,
2350 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
2351 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2352 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
2353 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2354 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
2355 order to make the new binding of case-fold-search immediately
2356 visible.
2357
2358 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2359
2360 * textmodes/bibtex.el: Copyright notice is up to date.
2361 Added constant 'bibtex-maintainer-salutation.
2362
2363 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
2364 than make-temp-name, use match-string-no-properties and eliminate
2365 a quadratic behavior when building bibtex-strings.
2366
2367 * bibtex.el (bibtex-reference-key): Accept string entries whose
2368 reference key contains upper case letters.
2369
2370 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2371
2372 * bibtex.el (bibtex-reference-head): Allow entries to start with
2373 a new line.
2374
2375 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2376
2377 * bibtex.el: Hiding of entry bodies is not longer provided by
2378 bibtex.el directly. Instead the hideshow package can be used.
2379 Added a special bibtex entry to hs-special-modes-alist.
2380 (bibtex-hs-forward-sexp): Added for hideshow.el.
2381
2382 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2383
2384 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
2385 at ':' characters by call to split-string.
2386
2387 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2388
2389 * textmodes/bibtex.el: Added RCS version identification.
2390
2391 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2392
2393 * textmodes/bibtex.el: Some temporary comments removed.
2394 (bibtex-field-name, bibtex-entry-type): Made the relationship
2395 explicit.
2396 (bibtex-field-const): Allow capital letters.
2397 (bibtex-start-of-string): Deleted because unused.
2398
2399 * textmodes/bibtex.el: Unified some nomenclature. We no longer
2400 use the term 'reference' to describe a bibtex entry as a whole.
2401 Further, reference keys are no longer called 'labels'.
2402 (bibtex-keys): Renamed to bibtex-reference-keys.
2403 (bibtex-reformat-previous-labels): Renamed to
2404 bibtex-reformat-previous-reference-keys.
2405 (bibtex-reference-type): Renamed to bibtex-entry-type.
2406 (bibtex-reference-head): Renamed to bibtex-entry-head.
2407 (bibtex-reference-maybe-empty-head): Renamed to
2408 bibtex-entry-maybe-empty-head.
2409 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
2410 (bibtex-search-reference): Renamed to bibtex-search-entry.
2411 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
2412 bibtex-enclosing-entry-maybe-empty-head.
2413 (bibtex-entry-field-alist, bibtex-entry-head,
2414 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
2415 bibtex-map-entries, bibtex-search-entry,
2416 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
2417 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2418 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
2419 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
2420 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
2421 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
2422 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
2423
2424 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2425
2426 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
2427 comment.
2428 (bibtex-format-field-delimiters): New function, functionality
2429 extracted from bibtex-format-entry.
2430 (bibtex-autokey-get-yearfield-digits): New function, functionality
2431 extracted from bibtex-autokey-get-yearfield.
2432
2433 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
2434 entries in order to avoid stack overflow in the regexp matcher if
2435 field contents become large.
2436 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
2437 bibtex-field-string-part-not-braced,
2438 bibtex-field-string-part-no-inner-braces,
2439 bibtex-field-string-part-1-inner-brace,
2440 bibtex-field-string-part-2-inner-braces,
2441 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
2442 bibtex-field-string-quoted, bibtex-field-string,
2443 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
2444 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
2445 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
2446 as parsing is now performed by the following functions.
2447 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
2448 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
2449 bibtex-parse-field-string, bibtex-search-forward-field-string,
2450 bibtex-parse-association, bibtex-field-name-for-parsing,
2451 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
2452 bibtex-search-forward-field, bibtex-search-backward-field,
2453 bibtex-start-of-field, bibtex-end-of-field,
2454 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
2455 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
2456 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
2457 bibtex-parse-string, bibtex-search-forward-string,
2458 bibtex-search-backward-string, bibtex-start-of-string,
2459 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
2460 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
2461 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
2462 entries. Instead of reporting the results of the parsing by
2463 match-beginning or match-end, these functions return data structures
2464 that hold the corresponding positions.
2465 (bibtex-enclosing-field): Changed to also report field boundaries by
2466 return values rather than by match-beginning or match-end. The
2467 following functions have been adapted to use the new parsing
2468 functions.
2469 (bibtex-skip-to-valid-entry, bibtex-search-reference,
2470 bibtex-enclosing-field, bibtex-format-entry,
2471 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
2472 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
2473 bibtex-print-help-message, bibtex-end-of-entry,
2474 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
2475 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2476 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
2477 method for parsing.
2478 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
2479 bibtex-map-entries, bibtex-flash-head,
2480 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
2481 bibtex-autokey-change, bibtex-autokey-get-namefield,
2482 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
2483 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2484 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
2485 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2486 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
2487 order to make the new binding of case-fold-search immediately
2488 visible.
2489
2490 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2491
2492 * textmodes/bibtex.el: Copyright notice is up to date.
2493 Added constant 'bibtex-maintainer-salutation.
2494
2495 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
2496 than make-temp-name, use match-string-no-properties and eliminate
2497 a quadratic behavior when building bibtex-strings.
2498
2499 * bibtex.el (bibtex-reference-key): Accept string entries whose
2500 reference key contains upper case letters.
2501
2502 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2503
2504 * bibtex.el (bibtex-reference-head): Allow entries to start with
2505 a new line.
2506
2507 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2508
2509 * bibtex.el: Hiding of entry bodies is not longer provided by
2510 bibtex.el directly. Instead the hideshow package can be used.
2511 Added a special bibtex entry to hs-special-modes-alist.
2512 (bibtex-hs-forward-sexp): Added for hideshow.el.
2513
2514 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2515
2516 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
2517 proceedings entry type (for cross referencing). Thanks to Wagner
2518 Toledo Correa for the suggestion.
2519
2520 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
2521
2522 2000-02-14 Kenichi Handa <handa@etl.go.jp>
2523
2524 * international/characters.el: Setup case table for Vietnamese.
2525
2526 2000-02-12 Gerd Moellmann <gerd@gnu.org>
2527
2528 * uniquify.el (toplevel): Require CL at compile time.
2529 (uniquify-push): Removed.
2530
2531 * shadowfile.el (shadow-when): Removed.
2532
2533 * tempo.el (tempo-dolist, tempo-mapc): Removed.
2534 (tempo-process-and-insert-string): Use dolist instead of
2535 tempo-dolist.
2536
2537 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
2538 regexp for paragraph-start.
2539
2540 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
2541 commas as well.
2542
2543 2000-02-10 Dave Love <fx@gnu.org>
2544
2545 * wid-edit.el: (widgets) [defgroup]: Remove url link.
2546 (widget-color-choice-list, widget-color-history, widget-mouse-help):
2547 Deleted.
2548 (widget-specify-field, widget-specify-button): Don't use
2549 widget-mouse-help as help-echo property.
2550 (default): Use #'ignore for :validate and :mouse-down-action.
2551 (checkbox): Add help-echo.
2552 (widget-sexp-validate): Rewritten to clarify error messages.
2553 (character): Use char-valid-p in :match function.
2554 (widget-color-complete): Use facemenu-color-alist.
2555 (widget-color-action): Use facemenu-read-color.
2556
2557 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
2558 set up `caar' &c that we now have.
2559
2560 2000-02-09 Ray Blaak <blaak@gnu.org>
2561
2562 * delphi.el: Make resourcestring a declaration region, like const
2563 and var.
2564
2565 2000-02-09 Dave Love <fx@gnu.org>
2566
2567 * bindings.el (mode-line-input-method-map): New variable.
2568 (mode-line-mule-info): Use it; fix last change.
2569 (mode-line-mode-menu): Move definition.
2570 (mode-line-mouse-sensitive-p): Deleted.
2571 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
2572 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
2573 level.
2574
2575 * startup.el (command-line-1): Don't call
2576 make-mode-line-mouse-sensitive.
2577
2578 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
2579
2580 * mail/rmail.el (rmail-retry-failure): Use
2581 rmail-beginning-of-message before rmail-toggle-header, because the
2582 former toggles headers.
2583
2584 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
2585
2586 * diff-mode.el (diff-kill-junk): New interactive function.
2587 (diff-reverse-direction): Use delete-and-extract-region.
2588 (diff-post-command-hook): Restrict the area so that the hook also works
2589 outside of any diff hunk. This is necessary for the minor-mode.
2590 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
2591 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
2592
2593 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
2594 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
2595 so that it can be used more easily in <foo>-mode-hook. Also make sure
2596 to avoid duplicate entries.
2597 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
2598 (font-lock-remove-keywords): Just as was done for `add', allow it to
2599 work even if font-lock-mode is nil. Also make sure we don't modify
2600 any pre-existing list by forcing a copy-sequence. Finally rename
2601 `major-mode' to `mode'.
2602 (font-lock-fontify-syntactic-anchored-keywords)
2603 (font-lock-fontify-anchored-keywords)
2604 (font-lock-fontify-keywords-region): Use line-end-position.
2605 Don't make `font-lock-multiline' local (it's now done in
2606 font-lock-set-defaults).
2607 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
2608 move the `font-lock-fontified' creation to inside the `unless'.
2609
2610 2000-02-06 Andrew Innes <andrewi@gnu.org>
2611
2612 * term/w32-win.el (x-handle-args): Comment out call to message,
2613 which occurs before window system is initialized.
2614
2615 * makefile.nt: Add support for recompiling lisp code.
2616
2617 2000-02-04 Dave Love <fx@gnu.org>
2618
2619 * bindings.el (mode-line-mule-info): Fix/extend last change.
2620
2621 * completion.el: Replace completion-dolist with dolist.
2622
2623 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
2624 dotimes.
2625
2626 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
2627
2628 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
2629 environment names before they go into the section regexp.
2630
2631 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
2632 char class in regexp.
2633
2634 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
2635 `case-fold-search' to nil.
2636
2637 * progmodes/idlwave.el (idlwave-template): Respect
2638 `idlwave-abbrev-change-case'.
2639 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
2640 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
2641 idlwave-while): respect `idlwave-reserved-word-upcase'.
2642 (idlwave-rw-case): New function.
2643 (idlwave-statement-match): Fixed problem with assignment regexp.
2644 (idlwave-font-lock-keywords): Improved regexp for keyword
2645 parameters.
2646 (idlwave-surround): New argument LENGTH to support padding of
2647 operators longer than 1 char.
2648
2649 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
2650 idlwave-shell-expression-overlay. Implemented printing of
2651 expressions on higher levels of the calling stack.
2652 (idlwave-shell-display-level-in-calling-stack): Restore stack
2653 level.
2654 (idlwave-retrieve-expression-from-level): New function.
2655 (idlwave-shell-last-calling-stack): Variable removed.
2656 (idlwave-shell-reset): Argument action reversed (`visible' to
2657 `hidden'). Also remove stop-line overlay.
2658 (idlwave-shell-calling-stack-routine): New variable.
2659 (idlwave-shell-parse-stack-and-display): Messages now display
2660 negative level numbers.
2661 (idlwave-shell-mode): Set `modeline-format'.
2662 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
2663 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
2664 21.
2665 (idlwave-shell-print-expression-function): New option.
2666
2667 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
2668 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
2669 `tool-bar' instead of `toolbar'.
2670
2671 2000-02-02 Dave Love <fx@gnu.org>
2672
2673 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
2674 emacs-lisp-mode-hook. Don't check for defalias being defined.
2675
2676 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
2677 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
2678 the new builtins directly.
2679
2680 * whitespace.el (whitespace): Add :version to defgroup.
2681
2682 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
2683 Doc fix.
2684
2685 * thingatpt.el (sexp-at-point, symbol-at-point)
2686 (number-at-point, list-at-point): Add autoload cookie.
2687
2688 * recentf.el (recentf): Add :version to defgroup.
2689
2690 * quickurl.el (quickurl): Add :version to defgroup.
2691
2692 * elide-head.el (elide-head): Use point-marker more.
2693
2694 * bs.el (bs): Add :version to defgroup.
2695
2696 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
2697
2698 * progmodes/delphi.el (delphi): Add :version to defgroup.
2699
2700 2000-02-02 Gerd Moellmann <gerd@gnu.org>
2701
2702 * ange-ftp.el (ange-ftp-write-region): Handle case that
2703 succeeding process operation sets a different coding system.
2704
2705 * calculator.el: New file.
2706
2707 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
2708
2709 * frame.el (frames-on-display-list, framep-on-display): New
2710 functions.
2711 (display-mouse-p, display-popup-menus-p, display-graphic-p)
2712 (display-selections-p, display-screens, display-pixel-width)
2713 (display-pixel-height, display-mm-width, display-mm-height)
2714 (display-backing-store, display-save-under, display-planes)
2715 (display-color-cells, display-visual-class): New functions.
2716
2717 * term/tty-colors.el (tty-color-gray-shades): New function.
2718
2719 * faces.el (display-color-p): Use framep-on-display.
2720 (display-grayscale-p): New function.
2721
2722 2000-01-31 Dave Love <fx@gnu.org>
2723
2724 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
2725 (create-fontset-from-x-resource): Don't concat integers.
2726
2727 2000-01-31 Inge Frick <inge@nada.kth.se>
2728
2729 * view.el: Some changes in documentation. Removed some trailing
2730 whitespace. Changed some parameter names to agree with
2731 documentation.
2732 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
2733 window is not deleted. Modifies change 1998-04-26.
2734
2735 2000-01-31 Gerd Moellmann <gerd@gnu.org>
2736
2737 * windmove.el: New file.
2738
2739 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
2740 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2741 progmodes/ebnf-yac.el: Update copyright and license info.
2742
2743 * jit-lock.el (jit-lock-function): Widen before calculating end
2744 position.
2745 (jit-lock-stealth-chunk-start): Rewritten.
2746
2747 * info.el (Info-title-face-alist): Removed.
2748 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
2749 faces.
2750 (Info-fontify-node): Use these faces.
2751
2752 2000-01-30 Gerd Moellmann <gerd@gnu.org>
2753
2754 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
2755 (cl-macro-list1): Recognize `&allow-other-keys' instead of
2756 `&allow-other-keywords'.
2757
2758 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
2759 the list of directories scanned heuristically.
2760
2761 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
2762 exist.
2763
2764 2000-01-30 Jason Rumney <jasonr@gnu.org>
2765
2766 * w32-fns.el: Define w32-tty-standard-colors.
2767
2768 * startup.el (command-line): Use w32-tty-standard-colors when in
2769 w32 console mode.
2770
2771 2000-01-30 Dave Love <fx@gnu.org>
2772
2773 * jka-compr.el (jka-compr-load): Fix up load-history.
2774
2775 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
2776
2777 * emacs-lisp/cl-macs.el: Revert previous change.
2778
2779 2000-01-29 Dave Love <fx@gnu.org>
2780
2781 * facemenu.el: Purecopy various strings.
2782
2783 * timezone.el (timezone-fix-time): Window against 69 for two-digit
2784 years. Deal with three-digit years.
2785
2786 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
2787 defconst, purecopy.
2788 (help-back-label): Purecopy it.
2789
2790 2000-01-18 Gerd Moellmann <gerd@gnu.org>
2791
2792 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
2793 variable. If non-nil, order the buffer list according to the
2794 currently selected frame.
2795 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
2796 non-nil, pass the selected frame to function buffer-list.
2797
2798 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2799
2800 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
2801
2802 2000-01-28 Dave Love <fx@gnu.org>
2803
2804 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
2805
2806 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
2807 Don't use lisp-indent-hook property.
2808 (cl-abs): Remove.
2809
2810 * subr.el: Move out indent and edebug specs for when and unless.
2811
2812 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
2813 when, unless.
2814
2815 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
2816 unless, when.
2817
2818 2000-01-28 Gerd Moellmann <gerd@gnu.org>
2819
2820 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
2821 `collecting' as synonym for `collect'.
2822
2823 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
2824 for the case it contains spaces.
2825
2826 * simple.el (what-cursor-position): Change formatting of
2827 messages.
2828
2829 * frame.el (delete-other-frames): New function.
2830 (toplevel): Bind it to C-x 5 1.
2831
2832 * sort.el (sort-numeric-base): New option.
2833 (sort-numeric-fields): If number starts with `0' or `0[xX[',
2834 interpret it as octal or hexadecimal. Use sort-numeric-base
2835 as default base.
2836
2837 * progmodes/glasses.el: New file.
2838
2839 2000-01-27 Gerd Moellmann <gerd@gnu.org>
2840
2841 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
2842 userids differently.
2843
2844 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
2845 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2846 progmodes/ebnf-yac.el: New files.
2847
2848 2000-01-26 Dave Love <fx@gnu.org>
2849
2850 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
2851 on a function with an empty body. [From Eric Ludlam.]
2852
2853 2000-01-25 Andre Spiegel <spiegel@gnu.org>
2854
2855 * vc.el (vc-version-diff): Make sure file name is expanded.
2856
2857 2000-01-25 Gerd Moellmann <gerd@gnu.org>
2858
2859 * scroll-bar.el (scroll-bar-timer): Variable removed.
2860 (scroll-bar-toolkit-scroll): Don't use a timer.
2861
2862 2000-01-25 Kenichi Handa <handa@etl.go.jp>
2863
2864 * language/thai-util.el (thai-composition-function): Delete
2865 superfluous `a'.
2866
2867 2000-01-24 Dave Love <fx@gnu.org>
2868
2869 * fortran.el (fortran-mode): Use beginning-of-defun-function,
2870 end-of-defun-function.
2871
2872 * font-lock.el (turn-on-font-lock): Don't depend on window-system
2873 &c.
2874
2875 2000-01-22 Jason Rumney <jasonr@gnu.org>
2876
2877 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
2878 conflicts with new face support.
2879
2880 2000-01-22 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2881
2882 * replace.el (query-replace): Rename last arg to DELIMITED.
2883 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
2884 (query-replace-regexp): Likewise.
2885
2886 2000-01-20 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2887
2888 * subr.el (with-syntax-table): Use make-symbol, not gensym.
2889
2890 * emacs-lisp/lisp.el (beginning-of-defun-function):
2891 Variable renamed from beginning-of-defun.
2892 Do not call make-variable-buffer-local.
2893 (beginning-of-defun-raw): Use new variable name; doc fix.
2894 (beginning-of-defun): Doc fix.
2895 (end-of-defun-function): Variable renamed from end-of-defun.
2896 Do not call make-variable-buffer-local.
2897 (end-of-defun): Use new variable name; doc fix.
2898
2899 * subr.el (dolist, dotimes): Copied from cl-macs.el
2900 and made to work.
2901
2902 * mail/undigest.el (rmail-digest-end-regexps):
2903 Variable replaces rmail-digest-end-regexp.
2904 Allows multiple regexps for detecting the end line.
2905 (undigestify-rmail-message): Corresponding changes.
2906
2907 2000-01-19 Dave Love <fx@gnu.org>
2908
2909 * files.el (user-init-file): Don't declare here -- is primitive.
2910
2911 * startup.el (command-line): Check for compiled user-init-file and
2912 set to uncompiled version if necessary.
2913
2914 2000-01-18 Gerd Moellmann <gerd@gnu.org>
2915
2916 * mail/undigest.el (rmail-digest-end-regexp): New user option.
2917 (undigestify-rmail-message): Use it.
2918
2919 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
2920
2921 2000-01-17 Gerd Moellmann <gerd@gnu.org>
2922
2923 * tmm.el (tmm-goto-completions): Adapt to prompt being part
2924 of mini-buffer.
2925
2926 2000-01-14 Gerd Moellmann <gerd@gnu.org>
2927
2928 * emacs-lisp/copyright.el (copyright-update): Removed the
2929 requirement for a trailing space from `copyright-regexp', to
2930 support copyrights with owner specified on a separate line..
2931
2932 * align.el: New file.
2933
2934 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
2935
2936 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
2937
2938 2000-01-13 Dave Love <fx@gnu.org>
2939
2940 * ph.el: Removed. (Obsoleted by EUDC.)
2941
2942 2000-01-13 Gerd Moellmann <gerd@gnu.org>
2943
2944 * net/eudc.el (toplevel): Remove autoloaded code installing
2945 menu with easymenu, because that causes build problems.
2946
2947 * frame.el (frame-notice-user-settings): New variable.
2948 (frame-notice-user-settings): Don't modify frame parameters
2949 if called a second time.
2950
2951 2000-01-13 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2952
2953 * frame.el (frame-notice-user-settings):
2954 Notice default-frame-parameters even for non-window frames.
2955
2956 2000-01-13 Gerd Moellmann <gerd@gnu.org>
2957
2958 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
2959 for Emacs.
2960 (eudc-bob-can-display-inline-images): Extend for Emacs.
2961 (eudc-bob-toggle-inline-display): Ditto.
2962 (eudc-bob-display-jpeg): Ditto.
2963
2964 2000-01-12 Gerd Moellmann <gerd@gnu.org>
2965
2966 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
2967 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
2968 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
2969
2970 * add-log.el (add-change-log-entry): Fix error trying an `(insert
2971 nil)'.
2972
2973 * subdirs.el: Add `net' directory.
2974
2975 * net: New directory.
2976
2977 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
2978 eval-last-sexp. Don't bind debug-on-error here.
2979 (eval-last-sexp): New function. Bind debug-on-error if
2980 eval-expression-debug-on-error is non-nil.
2981 (eval-defun-2, eval-defun): Likewise.
2982
2983 * simple.el (eval-expression): Don't bind debug-on-error if
2984 eval-expression-debug-on-error is nil. Detect changed
2985 debug-on-error, and propagate new value to global binding, if
2986 eval-expression-debug-on-error is non-nil,
2987 (eval-expression-debug-on-error): Change doc string.
2988
2989 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2990
2991 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
2992
2993 * emacs-lisp/lisp-mode.el (with-syntax-table):
2994 Set up lisp-indent-function property.
2995
2996 * subr.el (with-syntax-table): Moved from simple.el.
2997
2998 * simple.el (with-syntax-table): Moved to subr.el.
2999
3000 2000-01-11 Gerd Moellmann <gerd@gnu.org>
3001
3002 * tmm.el (tmm-shortcut): Delete region after prompt instead
3003 of erasing buffer.
3004
3005 * textmodes/fill.el (fill-common-string-prefix): New function.
3006 (fill-context-prefix): Use the longest common prefix of first
3007 and second line fill prefix, if there is one.
3008
3009 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3010
3011 * array.el (array-mode): Don't use make-variable-buffer-local.
3012 Use make-local-variable for `truncate-lines'.
3013
3014 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
3015
3016 * add-log.el (add-log-current-defun): Handle user-defined
3017 add-log-current-function returning nil,
3018
3019 * add-log.el (add-change-log-entry): Insert version number
3020 if having found a current function
3021
3022 * add-log.el (add-log-current-defun): Call
3023 `add-log-current-defun-function'. Try matches at level 0 and
3024 level 1. Strip whitespace from defun found.
3025
3026 2000-01-10 John Wiegley <johnw@gnu.org>
3027
3028 * allout.el (isearch-done/outline-provisions): Added `edit'
3029 argument to correspond with the current definition of
3030 `isearch-done'.
3031
3032 2000-01-10 Dave Love <fx@gnu.org>
3033
3034 * elide-head.el (elide-head): Use point-marker, not point.
3035
3036 2000-01-10 Gerd Moellmann <gerd@gnu.org>
3037
3038 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
3039 before and after the year 2000.
3040
3041 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
3042 Add ispell- prefix.
3043
3044 2000-01-10 Ken Stevens <k.stevens@ieee.org>
3045
3046 * ispell.el: Only define dictionaries in menus when they exist.
3047 (version18p): New variable.
3048 (version20p): New variable.
3049 (xemacsp): New variable.
3050 (ispell-choices-win-default-height): Fix for XEmacs visibility.
3051 (ispell-dictionary-alist1): Added Brasileiro dictionary.
3052 (ispell-dictionary-alist6): Russian command lines no longer accept
3053 run-together words.
3054 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
3055 (ispell-dictionary-alist): Add koi8-r to customize definition.
3056 (check-ispell-version): Added documentation string. Returns
3057 library path when called non-interactively.
3058 (ispell-menu-map-needed): Uses new variables.
3059 (ispell-library-path): New variable.
3060 (ispell-decode-string): XEmacs fix for bogus variable bindings.
3061 (ispell-word): Improved documentation string. Test for valid
3062 character mappings. Correctly check typed in word changes that can
3063 result in single words split into multiple words. Returns
3064 replacement word.
3065 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
3066 replace in recursive query replace mode. Help message for
3067 recursive edit mode.
3068 (ispell-show-choices): Protect against bad framepop bindings.
3069 (ispell-help): Fix to work with XEmacs.
3070 (ispell-highlight-spelling-error): Use new variables.
3071 (ispell-overlay-window): Fix to work with XEmacs.
3072 (ispell-parse-output): Passed and returns location information
3073 tracking spelling corrections. Doesn't recheck same word on
3074 current line.
3075 (ispell-init-process): Protect against bogus XEmacs variable binding.
3076 Fix call to single argument in sleep-for. Use new variables.
3077 (ispell-region): Passed and returns location information tracking
3078 spelling corrections. Doesn't check same word on current line.
3079 Improved documentation string. Doesn't resend a line already
3080 checked to the ispell process - fixes bug in LaTeX parsing.
3081 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
3082 (ispell-skip-region): No longer skips <TT> in SGML.
3083 (ispell-process-line): Tracks location information with spelling
3084 corrections. Added documentation string. Accounts for words
3085 already accepted on this line. Don't allow query-replace on line
3086 starting with math characters. Doesn't resend a line already sent
3087 to ispell process. Fixes alignment error bug.
3088
3089 2000-01-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3090
3091 * dired-x.el (dired-guess-shell-alist-default):
3092 Suggest xloadimage, which is free, not xv, which isn't.
3093
3094 * ange-ftp.el (ange-ftp-file-name-nondirectory):
3095 Don't ever include the host name or user name in the value.
3096
3097 2000-01-09 Gerd Moellmann <gerd@gnu.org>
3098
3099 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
3100 of a real newline.
3101
3102 2000-01-09 Stephen Eglen <stephen@gnu.org>
3103
3104 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
3105 for .png files.
3106
3107 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
3108
3109 * cus-edit.el (custom-hook-convert-widget): Fix comment.
3110
3111 2000-01-09 Gerd Moellmann <gerd@gnu.org>
3112
3113 * progmodes/cperl-mode.el: Replace ^F with ^L.
3114
3115 * sendmail.el (toplevel): Provide `sendmail' when compiling
3116 before `require'ing rmail and mailalias to prevent infinite
3117 recursion.
3118
3119 2000-01-08 Dave Love <fx@gnu.org>
3120
3121 * emacs-lisp/backquote.el: Remove inappropriate customization
3122 (allowing custom.el to use backquote).
3123
3124 2000-01-07 Dave Love <fx@gnu.org>
3125
3126 * add-log.el (add-log-debugging): Deleted.
3127 (add-change-log-entry): Treat a backup FILE-NAME as its parent
3128 file. Remove debugging code.
3129 (change-log-get-method-definition, change-log-name): Add doc.
3130 (change-log-sortable-date-at): New function.
3131 (change-log-merge): New command.
3132
3133 * time.el (display-time-string-forms): Make the Mail string active.
3134 (display-time-update): Provide help-echo for load average.
3135
3136 * bindings.el (make-mode-line-mouse2-map): New function.
3137 (mode-line-modified): Use it and simplify.
3138 (mode-line-mule-info): Provide help-echo info.
3139 (minor-mode-alist): Activate the strings.
3140 (make-mode-line-mouse-sensitive): Simplify for
3141 mode-line-buffer-identification.
3142
3143 2000-01-07 Gerd Moellmann <gerd@gnu.org>
3144
3145 * play/pong.el: New file.
3146
3147 2000-01-06 Dave Love <fx@gnu.org>
3148
3149 * array.el: Assorted cleanups for compiler warnings, doc strings,
3150 `array-' prefix for symbols.
3151
3152 2000-01-05 Dave Love <fx@gnu.org>
3153
3154 * textmodes/outline.el (outline-mode-menu-bar-map): Add
3155 outline-headers-as-kill.
3156 (outline-mode): Define imenu-generic-expression.
3157 (outline-headers-as-kill): New command.
3158
3159 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
3160 from paragraph-start.
3161 (paragraph-indent-minor-mode): New command.
3162
3163 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
3164 M-C-e, M-C-h, C-j, C-xnd, TAB.
3165 (fortran-mode): Set beginning-of-defun, end-of-defun.
3166 (fortran-column-ruler): Simplify.
3167 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
3168 (fortran-with-subprogram-narrowing): Likewise.
3169 (fortran-indent-subprogram): Call mark-defun.
3170 (fortran-check-for-matching-do): Change narrowing.
3171
3172 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
3173 (cl-lucid-hash-tag): Delete.
3174 (cl-hash-table-p): Correct test for native table.
3175 (cl-hash-table-count): Use hash-table-count.
3176
3177 * browse-url.el (browse-url): Fix case of
3178 browse-url-browser-function being an alist.
3179
3180 2000-01-05 Carsten Dominik <cd@gnu.org>
3181
3182 * textmodes/reftex-vars.el (reftex-parse-file-extension)
3183 (reftex-index-phrase-file-extension): New options.
3184
3185 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
3186 Use new option `reftex-index-phrase-file-extension'.
3187
3188 * textmodes/reftex.el (reftex-access-parse-file): Use new option
3189 `reftex-parse-file-extension'.
3190
3191 2000-01-05 Dave Love <fx@gnu.org>
3192
3193 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
3194 (beginning-of-defun-raw): Use it.
3195 (end-of-defun): New variable.
3196 (end-of-defun): Use it.
3197 (check-parens): New command.
3198
3199 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3200
3201 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
3202 (hs-show-block): Don't use `mapcar' when not accumulating.
3203
3204 Fix buglet in local variables initialization.
3205
3206 2000-01-05 Andreas Schwab <schwab@suse.de>
3207
3208 * hscroll.el (hscroll): Doc fix.
3209
3210 2000-01-05 Carsten Dominik <cd@gnu.org>
3211
3212 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
3213 idlw-toolbar.
3214
3215 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
3216 file idlw-rinfo.el.
3217 (idlwave-customize): load must read file idlw-shell.el.
3218 (idlwave-create-customize-menu): load must read file idlw-shell.el.
3219
3220 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
3221
3222 * progmodes/idlw-shell.el: Also provide idlwave-shell
3223 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
3224 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
3225
3226 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
3227 both reftex-dcr and reftex-vcr.
3228
3229 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
3230
3231 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3232
3233 * ps-print.el: PostScript code now is in separate files, doc fix.
3234 (ps-print-version): New version number (5.0.3).
3235 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
3236 local.
3237 (ps-spool-config): Initialization fix.
3238 (ps-print-prologue-1, ps-print-prologue-2)
3239 (ps-print-duplex-feature): PostScript code moved to separated file.
3240 (ps-background-image): Little code reformating.
3241 (ps-begin-file, ps-begin-job): Fix code.
3242 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
3243 (ps-prologue-file): New fun.
3244
3245 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3246
3247 * ps-vars.el: Eliminated.
3248
3249 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
3250 `;;;###autoload'.
3251
3252 * ps-print.el: ps-vars eliminated, doc fix.
3253 (ps-print-version): New version number (5.0.2).
3254 (ps-spool-config): Initialization fix.
3255 (ps-print-customize): New fun.
3256
3257 2000-01-04 Gerd Moellmann <gerd@gnu.org>
3258
3259 * autorevert.el (auto-revert-mode): Return value of
3260 auto-revert-mode.
3261
3262 2000-01-04 Dave Love <fx@gnu.org>
3263
3264 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
3265 menu items.
3266
3267 2000-01-03 Dave Love <fx@gnu.org>
3268
3269 * elide-head.el (elide-head) [defgroup]: Add :version.
3270
3271 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
3272 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
3273 `cl-hash-table-p', not `hash-table-p'.
3274 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
3275
3276 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3277
3278 * faces.el (face-read-integer, read-face-attribute)
3279 (color-defined-p, color-values): unspecified-{f,b}g are now
3280 strings.
3281
3282 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
3283
3284 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
3285 at comment end, and re-insert them after filling.
3286
3287 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3288
3289 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
3290 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
3291 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
3292
3293 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3294
3295 * term/x-win.el (xw-defined-colors): Call color-supported-p,
3296 the new name of face-color-supported-p.
3297
3298 * term/w32-win.el (xw-defined-colors): Likewise.
3299
3300 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3301
3302 * simple.el (completion-setup-function): Count completion-size
3303 from minibuffer-prompt-end, not from point-min.
3304
3305 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
3306
3307 * faces.el (read-face-attribute, defined-colors, color-defined-p):
3308 Pass the frame to tty-color-* functions.
3309 (display-color-p, frame-set-background-mode): Pass the frame to
3310 tty-display-color-p.
3311
3312 * term/tty-colors.el (tty-defined-color-alist): Renamed from
3313 tty-color-alist.
3314 (tty-color-alist, tty-modify-color-alist): New functions.
3315 (tty-color-define, tty-color-clear, tty-color-approximate)
3316 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
3317 an optional parameter FRAME.
3318
3319 2000-01-01 Gerd Moellmann <gerd@gnu.org>
3320
3321 * image.el (create-image, defimage): Don't assume image data is a
3322 string.
3323
3324 * image.el (defimage): Handle specifications containing :data
3325 instead of :file.
3326 (image-type-from-data): New function.
3327 (image-type-from-file-header): Use it.
3328 (create-image): Add parameter DATA-P.
3329
3330 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3331
3332 * echistory.el (electric-command-history): Call Command-history-setup
3333 and command-history-mode using their new conventions.
3334
3335 * chistory.el (Command-history-setup): Don't switch buffers. Take
3336 no args, and do not set major-mode, mode-name or the local map.
3337 (command-history-mode): New function, does some of those things
3338 Command-history-setup used to do.
3339 (list-command-history): Call command-history-mode, not
3340 Command-history-setup.
3341 (command-history): Renamed from command-history-mode.
3342
3343 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3344
3345 * arc-mode.el (archive-mode-map): Bind q to quit-window.
3346
3347 1999-12-31 William M. Perry <wmperry@aventail.com>
3348
3349 * image.el (defimage): Images with the `:data' keyword should be
3350 considered valid as well.
3351
3352 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3353
3354 * dired.el (dired-get-filename): Don't call file-name-absolute-p
3355 with FILE if FILE is nil.
3356
3357 1999-12-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3358
3359 * simple.el (choose-completion-string): In minibuffer,
3360 do not delete the prompt string.
3361
3362 1999-12-30 Gerd Moellmann <gerd@gnu.org>
3363
3364 * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
3365 assigned to mode-line-mode-menu because bindings.el is dumped with
3366 Emacs, and thus the lists used for menu-item definition will be
3367 copied to pure space. Emacs' menu code (parse_menu_item) doesn't
3368 like pure menu item definitions.
3369
3370 * expand.el (expand-abbrev-hook): Return t if expansion was
3371 done, nil otherwise.
3372
3373 1999-12-29 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3374
3375 * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
3376 (tar-quit): Function deleted.
3377
3378 1999-12-29 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3379
3380 * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
3381 was used but not declared.
3382
3383 (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
3384 hs-find-block-beginning): Add or modify docstrings.
3385
3386 (hs-isearch-show): Rewrite.
3387
3388 1999-12-28 Gerd Moellmann <gerd@gnu.org>
3389
3390 * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
3391
3392 * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
3393 space in front of a C-style comment end.
3394
3395 1999-12-28 Eli Zaretskii <eliz@is.elta.co.il>
3396
3397 * startup.el (command-line-1): Make mode line mouse-sensitive for
3398 the MS-DOS version as well.
3399
3400 1999-12-28 Gerd Moellmann <gerd@gnu.org>
3401
3402 * bs.el: New file.
3403
3404 1999-12-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3405
3406 * textmodes/ispell.el (ispell-process-line):
3407 Add local var line-offset to adjust for the change
3408 in positions within the line, due to previous replacements.
3409
3410 1999-12-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3411
3412 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
3413 Doc fixes.
3414
3415 1999-12-27 Gerd Moellmann <gerd@gnu.org>
3416
3417 * add-log.el (change-log-version-number-regexp-list)
3418 (change-log-version-info-enabled): Change :version to 21.1.
3419 (toplevel): Require CL when compiling.
3420
3421 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
3422
3423 * add-log.el (change-log-version-number-regexp-list): Added tag
3424 :version 20.6
3425 (change-log-version-info-enabled): Added tag :version 20.6
3426
3427 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
3428
3429 * add-log.el: More general version number search with
3430 user-configurable regexp list.
3431 (change-log-version-number-regexp-list): New user variable.
3432 (change-log-find-version): Rewritten. Use user-configurable
3433 version numbering regexp list
3434 change-log-version-number-regexp-list.
3435 (change-log-find-version): Renamed to
3436 change-log-version-number-search
3437 (add-log-file-name-function): New.
3438 (change-log-search-vc-number): Added END paramaeter. Added doc
3439 string to function.
3440 (change-log-version-rcs): Renamed. Was
3441 change-log-search-vc-number.
3442
3443 1999-12-26 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3444
3445 * progmodes/compile.el (compilation-goto-locus): Delete hideshow
3446 overlays if they interfere.
3447 (compilation-find-file): Make intangible overlays tangible.
3448
3449 * progmodes/hideshow.el: Generally, synch w/ maintainer
3450 version 5.9.
3451
3452 (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
3453
3454 (hs-minor-mode-hook): Don't initialize.
3455
3456 (hs-special-modes-alist): Rewrite value and docstring.
3457
3458 (hs-minor-mode-prefix): Delete unused var.
3459
3460 (hs-block-start-mdata-select): New var, buffer local.
3461
3462 (hs-headline): New var.
3463
3464 (hs-match-data, hs-forward-sexp): New funcs.
3465
3466 (hs-hide-comment-region): New func.
3467
3468 (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
3469 hs-safety-is-job-n, hs-hide-initial-comment-block,
3470 hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
3471 hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
3472 hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
3473 hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
3474 hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
3475
3476 (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
3477 (hs-isearch-show-temporary): New funcs.
3478
3479 (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
3480
3481 (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
3482
3483 When constructing menu, use `[(shift button2)]' notation.
3484
3485 1999-12-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3486
3487 * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
3488 (jka-compr-compression-info-list): Add new elt to each vector.
3489 (jka-compr-write-region): Don't compress the data if it is
3490 already compressed.
3491
3492 * jka-compr.el (jka-compr-really-do-compress): New variable.
3493 (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
3494 if visiting.
3495 (jka-compr-write-region): Set jka-compr-really-do-compress
3496 if visiting. Test it when deciding to compress.
3497
3498 1999-12-22 Gerd Moellmann <gerd@gnu.org>
3499
3500 * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
3501 with third argument t.
3502
3503 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3504
3505 * antlr-mode.el: Version 1.2 is released.
3506 (antlr): This package has a web page.
3507
3508 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3509
3510 * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
3511 regions. Suggested by Dale Davis <Dale_Davis@securify.com>.
3512 (antlr-mode-map): New binding [C-c C-c].
3513 (antlr-mode-menu): New entries.
3514
3515 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3516
3517 * antlr-mode.el: Respect Emacs conventions.
3518 ((require 'cl)): Only use during compilation.
3519 (antlr-language-for-option): New function to avoid using `find'.
3520 (antlr-mode): Use it.
3521 (antlr-with-syntax-table): Define new instead using XEmacs' one.
3522 (antlr-imenu-create-index-function): Change accordingly.
3523 (antlr-inside-rule-p): Ditto.
3524 (antlr-end-of-rule): Ditto.
3525 (antlr-end-of-body): Ditto.
3526 (antlr-beginning-of-rule): Ditto.
3527 (antlr-indent-line): Ditto.
3528
3529 1999-11-21 Christoph Wedler <Christoph.Wedler@sap.com>
3530
3531 * antlr-mode.el: Really use `antlr-tab-offset-alist'.
3532 (antlr-set-tabs): Don't use hard-coded values.
3533
3534 * antlr-mode.el: Minor navigation changes. Not perfect, but this
3535 won't be possible without a huge time penalty.
3536 (antlr-skip-exception-part): Be more specific.
3537 (antlr-skip-file-prelude): Don't skip action prelude of next rule.
3538 Renamed from `antlr-skip-grammar-header'.
3539 (antlr-next-rule): Change accordingly.
3540 (antlr-end-of-body): Ditto. Better error message.
3541 (antlr-beginning-of-body): Better error message.
3542 (antlr-imenu-create-index-function): Skip rule action prelude.
3543
3544 * antlr-mode.el: Minor syntax highlighting changes.
3545 (antlr-font-lock-default-face): Deletia.
3546 (antlr-font-lock-tokendef-face): Changed color.
3547 (antlr-font-lock-tokenref-face): Changed color.
3548 (antlr-font-lock-literal-face): Changed color.
3549 (antlr-font-lock-additional-keywords): Minor changes.
3550
3551 1999-12-20 Carsten Dominik <cd@gnu.org>
3552
3553 * progmodes/idlwave.el: New file.
3554
3555 * progmodes/idlwave-rinfo.el: New file.
3556
3557 * progmodes/idlwave-shell.el: New file.
3558
3559 * progmodes/idlwave-toolbar.el: New file.
3560
3561 * files.el (auto-mode-alist): idlwave-mode default for .pro files.
3562
3563 1999-12-21 Gerd Moellmann <gerd@gnu.org>
3564
3565 * progmodes/cwarn.el: New file.
3566
3567 1999-12-19 Gerd Moellmann <gerd@gnu.org>
3568
3569 * bindings.el (completion-ignored-extensions): Add .pdf.
3570
3571 1999-12-19 Eli Zaretskii <eliz@is.elta.co.il>
3572
3573 * version.el: Put the version info into binary on MS-DOS as well.
3574
3575 1999-12-19 Gerd Moellmann <gerd@gnu.org>
3576
3577 * emacs-lisp/debug.el (debugger-continue): Don't continue if
3578 debugger-may-continue is nil.
3579
3580 1999-12-18 Dave Love <fx@gnu.org>
3581
3582 * emacs-lisp/cl-macs.el: Remove conditional definition of
3583 eval-when-compile. Don't specify abs, expt, gethash,
3584 hash-table-count, hash-table-p as side-effect-free here.
3585 (cl-emacs-type): Don't declare.
3586 (cl-compile-time-init): Remove Emacs 18 compiler patch.
3587 (cl-parse-loop-clause): Remove compatibility code.
3588
3589 * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
3590 (side-effect-free-fns): Add gethash, hash-table-count.
3591 (side-effect-and-error-free-fns): Add hash-table-p.
3592
3593 * emacs-lisp/cl.el: Remove Emacs 18 compatibility code. Prepend
3594 `cl-' to autoload names for some hash functions. Don't autoload
3595 eval-when-compile. Don't provide mini-cl.
3596 (cl-emacs-type): Remove.
3597 (cl-map-extents): Remove compatibility code.
3598
3599 * emacs-lisp/float.el: Bind free variables.
3600
3601 * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
3602
3603 1999-12-16 Gerd Moellmann <gerd@gnu.org>
3604
3605 * bindings.el (completion-ignored-extensions): Add .tfm.
3606
3607 1999-12-16 Dave Love <fx@gnu.org>
3608
3609 * faces.el (set-face-attribute): Purecopy the attributes set.
3610
3611 * custom.el (custom-declare-variable): Purecopy value.
3612
3613 * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
3614 (byte-extrude-byte-code-vectors): Use remprop.
3615 (byte-compile-lambda): Check that arg is a lambda.
3616
3617 1999-11-16 Anders Lindgren <AndersL@andersl.com>
3618
3619 * font-lock.el: System for adding and removing keywords.
3620 Both local (previously added keyword) and global keywords
3621 can be removed.
3622 (font-lock-remove-keywords): New user-level function.
3623 (font-lock-update-removed-keyword-alist): New internal function.
3624 (font-lock-removed-keywords-alist): New variable.
3625 (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
3626 Empty `font-lock-keywords-alist' when `append' is `set' to avoid
3627 growing datastructures.
3628 (font-lock-set-defaults): Removes keywords stored in
3629 `font-lock-removed-keywords-alist' after local keywords added.
3630
3631 1999-12-16 Anders Lindgren <andersl@andersl.com>
3632
3633 * font-lock.el (c-keywords, c++-keywords): Better "case" support for
3634 complex constant expressions, e.g. "case 1<<A_BIT_NO:".
3635
3636 * font-lock.el (c-keywords): Only highlight preprocessor
3637 directives when spelled correctly.
3638
3639 * font-lock.el (font-lock-match-c++-structor-declaration,
3640 c++-keywords): Fontify constructors and destructors with function
3641 face inside C++ class declarations.
3642
3643 1999-12-16 Gerd Moellmann <gerd@gnu.org>
3644
3645 * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
3646 the shell from sh-shell-file.
3647
3648 * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
3649
3650 1999-12-16 Eli Zaretskii <eliz@is.elta.co.il>
3651
3652 * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
3653 if one of the files specified cannot be accessed by
3654 file-attributes. Do not strip any leading directories from the
3655 file names, to behave more like `ls' does.
3656
3657 * dired.el (dired-get-filename): Handle absolute file names.
3658 (dired-readin-insert): If argument is a cons, don't print
3659 "wildcard" on the ``total'' line.
3660
3661 1999-12-15 Eli Zaretskii <eliz@is.elta.co.il>
3662
3663 * faces.el (face-read-integer, read-face-attribute)
3664 (color-defined-p, color-values): Allow color values unspecified-fg
3665 and unspecified-bg, handle them as unspecified.
3666
3667 1999-12-15 Carsten Dominik <dominik@astro.uva.nl>
3668
3669 * textmodes/reftex.el: (reftex-compile-variables): respect new
3670 structure of `reftex-index-macro'
3671 (reftex-compile-variables): Use the changed structure of
3672 `reftex-label-alist'.
3673
3674 * textmodes/reftex-vars.el (reftex-index-math-format,
3675 (reftex-toc-max-level): New option.
3676 reftex-index-phrases-search-whole-words,
3677 reftex-index-phrases-case-fold-search,
3678 reftex-index-phrases-skip-indexed-matches,
3679 reftex-index-phrases-wrap-long-lines,
3680 reftex-index-phrases-sort-prefers-entry,
3681 reftex-index-phrases-sort-in-blocks): New options.
3682 (reftex-index-macros): Option structure changed.
3683 (reftex-index-macros-builtin): Added `repeat' item to each entry.
3684 (reftex-label-alist): Additional item in each entry to specify if
3685 the environment should be listed in the TOC.
3686 (eval-when-compile (require 'cl)) added.
3687
3688 * textmodes/reftex-index.el (reftex-index-selection-or-word): No
3689 longer deals with "repeat".
3690 (reftex-index): "repeat property in `reftex-index-macro-alist' is
3691 now used.
3692 (reftex-index-phrases-comment-regexp,
3693 reftex-index-phrases-macrodef-regexp,
3694 reftex-index-phrases-phrase-regexp1,
3695 reftex-index-phrases-phrase-regexp2,
3696 reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
3697 New constants.
3698 (reftex-index-phrases-macro-data, reftex-index-phrases-files,
3699 reftex-index-phrases-font-lock-keywords,
3700 reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
3701 reftex-index-phrases-restrict-file): New variables.
3702 (reftex-index-phrase-selection-or-word,
3703 reftex-index-visit-phrases-buffer,
3704 reftex-index-initialize-phrases-buffer,
3705 reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
3706 reftex-index-next-phrase, reftex-index-this-phrase,
3707 reftex-index-all-phrases, reftex-index-region-phrases,
3708 reftex-index-phrases-parse-header,
3709 reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
3710 reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
3711 reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
3712 reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
3713 reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
3714 reftex-index-make-replace-string,
3715 reftex-query-index-phrase-globally, reftex-query-index-phrase,
3716 reftex-index-phrase-match-is-indexed,
3717 reftex-index-phrases-fixup-line,
3718 reftex-index-phrases-replace-space,
3719 reftex-index-select-phrases-macro): New functions.
3720 (reftex-index-globalize, reftex-index-globally): functions removed
3721 (eval-when-compile (require 'cl)) added.
3722
3723 * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
3724 for max level.
3725 (reftex-toc-max-level-indicator): New variable.
3726 (reftex-toc-max-level): New command.
3727 (reftex-toc-map): New keybinding `t'.
3728 (reftex-toc-help): Constant updated.
3729 (eval-when-compile (require 'cl)) added.
3730
3731 * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
3732 `t' command key can change `reftex-toc-max-level'
3733 (eval-when-compile (require 'cl)) added.
3734
3735 * textmode/reftex-sel (reftex-insert-docstruct): Respect
3736 `reftex-toc-max-level'
3737 (eval-when-compile (require 'cl)) added.
3738
3739 * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
3740 added.
3741
3742 * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
3743 added.
3744
3745 * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
3746 commands.
3747 (reftex-citation, reftex-do-citation,
3748 reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
3749 preselect a citation format.
3750 (eval-when-compile (require 'cl)) added.
3751
3752 * textmodes/reftex-parse.el (reftex-context-substring): Optional
3753 parameter to-end
3754 (reftex-section-info): Deal with environment matches.
3755 (eval-when-compile (require 'cl)) added.
3756
3757 * reftex-global.el (eval-when-compile (require 'cl)) added.
3758
3759 1999-12-15 Kenichi Handa <handa@etl.go.jp>
3760
3761 The following changes are for the new composition mechanism. We
3762 have deleted `composition' charset and composite characters,
3763 instead introduced a special text property `composition'.
3764
3765 * composite.el: New file.
3766
3767 * ps-mule.el: Define encode-composition-rule and find-composition
3768 for Emacs 20.4 and the earlier versions.
3769 (ps-mule-init-external-library): Just require a feature for
3770 external libraries.
3771 (ps-mule-prologue): Postscript code modified for new composition.
3772 (ps-mule-find-wrappoint): New arg COMPOSITION.
3773 (ps-mule-plot-string): Delete code for composite characaters.
3774 (ps-mule-plot-composition): New funcion.
3775 (ps-mule-prepare-font-for-components): New function.
3776 (ps-mule-plot-components): New function.
3777 (ps-mule-composition-prologue-generated): Renamed from
3778 ps-mule-cmpchar-prologue-generated.
3779 (ps-mule-composition-prologue): New named from
3780 ps-mule-cmpchar-prologue. Modified for new composition.
3781 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
3782 ps-mule-prepare-cmpchar-font): Deleted.
3783 (ps-mule-string-encoding): New arg NO-SETFONT.
3784 (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
3785 check Composing, not Cmpchar
3786 (ps-mule-initialize): Set ps-mule-composition-prologue-generated
3787 to nil.
3788 (ps-mule-begin-job): Check existence of new composition.
3789
3790 * ps-print.el (ps-plot-region): Handle new composition.
3791
3792 * simple.el (what-cursor-position): Show "(composed)" if the
3793 character is composed.
3794
3795 * international/characters.el: Fix cateogries of Lao symbols.
3796
3797 * international/fontset.el (vertical-centering-font-regexp): New
3798 variable.
3799
3800 * international/mule.el (mule-version): Updated to 5.0 (AOI).
3801 (mule-version-date): Updated to 1999.12.7.
3802 (with-category-table): New macro.
3803
3804 * international/mule-cmds.el (encode-coding-char): Don't check
3805 composite character.
3806
3807 * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
3808 iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
3809 x-ctext): Give `composition' property t.
3810
3811 * international/mule-util.el (set-nested-alist): Set BRANCHES (if
3812 non-nil) at the tail of ALIST.
3813 (compose-region, decompose-region, decompse-string,
3814 reference-point-alist, compose-chars): Moved to composite.el.
3815 (compose-chars-component, compose-chars-rule,
3816 decompose-composite-char): Deleted.
3817
3818 * international/quail.el (quail-install-map): New optional arg
3819 NAME.
3820 (quail-get-translation): If DEF is a symbol but not a function,
3821 ignore it.
3822 (quail-start-translation): Put a key sequence undefined in the
3823 translation keymap in unread-command-events, not generated-events.
3824 Return parameterized event (compose-last-chars N) if the input
3825 characters should be composed.
3826 (quail-map-definition): If DEF is t, treat it as nil.
3827 (quail-delete-last-char): Delete the quail region.
3828 (quail-show-translations): Don't show list of translations if the
3829 quail package is deterministic.
3830 (quail-completion-max-depth): New variable.
3831 (quail-completion-1): Pay attention to the above variable. Fix
3832 for the case that a translation is a function.
3833 (quail-map-from-table, quail-map-from-table-1,
3834 quail-map-from-table-2): New functions.
3835 (quail-lookup-map-and-concat): New function
3836
3837 * language/devan-util.el: Mostly rewritten.
3838
3839 * language/lao.el: Register lao-composition-function in
3840 composition-function-table.
3841
3842 * language/lao-util.el: Mostly rewritten.
3843
3844 * language/thai.el: Register thai-composition-function in
3845 composition-function-table.
3846 (thai-tis620): Delete `pre-write-conversion' property.
3847
3848 * language/thai-util.el: (thai-category-table): Make it by
3849 make-category-table.
3850 (thai-composition-pattern): New variable.
3851 (thai-compose-region, thai-compose-string): Use
3852 with-category-table.
3853 (thai-post-read-conversion): Just call thai-compose-region.
3854 (thai-pre-write-conversion): Deleted.
3855 (thai-composition-function): New funciton.
3856
3857 * language/tibet-util.el: Most functions rewritten.
3858 (tibetan-char-p): Renamed from tibetan-char-examin.
3859 (tibetan-composable-examin) (tibetan-complete-char-examin)
3860 (tibetan-vertical-stacking) (tibetan-composition): Deleted.
3861 (tibetan-add-components): New function.
3862 (tibetan-composition-function): New function.
3863
3864 * language/tibetan.el: Register tibetan-composition-function in
3865 composition-function-table.
3866 (tibetan-composable-pattern): New variable.
3867 (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
3868 (tibetan-precomposition-rule-alist): Move punctuations to
3869 tibetan-punctuation-transcription-alist and
3870 tibetan-obsolete-glyphs.
3871 (tibetan-punctuation-transcription-alist): New variable.
3872 (tibetan-obsolete-glyphs): New variable.
3873 (tibetan-regexp): Improve the initialization code.
3874
3875 * textmodes/fill.el (fill-find-break-point): Delete codes for
3876 composite characters.
3877 (fill-region-as-paragraph): Likewise.
3878
3879 1999-12-14 Gerd Moellmann <gerd@gnu.org>
3880
3881 * international/mule-cmds.el (default-input-method): Specify
3882 that it should be set after current-language-environment.
3883
3884 * custom.el (custom-handle-keyword): Add :set-after.
3885 (custom-add-dependencies): New function.
3886 (custom-set-variables): Take dependencies between args into
3887 account.
3888
3889 * battery.el (battery): Doc fix.
3890
3891 1999-12-12 Gerd Moellmann <gerd@gnu.org>
3892
3893 * progmodes/cc-make.el: Removed.
3894
3895 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3896
3897 * Release of cc-mode 5.26
3898
3899 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3900
3901 * cc-cmds.el (c-forward-conditional): Handle an arbitrary
3902 target depth. Optionally count #else lines as clause limits,
3903 as suggested by don provan <provan@lucent.com>. #elif
3904 handling fixed.
3905
3906 * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
3907 (c-down-conditional-with-else): New commands that uses the
3908 added functionality in `c-forward-conditional'.
3909
3910 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3911
3912 * cc-align.el (c-lineup-comment): Preserve the alignment with
3913 a comment on the previous line instead of preserving the
3914 comment-column.
3915
3916 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3917
3918 * Fixes to IDL mode after input from Eric Eide
3919 <eeide@cs.utah.edu>:
3920 * cc-engine.el (c-beginning-of-statement-1): Allow
3921 `c-conditional-key' to be nil, for the benefit of IDL mode.
3922 * cc-engine.el (c-guess-basic-syntax): Ditto.
3923 cc-langs.el (C-IDL-class-key): Fixed. Don't match `class'
3924 but do match CORBA 2.3 `valuetype'.
3925 * cc-langs.el (c-IDL-access-key): New defconst. Should be nil
3926 for IDL.
3927 * cc-langs.el (c-IDL-conditional-key): New defconst. Should
3928 be nil for IDL.
3929 * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
3930 Like C++.
3931 * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts. Also,
3932 set `c-method-key' and `c-baseclass-key' to nil.
3933
3934 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3935
3936 * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
3937 with nonhanging open braces.
3938
3939 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3940
3941 * cc-align.el: Added docstrings to all lineup functions.
3942
3943 * cc-align.el (c-lineup-java-throws): Handle a hanging throws
3944 keyword.
3945
3946 * cc-align.el (c-lineup-C-comments): Handle free form text
3947 comments. Use c-comment-prefix-regexp and comment-start-skip
3948 instead of hardcoded regexps.
3949
3950 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3951
3952 * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
3953 behavior and return value as documented.
3954
3955 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3956
3957 * Changes for new style variable init system:
3958 * cc-langs.el (c-common-init): Dito.
3959 * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
3960 now customizable.
3961 * cc-vars.el: Style variables may now take a value
3962 'set-from-style to make them take their value from the style
3963 system. This value is now the default on all these variables.
3964 * cc-vars.el (c-valid-offset): New function to verify a
3965 syntactic symbol offset setting.
3966 * cc-vars.el (c-offsets-alist): Variable moved from
3967 cc-styles.el since it's now customizable in a similar way to
3968 the other style variables.
3969 * cc-vars.el (c-old-style-variable-behavior): New variable to
3970 revert to the old style init behavior.
3971
3972 * cc-vars.el (c-file-style, c-file-offsets): Made always
3973 buffer local.
3974
3975 * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
3976 the throws clause that might follow the function prototype in
3977 C++.
3978
3979 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3980
3981 * cc-defs.el (c-beginning-of-macro): Fixed bug where point
3982 could move forward for macros that doesn't start in column 0.
3983
3984 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3985
3986 * cc-align.el (c-indent-multi-line-block,
3987 c-lineup-whitesmith-in-block): Two new lineup functions for
3988 use in whitesmith style.
3989
3990 * cc-styles.el (c-style-alist): More fixes to whitesmith
3991 style. It should now handle all different braces uniformly in
3992 both hanging and non-hanging cases.
3993
3994 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3995
3996 * cc-cmds.el (c-indent-exp): Use a marker to save point to
3997 make it stay in the same position relative to the surrounding
3998 text.
3999
4000 * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
4001 when adaptive-fill-mode doesn't manage to get it correct.
4002
4003 * cc-menus.el (cc-imenu-java-generic-expression): Handle types
4004 with dotted notation, e.g. foo.bar.Gnu.
4005
4006 * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
4007 within unwind-protect (previously only some were wrapped so it
4008 would be possible to register mode initialization when full
4009 initialization did not finish).
4010
4011 * cc-styles.el (c-style-alist): Corrected the brace placement
4012 in the whitesmith style. Thanks to Sean Luke
4013 <seanl@cs.umd.edu>. Also extended the bsd and whitesmith
4014 styles with consistent brace placement for all constructs.
4015
4016 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4017
4018 * cc-cmds.el (c-context-line-break): Continue C++ comments too
4019 when point is in the middle of them.
4020
4021 * cc-cmds.el: Line breaking and paragraph filling code
4022 rewritten:
4023 (c-guess-fill-prefix): New function that uses various
4024 heuristics to guess the comment prefix.
4025 (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
4026 It now assumes adaptive filling is active to preserve the line
4027 prefix inside comments.
4028 (c-indent-new-comment-line): Replacement for the now
4029 obsolete `c-comment-line-break-function' that uses
4030 `c-guess-fill-prefix' when appropriate. It now observes the
4031 setting of `comment-multi-line', which has effect in C-style
4032 block comments.
4033
4034 * cc-cmds.el (c-context-line-break): New function intended to
4035 be put on RET. It's essentially `newline-and-indent', but
4036 continues C block comments with the appropriate line prefix.
4037
4038 * cc-cmds.el (c-do-auto-fill): New function put on
4039 `normal-auto-fill-function' to implement the
4040 `c-ignore-auto-fill' variable.
4041
4042 * cc-cmds.el (c-beginning-of-statement): Use
4043 `c-comment-prefix-regexp' to avoid ending up inside the
4044 comment prefix. Better handling of comment starters and
4045 enders. Catch comments better when traversing code. Stop at
4046 preprocessor directives.
4047
4048 * cc-defs.el (c-forward-comment): New subst to hide platform
4049 dependent quirks in `forward-comment'.
4050
4051 * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
4052 argument.
4053 (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
4054 arguments. Activate this function by default when
4055 `parse-partial-sexp' supports it (currently Emacs 20.x).
4056
4057 * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
4058 on the comment opener to make constants usable as lineup
4059 arguments.
4060
4061 * cc-align.el (c-lineup-C-comments): Fixes to handle the
4062 changed anchor position in the `c' syntactic symbol. Handle
4063 more than stars in the comment prefix; use the new variable
4064 `c-comment-prefix-regexp'. Don't indent text not preceded by
4065 a comment prefix to the right of the comment opener if it's
4066 long.
4067
4068 * cc-langs.el: Fixes to mode initialization for new line
4069 breaking and paragraph filling method. Adaptive fill mode is
4070 now activated at startup instead of deactivated. The
4071 variables used for adaptive filling and paragraph movement are
4072 also changed to incorporate the value of
4073 `c-comment-prefix-regexp'. `substitute-key-definition' is
4074 used to override some functions in the global map instead of
4075 overriding their default bindings.
4076
4077 * cc-mode.el (java-mode): Modify `paragraph-start' for the
4078 javadoc markup at mode init.
4079
4080 * cc-mode.el (c-setup-filladapt): A new convenience function
4081 to configure Kyle E. Jones' Filladapt mode for CC Mode. This
4082 function is intended to be used explicitly by the end user
4083 only.
4084
4085 * cc-vars.el (c-comment-prefix-regexp): New variable used to
4086 recognize the comment fill prefix inside comments.
4087 (c-block-comment-prefix): New name for
4088 `c-comment-contiuation-stars', which is now obsolete. It's
4089 generalized to handle any character sequence.
4090 (c-ignore-auto-fill): New variable used to selectively disable
4091 Auto Fill mode in specific contexts.
4092
4093 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4094
4095 * cc-cmds.el (c-comment-indent): Leave at least one space
4096 between the comment and the last nonblank character in the
4097 case where we look at the indentation of the comment on the
4098 previous line (case 4).
4099
4100 * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
4101 list of characters that may start a statement (it's a sort of
4102 prefix operator in Pike, and isn't used at all in any of the
4103 other languages).
4104
4105 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4106
4107 * cc-engine.el (c-guess-basic-syntax): Report brace list opens
4108 inside continued statements as statement-cont instead of
4109 brace-list-open. The reason is that one normally adjusts
4110 brace-list-open for brace lists as top-level constructs, and
4111 brace lists inside statements is a completely different
4112 context. Case 10B.2 changed. Also changed (the somewhat
4113 esoteric) case 9A to cope with this.
4114
4115 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4116
4117 * cc-cmds.el (c-electric-brace): Added electric handling of
4118 the open brace for brace-elseif-brace.
4119
4120 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4121
4122 * cc-defs.el (c-with-syntax-table): New macro to easily switch
4123 syntax tables temporarily.
4124
4125 * cc-engine.el (c-guess-basic-syntax): Handle template and
4126 member init argument lists split over several lines. Case 5D
4127 changed.
4128
4129 * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
4130 @throws introduced in Javadoc 1.2.
4131
4132 * cc-menus.el (cc-imenu-java-generic-expression): Applied
4133 patch from RMS to avoid infinite backtracking.
4134
4135 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4136
4137 * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
4138 by [ ].
4139
4140 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4141
4142 * cc-align.el (c-lineup-dont-change): Compensate properly for
4143 the column in langelem.
4144
4145 * cc-engine.el (c-syntactic-information-on-region): New
4146 function to help debugging the syntactic analysis.
4147
4148 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4149
4150 * cc-align.el (c-lineup-template-args): Handle nested template
4151 arglists.
4152
4153 * cc-langs.el (c++-template-syntax-table): New syntax table
4154 that makes `<' and `>' parenthesis characters, which is useful
4155 to switch to temporarily when analyzing template arglists.
4156
4157 * cc-styles.el: Changed default alignment of labels in the
4158 java style to conform to the examples in the Java Language
4159 Specification.
4160
4161 * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
4162 by default.
4163
4164 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4165
4166 * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
4167 immediately before the closing paren in an arglist, so don't
4168 check that in Pike mode. Case 7A changed.
4169
4170 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4171
4172 * cc-cmds.el (c-indent-region): Fixed bug where comment-only
4173 lines were ignored under certain conditions.
4174
4175 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4176
4177 * cc-align.el (c-lineup-template-args): New function for
4178 aligning continued template argument lists.
4179
4180 * cc-engine.el (c-guess-basic-syntax): Fix for member init
4181 lists containing function arglists split over several lines.
4182 Case 5D.1 changed.
4183
4184 * cc-engine.el (c-guess-basic-syntax): Fixed bug where
4185 template-args-cont didn't get recognized when the first
4186 arglist opener line doesn't contain a template argument. New
4187 case 5K.
4188
4189 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4190
4191 * cc-defs.el (c-point): Changed from subst to macro for
4192 efficiency.
4193 (c-beginning-of-defun-1, c-end-of-defun-1): New
4194 beginning-of-defun/end-of-defun wrappers separated from
4195 c-point.
4196
4197 * cc-menus.el (imenu-generic-expression,
4198 imenu-case-fold-search, imenu-progress-message): Dummy
4199 definitions to avoid compiler warnings if imenu can't be
4200 loaded.
4201 * cc-menus.el (cc-imenu-init): New function called at mode
4202 init.
4203 * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
4204 imenu initializations to cc-imenu-init.
4205
4206 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4207
4208 * cc-engine.el (c-guess-basic-syntax): Slightly better check
4209 for lambda-intro-cont in Pike mode. Case 6 changed.
4210
4211 * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
4212 anything following "new Foo()" was considered an anonymous
4213 class body in Java mode.
4214
4215 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4216
4217 * cc-cmds.el (c-comment-line-break-function): When breaking in
4218 a string, don't insert a new line.
4219
4220 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4221
4222 * cc-engine.el (c-at-toplevel-p): New interface function which
4223 returns information useful to add-on authors. It tells you
4224 whether you're at a toplevel statement or not.
4225
4226 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4227
4228 * cc-cmds.el (c-comment-line-break-function): It is possible
4229 that forward-line does not land us at the bol, say if we're on
4230 the last line in a file. In that case, do a
4231 back-to-indentation instead of a forward-comment -1.
4232
4233 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4234
4235 * cc-engine.el (c-beginning-of-statement-1): Don't catch
4236 "default:" as normal label in case 4.
4237
4238 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4239
4240 * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
4241 recognize continued bitfield declarations. Case 5D.1 changed.
4242 * cc-langs.el: New variable c-bitfield-key.
4243 * cc-mode.el: New variable c-bitfield-key.
4244
4245 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4246
4247 * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
4248 anonymous array expressions (i.e. "new Foo[] {.. bracelist
4249 ..}").
4250
4251 1999-12-12 Dave Love <fx@gnu.org>
4252
4253 * mail/footnote.el: Require cl when compiling. Don't autoload
4254 keymap and minor-mode-alist stuff. Don't set zmacs-region-stays.
4255 (footnote-insert-text-marker, Footnote-insert-pointer-marker):
4256 Avoid `acons'.
4257 (footnote-mode-line-string, Footnote-add-footnote): Remove
4258 autoload cookie.
4259
4260 1999-12-12 Richard Sharman <rsharman@pobox.com>
4261
4262 * sh-script.el: Fix for when font-lock mode is active.
4263 (sh-font-lock-unfontify-region-function): New function.
4264
4265 1999-12-12 Eli Zaretskii <eliz@is.elta.co.il>
4266
4267 * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
4268 if start-process is not bound, since Ispell now supports such
4269 platforms as well.
4270
4271 1999-12-12 Gerd Moellmann <gerd@gnu.org>
4272
4273 * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
4274 rmail-summary-goto-msg.
4275
4276 * files.el (after-find-file): Fix previous change.
4277
4278 1999-12-11 Dave Love <fx@gnu.org>
4279
4280 * help.el (where-is): Use `commandp' as predicate for
4281 `completing-read'
4282
4283 1999-12-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4284
4285 * cus-edit.el (custom-save-delete): Delete all occurrences,
4286 leave point where the first occurrence was.
4287 (custom-save-faces): Insert a newline at the end of the comment.
4288 Avoid a double newline there.
4289 If final closeparen is at bol, put a space before it.
4290 (custom-save-variables): Likewise.
4291 (custom-file): Doc fix.
4292
4293 1999-12-10 Gerd Moellmann <gerd@gnu.org>
4294
4295 * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
4296 regexp matching image and audio files.
4297
4298 1999-12-09 Dave Love <fx@gnu.org>
4299
4300 * mail/footnote.el: New file.
4301
4302 1999-12-09 Gerd Moellmann <gerd@gnu.org>
4303
4304 * files.el (after-find-file): Use auto-save-visited-file-name if
4305 set.
4306
4307 * mail/feedmail.el (feedmail-find-eoh): Take
4308 feedmail-queue-alternative-mail-header-separator into account.
4309
4310 1999-12-09 Stefan Monnier <monnier@cs.yale.edu>
4311
4312 * smerge-mode.el: New file.
4313
4314 * font-lock.el (font-lock-multiline): New variable.
4315 (font-lock-add-keywords): Rename `major-mode' into `mode'.
4316 (font-lock-remove-keywords): Added a dummy `mode' argument for
4317 potential future support.
4318 (font-lock-fontify-anchored-keywords,
4319 (font-lock-fontify-keywords-region): Only handle multiline strings
4320 if necessary (avoids a pathological behavior in (f.ex) diff-mode).
4321
4322 1999-12-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4323
4324 * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
4325
4326 * dired-aux.el (dired-insert-subdir): Add autoload cookie.
4327
4328 1999-12-07 Dave Love <fx@gnu.org>
4329
4330 * help.el (view-emacs-problems): New command, bound to C-h P.
4331
4332 * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
4333
4334 1999-12-07 Stefan Monnier <monnier@cs.yale.edu>
4335
4336 * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
4337 (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
4338 New code to support the minor mode version.
4339 (diff-recenter): New function.
4340 (diff-next-hunk, diff-next-file): Use it.
4341 (diff-remembered-files-alist): New var.
4342 (diff-merge-strings): New function.
4343 (diff-find-file-name): Make it smarter and use the user's input more.
4344 (diff-mode): Cosmetic changes.
4345
4346 * files.el (save-some-buffers): Turn EXITING into the more general
4347 PRED argument to allow specifying a subset of buffers.
4348
4349 * simple.el (kill-region): Use the new `delete-and-extract-region'
4350 rather than the undo log (which is incorrect with *-change-functions).
4351
4352 * font-lock.el (font-lock-default-fontify-region): Fix subtle
4353 off-by-one problem that could force re-fontifying the whole buffer.
4354 (font-lock-remove-keywords): New function.
4355 (font-lock-add-keywords): Use the new function to ensure idempotence.
4356
4357 1999-12-06 Michael Kifer <kifer@cs.sunysb.edu>
4358
4359 * viper-cmd.el (viper-minibuffer-standard-hook,
4360 viper-minibuffer-real-start): Mew functions.
4361 (viper-read-string-with-history,viper-file-add-suffix,
4362 viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
4363 change in the status of the minibuffer prompt.
4364
4365 1999-12-06 Gerd Moellmann <gerd@gnu.org>
4366
4367 * comint.el (comint-redirect-results-list)
4368 (comint-redirect-results-list-from-process): Remove interactive
4369 spec.
4370
4371 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4372
4373 * info.el (info-node, info-menu-5, info-xref): Define colors for
4374 Info faces if the display supports them.
4375
4376 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4377
4378 Changes for automatic remapping of X colors on terminal frames:
4379
4380 * term/pc-win.el (msdos-setup-initial-frame): New function, run by
4381 term-setup-hook. Call msdos-remember-default-colors and
4382 msdos-handle-reverse-video.
4383 (msdos-face-setup): Parts of code moved to
4384 msdos-setup-initial-frame.
4385 (msdos-handle-reverse-video): New function, modeled after
4386 x-handle-reverse-video.
4387 (make-msdos-frame): Don't use initial-frame-alist and
4388 default-frame-alist. Call msdos-handle-reverse-video.
4389 (msdos-color-aliases): Remove.
4390 (msdos-color-translate, msdos-approximate-color): Remove.
4391 (msdos-color-values): Use 16-bit RGB values. RGB values updated
4392 for better approximation of X colors.
4393 (msdos-face-setup): Call tty-color-clear. Remove code that sets
4394 up tty-color-alist (it is now on startup.el).
4395 (x-display-color-p, x-color-defined-p, x-color-values,
4396 x-defined-colors, face-color-supported-p, face-color-gray-p):
4397 Remove.
4398
4399 * facemenu.el (facemenu-read-color, list-colors-display): Use
4400 defined-colors for all frame types.
4401 (facemenu-color-equal): Use color-values for all frame types.
4402
4403 * faces.el (read-face-attribute): For :foreground and :background
4404 attributes and frames on character terminals, translate the color
4405 to the closest supported one before looking it up in the list of
4406 valid values.
4407 (face-valid-attribute-values): Call defined-colors for all types
4408 of frames.
4409 (defined-colors, color-defined-p, color-values, display-color-p):
4410 New finctions.
4411 (x-defined-colors, x-color-defined-p, x-color-values,
4412 x-display-color-p): Aliases for the above.
4413
4414 * startup.el (command-line): Register terminal colors for frame
4415 types other than x and w32, but only if the terminal supports
4416 colors. Call tty-color-define instead of face-register-tty-color.
4417
4418 * term/x-win.el (xw-defined-colors): Renamed from
4419 x-defined-colors.
4420 * term/w32-win.el (xw-defined-colors): Likewise.
4421
4422 * term/tty-colors.el: New file.
4423 * loadup.el: Load term/tty-colors.
4424
4425 1999-12-06 Dave Love <fx@gnu.org>
4426
4427 * ffap.el: Autoload the ffap alias directly.
4428
4429 1999-12-06 Inge Frick <inge@nada.kth.se>
4430
4431 * dired-aux.el (dired-do-shell-command): Changed documentation.
4432 (dired-shell-stuff-it): A `?' in COMMAND has now the same
4433 meaning as `*'.
4434
4435 1999-12-06 Gerd Moellmann <gerd@gnu.org>
4436
4437 * simple.el (insert-buffer): Doc fix.
4438
4439 * apropos.el (apropos-mode): Add autoload cookie.
4440
4441 1999-12-06 Sam Steingold <sds@goems.com>
4442
4443 * progmodes/etags.el (etags-tags-completion-table): Modified the
4444 regexp to allow for the CL symbols starting with `+*'.
4445 (tags-completion-table): Doc fix (it's an obarray, not an alist).
4446 (tags-completion-table, tags-recognize-empty-tags-table): Remove
4447 `function' quoting lambda.
4448 (tags-with-face): New macro.
4449 (list-tags, tags-apropos): Use it.
4450 (tags-apropos-additional-actions): New user option.
4451 (etags-tags-apropos-additional): Use it.
4452 (tags-apropos): Call etags-tags-apropos-additional.
4453 (tags-apropos-verbose): New user option.
4454 (etags-tags-apropos): Use it.
4455 (visit-tags-table-buffer, next-file): Use `unless'.
4456 (recognize-empty-tags-table): Renamed to
4457 tags-recognize-empty-tags-table.
4458 (complete-tag): Call tags-complete-tag bypassing try-completion.
4459
4460 1999-12-06 Kenichi Handa <handa@etl.go.jp>
4461
4462 * international/mule.el (set-buffer-file-coding-system): Docstring
4463 modified.
4464
4465 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
4466
4467 * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
4468 using the hideshow package.
4469 (hs-special-modes-alist): Added entry for bibtex to allow the use
4470 of the hideshow package.
4471 (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
4472 not longer provided by bibtex.el directly. Instead the hideshow
4473 package should be used.
4474 (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
4475 references to bibtex-hide-entry-bodies.
4476
4477 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
4478
4479 * textmodes/bibtex.el: Copyright notice is up to date. Moved
4480 maintainer information closer to the beginning of the bibtex.el
4481 file.
4482 (bibtex-maintainer-salutation): New constant.
4483 (bibtex-version): New constant.
4484 (bibtex-submit-bug-report): Use bibtex-version and
4485 bibtex-maintainer-salutation.
4486 (bibtex-entry-field-alist): Made booktitle field optional for
4487 @inproceedings entries when crossreferenced.
4488 (bibtex-entry-field-alist): Added booktitle field to proceedings
4489 entry type (for cross referencing). Thanks to Wagner Toledo Correa
4490 for the suggestion.
4491 (bibtex-string-file-path): Fixed typo.
4492
4493 1999-12-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
4494
4495 * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
4496 for reftex.el.
4497 (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
4498 to menu.
4499
4500 1999-12-04 Dave Love <fx@gnu.org>
4501
4502 * delsel.el: Revert previous change -- region is significant to
4503 skeleton.
4504
4505 1999-12-04 Michael Kifer <kifer@cs.sunysb.edu>
4506
4507 * viper-cmd.el (viper-change-state): Use
4508 viper-ESC-moves-cursor-back to decide whether to move the cursor
4509 back.
4510
4511 1999-12-03 Kenichi Handa <handa@mule.m17n.org>
4512
4513 * international/mule-util.el (truncate-string-to-width): Docsting
4514 fixed.
4515
4516 1999-12-02 Stefan Monnier <monnier@cs.yale.edu>
4517
4518 * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
4519 use of `cond'.
4520 (lm-with-file): Move all the find-file...kill-buffer stuff into
4521 this macro. Make it use `find-file-noselect' and make it kill
4522 the buffer only if it wasn't already displayed somewhere.
4523 (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
4524 (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
4525 (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
4526 (lm-commentary): Fix to handle the case when the change log is
4527 at the end of the file.
4528
4529 1999-12-02 Kenichi Handa <handa@etl.go.jp>
4530
4531 * international/mule.el (charsetp): Fix typo in docstring.
4532
4533 * international/mule-diag.el (list-coding-categories): Fix typo;
4534 automatic -> autoload.
4535
4536 1999-12-02 Gerd Moellmann <gerd@gnu.org>
4537
4538 * vc.el (vc-update-change-log): Look for rcs2log under
4539 exec-directory.
4540
4541 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
4542 outline-regexp, add outline-level.
4543 (lisp-outline-level): New.
4544
4545 * calendar/appt.el (appt-convert-time): Handle "12:MMam",
4546 remove extraneous string-match.
4547
4548 * finder.el (finder-commentary): Activate Finder mode.
4549
4550 1999-12-01 Anders Lindgren <andersl@andersl.com>
4551
4552 * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
4553 off when reverting buffers that contained mode specifiers.
4554 `revert-buffer' is now called with non-nil PRESERVE-MODES
4555 argument.
4556
4557 1999-12-01 Dave Love <fx@gnu.org>
4558
4559 * delsel.el: Grok skeleton-pair-insert-maybe.
4560
4561 1999-11-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4562
4563 * progmodes/cperl-mode.el (cperl-under-as-char):
4564 Use nil as default.
4565
4566 1999-11-30 Gerd Moellmann <gerd@gnu.org>
4567
4568 * speedbar.el (toplevel): Remove compatibility code for Emacs
4569 versions without custom.el.
4570
4571 1999-11-30 Dave Love <fx@gnu.org>
4572
4573 * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
4574
4575 * autoinsert.el: Minor doc fixes.
4576 (auto-insert): Return nil.
4577
4578 * faces.el (set-face-documentation): Purecopy STRING.
4579
4580 1999-11-29 Dave Love <fx@gnu.org>
4581
4582 * derived.el: Doc fixes, remove old backquote syntax.
4583
4584 * cus-edit.el (custom-save-variables, custom-save-faces): Write a
4585 comment warning about editing.
4586
4587 * help.el (help-mode-hook): Define.
4588
4589 1999-11-29 Gerd Moellmann <gerd@gnu.org>
4590
4591 * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
4592 invalid translation of old-style backquote syntax to new syntax.
4593
4594 1999-11-28 Eli Zaretskii <eliz@is.elta.co.il>
4595
4596 * Makefile (DONTCOMPILE): Add term/internal.el.
4597
4598 1999-11-26 Dave Love <fx@gnu.org>
4599
4600 * comint.el: Fix last change.
4601
4602 * emacs-lisp/advice.el: Fix last change.
4603
4604 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4605
4606 * cus-edit.el (Custom-reset-standard): Doc fix.
4607 (custom-variable-reset-standard): Doc fix.
4608 (custom-face-reset-standard): Doc fix.
4609 (custom-face-menu): "Reset to Standard" => "Erase Customization".
4610 (custom-variable-menu): Likewise.
4611 (custom-reset-menu): Likewise.
4612 (custom-buffer-create-internal): Likewise.
4613
4614 1999-11-26 Dave Love <fx@gnu.org>
4615
4616 * progmodes/make-mode.el (makefile-mode-hook): Customize.
4617
4618 * font-lock.el: Doc fixes.
4619
4620 * menu-bar.el (menu-bar-mode): Customize.
4621
4622 * cus-start.el: Add use-dialog-box.
4623
4624 * add-log.el (change-log-mode-hook): Customize.
4625 (add-log-current-defun): Use
4626 fortran-{beginning,end}-of-subprogram.
4627
4628 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4629
4630 * emacs-lisp/advice.el: Many doc fixes.
4631
4632 * comint.el (comint-preoutput-filter-functions): Doc fix.
4633
4634 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4635
4636 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4637 Improve messages for capitalization of arg names,
4638 for flag variables, for t and nil, for imperatives.
4639 Call them imperatives rather than infinitives sans "to".
4640 (checkdoc-common-verbs-wrong-voice): Add "moves".
4641 (checkdoc-message-text-engine): Improve messages for y-or-n-p.
4642
4643 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
4644 Don't convert comments from 3-semicolon to 2-semicolon.
4645 That is a matter of style.
4646 (checkdoc-triple-semi-comment-check-flag): Variable deleted.
4647 (checkdoc-comments): Don't bind that variable.
4648
4649 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4650
4651 * files.el (write-file-hooks): Doc fix.
4652
4653 1999-11-26 Gerd Moellmann <gerd@gnu.org>
4654
4655 * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
4656
4657 1999-11-25 Dave Love <fx@gnu.org>
4658
4659 * hippie-exp.el: Require comint when compiling.
4660 (hippie-expand): Add :links.
4661 (hippie-expand-try-functions-list): Customize.
4662
4663 1999-11-24 Michael Kifer <kifer@cs.sunysb.edu>
4664
4665 * viper*el: Replaced old-style backquotes.
4666
4667 * ediff*el: Replaced old-style backquotes.
4668
4669 * ediff-merge
4670 (ediff-looks-like-combined-merge,ediff-get-combined-region):
4671 Changed to support the new format for ediff-combination-pattern.
4672
4673 * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
4674 Changed to support the new format for ediff-combination-pattern.
4675
4676 1999-11-24 Dave Love <fx@gnu.org>
4677
4678 * custom.el (custom-declare-group): Purecopy DOC.
4679 (custom-handle-keyword): Purecopy VALUE.
4680 (custom-add-link): Purecopy WIDGET.
4681 (custom-add-version): Purecopy VERSION.
4682 (custom-add-load): Purecopy LOAD.
4683
4684 * cus-face.el (custom-declare-face): Purecopy DOC.
4685
4686 * info.el:
4687 (Info-build-node-completions, Info-search, Info-follow-reference)
4688 (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
4689 (Info-find-emacs-command-nodes): Avoid properties on matched text
4690 which may appear in minibuffer.
4691
4692 1999-11-24 Gerd Moellmann <gerd@gnu.org>
4693
4694 * locate.el (locate-with-filter): Doc fix.
4695
4696 1999-11-24 Alex Schroeder <alex@gnu.org>
4697
4698 * sql.el (sql-find-sqli-buffer): New function.
4699 (sql-set-sqli-buffer-generally): New function.
4700 (sql-set-sqli-buffer): Better checking of new-buffer.
4701 (sql-copy-column): Add comma after INTO clause, too.
4702
4703 1999-11-24 Alex Schroeder <alex@gnu.org>
4704
4705 * sql.el (sql-imenu-generic-expression): New, used to set
4706 imenu-generic-expression.
4707
4708 * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
4709 setting font-lock-defaults' SYNTAX-ALIST. Set
4710 imenu-generic-expression, imenu-case-fold-search, and
4711 imenu-syntax-alist.
4712
4713 * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
4714 and 46 when setting font-lock-defaults' SYNTAX-ALIST.
4715
4716 1999-11-23 Andrew Innes <andrewi@gnu.org>
4717
4718 * w32-win.el (w32-drag-n-drop): Load files in current window, if
4719 drop coords aren't over a specific window.
4720
4721 1999-11-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4722
4723 * ps-print.el: Define mule funs without checking if mule package is
4724 loaded.
4725 (ps-print-version): New version number (5.0.1).
4726 (ps-header-dirpart): Now uses abbreviate-file-name.
4727
4728 1999-11-23 Dave Love <fx@gnu.org>
4729
4730 * progmodes/fortran.el (fortran-comment-line-start): Renamed from
4731 comment-line-start.
4732 (fortran-comment-line-start-skip): Renamed from
4733 comment-line-start-skip.
4734 (fortran-mode-map): Use renamed functions. Add manual and custom
4735 entries to menu.
4736 (fortran-mode-hook): Customize.
4737 (fortran-comment-indent-function): Renamed from
4738 fortran-comment-hook.
4739 (delete-horizontal-regexp): Function deleted.
4740 (fortran-electric-line-number): Simplified.
4741 (fortran-beginning-of-subprogram): Renamed from
4742 beginning-of-fortran-subprogram.
4743 (fortran-end-of-subprogram): Renamed from
4744 end-of-fortran-subprogram.
4745 (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
4746 (fortran-previous-statement, fortran-next-statement): Simplified.
4747 (fortran-blink-match): New function.
4748 (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
4749 (fortran-indent-to-column): Don't use delete-horizontal-regexp.
4750 (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
4751 line-end-position.
4752 (fortran-fill): No longer interactive. Simplified.
4753 (fortran-break-line): Simplified.
4754 (fortran-analyze-file-format): Use char-after, not looking-at.
4755
4756 * emacs-lisp/find-func.el (find-function-regexp): Use
4757 `define-minor-mode' after easy-menu change.
4758
4759 1999-11-23 Gerd Moellmann <gerd@gnu.org>
4760
4761 * comint.el: Add redirection.from active comint buffers into
4762 another buffer. Written by Peter Breton.
4763
4764 1999-11-23 Stefan Monnier <monnier@cs.yale.edu>
4765
4766 * emacs-lisp/autoload.el (make-autoload): Recognize the new
4767 `define-minor-mode'.
4768 (define-minor-mode): Specify `doc-string-elt'.
4769
4770 * emacs-lisp/easy-mmode.el: Changed maintainer.
4771 (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
4772 Use defcustom for the hooks; Improve the auto-generated docstrings.
4773 (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
4774 (define-minor-mode): Add BODY arg; Only declare the keymap if
4775 provided; Improve the auto-generated docstrings.
4776
4777 1999-11-22 Gerd Moellmann <gerd@gnu.org>
4778
4779 * textmodes/text-mode.el (text-mode): Construct paragraph-start so
4780 that the leading `^' is at the start. This is necessary because
4781 paragraphs.el tries to remove anchors, but can find them only if
4782 they are the first character.
4783
4784 * progmodes/antlr-mode.el: New file.
4785
4786 * calendar/calendar.el: Fix autoload for
4787 calendar-absolute-from-astro. Add autoload for
4788 calendar-print-astro-day-number.
4789
4790 1999-11-21 Anders Lindgren <andersl@andersl.com>
4791
4792 * follow.el: Use modern backquote syntax. Minor comment update.
4793
4794 1999-11-21 Gerd Moellmann <gerd@gnu.org>
4795
4796 * simple.el (with-syntax-table): Don't switch buffers.
4797
4798 * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
4799 progmodes/hideif.el: Use new backquote syntax.
4800
4801 1999-11-21 Ken Manheimer <klm@python.org>
4802
4803 * icomplete.el (icomplete-completions): Use an explicit variable
4804 `icomplete-prospects-length', obviating the need to use an
4805 apparently faulty throw/catch arrangement.
4806
4807 1999-11-21 Eli Zaretskii <eliz@is.elta.co.il>
4808
4809 * term/internal.el (IT-display-table-setup): Don't overstep
4810 character code 255.
4811
4812 1999-11-20 Kenichi Handa <handa@mule.m17n.org>
4813
4814 * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
4815 for the charset chinese-sisheng is 7bit encoding, not 8bit.
4816
4817 1999-11-19 Stefan Monnier <monnier@cs.yale.edu>
4818
4819 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
4820 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
4821
4822 * files.el (auto-mode-alist): Add patterns for diff-mode.
4823
4824 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
4825 to detect an empty prompt.
4826
4827 1999-11-18 Dave Love <fx@gnu.org>
4828
4829 * simple.el (input-mode-8-bit): Fix the customization.
4830
4831 1999-11-18 Gerd Moellmann <gerd@gnu.org>
4832
4833 * international/iso-acc.el (iso-languages): Add more
4834 characters for Portuguese.
4835
4836 * speedbar.el: Clean up comment at the start of the file.
4837 Remove RCS id.
4838
4839 * progmodes/compile.el (compilation-parse-errors): Use
4840 compilation-buffer-p instead of testing major-mode.
4841
4842 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk>
4843
4844 * quickurl.el Added defcustom of quickurl-completion-ignore-case.
4845 (quickurl-ask): completion-ignore-case is set to the value of
4846 quickurl-completion-ignore-case for the duration of the call to
4847 completing-read.
4848
4849 1999-11-18 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4850
4851 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
4852
4853 1999-11-18 Kenichi Handa <handa@etl.go.jp>
4854
4855 * ps-vars.el: Renamed from ps-print-def.el. Provide ps-vars
4856 instead of ps-print-def.
4857
4858 * ps-print.el: Require ps-vars instead of ps-print-def.
4859
4860 * ps-mule.el: Require ps-vars instead of ps-print-def.
4861
4862 1999-11-17 Gerd Moellmann <gerd@gnu.org>
4863
4864 * simple.el (with-syntax-table): Save buffer explicitly instead of
4865 using save-excursion.
4866
4867 1999-11-16 Gerd Moellmann <gerd@gnu.org>
4868
4869 * mail/supercite.el: New maintainer.
4870
4871 1999-11-16 Reto Zimmermann <reto@synopsys.com>
4872
4873 * progmodes/vhdl-mode.el: Use new backquote syntax.
4874
4875 1999-11-16 Gerd Moellmann <gerd@gnu.org>
4876
4877 * simple.el (with-syntax-table): New.
4878
4879 1999-11-15 Sam Steingold <sds@ksp.com>
4880
4881 * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
4882
4883 1999-02-22 Sam Steingold <sds@goems.com>
4884
4885 * goto-addr.el (goto-address-at-mouse,
4886 goto-address-find-address-at-point): Use compose-mail.
4887 (goto-address-mail-method): Removed variable.
4888 (goto-address-send-using-mh-e, goto-address-send-using-mhe,
4889 goto-address-send-using-mail): Removed functions.
4890
4891 1998-11-03 Sam Steingold <sds@goems.com>
4892
4893 * simple.el (backward-delete-char-untabify):
4894 backward-delete-char-untabify-method can be `all' now - to delete
4895 hungrily including newlines.
4896
4897 1999-11-15 Sam Steingold <sds@ksp.com>
4898
4899 * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
4900
4901 1999-11-15 Dave Love <fx@gnu.org>
4902
4903 * cus-edit.el (customize-face, customize-face-other-window):
4904 Require match from completing-read.
4905 (custom-buffer-done-function): Default to custom-bury-buffer, not
4906 bury-buffer.
4907
4908 1999-11-15 Gerd Moellmann <gerd@gnu.org>
4909
4910 * mail/rmail.el, iswitchb.el, hippie-exp.el,
4911 progmodes/cperl-mode.el: Use new backquote syntax.
4912
4913 1998-09-14 Michael Ernst <mernst@alum.mit.edu>
4914
4915 * uniquify.el: Use new backquote syntax.
4916
4917 1999-11-14 Markus Rost <rost@ias.edu>
4918
4919 * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
4920 as in ispell-local-dictionary-alist.
4921
4922 1999-11-14 Alex Schroeder <alex@gnu.org>
4923
4924 * ansi-color.el (ansi-color-apply): Updated regexps to include
4925 highlighted face.
4926
4927 1999-01-14 Johan Vromans <jvromans@squirrel.nl>
4928
4929 * forms.el (forms--make-format-elt-using-text-properties):
4930 Treat `intangible' differently.
4931
4932 * forms.el: Use new backquote syntax.
4933
4934 1999-11-13 Gerd Moellmann <gerd@gnu.org>
4935
4936 * textmodes/scribe.el (scribe-mode): Doc-fix.
4937
4938 1999-11-13 Peter Breton <pbreton@ne.mediaone.net>
4939
4940 * net-utils.el (run-network-program, net-utils-run-program): Use
4941 the new backquote syntax.
4942 (smbclient-program, smbclient-program-options)
4943 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
4944 variables
4945 (smbclient, smbclient-list-shares): New functions
4946
4947 1999-11-12 Sam Steingold <sds@ksp.com>
4948
4949 * emulation/viper-init.el (viper-deflocalvar, viper-loop)
4950 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
4951 (viper-kbd-buf-definition, viper-kbd-mode-alist)
4952 (viper-kbd-mode-pair, viper-kbd-mode-definition)
4953 (viper-kbd-global-pair, viper-kbd-global-definition):
4954 Use the new backquote syntax.
4955
4956 * emulation/viper-cmd.el (viper-test-com-defun)
4957 (viper-prefix-arg-value, viper-prefix-arg-com):
4958 Use the new backquote syntax.
4959
4960 * emacs-lisp/debug.el (debugger-env-macro):
4961 Use the new backquote syntax.
4962
4963 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
4964 Use the new backquote syntax.
4965
4966 * calendar/calendar.el (calendar-remove-frame-by-deleting):
4967 New user variable.
4968 (calendar-hide-window): Use it.
4969 (increment-calendar-month, calendar-for-loop, calendar-sum):
4970 Use the new backquote syntax.
4971
4972 1999-11-12 Andrew Innes <andrewi@gnu.org>
4973
4974 * select.el (x-set-selection): Call buffer-substring, not
4975 substring. Also fix docstring
4976
4977 1999-11-12 Peter Kleiweg <kleiweg@let.rug.nl>
4978
4979 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
4980 of customizable variables to bug report message. Added
4981 system-type to package name in bug report.
4982
4983 1999-11-12 Gerd Moellmann <gerd@gnu.org>
4984
4985 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
4986 to display file names.
4987
4988 1999-11-11 Gerd Moellmann <gerd@gnu.org>
4989
4990 * mwheel.el: Fix copyright notice, don't require 'cl at run time.
4991
4992 * isearch.el: Add lazy-highlighting feature.
4993
4994 1999-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
4995
4996 * progmodes/ps-mode.el (ps-mode-maintainer-address): New
4997 constant.
4998 (ps-mode-submit-bug-report): New function. Entry added to menu.
4999
5000 1999-11-10 William M. Perry <wmperry@aventail.com>
5001
5002 * mwheel.el: New file to support the new style wheeled mice.
5003
5004 1999-11-10 Gerd Moellmann <gerd@gnu.org>
5005
5006 * startup.el (initial-scratch-message): Add ";;" to the front of
5007 lines in the message.
5008
5009 * files.el (file-local-copy): Remove optional BUFFER argument
5010 because that's not used by anything.
5011
5012 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
5013 to-address.
5014
5015 1999-11-08 Markus Rost <rost@ias.edu>
5016
5017 * wid-edit.el (widget-button-click): Wrap with save-excursion
5018 to restore track-mouse in the correct buffer.
5019
5020 1999-11-08 Gerd Moellmann <gerd@gnu.org>
5021
5022 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
5023
5024 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl>
5025
5026 * progmodes/ps-mode.el (ps-mode-print-function): Changed default
5027 lpr-command to "lp" for some system-types. (copied from lpr.el
5028 Emacs version 20.2.1).
5029
5030 1999-11-04 Markus Rost <rost@ias.edu>
5031
5032 * simple.el (comment-region): Strip off white space at end of
5033 comment-start.
5034
5035 1999-11-04 Gerd Moellmann <gerd@gnu.org>
5036
5037 * faces.el (secondary-selection): Fix wrong color name.
5038
5039 1999-11-04 John Tobey <jtobey@epsilondev.com>
5040
5041 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
5042 the default when invoking perldb in a non-Perl buffer, and other
5043 cases involving -e or --.
5044
5045 1999-11-04 Gerd Moellmann <gerd@gnu.org>
5046
5047 * simple.el (previous-matching-history-element)
5048 (next-history-element): Use delete-field instead of erase-field.
5049
5050 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
5051 Use delete-field instead of erase-field.
5052
5053 * faces.el (secondary-selection): Change background to yellow.
5054
5055 * complete.el (PC-do-completion): Use minibuffer-prompt-end to
5056 find the start of the text. Use field-string to read the user
5057 input.
5058
5059 1999-11-03 Gerd Moellmann <gerd@gnu.org>
5060
5061 * faces.el (make-face-bold, make-face-unbold, make-face-italic)
5062 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
5063 for compatibility with old face implementation.
5064
5065 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
5066 Use erase-field instead of erase-buffer.
5067
5068 * frame.el (blink-cursor-mode, blink-cursor-end): Use
5069 internal-show-cursor with new interface.
5070 (blink-cursor-timer-function): New.
5071 (blink-cursor-start): Use blink-cursor-timer-function.
5072
5073 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5074
5075 * calendar.el (redraw-calendar): Move to nearest date before
5076 redrawing.
5077
5078 * diary-lib.el (simple-diary-display): Reset modeline even if
5079 there are no diary entries since the diary buffer may be displayed.
5080
5081 1999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5082
5083 * emacs-lisp/debug.el (debug): If noninteractive, display the
5084 backtrace using `message', then exit Emacs.
5085 (debugger-batch-max-lines): New variable.
5086 (debugger-setup-buffer): New subroutine, broken out of `debug'.
5087 Change the messages put at the start, to say that the debugger
5088 was entered.
5089
5090 1999-11-02 Sam Steingold <sds@ksp.com>
5091
5092 * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
5093
5094 1999-11-01 John Tobey <jtobey@epsilondev.com>
5095
5096 * gud.el: (gud-perldb-massage-args): Massage correctly in the
5097 presence of perl switches other than "-e".
5098
5099 1999-11-01 Markus Rost <rost@ias.edu>
5100
5101 * dired-x.el (dired-smart-shell-command): Use
5102 shell-command-history as in shell-command.
5103
5104 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5105
5106 * userlock.el (ask-user-about-lock): Doc fix.
5107
5108 * frame.el: Doc fixes.
5109
5110 1999-11-01 Gerd Moellmann <gerd@gnu.org>
5111
5112 * frame.el (blink-cursor-mode): Call internal-show-cursor instead
5113 of show-cursor.
5114 (blink-cursor-start, blink-cursor-end): Ditto.
5115
5116 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
5117
5118 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5119
5120 * window.el (walk-windows): If ALL-FRAMES is a frame,
5121 start on that frame. Use save-selected-window.
5122
5123 1999-11-01 Gerd Moellmann <gerd@gnu.org>
5124
5125 * simple.el (end-of-buffer): Use window-end to find the window end
5126 instead of vertical-motion because this handles variable-height
5127 lines correctly.
5128
5129 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu>
5130
5131 * ediff.el: Version change.
5132
5133 * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
5134 make sure you are in a good frame before deleting other
5135 windows.
5136 (ediff-file-checked-in-p): Don't consider CVS
5137 files checked in.
5138 (ediff-make-temp-file,ediff-make-empty-tmp-file): Make sure you
5139 are writing to a newly created empty file.
5140
5141 * ediff-mult.el (ediff-show-session-group-hook): New default.
5142
5143 * ediff-vers.el (ediff-pcl-cvs-view-revision):
5144 First cd to the file directory. reportedly works
5145 better with remote files.
5146
5147 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
5148 Use file-name-nondirectory when passing files to CVS.
5149
5150 * ediff-diff.el (ediff-cmp-options): New variable.
5151 (ediff-same-file-contents): Use ediff-cmp-options.
5152
5153 * ediff-ptch.el (ediff-prompt-for-patch-buffer,
5154 ediff-get-patch-buffer): Use current buffer if it appears to be a
5155 patch.
5156
5157 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
5158 C-g
5159
5160 * viper-util.el (viper-nontrivial-find-file-function): Deleted.
5161 (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
5162 (viper-save-cursor-color,viper-restore-cursor-color):
5163 Improved cursor color handling.
5164 (viper-get-saved-cursor-color-in-replace-mode,
5165 viper-get-saved-cursor-color-in-insert-mode): New functions for
5166 better cursor color handling.
5167
5168 * viper-ex.el (ex-read,ex-edit):
5169 Fixes for correct interpretation of #,%.
5170 (viper-ex): Now works correctly when called from other functions.
5171 (viper-glob-function): New variable.
5172 (viper-ex): Save excursion before doing :global.
5173
5174 * viper-mous.el (viper-counting-clicks-p): Bug fixes.
5175
5176 * viper-cmd.el (viper-post-command-sentinel,
5177 viper-insert-state-post-command-sentinel,
5178 viper-insert-state-pre-command-sentinel): Takes better care of
5179 cursor colors.
5180
5181 * viper.el: Version change.
5182
5183 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com>
5184
5185 * whitespace.el (whitespace-update-modeline): Bugfix to ensure
5186 that the modeline display was updated *only* when
5187 `whitespace-display-in-modeline' was set, not otherwise.
5188
5189 1999-10-30 Gerd Moellmann <gerd@gnu.org>
5190
5191 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
5192 "frac12".
5193
5194 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
5195 ad-activate.
5196
5197 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com>
5198
5199 * whitespace.el: Test for existence of `defcustom' and `defgroup'
5200 using fboundp instead of assuming that these are not present in
5201 particular flavors of emacs.
5202 (whitespace-version): Update to 2.8
5203 (whitespace-display-in-modeline): Add custom variable to control
5204 displaying the whitespace errors on the modeline based on
5205 suggestion from <klaus.berndl@sdm.de>
5206 (whitespace-buffer): Now returns `t' if unclean and `nil' if
5207 clean, to enable using as a hook function, as suggested by Puneet
5208 Goel <puneet@computer.org>
5209 (whitespace-buffer): Fix a subtle bug that cleaned up only if
5210 quiet was not set, even with whitespace-auto-cleanup set.
5211 (whitespace-mode-line): Now uses less modeline real estate and
5212 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
5213 which is present in the file, and <y> is any type of whitespace
5214 whose check has been suppressed by setting
5215 `whitespace-check-<whitespace-type>' to nil.
5216 (whitespace-unchecked-whitespaces): New function to return the
5217 list of whitespaces for whom checks have been suppressed.
5218 (whitespace-display-unchecked-whitespaces): Renamed to
5219 `whitespace-update-modeline' to reflect its functionality.
5220
5221 1999-10-30 Gerd Moellmann <gerd@gnu.org>
5222
5223 * progmodes/compile.el (compilation-error-regexp-alist):
5224 Undo previous change.
5225
5226 1999-10-28 Dave Love <fx@gnu.org>
5227
5228 * help.el (help-follow): Make arg optional again and really
5229 default to point.
5230
5231 1999-10-28 Gerd Moellmann <gerd@gnu.org>
5232
5233 * paths.el (rmail-file-name): Make it an option.
5234
5235 * progmodes/ada-mode.el, progmodes/ada-prj.el,
5236 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
5237 comment fixes.
5238
5239 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
5240 MIPS Pro 7.3 compiler error message syntax.
5241
5242 1999-10-27 Dave Love <fx@gnu.org>
5243
5244 * progmodes/compile.el: Checkdoc-inspired fixes.
5245
5246 1999-10-27 Gerd Moellmann <gerd@gnu.org>
5247
5248 * lpr.el (print-buffer): Doc-string fix.
5249
5250 1999-10-27 Dave Love <fx@gnu.org>
5251
5252 * emacs-lisp/advice.el: Doc fixes.
5253 (ad-lemacs-p): Removed.
5254 (advice): Add :link to defgroup.
5255
5256 1999-10-27 Kenichi Handa <handa@etl.go.jp>
5257
5258 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
5259 last-coding-system-used by the call of ange-ftp-set-ascii-mode.
5260
5261 1999-10-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5262
5263 * window.el (walk-windows): If ALL-FRAMES is a frame,
5264 start on that frame. Use save-selected-window.
5265
5266 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5267
5268 * emacs-lisp/advice.el (ad-activate-internal): Renamed from
5269 ad-activate. All callers changed, including those in data.c.
5270 (ad-activate-internal-off): Renamed from ad-activate-off.
5271 All uses changed.
5272 (ad-activate): Renamed from ad-activate-on. All uses changed.
5273 (ad-start-advice, ad-stop-advice, ad-recover-normality):
5274 Alter the definition of ad-activate-internal, not ad-activate.
5275
5276 1999-10-26 Gerd Moellmann <gerd@gnu.org>
5277
5278 * startup.el (command-line-1): Add support for command line
5279 arguments `file' and `execute'. Fix handling of `visit'.
5280
5281 1999-10-26 Kenichi Handa <handa@etl.go.jp>
5282
5283 * international/mule-cmds.el (read-input-method-name): Handle the
5284 case that the arg DEFAULT is symbol.
5285
5286 * international/mule-diag.el (mule-diag): Handle the case that
5287 default-input-method is symbol.
5288
5289 1999-10-26 Gerd Moellmann <gerd@gnu.org>
5290
5291 * textmodes/tildify.el: New file.
5292
5293 1999-10-25 Sam Steingold <sds@ksp.com>
5294
5295 * Makefile (compile-files): Fixed the "tr" strings.
5296 (EMACS): Set to ../src/emacs.
5297
5298 1999-10-25 Gerd Moellmann <gerd@gnu.org>
5299
5300 * info.el (Info-build-node-completions): Add '("*") to the
5301 completion list.
5302
5303 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5304
5305 * frame.el (auto-raise-mode): When enabling the mode,
5306 immediately raise the selected frame.
5307
5308 * indent.el (indent-region): Doc fix.
5309
5310 * comint.el (comint-output-filter): Make the Comint buffer current
5311 for the comint-preoutput-filter-functions.
5312
5313 * mail/reporter.el: Doc fix.
5314
5315 1999-10-24 Stephen Eglen <stephen@gnu.org>
5316
5317 * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
5318 that Octave lisp files can also run under XEmacs 20.
5319 (require 'custom) added so that files can run under Emacs 19.34.
5320
5321 * iswitchb.el (iswitchb-default-keybindings): No need to use
5322 read-kbd-macro in keybindings.
5323
5324 1999-10-23 Dave Love <fx@gnu.org>
5325
5326 * elide-head.el: New file.
5327
5328 1999-10-23 Gerd Moellmann <gerd@gnu.org>
5329
5330 * Makefile (compile-files, backup-compiled-files): New targets.
5331 (bootstrap, bootstrap-clean): Ditto.
5332
5333 1999-10-22 Paul Eggert <eggert@twinsun.com>
5334
5335 * international/mule-cmds.c (locale-language-names):
5336 Use Latin-1 (not Latin-3) for Afrikaans, Galician.
5337 Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
5338 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
5339 Use Latin-8 for Welsh.
5340 Use Latin-1 for English if "en" is explicitly specified.
5341 Use Latin-1 for Scots Gaelic, Tagalog.
5342 Use Latin-1 (not Latin-4) for Greenlandic.
5343 Use Latin-1 (not Latin-2) for Albanian.
5344 (locale-preferred-coding-systems, locale-language-names):
5345 Remove generic ISO 8859 locales; locale-charset-language-names now
5346 does this.
5347 (locale-charset-language-names): New variable.
5348 (set-locale-environment): Use language name specified by
5349 locale-charset-language-names if its charsets disagree with the
5350 language name specified by locale-language-names.
5351
5352 1999-10-22 Dave Love <fx@gnu.org>
5353
5354 * make-mode.el: Minor doc fixes.
5355
5356 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
5357
5358 1999-10-21 Dave Love <fx@gnu.org>
5359
5360 * loadup.el: Add latin-8, latin-9.
5361
5362 1999-10-20 Paul Eggert <eggert@twinsun.com>
5363
5364 * disp-table.el (standard-display-european): Remove undocumented
5365 arg AUTO; no longer used by startup.el. Do not attempt to treat
5366 all non-English language environments as coding system names.
5367 Instead, use the downcased language environment name as a coding
5368 system name if it is one; otherwise, use latin-1.
5369
5370 1999-10-20 Gerd Moellmann <gerd@gnu.org>
5371
5372 * dired.el (dired-move-to-filename-regexp): Fix long comment lines
5373 that were split so that part of the comment appeared as Lisp code.
5374
5375 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5376
5377 * ps-bdf.el: Doc fix.
5378
5379 * ps-print-def.el: New file: common definitions for all parts of
5380 ps-print.
5381 (ps-multibyte-buffer): Moved from ps-mule.
5382
5383 * ps-mule.el: File dependence fix.
5384 (ps-multibyte-buffer): Moved to ps-print-def.
5385
5386 * ps-print.el: Doc fix, better customization.
5387 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
5388 (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
5389 (ps-end-file): Doc fix.
5390 (ps-setup, ps-begin-file): Fun fix.
5391 (postscript): New group.
5392 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
5393 (ps-print-prologue-1): Adjust PostScript programming.
5394 (ps-print): Adjust group hierarchy.
5395 (ps-print-n-up, ps-print-zebra, ps-print-background,
5396 ps-print-printer)
5397 (ps-print-page): New subgroups.
5398 (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
5399 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
5400 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
5401 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
5402 (ps-zebra-stripe-height, ps-print-background-image)
5403 (ps-print-background-text, ps-spool-config): Adjust customization.
5404 (dos-ps-printer): Definition eliminated.
5405
5406 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5407
5408 * ps-mule.el: Doc fix, define functions properly if mule package is
5409 loaded or not.
5410 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
5411 mule package is loaded or not.
5412
5413 * ps-print.el: Doc fix, n-up printing.
5414 (ps-print-version): New version number (5.0).
5415 (ps-page-dimensions-database): Added document media.
5416 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
5417 (ps-page-order, ps-printing-region-p): New vars.
5418 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
5419 funs.
5420 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
5421 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
5422 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
5423 (ps-n-up-xstart, ps-n-up-ystart): New macros.
5424 (ps-print-begin-sheet-hook): New hook.
5425 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
5426 const.
5427 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
5428 (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
5429 (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
5430 (ps-count-lines): Changed to defun.
5431 (ps-header-page): Changed to defsubst, fix fun.
5432 (ps-printing-region): Doc fix, adjust programming code.
5433 (ps-output-boolean, ps-background-pages, ps-background-text)
5434 (ps-background-image, ps-background, ps-get-boundingbox): Adjust
5435 programming code.
5436
5437 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5438
5439 * ps-print.el: Doc fix, duplex and setpagedevice configuration.
5440 (ps-print-version): New version number (4.2).
5441 (ps-spool-config, ps-spool-tumble): New vars.
5442 (ps-print-prologue-1): Changed to defconst, adjust PostScript
5443 programming, new PostScript procedure to handle errors.
5444 (ps-print-prologue-2): Changed to defconst.
5445 (ps-print-duplex-feature): New const: duplex and tumble setting.
5446 (ps-setup, ps-begin-file): Fix funs.
5447 (ps-boolean-capitalized): New fun.
5448
5449 1999-10-19 Stefan Monnier <monnier@cs.yale.edu>
5450
5451 * Makefile (dontcompilefiles): Obsoleted.
5452 (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
5453 (EL): Unused.
5454 (temacs): Removed (unused).
5455 (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
5456 version of the file (necessary for the update to work properly).
5457 (autoloads): Force the use of `pwd`/loaddefs.el.
5458 (updates); Redefined in terms of other targets to reduce redundancy.
5459 (.el.elc): New default rule, just in case you want it.
5460 (compile): Use a single invocation of Emacs.
5461 (bootstrap-compile); Unneeded.
5462 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
5463
5464 1999-10-19 Dave Love <fx@gnu.org>
5465
5466 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
5467
5468 1999-10-19 Sam Steingold <sds@ksp.com>
5469
5470 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
5471 comply with the comment.
5472
5473 1999-10-19 Gerd Moellmann <gerd@gnu.org>
5474
5475 * autorevert.el (auto-revert-mode): Make auto-revert-mode
5476 permanent-local.
5477
5478 1999-10-19 Peter Kleiweg <kleiweg@let.rug.nl>
5479
5480 * progmodes/ps-mode.el (ps-mode-print-function): Fix default
5481 value: \"lpr\" changed to "lpr"
5482 (ps-mode-version): New constant
5483 (ps-mode-show-version): New function, added key in ps-mode-map
5484 (ps-run-messages): Removed
5485 (ps-run-font-lock-keywords-2): New defcustom variable replacing
5486 ps-run-messages. These keywords now include the value of
5487 ps-run-prompt, making its fontification customizable.
5488 (ps-run-init): Removed \\n from docstring, it is now added when
5489 the value is used
5490 (ps-run-font-lock-keywords-1): Added checking for initial ^ in
5491 ps-run-prompt
5492 (ps-mode): Added ps-run-font-lock-keywords-2 to list of
5493 customizable variables in doc-string (its equivalent
5494 ps-run-messages was missing in previous version of the doc-string)
5495 (ps-run-mode): Simplified assignment to font-lock-defaults, using
5496 symbols only
5497
5498 1999-10-19 Alex Schroeder <alex@gnu.org>
5499
5500 * ansi-color.el: Complete rewrite.
5501
5502 1999-10-19 Paul Eggert <eggert@twinsun.com>
5503
5504 Fix bootstrapping problems.
5505 Use the system locale to specify Emacs locale defaults.
5506
5507 * international/mule-cmds.el (global-map):
5508 Do not use backquote, because that makes a bootstrapping
5509 problem if you need to recompile all Lisp files using interpreted code.
5510 * international/mule.el (charset-id, charset-bytes,
5511 charset-dimension, charset-chars, charset-width,
5512 charset-direction, charset-iso-final-char,
5513 charset-iso-graphic-plane, charset-reverse-charset,
5514 charset-short-name, charset-long-name, charset-description,
5515 charset-plist): Likewise.
5516 * subr.el (save-match-data): Likewise.
5517
5518 * international/mule-cmds.el
5519 (set-display-table-and-terminal-coding-system): New function,
5520 containing code migrated out of set-language-environment.
5521 (set-language-environment, set-locale-environment): Use it.
5522 (locale-translation-file-name): Moved here from startup.el.
5523 (locale-language-names, locale-preferred-coding-systems):
5524 New vars.
5525 (locale-name-match, set-locale-environment): New functions.
5526
5527 * language/japan-util.el (setup-japanese-environment-internal):
5528 Prefer japanese-iso-8bit if the system-type is usg-unix-v.
5529
5530 * startup.el (iso-8859-n-locale-regexp): Remove.
5531 (locale-translation-file-name): Move to mule-cmds.el.
5532 (command-line): Move locale-stuff into set-locale-environment.
5533
5534 1999-10-18 Dave Love <fx@gnu.org>
5535
5536 * abbrev.el (add-abbrev, inverse-add-abbrev)
5537 (expand-region-abbrevs): Remove properties from buffer text.
5538
5539 1999-10-17 Gerd Moellmann <gerd@gnu.org>
5540
5541 * iswitchb.el (iswitchb-exhibit): Extract user-input only
5542 from the mini-buffer, without the prompt.
5543
5544 * simple.el (minibuffer-prompt-end): Return the position
5545 after the prompt, not the position of that last character
5546 of the prompt.
5547
5548 1999-10-17 Miles Bader <miles@gnu.org>
5549
5550 * simple.el: Doc fixes.
5551
5552 1999-10-17 Miles Bader <miles@gnu.org>
5553
5554 * simple.el (previous-matching-history-element, next-history-element):
5555 Change to work correctly even if the point is in the prompt.
5556 (choose-completion-string): Likewise.
5557 (minibuffer-prompt-width): New function (compatibility with old subr).
5558
5559 * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
5560 When constraining the final position to the current field,
5561 don't use the ONLY-IN-LINE mode of constrain-to-field.
5562
5563 1999-10-17 Miles Bader <miles@gnu.org>
5564
5565 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
5566 constrain-to-field.
5567 * textmodes/paragraphs.el (forward-sentence): Likewise.
5568
5569 1999-10-17 Miles Bader <miles@gnu.org>
5570
5571 * simple.el (line-move): Use constrain-to-field to avoid
5572 moving into a prompt.
5573 (previous-complete-history-element): Clarify doc string.
5574 (next-complete-history-element): Likewise.
5575 Use field-beginning instead of point-min.
5576 (next-matching-history-element): Use field-beginning and
5577 erase-field instead of point-min and erase-buffer.
5578 * textmodes/paragraphs.el
5579 (forward-paragraph, forward-sentence): Likewise.
5580 (backward-kill-paragraph, backward-kill-sentence): Remove code to
5581 constrain the kill to an field, as the movement commands now
5582 do this.
5583
5584 1999-10-17 Miles Bader <miles@gnu.org>
5585
5586 * simple.el (previous-matching-history-element): Get the
5587 minibuffer input with field-string instead of buffer-string.
5588 (choose-completion-string): Likewise.
5589 (next-history-element): Likewise.
5590 Erase the minibuffer input with erase-field, not erase-buffer.
5591 Use field-beginning to find the beginning of the input.
5592 * textmodes/paragraphs.el (backward-kill-sentence):
5593 Remove minibuffer-prompt hack.
5594 Constrain to any input field.
5595
5596 1999-10-17 Sam Steingold <sds@ksp.com>
5597
5598 * bindings.el (completion-ignored-extensions): Added ".sparcf"
5599 for CMUCL on sparc and ".ufsl" for LispWorks.
5600 (bound-and-true-p): Bugfix: free variable `v'.
5601
5602 1999-10-16 Dave Love <d.love@dl.ac.uk>
5603
5604 * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
5605 (edebug-uninstall-read-eval-functions): Use load-read-function,
5606 avoiding elisp-eval.
5607
5608 1999-10-16 Sam Steingold <sds@ksp.com>
5609
5610 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
5611 instead of `eql'.
5612
5613 1999-10-14 Stefan Monnier <monnier@cs.yale.edu>
5614
5615 * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
5616 * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
5617 (browse-url-temp-file-list, browse-url-delete-temp-file-list):
5618 * ediff-util.el (ediff-make-temp-file):
5619 * ediff-vers.el (ediff-pcl-cvs-view-revision):
5620 * emerge.el (emerge-make-temp-file):
5621 * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
5622 * vc.el (vc-update-change-log):
5623 * mail/mailpost.el (post-mail-send-it):
5624 * mail/metamail.el (metamail-region):
5625 * progmodes/cmacexp.el (c-macro-expansion):
5626 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
5627
5628 1999-10-15 Gerd Moellmann <gerd@gnu.org>
5629
5630 * smtpmail.el (smtpmail-via-smtp): Add support for
5631 automatically appending a domain to RCPT TO: addresses.
5632
5633 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5634
5635 * dired.el (dired-insert-directory): Insert the amount of
5636 free space after the total size.
5637 (dired-free-space-program, dired-free-space-args): New variables.
5638
5639 1999-10-14 Karl Heuer <kwzh@gnu.org>
5640
5641 * mail/rmail.el (rmail-pop-password-error): Add new pattern.
5642
5643 1999-10-14 Dave Love <fx@gnu.org>
5644
5645 * international/characters.el:
5646 * international/fontset.el:
5647 * international/mule-conf.el: Add latin-iso8859-1[45].
5648
5649 * language/european.el: Add Latin-8, Latin-9. Modify some doc
5650 strings.
5651
5652 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
5653 (command-line): Detect Latin-[89] locales.
5654
5655 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
5656
5657 * international/mule-cmds.el (select-safe-coding-system)
5658 (leim-list-header): Avoid the use of strings that start with backslash
5659 newline since lread.c:read1 has a hack to turn those strings into
5660 integer 0 during the loadup.el process.
5661
5662 * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
5663
5664 1999-10-13 Dave Love <fx@gnu.org>
5665
5666 * image.el (insert-image): Copy the image spec and add an
5667 intangible property.
5668
5669 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
5670
5671 * help.el (help-xref-interned): Make it also work on variable-only
5672 and function-only symbols.
5673 (help-make-xrefs): Take advantage of the new `help-xref-interned'.
5674 (help-follow): If the point under mouse is not highlighted, try
5675 `help-xref-interned' on the pointed-to symbol anyway.
5676
5677 * info.el (Info-on-current-buffer): New entry point.
5678 (Info-find-node): Split into two for Info-on-current-buffer to
5679 hook into it.
5680 (Info-current-file, Info-set-mode-line, Info-up):
5681 Info-current-file can now be t.
5682 (Info-clone-buffer-hook): Function for `clone-buffer'.
5683 (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
5684 Make `clone-buffer' available in various ways to the user.
5685
5686 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
5687
5688 * simple.el (shell-command, shell-command-on-region): Use
5689 make-temp-file.
5690 (clone-buffer, clone-process, clone-buffer-hook): New functions.
5691
5692 * subr.el (with-current-buffer): Don't use backquotes to avoid
5693 bootstrapping problems.
5694
5695 * loadup.el (load-path): Add subdirs for bootstrapping.
5696 (docstrings): Ignore errors during bootstrapping.
5697 (args): New `bootstrap' argument (for use in place of `dump').
5698
5699 1999-10-12 Emmanuel Briot <briot@gnat.com>
5700
5701 * ada-stmt.el: Doc-string fixes.
5702
5703 1999-10-12 Gerd Moellmann <gerd@gnu.org>
5704
5705 * recentf.el: New file.
5706
5707 * ps-mode.el: New file.
5708
5709 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
5710 case insensitive.
5711
5712 1999-10-12 Richard Sharman <rsharman@pobox.com>
5713
5714 * sh-script.el: Added support for indenting existing scripts.
5715 (sh-mode-map): Added new bindings.
5716 (sh-mode): Updated mode doc-string for new commands, added
5717 make-local-variable calls, initialize mode-specific variables.
5718 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line
5719 is now a different function.
5720 (sh-header-marker): Changed docstring.
5721 (sh-set-shell): Initialize mode-specific variables.
5722 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
5723 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
5724 Changed these define-skeleton calls to work with user-specified
5725 indentation settings.
5726 (sh-basic-indent-line, sh-blink, sh-calculate-indent)
5727 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
5728 (sh-electric-hash, sh-electric-less, sh-electric-rparen)
5729 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
5730 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
5731 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
5732 (sh-guess-basic-offset, sh-handle-after-case-label)
5733 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
5734 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
5735 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
5736 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
5737 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
5738 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
5739 (sh-handle-this-then, sh-help-string-for-variable)
5740 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
5741 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
5742 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
5743 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
5744 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
5745 (sh-remove-our-text-properties, sh-rescan-buffer)
5746 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
5747 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
5748 (sh-scan-case, sh-search-word, sh-set-char-syntax)
5749 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
5750 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
5751 functions.
5752 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
5753 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
5754 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
5755 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
5756 (sh-var-list): New variables.
5757
5758 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk>
5759
5760 * quickurl.el (quickurl-list-insert): `count-lines' was returning
5761 a value one line to high if the cursor wasn't at the start of a
5762 line. A `beginning-of-line' is now performed before making the
5763 call to `count-lines'.
5764
5765 1999-10-11 Stefan Monnier <monnier@cs.yale.edu>
5766
5767 * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
5768
5769 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
5770
5771 * Makefile (setwins): Abstract out the command to find subdirectories
5772 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
5773 (custom-deps, finder-data, autoloads, update-subdirs, updates)
5774 (autoloads-with-other-emacs): Use it.
5775
5776 * diff-mode.el: New file. A mode for viewing/editing context diffs.
5777
5778 1999-10-09 Gerd Moellmann <gerd@gnu.org>
5779
5780 * Makefile (bootstrap-compile): New target. Compile Lisp
5781 files with ../src/temacs.
5782
5783 1999-10-08 Dave Love <fx@gnu.org>
5784
5785 * ange-ftp.el: Require dired when compiling.
5786 (ange-ftp-normal-login): Allow EFS-style port specification.
5787
5788 1999-10-08 Simon Marshall <simon@gnu.org>
5789
5790 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
5791 (regexp-opt-group): Use it to get common suffixes in STRINGS.
5792 If STRINGS is nil, return "" rather than nil.
5793
5794 1999-10-08 Gerd Moellmann <gerd@gnu.org>
5795
5796 * Makefile (compile): Compile files one by one. Set load-path to
5797 current directory and subdirectories when compiling.
5798
5799 1999-10-08 Gerd Moellmann <gerd@gnu.org>
5800
5801 * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
5802 (emacs): Use it everywhere instead of EMACS.
5803 (compile): New target. Compile all Lisp files from scratch.
5804 (recompile): New target. Recompile lisp directory.
5805 (autoloads-with-other-emacs): New target. Build loaddefs.el with
5806 an Emacs executable not built in the current directory tree.
5807
5808 1999-10-07 Peter Breton <pbreton@ne.mediaone.net>
5809
5810 * filecache.el (file-cache-completion-ignore-case): New variable,
5811 defaulting to the value of completion-ignore-case.
5812 (file-cache-minibuffer-complete): Use it.
5813 (file-cache-files-matching, file-cache-files-matching-internal):
5814 New functions.
5815
5816 1999-10-07 Emmanuel Briot <briot@gnat.com>
5817
5818 * ada-xref.el: New file
5819
5820 * ada-prj.el: New file
5821
5822 * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
5823
5824 * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
5825 subprogram being created.
5826
5827 * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
5828 ada-indent-newline-indent): Rewritten to support the new indentation
5829 scheme
5830
5831 * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
5832 New functions
5833
5834 * ada-mode.el (ada-fill-comment-paragraph): Add support for the
5835 justification parameter
5836
5837 * ada-mode.el (ada-make-body, ada-gen-treat-proc,
5838 ada-make-subprogram-body): Rewritten to benefit from the gnatstub
5839 external program
5840
5841 1999-10-07 Dave Love <fx@gnu.org>
5842
5843 * bindings.el (bound-and-true-p): New macro.
5844 (make-mode-line-mouse-sensitive): Don't require easymenu.
5845
5846 1999-10-07 Gerd Moellmann <gerd@gnu.org>
5847
5848 * custom.el (defface): Extend documentation for new values of
5849 `type'.
5850
5851 * faces.el (face-spec-set-match-display): Recognize `type' of
5852 `motif', `lucid', `x-toolkit'.
5853 (menu): New face.
5854
5855 1999-10-05 Dave Love <fx@gnu.org>
5856
5857 * files.el: Recognize temporary crontab files.
5858
5859 * info.el: Require jka-compr when compiling.
5860 (Info-suffix-list): Add bzip2 files (non-ms-dos only).
5861
5862 1999-10-04 Dave Love <fx@gnu.org>
5863
5864 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
5865 scroll-up-aggressively, scroll-down-aggressively.
5866
5867 * time.el (display-time-mode): Add autoload cookie.
5868
5869 * rect.el (delete-extract-rectangle): Doc fix from verna.
5870
5871 * help-macro.el (three-step-help): Customize.
5872
5873 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5874
5875 * hexl.el (hexlify-buffer): Move point in proper range
5876 if it is too large.
5877 (hexl-after-revert-hook): Update hexl-max-address.
5878 (hexl-address-to-marker): Doc fix.
5879
5880 1999-10-03 Dave Love <fx@gnu.org>
5881
5882 * image.el (defimage): Remove redundant code. Substitute file in
5883 image plist.
5884
5885 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
5886
5887 * vc.el (vc-backend-checkout): Use coding system 'no-conversion
5888 when doing with-temp-file.
5889
5890 1999-10-01 Dave Love <fx@gnu.org>
5891
5892 * cus-edit.el (custom-comment-create): Fill :from and :to slots.
5893
5894 * help.el: Require view when compiling.
5895 (view-emacs-FAQ): Use Info version.
5896
5897 1999-09-29 Ken'ichi Handa <handa@gnu.org>
5898
5899 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
5900 (normat->normal). Use correct font names for Korean
5901 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
5902
5903 1999-09-29 Kenichi Handa <handa@etl.go.jp>
5904
5905 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
5906 code not used by KOI8 to the same 8-bit code instead of mapping to
5907 SPC.
5908 (cyrillic-alternativnyj-decode-table): Likewise.
5909
5910 1999-09-29 Alex Schroeder <alex@gnu.org>
5911
5912 * sql.el (sql-imenu-generic-expression): Aew, used to set
5913 imenu-generic-expression.
5914 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
5915 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression,
5916 imenu-case-fold-search, and imenu-syntax-alist.
5917 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
5918 setting font-lock-defaults' SYNTAX-ALIST.
5919
5920 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5921
5922 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
5923 macro, try again.
5924
5925 1999-09-28 Dave Love <fx@gnu.org>
5926
5927 * cus-edit.el (custom-comment): Change widget definition.
5928 (custom-comment-create, custom-comment-show)
5929 (custom-comment-invisible-p): Don't use :comment-overlay.
5930 (custom-comment-hide): New function.
5931 (custom-variable-set, custom-variable-save)
5932 (custom-variable-reset-standard, custom-face-set)
5933 (custom-face-save): Use it.
5934
5935 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5936
5937 * hexl.el (hexl-mode): Do nothing if already in hexl mode.
5938
5939 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5940
5941 * faces.el (region): Doc fix.
5942
5943 1999-09-27 Dave Love <fx@gnu.org>
5944
5945 * isearch.el (isearch): Add :links in defgroup.
5946 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
5947 (isearch-switch-frame-handler): Comment out (unused).
5948 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
5949 (isearch-ring-retreat-edit): Doc fix.
5950 (isearch-mouse-yank): New command.
5951 (isearch-last-command-char): Removed. Callers changed to use
5952 last-command-char.
5953 (isearch-char-to-string): Removed. Callers changed to use
5954 char-to-string.
5955
5956 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
5957
5958 * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
5959 option for Russian.
5960
5961 1999-09-25 Gerd Moellmann <gerd@gnu.org>
5962
5963 * faces.el (face-differs-from-default-p): Compare face
5964 attributes individually.
5965
5966 * image.el (put-image, insert-image): Add string argument.
5967
5968 1999-09-24 Gerd Moellmann <gerd@gnu.org>
5969
5970 * ange-ftp.el (ange-ftp-date-regexp): Make it work for
5971 LANG=de_DE.iso88591 on HPUX 11.0.
5972
5973 * dired.el (dired-move-to-filename-regexp): Make it work
5974 for LANG=de_DE.iso88591 on HPUX 11.0.
5975
5976 1999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5977
5978 * info.el (info-initialize): Don't test existence of ALTERNATIVE
5979 if we know for some other reason it should not be used.
5980
5981 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
5982 New variable.
5983 (edebug-recursive-edit): Save current-prefix-arg there,
5984 bind it, and set it back at the end.
5985 (edebug-outside-excursion): Restore and update the outside
5986 value of current-prefix-arg.
5987 (edebug-emacs-version-specific): Delete support for Epoch.
5988
5989 1999-09-24 Howard Melman <howard@silverstream.com>
5990
5991 * imenu.el (imenu-after-jump-hook): New variable.
5992 (imenu): Run menu-after-jump-hook.
5993 (imenu-name-lookup-function): New variable.
5994 * imenu.el (imenu--in-alist): Use those variables.
5995
5996 1999-09-24 Carsten Dominik <cd@gnu.org>
5997
5998 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
5999 multiple thebibliography environments.
6000
6001 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
6002 with recentering window.
6003 (reftex-extract-bib-entries-from-thebibliography,
6004 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal
6005 with multiple thebibliography environments.
6006
6007 * textmodes/reftex-vars.el
6008 (reftex-section-levels): Function allowed as cdr.
6009 (reftex-max-section-depth) New option.
6010
6011 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
6012 with multiple thebibliography environments.
6013
6014 1999-09-23 Gerd Moellmann <gerd@gnu.org>
6015
6016 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
6017 instead of point-min in call to delete-region.
6018
6019 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de>
6020
6021 * vc.el (vc-backend-checkout): Use with-temp-file when checking
6022 out into arbitrary file names.
6023
6024 1999-09-19 Ken'ichi Handa <handa@gnu.org>
6025
6026 * language/european.el ("Turkish"): New language environment.
6027
6028 1999-09-19 Dave Love <fx@gnu.org>
6029
6030 * delim-col.el: New file.
6031
6032 1999-09-17 Richard Stallman <rms@gnu.org>
6033
6034 * files.el (after-find-file): When visiting a backup file,
6035 make it read-only.
6036
6037 * apropos.el (apropos-symbol-face): Non-nil even for ttys.
6038 (apropos-keybinding-face, apropos-label-face): Likewise.
6039 (apropos-property-face, apropos-match-face): Likewise.
6040 (apropos-label-properties): New variable.
6041 (apropos-print-doc): Use apropos-label-properties.
6042 (apropos-print): Set apropos-label-properties.
6043
6044 1999-09-15 Richard Stallman <rms@gnu.org>
6045
6046 * winner.el: Use aref instead of sref.
6047
6048 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
6049
6050 1999-09-14 Gerd Moellmann <gerd@gnu.org>
6051
6052 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
6053
6054 1999-09-14 Richard Stallman <rms@gnu.org>
6055
6056 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
6057 cookie, even if followed by a letter.
6058
6059 1999-09-14 Stephen Eglen <stephen@gnu.org>
6060
6061 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
6062 --no-line-editing are passed to Octave by including them here
6063 rather than storing them in inferior-octave-startup-args.
6064
6065 1999-09-14 Eli Zaretskii <eliz@gnu.org>
6066
6067 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
6068 command, option, env and sc.
6069
6070 * subr.el (shell-quote-argument): Quote argument with double
6071 quotes for ms-dos.
6072
6073 1999-09-14 Richard Stallman <rms@gnu.org>
6074
6075 * simple.el (eval-expression-print-level): New variable.
6076 (eval-expression-print-length): New variable.
6077 (eval-expression-debug-on-error): New variable.
6078 (eval-expression): Bind print-level, print-length and
6079 debug-on-error from those vars.
6080
6081 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
6082 Bind print-level, print-length and debug-on-error.
6083
6084 1999-09-14 Inge Frick <inge@nada.kth.se>
6085
6086 * dired.el (dired-recursive-deletes): New custom variable.
6087 (dired-re-no-dot): New variable.
6088 (dired-delete-file): New function deletes files and directories
6089 recursively.
6090 (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
6091
6092 * dired-aux.el (dired-recursive-copies): New custom variable.
6093 (dired-handle-overwrite): Broke a long line.
6094 (dired-copy-file): Call `dired-copy-file-recursive' instead of
6095 `copy-file'.
6096 (dired-copy-file-recursive): New function. Copy directories
6097 recursively.
6098 (dired-do-create-files): Added support for generalized directory
6099 target. How-to function may now return a function. New fluid
6100 variable `dired-one-file'.
6101 (dired-copy-how-to-fn): New variable.
6102 (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
6103 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
6104 (dired-do-copy-regexp): No recursive copies.
6105
6106 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com>
6107
6108 * whitespace.el (whitespace-version): Update version to 2.4
6109
6110 * whitespace.el: Add customization variables to conditionally test
6111 any of the five whitespaces, per request from Rune Kleveland
6112 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
6113
6114 * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
6115
6116 * whitespace.el (whitespace-modes): Add `change-log-mode' to the
6117 list of modes to be checked for bogus whitespaces.
6118
6119 * whitespace.el (whitespace-rescan-timer-time): Update
6120 documentation.
6121
6122 * whitespace.el (whitespace-display-unchecked-whitespaces):
6123 New function to update modeline with untested whitespaces.
6124
6125 * whitespace.el (whitespace-buffer): Test only whitespaces whose
6126 checking is turned on, and update modeline using the newly created
6127 `whitespace-display-unchecked-whitespaces'.
6128
6129 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
6130 whose checking is turned on, and update modeline using the newly
6131 created `whitespace-display-unchecked-whitespaces'.
6132
6133 * whitespace.el (whitespace-describe): Update documentation.
6134
6135 * whitespace.el (whitespace-tickle-timer): Test if
6136 `whitespace-rescan-timer-time' is non-zero before tickling timer.
6137
6138 1999-09-13 Dave Love <fx@gnu.org>
6139
6140 * hideif.el (hide-ifdef-mode): Add autoload cookie.
6141
6142 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
6143 for temp buffer.
6144 (checkdoc-this-string-valid): Don't assume default comment-start.
6145
6146 1999-09-13 Gerd Moellmann <gerd@gnu.org>
6147
6148 * rsz-mini.el: Remove code, keep the interface.
6149
6150 1999-09-13 Dave Love <fx@gnu.org>
6151
6152 * help.el (help-highlight-p): Doc fix.
6153
6154 * faces.el (mode-line, header-line, tool-bar): Add :version.
6155 (highlight, secondary-selection): Add :group.
6156 (trailing-whitespace): Add :group, :version.
6157
6158 * wid-edit.el: Remove some compatibility code and checks.
6159 (widget-specify-field, widget-specify-button): Don't use XEmacs
6160 properties.
6161 (widget-overlay-inactive): Change error message.
6162 (widget-button-pressed-face): New variable.
6163 (widget-button-click): Use it.
6164 (widget-documentation-link-add): Specify mouse and button faces.
6165 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
6166 removed now the functionality is built in.
6167
6168 * cus-edit.el: Don't define-widget-keywords.
6169 (multimedia): New group.
6170 (custom-last): Function removed.
6171 (custom-quote): Add vectorp case, comment out characterp case.
6172 (custom-buffer-done-function, custom-raised-buttons): New option.
6173 (Custom-buffer-done): New function.
6174 (custom-buffer-create-internal): Obey custom-raised-buttons,
6175 Custom-buffer-done.
6176 (custom-button-face): Make it `released-button'.
6177 (custom-button-pressed-face): Make it `pressed-button'
6178 (custom-mode-map): Bind "q" to Custom-buffer-done.
6179 (custom-mode): Deal with raised/pressed buttons.
6180
6181 Changes from Didier Verna:
6182 (custom-prompt-variable): Optional third arg makes prompt for a
6183 comment string.
6184 (customize-set-value, customize-set-variable,
6185 customize-save-variable): Optional prefix makes function handle
6186 variable comments.
6187 (customize-customized, customize-saved, custom-variable-state-set)
6188 (custom-variable-set, custom-variable-save, custom-face-state-set)
6189 (custom-variable-reset-saved, custom-variable-reset-standard)
6190 (custom-face-set, custom-face-save, custom-face-reset-saved)
6191 (custom-face-reset-standard, customize-save-customized): Handle
6192 custom comments.
6193 (custom-comment-face, custom-comment-tag-face): New face.
6194 (custom-comment): New widget.
6195 (custom-comment-create, custom-comment-delete)
6196 (custom-comment-value-set, custom-comment-show)
6197 ()custom-comment-invisible-p): New functions.
6198 (custom-variable-value-create, custom-face-value-create): Create a
6199 comment field widget.
6200 (custom-variable-menu, custom-face-menu): New entry for custom
6201 comment.
6202 (custom-face-value-create): Remove compatibility code.
6203 (custom-save-variables, custom-save-faces): Possibly save custom
6204 comments.
6205
6206 * cus-face.el (custom-face-attributes): Simplify :underline,
6207 :overline, :inverse-video cases. Fix up :box case (probably needs
6208 more work).
6209
6210 Change from Didier Verna:
6211 (custom-set-faces): The arguments can now have a custom comment as
6212 fourth argument.
6213
6214 * custom.el: Don't define-widget-keywords.
6215 Change from Didier Verna:
6216 (custom-set-variables): The arguments can now have a
6217 custom comment as fifth element.
6218
6219 1999-09-13 Richard Stallman <rms@gnu.org>
6220
6221 * info.el (Info-find-node): Cope better if guesspos is too large.
6222
6223 1999-09-12 Gerd Moellmann <gerd@gnu.org>
6224
6225 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
6226 of buffer-substring because buffer-string doesn't copy the
6227 prompt.
6228
6229 * faces.el (mode-line): Replaces `modeline'.
6230 (toplevel): Make `modeline' an alias for `mode-line'.
6231
6232 1999-09-12 Gerd Moellmann <gerd@gnu.org>
6233
6234 * gs.el: Change `ghostscript' to `postscript' in comment.
6235
6236 1999-09-11 Rob Riepel <riepel@Stanford.EDU>
6237
6238 * emulation/tpu-edt.el (tpu-version): New version.
6239 (tpu-search-overlay, tpu-replace-overlay): New variables.
6240 (tpu-search-highlight, tpu-toggle-direction): New functions.
6241 (tpu-lm-replace): Set tpu-replace-overlay.
6242 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
6243 command hook.
6244
6245 1999-09-11 Richard Stallman <rms@gnu.org>
6246
6247 * isearch.el (isearch-mode-map): Undo previous change.
6248
6249 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
6250 use all of that as the sexp.
6251
6252 * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
6253 and use the initial argument as file name directly.
6254 Likewise if nothing matches.
6255
6256 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no>
6257
6258 * winner.el: Major changes. Avoid changing point and mark.
6259 Save configurations after they change, not before.
6260
6261 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu>
6262
6263 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
6264 Bind print-continuous-numbering and print-number-table.
6265
6266 1999-09-10 Dave Love <fx@gnu.org>
6267
6268 * bindings.el (debug-ignored-errors): Restore BBDB stuff.
6269
6270 1999-09-09 Richard Stallman <rms@gnu.org>
6271
6272 * whitespace.el: Finish making it fit Emacs conventions.
6273 Add autoloads.
6274
6275 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il>
6276
6277 * generic-x.el (bat-generic-mode): "::"-style comments don't
6278 need to begin with "-". Fix the font-lock definitions of ON/OFF
6279 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO
6280 from the list of keywords. Add DO to the list of keywords.
6281
6282 1999-09-09 Dave Love <fx@gnu.org>
6283
6284 * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
6285 (byte-optimize-backward-word): New optimizations.
6286 (side-effect-free-fns, side-effect-and-error-free-fns): Add
6287 entries.
6288
6289 1999-09-09 Gerd Moellmann <gerd@gnu.org>
6290
6291 * image.el (put-image): Remove optional buffer parameter.
6292
6293 * faces.el (face-italic-p): Return t only for values `italic'
6294 and `oblique'.
6295
6296 * mouse.el (mouse-drag-mode-line-1): Extension of former
6297 mouse-drag-mode-line that also drags the header line.
6298 (mouse-drag-mode-line): Call it.
6299 (mouse-drag-header-line): New.
6300 (toplevel): Bind down-mouse-1 on header lines to
6301 mouse-drage-header-line.
6302
6303 1999-09-08 Gerd Moellmann <gerd@gnu.org>
6304
6305 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
6306 (make-mode-line-mouse-sensitive): Replace `top-line' by
6307 `header-line'.
6308
6309 1998-09-08 Michael Ernst <mernst@alum.mit.edu>
6310
6311 * help.el (describe-function-1): Don't return empty string for keymaps.
6312
6313 * fill.el (fill-region-as-paragraph, canonically-space-region):
6314 Respect colon-double-space at end of line.
6315
6316 1999-09-08 Stephen Gildea <gildea@alum.mit.edu>
6317
6318 * files.el (backup-by-copying-when-privileged-mismatch): New variable.
6319 (backup-buffer): Use it.
6320
6321 1999-09-08 Peter Breton <pbreton@ne.mediaone.net>
6322
6323 * generic-x.el (generic-define-unix-modes): Added new modes:
6324 inetd-conf-generic-mode, etc-services-generic-mode,
6325 etc-passwd-generic-mode. These are all defined for Unix by default.
6326 (apache-generic-mode): Use an imenu-generic-expression to list
6327 Configuration keywords.
6328 (samba-generic-mode): Use both ; and # as comment characters.
6329 (samba-generic-mode): Font-lock expressions now highlight name
6330 value pairs.
6331 (bat-generic-mode): Keywords are now case-insensitive through
6332 font-lock-defaults setting.
6333 (java-properties-generic-mode): Supports both ! and # as comment
6334 characters.
6335 (java-properties-generic-mode): Added an imenu-generic-expression
6336 (java-properties-generic-mode): Reworked to support the various
6337 different ways to separate name and value (viz, '=', ':' and
6338 whitespace).
6339 (show-tabs-generic-mode): Added this new generic-mode.
6340
6341 1999-09-08 Richard Stallman <rms@gnu.org>
6342
6343 * progmodes/inf-lisp.el: Moved from top directory.
6344
6345 * tar-mode.el (tar-header-block-tokenize):
6346 Use `when' instead of `and'. Fix some clobbered text.
6347
6348 * gud.el (gud-make-debug-menu): Make a child for the
6349 local menu, for its menu bar, and the debug menu.
6350 (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
6351 Use the history in the simple way.
6352
6353 1999-09-07 Kenichi Handa <handa@etl.go.jp>
6354
6355 * language/korea-util.el (default-korean-keyboard): Initialize it
6356 according to the environment variable HANGUL_KEYBOARD_TYPE.
6357
6358 1999-09-07 Richard Stallman <rms@gnu.org>
6359
6360 * subr.el (make-temp-file): New function.
6361
6362 1999-09-07 Stefan Monnier <monnier@cs.yale.edu>
6363
6364 * font-lock.el (font-lock-multiline): New text property contains
6365 a boolean to indicate if the char is part of a multiline match.
6366 (font-lock-default-fontify-region): Extend the region appropriately
6367 for multiline keywords.
6368 (font-lock-default-unfontify-region): Also remove the new
6369 font-lock-multiline text property.
6370 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
6371 (font-lock-fontify-keywords-region): Mark multiline regexp matches.
6372
6373 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6374
6375 * diary-lib.el (list-diary-entries): Make sure two-digit years
6376 have leading zeros.
6377
6378 1999-09-07 Gerd Moellmann <gerd@gnu.org>
6379
6380 * faces.el (face-set-after-frame-default): Initialize some
6381 attributes of some faces from frame parameters.
6382
6383 * faces.el (scroll-bar, border, cursor, mouse): New faces.
6384
6385 1999-09-07 Gerd Moellmann <gerd@gnu.org>
6386
6387 * faces.el (fringe): Replaces face `margin'.
6388
6389 1999-09-07 Dave Love <fx@gnu.org>
6390
6391 * tar-mode.el (tar-header-block-tokenize): Bind linkname.
6392
6393 1999-09-07 Richard Stallman <rms@gnu.org>
6394
6395 * subr.el (push): Doc fix.
6396
6397 1999-09-06 Richard Stallman <rms@gnu.org>
6398
6399 * vc.el (vc-annotate-display): Use < 69 not < 70
6400 to distinguish 20YY from 19YY.
6401
6402 * timezone.el (timezone-parse-date): Use < 69 not < 70
6403 to distinguish 20YY from 19YY.
6404
6405 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
6406
6407 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk>
6408
6409 * quickurl.el: (quickurl-list-focused-line): Removed.
6410 (quickurl-list-insert): Now works out the focused line using
6411 `count-lines' instead of using `quickurl-list-focused-line'.
6412
6413 1999-09-06 Richard Stallman <rms@gnu.org>
6414
6415 * mail/rmail.el (rmail-retry-failure): Unconditionally move
6416 to beginning of message.
6417
6418 1999-09-06 Dave Love <fx@gnu.org>
6419
6420 * isearch.el (isearch-mode-map): Add mouse-2.
6421
6422 * mail/rmail.el (rmail-read-password): Deleted.
6423 (rmail-get-pop-password): Use read-password.
6424
6425 * quickurl.el: Don't conditionally define caddr.
6426 (quickurl-url-comment): Use nth, not caddr in function and
6427 defsetf.
6428
6429 1999-09-06 Richard Stallman <rms@gnu.org>
6430
6431 * auto-show.el: Doc fixes.
6432
6433 1999-09-06 Stephen Eglen <stephen@gnu.org>
6434
6435 * progmodes/octave-inf.el (inferior-octave-startup-args): Add
6436 --no-line-editing so that TABs in source files are not interpreted
6437 as completion requests.
6438
6439 1999-09-06 Gerd Moellmann <gerd@gnu.org>
6440
6441 * hscroll.el, auto-show.el: Remove all code, keep the public
6442 interface as no-ops.
6443
6444 * faces.el (face-bold-p): Don't return t if face has lighter
6445 weight than normal.
6446
6447 1999-09-06 Eli Zaretskii <eliz@gnu.org>
6448
6449 * startup.el (command-line): Make small-temporary-file-directory
6450 be nil except on ms-dos.
6451
6452 * files.el (small-temporary-file-directory): Ditto. Also doc fix.
6453
6454 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
6455 is defined.
6456
6457 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
6458 letters with a colon after d or l.
6459
6460 1999-09-06 Dave Love <fx@gnu.org>
6461
6462 * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed. (Now
6463 primitive.)
6464
6465 1999-09-05 Richard Stallman <rms@gnu.org>
6466
6467 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
6468
6469 * textmodes/paragraphs.el (backward-kill-sentence):
6470 Don't test minibuffer-prompt-end here.
6471 (forward-sentence): Do handle it here.
6472 (backward-kill-paragraph): Don't test it here.
6473 (forward-paragraph): Handle it here.
6474
6475 * mouse.el (font-menu-add-default): Simplify code.
6476
6477 1999-09-05 Gerd Moellmann <gerd@gnu.org>
6478
6479 * faces.el (header-line): Renamed from `top-line'.
6480
6481 1999-09-05 Gerd Moellmann <gerd@gnu.org>
6482
6483 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
6484
6485 1999-09-04 Richard Stallman <rms@gnu.org>
6486
6487 * whitespace.el: New file.
6488
6489 1999-09-04 Dave Love <fx@gnu.org>
6490
6491 * paths.el: Make some doc strings obey the make-docfile convention.
6492
6493 * bindings.el: Likewise.
6494 (debug-ignored-errors): Remove BBDB ones.
6495
6496 1999-09-03 Richard Stallman <rms@gnu.org>
6497
6498 * mail/mh-comp.el (mh-forward): Get new subject line from the original,
6499 not from the draft to forward.
6500
6501 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
6502
6503 1999-09-03 Dave Love <fx@gnu.org>
6504
6505 * double.el (double-mode): Customize the variable.
6506
6507 1999-09-03 Kenichi Handa <handa@etl.go.jp>
6508
6509 * international/characters.el: Delete duplicated code.
6510
6511 1999-09-02 Richard Stallman <rms@gnu.org>
6512
6513 * indent.el (indent-relative): Doc fix.
6514
6515 * quickurl.el (quickurl): Doc fix.
6516
6517 1999-09-02 Gerd Moellmann <gerd@gnu.org>
6518
6519 * faces.el (margin): Change background to "gray" for mono (this is
6520 drawn with a stipple pattern).
6521
6522 1999-09-02 Gerd Moellmann <gerd@gnu.org>
6523
6524 * simple.el (next-history-element): Use minibuffer-prompt-end once
6525 again. Remove test for minibuffer-prompt-in-buffer.
6526
6527 1999-09-02 Eli Zaretskii <eliz@gnu.org>
6528
6529 * files.el (small-temporary-file-directory): New variable.
6530
6531 * startup.el (command-line): Compute the value of
6532 small-temporary-file-directory.
6533
6534 * ediff-init.el (ediff-temp-file-prefix): Use
6535 small-temporary-file-directory if non-nil.
6536
6537 * vc.el (vc-update-change-log): Likewise.
6538
6539 * progmodes/cmacexp.el (c-macro-expansion): Likewise.
6540
6541 * simple.el (shell-command, shell-command-on-region): Use
6542 make-temp-name properly. Use small-temporary-file-directory if
6543 non-nil, otherwise temporary-file-directory, to generate temporary
6544 files.
6545
6546 * dos-w32.el (direct-print-region-helper): Use
6547 temporary-file-directory. (From Stefan Monnier.)
6548
6549 1999-09-02 Richard Stallman <rms@gnu.org>
6550
6551 * progmodes/asm-mode.el (asm-mode): Set comment-start properly
6552 from asm-comment-char.
6553 (asm-font-lock-keywords): Recognize instruction width suffixes.
6554
6555 1999-09-01 Richard Stallman <rms@gnu.org>
6556
6557 * play/fortune.el: New file.
6558
6559 1999-08-31 Dave Love <fx@gnu.org>
6560
6561 * help.el (help-make-xrefs): Don't lose on non-empty blank line
6562 after key table.
6563
6564 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
6565 redisplay variables.
6566
6567 * subr.el (push): Fix typo.
6568
6569 1999-08-30 Kevin Blake <kblake@ticnet.com>
6570
6571 * emacs-lisp/ring.el: Many doc fixes.
6572 (ring-size, ring-copy): New functions.
6573
6574 1999-08-29 Richard Stallman <rms@gnu.org>
6575
6576 * progmodes/etags.el (tags-loop-continue):
6577 After tags-loop-operate returns, force skip to next file.
6578
6579 * mail/mail-extr.el (mail-extr-all-letters-but-separators)
6580 (mail-extr-first-letters, mail-extr-last-letters):
6581 Use character classes [:alpha:] and [:alnum:].
6582
6583 * subr.el (push, pop): New macros.
6584
6585 * progmodes/compile.el (compilation-error-regexp-alist):
6586 New item for SGI IRIX MipsPro compilers.
6587
6588 * speedbar.el (speedbar-directory-buttons): Recognize
6589 device names when checking for file names.
6590
6591 * array.el (array-reconfigure-rows): Use generate-new-buffer.
6592
6593 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
6594 and specially handle defvar inside their expansions.
6595 (eval-defun-1): New subroutine.
6596
6597 * progmodes/compile.el (compilation-error-regexp-alist):
6598 Fix the Perl -w entry to allow period after line number.
6599 Don't allow newlines in file name, but allow them after line number
6600 for Perl debugging traces.
6601
6602 * which-func.el (which-func-cleanup-function): New variable.
6603 (which-function): Call that function.
6604
6605 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
6606 to end a function name.
6607
6608 * informat.el (Info-tagify): Don't insert more than one newline
6609 before the tag table.
6610
6611 1999-08-29 Stefan Monnier <monnier@cs.yale.edu>
6612
6613 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
6614 than make-temp-name, use match-string-no-properties, and eliminate
6615 a quadratic behavior when building bibtex-strings.
6616
6617 1999-08-29 Alex Schroeder <alex@gnu.org>
6618
6619 * comint.el (comint-input-ring-separator): New variable.
6620 (comint-read-input-ring): Doc change; use
6621 comint-input-ring-separator when reading file.
6622 (comint-write-input-ring): Use
6623 comint-input-ring-separator when writing file.
6624
6625 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com>
6626
6627 * informat.el (Info-tagify): Start by widening.
6628 Match node headers that don't list the file name,
6629 and more kinds of page separations.
6630 Strip properties during tagification.
6631 Use start of node header line as tag's position.
6632 Fix the "done" message.
6633
6634 (Info-validate): Save and restore match data around narrowing down.
6635
6636 1999-08-28 Richard M. Stallman <rms@gnu.org>
6637
6638 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
6639 On repeated call, override previous values put into
6640 minor-mode-map-alist and minor-mode-alist.
6641
6642 1999-08-28 Michael Ernst <mernst@alum.mit.edu>
6643
6644 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
6645
6646 1999-08-27 Andreas Schwab <schwab@gnu.org>
6647
6648 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
6649 from cvs update.
6650
6651 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6652
6653 * calendar/calendar.el (calendar-move-hook): New hook.
6654
6655 * calendar/cal-move.el: Call the new hook in every movement function.
6656
6657 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
6658 the right function name.
6659
6660 1999-08-26 Stephen Gildea <gildea@alum.mit.edu>
6661
6662 * time-stamp.el: Put quote-backquote around all symbol names
6663 in doc strings, for mousing.
6664 (time-stamp): Support multi-line patterns.
6665 (time-stamp-inserts-lines): New variable.
6666 (time-stamp-count): New variable.
6667 (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
6668 "Thu" instead of "%a".
6669
6670 1999-08-25 Gerd Moellmann <gerd@gnu.org>
6671
6672 * simple.el (kill-word): Undo previous change.
6673
6674 1999-08-25 Gerd Moellmann <gerd@gnu.org>
6675
6676 * jit-lock.el (jit-lock-function): Extend the fontified range
6677 to the beginning of the line containing the range start and
6678 the beginning of the line following the range end.
6679
6680 1999-08-24 Dave Love <fx@gnu.org>
6681
6682 * timezone.el: Move provide to end.
6683 (timezone-parse-date): Simplify somewhat. Assume 2-digit years
6684 <70 are 2000+.
6685 (timezone-parse-time): Simplify somewhat.
6686
6687 1999-08-24 Gerd Moellmann <gerd@gnu.org>
6688
6689 * faces.el (margin): Renamed from bitmap-area.
6690
6691 1999-08-24 Alex Schroeder <alex@gnu.org>
6692
6693 * sql.el: Doc changes.
6694 (sql-sybase): Use sql-server instead of sql-database.
6695
6696 1999-08-23 Dave Love <fx@gnu.org>
6697
6698 * rect.el: Add/fix various doc strings. Add `*' to all the
6699 interactive specs.
6700
6701 1999-08-21 Gerd Moellmann <gerd@gnu.org>
6702
6703 * jit-lock.el (jit-lock-function): Use line-beginning-position.
6704 Don't unwind-protect font-lock-fontify-region.
6705
6706 * paragraphs.el (backward-kill-paragraph): Don't move
6707 point into mini-buffer prompt.
6708 (backward-kill-sentence): Ditto.
6709
6710 * simple.el (next-history-element): Use minibuffer-prompt-end.
6711 Remove test for minibuffer-prompt-in-buffer.
6712 (kill-word): Don't move point into mini-buffer prompt.
6713
6714 1999-08-21 Dave Love <fx@gnu.org>
6715
6716 * Makefile: Exclude CVS dirs like RCS.
6717
6718 1999-08-19 Dave Love <fx@gnu.org>
6719
6720 * tooltip.el (tooltip-mode): Customize this, per convention.
6721 (tooltip-active): Option deleted.
6722
6723 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize.
6724
6725 * hanoi.el, page-ext.el: Declare dynamic vars.
6726
6727 * term.el: Avoid ange-ftp related compilation warnings.
6728
6729 1999-08-18 Gerd Moellmann <gerd@gnu.org>
6730
6731 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
6732 the default so that beginners can benefit from it without
6733 searching in manuals.
6734
6735 1999-08-18 Ray Blaak <blaak@gnu.org>
6736
6737 * progmodes/delphi.el: Consider assembly sections as blocks, to
6738 indent them better. Make auto-indent on newline optional.
6739
6740 1999-08-17 Gerd Moellmann <gerd@gnu.org>
6741
6742 * bindings.el (mode-line-modified): Look up key binding for C-x
6743 C-q. If it's bound call that binding, otherwise call
6744 toggle-read-only.
6745
6746 1999-08-17 Dave Love <fx@gnu.org>
6747
6748 * info.el (info): Doc fix.
6749
6750 * finder.el (finder-known-keywords): Add `multimedia'.
6751
6752 * apropos.el: Don't capitalize custom group name.
6753
6754 * info-look.el: Remove compatibility code.
6755 (info-lookup-guess-default*): DTRT for point at start of symbol.
6756 (info-complete): Don't lose with point not at end of symbol.
6757
6758 1999-08-16 Gerd Moellmann <gerd@gnu.org>
6759
6760 * term.el (toplevel): Make face `term-default' an empty face.
6761 The code relied on the fact that Emacs ignored invalid faces in
6762 face text properties in 20.4.
6763
6764 1999-08-16 Richard M. Stallman <rms@gnu.org>
6765
6766 * subr.el (point-at-eol, point-at-bol): New aliases.
6767
6768 * simple.el: Functions reordered.
6769
6770 * rect.el (delete-rectangle-line): Use line-end-position.
6771
6772 1999-08-16 Karl Heuer <kwzh@gnu.org>
6773
6774 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
6775 here from simple.el.
6776
6777 1999-08-16 Dave Love <fx@gnu.org>
6778
6779 * mouse.el: Provide `mldrag' for compatibility.
6780 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
6781 marked obsolete.
6782
6783 * mldrag.el: Removed since the features are in mouse.el.
6784
6785 * jka-compr.el (auto-compression-mode): New variable for
6786 customization.
6787
6788 * bindings.el (mode-line-mule-info): Doc fix.
6789
6790 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
6791 name comparisons.
6792
6793 * files.el (interpreter-mode-alist): Add make, guile, clisp.
6794 (find-file): Doc fix.
6795
6796 1999-08-16 Carsten Dominik <cd@gnu.org>
6797
6798 * textmodes/reftex.el: Most of the code moved to other files.
6799 * textmodes/reftex-auc.el: New file, split out from reftex.el
6800 * textmodes/reftex-cite.el: New file, split out from reftex.el
6801 * textmodes/reftex-global.el: New file, split out from reftex.el
6802 * textmodes/reftex-index.el: New file, split out from reftex.el
6803 * textmodes/reftex-parse.el: New file, split out from reftex.el
6804 * textmodes/reftex-ref.el: New file, split out from reftex.el
6805 * textmodes/reftex-sel.el: New file, split out from reftex.el
6806 * textmodes/reftex-toc.el: New file, split out from reftex.el
6807 * textmodes/reftex-vars.el: New file, split out from reftex.el
6808 * textmodes/reftex-vcr.el: New file, split out from reftex.el
6809
6810 1999-08-16 Carsten Dominik <cd@gnu.org>
6811
6812 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
6813 conflict with pop-up-frames.
6814 (reftex-special-environment-parsers): New constant.
6815 (reftex-label-alist): car of an entry can also be a function.
6816 (reftex-what-special-env): Cew function.
6817 (reftex-label-location): Call `reftex-what-special-env'.
6818 (reftex-compile-variables): Check for symbol in
6819 `reftex-label-alist'.
6820 (reftex-what-environment): Fixed bug with stacked environments of
6821 same kind (e.g. enumerate).
6822 (reftex-process-string): Preserve default directory.
6823 (reftex-label-alist-builtin): Changed prefixes of endnote and
6824 footnote. Also the magic words.
6825 (reftex-reference): Interprete new option
6826 `reftex-fref-is-default'.
6827 (reftex-replace-prefix-escapes): Interprete new `%S' format.
6828 (reftex-toc-mouse-view-line): Command removed (had no binding).
6829 (reftex-everything-regexp): New function.
6830 (reftex-nearest-match): Made better.
6831 (reftex-toc-find-section): Use new version of
6832 `reftex-nearest-match'.
6833 (reftex-insert-docstruct): Adapted to work with the index stuff.
6834 (reftex-parse-from-file): Find index entries as well.
6835 (reftex-toc-toggle-index): New function
6836 (reftex-toc-map): `i' is now used to togle the index, File
6837 boundaries has been moved to `F'.
6838 (reftex-select-label-map): Toggling display of file boundaries is
6839 now on the `F' key, for consistency with `reftex-toc-map'.
6840 (reftex-erase-all-selection-and-index-buffers): Renamed from
6841 `reftex-erase-all-selection-buffer'. Now also kills the index
6842 buffers.
6843 (reftex-viewing-cross-references): Customization group renamed
6844 from reftex-viewing-cross-references-and-citations.
6845 (reftex-index-macro-regexp,
6846 reftex-find-index-entry-regexp-format): New variables
6847 (reftex-macros-with-index): New variable
6848 (reftex-add-index-macros): New function
6849 (reftex-renumber-simple-labels, reftex-translate): Allow for
6850 multiple labels in a single ref command.
6851 (reftex-index-support): New customization group
6852 (reftex-support-index, reftex-index-special-chars,
6853 reftex-index-macros, reftex-index-default-macro,
6854 reftex-index-default-tag, reftex-index-math-format,
6855 reftex-index-section-letters, reftex-index-include-context,
6856 reftex-index-follow-mode, reftex-index-header-face,
6857 reftex-index-section-face, reftex-index-tag-face,
6858 reftex-index-face): New options
6859 (reftex-index-map, reftex-index-menu, reftex-last-index-file,
6860 reftex-index-tag, reftex-index-return-marker,
6861 reftex-index-restriction-indicator, reftex-index-restriction-data,
6862 reftex-index-macro-regexp, reftex-index-level-re,
6863 reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
6864 reftex-everything-regexp-no-index, reftex-index-re,
6865 reftex-macros-with-index, reftex-index-macro-alist): New variables
6866 (reftex-index-help, reftex-index-macros-builtin,
6867 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
6868 reftex-query-index-macro-help): New constants
6869 (reftex-index-selection-or-word, reftex-index,
6870 reftex-default-index, reftex-update-default-index,
6871 reftex-index-complete-tag, reftex-index-select-tag,
6872 reftex-index-complete-key, reftex-index-update-taglist,
6873 reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
6874 reftex-display-index, reftex-insert-index,
6875 reftex-index-insert-new-letter, reftex-get-restriction,
6876 reftex-index-pre-command-hook, reftex-index-post-command-hook,
6877 reftex-index-show-help, reftex-index-next, reftex-index-previous,
6878 reftex-index-toggle-follow, reftex-index-toggle-context,
6879 reftex-index-view-entry, reftex-index-goto-entry-and-hide,
6880 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
6881 reftex-index-quit, reftex-index-quit-and-kill,
6882 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
6883 reftex-index-revert, reftex-index-switch-index-tag,
6884 reftex-index-restrict-to-section, reftex-index-widen,
6885 reftex-index-restriction-forward,
6886 reftex-index-restriction-backward, reftex-index-visit-location,
6887 reftex-index-analyze-entry, reftex-index-globalize,
6888 reftex-index-edit, reftex-index-toggle-range-beginning,
6889 reftex-index-toggle-range-end, reftex-index-edit-key,
6890 reftex-index-edit-attribute, reftex-index-edit-visual,
6891 reftex-index-edit-part, reftex-index-level-down,
6892 reftex-index-level-up, reftex-index-kill, reftex-index-undo,
6893 reftex-index-change-entry, reftex-index-goto-letter,
6894 reftex-add-index-macros, reftex-ensure-index-support,
6895 reftex-index-info-safe, reftex-index-info): New functions.
6896
6897
6898 1999-08-15 Richard M. Stallman <rms@gnu.org>
6899
6900 * paren.el (show-paren-mode): Support making show-paren-mode
6901 a buffer-local variable. Don't check for a window system.
6902 (show-paren-function): Check whether show-paren-function is
6903 enabled in current buffer; do the right thing if not.
6904 Don't check for a window system.
6905 (show-paren-mode): Make it a user variable.
6906
6907 * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
6908 Handle `enum' like `struct'.
6909
6910 * server.el (server-process-filter): If a client visits no buffers,
6911 close it immediately before recording it.
6912
6913 * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
6914 Optimize by calling concat just once. Handle =\n sequence.
6915 (mail-unquote-printable-region): New command.
6916 (mail-quote-printable): Make it autoload.
6917
6918 1999-08-15 Karl Heuer <kwzh@gnu.org>
6919
6920 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
6921
6922 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
6923
6924 * lisp/texinfmt.el: Handle @ifnottex.
6925
6926 1999-08-15 Eli Zaretskii <eliz@gnu.org>
6927
6928 * frame.el (blink-cursor): Don't turn on cursor blinking for
6929 ms-dos.
6930
6931 * faces.el (face-valid-attribute-values): Look in
6932 x-bitmap-file-path only for x and w32 window systems.
6933
6934 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
6935 Do that if width is nil as well.
6936 (x-display-mm-height, x-display-mm-width): Update values.
6937 (x-colors): Compute the list from msdos-color-values.
6938 (x-select-enable-clipboard): Doc fix.
6939 (x-frob-font-weight, x-font-family-list): New functions.
6940
6941 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk>
6942
6943 * window.el (shrink-window-if-larger-than-buffer): Don't try to
6944 back up from beginning of buffer.
6945
6946 1999-08-13 Karl Heuer <kwzh@gnu.org>
6947
6948 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
6949
6950 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US>
6951
6952 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G
6953 doomsday clock, speed control is added and changes are made to
6954 allow large numbers of rings: rings now show the whole ring
6955 number, not just the last digit; consecutive rings are allowed to
6956 be the same size when necessary to fit all the rings in the
6957 window; and poles can be oriented horizontally. Face support is
6958 thrown in gratuitously.
6959 (hanoi): Changed default number of rings back to 3.
6960 (hanoi-unix, hanoi-unix-64): New commands
6961 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
6962 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
6963 hanoi-odd-ring-face): New variables.
6964 (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
6965 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
6966 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
6967 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
6968 (hanoi-topos, hanoi-draw-ring): Removed.
6969
6970 1999-08-12 Gerd Moellmann <gerd@gnu.org>
6971
6972 * faces.el (face-valid-attribute-values): Return an alist for
6973 families on ttys.
6974 (face-read-integer): Handle unspecified face attributes. Add
6975 completion for `unspecified'.
6976 (read-face-attribute): Handle unspecified font attributes.
6977 (face-valid-attribute-values): Add `unspecified' to lists so that
6978 it can be chosen via completion.
6979 (face-read-string): Don't recognize "none" as input.
6980
6981 1999-08-10 Dave Love <fx@gnu.org>
6982
6983 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
6984 string.
6985
6986 * sun-curs.el: Require sun-fns.
6987
6988 1999-08-10 Dave Love <fx@gnu.org>
6989
6990 * autorevert.el (auto-revert-mode): Add autoload cookie.
6991
6992 * hscroll.el, auto-show.el: Files deleted -- we have built-in
6993 hscroll.
6994
6995 * simple.el (hscroll-step, hscroll-point-visible)
6996 (hscroll-window-column): Remove now we have the mentioned real
6997 horizontal autoscrolling.
6998
6999 1999-08-10 Richard M. Stallman <rms@gnu.org>
7000
7001 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
7002 control use of -f option.
7003 (mail-specify-envelope-from): New variable.
7004 (mail-from-style): Doc fix.
7005
7006 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
7007 (easy-menu-get-map): New arg TO-MODIFY helps choose
7008 between local and global maps.
7009 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
7010 (easy-menu-change): Doc fix.
7011
7012 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
7013 (info-lookup-guess-default): Simplified and cleaned up.
7014 (info-lookup-guess-default*): Preserve point.
7015
7016 * view.el (view-mode-disable): If buffer-read-only is nil,
7017 don't change it.
7018
7019 * files.el (after-find-file): Disable View mode if buffer is no
7020 longer read-only.
7021
7022 * view.el (view-mode-enable, view-mode-disable):
7023 Call force-mode-line-update.
7024
7025 1999-08-10 Karl Heuer <kwzh@gnu.org>
7026
7027 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
7028 * array.el, play/landmark.el, international/latin-3.el: Likewise.
7029 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
7030
7031 1999-08-10 Alex Schroeder <asc@bsiag.com>
7032
7033 * ansi-color.el (ansi-color-to-text-properties): Added New state 5
7034 to prevent m-eating-bug.
7035
7036 1999-08-10 Eli Zaretskii <eliz@gnu.org>
7037
7038 * term/pc-win.el (msdos-bg-mode): Remove. Call
7039 frame-set-background-mode instead. All callers changed.
7040 (msdos-face-setup): Don't force color display parameter, it is set
7041 by frame-set-background-mode.
7042 (make-msdos-frame): Call x-handle-reverse-video and
7043 face-set-after-frame-default. Delete frame if creation failed.
7044
7045 * faces.el (face-set-after-frame-default): Don't call
7046 make-face-x-resource-internal for the pc window-system.
7047
7048 1999-08-10 Dave Love <fx@melange.gnu.org>
7049
7050 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
7051 case with no docstring specially.
7052
7053 1999-08-09 Eli Zaretskii <eliz@gnu.org>
7054
7055 * complete.el (PC-do-completion): If completing on file name,
7056 reproduce str by concatenating its directory and basename parts.
7057
7058 1999-08-07 Dave Love <fx@gnu.org>
7059
7060 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid
7061 unibyte to multibyte conversion of search-forward (from Handa),
7062 but avoid the replacement if the language is Latin-N.
7063
7064 1999-08-06 Richard Stallman <rms@gnu.org>
7065
7066 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
7067 of eval-buffer.
7068
7069 * international/mule.el (load-with-code-conversion):
7070 Pass t to eval-buffer for DO-ALLOW-PRINT.
7071
7072 1999-08-06 Geoff Voelker <voelker@cs.washington.edu>
7073
7074 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
7075 of filenames and attributes.
7076 (ls-lisp-insert-directory): Use directory-files-and-attributes
7077 for speed.
7078
7079 1999-08-05 Dave Love <fx@gnu.org>
7080
7081 * auto-show.el (auto-show-mode): Fix :set.
7082
7083 * widget.el (define-widget-keywords): Make dummy definition and
7084 comment-out its use.
7085
7086 1999-08-04 Richard Stallman <rms@gnu.org>
7087
7088 * progmodes/tcl.el: Customized.
7089
7090 * sql.el (sql-accumulate-and-indent): Instead of testing
7091 whether this is Emacs 20 before calling comint-accumulate,
7092 test whether comint-accumulate is defined.
7093
7094 1999-08-04 Dave Love <fx@gnu.org>
7095
7096 * sgml-mode.el: Require outline when compiling.
7097 (sgml-mode-hook, html-mode-hook): Customize.
7098 (sgml-validate-command): Fix :version.
7099 (html-autoview-mode): Doc fix.
7100
7101 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
7102 nothing in Latin-N environment.
7103
7104 * info.el (Info-find-node): Call info-initialize here.
7105 (info): Not here.
7106 (Info-file-list-for-emacs): Add message, dired-x, c, viper.
7107
7108 1999-08-04 Richard Stallman <rms@gnu.org>
7109
7110 * ansi-color.el: New file.
7111
7112 1999-08-04 Stefan Monnier <monnier@cs.yale.edu>
7113
7114 * dired.el (dired-string-replace-match): Return `nil' when no match
7115 found with global search.
7116
7117 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
7118 * terminal.el (te-terminfo-directory):
7119 * mail/mailpost.el (post-mail-send-it):
7120 * mail/metamail.el (metamail-region):
7121 * progmodes/ada-mode.el (ada-tmp-directory):
7122 Use temporary-file-directory.
7123
7124 * progmodes/compile.el (compilation-parsing-end,compilation-setup)
7125 (compilation-filter, compilation-forget-errors)
7126 (compilation-parse-errors): Use a marker instead of an integer for
7127 `compilation-parsing-end'.
7128
7129 * progmodes/diff.el (diff-parse-differences):
7130 Use a marker instead of an integer for `compilation-parsing-end'.
7131 * textmodes/tex-mode.el (tex-compilation-parse-errors):
7132 Use a marker instead of an integer for `compilation-parsing-end'.
7133
7134 1999-08-03 Richard Stallman <rms@gnu.org>
7135
7136 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
7137 (Buffer-menu-mode): Doc fix.
7138 (Buffer-menu-view): New command.
7139 (Buffer-menu-view-other-window): New command.
7140
7141 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com>
7142
7143 * replace.el (query-replace-regexp-eval)
7144 (replace-eval-replacement, replace-loop-through-replacements)
7145 (replace-match-string-symbols): New functions.
7146 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
7147 Use replace-loop-through-replacements.
7148
7149 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk>
7150
7151 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
7152 (5x5): Doc fix.
7153
7154 1999-08-03 Dave Love <fx@gnu.org>
7155
7156 * fortran.el (fortran-indent-new-line): Make it an alias
7157 for reindent-then-newline-and-indent.
7158
7159 1999-08-03 Didier Verna <verna@inf.enst.fr>
7160
7161 * rect.el: All functions rewritten, except when noted above
7162 their declaration. Below is a list of interface changes.
7163 (apply-on-rectangle): New function, mostly replaces
7164 `operate-on-rectangle'. All callers changed.
7165 (move-to-column-force): Pass new second argument to `move-to-column'.
7166 (kill-rectangle): Added optional prefix arg to fill lines.
7167 (delete-rectangle): Ditto.
7168 (delete-whitespace-rectangle): Ditto.
7169 (delete-extract-rectangle): Ditto.
7170 (open-rectangle): Ditto.
7171 (clear-rectangle): Ditto.
7172 (delete-whitespace-rectangle-line): New function.
7173 (delete-rectangle-line): Added third arg FILL.
7174 (delete-extract-rectangle-line): Ditto.
7175 (open-rectangle-line): Ditto.
7176 (clear-rectangle-line): Ditto.
7177
7178 1999-08-03 Ray Blaak <blaak@gnu.org>
7179
7180 * progmodes/delphi.el: New file.
7181
7182 1999-08-02 Richard Stallman <rms@gnu.org>
7183
7184 * textmodes/outline.el (outline-previous-heading): New function.
7185 (outline-up-heading-all): Use outline-previous-heading.
7186 (outline-next-heading): Delete definition inserted yesterday.
7187
7188 1999-08-01 Richard Stallman <rms@gnu.org>
7189
7190 * textmodes/outline.el (outline-next-heading): New function.
7191 (outline-up-heading-all): New function.
7192 (outline-font-lock-level): Using outline-up-heading-all.
7193 Tell outline-back-to-heading to accept invisible headings.
7194
7195 * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
7196
7197 * mail/mh-utils.el (mh-find-path-run): New variable.
7198 (mh-find-path): Test and set that.
7199 Set mail-user-agent only the first time this function is run.
7200 (mail-user-agent): Defvar deleted.
7201
7202 * info.el (info-initialize): New function.
7203 (info): Call info-initialize.
7204 (Info-directory-list): Initialize to nil,
7205 so info-initialize will set it up for real.
7206
7207 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7208
7209 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
7210 does not interpret a time as the year in a day-month entry.
7211
7212 * calendar/diary-lib.el: Change syntax table entry for colon in
7213 the diary as part of the european-date-diary-pattern fix.
7214
7215 1999-08-01 Eli Zaretskii <eliz@gnu.org>
7216
7217 * international/mule.el (set-auto-coding): Allow whitespace before
7218 and after the "variable: value" pair.
7219
7220 1999-07-30 Ken'ichi Handa <handa@gnu.org>
7221
7222 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
7223 (default-sendmail-coding-system): Doc-string fixed.
7224
7225 1999-07-30 Dave Love <fx@gnu.org>
7226
7227 * subr.el (assoc-delete-all): New function, renamed from
7228 frame-delete-all.
7229
7230 * frame.el: Change comments to doc strings and other doc fixes.
7231 (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
7232 Callers changed.
7233 (set-background-color, set-foreground-color, set-cursor-color)
7234 (set-mouse-color, set-border-color): Offer completion of colours.
7235 (cursor): Add :version to defgroup.
7236
7237 * facemenu.el (list-colors-display): Make it work on ttys.
7238 (facemenu-read-color): Likewise.
7239
7240 1999-07-30 Richard M. Stallman <rms@gnu.org>
7241
7242 * frame.el (frame-notice-user-settings): If background
7243 color has been changed, update background-mode from it,
7244 then update faces.
7245
7246 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com>
7247
7248 * net-utils.el (finger): Don't do indirect fingering.
7249
7250 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7251
7252 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
7253 rules. Add separator at end of holidays.
7254 (cal-tex-rules): New customizable variable.
7255 (cal-tex-latexify-list): Add optional parameter to put separator
7256 at end.
7257
7258 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu>
7259
7260 * textmodes/fill.el (fill-individual-paragraphs): Calculate new
7261 fill prefix on each line while looping to the end of paragraph.
7262 End paragraph if it's longer than the existing fill prefix.
7263
7264 * textmodes/fill.el (fill-context-prefix): Doc fix.
7265
7266 1999-07-30 Dave Love <fx@gnu.org>
7267
7268 * font-lock.el (jit-lock): Fix :load, add :version.
7269
7270 1999-07-30 Eli Zaretskii <eliz@gnu.org>
7271
7272 * term/pc-win.el (msdos-face-setup): Register standard colors in
7273 Vface_tty_color_alist.
7274 (face-color-supported-p, face_color_gray_p): New functions.
7275
7276 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
7277 is bound.
7278
7279 * startup.el (command-line): Don't register default colors for
7280 MSDOS window-system.
7281
7282 1999-07-29 Dave Love <fx@gnu.org>
7283
7284 * f90.el (f90-mode-syntax-table): Change backslash to escape, not
7285 charquote.
7286
7287 * lisp-mode.el (eval-defun): Re-written to avoid
7288 capturing variables.
7289
7290 * picture.el (picture-beginning-of-line): Don't call
7291 hscroll-point-visible now we have real autoscrolling.
7292 (picture-end-of-line, picture-newline, picture-open-line):
7293 Likewise.
7294
7295 * international/latin-8.el: New file.
7296 * international/latin-9.el: New file.
7297
7298 1999-07-28 Dave Love <fx@gnu.org>
7299
7300 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
7301
7302 * msb.el: Require cl only when compiling.
7303 (msb--home-dir): Deleted.
7304 (msb--format-title): Use abbreviate-file-name.
7305 (msb--choose-file-menu): Simplify string comparison.
7306
7307 1999-07-28 Gerd Moellmann <gerd@gnu.org>
7308
7309 * faces.el (toolbar): Add face definition for mono displays.
7310
7311 1999-07-27 Richard M. Stallman <rms@gnu.org>
7312
7313 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
7314
7315 * frame.el (frame-initialize): When setting frame-initial-frame-alist,
7316 force copying of default-frame-alist.
7317
7318 1999-07-26 Ken'ichi Handa <handa@gnu.org>
7319
7320 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
7321
7322 1999-07-26 Richard M. Stallman <rms@gnu.org>
7323
7324 * frame.el (set-mouse-color): If new color is nil,
7325 really respecify the current color.
7326
7327 1999-07-26 Gerd Moellmann <gerd@gnu.org>
7328
7329 * faces.el (bitmap-area): Change background of face `bitmap-area'
7330 to white for mono displays.
7331
7332 1999-07-26 Kenichi Handa <handa@etl.go.jp>
7333
7334 * international/ccl.el (ccl-embed-symbol): New function.
7335 (ccl-program-p): Deleted. Now it's implemented in C code.
7336 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
7337 (ccl-compile-translate-character): Likewise.
7338 (ccl-compile-map-single): Likewise.
7339 (ccl-compile-multiple-map-function): Likewise.
7340 (declare-ccl-program): Doc-string modified.
7341 (check-ccl-program): Check compiled CCL code by ccl-program-p.
7342
7343 1999-07-25 Ken'ichi Handa <handa@etl.go.jp>
7344
7345 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
7346
7347 1999-07-25 Markus Rost <rost@gnu.org>
7348
7349 * cus-edit.el (custom-save-variables, custom-save-faces): Sort
7350 the entries to make custom-file more readable.
7351
7352 1999-07-25 Richard M. Stallman <rms@gnu.org>
7353
7354 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
7355
7356 * emacs-lisp/edebug.el: Delete compatibility code.
7357 (edebug-next-token-class): If . is followed by a digit,
7358 return `symbol' for the token class.
7359
7360 * startup.el (command-line): If we don't find the user's init file,
7361 set user-init-file to nil.
7362
7363 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7364
7365 * info-look.el (info-lookup-interactive-arguments): Add optional
7366 argument query for new choice of help mode.
7367 (info-lookup-symbol): Use it.
7368 (info-lookup-file): Ditto.
7369 (info-lookup): Don't switch to other window, if already in Info
7370 buffer.
7371
7372 1999-07-23 Dave Love <fx@gnu.org>
7373
7374 * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
7375 syntax.
7376 (fortran-fontify-string, fortran-match-!-comment): Deleted.
7377 (fortran-font-lock-syntactic-keywords): New variable.
7378 (fortran-mode): Use it.
7379 (fortran-font-lock-keywords-1): Don't do comments.
7380 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
7381 match data.
7382
7383 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
7384
7385 * msb.el (msb-menu-bar-update-buffers): Renamed from
7386 menu-bar-update-buffers.
7387 (msb-custom-set, msb--toggle-menu-type): Call
7388 msb-menu-bar-update-buffers.
7389 (msb-mode): Revise the hook setting.
7390
7391 * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
7392
7393 1999-07-23 Gerd Moellmann <gerd@gnu.org>
7394
7395 * font-lock.el, help.el, simple.el: Re-integrate previously
7396 described changes that were lost due to errors while checking them
7397 in.
7398
7399 1999-07-23 Kevin Blake <kblake@ticnet.com>
7400
7401 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
7402
7403 1999-07-23 Ken'ichi Handa <handa@etl.go.jp>
7404
7405 * international/encoded-kb.el
7406 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
7407 but push it to unread-command-events.
7408 (encoded-kbd-self-insert-iso2022-8bit): Likewise.
7409 (encoded-kbd-self-insert-sjis): Likewise.
7410 (encoded-kbd-self-insert-big5): Likewise.
7411
7412 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
7413 before left margin and fill-prefix by fill-find-break-point.
7414
7415 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7416
7417 * info-look.el (info-lookup-setup-mode): Don't give up, if
7418 info-lookup-make-completions returns an error.
7419 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
7420 name latex, not latex2e.
7421
7422 1999-07-21 Richard M. Stallman <rms@gnu.org>
7423
7424 * replace.el (perform-replace): Turn off case-fold-search
7425 if FROM-STRING argument has uppercase in it.
7426
7427 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7428
7429 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
7430 mode is on. Don't use end of changed text.
7431
7432 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7433
7434 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
7435 (cl-hash-table-p): Renamed from hash-table-p.
7436 (cl-hash-table-count): Renamed from hash-table-count.
7437 (maphash): Alias to cl-maphash removed.
7438 (gethash): Likewise.
7439 (puthash): Likewise.
7440 (remhash): Likewise.
7441 (clrhash): Likewise.
7442
7443 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7444
7445 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
7446 third arg non-nil. See comment there why this isn't a good idea.
7447
7448 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7449
7450 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
7451
7452 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
7453 sit-for with 3rd arg non-nil to prevent redisplay.
7454
7455 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7456
7457 * image.el (image-type-from-file-header): If file doesn't
7458 have a directory part, add data-directory.
7459
7460 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7461
7462 * tooltip.el (tooltip-gud-tips-p): Set default to nil.
7463 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
7464 motion handling when tooltip-gud-tips-p is nil.
7465
7466 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7467
7468 * tooltip.el (tooltip-mode): Don't use `plusp'.
7469 (tooltip-active): Use initial value of nil.
7470
7471 * jit-lock.el (jit-lock-mode): Don't use `plusp'.
7472
7473 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7474
7475 * bindings.el (make-mode-line-mouse-sensitive): Add key
7476 definitions for `top-line'.
7477
7478 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7479
7480 * faces.el (top-line): New face.
7481
7482 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7483
7484 * image.el (image-type-regexps): Add regexp for PS files.
7485
7486 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7487
7488 * faces.el (set-face-attribute): Fix wrong handling of frame
7489 begin equal to t.
7490
7491 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7492
7493 * image.el (image-type-regexps): Add PNG format.
7494
7495 1999-07-21 Dave Love <fx@gnu.org>
7496
7497 * bindings.el (mode-line-modified): New variable.
7498 (mode-line-mode-menu-1): Switch to appropriate window before
7499 showing menu.
7500
7501 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7502
7503 * faces.el (face-underline): Removed.
7504 (face-underline-color): Ditto.
7505
7506 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7507
7508 * faces.el (face-x-resources): Fix typo.
7509
7510 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7511
7512 * faces.el: Remove handling of `:relief', extend handling of
7513 `:box'.
7514 (frame-set-background-mode): Choose new defface specs after
7515 frame parameters have changed.
7516
7517 * cus-face.el: Ditto.
7518
7519 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7520
7521 * custom.el (defface): Extend documentation to include new
7522 face attributes.
7523
7524 * cus-face.el (custom-face-attributes): Add overline,
7525 strike-through, box.
7526
7527 * faces.el (face-valid-attribute-values): Handle overline,
7528 strike-through, box.
7529 (face-attribute-name-alist): Add pairs for new face attributes.
7530 (describe-face): Handle new face attributes.
7531
7532 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7533
7534 * faces.el (face-x-resources): Add overline, strike-through, box.
7535
7536 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7537
7538 * enriched.el (enriched-translations): Add `display' and
7539 "x-display".
7540 (enriched-handle-display-prop): New.
7541 (enriched-decode-display-prop): New.
7542
7543 * format.el (top-level): Give `display' property
7544 `format-list-atomic-p.
7545 (format-annotate-single-property-change): Test that property.
7546 If present, treat list property values like atoms.
7547
7548 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7549
7550 * cus-face.el (custom-face-attributes): Use `choice' everywhere
7551 so that "*" can be entered.
7552
7553 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7554
7555 * cus-face.el (custom-face-attributes): Don't use `#''.
7556
7557 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7558
7559 * cus-face.el (custom-face-attributes): Return underline
7560 face attribute directly from the second lambda of underline.
7561
7562 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7563
7564 * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
7565
7566 * frame.el (after-setting-font-hooks): New variable.
7567 (set-frame-font): Run those hooks.
7568
7569 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
7570
7571 * faces.el (set-face-attribute): Fix doc string.
7572
7573 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7574
7575 * cus-face.el (custom-face-attributes): Accept color name.
7576
7577 * faces.el (face-underline-p): Accept unspecified underlining.
7578 (face-underline): Ditto. Fix doc string.
7579
7580 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7581
7582 * faces.el (face-underline-color): New function.
7583
7584 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7585
7586 * cus-face.el (custom-face-attributes): Support underline coloring.
7587 Added slot to choose a color.
7588
7589 * faces.el (face-underline): New function.
7590 (face-underline-p): Support underline coloring.
7591 Return nil only if the underline attribute is 'normal.
7592 (set-face-underline): New function.
7593 (face-valid-attribute-values): Support underline coloring.
7594
7595 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7596
7597 * image.el (insert-image): Use `display' instead of `glyph'
7598 as text property name.
7599 (put-image): Ditto.
7600 (image-type-from-file-header): Use insert-file-contents-literally.
7601
7602 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7603
7604 * easymenu.el (easy-menu-do-add-item): Don't use the empty
7605 string to indicate separators.
7606
7607 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7608
7609 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
7610 instead of message-log.
7611
7612 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7613
7614 * faces.el (bitmap-area): New face.
7615
7616 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7617
7618 * image.el (insert-image): New.
7619
7620 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7621
7622 * frame.el (blink-cursor): Set the symbol's value.
7623 (show-trailing-whitespace): Change group to font-lock.
7624
7625 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7626
7627 * jit-lock.el: New.
7628 * font-lock.el: Add jit-mode as new support mode.
7629
7630 * font-lock.el (font-lock-fontify-keywords-region): Stop when
7631 reaching end instead of letting re-search-forward signal an error.
7632 (demand-lock-mode): New.
7633 (font-lock-turn-on-thing-lock): Add demand-lock-mode.
7634 (font-lock-turn-off-thing-lock): Ditto.
7635 (font-lock-after-fontify-buffer): Ditto.
7636 (font-lock-after-unfontify-buffer): Ditto.
7637
7638 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7639
7640 * gs.el: New file.
7641
7642 * startup.el (command-line-1): Activate tooltip mode if
7643 interactive.
7644
7645 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7646
7647 * faces.el (toolbar): Grey default background.
7648 (modeline): Ditto.
7649
7650 * image.el (image-type-regexps): New.
7651 (image-type-from-file-header): New.
7652 (create-image): Call it.
7653
7654 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7655
7656 * image.el: New file.
7657
7658 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7659
7660 * bindings.el (mode-line-format): Replace `mode-name' with
7661 `(:eval mode-line-mode-name)'.
7662 (mode-line-mode-name): New.
7663 (make-mode-line-mouse-sensitive): Don't change default value
7664 of `mode-name'.
7665
7666 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7667
7668 * tooltip.el: New file.
7669
7670 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7671
7672 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
7673 instead of mouse-3 to pop up menus.
7674 (mode-line-kill-buffer): Removed.
7675 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
7676 buffer name.
7677 (mode-line-buffer-menu-1): Removed.
7678
7679 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
7680
7681 * bindings.el (mode-line-buffer-identification-keymap): New.
7682 (mode-line-buffer-menu-keymap): New.
7683 (mode-line-mode-menu-keymap): New.
7684 (mode-line-unbury-buffer): New.
7685 (mode-line-other-buffer): New.
7686 (mode-line-kill-buffer): New.
7687 (mode-line-buffer-menu-1): New.
7688 (mode-line-mode-menu-1): New.
7689 (make-mode-line-mouse-sensitive): New.
7690
7691 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7692
7693 * help.el (describe-key-briefly): Handle mode line strings
7694 with local-map properties.
7695 (describe-key): Ditto.
7696 (mode-line-key-binding): New.
7697
7698 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7699
7700 * scroll-bar.el (scroll-bar-timer): New.
7701 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
7702
7703 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7704
7705 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
7706 and `bottom'.
7707
7708 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7709
7710 * scroll-bar.el (scroll-bar-toolkit-scroll): New.
7711 (global): Use different key bindings if using tookit scroll bars.
7712
7713 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7714
7715 * faces.el (modeline): Define mode line face with relief for
7716 class color, only.
7717 (toolbar): New face.
7718
7719 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7720
7721 * frame.el (frame-initialize): Set frame-creation-function to
7722 tty-create-frame-with-faces.
7723
7724 * faces.el (frame-set-background-mode): Make it work for
7725 window-system nil.
7726
7727 * faces.el (tty-create-frame-with-faces): New.
7728 (face-set-after-frame-default): Make it work for TTY frames.
7729
7730 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7731
7732 * faces.el (face-valid-attribute-values): Use tty-defined-colors.
7733 Return a list of one font family for TTYs. Don't return bitmap
7734 file paths for TTY frames.
7735
7736 * faces.el: Add face specs for tty displays to basic faces.
7737
7738 * font-lock.el (font-lock-comment-face): Add spec for color tty.
7739 (font-lock-string-face): Ditto.
7740 (font-lock-keyword-face): Ditto.
7741 (font-lock-builtin-face): Ditto.
7742 (font-lock-function-name-face): Ditto.
7743 (font-lock-variable-name-face): Ditto.
7744 (font-lock-type-face): Ditto.
7745 (font-lock-constant-face): Ditto.
7746 (font-lock-warning-face): Ditto.
7747
7748 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7749
7750 * startup.el (command-line): Register default tty colors.
7751
7752 * faces.el (face-spec-set-match-display): Recognize `type tty'.
7753
7754 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7755
7756 * faces.el (modeline): For X frames, use a modeline with relief.
7757
7758 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7759
7760 * faces.el (frame-update-faces): Copied from 20.2.
7761 (frame-update-face-colors): Ditto. Code removed that isn't
7762 applicable in the new face implementation.
7763
7764 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7765
7766 * frame.el (show-trailing-whitespace): New.
7767
7768 * faces.el (trailing-whitespace): New basic face.
7769
7770 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7771
7772 * cus-face.el (custom-facep): Always define as alias for facep.
7773
7774 * cus-face.el (custom-face-attributes): Use choice widgets.
7775 Remove :bold and :italic.
7776
7777 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7778
7779 * faces.el (face-charset-registries): Removed since fontset.el
7780 is no always loaded.
7781
7782 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7783
7784 * faces.el (internal-get-face): Added as obsolete function for
7785 compatibility.
7786
7787 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7788
7789 * frame.el (blink-cursor-end): Call show-cursor.
7790 (blink-cursor-mode): Ditto.
7791
7792 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7793
7794 * faces.el (face-spec-reset-face): Reset all attributes to
7795 `unspecified'.
7796 (face-spec-set): Use it.
7797
7798 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7799
7800 * faces.el (read-all-face-attributes): Bug fix.
7801 (face-read-integer): Allow nil default value.
7802 (face-valid-attribute-values): Use symbol names of attribute
7803 values for completion list.
7804
7805 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7806
7807 * faces.el (internal-find-face): Define for compatibility with
7808 20.2.
7809 (face-id): Likewise.
7810
7811 * faces.el (face-id): Return the ID of a realized face for ASCII.
7812
7813 * fontset.el (x-charset-registries): Removed. Now in faces.el.
7814 (x-complement-fontset-spec): Use face-charset-registries.
7815
7816 * faces.el (face-font-selection-order): Set font selection order
7817 from Lisp.
7818 (face-alternative-font-family-alist): Set alternative font
7819 families from Lisp.
7820
7821 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7822
7823 * faces.el (set-face-charset-registries): Set symbol value.
7824
7825 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7826
7827 * faces.el (face-set-after-frame-default): Call function
7828 internal-merge-in-global-face.
7829
7830 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7831
7832 * faces.el (face-list): Return symbols from face-global-alist.
7833
7834 * faces.el (face-list): Return a copy of the face name list so
7835 that it cannot be modified from outside (facemenu.el uses
7836 nreverse, for example).
7837
7838 * cus-face.el (custom-face-attributes): Add :bold and :italic
7839 for compatibility with old code.
7840
7841 * faces.el (set-face-attributes-from-resources): Additional
7842 frame parameter.
7843 (make-face-x-resource-internal): Set attributes from resources
7844 for a given frame or all frames.
7845
7846 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7847
7848 * faces.el (all-faces): Removed.
7849
7850 * custom.el (defface): Add new face attributes to function
7851 comment.
7852
7853 * font-lock.el (font-lock-comment-face): Use new face attribute
7854 names.
7855 (font-lock-string-face): Ditto.
7856 (font-lock-keyword-face): Ditto.
7857 (font-lock-builtin-face): Ditto.
7858 (font-lock-function-name-face): Ditto.
7859 (font-lock-variable-name-face): Ditto.
7860 (font-lock-type-face): Ditto.
7861 (font-lock-reference-face): Ditto.
7862 (font-lock-warning-face): Ditto.
7863 ((boundp 'font-lock-face-attributes)): Ditto.
7864
7865 * cus-face.el (custom-face-attributes): Use new face attributes.
7866
7867 * faces.el (set-face-attribute-from-resource): Initialize
7868 from resources only for X and W32.
7869
7870 * cus-face.el (custom-declare-face): Don't make frame-local
7871 faces.
7872
7873 * faces.el (describe-face): Use princ instead of insert.
7874
7875 * faces.el: Add XLFD manipulation functions from 20.2 again
7876 because fontset.el uses them.
7877 (face-set-after-frame-default): Add empty definition.
7878
7879 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7880
7881 * faces.el (make-face): Correct typo.
7882 (set-face-attribute-from-resource): Use let*.
7883 (face-underline-p): Correct typo.
7884 (face-inverse-video-p): Ditto.
7885 (set-face-stipple): Ditto.
7886 (face-read-string): Make completion-list optional parameter.
7887
7888 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7889
7890 * faces.el (face-charset-registries): Alist mapping charset
7891 symbols to registries and encoding.
7892
7893 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7894
7895 * frame.el (blink-cursor-mode): Use interactive spec "P".
7896
7897 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7898
7899 * frame.el (blink-cursor-mode): Function to toggle blinking cursor
7900 mode. The cursor of selected_window blinks if the mode is enabled.
7901
7902 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7903
7904 * simple.el (next-history-element): Set point to the end of the
7905 prompt if minibuffer-prompt-in-buffer.
7906
7907 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7908
7909 * faces.el (x-font-regexp): Add sub-expression parentheses for
7910 several font name components.
7911
7912 1999-07-21 Gerd Moellmann <gerd@acm.org>
7913
7914 * faces.el (set-face-relief): Use index 12 for relief.
7915 (face-fill-in): Set relief from data.
7916 (internal-make-face): Init relief to zero.
7917
7918 * faces.el (face-spec-set): Call modify-face with additional
7919 parameters for relief and fixed-p.
7920
7921 1999-07-21 Gerd Moellmann <gerd@acm.org>
7922
7923 * cus-face.el: ':fixed and ':relief added.
7924
7925 * faces.el (describe-face): Add fixed font attribute and relief.
7926 (face-attr-match-p): Ditto.
7927 (face-attr-construct): Ditto.
7928 (face-spec-set): Ditto.
7929
7930 1999-07-21 Gerd Moellmann <gerd@acm.org>
7931
7932 * faces.el (internal-make-face): Function to create a Lisp vector
7933 suitable for representing a face.
7934 (make-face): Use it instead of make-vector.
7935 (x-create-frame-with-faces): Use it instead of vector.
7936 (internal-facep): Increase vector size to 14.
7937 (internal-make-face): Ditto.
7938 (face-relief): Access relief thickness.
7939 (face-fixed-p): Access fixed font attribute.
7940 (set-face-fixed-p): Set fixed font attribute.
7941 (set-face-relief): Set relief attribute.
7942 (internal-face-interactive-int): Read int attribute of face.
7943 (modify-face): Add fixed-p and relief parameters.
7944 (copy-face): Handle fixed-p and relief.
7945 (face-equal): Compare fixed-p and relief.
7946 (face-differs-from-default-p): Ditto.
7947 (face-nontrivial-p): Add fixed-p and relief.
7948
7949 1999-07-21 Gerd Moellmann <gerd@acm.org>
7950
7951 * faces.el (eval-when-compile): Add set-face-shadow-thickness.
7952 (internal-facep): Increase vector size.
7953 (make-face): Ditto.
7954 (face-shadow-thickness): Added.
7955 (set-face-shadow-thickness): Added.
7956 (modify-face): Add optional shadow-thickness parameter.
7957 (make-face-x-resource-internal): Add shadows.
7958 (copy-face): Ditto.
7959 (face-equal): Ditto.
7960 (face-differs-from-default-p): Ditto.
7961 (face-nontrivial-p): Ditto.
7962 (face-attr-match-p): Ditto.
7963 (face-attr-construct): Ditto.
7964 (face-spec-set): Ditto.
7965 (face-fill-in): Ditto.
7966
7967 1999-07-21 Gerd Moellmann <gerd@acm.org>
7968
7969 * bench.el (bench-mark-split-window): New bench mark.
7970
7971 1999-07-21 Gerd Moellmann <gerd@acm.org>
7972
7973 * faces.el (set-face-font): Don't pass default font to
7974 x-resolve-font so that font will not have to be of the same
7975 size.
7976
7977 1999-07-20 Dave Love <fx@gnu.org>
7978
7979 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
7980 unconditionally t.
7981
7982 1999-07-20 Karl Heuer <kwzh@gnu.org>
7983
7984 * font-lock.el (c++-font-lock-extra-types): Add "type_info".
7985
7986 1999-07-20 Dave Love <fx@gnu.org>
7987
7988 * help.el (describe-variable): Fix test for customizability.
7989
7990 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
7991 Check for readonly buffer in interactive spec.
7992 (zap-to-char, kill-line, kill-region, comment-region, kill-word)
7993 (backward-kill-word): Add * to interactive spec.
7994
7995 * underline.el (underline-region, ununderline-region): Add * to
7996 interactive spec.
7997
7998 * fill.el (canonically-space-region, justify-current-line): Add *
7999 to interactive spec.
8000 (fill-region-as-paragraph, fill-paragraph, fill-region)
8001 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
8002 readonly buffer in interactive spec.
8003
8004 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
8005 (backward-kill-sentence, kill-sentence): Add * to interactive
8006 spec.
8007
8008 1999-07-19 Richard M. Stallman <rms@gnu.org>
8009
8010 * dired-aux.el (dired-do-shell-command): Doc fix.
8011
8012 * shell.el (shell-unquote-argument): New function.
8013 (shell-directory-tracker): Use shell-unquote-argument.
8014 * comint.el (comint-arguments): Handle \ followed by space or tab.
8015
8016 1999-07-19 John Wiegley <jwiegley@borland.com>
8017
8018 * term.el (ansi-term-fg-faces-vector): Added support for ANSI
8019 color codes 39 and 49, which by the way lynx uses them seem to
8020 mean "foreground reset" and "background reset".
8021
8022 1999-07-19 Karl Heuer <kwzh@gnu.org>
8023
8024 * font-lock.el (c++-keywords): Add "typeid".
8025
8026 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
8027 selects no font, treat that as zero selections, not one.
8028
8029 1999-07-19 Dave Love <fx@gnu.org>
8030
8031 * info.el (Info-search): Don't lose with empty regexp.
8032
8033 * version.el: Cater for (free) `ident' program, not `which'.
8034
8035 * hl-line.el: New file.
8036
8037 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
8038 for modes which don't define menus.
8039
8040 1999-07-16 Richard M. Stallman <rms@gnu.org>
8041
8042 * webjump.el (webjump-sample-sites): Update some URLs.
8043
8044 1999-07-14 Richard Stallman <rms@gnu.org>
8045
8046 * Version 20.4 released.
8047
8048 1999-07-14 Andreas Schwab <schwab@gnu.org>
8049
8050 * compare-w.el (compare-windows): Try to find the next window in
8051 the current frame before looking at the other frames.
8052
8053 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
8054
8055 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
8056 Use cyrillic-jcuken as default input method.
8057
8058 1999-07-12 Richard Stallman <rms@gnu.org>
8059
8060 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
8061 Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
8062
8063 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
8064 (ispell-local-dictionary-alist): Add koi8-r for character set.
8065
8066 * textmodes/flyspell.el (flyspell-get-word):
8067 Add special handling for when ispell-otherchars is empty.
8068
8069 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no>
8070
8071 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
8072 when having nested functons.
8073 (pascal-indent-nested-functions) (pascal-indent-line)
8074 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
8075 indenting nested functions.
8076
8077 1999-07-09 Richard Stallman <rms@gnu.org>
8078
8079 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
8080
8081 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no>
8082
8083 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
8084 the `end' keyword was in the very beginning of the buffer.
8085
8086 1999-07-08 Richard Stallman <rms@gnu.org>
8087
8088 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
8089
8090 * term.el (term-emulate-terminal): Avoid infinite loop
8091 in strange case where minibuffer window is selected but not active.
8092
8093 1999-07-07 Stephen Eglen <stephen@gnu.org>
8094
8095 * progmodes/octave-inf.el (inferior-octave-directory-tracker):
8096 Change regexp so that it doesn't match commands beginning with `cd'.
8097
8098 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8099
8100 * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
8101
8102 1999-07-06 Richard Stallman <rms@gnu.org>
8103
8104 * hscroll.el (hscroll-minibuffer-hook): New function.
8105 (hscroll-global-mode): Add and remove that hook.
8106 Set hscroll-old-truncate-was-global's default value.
8107
8108 1999-07-05 Richard Stallman <rms@gnu.org>
8109
8110 * files.el (revert-buffer): Don't preserve point here.
8111 (revert-buffer-insert-file-contents-function): Doc fix.
8112
8113 * isearch.el (isearch-process-search-char): Write octal 200 correctly.
8114
8115 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
8116 doing a `stat' when it isn't necessary because that can cause
8117 trouble when an NFS server is down.
8118
8119 1999-07-04 Richard Stallman <rms@gnu.org>
8120
8121 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
8122
8123 1999-07-03 Richard Stallman <rms@gnu.org>
8124
8125 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
8126 for \200...\240 also.
8127 (isearch-printing-char): Use unibyte-char-to-multibyte.
8128
8129 1999-07-02 Richard Stallman <rms@gnu.org>
8130
8131 * frame.el (minibuffer-frame-alist): Use defcustom.
8132 (pop-up-frame-alist): Likewise.
8133 (initial-frame-alist): Specify * in the doc string.
8134
8135 * hscroll.el (hscroll-mode): Make it a permanent local.
8136 (hscroll-mode): Don't cancel the timer
8137 if HScroll mode is enabled in some other buffer.
8138
8139 * isearch.el (isearch-done): If search ends in middle of intangible
8140 text (due to text property), move on to the limit of that text.
8141
8142 1999-07-01 Andrew Innes <andrewi@gnu.org>
8143
8144 * man.el (Man-build-man-command): Use value of null-device,
8145 instead of hard-coding "/dev/null".
8146
8147 * dos-w32.el (untranslated-canonical-name): Avoid expanding
8148 ange-ftp file names, which might force ange-ftp to prompt for a
8149 password.
8150
8151 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
8152 to prevent references to temp files.
8153
8154 1999-06-30 Richard Stallman <rms@gnu.org>
8155
8156 * progmodes/sh-script.el (sh-feature): If nothing is known
8157 about the given shell, use the values for `sh'.
8158
8159 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de>
8160
8161 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
8162 to make it non-recursive.
8163
8164 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
8165
8166 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8167
8168 * auto-show.el (auto-show-mode): Fix Typo in :set.
8169
8170 1999-06-29 Richard M. Stallman <rms@gnu.org>
8171
8172 * progmodes/sh-script.el (sh-mode): When setting syntax
8173 table, default to the standard one.
8174
8175 1999-06-27 Richard M. Stallman <rms@gnu.org>
8176
8177 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
8178
8179 1999-06-27 Stefan Monnier <monnier@cs.yale.edu>
8180
8181 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
8182 a frame when `return' is requested (even if pop-up-frames = t)
8183 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
8184 should only be set for the bibtex buffer.
8185
8186 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
8187
8188 * progmodes/compile.el: Deal with compilation-error-screen-columns
8189 being buffer-local.
8190
8191 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8192
8193 * comint.el (comint-password-prompt-regexp): Allow "(again)".
8194
8195 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8196
8197 * cal-x.el (calendar-only-one-frame-setup): New function.
8198 * calendar.el (calendar): Call it if requested.
8199
8200 1999-06-24 Karl Heuer <kwzh@gnu.org>
8201
8202 * startup.el (iso-8859-n-locale-regexp): Doc fix.
8203
8204 1999-06-22 Richard M. Stallman <rms@gnu.org>
8205
8206 * mail/supercite.el (sc-emacs-features): Doc fix.
8207
8208 1999-06-22 Karl Heuer <kwzh@gnu.org>
8209
8210 * files.el (auto-mode-alist): Add pike-mode.
8211
8212 1999-06-20 Paul R. Eggert <eggert@twinsun.com>
8213
8214 * tar-mode.el (tar-header-block-tokenize): Don't assume that the
8215 last byte of a numeric field is a space or a NUL. Parse it as
8216 potentially part of the number. This is used by GNU tar
8217 1.12.64012 to handle larger values.
8218
8219 1999-06-20 Karl Heuer <kwzh@gnu.org>
8220
8221 * custom.el (custom-handle-keyword): Fix error message.
8222
8223 1999-06-18 Andrew Innes <andrewi@gnu.org>
8224
8225 * mail/smtpmail.el (smtpmail-send-it): Use
8226 convert-standard-filename to make file names for queued mail safe
8227 on Windows (`:' is invalid in file names on Windows).
8228
8229 1999-06-17 Kenichi Handa <handa@etl.go.jp>
8230
8231 * international/mule-cmds.el (describe-current-input-method):
8232 Current-input-method is string.
8233 (toggle-input-method): Docstring fixed.
8234
8235 * international/mule-diag.el
8236 (describe-current-coding-system-briefly): Fix format string.
8237
8238 * international/mule-util.el (coding-system-eol-type-mnemonic):
8239 Docstring modified. Return a string.
8240
8241 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch>
8242
8243 * sql.el (sql-input-ring-file-name): Doc fix.
8244
8245 1999-06-17 Richard M. Stallman <rms@gnu.org>
8246
8247 * calendar/cal-x.el (special-display-buffer-names):
8248 Don't put (get-file-buffer diary-file) on this list.
8249
8250 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov>
8251
8252 * play/mpuz.el (mpuz-try-proposal): Fix message call.
8253 Don't penalize player for certain impossible guesses.
8254
8255 1999-06-16 Andrew Innes <andrewi@gnu.org>
8256
8257 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
8258 return the string "Unk 0 0000" so at least it appears to be a
8259 valid timestamp to `dired-move-to-filename-regexp'.
8260
8261 1999-06-15 Ken'ichi Handa <handa@gnu.org>
8262
8263 * ps-print.el (ps-control-character): Fix previous change.
8264
8265 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8266
8267 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
8268 multiple output of the last message.
8269
8270 1999-06-14 Eli Zaretskii <eliz@gnu.org>
8271
8272 * term/internal.el (IT-display-table-setup): Do not remap \222 to
8273 the ASCII apostrophe, as most DOS codepages have some other glyph
8274 there.
8275
8276 1999-06-14 Ken'ichi Handa <handa@gnu.org>
8277
8278 * language/ethio-util.el (setup-ethiopic-environment-internal):
8279 Use quail-activate-hook instead of obsolete hook quail-mode-hook.
8280 (exit-ethiopic-environment): Likewize.
8281
8282 1999-06-12 Richard M. Stallman <rms@gnu.org>
8283
8284 * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
8285
8286 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8287
8288 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
8289 custom-initialize-default to avoid infinite loop.
8290 (crisp-mode): (defun) Call transient-mark-mode here, not when
8291 loading the file. Run crisp-mode-hook here, and run
8292 crisp-load-hook when loading the file.
8293
8294 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
8295 rmail-summary buffer, search for pattern in rmail-file.
8296
8297 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
8298
8299 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
8300
8301 * ps-print.el (ps-printer-name): Fix custom type.
8302
8303 1999-06-12 Reto Zimmermann <reto@synopsys.com>
8304
8305 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
8306 (vhdl-port-paste-generic-map): Fix indentation bug.
8307 (vhdl-port-paste-port-map): Fix indentation bug.
8308 (vhdl-scan-file-contents): Make scanning case insensitive.
8309
8310 1999-06-11 Richard M. Stallman <rms@gnu.org>
8311
8312 * files.el (write-file): When buffer is not already visiting a file,
8313 don't put buffer name in the minibuffer, just make it the default.
8314 Also handle just directory as arg usefully in that case.
8315
8316 * simple.el (sendmail-user-agent-compose):
8317 Ignore case when inserting the rest of the "other" headers.
8318
8319 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n.
8320
8321 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
8322 (info-lookup-interactive-arguments): Never insert the default
8323 into the minibuffer automatically.
8324
8325 * emacs-lisp/cl-extra.el (getf): Don't call get*.
8326
8327 1999-06-09 Richard M. Stallman <rms@gnu.org>
8328
8329 * simple.el (shell-command): Avoid printing "mark set" message.
8330
8331 1999-06-09 Dave Love <fx@gnu.org>
8332
8333 * progmodes/compile.el (compilation-error-regexp-alist): Allow
8334 digits in program name in first pattern.
8335
8336 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de>
8337
8338 * vc.el (vc-dired-mode): Don't match anything before the date in
8339 dired-move-to-filename-regexp.
8340
8341 1999-06-07 Ken'ichi Handa <handa@gnu.org>
8342
8343 * international/quail.el (quail-define-rules): Fix typo in
8344 docstring.
8345
8346 1999-06-05 Stephen Eglen <stephen@gnu.org>
8347
8348 * iswitchb.el (iswitchb-default-keybindings): Add
8349 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
8350 than when package is loaded.
8351
8352 1999-06-04 Richard M. Stallman <rms@gnu.org>
8353
8354 * startup.el (command-line): Don't set user-init-file directly;
8355 tell `load' to set it.
8356
8357 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
8358
8359 * simple.el (next-history-element):
8360 Handle minibuffer-text-before-history properly when reading sexps.
8361
8362 * disp-table.el (standard-display-european):
8363 For an interactive call by the user,
8364 don't set enable-multibyte-characters,
8365 and don't set the terminal coding system.
8366
8367 * textmodes/refbib.el: Don't print any messages or display
8368 a buffer when loading the library.
8369 (r2b-help): Doc fix.
8370 (r2b-help-message): Update the documentation.
8371 (r2b-load-quietly): Variable deleted.
8372 (r2b-convert-buffer): Doc fix.
8373
8374 1999-06-04 Dave Love <fx@gnu.org>
8375
8376 * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
8377
8378 * auto-show.el: Don't change hooks on loading.
8379 (auto-show-mode): Autoload. Default to nil. Add :set &c.
8380 (auto-show-mode): Add to hooks here.
8381
8382 1999-06-04 Richard Sharman <rsharman@pobox.com>
8383
8384 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
8385 recursion on bogus input.
8386
8387 1999-06-04 Eric M. Ludlam <zappo@ultranet.com>
8388
8389 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
8390 does not select a buffer from the buffers menu, then the attached
8391 frame is not switched to anything.
8392
8393 1999-06-03 Ken'ichi Handa <handa@gnu.org>
8394
8395 * language/vietnamese.el (ccl-encode-vscii): Typo fixed
8396 (viet-viscii-...->viet-vscii...).
8397
8398 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
8399
8400 1999-06-01 Dave Love <fx@gnu.org>
8401
8402 * progmodes/fortran.el: Add :link to defgroup.
8403 (fortran-blink-matching-if): Match ELSE statements too.
8404 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
8405 that filling is always done.
8406
8407 1999-05-31 Richard M. Stallman <rms@gnu.org>
8408
8409 * simple.el (append-next-kill): Use an arg to distinguish
8410 interactive calls from Lisp calls, rather than (interactive-p).
8411
8412 * international/iso-transl.el (iso-transl-language-alist):
8413 Interchange n and N.
8414
8415 1999-05-31 Dave Love <fx@gnu.org>
8416
8417 * msb.el Add to minor-mode-map-alist. Remove hook installation
8418 and keymap munging on load.
8419 (msb-mode): New option.
8420 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
8421 Doc fix.
8422 (msb-mode-map): New variable.
8423 (msb-mode): New command.
8424
8425 1999-05-31 Dave Love <fx@gnu.org>
8426
8427 * ispell.el: (ispell-alternate-dictionary): Fix custom type.
8428 (ispell-complete-word-dict): Likewise.
8429
8430 1999-05-31 Eli Zaretskii <eliz@gnu.org>
8431
8432 * forms.el (forms-save-buffer): Call set-buffer-modified-p to
8433 force the data buffer to be saved, even if the data didn't
8434 change, in case the write filter was modified. Restore the
8435 current record after read-file-filter finishes.
8436
8437 1999-05-29 Karl Heuer <kwzh@gnu.org>
8438
8439 * ispell4.el: Obsolete; file deleted.
8440
8441 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
8442
8443 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
8444 VALUE is a syntax table.
8445
8446 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
8447
8448 * simple.el (zap-to-char): Doc fix.
8449
8450 1999-05-27 Ken'ichi Handa <handa@gnu.org>
8451
8452 * isearch.el (isearch-quote-char): Don't assume character codes
8453 0200 - 0237 stand for characters in some single-byte character
8454 charset.
8455
8456 1999-05-27 Dave Love <fx@gnu.org>
8457
8458 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
8459
8460 1999-05-27 Andreas Schwab <schwab@gnu.org>
8461
8462 * dired-aux.el (dired-insert-subdir-doinsert): Check that the
8463 headerline does not exist already.
8464
8465 1999-05-26 Richard Stallman <rms@gnu.org>
8466
8467 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
8468 Avoid nested null-loops.
8469
8470 1999-05-26 Ken'ichi Handa <handa@gnu.org>
8471
8472 * international/characters.el: Typo fixed; prefered->preferred.
8473
8474 * international/mule-cmds.el (find-coding-systems-for-charsets):
8475 Typo fixed; prefered->preferred.
8476
8477 * map-ynp.el (map-y-or-n-p): Don't inherit the current input
8478 method in read-event.
8479
8480 * international/mule.el (charset-info): Doc-string fixed.
8481
8482 1999-05-25 Ken'ichi Handa <handa@gnu.org>
8483
8484 * mail/smtpmail.el (smtpmail-send-it): Bind
8485 smtpmail-code-conv-from properly.
8486 (smtpmail-send-data-1): If DATA is a multibyte string, encode it
8487 by smtpmail-code-conv-from.
8488
8489 1999-05-24 Richard Stallman <rms@gnu.org>
8490
8491 * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
8492 Binding deleted also.
8493
8494 1999-05-24 Karl Heuer <kwzh@gnu.org>
8495
8496 * comint.el (comint-bol-or-process-mark): Doc fix.
8497
8498 1999-05-23 Dave Love <fx@gnu.org>
8499
8500 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
8501 Enter it on minor-mode-map-alist.
8502 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed.
8503 Autoload. Add custom setter.
8504 (crisp-mark-line): Doc fix.
8505 (crisp-mode): Autoload. Re-write not to frob keymaps directly.
8506 (crisp-mode-hook): Define.
8507
8508 1999-05-23 Ken'ichi Handa <handa@gnu.org>
8509
8510 * files.el (recover-file): Recover buffer-file-coding-system.
8511
8512 1999-05-22 Richard Stallman <rms@gnu.org>
8513
8514 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
8515 regexp match the date, to avoid treating date as file size.
8516 Add YYYY S option to WESTERN/
8517
8518 * bookmark.el: Delete some XEmacs compatibility code.
8519 (bookmark-jump-noselect): Check vc-backend.
8520
8521 * subr.el (add-to-list): Doc fix.
8522
8523 1999-05-21 Stephen Eglen <stephen@gnu.org>
8524
8525 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
8526
8527 1999-05-18 Richard Stallman <rms@gnu.org>
8528
8529 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
8530 non-space after the @anchor command.
8531 (texinfo-format-var): Handle other nested constructs, using
8532 texinfo-parse-expanded-arg and texinfo-discard-command, not
8533 texinfo-parse-arg-discard.
8534
8535 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
8536 (debug): Bind and use debugger-outer-inhibit-redisplay.
8537 Bind inhibit-redisplay to nil.
8538 (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
8539
8540 1999-05-17 Dave Love <fx@gnu.org>
8541
8542 * help.el (describe-function-1): Extra arg, interactive-p.
8543 (describe-key, describe-function): Use it.
8544
8545 1999-05-17 Karl Heuer <kwzh@gnu.org>
8546
8547 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
8548
8549 1999-05-16 Dave Love <fx@gnu.org>
8550
8551 * cus-start.el (all): Delete selective-display. Add scroll-margin,
8552 scroll-preserve-screen-position, scroll-conservatively.
8553
8554 1999-05-16 Dave Love <fx@gnu.org>
8555
8556 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
8557
8558 1999-05-15 Reto Zimmermann <reto@Synopsys.COM>
8559
8560 * progmodes/vhdl-mode.el: Completely revised and massively extended.
8561
8562 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8563
8564 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
8565 magic number and is not associated with a file.
8566
8567 1999-05-14 Richard M. Stallman <rms@gnu.org>
8568
8569 * files.el (find-file-noselect-1): Fix previous change.
8570
8571 1999-05-14 Simon Marshall <simon@gnu.org>
8572
8573 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
8574
8575 1999-05-13 Ken'ichi Handa <handa@gnu.org>
8576
8577 * international/mule-diag.el (mule-diag): Change MULE to Mule in
8578 docstring.
8579
8580 * international/mule-cmds.el: Change MULE to Mule in docstrings
8581 and menus.
8582
8583 1999-05-10 Kenichi HANDA <handa@etl.go.jp>
8584
8585 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
8586 to correctly reflect the value of BaseLineOffset in
8587 RelativeCompose. Now the value of RelativeCompose is an array of
8588 low and high positions.
8589 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
8590 RLC for the above change.
8591
8592 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org>
8593
8594 * comint.el (comint-password-prompt-regexp): Modified to match the
8595 output of ksu and ssh-add.
8596
8597 1999-05-11 Kenichi HANDA <handa@etl.go.jp>
8598
8599 * language/korea-util.el (isearch-toggle-korean-input-method):
8600 Adjusted for the change of input method handling in isearch.el.
8601 (isearch-hangul-switch-symbol-ksc): Likewise.
8602 (isearch-hangul-switch-hanja): Likewise.
8603
8604 1999-05-10 Dave Love <fx@gnu.org>
8605
8606 * help.el (help-make-xrefs): Fix typo.
8607
8608 1999-05-10 Andreas Schwab <schwab@gnu.org>
8609
8610 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
8611 unibyte-display-via-language-environment.
8612
8613 * help.el (help-make-xrefs): Handle more cases when looking for
8614 commands in a keymap description.
8615
8616 1999-05-10 Eli Zaretskii <eliz@gnu.org>
8617
8618 * loadup.el: For ms-dos systems, load ccl and codepage.
8619
8620 1999-05-09 Ken'ichi Handa <handa@gnu.org>
8621
8622 * ps-print.el (ps-control-character): Call
8623 ps-mule-prepare-ascii-font to setup ASCII fonts.
8624
8625 * ps-mule.el (ps-mule-begin-job): Redo this change "if
8626 ps-multibyte-buffer is nil, use
8627 ps-mule-font-info-database-default."
8628
8629 1999-05-08 Ken Stevens <k.stevens@ieee.org>
8630
8631 * ispell.el (ispell-local-dictionary-alist): New variable for
8632 customizing local dictionaries not accessable by everyone.
8633 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
8634 (ispell-required-version): Changed format `(major minor
8635 revision)' to support general pattern matching.
8636 (ispell-tex-skip-alists): AMS Tex block comment and `\author'
8637 skip region commented out due to incorrect skip potential in std latex.
8638 (ispell-word): Removed `when' macro. Fixed bug of not restoring
8639 cursor point on small words for calls from `ispell-minor-mode'.
8640 (check-ispell-version): Tests and accepts versions major.minor
8641 and above, with adjustments for interactions in 3.1.0-3.1.11.
8642 (ispell-get-line): No longer skips ispell process special characters.
8643 (ispell-comments-and-strings): Removed `when' macro call.
8644 (ispell-minor-check): Requires ispell-word to restore cursor point.
8645 (ispell-buffer-local-parsing): Supports checking comments only.
8646
8647 1999-05-08 Karl Heuer <kwzh@gnu.org>
8648
8649 * comint.el (comint-password-prompt-regexp): Fix last change to be
8650 more specific.
8651
8652 1999-05-07 Richard M. Stallman <rms@gnu.org>
8653
8654 * subr.el (with-temp-message): Fix the other call to message
8655 to use %s.
8656
8657 1999-05-07 Michael Ernst <mernst@alum.mit.edu>
8658
8659 * gud.el (gud-format-command): "%F" means file sans extension.
8660 (jdb): Use %F, not %f, for gud-break.
8661
8662 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org>
8663
8664 * comint.el (comint-password-prompt-regexp): Modified so that it
8665 matches the output of kinit.
8666
8667 1999-05-06 Greg Stark <gsstark@mit.edu>
8668
8669 * timezone.el (timezone-parse-date): Recognize new format used in
8670 internet cookies.
8671
8672 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu>
8673
8674 * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
8675
8676 1999-05-04 Andrew Innes <andrewi@gnu.org>
8677
8678 * time.el (display-time-update): Allow for wrap-around when
8679 checking against display-time-server-down-time.
8680
8681 1999-05-04 Ken'ichi Handa <handa@gnu.org>
8682
8683 * international/mule-diag.el (describe-coding-system): Fix English
8684 message.
8685
8686 1999-05-03 Jason Rumney <jasonr@altavista.net>
8687
8688 * term/w32-win.el: Change the x-charset-registry property for the
8689 Japanese charsets that are supported by Japanese Windows fonts.
8690
8691 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8692
8693 * diary-lib.el (diary-remind): Rewritten to behave sensibly for
8694 diary-block diary entries for which the reminders and the diary
8695 entries can overlap.
8696
8697 1999-05-02 Jason Rumney <jasonr@altavista.net>
8698
8699 * term/w32-win.el (mouse-set-font): Ensure constructed fontset
8700 matches the font selected in the dialog.
8701
8702 1999-05-02 Dave Love <fx@gnu.org>
8703
8704 * browse-url.el (browse-url-browser-function): Add :version.
8705
8706 * international/mule.el (auto-coding-alist): Add .tgz.
8707
8708 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il>
8709
8710 * international/codepage.el (cp-coding-system-for-codepage-1):
8711 Make the magnification parameter for the -dos encoder be 2.
8712
8713 1999-05-2 Andrew Innes <andrewi@gnu.org>
8714
8715 * term/w32-win.el (w32-drag-n-drop): Select file in window where
8716 it is dropped, rather than current window.
8717
8718 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
8719 after switching buffer, as case-fold-search is a buffer local
8720 variable.
8721
8722 * w32-fns.el (convert-standard-filename): Only convert directory
8723 separators to backslash if the interactive shell is one of the
8724 standard Windows shells that has DOS semantics.
8725
8726 * ls-lisp.el (ls-lisp-format-time): Trap errors from
8727 format-time-string, and return a suitable string to indicate the
8728 timestamp was invalid.
8729
8730 * hexl.el (hexlify-command): Apply shell-quote-argument after
8731 expanding hexl-program in case exec-directory contains a space.
8732 (dehexlify-command): Ditto.
8733
8734 * dos-w32.el (file-name-buffer-file-type-alist): Remove various
8735 file extension regexps which aren't necessarily binary files.
8736 (direct-print-region-helper): Use subst-char-in-string instead of
8737 binding directory-sep-char to convert filenames to DOS syntax.
8738 (direct-print-region-use-command-dot-com): New variable.
8739 (direct-print-region-helper): Use it to control whether to invoked
8740 command.com to print on Windows 9x.
8741
8742 * browse-url.el (browse-url-browser-function): Default to
8743 browse-url-default-windows-browser on windows-nt.
8744 (browse-url-default-windows-browser): New function.
8745
8746 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il>
8747
8748 * forms.el (forms-mode): Don't call forms-first-record or
8749 forms-last-record if the data file has zero records.
8750
8751 1999-04-29 Richard M. Stallman <rms@gnu.org>
8752
8753 * files.el (find-file-noselect-1): If buffer-file-name has changed
8754 after find-file-not-found-hooks runs, recompute the truename.
8755 And don't use FILENAME after that point.
8756
8757 1999-04-27 Dave Love <fx@gnu.org>
8758
8759 * paren.el (show-paren-mode)
8760 * which-func.el (which-func-mode-global)
8761 * type-break.el (type-break-mode)
8762 * time.el (display-time-mode)
8763 * rsz-mini.el (resize-minibuffer-mode)
8764 * mouse-sel.el (mouse-sel-mode)
8765 * icomplete.el (icomplete-mode)
8766 * hscroll.el (hscroll-global-mode)
8767 * help.el (temp-buffer-resize-mode)
8768 * font-lock.el (global-font-lock-mode)
8769 * delsel.el (delete-selection-mode)
8770 * avoid.el (mouse-avoidance-mode)
8771 * autoinsert.el (auto-insert-mode)
8772 * winner.el (winner-mode): Doc fix.
8773
8774 1999-04-26 Karl Heuer <kwzh@gnu.org>
8775
8776 * mail/rmail.el (rmail-next-same-subject): When searching, ignore
8777 the same whitespace that was ignored in choosing the subject string.
8778
8779 1999-04-26 Richard M. Stallman <rms@gnu.org>
8780
8781 * info.el (Info-find-node): Position properly after finding anchor.
8782
8783 * cus-start.el (all): Handle unibyte-display-via-language-environment.
8784
8785 * simple.el (indent-new-comment-line): Fix previous change.
8786
8787 * complete.el: Delete the wildcard expansion feature
8788 since that is now standard in find-file.
8789 (PC-try-load-many-files): Function deleted.
8790 (PC-after-load-many-files): Function deleted.
8791 (PC-many-files-list): Variable deleted.
8792 (PC-disable-wildcards): Variable deleted.
8793 (partial-completion-mode): Don't enable the wildcard feature.
8794
8795 * complete.el (PC-look-for-include-file): Don't set global variables
8796 `error', `buf' and `filename' here.
8797
8798 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
8799
8800 1999-04-26 John Wiegley <johnw@oneworld.new-era.com>
8801
8802 * textmodes/outline.el (outline-regexp): Doc fix.
8803
8804 1999-04-26 John Wiegley <johnw@borland.com>
8805
8806 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
8807 C++Builder 4.0 error message syntax.
8808
8809 1999-04-26 Mark Diekhans <markd@Grizzly.COM>
8810
8811 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
8812 supported, use find -exec.
8813
8814 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
8815
8816 * textmodes/texinfmt.el (texinfo-format-buffer): Bind
8817 coding-system-for-write, to avoid hanging when non-interactive.
8818
8819 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
8820
8821 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
8822 start with a newline.
8823
8824 1999-04-13 Ken'ichi Handa <handa@gnu.org>
8825
8826 * international/mule-conf.el (x-ctext): New coding system.
8827
8828 1999-04-12 Richard M. Stallman <rms@gnu.org>
8829
8830 * international/mule-cmds.el (input-method-function):
8831 Add permanent-local property.
8832
8833 1999-04-12 Dave Love <fx@gnu.org>
8834
8835 * jka-compr.el (jka-compr-insert-file-contents): Fix previous
8836 change to use jka-compr-byte-compiler-base-file-name.
8837
8838 * supercite.el (sc-scan-info-alist): Revert last change.
8839 (sc-attrib-selection-list): Fix :type here instead.
8840
8841 1999-04-11 Eli Zaretskii <eliz@gnu.org>
8842
8843 * international/mule.el (auto-coding-alist-lookup): Include ms-dos
8844 in the list of case-insensitive filesystems.
8845
8846 1999-04-09 Kenichi Handa <handa@etl.go.jp>
8847
8848 * international/fontset.el (create-fontset-from-fontset-spec):
8849 Don't register duplicated alias fontset names.
8850
8851 1999-04-08 Richard Stallman <rms@gnu.org>
8852
8853 * international/mule.el (auto-coding-alist-lookup): New function.
8854 (set-auto-coding): Use auto-coding-alist-lookup.
8855
8856 * jka-compr.el (jka-compr-insert-file-contents):
8857 Use auto-coding-alist-lookup to check for files that
8858 should not have eol conversion, in the unibyte case.
8859
8860 1999-04-07 Dave Love <fx@gnu.org>
8861
8862 * help.el (describe-variable): Check custom-loads property as well
8863 as custom-type.
8864
8865 * abbrev.el (abbrev-mode): Customizing sets the default value.
8866
8867 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de>
8868
8869 * vc.el (vc-backend-revert): For CVS files that were made
8870 writeable with "cvs edit", call "cvs unedit" to undo that.
8871
8872 1999-04-08 Dave Love <fx@gnu.org>
8873
8874 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
8875 more.
8876 (sc-emacs-features): Recognize Emacs 20.
8877 (sc-read-string): Use history arg.
8878 (sc-scan-info-alist): Check for rtnvalue a cons.
8879
8880 1999-04-08 Kenichi HANDA <handa@etl.go.jp>
8881
8882 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
8883 coding system to encode the message by
8884 select-message-coding-system.
8885
8886 1999-04-07 Richard Stallman <rms@gnu.org>
8887
8888 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
8889
8890 * winner.el: Reorder definitions.
8891
8892 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
8893
8894 * mail/rmail.el (rmail-decode-babyl-format):
8895 Undo previous change.
8896
8897 1999-04-06 Richard Stallman <rms@gnu.org>
8898
8899 * info.el (Info-find-node): Check for an anchor at the
8900 proper place, before reading an indirect file.
8901
8902 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
8903
8904 * jka-compr.el (jka-compr-insert-file-contents):
8905 Use raw-text-unix when we want no conversion.
8906
8907 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
8908
8909 * timezone.el (timezone-parse-date): Corrected regexp for
8910 style (5) date format so that tenths of seconds are optional.
8911
8912 1999-04-05 Eli Zaretskii <eliz@gnu.org>
8913
8914 * term/internal.el (dos-cpNNN-setup): New function, with the guts
8915 of dos-codepage-setup.
8916 (cjk-codepages-alist): New variable, an alist of Far-Eastern
8917 codepages for which there's no need to set up cpNNN coding
8918 systems.
8919 (dos-codepage-setup): Support Far-Eastern DOS terminals.
8920
8921 1999-04-05 Richard Stallman <rms@gnu.org>
8922
8923 * mail/rmail.el (rmail-ignored-headers): Doc fix.
8924
8925 1999-04-02 Richard Stallman <rms@gnu.org>
8926
8927 * progmodes/compile.el (compilation-handle-exit): Do right thing
8928 if (car status) doesn't end in a newline.
8929
8930 1999-04-01 Dave Love <fx@gnu.org>
8931
8932 * progmodes/sql.el (SQL): Add defgroup :version.
8933
8934 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
8935
8936 * emacs-lisp/bytecomp.el (byte-compile-file): Clear
8937 buffer-file-coding-system. If the coding system used is raw-text,
8938 etc., make the *Compiler Input* buffer unibyte.
8939
8940 * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
8941
8942 * loadup.el: Don't write the fns-...el file if not dumping.
8943
8944 1999-03-31 Dave Love <fx@gnu.org>
8945
8946 * snmp-mode.el (snmp): Fix defgroup :version.
8947
8948 * hilit-chg.el (highlight-changes): Add defgroup :version.
8949
8950 1999-03-31 Andreas Schwab <schwab@gnu.org>
8951
8952 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
8953 the gnus-save-hidden-threads macro.
8954
8955 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk>
8956
8957 * faces.el (face-set-after-frame-default): Obey the
8958 `customized-face' for new faces.
8959
8960 1999-03-30 Dave Love <fx@gnu.org>
8961
8962 * international/mule-cmds.el (current-language-environment): Doc fix.
8963 * abbrev.el (abbrev-mode): Doc fix.
8964 * autoinsert.el (auto-insert-mode): Doc fix.
8965 * complete.el (partial-completion-mode): Doc fix.
8966 * avoid.el (mouse-avoidance-mode): Doc fix.
8967 * delsel.el (delete-selection-mode): Doc fix.
8968 * font-lock.el (global-font-lock-mode): Doc fix.
8969 * help.el (temp-buffer-resize-mode): Doc fix.
8970 * hscroll.el (hscroll-global-mode): Doc fix.
8971 * icomplete.el (icomplete-mode): Doc fix.
8972 * mouse-sel.el (mouse-sel-mode): Doc fix.
8973 * paren.el (show-paren-mode): Doc fix.
8974 * rsz-mini.el (resize-minibuffer-mode): Doc fix.
8975 * time.el (display-time-mode): Doc fix.
8976 * type-break.el (type-break-mode): Doc fix.
8977 * which-func.el (which-func-mode-global): Doc fix.
8978 * winner.el (winner-mode): Doc fix.
8979
8980 1999-03-30 Michael Ernst <mernst@alum.mit.edu>
8981
8982 * wid-edit.el (widget-before-change): Signal text-read-only rather
8983 than an ordinary error.
8984
8985 1999-03-30 Richard M. Stallman <rms@gnu.org>
8986
8987 * repeat.el: Don't require advice.
8988 (repeat): Do function-indirection in check for kbd macro.
8989 In self-insert case, use the *last* char in INSERTION.
8990
8991 1999-03-30 Karl Heuer <kwzh@gnu.org>
8992
8993 * progmodes/cc-cmds.el (c-indent-command): Doc fix.
8994
8995 1999-03-29 Andreas Schwab <schwab@gnu.org>
8996
8997 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
8998 comint-input-filter-functions. Make variables related to shell
8999 directory tracking local.
9000
9001 1999-03-26 Andreas Schwab <schwab@gnu.org>
9002
9003 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
9004
9005 * simple.el (shell-command-on-region): Cope with exit-status being
9006 nil, which happens if call-process-region was interrupted.
9007
9008 1999-03-26 Richard M. Stallman <rms@gnu.org>
9009
9010 * simple.el (indent-new-comment-line): Handle use at a point
9011 after a comment-end. Handle multiple comments.
9012
9013 * mail/rmail.el (rmail-decode-babyl-format):
9014 To prevent locking, bind buffer-file-name to nil.
9015
9016 1999-03-26 Karl Fogel <kfogel@red-bean.com>
9017
9018 * mail-hist.el (mail-hist-current-header-name): Don't make
9019 off-by-one-error when determining if in message body.
9020
9021 1999-03-25 Andrew Innes <andrewi@gnu.org>
9022
9023 * w32-fns.el (set-default-process-coding-system): Copied from
9024 dos-w32.el, but modified to use Unix line endings for process
9025 input, and to add a suitable entry to process-coding-system-alist
9026 for DOS shells.
9027
9028 * dos-fns.el (set-default-process-coding-system): Copied from
9029 dos-w32.el.
9030
9031 * dos-w32.el (set-default-process-coding-system): Move function to
9032 dos-fns.el; a different version is used in w32-fns.el.
9033
9034 1999-03-24 Dave Love <fx@gnu.org>
9035
9036 * info.el (Info-directory-list): Revert change to re-writing
9037 Info-default-directory-list, but put `alternative' first.
9038 (Info-insert-dir): Modify selecting the top dir file as a consequence.
9039
9040 1999-03-23 Simon Marshall <simon@gnu.org>
9041
9042 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
9043 on the line by itself.
9044 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if
9045 it is not in a declarative context.
9046
9047 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk>
9048
9049 * cus-edit.el (custom-variable-prompt): Allow customization of
9050 autoloaded symbols.
9051
9052 1999-03-22 Kenichi HANDA <handa@etl.go.jp>
9053
9054 * simple.el (what-cursor-position): Don't cause error when point
9055 is at invalid multibyte sequence.
9056
9057 1999-03-21 Karl Heuer <kwzh@gnu.org>
9058
9059 * complete.el (partial-completion-mode): Doc fix.
9060
9061 1999-03-19 Richard M. Stallman <rms@gnu.org>
9062
9063 * progmodes/cplus-md.el (old-c++): Remove :group.
9064
9065 * progmodes/c-mode.el (old-c): Remove :group.
9066
9067 1999-03-18 Simon Marshall <simon@gnu.org>
9068
9069 * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
9070 (java-font-lock-keywords-2): Added "strictfp" keyword.
9071
9072 1999-03-17 Jason Rumney <jasonr@altavista.net>
9073
9074 * w32-fns.el (set-w32-system-coding-system) New function.
9075 (w32-system-coding-system) Initialize to 'iso-latin-1.
9076
9077 1999-03-17 Eli Zaretskii <eliz@gnu.org>
9078
9079 * international/mule-cmds.el (set-language-environment): Fix
9080 previous change: don't use dos-codepage when unbound.
9081
9082 1999-03-17 Karl Heuer <kwzh@gnu.org>
9083
9084 * calendar/appt.el (appt-make-list): Fix previous change.
9085
9086 1999-03-16 Richard M. Stallman <rms@gnu.org>
9087
9088 * window.el (shrink-window-if-larger-than-buffer):
9089 Don't try to redisplay with the cursor at the end
9090 on its own line--that would force a scroll and spoil things.
9091
9092 1999-03-16 Eli Zaretskii <eliz@gnu.org>
9093
9094 * international/mule-cmds.el (set-language-environment): Don't use
9095 cpNNN-nonascii-translation-table if it is unbound.
9096
9097 * term/internal.el (dos-codepage-setup): Compute the unibyte
9098 syntax table and bind unibyte-display-via-language-environment
9099 here, rather than at top level, so that resetting to unibyte in
9100 .emacs works as expected.
9101
9102 1999-03-15 Simon Marshall <simon@gnu.org>
9103
9104 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
9105
9106 1999-03-14 Milan Zamazal <pdm@pvt.net>
9107
9108 * abbrev.el (inverse-add-abbrev): Inherit the current input method.
9109
9110 1999-03-14 Kenichi Handa <handa@etl.go.jp>
9111
9112 * international/mule-util.el (detect-coding-with-priority):
9113 Restore the internal database.
9114
9115 1999-03-14 Stephen Eglen <stephen@gnu.org>
9116
9117 * mail/sendmail.el (sendmail-send-it): Fix typo in error string
9118 if mail-from-style has invalid value.
9119
9120 1999-03-12 Karl Heuer <kwzh@gnu.org>
9121
9122 * vc.el (vc-delete-logbuf-window): New var.
9123 (vc-finish-logentry): Use it.
9124
9125 1999-03-12 Richard M. Stallman <rms@gnu.org>
9126
9127 * startup.el (command-line-1): Improve startup msg.
9128
9129 1999-03-12 Eric M. Ludlam <zappo@ultranet.com>
9130
9131 * speedbar.el: Added commentary about stealthy functions.
9132 (speedbar-message) new function.
9133 (speedbar-y-or-n-p): New function
9134 (speedbar-with-attached-buffer) Moved macro before reference.
9135 Now uses `save-selected-window'.
9136 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
9137 speedbar-generic-item-info, speedbar-item-info-file-helper,
9138 speedbar-item-delete, speedbar-insert-generic-list,
9139 speedbar-timer-fn, speedbar-check-vc-this-line,
9140 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
9141 speedbar-buffers-item-info) Use speedbar-message.
9142 (speedbar-item-info) Limit `message-log-max'.
9143 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
9144 speedbar-item-delete, speedbar-item-object-delete,
9145 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
9146
9147 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp>
9148
9149 * server.el (server-start): Set coding system for the server
9150 process to raw-text.
9151 (server-process-filter): Decode file names if necessary.
9152
9153 1999-03-12 Dave Love <fx@gnu.org>
9154
9155 * textmodes/fill.el (sentence-end-double-space): Doc fix.
9156
9157 * textmodes/paragraphs.el (sentence-end): Doc fix.
9158
9159 1999-03-11 Karl Heuer <kwzh@gnu.org>
9160
9161 * comint.el (comint-password-prompt-regexp): Accept "login password:"
9162
9163 1999-03-09 Karl Heuer <kwzh@gnu.org>
9164
9165 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
9166 (ispell-dictionary-alist-2): Likewise.
9167 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
9168 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
9169 (ispell-dictionary-alist): Build from six pieces, not just two.
9170
9171 * ps-bdf.el (bdf-directory-list): Doc fix.
9172
9173 * enriched.el (enriched-mode): Make var permanent-local.
9174
9175 1999-03-09 Dave Love <fx@gnu.org>
9176
9177 * textmodes/sgml-mode.el (html-mode): Use
9178 sentence-end-double-space when setting sentence-end.
9179
9180 1999-03-09 Ken'ichi Handa <handa@gnu.org>
9181
9182 * language/thai.el (tis-620): New alias coding system for thai-tis620.
9183
9184 1999-03-08 Felix Lee <flee@cygnus.com>
9185
9186 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
9187
9188 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
9189
9190 1999-03-08 Karl Heuer <kwzh@gnu.org>
9191
9192 * dired-aux.el (dired-do-copy-regexp): Doc fix.
9193 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
9194
9195 * dired.el (dired-do-copy-regexp): Doc fix.
9196 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
9197
9198 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com>
9199
9200 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
9201
9202 1999-03-08 Jason Rumney <jasonr@altavista.net>
9203
9204 * international/codepage.el (cp1250-decode-table)
9205 (cp1251-decode-table, cp1253-decode-table)
9206 (cp1257-decode-table): New translation tables for MS Windows codepages.
9207 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
9208
9209 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
9210
9211 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
9212
9213 1999-03-07 Eli Zaretskii <eliz@gnu.org>
9214
9215 * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
9216
9217 * term/internal.el (top level): Display character 255 as 8bit as well.
9218
9219 1999-03-06 Dave Love <fx@gnu.org>
9220
9221 * progmodes/cc-cmds.el (c-outline-level): Bind
9222 buffer-invisibility-spec.
9223
9224 * progmodes/c-mode.el (c-outline-level): Likewise.
9225
9226 * progmodes/ada-mode.el (ada-outline-level): Likewise.
9227
9228 1999-03-05 Felix Lee <flee@cygnus.com>
9229
9230 * textmodes/outline.el (outline-get-last-sibling): Doc fix.
9231
9232 1999-03-05 Richard M. Stallman <rms@gnu.org>
9233
9234 * bindings.el (complete-symbol): Invert meaning of prefix arg.
9235
9236 1999-03-05 Andrew Innes <andrewi@gnu.org>
9237
9238 * w32-fns.el (convert-standard-filename): Convert directory
9239 separators to Windows format.
9240
9241 1999-03-05 Andreas Schwab <schwab@gnu.org>
9242
9243 * international/skkdic-cnv.el: Provide skkdic-cnv.
9244 (skkdic-convert): Emit code to require skkdic-cnv at compile time.
9245 (batch-skkdic-convert): Doc fix.
9246
9247 1999-03-04 Dave Love <fx@gnu.org>
9248
9249 * custom.el (custom-set-variables): Protect against setter errors.
9250
9251 1999-03-04 Eli Zaretskii <eliz@gnu.org>
9252
9253 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
9254 the file sizes from overflowing.
9255 (ls-lisp-format): If file size is a float, use %8.0f to print it.
9256 Under -s, print the size in blocks with %4.0f, in case they have
9257 a *really* huge file.
9258
9259 1999-03-03 Dave Love <fx@gnu.org>
9260
9261 * options.el (edit-options): Doc fix.
9262 (list-options): Don't lose with unbound symbols. Maintain
9263 Edit-options-mode.
9264
9265 1999-03-01 Dave Love <fx@gnu.org>
9266
9267 * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
9268
9269 1999-02-28 Richard M. Stallman <rms@gnu.org>
9270
9271 * ispell.el (ispell-dictionary-alist-override): New variable.
9272 (ispell-dictionary-alist): Don't setq it,
9273 if ispell-dictionary-alist-override is set.
9274
9275 * simple.el (shell-command-default-error-buffer): Renamed from
9276 shell-command-on-region-default-error-buffer.
9277 (shell-command-on-region): Mention in echo area when there
9278 is some error output. Mention success or failure, too.
9279 Accumulate multiple error outputs
9280 going forward, with formfeed in between. Display the error buffer
9281 when we have put something in it.
9282 (shell-command): Add the ERROR-BUFFER argument feature.
9283
9284 1999-02-28 Karl Heuer <kwzh@gnu.org>
9285
9286 * mail/mh-utils.el (mh-lib): Doc fix.
9287 (mh-lib-progs, mh-nmh-p): New vars.
9288 (mh-find-progs): Set mh-lib-progs along with other vars.
9289 (mh-path-search): New arg FUNC-P; if specified, use that instead
9290 of mh-file-command-p.
9291 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
9292
9293 * mail/mh-comp.el (mh-repl-formfile): New var.
9294 (mh-smail-batch): Don't ignore all arguments.
9295 (mh-reply): Do the right thing when using nmh.
9296
9297 1999-02-27 Kenichi Handa <handa@etl.go.jp>
9298
9299 * international/mule-cmds.el (select-safe-coding-system): Be sure
9300 to show a buffer being decoded.
9301
9302 1999-02-26 Ken'ichi Handa <handa@gnu.org>
9303
9304 * ps-bdf.el (bdf-directory-list): Initialize it to
9305 '("/usr/local/share/emacs/fonts/bdf").
9306
9307 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9308
9309 * ps-print.el: PostScript programming fix.
9310 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
9311 setpagedevice operator).
9312
9313 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9314
9315 * ps-print.el: Doc fix, font size specifies landscape and portrait
9316 sizes.
9317 (ps-print-version): New version number (4.1.4).
9318 (ps-font-size, ps-header-font-size, ps-header-title-font-size):
9319 Specifies landscape and portrait sizes.
9320 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
9321 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
9322 fix.
9323 (ps-get-font-size): New fun.
9324 (ps-font-size-internal, ps-header-font-size-internal)
9325 (ps-header-title-font-size-internal): New vars.
9326
9327 * ps-mule.el: Change of ps-print font size variable name.
9328 (ps-mule-generate-font): Fun fix.
9329 (ps-mule-begin-job): Programming uniformization.
9330
9331 1999-02-25 Dave Love <fx@gnu.org>
9332
9333 * help.el (help-xref-info-regexp): Allow linebreaks and capital.
9334 (help-make-xrefs): Do Info case first.
9335
9336 * repeat.el: Don't require advice.
9337 (repeat-last-kill-command): Variable deleted.
9338
9339 1999-02-25 Richard Stallman <rms@gnu.org>
9340
9341 * simple.el (shell-command-on-region): Don't go into the REPLACE = t
9342 case just because the current buffer is the output buffer.
9343
9344 1999-02-25 Kenichi Handa <handa@etl.go.jp>
9345
9346 * simple.el (what-cursor-position): To show the character's
9347 encoding, use encoded-string-description instead of information
9348 of chaset-origin-alist.
9349
9350 * international/mule-cmds.el (iso-2022-control-alist): New variable.
9351 (encoded-code-description): New function.
9352 (encoded-string-description): New function.
9353 (encode-coding-char): New function.
9354
9355 1999-02-25 Andrew Innes <andrewi@gnu.org>
9356
9357 * startup.el (command-line) [windows-nt]: Fix typo in regexp
9358 checking for .emacs[.el[c]].
9359
9360 1999-02-24 Richard Stallman <rms@gnu.org>
9361
9362 * help.el (describe-function-1): Don't print a whole lambda-function.
9363
9364 1999-02-23 Ken'ichi Handa <handa@gnu.org>
9365
9366 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
9367 inputting ?\240.
9368
9369 1999-02-23 Karl Heuer <kwzh@gnu.org>
9370
9371 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
9372
9373 * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
9374 (clean-buffer-list-kill-buffer-names): Doc fix.
9375
9376 * gud.el (gud-jdb-massage-args): Spelling fix.
9377
9378 1999-02-23 Richard M. Stallman <rms@gnu.org>
9379
9380 * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
9381
9382 1999-02-22 Eli Zaretskii <eliz@gnu.org>
9383
9384 * arc-mode.el (archive-set-buffer-as-visiting-file): Save
9385 excursion while calling set-auto-coding-function.
9386
9387 * play/handwrite.el (handwrite): Require ps-print, and use
9388 ps-printer-name and ps-lpr-command. Call ps-print-region-function
9389 if it's defined, instead of forking ps-lpr-command unconditionally.
9390
9391 1999-02-22 Kenichi Handa <handa@etl.go.jp>
9392
9393 * international/codepage.el (cp-coding-system-for-codepage-1): Put
9394 charset-origin-alist property to a coding system for the codepage.
9395
9396 * international/mule.el: Modify comment for charset-origin-alist
9397 property of a coding system.
9398
9399 * simple.el (what-cursor-position): charset-origin-alist property
9400 of a coding system may be a translation table or a symbol of which
9401 `translation-table' property is a translation table.
9402
9403 1999-02-21 Richard Stallman <rms@gnu.org>
9404
9405 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
9406 to the "html" template.
9407
9408 1999-02-21 Peter Breton <pbreton@ne.mediaone.net>
9409
9410 * dirtrack.el (dirtrack): Added docstring. Now returns input.
9411
9412 1999-02-18 Peter Breton <pbreton@ne.mediaone.net>
9413
9414 * dirtrack.el (dirtrack): Check for the prompt in the input string
9415 instead of the buffer.
9416
9417 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch>
9418
9419 * sql.el: Set version to 1.4.1. Changed mail address to
9420 alex@gnu.org. Mention the mailing list sql.el@gnu.org.
9421 (sql-input-ring-separator): Doc fix.
9422 (sql-mode-syntax-table): double-dash starts comments is defined as
9423 ". 56" instead of ". 12b" for XEmacs.
9424 (sql-stop, sql-interactive-mode): Doc fixes.
9425 (sql-postgres): Queries for database and server, not just one.
9426 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
9427
9428 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
9429 changed. This is needed for master.el to work.
9430 (sql-set-sqli-buffer): Use the new hook.
9431
9432 * sql.el (sql-make-alternate-buffer-name): Function that sets
9433 sql-alternate-buffer-name.
9434 (sql-alternate-buffer-name): Possible name of SQLi buffers.
9435 (sql-interactive-mode): Set sql-alternate-buffer-name.
9436 (sql-rename-buffer): New command.
9437 (sql-interactive-mode-menu): Menu for SQLi buffers.
9438
9439 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator
9440 and sql-input-ring-file-name are used to temporarily set
9441 comint-input-ring-file-name and comint-input-ring-separator when
9442 reading and writing input history files.
9443
9444 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
9445 (sql-input-ring-file-name): New variable with customization.
9446 (sql-input-ring-separator): New variable with customization.
9447 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
9448 Callers changed.
9449 (sql-show-sqli-buffer): The message for "sql-buffer is not set"
9450 now includes the name of the current buffer.
9451
9452 (sql-mode): Set paragraph-separate and paragraph-start so that
9453 sql-send-paragraph sends the entire SQL statements, even if it
9454 contains indented lines.
9455
9456 1999-02-18 Dave Love <fx@gnu.org>
9457
9458 * format.el (format-encode-run-method, format-decode-run-method):
9459 Fix previous change.
9460
9461 1999-02-18 Ken'ichi Handa <handa@gnu.org>
9462
9463 * international/mule.el (coding-system-list): Moved here from
9464 mule-util.el to avoid autoloading mule-util by the call of
9465 select-safe-coding-system.
9466
9467 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
9468
9469 * simple.el (turn-on-auto-fill): Mark it as an option for
9470 `text-mode-hook'.
9471
9472 1999-02-17 Richard Stallman <rms@gnu.org>
9473
9474 * emacs-lisp/easymenu.el (easy-menu-get-map):
9475 Don't crash if (current-local-map) is nil.
9476
9477 1999-02-17 Peter Breton <pbreton@ne.mediaone.net>
9478
9479 * filecache.el (file-cache-filter-regexps): Added .class.
9480
9481 1999-02-17 Ken'ichi Handa <handa@gnu.org>
9482
9483 * international/mule-util.el (decompose-region): Use
9484 insert-buffer-substring instead of insert-buffer to avoid putting
9485 mark.
9486
9487 1999-02-17 Andreas Schwab <schwab@gnu.org>
9488
9489 * calendar/cal-move.el (scroll-calendar-left): Don't set
9490 displayed-month and displayed-year here, let generate-calendar do
9491 it, after range checking.
9492
9493 1999-02-17 Simon Marshall <simon@gnu.org>
9494
9495 * progmodes/cc-engine.el (c-at-toplevel-p): New function.
9496
9497 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
9498 correctly between an object declared via a constructor and a method.
9499 (font-lock-defaults-alist): Don't give `.' word syntax for Java.
9500 (java-font-lock-keywords-1): Fontify package names individually.
9501 (java-font-lock-extra-types): Ensure regexp matches capitalised only.
9502 (java-font-lock-keywords-2): Simplify type fontification.
9503 (java-font-lock-keywords-3): Likewise.
9504
9505 1999-02-17 Kenichi Handa <handa@etl.go.jp>
9506
9507 * language/japanese.el (iso-2022-jp-2): New coding system.
9508 ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
9509
9510 1999-02-16 Dave Love <fx@gnu.org>
9511
9512 * help.el (describe-function-1): Accept non-symbols.
9513
9514 1999-02-16 Paul Eggert <eggert@twinsun.com>
9515
9516 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
9517 find the last match if there are multiple matches.
9518
9519 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9520
9521 * tex-mode.el (tex-run-command, latex-run-command)
9522 (slitex-run-command, tex-command): Doc changes.
9523 (tex-start-options-string): Autoload it. Doc change. Provide
9524 a menu for customization. Allow nil. Quote backslashes only once.
9525 (tex-start-tex): Handle nil value of tex-start-options-string
9526 and apply shell-quote-argument to it.
9527
9528 1999-02-16 Eli Zaretskii <eliz@gnu.org>
9529
9530 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
9531 the size in blocks, since it can be a float.
9532 (ls-lisp-format): Likewise
9533
9534 1999-02-16 Ken'ichi Handa <handa@gnu.org>
9535
9536 * language/japanese.el (japanese-shift-jis): Add
9537 charset-origin-alist property.
9538
9539 1999-02-15 Richard Stallman <rms@gnu.org>
9540
9541 * progmodes/compile.el (compile-internal): Use save-selected-window.
9542
9543 * subr.el (momentary-string-display): Bind inhibit-read-only.
9544
9545 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
9546
9547 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il>
9548
9549 * mail/rmail.el (rmail-show-message): If an unseen message has a
9550 Summary-line in its header, get past one more line before looking
9551 for the X-Coding-System header.
9552
9553 1999-02-15 Geoff Voelker <voelker@cs.washington.edu>
9554
9555 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
9556 explicitly to accomodate Windows 9X lack of a useful copy program.
9557
9558 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
9559
9560 * wid-edit.el (widget-choice-value-create): Use `equal'
9561 instead of `eq'.
9562
9563 1999-02-14 Richard Stallman <rms@gnu.org>
9564
9565 * international/iso-transl.el:
9566 (iso-transl-ae): Renamed from iso-transl-e-slash.
9567 (iso-transl-a-ring): Renamed from iso-transl-a-slash.
9568 (iso-transl-AE): Renamed from iso-transl-E-slash.
9569 (iso-transl-A-ring): Renamed from iso-transl-A-slash.
9570 (iso-transl-char-map): Related changes.
9571
9572 * format.el (format-replace-strings): Fix value of TO in REVERSE case.
9573
9574 1999-02-13 Richard Stallman <rms@gnu.org>
9575
9576 * textmodes/texinfmt.el (texinfo-alias): New function.
9577 (texinfo-fold-nodename-case): Add defvar.
9578 (texinfo-format-node): Do case folding if specified.
9579
9580 * ffap.el (ffap-file-at-point): Test local file names
9581 immediately. Strip off line numbers.
9582
9583 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch>
9584
9585 * sql.el: Set version to 1.3.2
9586 (sql-solid-program): Added support for solid.
9587 (sql-help): Doc mentions sql-solid.
9588 (sql-solid): Entry function for Solid.
9589 (sql-buffer): Doc explains the use of the variable and how to
9590 change it.
9591 (sql-mode-menu): Included entries for sql-show-sqli-buffer and
9592 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
9593 disabled if sql-buffer doesn't have a process; sql-send-paragraph
9594 is new.
9595 (sql-show-sqli-buffer): New function to display the value of
9596 sql-buffer.
9597 (sql-change-sqli-buffer): New function to change sql-buffer.
9598 (sql-mode): Doc explains how to change sql-buffer.
9599 (sql-send-paragraph): New function to send a paragraph.
9600 (sql-mode-map): Added keybinding for sql-send-paragraph.
9601 (sql-mysql): Doc corrected.
9602 (sql-ms): Doc corrected.
9603
9604 * sql.el (sql-server): Doc fix.
9605 (sql-mysql): Added the use of sql-server to specify the host,
9606 sql-database now specifies database instead of host.
9607 (sql-mode-menu): Send... menu items are only active if sql-buffer
9608 is non-nil.
9609 (sql-help): Changed tag of entry functions a bit.
9610
9611 * sql.el: Added keywords from `finder-by-keyword'.
9612 (sql-mode): Made sql-buffer a local variable, changed the
9613 documentation: removed instructions to add *.sql files to
9614 auto-mode-alist, added documentation for having mutliple SQL
9615 buffers sending their stuff to different SQLi buffers, each
9616 running a different process.
9617 (sql-postgres): Quoted *SQL* in doc string.
9618 (sql-ms): Likewise.
9619 (sql-ingres): Likewise.
9620 (sql-ingres): Quoted *SQL* in doc string, added references to
9621 sql-user and sql-password used during login.
9622 (sql-sybase): Quoted *SQL* in doc string, added comma.
9623 (sql-oracle): Likewise.
9624 (sql-interactive-mode): Added extensive documentation for having
9625 mutliple SQL buffers sending their stuff to different SQLi
9626 buffers, each running a different process.
9627 (sql-buffer): Changed doc from *SQL* to SQLi.
9628 (sql-get-login): Doc fix.
9629
9630 1999-02-12 Ken'ichi Handa <handa@gnu.org>
9631
9632 * international/mule-conf.el (undecided): Set ascii in
9633 safe-charsets property.
9634
9635 1999-02-12 Richard Stallman <rms@gnu.org>
9636
9637 * textmodes/paragraphs.el (paragraph-separate): Doc fix.
9638
9639 1999-02-12 Ken'ichi Handa <handa@gnu.org>
9640
9641 * ps-mule.el (ps-mule-font-info-database-default): Set the initial
9642 value to ps-mule-font-info-database-latin.
9643
9644 1999-02-13 Kenichi HANDA <handa@etl.go.jp>
9645
9646 * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
9647 (ps-mule-font-info-database-default): New variable.
9648 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
9649 ps-mule-font-info-database-default.
9650
9651 1999-02-12 Dave Love <fx@gnu.org>
9652
9653 * timezone.el (timezone-make-date-sortable)
9654 (timezone-make-date-arpa-standard): Doc fix.
9655
9656 1999-02-12 Ken'ichi Handa <handa@gnu.org>
9657
9658 * international/quail.el (quail-show-kbd-layout): Bind
9659 blink-matching-paren to nil.
9660
9661 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
9662 for ASCII and Latin-1.
9663
9664 1999-02-12 Andreas Schwab <schwab@gnu.org>
9665
9666 * gud.el (jdb): Fix regexp for comint-prompt-regexp.
9667
9668 1999-02-12 Kenichi Handa <handa@etl.go.jp>
9669
9670 * international/mule-cmds.el (language-info-alist): Remove
9671 description about charset-origin-alist.
9672
9673 * international/mule.el: Comment added for a new coding system
9674 property `charset-origin-alit'.
9675 (make-translation-table): This variable deleted.
9676
9677 * language/chinese.el (chinese-big5): Add charset-origin-alist
9678 property.
9679 ("Chinese-CNS"): Remove charset-origin-alist property.
9680
9681 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
9682 property.
9683 (cyrillic-alternativnyj): Likewise.
9684 ("Cyrillic-KOI8"): Remove charset-origin-alist property.
9685 ("Cyrillic-ALT"): Likewise.
9686
9687 * language/vietnamese.el (vietnamese-viqr): Add
9688 charset-origin-alist property.
9689 ("Vietnamese"): Remove charset-origin-alist property.
9690
9691 * simple.el (what-cursor-position): Don't use the varialbe
9692 charset-origin-alist, but use charset-origin-alist property of
9693 buffer-file-coding-system to decide external character set code.
9694
9695 1999-02-10 Richard Stallman <rms@gnu.org>
9696
9697 * shadowfile.el: Don't turn on the mode when the file is loaded.
9698
9699 1999-02-09 Richard Stallman <rms@gnu.org>
9700
9701 * progmodes/compile.el (compile-auto-highlight): Customize.
9702
9703 * add-log.el (add-log-file-name-function): New variable.
9704 (add-change-log-entry): Call that function, if non-nil.
9705
9706 1999-02-09 Michael Ernst <mernst@alum.mit.edu>
9707
9708 * rmail.el (rmail-search): Track match with a marker, not an integer.
9709
9710 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9711
9712 * progmodes/compile.el (compilation-setup): Set value of
9713 compilation-directory-stack as in compilation-forget-errors.
9714 (compile-reinitialize-errors): Bind buffer-undo-list and
9715 deactivate-mark.
9716 (compilation-forget-errors): Likewise.
9717
9718 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com>
9719
9720 * textmodes/texinfo.el (texinfo-environment-regexp): Add the
9721 def... constructs.
9722
9723 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
9724 Remove calls to sleep-for.
9725
9726 1999-02-08 Eli Zaretskii <eliz@gnu.org>
9727
9728 * international/codepage.el (cp-coding-system-for-codepage-1): On
9729 MS-DOS, use dos-unsupported-char-glyph for characters not
9730 supported by the codepage.
9731 (cp-make-coding-systems-for-codepage): Likewise.
9732
9733 1999-02-08 Andreas Schwab <schwab@gnu.org>
9734
9735 * international/mule-util.el (coding-system-list): Don't sort
9736 coding-system-list here.
9737
9738 * international/mule.el (coding-system-lessp): Moved here from
9739 mule-util.el
9740 (add-to-coding-system-list): New function.
9741 (make-subsidiary-coding-system, make-coding-system,
9742 define-coding-system-alias): Use it instead of setting
9743 coding-system-list directly.
9744
9745 1999-02-07 Dave Love <fx@gnu.org>
9746
9747 * calendar/appt.el (appt-make-list): Don't splice quotes and date
9748 onto message.
9749
9750 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9751
9752 * imenu.el (imenu--last-menubar-index-alist): Add doc.
9753 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist.
9754
9755 1999-02-06 Richard Stallman <rms@gnu.org>
9756
9757 * language/european.el (setup-slovenian-environment): New function.
9758 ("Slovenian"): New language environment.
9759
9760 * progmodes/sql.el (sql-help): Doc fix.
9761 (sql-mysql): Doc fix.
9762
9763 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9764
9765 * tex-mode.el: When compiling, require compare-w and skeleton
9766 to pacify the byte-compiler. Move the def's of the tex-commands
9767 together. Add a comment on kill-process vs. quit-process.
9768
9769 1999-02-05 Dave Love <fx@gnu.org>
9770
9771 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
9772 null markers.
9773 (compile-goto-error): Likewise.
9774
9775 1999-02-05 Stephen Gildea <gildea@alum.mit.edu>
9776
9777 * time-stamp.el (time-stamp-format): Format doc tighter.
9778 (time-stamp-line-limit): 0 searches the entire buffer (careful!).
9779 (time-stamp): Don't re-write the time stamp if it didn't change.
9780
9781 1999-02-05 Alex Schroeder <asc@bsiag.com>
9782
9783 * progmodes/sql.el: Changed version to 1.2.1.
9784 (sql-pop-to-buffer-after-send-region): Improved documentation.
9785 (sql-mysql-program): Added MySQL support.
9786 (sql-prompt-length): Made prompt-length configurable.
9787 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
9788 (sql-help): Added MySQL support, changed documentation.
9789 (sql-send-region): A message is displayed if something is sent.
9790 (sql-mode): Added buffer-local comment-start.
9791 (sql-interactive-mode): Use sql-prompt-length to set left-margin.
9792 (sql-interactive-mode): Added buffer-local comment-start.
9793 (sql-oracle): Set sql-prompt-length.
9794 (sql-sybase): Set sql-prompt-length.
9795 (sql-mysql): Added MySQL support.
9796 (sql-ingres): Set sql-prompt-length.
9797 (sql-ms): Set sql-prompt-length.
9798 (sql-postgres): Set sql-prompt-length.
9799
9800 1999-02-04 Eli Zaretskii <eliz@gnu.org>
9801
9802 * term/internal.el (dos-codepage-setup): Set selection coding
9803 system to cpNNN-dos.
9804
9805 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9806
9807 * international/characters.el: Let ethiopic use iso-2022-7bit.
9808
9809 1999-02-02 Dave Love <fx@gnu.org>
9810
9811 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
9812 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
9813
9814 1999-02-02 Karl Heuer <kwzh@gnu.org>
9815
9816 * terminal.el (terminal-emulator): Doc fix.
9817
9818 1999-02-02 Ken'ichi Handa <handa@gnu.org>
9819
9820 * international/mule-util.el (compose-chars): Doc-string
9821 modified. Correctly handle a composition character in ARGS.
9822
9823 1999-02-01 Richard Stallman <rms@gnu.org>
9824
9825 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
9826 (makefile-menu-index-function): Function deleted.
9827 (makefile-mode): Use makefile-imenu-generic-expression.
9828
9829 1999-02-01 Geoff Voelker <voelker@cs.washington.edu>
9830
9831 * term/w32-win.el (w32-create-initial-fontsets): Back out previous
9832 change, invoke from before-init-hook.
9833
9834 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu>
9835
9836 * subr.el (remove-from-invisibility-spec): Cope with the case when
9837 buffer-invisibility-spec is t.
9838
9839 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu>
9840
9841 * calendar/calendar.el (calendar-mode-map): Fix bindings for
9842 appt-add and appt-delete.
9843
9844 1999-02-01 Eli Zaretskii <eliz@gnu.org>
9845
9846 * term/pc-win.el (msdos-approximate-color): New function.
9847 (msdos-color-translate): Call it to find a DOS color that best
9848 approximates an X-style "#NNNNNN" color specification.
9849
9850 1999-02-01 Ken'ichi Handa <handa@gnu.org>
9851
9852 * international/mule-util.el (compose-chars-component): Add
9853 autoload cookie.
9854
9855 1999-01-31 Ken'ichi Handa <handa@gnu.org>
9856
9857 * international/quail.el (quail-lookup-key): If cdr of MAP is a
9858 function, replace cdr of MAP by the return value of the function
9859 unconditionally.
9860
9861 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9862
9863 * progmodes/compile.el (compilation-next-error-locus): Don't
9864 decrease argument FIND-AT-LEAST of compilation-next-error-locus.
9865
9866 1999-01-31 Eli Zaretskii <eliz@gnu.org>
9867
9868 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
9869 and NLs before "charset", and allow the charset name be in double
9870 quotes.
9871
9872 1999-01-31 Richard Stallman <rms@gnu.org>
9873
9874 * imenu.el (imenu-sort-function): Fix custom type.
9875
9876 1999-01-30 Richard Stallman <rms@gnu.org>
9877
9878 * speedbar.el (speedbar-line-token): Match {...} instead of [...].
9879 (speedbar-line-token): Likewise.
9880
9881 * play/gametree.el (gametree-default-score): Use defcustom.
9882 (gametree-score-regexp, gametree-score-closer): Likewise.
9883 (gametree-score-manual-flag, gametree-score-opener): Likewise.
9884
9885 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9886
9887 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
9888 decoding.
9889
9890 1999-01-29 Markus Rost <rost@gnu.org>
9891
9892 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
9893 tex-validate-buffer.
9894 (plain-tex-mode, latex-mode, slitex-mode): Likewise.
9895 (tex-validate-buffer): Renamed from validate-tex-buffer. Works
9896 now with recent occur-mode.
9897 (tex-validate-region): Really walk through all Sexps.
9898 (tex-region): Bind shell-dirtrack-verbose.
9899 (tex-file, tex-bibtex-file): Likewise.
9900
9901 1999-01-29 Dave Love <fx@gnu.org>
9902
9903 * finder.el: (finder-commentary): Fix interactive spec. Try
9904 appending .el to file name.
9905 (finder-find-library, finder-commentary): Doc fixes.
9906
9907 1999-01-29 Andrew Innes <andrewi@gnu.org>
9908
9909 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
9910 where the userid contains directory separators.
9911
9912 1999-01-29 Dave Love <fx@gnu.org>
9913
9914 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
9915 (lm-commentary): Doc fix.
9916
9917 1999-01-29 Andreas Schwab <schwab@gnu.org>
9918
9919 * files.el (file-expand-wildcards): Never consider `.' and `..' a
9920 wildcard match. Fix regexp that tests if dirpart contains
9921 wildcard characters.
9922
9923 1999-01-28 Richard Stallman <rms@gnu.org>
9924
9925 * font-lock.el (font-lock-default-unfontify-region):
9926 If not font-lock-syntactic-keywords, don't remove syntax-table prop.
9927
9928 1999-01-27 Jason Rumney <jasonr@altavista.net>
9929
9930 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
9931 from FAMILY field.
9932 (w32-create-initial-fontsets): Do not use before-init-hook.
9933 (mouse-set-font): Document. Automatically create and use fontsets.
9934
9935 * dos-w32.el (direct-print-region-helper): Check for printer
9936 being t as well as a string.
9937
9938 1999-01-27 Kenichi Handa <handa@etl.go.jp>
9939
9940 * mail/rmail.el (rmail-decode-mime-charset): New variable.
9941 (rmail-mime-charset-pattern): New variable.
9942 (rmail-convert-to-babyl-format): Decode by MIME-charset if
9943 rmail-decode-mime-charset is non-nil.
9944
9945 1999-01-27 Ken'ichi Handa <handa@gnu.org>
9946
9947 * international/characters.el: Set category `q' for all characters
9948 in tibetan and tibetan-1-column.
9949
9950 1999-01-27 Andrew Innes <andrewi@gnu.org>
9951
9952 * frame.el (select-frame-by-name): Obey focus-follows-mouse.
9953 (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
9954
9955 1999-01-27 Dave Love <fx@gnu.org>
9956
9957 * international/mule-cmds.el (current-language-environment):
9958 Provide :link, :type (choices) and appropriate :get.
9959
9960 1999-01-27 Eli Zaretskii <eliz@gnu.org>
9961
9962 * startup.el (command-line): Set default eol-mnemonic-* strings to
9963 display end-of-line format in mode line.
9964
9965 * cus-start.el (all): Add eol-mnemonic-* variables.
9966
9967 1999-01-26 Dave Love <fx@gnu.org>
9968
9969 * startup.el (command-line-1): Up-date copyright.
9970
9971 * paths.el (Info-default-directory-list): Use configdir twice.
9972
9973 * info.el (Info-directory-list): Don't set path-separator now
9974 we're not shipped with Texinfo. Simplify path definition.
9975 Substitute all occurrences of instdir in Info-default-directory-list.
9976
9977 1999-01-25 Richard Stallman <rms@gnu.org>
9978
9979 * startup.el (normal-top-level-add-subdirs-to-load-path):
9980 Record the inode numbers of the dirs processed, to avoid loop.
9981
9982 * textmodes/tex-mode.el (tex-run-command): Doc fix.
9983
9984 1999-01-25 Dave Love <fx@gnu.org>
9985
9986 * browse-url.el (browse-url-netscape-program): Doc addition.
9987
9988 * help.el (help-make-xrefs): Default info references to an `(emacs)'
9989 prefix.
9990
9991 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
9992 auto-mode-alist.
9993
9994 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9995
9996 * calendar/diary-lib.el (mark-diary-entries): Use
9997 assoc-ignore-case and do not capitalize when matching month and
9998 day names.
9999
10000 * calendar/calendar.el (calendar-read-date): Ditto.
10001
10002 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
10003 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
10004
10005 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
10006
10007 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
10008
10009 * calendar/cal-islam.el (calendar-goto-islamic-date)
10010 (mark-islamic-diary-entries): Ditto.
10011
10012 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
10013
10014 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
10015 (calendar-read-mayan-tzolkin-date): Ditto.
10016
10017 * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
10018
10019 1999-01-22 Michael Ernst <mernst@alum.mit.edu>
10020
10021 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
10022
10023 1999-01-25 Karl Heuer <kwzh@gnu.org>
10024
10025 * faces.el (list-faces-display): Multiline case of previous fix.
10026
10027 1999-01-25 Andreas Schwab <schwab@gnu.org>
10028
10029 * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
10030
10031 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
10032
10033 * files.el (find-file): If find-file-noselect returns a list,
10034 do switch-to-buffer on each element.
10035 (find-file-other-window): Likewise for all but the first element.
10036 (find-file-other-frame): Same.
10037 (find-file-noselect): When we expand a wildcard, return a list
10038 of buffers.
10039
10040 1999-01-24 Eli Zaretskii <eliz@gnu.org>
10041
10042 * term/internal.el (dos-codepage-setup): Call prefer-coding-system
10043 to set the appropriate cpNNN-dos coding system as the
10044 highest-priority coding system.
10045
10046 1999-01-23 Ken'ichi Handa <handa@gnu.org>
10047
10048 * international/fontset.el (generate-fontset-menu): Return a
10049 sorted list by plain names of fontsets.
10050
10051 * international/mule-diag.el (list-fontsets): Sort fontsets by
10052 plain names.
10053
10054 * language/tibet-util.el (tibetan-vertical-stacking): If the arg
10055 FIRST is a composite character, decompose it at first.
10056
10057 1999-01-23 Dave Love <fx@gnu.org>
10058
10059 * format.el: Doc fixes.
10060 (format-encode-run-method): Have things happen in the right buffer.
10061 Deal with errors from method. Set coding-system-for-write.
10062 (format-decode-run-method): Have things happen in the right buffer.
10063 Deal with errors from method. Set coding-system-for-read.
10064 (format-alist): Use nil instead of unmatchable regexps.
10065
10066 * simple.el (shell-command-on-region): Return command's exit status.
10067
10068 1999-01-23 Eric Ludlam <zappo@gnu.org>
10069
10070 * speedbar.el (speedbar-item-info-file-helper): Add optional arg
10071 of the file whose info we want to display.
10072 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
10073 (speedbar-add-mode-functions-list) Improve doc.
10074 (speedbar-line-token) New function.
10075 (speedbar-dired) Fix order of directories in -shown-directories.
10076 (speedbar-line-path): Default return is default-directory
10077 (speedbar-buffers-line-path): Return is dir name only.
10078 (speedbar-mode-functions-list): New variable.
10079 (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
10080 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
10081 speedbar-files-item-info speedbar-buffers-item-info): New functions.
10082 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
10083 New functions.
10084 (speedbar-line-file): Broke out part that fetches file from a line.
10085 (speedbar-line-text): New function extracted from speedbar-line-file.
10086 (speedbar-line-path): Converted into a replaceable function.
10087 (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
10088
10089 1999-01-23 Ken'ichi Handa <handa@gnu.org>
10090
10091 * international/fontset.el (create-fontset-from-x-resource): Make
10092 style variants.
10093
10094 1999-01-22 Dave Love <fx@gnu.org>
10095
10096 * paths.el (Info-default-directory-list): Put sysdir after start.
10097
10098 1999-01-22 Sam Steingold <sds@goems.com>
10099
10100 * midnight.el (clean-buffer-list): Do not kill a buffer if it has
10101 a process associated with it.
10102
10103 1999-01-22 Jason Rumney <jasonr@altavista.net>
10104
10105 * term/w32-win.el (w32-standard-fontset-spec): Simplified.
10106
10107 1999-01-22 Felix Lee <flee@cygnus.com>
10108
10109 * vc.el (vc-annotate-display): Delete old overlays. Fix check for
10110 major-mode.
10111 (vc-annotate-mode): Delete variable.
10112
10113 1999-01-22 Andrew Innes <andrewi@gnu.org>
10114
10115 * startup.el (command-line): [windows-nt]: Check for existence of
10116 .emacs file so as to notice .emacs.el or .emacs.elc and use them
10117 in preference to _emacs.
10118
10119 1999-01-22 Dave Love <fx@gnu.org>
10120
10121 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
10122
10123 1999-01-20 Richard Stallman <rms@gnu.org>
10124
10125 * files.el (find-file-noselect): Do wildcard processing only
10126 if new arg WILDCARDS is non-nil.
10127 (find-file, find-file-other-window): New arg WILDCARDS.
10128 Default it to non-nil if interactive.
10129 (find-file-other-frame): Likewise.
10130 (find-file-read-only): Likewise.
10131 (find-file-read-only-other-window): Likewise.
10132 (find-file-read-only-other-frame): Likewise.
10133
10134 * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
10135 (widget-plist-convert-option): Delete spurious comma.
10136
10137 1999-01-19 Jason Rumney <jasonr@altavista.net>
10138
10139 * term/w32-win.el (w32-standard-fontspec-spec): Change
10140 iso8859-5 to koi8-r. Add iso8859-9.
10141
10142 1999-01-19 Dave Love <fx@gnu.org>
10143
10144 * browse-url.el (browse-url-maybe-new-window): Delete macro and
10145 its uses.
10146
10147 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
10148 is active.
10149 (fortran-indent-subprogram): Likewise.
10150
10151 1999-01-19 Dave Love <d.love@dl.ac.uk>
10152
10153 * paths.el (Info-default-directory-list): Perhaps add /usr/info.
10154
10155 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
10156
10157 * wid-edit.el (alist): Use sexp as default key-type.
10158
10159 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10160
10161 * textmodes/tex-mode.el (tex-define-common-keys):
10162 Remove key binding of tex-feed-input.
10163 (tex-mode-map): Bind tex-feed-input here.
10164 (tex-start-shell): Use compilation-shell-minor-mode. Set
10165 comint-input-filter-functions before running tex-shell-hook.
10166 (tex-start-tex): Forget compilation errors.
10167 (tex-compilation-parse-errors): Rewritten to work also with
10168 compile-mouse-goto-error and compile-goto-error. Adjusted to
10169 change in tex-region.
10170 (tex-region): For the temp file use file-name without directory.
10171 (tex-file): Expand file name of tex-print-file.
10172
10173 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10174
10175 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call.
10176
10177 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no>
10178
10179 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
10180 beginning could cause Emacs to hang. Fixed.
10181
10182 1999-01-18 Ken'ichi Handa <handa@gnu.org>
10183
10184 * international/ccl.el (ccl-compile-translate-character): Handle
10185 the case that a tranlation table is CCL register correctly.
10186
10187 * international/mule-cmds.el (select-safe-coding-system):
10188 Hightlight at most 256 characters.
10189
10190 1999-01-18 Dave Love <fx@gnu.org>
10191
10192 * startup.el (command-line): If the init file changes operation to
10193 unibyte, make all buffers unibyte and re-set language environment.
10194
10195 * disp-table.el (standard-display-european): Make all existing
10196 buffers unibyte. Fix doc.
10197
10198 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu>
10199
10200 * wid-edit.el (coding-system): Define this unconditionally.
10201
10202 * simple.el (shell-command-on-region-default-error-buffer): New var.
10203 (shell-command-on-region): Use that variable as interactive
10204 value of ERROR-BUFFER argument.
10205
10206 1999-01-17 Sam Steingold <sds@goems.com>
10207
10208 * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
10209
10210 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10211
10212 * progmodes/compile.el (compilation-goto-locus): If already in the
10213 compilation buffer's window, keep it in that window.
10214 (compile-mouse-goto-error): Add Doc. Don't play with windows.
10215 (compile-goto-error): Don't play with windows.
10216
10217 * textmodes/tex-mode.el (latex-run-command): Doc fix.
10218 (tex-command): Doc fix.
10219 (tex-compilation-parse-errors): Doc fix.
10220 (tex-generate-zap-file-name): Don't start the name with -.
10221 (tex-expand-files): Works now also with strings ending with ":".
10222
10223 1999-01-17 Ian T Zimmerman <itz@transbay.net>
10224
10225 Patch failed to install:
10226 * gametree.el: Document scoring functionality.
10227 (gametree-score-regexp): Add optional plus sign.
10228 (gametree-score-opener): Replace `:' with `=' as the former
10229 conflicts with gametree-half-ply-regexp.
10230 (gametree-transpose-following-leaves): Add.
10231 (gametree-insert-new-leaf): Make modifying commands barf in read
10232 only buffers.
10233 (gametree-break-line-here): Add a call to
10234 `gametree-transpose-following-leaves'. This maintains the
10235 necessary invariant that on each level all leaf children precede
10236 all nonleaf children. This has always been implied, but left to
10237 the user, and, unfortunately, undocumented.
10238
10239 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk>
10240
10241 * wid-edit.el (plist, alist): New widget types.
10242
10243 1999-01-17 Dave Love <fx@gnu.org>
10244
10245 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
10246 fix scope of condition-case therein.
10247
10248 1999-01-17 Andrew Innes <andrewi@gnu.org>
10249
10250 * dos-w32.el: (find-buffer-file-type-coding-system): Use
10251 default-buffer-file-coding-system when file doesn't exist (and
10252 isn't covered by a special case) instead of forcing undecided-dos
10253 against the user's wishes.
10254
10255 * dos-w32.el (direct-print-region-helper): New function based on
10256 direct-print-region-function; sends data to specified printer port
10257 without further translation. Recognize and handle specially the
10258 standard `print' and `nprint' programs, as well as `lpr' and
10259 similar programs. Only write directly to the printer port if no
10260 print program is specified. Work around a bug in Windows 9x
10261 affecting Win32 version of Emacs by invoking command.com to write
10262 to the printer port instead of writing directly.
10263 (direct-print-region-function): Use direct-print-region-helper to
10264 do most of the work.
10265 (direct-ps-print-region-function): New function; analogue of
10266 direct-print-region-function for ps-print.
10267 (ps-lpr-command): Comment out setq; leave as example usage.
10268 (ps-lpr-switches): Ditto.
10269
10270 * lpr.el: (printer-name): Update docstring about usage on MS-DOS
10271 and MS-Windows.
10272 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
10273 DOS and Windows platforms, to indicate direct printing. Update
10274 the docstring accordingly.
10275
10276 * ps-print.el: (ps-printer-name): Update docstring about usage on
10277 MS-DOS and MS-Windows.
10278 (ps-lpr-command): Update docstring as for lpr-command.
10279 (ps-print-region-function): New variable.
10280 (ps-do-despool): Use it.
10281 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
10282 DOS/Windows.
10283
10284 * subr.el (subst-char-in-string): New function.
10285
10286 1999-01-17 Eli Zaretskii <eliz@gnu.org>
10287
10288 * international/codepage.el (cp852-decode-table): Fill a nil entry.
10289
10290 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
10291 (bdf-find-font-info): New function, looks for the first readable
10292 file from a list of alternatives.
10293 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
10294 instead of bdf-get-font-info.
10295 (bdf-generate-glyphs): If font-name is a cons cell, pass its car
10296 to ps-mule-generate-bitmap-glyph.
10297
10298 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
10299 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can
10300 now be a list of alternative names.
10301 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
10302 (ps-mule-prepare-font): Likewise.
10303
10304 * international/codepage.el (cp855-decode-table,
10305 cp850-decode-table): Fill some nil entries.
10306
10307 1999-01-16 Dave Love <fx@gnu.org>
10308
10309 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
10310 last change.
10311
10312 1999-01-15 Dave Love <fx@gnu.org>
10313
10314 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
10315 and change regexp for command names.
10316 (help-xref-go-back, function-called-at-point, symbol-file)
10317 (where-is): Doc fixes.
10318 (help-xref-go-back): Remove interactive spec.
10319 (describe-function-1): Fix message for alias. Buttomize alias
10320 name.
10321
10322 * simple.el (join-line): New alias.
10323
10324 1999-01-15 Johan Vromans <jvromans@squirrel.nl>
10325
10326 * forms.el: (forms--show-record): Convert integers to string
10327 expicitly since concat will no longer accept integers.
10328 (forms-print): Use local `total-nb-records' since
10329 `forms--total-records' will be inaccessible after buffer switching.
10330
10331 1998-01-14 Felix Lee <flee@cygnus.com>
10332
10333 * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
10334
10335 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu>
10336
10337 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
10338
10339 1999-01-14 Eli Zaretskii <eliz@gnu.org>
10340
10341 * international/codepage.el (cp850-decode-table): Fix previous change.
10342
10343 1999-01-14 Simon Marshall <simon@gnu.org>
10344
10345 * shell.el (shell-dirtrack-verbose): New custom variable.
10346 (shell-dirstack-message): Use it.
10347
10348 1999-01-14 Kenichi Handa <handa@etl.go.jp>
10349
10350 * international/mule-conf.el: Coding system alias `dos' for
10351 `undecided-dos', `mac' for `undecided-mac'.
10352
10353 * international/mule-cmds.el (describe-language-environment):
10354 Don't alter input-method-alist.
10355
10356 1999-01-13 Eli Zaretskii <eliz@gnu.org>
10357
10358 * international/codepage.el (cp850-decode-table): Replace nil
10359 entries with codes of similary looking glyphs. (Suggested by
10360 Jason Rumney <jasonr@altavista.net>.)
10361
10362 1999-01-13 Dave Love <fx@gnu.org>
10363
10364 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
10365
10366 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
10367
10368 1999-01-12 Karl Heuer <kwzh@gnu.org>
10369
10370 * files.el (auto-save-hook): Defvar this.
10371
10372 1999-01-12 Alex Schroeder <asc@bsiag.com>
10373
10374 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
10375 faces, eliminating the need to load font-lock before loading sql.
10376 (sql-mode-oracle-font-lock-keywords): Likewise.
10377 (sql-mode-postgres-font-lock-keywords): Likewise.
10378
10379 1999-01-11 Dave Love <fx@gnu.org>
10380
10381 * cus-start.el: Add inhibit-eol-conversion.
10382
10383 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
10384 the values round.
10385
10386 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu>
10387
10388 * help.el (help-mode-finish): Renamed from help-mode-maybe.
10389 Don't switch to Help mode here.
10390 (temp-buffer-setup-hook): Use help-mode-finish.
10391 (help-mode-setup): New function.
10392 (temp-buffer-setup-hook): Use help-mode-setup.
10393
10394 * progmodes/sql.el: New file.
10395
10396 * files.el (auto-mode-alist): Add sql-mode.
10397
10398 * faces.el (list-faces-display): Improve the formatting
10399 by computing the maximum length required for any face-name.
10400
10401 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10402
10403 * progmodes/compile.el (compilation-shell-minor-mode): New function.
10404
10405 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu>
10406
10407 * term.el (term_send_home): Change the string to
10408 be the same as the one emitted by xterm and consistent with the
10409 ones emitted by prior and next.
10410 (term_send_end): Likewise.
10411
10412 1999-01-10 Dave Love <fx@gnu.org>
10413
10414 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
10415 bindings.
10416
10417 1999-01-10 Eli Zaretskii <eliz@gnu.org>
10418
10419 * international/codepage.el (codepage-setup): Doc fix.
10420 (cp-decoding-vector-for-codepage): Likewise.
10421
10422 1999-01-10 Markus Rost <rost@gnu.org>
10423
10424 * cus-edit.el (custom-save-delete): First scan the custom-file.
10425
10426 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu>
10427
10428 * international/iso-transl.el: Define a "function name" for
10429 each translation that isn't ASCII. Use these function names
10430 in iso-transl-char-map.
10431
10432 1999-01-08 Kenichi Handa <handa@etl.go.jp>
10433
10434 * international/mule-util.el (decompose-region): Do decomposition
10435 on temporary unibyte buffer.
10436
10437 * international/mule.el (make-char): Doc-string modified.
10438
10439 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu>
10440
10441 * simple.el (comment-region): Delete spaces only if we
10442 deleted a comment starter.
10443
10444 1999-01-07 Dave Love <fx@gnu.org>
10445
10446 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
10447
10448 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
10449 like eval-defun does.
10450
10451 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
10452
10453 * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
10454 constructions. Doc fixes.
10455 (generic-create-generic-function): Use defalias, not fset.
10456
10457 * find-func.el: More doc fixes.
10458
10459 1999-01-06 Stephen Eglen <stephen@gnu.org>
10460
10461 * files.el (save-buffers-kill-emacs): Show the list of current
10462 processes before prompting to kill them and exit.
10463
10464 1999-01-06 Dave Love <fx@gnu.org>
10465
10466 * emacs-lisp/find-func.el: Doc fixes.
10467 (find-function-regexp): Extend for define-generic-mode,
10468 define-derived-mode, easy-mmode-define-minor-mode.
10469
10470 1999-01-06 Dave Love <fx@gnu.org>
10471
10472 * progmodes/fortran.el (fortran-window-create): Account for scroll
10473 bar width.
10474
10475 * browse-url.el: Require (noerror) w3-auto when compiling.
10476 (browse-url-maybe-new-window): Make it a macro and revert last
10477 change to callers.
10478 (browse-url-w3): Require w3 for w3-fetch-other-window.
10479
10480 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10481
10482 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
10483 argument.
10484
10485 1999-01-06 Simon Marshall <simon@gnu.org>
10486
10487 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix.
10488
10489 * font-lock.el (font-lock-default-fontify-buffer): When using
10490 with-temp-message, use nil rather than current-message.
10491
10492 * lazy-lock.el (lazy-lock-unstall):
10493 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
10494 rather than current-message.
10495
10496 * fast-lock.el (fast-lock-save-cache-1):
10497 (fast-lock-cache-data): When using with-temp-message, use nil rather
10498 than current-message.
10499
10500 1999-01-06 Eli Zaretskii <eliz@gnu.org>
10501
10502 * international/codepage.el (cp-coding-system-for-codepage-1): Add
10503 the valid-codes property.
10504
10505 * international/mule-cmds.el (prefer-coding-system): Call
10506 set-coding-priority, so that the internal array of priorities is
10507 also updated.
10508
10509 * international/mule-util.el:
10510 (coding-system-change-eol-conversion,
10511 coding-system-change-text-conversion): Don't define here.
10512
10513 * international/mule-cmds.el: Define them here. Remove the
10514 autoload cookies.
10515
10516 1999-01-06 Andreas Schwab <schwab@gnu.org>
10517
10518 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
10519 if it was enabled before.
10520
10521 * view.el (View-revert-buffer-scroll-page-forward): Bind
10522 view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
10523
10524 * files.el (recover-session): Preserve point when inserting
10525 explanation.
10526
10527 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu>
10528
10529 * cus-edit.el (custom-save-delete): Don't delete whitespace
10530 and comments before the sexp that is replaced.
10531
10532 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10533
10534 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
10535
10536 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de>
10537
10538 * vc.el (vc-dired-hook): Use the original value of
10539 dired-move-to-filename-regexp on lines that have not been
10540 reformatted yet.
10541 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
10542 file lines have already been reformatted.
10543
10544 1999-01-05 Dave Love <fx@gnu.org>
10545
10546 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
10547 buffer-local.
10548
10549 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se>
10550
10551 * progmodes/f90.el: Change of regular expressions for type to
10552 correct highlighting and identation. Some small fixes for
10553 compatibility with XEmacs.
10554
10555 1999-01-05 Stephen Eglen <stephen@gnu.org>
10556
10557 * mspools.el (mspools-vm-system-mail): Provide an alternative
10558 value based on rmail-spool-directory if $MAIL is not defined.
10559
10560 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
10561
10562 * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
10563 (reftex-section-info): Handle negative section levels.
10564 (reftex-view-crossref-extra): New option.
10565 (reftex-view-crossref): Generalized to work in more places.
10566 (reftex-find-citation-regexp-format, reftex-find-reference-format,
10567 reftex-macros-with-labels, reftex-global-search-marker): New variables.
10568 (reftex-view-cite-locations-from-bibtex): New command.
10569 (reftex-view-regexp-match, reftex-global-search,
10570 reftex-global-search-continue): New functions.
10571 (reftex-extract-bib-entries): No error for non-existing BibTeX
10572 file, just a message.
10573 (reftex-extract-bib-entries): Better error handling.
10574 (reftex-select-with-char): Use `*RefTeX Select*' for selection
10575 help and force it on current frame.
10576 (reftex-default-bibliography): New function.
10577 (reftex-access-parse-file): Check consistency after loading a
10578 parse file. When inconsistent, enfore rescan.
10579 (reftex-check-parse-consistency): New function.
10580 (easy-menu-define): Options section drastically shortened.
10581
10582 1999-01-05 Kenichi Handa <handa@etl.go.jp>
10583
10584 * language/thai-util.el (thai-compose-string): New function.
10585
10586 1999-01-04 Inge Frick <inge@nada.kth.se>
10587
10588 * easymenu.el (easy-menu-define): Doc fix.
10589 (easy-menu-create-menu): New keyword :included.
10590 (easy-menu-do-add-item): New keyword :included. SUFFIX may
10591 be an expression, not only a string. Simulate style `button'.
10592 Use easy-menu-define-key-intern instead of easy-menu-define-key.
10593 (easy-menu-define-key-intern): New function.
10594 (easy-menu-add-item): Understand value returned from
10595 easy-menu-item-present-p and easy-menu-remove-item.
10596 (easy-menu-return-item): New function.
10597 (easy-menu-item-present-p, easy-menu-remove-item): Use it.
10598
10599 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu>
10600
10601 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
10602 Use rmail-output-read-rmail-file-name to read the file name.
10603 Always call rmail-output-to-rmail-file noninteractively.
10604 When count > 1, do the loop here.
10605 Handle rmail-delete-after-output here.
10606 (rmail-summary-output): Similar changes.
10607
10608 * mail/rmailout.el: Provide `rmailout'.
10609 (rmail-output-read-rmail-file-name): New function.
10610 (rmail-output-to-rmail-file): Use that.
10611 (rmail-output-read-file-name): New function.
10612 (rmail-output): Use that.
10613
10614 * files.el (find-file-noselect): Let /: suppress wildcard matching.
10615 Error if wildcard matches no files.
10616
10617 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu>
10618
10619 * menu-bar.el (clipboard-yank): Doc fix.
10620
10621 * info.el (Info-insert-dir): Chase symlinks for file-attributes.
10622
10623 1998-12-31 Markus Rost <rost@delysid.gnu.org>
10624
10625 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
10626
10627 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk>
10628
10629 * rmail.el (rmail-encode-string): Make sure mask value is
10630 positive; (emacs-pid) returns a negative number on Windows 9x
10631 which causes odd behaviour.
10632
10633 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org>
10634
10635 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
10636 and about w32-* variables unless on Windows/NT.
10637
10638 1998-12-31 Boris Goldowsky <boris@alum.mit.edu>
10639
10640 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
10641 if buffer is modified; ask about all modified buffers.
10642
10643 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu>
10644
10645 * simple.el (what-cursor-position): Fix previous change.
10646
10647 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu>
10648
10649 * mail/sendmail.el (mail-mode): Eliminate ambiguous match
10650 from paragraph-start.
10651
10652 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
10653
10654 * international/mule-cmds.el (prefer-coding-system): If the
10655 argument requires specific EOL conversion type, make the default
10656 coding systems use that.
10657
10658 1998-12-30 Drew Csillag <drew_csillag@geocities.com>
10659
10660 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
10661 Use shell-command-on-region.
10662 (m4-start-m4, m4-end-m4): Functions deleted.
10663
10664 1998-12-30 Michael Ernst <mernst@alum.mit.edu>
10665
10666 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
10667
10668 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10669
10670 * browse-url.el (browse-url-mail): Give argument SEND-ACTION
10671 to compose-mail in the correct places and as a list.
10672
10673 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp>
10674
10675 * page-ext.el: Added mouse-selection feature for pages directory buffer.
10676 (pages-directory-map): Bind mouse-2
10677 (pages-copy-header-and-position): Put text property.
10678 (pages-directory-goto-with-mouse): New function.
10679
10680 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org>
10681
10682 * international/codepage.el (cp-make-coding-systems-for-codepage):
10683 Doc fix.
10684 (cp-coding-system-for-codepage-1): Likewise.
10685
10686 1998-12-29 Kenichi Handa <handa@etl.go.jp>
10687
10688 * language/thai-util.el (thai-post-read-conversion): Handle Thai
10689 composition sequence correctly here instead of calling
10690 thai-compose-region.
10691
10692 * textmodes/fill.el (fill-region-as-paragraph): While deleting a
10693 newline in multibyte buffer, if previous or next character is a
10694 composite char, check the first component of the composite char.
10695
10696 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org>
10697
10698 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
10699 and track-mouse.
10700
10701 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10702
10703 * mail/sendmail.el (mail-yank-original): Remove text properties
10704 after insertion.
10705 (mail-yank-region): Barf if no mark is set in the message
10706 being replied to.
10707
10708 * help.el (function-called-at-point): First look for function at point.
10709
10710 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu>
10711
10712 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
10713
10714 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10715
10716 * simple.el (what-cursor-position): Print character encoding also.
10717
10718 1998-12-26 Dave Love <fx@gnu.org>
10719
10720 * textmodes/flyspell.el: If local-maps work, don't put
10721 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
10722 in flyspell-mouse-map (only).
10723 (flyspell-use-local-map): New variable.
10724 Use a different mouse-2 binding in that case,
10725 and don't add to minor-mode-map-alist.
10726 (make-flyspell-overlay, flyspell-correct-word):
10727 Test flyspell-use-local-map.
10728
10729 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10730
10731 * files.el (file-expand-wildcards): Handle wildcards in directory name.
10732 Be careful about whether to return a relative file name,
10733 and if so, relative to what directory.
10734
10735 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
10736
10737 * emacs-lisp/easymenu.el (easy-menu-get-map):
10738 Change global map only if this menu exists in the global map already,
10739 and not in the local map.
10740 (easy-menu-do-add-item): Fix error message.
10741
10742 * foldout.el (foldout-inhibit-key-bindings):
10743 Avoid concatenating onto outline-minor-mode-prefix.
10744 Make a new keymap for that prefix, if it does not already have one.
10745
10746 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu>
10747
10748 * cperl-mode.el:
10749 Can use linear algorithm for indentation if Emacs supports it.
10750 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp.
10751 (cperl-after-block-p): Likewise.
10752 (cperl-after-block-and-statement-beg): Likewise.
10753 (cperl-after-block-p): After END/BEGIN we are a block.
10754 (cperl-after-expr-p): Skip labels when checking
10755 (cperl-indent-region): Make a marker for END - text added/removed.
10756 Disable hooks during the call (how to call them later?).
10757 Now indents 820-line-long function in 6.5 sec (including
10758 syntaxification) the first time (when buffer has few
10759 properties), 7.1 sec the second time.
10760 (cperl-indent-region): Do not indent whitespace lines
10761 (cperl-style-alist)
10762 Include `cperl-merge-trailing-else' where the value is clear.
10763 (cperl-styles-entries): Likewise.
10764 (cperl-problems): Improvements to docs.
10765 (cperl-tips): Likewise.
10766 (cperl-non-problems): Likewise.
10767 (cperl-mode): Make lazy syntaxification possible.
10768 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
10769 `font-lock-unfontify-region-function' was set to a wrong function.
10770
10771 (cperl-find-pods-heres): Safe a position in buffer where it is safe to
10772 restart syntaxification. Changed so that -d ?foo? is a RE. Do
10773 not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
10774 but 1<<6 was considered as HERE-doc.
10775 <file/glob> made into a string.
10776 Postpone addition of faces after syntactic step.
10777 Recognition of <FH> was wrong.
10778 Highlight `gem' in s///gem as a keyword. `qr' recognized.
10779 Knows that split// is null-RE.
10780 Highlights separators in 3-parts expressions as labels.
10781 <> was considered as a glob.
10782 Would err if the last line is `=head1'.
10783 $a-1 ? foo : bar; was a considered a regexp.
10784 `<< (' was considered a start of HERE-doc.
10785 mark qq[]-etc sections as syntax-type=string
10786 Was not processing sub protos after a comment ine.
10787 Was treating $a++ <= 5 as a glob.
10788 Tolerate unfinished REx at end-of-buffer.
10789 `unwind-protect' was left commented.
10790 / and ? after : start a REx.
10791
10792 (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
10793 Better default, customizes to `message' too, off in text-mode.
10794
10795 (cperl-array-face): Renamed from `font-lock-emphasized-face',
10796 `defface'd.
10797 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
10798 `defface'd.
10799 (cperl-emacs-can-parse): New state variable.
10800 (cperl-indent-line): Corrected to use global state.
10801 (cperl-calculate-indent): Likewise.
10802 (cperl-fix-line-spacing): Likewise (not used yet).
10803 (cperl-calculate-indent): Did not consider `,' as
10804 continuation mark for statements.
10805 (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
10806 Remove another parse-data optimization at toplevel: would
10807 indent correctly.
10808 Correct for labels when calculating indentation of continuations.
10809 Docstring updated.
10810 (cperl-choose-color): Converted to a function (to be
10811 compilable in text-mode).
10812 (cperl-dark-background): Disable without window-system.
10813 Do `defface' only if window-system.
10814 (cperl-fix-line-spacing): Sped up to bail out early.
10815 (x-color-defined-p): Was not compiling on XEmacs
10816 Was defmacro'ed with a tick. Remove another def.
10817 (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
10818 (cperl-unwind-to-safe): New function.
10819 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
10820 (cperl-fontify-syntaxically): Unwinds start and end to go out of
10821 long strings (not very successful).
10822 (cperl-forward-re): Highlight the trailing / in s/foo// as string.
10823 Highlight the starting // in s//foo/ as function-name.
10824 Emit a meaningful error instead of a cryptic one for an
10825 uncomplete REx near end-of-buffer.
10826
10827 (cperl-electric-keyword): `qr' recognized.
10828 (cperl-electric-else): Likewise
10829 (cperl-to-comment-or-eol): Likewise
10830 (cperl-make-regexp-x): Likewise
10831 (cperl-init-faces): Likewise, and `lock' (as overridable?).
10832 Corrected to use new macros;
10833 `if' for copying `reference-face' to `constant-face' was backward.
10834 remove init `font-lock-other-emphasized-face',
10835 `font-lock-emphasized-face', `font-lock-keyword-face'.
10836 Interpolate `cperl-invalid-face'.
10837 (cperl-make-regexp-x): Misprint in a message.
10838 (cperl-syntaxify-unwind): New configuration variable
10839 (cperl-fontify-m-as-s): New configuration variable
10840 (cperl-electric-pod): Check for after-expr was performed
10841 inside of POD too.
10842 (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
10843 (cperl-clobber-mode-lists): New configuration variable.
10844 (cperl-not-bad-style-regexp): Updated.
10845 Init: `cperl-is-face' was busted.
10846 (cperl-make-face): New macros.
10847 (cperl-force-face): New macros.
10848 (font-lock-other-type-face): Done via `defface' too.
10849 (cperl-nonoverridable-face): New face. Renamed from
10850 `font-lock-other-type-face'.
10851 (cperl-init-faces-weak): Use `cperl-force-face'.
10852 (cperl-comment-indent): Commenting __END__ was not working.
10853 (cperl-indent-for-comment): Likewise.
10854 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'.
10855 When removing old TAGS info was not relativizing filename.
10856 (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
10857 Another try to work around XEmacs problems. Better progress messages.
10858 (toplevel): Require custom unprotected => failure on 19.28.
10859 (cperl-xemacs-p): Defined when compile too
10860 (cperl-find-tags): Was writing line/pos in a wrong order,
10861 pos off by 1 and not at beg-of-line.
10862 (cperl-etags-snarf-tag): New macro
10863 (cperl-etags-goto-tag-location): New macro
10864 (cperl-version): New variable. New menu entry
10865 random docstrings: References to "future" 20.3 removed.
10866 Menu was described as `CPerl' instead of `Perl'
10867 (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
10868 (cperl-toggle-construct-fix): Was toggling to t instead of 1.
10869 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face'
10870 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
10871 `font-lock-reference-face', `font-lock-keyword-face'.
10872 Use `eval-after-load'.
10873 Remove not-CPerl-related faces.
10874 (cperl-tips-faces): New variable and an entry into Mini-docs.
10875 (cperl-indent-exp): Was not processing else-blocks.
10876 (cperl-get-state): NOP line removed.
10877 (cperl-ps-print): New function and menu entry.
10878 (cperl-ps-print-face-properties): New configuration variable.
10879 (cperl-invalid-face): New configuration variable.
10880 (perl-font-lock-keywords): Highlight trailing whitespace
10881 (cperl-contract-levels): Documentation corrected.
10882 (cperl-contract-level): Likewise.
10883 (cperl-ps-extend-face-list): New macro.
10884 (cperl-invalid-face): Change to ''underline.
10885
10886 1998-12-25 Markus Rost <rost@delysid.gnu.org>
10887
10888 * mail/rmailout.el (rmail-output): Abbreviate name of default-file
10889 for read-file-name.
10890 (rmail-output-to-rmail-file): Likewise.
10891
10892 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
10893
10894 * emacs-lisp/easymenu.el (easy-menu-get-map):
10895 If MENU is nil, use global menu-bar map.
10896 (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
10897 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
10898
10899 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10900
10901 * ps-mule.el (ps-mule-begin-job): Programming uniformization.
10902
10903 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10904
10905 * ps-print.el (ps-print-version): New version number (4.1.3).
10906
10907 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org>
10908
10909 * international/mule-cmds.el: Use make-sparse-keymap instead of
10910 define-prefix-key when defining MULE menu items.
10911
10912 * info.el (Info-node-at-bob-matching): New function.
10913 (Info-find-node, Info-build-node-completions): Call it.
10914
10915 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org>
10916
10917 * help.el (describe-function-1): Say "keymap", not "Lisp macro",
10918 when this is an autoloaded keymap.
10919
10920 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org>
10921
10922 * international/codepage.el (cp-coding-system-for-codepage-1):
10923 Create separate encoders and decoders, for DOS and Unix. Make the
10924 usual family of 3 coding systems, so that automatic detection of
10925 EOL type works.
10926 (cp-make-coding-systems-for-codepage): Don't intern DOS- and
10927 Unix-specific symbols here, and don't call
10928 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi
10929 Handa <handa@etl.go.jp>.)
10930
10931 * dos-vars.el (dos-codepage-setup-hook): New defcustom.
10932
10933 * term/internal.el (IT-character-translations): New variable, an
10934 alist used to display characters for which there's no glyphs in
10935 the current codepage.
10936 (IT-display-table-setup): New function, sets up the DOS terminal
10937 for a given codepage.
10938 (dos-codepage-setup): New function, sets up the MULE environment
10939 for the current value of dos-codepage.
10940 (top-level if): In the multibyte mode, turn on
10941 unibyte-display-via-language-environment. In the unibyte mode,
10942 set up the special syntax tables to map lower- to upper case and
10943 back.
10944
10945 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org>
10946
10947 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
10948 (speedbar-frame-plist) Remove useless comments.
10949 (speedbar-frame-mode) Do not specify height if it is in the param list.
10950 Use default y position w/out changing it.
10951 If default x position is a list, keep, calculate the non-list X
10952 value when devining an initial position.
10953 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
10954 (speedbar-tag-group-name-minimum-length): New variable.
10955 (speedbar-frame-parameter): New compatibility function.
10956 (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
10957 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
10958 groups to keep things in the right order, and to help with some
10959 naming conventions.
10960 (speedbar-create-tag-hierarchy): Enable buffer local version of
10961 `speedbar-tag-hierarchy-method' in the buffer we are tagging.
10962 (speedbar-line-path) Make DEPTH param optional. Devine it if absent.
10963 the case, derive it from the cursor location in speedbar.
10964
10965 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
10966
10967 * international/mule-cmds.el (set-language-environment): On MS-DOS
10968 terminals, install DOS-specific nonascii-translation-table if the
10969 language info doesn't specify one. Pass the default eol-type to
10970 set-language-environment-coding-systems.
10971 (set-default-coding-systems): Copy the eol-type property for the
10972 new default values of {buffer-file,process}-coding-system from the
10973 old defaults.
10974 (set-language-environment-coding-systems): Accept an optional
10975 argument EOL-TYPE, and set the eol-type property of the default
10976 coding systems accordingly.
10977 (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
10978 (set-keyboard-coding-system): Likewise.
10979 (set-default-coding-systems): Don't set
10980 default-terminal-coding-system on MS-DOS to anything but nil.
10981 (prefer-coding-system): Describe in the doc string that
10982 default-terminal-coding-system is not changed on MS-DOS.
10983 (set-language-environment): For MS-DOS, set standard syntax table
10984 and display table for all characters with code above 127.
10985 (standard-display-european-internal): For MS-DOS, pass all
10986 characters with code above 127 directly to the terminal, and don't
10987 remap characters 160 and 146 in the unibyte case.
10988
10989 * international/codepage.el: New file.
10990
10991 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10992
10993 * diary-lib.el (diary-float): Fix end-of-year error and typos in
10994 comments.
10995
10996 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
10997
10998 * map-ynp.el (map-y-or-n-p): Ignore input methods.
10999
11000 * subr.el (read-passwd): Likewise.
11001
11002 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org>
11003
11004 * info.el (Info-find-node): Add 1 to the position read from the
11005 tag table. Don't fail if the node delimiter ^_ is the first
11006 character in the file.
11007 (Info-insert-dir): Don't fail when the node delimiter ^_ is the
11008 first character in the file.
11009 (Info-read-subfile): Likewise.
11010 (Info-select-node): Likewise.
11011 (Info-build-node-completions): Likewise.
11012
11013 1998-12-16 Richard Stallman <rms@gnu.org>
11014
11015 * term/x-win.el (x-cut-buffer-or-selection-value):
11016 If clipboard is enabled, try it before PRIMARY selection.
11017
11018 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11019
11020 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
11021 insert c-cedilla and C-cedilla respectively, like in latin-1.
11022
11023 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org>
11024
11025 * language/hebrew.el: Don't use sublists in the flags argument
11026 passed to make-coding-system.
11027
11028 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11029
11030 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
11031 list of character sets found by find-charset-region.
11032
11033 * ps-mule.el: Always require ps-print. Move some function
11034 definitions for Emacs 20.2 and the earlier to ps-print.el.
11035 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
11036
11037 * ps-print.el: Define several functions for Emacs 20.2 and the
11038 earlier version.
11039 (ps-printer-name): Check if printer-name is bound.
11040
11041 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11042
11043 * ps-mule.el: Programming uniformization and little code improvement.
11044 (ps-mule-prepare-font): Programming uniformization.
11045 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
11046 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
11047
11048 * ps-bdf.el: Programming uniformization and little code improvement.
11049 (bdf-search-and-read): New fun.
11050 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
11051 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
11052 (bdf-info-relative-compose, bdf-info-baseline-offset)
11053 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
11054 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
11055 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
11056 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
11057 improvement.
11058
11059 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11060
11061 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
11062 and mule related code extraction. Autoload ps-mule funs.
11063
11064 * ps-mule.el: Doc fix. Require ps-print only when compiled.
11065 (ps-mule-prologue-generated): New fun.
11066 (ps-mule-plot-string): Add autoload cookie.
11067 (ps-mule-begin-job): Call ps-mule-prologue-generated.
11068
11069 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11070
11071 * ps-bdf.el: Require ps-mule instead of ps-print.
11072 (bdf-directory-list): Add autoload cookie.
11073
11074 * ps-mule.el: New file. Mule related code extracted from
11075 ps-print.el. Require ps-print, provide ps-mule.
11076 (ps-multibyte-buffer): Add autoload cookie.
11077 (ps-mule-prepare-ascii-font): New fun.
11078 (ps-mule-set-ascii-font): New fun.
11079 (ps-mule-skip-same-charset): Fun deleted.
11080 (ps-mule-plot-string): Set ps-mule-current-charset.
11081 (ps-mule-initialize): Add autload cookie. Don't set
11082 ps-mule-font-info-database here.
11083 (ps-mule-begin-job): Renamed from ps-mule-begin. Update
11084 ps-mule-font-info-database and ps-control-or-escape-regexp.
11085 (ps-mule-begin-page): New fun.
11086
11087 * ps-print.el: Mule related code moved to ps-mule.el.
11088 (ps-begin-job): While setting ps-control-or-escape-regexp, don't
11089 check ps-mule-charset-list.
11090 (ps-begin-page): Don't set ps-mule-current-charset, instead call
11091 ps-mule-begin-page.
11092 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
11093 (ps-plot-region): Don't set ps-mule-current-charset, instead call
11094 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset,
11095 instead skip same charsets by itself.
11096 (ps-generate): Call ps-mule-initialize of needs-begin-file is
11097 non-nil. Call ps-mule-begin-job.
11098
11099 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11100
11101 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf
11102 instead of bdf.
11103
11104 * ps-print.el (ps-mule-font-info-database): Doc-string modified.
11105 (ps-mule-external-libraries): New element FEATURE.
11106 (ps-mule-init-external-library): Ajusted for the above change.
11107 (ps-mule-generate-font): Likewise.
11108 (ps-mule-generate-glyphs): Likewise.
11109 (ps-mule-prepare-font): Likewise.
11110 (ps-mule-initialize): Likewise.
11111 (ps-begin-file): Superfluous tailing parenthesis deleted.
11112
11113 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11114
11115 * international/fontset.el (x-decompose-font-name): If PATTERN
11116 doesn't have any wild cards, return a vector made from a name that
11117 is found by x-resolve-font-name found. Comments added.
11118
11119 * international/mule-cmds.el (find-coding-systems-for-charsets):
11120 Handle the case of unknown charset.
11121 (find-multibyte-characters): If invalid multibyte characters are
11122 found, return the corresponding strings instead of character
11123 codes.
11124 (find-multibyte-characters): Adjusted for the above change.
11125 (select-safe-coding-system): For a unibyte buffer, always returns
11126 DEFAULT-CODING-SYSTEM.
11127 (get-charset-property): Fix previous change. Make it a function.
11128 (put-charset-property): Make it a function.
11129
11130 * international/mule.el (make-coding-system): Set mime-charset
11131 property of *-with-esc coding system to nil.
11132
11133 * international/quail.el (quail-point-in-conversion-region): New
11134 function.
11135 (quail-conversion-backward-delete-char): When a key sequence is
11136 being translated, call quail-delete-last-char.
11137
11138 * language/devan-util.el
11139 (devanagari-reorder-glyphs-for-decomposition): Fix the way to
11140 handle devanagari-decomposition-rules.
11141
11142 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org>
11143
11144 * textmodes/texinfo.el (texinfo-tex-buffer): Bind
11145 tex-start-options-string to empty string.
11146 (texinfo-tex-region): Use texinfo-tex-trailer as documented.
11147
11148 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org>
11149
11150 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
11151 5xx responses are already handled properly).
11152
11153 1998-12-13 Richard Stallman <rms@gnu.org>
11154
11155 * progmodes/compile.el (compilation-error-regexp-alist): Insist
11156 on a non-digit in the file name.
11157
11158 * simple.el (comment-region): Handle comment-padding
11159 separately for insertion and for deletion, in the right way for each.
11160
11161 1998-12-13 Felix Lee <flee@cygnus.com>
11162
11163 * progmodes/compile.el (compilation-error-regexp-alist): Fix
11164 regexp to match "ChangeLog:1:1998-12-09 ..."
11165
11166 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org>
11167
11168 * cus-start.el (dos-unsupported-char-glyph): Add.
11169
11170 1998-12-11 Dave Love <fx@gnu.org>
11171
11172 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
11173 forward-sexp in condition-case.
11174
11175 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11176 Remove unnecessary test on `library' for explicit file name.
11177 Widen scope of save-match-data.
11178
11179 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org>
11180
11181 * international/mule.el (load-with-code-conversion): If the loaded
11182 file was inserted with no-conversion or raw-text coding system,
11183 make the buffer unibyte.
11184
11185 1998-12-09 Richard Stallman <rms@gnu.org>
11186
11187 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
11188 Get rid of nested loops.
11189
11190 * mouse.el (mouse-drag-vertical-line):
11191 If WHICH-SIDE is not `right', then scroll bars are on the left.
11192
11193 * loadhist.el (load-history-loaded): defvar moved to help.el.
11194
11195 * help.el (symbol-file-load-history-loaded): Variable renamed,
11196 and defvar moved from loadhist.el.
11197 (symbol-file): Renamed from describe-function-find-file.
11198 Load fns-VERSION.el here.
11199 (describe-variable, describe-function-1): Use symbol-file.
11200
11201 * textmodes/tex-mode.el (tex-generate-zap-file-name):
11202 Don't start the name with #.
11203
11204 * ispell.el: Take out the eval-when's.
11205
11206 1998-12-09 Peter Breton <pbreton@ne.mediaone.net>
11207
11208 * dirtrack.el (dirtrack-directory-change-hook): New hook.
11209 (dirtrack): Run it. Make debug message more verbose.
11210
11211 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
11212
11213 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
11214 name of the abbrev table, and provide support for XEmacs.
11215 (octave-xemacs-p): New variable.
11216
11217 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
11218
11219 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
11220 exit, when mail-interactive is nil.
11221
11222 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr>
11223
11224 * files.el (after-find-file): Message fix.
11225
11226 1998-12-09 Ken Stevens <stevens@kdstevens.com>
11227
11228 * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
11229
11230 1998-12-09 Geoff Voelker <voelker@cs.washington.edu>
11231
11232 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
11233 filenames using backslashes.
11234
11235 1998-12-09 Dave Love <fx@gnu.org>
11236
11237 * browse-url.el (browse-url-mail): Call compose-mail-other-window
11238 with correct number of args.
11239 (browse-url-maybe-new-window): New arg. Callers changed.
11240
11241 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
11242 comment.
11243
11244 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
11245
11246 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
11247
11248 1998-12-08 Markus Rost <rost@delysid.gnu.org>
11249
11250 * vc.el (vc-rcs-release): Fix Type.
11251 (vc-sccs-release): Fix Type.
11252 (vc-cvs-release): Fix Type.
11253
11254 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
11255 arg work right.
11256
11257 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
11258 output of last undeleted message.
11259
11260 1998-12-07 Geoff Voelker <voelker@cs.washington.edu>
11261
11262 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
11263 (buffer-undo-list) [windows-nt]: Use different relative path.
11264
11265 1998-12-07 Simon Marshall <simon@gnu.org>
11266
11267 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
11268
11269 1998-12-05 Markus Rost <rost@delysid.gnu.org>
11270
11271 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
11272
11273 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
11274
11275 1998-12-04 Markus Rost <rost@delysid.gnu.org>
11276
11277 * info.el (Info-menu): Don't return error if point is between menu
11278 header and first menu item.
11279
11280 1998-12-04 Dave Love <fx@gnu.org>
11281
11282 * help.el (describe-function-1): Fix description for alias.
11283
11284 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org>
11285
11286 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
11287 specifications from summary line.
11288
11289 * rect.el (delete-whitespace-rectangle): Mark for autoload.
11290 (close-rectangle): Define alias only once in loaddefs.el.
11291
11292 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org>
11293
11294 * term/internal.el: Remove code which sets up a special syntax
11295 table for non-ASCII characters.
11296
11297 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org>
11298
11299 * dos-w32.el (direct-print-region-function): Try to ensure that
11300 printer-name is expanded to a file name on a local drive;
11301 sometimes printing a file loaded from a network volume fails.
11302 (direct-print-region-function): Add a function to
11303 write-region-annotate-functions to append a formfeed character to
11304 the region being printed, if the region doesn't end with a
11305 formfeed already. This avoids creating a second print job
11306 containing a blank page when print spooling is enabled on Windows.
11307
11308 1998-12-02 Dave Love <fx@gnu.org>
11309
11310 * help.el (help-make-xrefs): Use `info', not the non-autoloaded
11311 `Info-goto-node'.
11312
11313 1998-12-02 Richard Stallman <rms@gnu.org>
11314
11315 * help.el (temp-buffer-resize-mode): Doc fix.
11316
11317 * cus-edit.el (custom-save-delete): Save point before
11318 reading a sexp, rather than backing up.
11319
11320 * international/iso-transl.el: Fix previous change.
11321
11322 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
11323
11324 * vc.el (vc-dired-window-configuration, vc-ediff-windows,
11325 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
11326 Added defvars to suppress compilation warnings.
11327
11328 1998-11-30 Ken Stevens <k.stevens@ieee.org>
11329
11330 * ispell.el: Improved and fixed customize for variables:
11331 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
11332 ispell-dictionary-alist, ispell-skip-sgml.
11333 Improved and fixed comments in variables and messages for
11334 functions: ispell-help-in-bufferp, ispell-local-dictionary,
11335 ispell-menu-map, ispell-checking-message, ispell-parser,
11336 ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
11337 ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
11338 ispell-comments-and-strings, ispell-continue, ispell-complete-word,
11339 ispell-message-text-end, ispell-add-per-file-word-list.
11340 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
11341 system is now required for all languages. Casechars improved for
11342 castellano, castellano8, and norsk dictionaries. Dictionary
11343 norsk7-tex added. Dictionary polish added.
11344 (ispell-dictionary-alist): Redefined at load-time to support
11345 dictionary changes.
11346 (ispell-menu-map): Redefined at load-time to support menu changes.
11347 (ispell-check-version): New alias for `check-ispell-version'.
11348 (ispell-parse-output): Fixed matching for ispell error messages.
11349 Correctly returns spelling suggestions in order generated by ispell
11350 process.
11351 (check-ispell-version): Ensure `case-fold-search' doesn't get
11352 redefined.
11353 (ispell-complete-word): Ensure `case-fold-search' doesn't get
11354 redefined. Fix bug that didn't respect case of word being completed.
11355 (ispell-init-process): Set process coding system to be compatible
11356 with emacs processes and the ispell process.
11357 (ispell-kill-ispell): Ensures ispell process has terminated before
11358 starting new process. This can otherwise confuse process filters
11359 and hang the ispell process.
11360 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
11361 skipping support for sgml.
11362 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r
11363 which could cause `ispell-complete-word' to hang.
11364 (ispell-message): Improved message reference matching. Ensure
11365 `case-fold-search' doesn't get redefined.
11366 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
11367 get redefined. Fixed bug in returning to nroff mode from tex mode.
11368 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
11369 get redefined.
11370
11371 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu>
11372
11373 * textmodes/flyspell.el (flyspell-check-word-p):
11374 Don't delay inside a kbd macro.
11375
11376 * subr.el (make-local-hook): Return the hook variable.
11377
11378 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11379
11380 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
11381 Use a timer instead of post-command-hook.
11382 (hscroll-timer): New variable.
11383
11384 1998-11-30 Dave Love <fx@gnu.org>
11385
11386 * help.el (help-xref-button): Do nothing if text already has the
11387 help-xref property.
11388 (describe-variable): Revert previous change to hyperlink to source.
11389
11390 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
11391
11392 * bindings.el (features): Add `base64' to this list.
11393
11394 * loadhist.el (symbol-file): Doc fix.
11395
11396 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
11397
11398 * files.el (hack-one-local-variable): Cope with non-file buffers.
11399
11400 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu>
11401
11402 * help.el (describe-mode): Put major mode first.
11403
11404 * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
11405 to support special-display and same-window features.
11406
11407 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu>
11408
11409 * simple.el (transpose-subr, transpose-subr-1): Rename variables
11410 bound in one function and used in the other.
11411 (transpose-subr-start1, transpose-subr-start2): Add defvars.
11412 (transpose-subr-end1, transpose-subr-end2): Add defvars.
11413
11414 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu>
11415
11416 * autoinsert.el (auto-insert-alist): Use user-mail-address.
11417
11418 1998-11-26 Kenichi Handa <handa@etl.go.jp>
11419
11420 * international/ccl.el (ccl-dump-translate-character-const-tbl):
11421 Give format correct control string.
11422
11423 * international/mule.el (define-translation-table): Fix bug of
11424 setting incorrect translation-table-id. If the first element of
11425 ARGS is a translation table, just register it.
11426
11427 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
11428 property.
11429
11430 1998-11-24 Michael Ernst <mernst@alum.mit.edu>
11431
11432 * thingatpt.el (thing-at-point-url-at-point): Don't use current
11433 syntax table to determine what is whitespace.
11434
11435 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu>
11436
11437 * frame.el (frame-parameter): Doc fix.
11438
11439 * textmodes/tex-mode.el (tex-feed-input): New function.
11440 (tex-define-common-keys): Add binding for C-c C-m.
11441
11442 1998-11-23 Dave Love <fx@gnu.org>
11443
11444 * progmodes/fortran.el: Various minor doc fixes.
11445 (fortran-font-lock-keywords-1): Add `d' to comment-chars.
11446 (fortran-with-subprogram-narrowing): New macro.
11447 (fortran-check-for-matching-do): Use it.
11448 (fortran-end-do): Use fortran-check-end-prog-re.
11449 (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
11450 (fortran-calculate-indent, fortran-calculate-indent): Likewise.
11451
11452 1998-11-23 Simon Marshall <simon@gnu.org>
11453
11454 * font-lock.el (font-lock-defaults): Doc fix.
11455 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
11456 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
11457
11458 * lazy-lock.el (lazy-lock-unstall):
11459 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
11460
11461 * fast-lock.el (fast-lock-save-cache-1):
11462 (fast-lock-cache-data): Rewritten to use with-temp-message.
11463
11464 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org>
11465
11466 * mail/rmail.el (rmail-set-message-counters-counter): Detect
11467 messages that have been added with DOS line endings and convert
11468 the line endings for such messages.
11469
11470 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11471
11472 * help.el: Add resizing of temporary buffers.
11473 (temp-buffer-resize-mode): New command and variable.
11474 (temp-buffer-max-height): New variable.
11475 (resize-temp-buffer-window): New function.
11476
11477 * window.el (window-buffer-height): New function, split from
11478 shrink-window-if-larger-than-buffer.
11479 (shrink-window-if-larger-than-buffer): Use window-buffer-height.
11480
11481 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu>
11482
11483 * frame.el (initial-frame-alist): Add defcustom.
11484
11485 * shell.el (shell-prompt-pattern): Add defcustom.
11486
11487 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11488
11489 * message.el (message-ignored-supersedes-headers): Remove
11490 NNTP-Posting-Date.
11491
11492 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu>
11493
11494 * help.el (describe-mode): Don't avoid loop indirecting thru
11495 value of INDICATOR.
11496
11497 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu>
11498
11499 * help.el (describe-variable): Allow any variable with a defcustom,
11500 even if it is not a user variable.
11501
11502 * mail/rmail.el (mail-unsent-separator): Additional alternative.
11503
11504 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org>
11505
11506 * gnus/nntp.el (nntp-request-group): Allow for failures when
11507 requesting a new group.
11508
11509 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu>
11510
11511 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
11512
11513 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11514
11515 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
11516
11517 1998-11-19 Simon Marshall <simon@gnu.org>
11518
11519 * subr.el (with-temp-message): New macro.
11520
11521 * emacs-lisp/lisp-mode.el (with-temp-message):
11522 Add lisp-indent-function property.
11523
11524 1998-11-18 Dave Love <fx@gnu.org>
11525
11526 * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
11527
11528 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu>
11529
11530 * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
11531 This is not obsolete.
11532
11533 1998-11-18 Kenichi Handa <handa@etl.go.jp>
11534
11535 * textmodes/picture.el: Make a new map by make-keymap.
11536 (picture-desired-column): New variable.
11537 (picture-update-desired-column): New function.
11538 (picture-beginning-of-line): Set picture-desired-column to 0.
11539 (picture-end-of-line): Set picture-desired-column to the current
11540 column.
11541 (picture-forward-column): Pay attention to multi-column character.
11542 (picture-backward-column): Likewise.
11543 (picture-move-down): Likewise.
11544 (picture-move-up): Likewise.
11545 (picture-movement-nw): With prefix arg, move twice columns.
11546 (picture-movement-ne): Likewise.
11547 (picture-movement-sw): Likewise.
11548 (picture-movement-se): Likewise.
11549 (picture-set-motion): Handle two-column movements.
11550 (picture-move): Call picture-move-down or picture-forward-column
11551 only when necessary.
11552 (picture-insert): Pay attention to picture-desired-column.
11553 (picture-self-insert): Likewise.
11554 (picture-clear-column): Pay attention to multi-column character.
11555 (picture-mode): Modify doc-string for two-column movement.
11556
11557 * rect.el (move-to-column-force): New function.
11558 (operate-on-rectangle): If coerce-tabs is non-nil, call
11559 move-to-column-force instead of move-to-column.
11560 (insert-rectangle): Call move-to-column-force instead of
11561 move-to-column.
11562 (open-rectangle-line): If begextra is not zero, call
11563 move-to-column-force.
11564
11565
11566 1998-11-16 Dave Love <fx@gnu.org>
11567
11568 * textmodes/sgml-mode.el Require skeleton when compiling.
11569 (sgml-font-lock-keywords-1): Accept single-letter tags.
11570 (v2): Defvar free variable.
11571
11572 1998-11-16 Sam Steingold <sds@goems.com>
11573
11574 * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
11575 macro, not ELisp one.
11576
11577 1998-11-16 Kenichi Handa <handa@etl.go.jp>
11578
11579 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
11580 characters to symbol.
11581
11582 * language/japan-util.el (japanese-zenkaku-region): New optional
11583 arg KATAKANA-ONLY.
11584
11585 1998-11-16 Kenichi Handa <handa@etl.go.jp>
11586
11587 * international/mule.el
11588 (after-insert-file-set-buffer-file-coding-system): If the buffer
11589 is changed to unibyte, return inserted bytes.
11590
11591 * tar-mode.el (tar-header-block-tokenize): Decode codes of file
11592 and link names if necessary.
11593 (tar-header-block-summarize): Handle the case that file or link
11594 names are multibyte.
11595 (tar-summarize-buffer): At first set the current buffer unibyte,
11596 then if there are multibyte file names, change it to multibyte.
11597 (tar-mode): Get char position from tar-header-offset.
11598 (tar-extract): Avoid multibyte<->unibyte conversion in
11599 insert-buffer-subsring by setting both buffers unibyte
11600 temporarily.
11601 (tar-copy): Set the buffer unibyte while doing a work. Write
11602 without code conversion.
11603 (tar-expunge): Set the buffer unibyte while doing a work.
11604 (tar-alter-one-field): Likewise.
11605 (tar-clear-modification-flags): Compare byte position with
11606 tar-header-offset.
11607 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
11608 insert-buffer-subsring by setting both buffers unibyte
11609 temporarily. Pay attention to multibyteness while updating the
11610 descriptor-line.
11611 (tar-mode-write-file): Write without code conversion.
11612
11613 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11614
11615 * nngateway.el: Require cl.
11616
11617 1998-11-15 Dave Love <fx@gnu.org>
11618
11619 * progmodes/fortran.el: Fix previous change:
11620 (fortran-end-prog-re1): Changed.
11621 (fortran-check-end-prog-re): New function.
11622 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
11623
11624 1998-11-13 Tom Breton <tob@world.std.com>
11625
11626 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
11627 GNU Emacs.
11628
11629 1998-11-13 Carsten Dominik <cd@delysid.gnu.org>
11630
11631 * textmodes/reftex.el: (reftex-finding-files): Group documentation
11632 fixed.
11633 (reftex-toc-toggle-file-boundary,
11634 reftex-toc-toggle-labels,
11635 reftex-toc-toggle-context,reftex-find-start-point): New functions.
11636 (reftex-toc-include-labels, reftex-toc-include-context,
11637 reftex-toc-include-file-boundaries,
11638 reftex-toc-keep-other-windows): New options.
11639 (reftex-use-text-after-label-as-context): Option removed.
11640 (reftex-extract-bib-entries): Protect use in non-latex
11641 buffers.
11642 (reftex-toc-visit-location): Renamed from
11643 `reftex-toc-visit-line'.
11644 (reftex-latin1-to-ascii): Works now with and without Mule.
11645 (reftex-truncate): Removed special stuff for Emacs 20.2.
11646 (reftex-get-offset): Made more general.
11647 (reftex-show-label-location): Renamed from
11648 `reftex-select-label-callback'.
11649 (reftex-pop-to-label): Function removed (using
11650 `reftex-show-label-location' instead.
11651 (reftex-insert-docstruct): Renamed from
11652 `reftex-make-and-insert-label-list'. Function args changed.
11653 (reftex-toc): Now uses `reftex-insert-docstruct' and
11654 `reftex-find-start-point'.
11655 (reftex-select-item): Use `reftex-find-start-point'.
11656 (reftex-toc-visit-line): Can display labels and file
11657 boundaries.
11658 (reftex-TeX-master-file): `(TeX-master-file)' protected.
11659
11660 1998-11-12 Sam Steingold <sds@goems.com>
11661
11662 * browse-url.el (browse-url): Handle the case when
11663 `browse-url-browser-function' is a lambda list.
11664
11665 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org>
11666
11667 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
11668 version string.
11669 * loadhist.el (symbol-file): Likewise
11670
11671 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM>
11672
11673 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
11674
11675 1998-11-11 Sam Steingold <sds@goems.com>
11676
11677 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
11678 `run-lisp' instead of signalling an error.
11679
11680 1998-11-11 Karl Heuer <kwzh@gnu.org>
11681
11682 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
11683
11684 1998-11-11 Richard Stallman <rms@gnu.org>
11685
11686 * vc-hooks.el (vc-toggle-read-only): Doc fix.
11687
11688 1998-11-11 Per Starback <starback@update.uu.se>
11689
11690 * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
11691 renamed svenska8 to svenska, and fixed and extended CASECHARS
11692 for it.
11693
11694 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org>
11695
11696 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
11697 handling if setpagedevice is not available.
11698 (ps-begin-file): Fix typo.
11699
11700 1998-11-11 Kenichi Handa <handa@etl.go.jp>
11701
11702 * international/mule-util.el (compose-chars-component): Signal
11703 error if CH is a rule-based composition character.
11704 (compose-chars): Signal error if an already compsed character is
11705 going to be composed by rule-base.
11706
11707 * term/x-win.el: If a resolved ASCII font name doesn't conform to
11708 full XLFD, don't try to get information of WEIGHT and SLANT from
11709 that font name.
11710
11711 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
11712
11713 * dos-w32.el (set-default-process-coding-system): Use function on
11714 before-init-hook to set default-process-coding-system based on
11715 enable-multibyte-characters.
11716
11717 * term/w32-win.el ([language-change]): For now ignore
11718 keyboard language-change events.
11719
11720 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org>
11721
11722 * ediff-util.el (ediff-make-temp-file): Run the prefix through
11723 convert-standard-file-name, but leave the results of
11724 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2
11725 characters if the original name already exists, or has a special
11726 handler.
11727
11728 1998-11-10 Karl Heuer <kwzh@gnu.org>
11729
11730 * international/iso-insert.el: Delete autoload cookies.
11731
11732 * international/iso-transl.el: Add autoload cookies.
11733
11734 1998-11-10 Richard Stallman <rms@gnu.org>
11735
11736 * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
11737 (ispell-process-line): Don't treat multibyte
11738
11739 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk>
11740
11741 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
11742 setpagedevice to specify the page size if setpagedevice is
11743 available. This is necessary to select the correct paper tray on
11744 Level 2 printers with multiple paper sizes available.
11745
11746 (ps-begin-file): Cope with font names that contain spaces, and
11747 call BeginDoc in a BeginSetup/EndSetup block.
11748
11749 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org>
11750
11751 * loadup.el (buffer-undo-list): Run fns-VERSION.el through
11752 convert-standard-filename.
11753
11754 * loadhist.el (symbol-file): Run fns-VERSION.el through
11755 convert-standard-filename.
11756
11757 1998-11-06 Richard Stallman <rms@gnu.org>
11758
11759 * textmodes/texinfmt.el (texinfo-format-scan):
11760 Detect the case of two @-commands in a row; process just the first.
11761 (texinfo-append-refill): If line has a @c, insert the @refill
11762 before it.
11763 (texinfo-format-refill): Return with point where the @refill was.
11764
11765 * files.el (hack-local-variables): Test local-enable-local-variables.
11766 (hack-local-variables-prop-line): Likewise.
11767 (set-auto-mode): Don't test local-enable-local-variables here.
11768 (enable-local-variables): Doc fix.
11769 (local-enable-local-variables): Doc fix.
11770 (normal-mode): Doc fix.
11771
11772 1998-11-06 Karl Heuer <kwzh@gnu.org>
11773
11774 * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
11775
11776 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM>
11777
11778 * simple.el (line-number-mode): Doc fix.
11779
11780 1998-11-06 Kenichi Handa <handa@etl.go.jp>
11781
11782 * international/fontset.el (create-fontset-from-fontset-spec):
11783 Give correct arg to `error'.
11784
11785 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org>
11786
11787 * textmodes/sgml-mode.el (html-mode): Doc fix.
11788 (sgml-name-8bit-mode): Fix missing format character in message string.
11789
11790 1998-11-05 Karl Heuer <kwzh@gnu.org>
11791
11792 * mail/sendmail.el (sendmail-send-it): Check for failure.
11793
11794 1998-11-05 Richard Stallman <rms@gnu.org>
11795
11796 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
11797
11798 * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
11799 (close-rectangle): Define as alias.
11800
11801 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu>
11802
11803 * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
11804
11805 1998-11-05 Dave Love <fx@gnu.org>
11806
11807 * help.el (describe-variable): Don't quote link to source.
11808
11809 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu>
11810
11811 * gud.el (gud-common-init): Use pop-to-buffer.
11812 (same-window-regexps): Add an element that matches all gud buffers.
11813
11814 1998-11-04 Jason Rumney <jasonr@altavista.net>
11815
11816 * term/w32-win.el (x-get-selection-value): Alias to
11817 x-cut-buffer-or-selection-value.
11818 (w32-standard-fontset-spec): New variable.
11819 (w32-create-initial-fontsets, mouse-set-font): Check whether
11820 new-fontset is available.
11821 (w32-use-w32-font-dialog): Enable use of set-variable.
11822
11823 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11824
11825 * vc.el (with-vc-file, edit-vc-file): New macros.
11826
11827 1998-11-04 Kenichi Handa <handa@etl.go.jp>
11828
11829 * international/quail.el (quail-show-guidance-buf): Call
11830 set-minibuffer-window to set minibuffer window of the current
11831 frame correctly.
11832
11833 1998-11-03 Theodore Jump <tjump@tertius.com>
11834
11835 * term/w32-win.el: Require fontset.
11836
11837 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org>
11838
11839 * faces.el (set-face-font): Call resolve-fontset-name on w32.
11840 (set-face-font-auto): Ditto.
11841
11842 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
11843
11844 * mouse.el (mouse-drag-region): Fix typo.
11845
11846 1998-11-02 Dave Love <fx@gnu.org>
11847
11848 * progmodes/fortran.el Fix for fontification of strings lost somehow:
11849 (fortran-fontify-string): New function.
11850 (fortran-font-lock-keywords-1): Use it.
11851
11852 1998-11-02 Markus Rost <rost@delysid.gnu.org>
11853
11854 * comint.el (comint-file-name-quote-list): Doc fix.
11855
11856 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
11857
11858 * loadup.el (buffer-undo-list): Write fns-VERSION.el into
11859 build directory, not source directory.
11860
11861 * mouse.el (mouse-drag-region): Fake up a mouse-motion event
11862 if we did not get one for the final move.
11863
11864 1998-11-01 Dave Love <fx@gnu.org>
11865
11866 * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
11867 Don't funcall browse-url-browser-function.
11868
11869 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
11870 Don't funcall browse-url-browser-function.
11871
11872 * fortran.el (fortran-end-prog-re1): Fix the regexp.
11873
11874 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
11875
11876 * files.el (revert-buffer): Doc fix.
11877
11878 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
11879
11880 * textmodes/tex-mode.el (tex-start-options-string):
11881 Quote the backslashes with more backslashes.
11882
11883 1998-10-31 Dave Love <fx@gnu.org>
11884
11885 * webjump.el (webjump-sample-sites): Fix Lisp archive site.
11886 (webjump): Don't funcall browse-url-browser-function.
11887
11888 1998-10-30 Kenichi Handa <handa@etl.go.jp>
11889
11890 * international/quail.el (quail-start-translation): Handle
11891 switching of the frame in read-key-sequence.
11892 (quail-start-conversion): Likewise.
11893 (quail-show-guidance-buf): Detach quail-guidance-buf from any
11894 windows before setting an appropriate window for it.
11895 (quail-hide-guidance-buf): Use window-minibuffer-p. Set
11896 quail-guidance-win to nil.
11897 (quail-update-guidance): If quail-guidance-buf is not in the
11898 selected frame, call quail-show-guidance-buf again.
11899
11900 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no>
11901
11902 * progmodes/pascal.el (pascal-mode):
11903 `blink-matching-paren-dont-ignore-comments' set to t.
11904
11905 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11906
11907 * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
11908
11909 1998-10-30 Dave Love <fx@gnu.org>
11910
11911 * vc.el (vc-backend-merge-news): Check for "P" output.
11912
11913 * help.el (describe-variable): Hyperlink the definition.
11914
11915 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
11916
11917 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
11918 (sh-set-shell): Likewise.
11919
11920 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
11921
11922 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
11923 (edebug-on-error): Fix customize type to match that of
11924 debug-on-error.
11925
11926 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
11927
11928 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
11929 report-emacs-bug-address instead of undefined bug-gnu-emacs.
11930
11931 * international/mule-cmds.el (select-message-coding-system): Doc
11932 fix.
11933
11934 * international/mule-diag.el (describe-coding-system): Describe
11935 all flags.
11936
11937 * mail/sendmail.el (sendmail-coding-system,
11938 default-sendmail-coding-system): Doc fix.
11939
11940 * simple.el (shell-command-on-region): Doc fix.
11941
11942 * loadup.el: Write fns-*.el in current directory instead of
11943 data-directory since no installation directory exists yet. Mark
11944 buffer unmodified afterwards.
11945
11946 * loadhist.el (symbol-file): Load fns-*.el from exec-directory
11947 instead of data-directory since it is architecture dependent.
11948 (load-history-loaded): Update doc string.
11949
11950 1998-10-29 Geoff Voelker <voelker@cs.washington.edu>
11951
11952 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
11953 path as a default directory when canonicalizing names.
11954
11955 * w32-fns.el: Remove a dangling reference to a directory on the
11956 build machine.
11957
11958 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu>
11959
11960 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
11961 namespace related keywords such as `class', `body', `private',
11962 `variable', `namespace eval', etc.
11963 (tcl-imenu-generic-expression): Handle itcl body and class definitions.
11964 (tcl-mode): Added ":" as a word constituent to the syntax-alist of
11965 imenu and font-lock so that searches for \sw would find words
11966 containing colons.
11967
11968 * progmodes/etags.el (initialize-new-tags-table):
11969 Do not alter find-tag-marker-ring and tags-location-ring.
11970
11971 1998-10-27 Geoff Voelker <voelker@cs.washington.edu>
11972
11973 * term/w32-win.el: Require fontset.
11974 (w32-init-fontsets): New function (code from x-win.el).
11975
11976 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11977
11978 * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
11979 calendar-and-diary-frame-parameters): Add title parameter.
11980
11981 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
11982
11983 * completion.el (dynamic-completion-mode): New function to enable
11984 the mode. (Just loading the file now does not change anything.)
11985
11986 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11987
11988 * ps-print.el: User option for multibyte buffer handling and doc fix.
11989 (ps-multibyte-buffer): New user option.
11990 (ps-setup): Print new user option.
11991 (ps-print-quote): New fun.
11992 (ps-color-p, ps-mule-font-info-database-latin): New var.
11993 (ps-default-color, ps-mule-font-info-database)
11994 (ps-mule-font-info-database-ps-bdf): Adjust initialization.
11995 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
11996 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
11997 Little code improvement.
11998 (ps-mule-initialize): Initialize ps-mule-font-info-database.
11999 (ps-print-prologue-header, ps-font-family, ps-font-size)
12000 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
12001 (ps-build-face-reference, ps-mule-font-info-database-bdf)
12002 (ps-mule-external-libraries, ps-mule-init-external-library)
12003 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
12004 Doc fix.
12005 (ps-print-version): New version number (4.1.1) and doc fix.
12006 (ps-print-prologue-header): New user option.
12007 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
12008 Conditional compilation for GNU Emacs and emacsens.
12009 (ps-generate-postscript-with-faces): Skip invisible text better.
12010 (ps-setup): Print new user option.
12011 (ps-print-preprint): Check if input file name exists and is unwritable.
12012 (ps-begin-file): Adjust PostScript prologue header for duplex printers
12013 and insert user PostScript prologue header comments.
12014 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
12015 New funs.
12016 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
12017 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
12018 PostScript programming normalization.
12019 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
12020 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
12021 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
12022 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
12023 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
12024 Programming style normalization.
12025
12026 1998-10-26 Kenichi Handa <handa@etl.go.jp>
12027
12028 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
12029 version, check the value of mule-version.
12030
12031 * international/mule-util.el (compose-region): Insert then delete
12032 to preserve markers.
12033 (decompose-region): Use search-forward for efficiency.
12034
12035 * language/chinese.el (pre-write-encode-hz): Cancel previous
12036 change, use generate-new-buffer instead of get-buffer-create.
12037 * language/devan-util.el
12038 (in-is13194-devanagari-pre-write-conversion): Likewise.
12039 * language/thai-util.el (thai-pre-write-conversion): Likewise.
12040 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
12041 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
12042
12043 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
12044
12045 * mail/rmailsum.el (rmail-message-subject-p):
12046 Handle message whose header has not been reformatted.
12047
12048 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
12049
12050 1998-10-25 Jason Rumney <jasonr@altavista.net>
12051
12052 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
12053 New variables.
12054 (mouse-set-font): Use font menus instead of dialog according to
12055 w32-use-w32-font-dialog.
12056
12057 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12058
12059 * calendar/calendar.el (calendar-day-name-array): Add doc string
12060 correctly!
12061 (calendar-month-name-array): Add doc string correctly!
12062
12063 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu>
12064
12065 * net-utils.el (whois-get-tld): Rewrite not to use `do'.
12066
12067 1998-10-21 Markus Rost <rost@delysid.gnu.org>
12068
12069 * lisp/info.el (Info-next-menu-item): Stay on top of node.
12070
12071 * mail/rmailout.el (rmail-output): Insert newline only if necessary.
12072
12073 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
12074
12075 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
12076
12077 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org>
12078
12079 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
12080
12081 1998-10-21 Karl Heuer <kwzh@gnu.org>
12082
12083 * emacs-lisp/profile.el (profile-timer-program): Var deleted.
12084 (profile-timer-process, profile-temp-result-, profile-time): Likewise.
12085 (profile-filter, profile-reset-timer): Functions deleted.
12086 (profile-check-zero-init-times, profile-get-time): Likewise.
12087 (profile-find-function, profile-quit): Likewise.
12088 (profile-distinct, profile-call-stack, profile-last-time): New vars.
12089 (profile-time-list, profile-init-list): Doc fix.
12090 (profile-functions): Simplify.
12091 (profile-print): Use float. Make output include space separators.
12092 (profile-add-time): New helper function.
12093 (profile-function-prolog): Renamed from profile-start-function.
12094 Handle profile-distinct.
12095 (profile-function-epilog): Renamed from profile-update-function.
12096 Handle profile-distinct.
12097 (profile-a-function): If the function to be profiled is an
12098 autoload form, load it. If it's lazy-loaded, fetch it.
12099 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
12100 (profile-restore-fun): Arg FUN is now a function symbol, as was
12101 documented, rather than a one-element list.
12102 (profile-finish): Call profile-restore-fun properly.
12103
12104 1998-10-21 Kenichi Handa <handa@etl.go.jp>
12105
12106 * international/characters.el: Setup charset property
12107 nospace-between-words.
12108
12109 * international/mule-cmds.el (get-charset-property): If CHARSET is
12110 composition, return nil.
12111 (put-charset-property): If CHARSET is composition, do nothing.
12112
12113 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
12114 * language/devan-util.el
12115 (in-is13194-devanagari-pre-write-conversion): Likewise.
12116 * language/thai-util.el (thai-pre-write-conversion): Likewise.
12117 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
12118 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
12119
12120 * textmodes/fill.el (sentence-end-without-period): New variable.
12121 (canonically-space-region): Pay attention to
12122 sentence-end-without-period.
12123 (fill-find-break-point): The first argument CHARSET deleted.
12124 Caller changed.
12125 (fill-region-as-paragraph): Pay attention to charset property
12126 nospace-between-words and text property nospace-between-words.
12127
12128 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
12129
12130 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
12131 an unrecognized shell.
12132
12133 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org>
12134
12135 * desktop.el (desktop-save): Include minor modes symbolically.
12136 (desktop-create-buffer): Turn on all minor modes in `mim'.
12137
12138 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
12139
12140 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
12141 (sh-font-lock-keywords): Handle rpm and rpm2.
12142 (sh-ancestor-alist): Handle rpm.
12143
12144 * files.el (auto-mode-alist): Recognize .rpm files.
12145 Also .spec and .mspec files.
12146
12147 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org>
12148
12149 * faces.el (frame-set-background-mode): Enable the function for
12150 MSDOS frames.
12151
12152 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12153
12154 * calendar/calendar.el (calendar-day-name-array): Add doc string.
12155 (calendar-month-name-array): Add doc string.
12156
12157 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu>
12158
12159 * simple.el (kill-ring-max): Increased to 60.
12160
12161 1998-10-17 Kenichi Handa <handa@etl.go.jp>
12162
12163 * international/characters.el: Setup auto-fill-chars.
12164
12165 * international/kinsoku.el (kinsoku): Check the variable
12166 enable-kinsoku.
12167
12168 * simple.el (do-auto-fill): Don't check kinsoku-enable here.
12169 Don't call kinsoku directly, intead call fill-find-break-point.
12170
12171 * textmodes/fill.el: Setup `fill-find-break-point-function'
12172 property to character sets which require `kinsoku' processing for
12173 filling.
12174 (fill-find-break-point): New function.
12175 (fill-region-as-paragraph): Don't check kinsoku-enable here.
12176 Don't call kinsoku directly, intead call fill-find-break-point.
12177
12178 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu>
12179
12180 * faces.el (modify-face-read-string): Return (nil) for "none".
12181 (modify-face): Don't get error if (nil) is the argument.
12182 (face-try-color-list): Don't check whether nil is a valid color.
12183
12184 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu>
12185
12186 * emacs-lisp/bytecomp.el (byte-recompile-directory):
12187 Print message about each directory, even in batch mode.
12188
12189 * gnus/nntp.el: Require `cl' before using nnoo-declare.
12190
12191 * ps-print.el (ps-mule-chars-in-string): No need to use sref.
12192 (ps-mule-string-char): No need to use sref.
12193 (ps-mule-next-index): No need to use sref.
12194
12195 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
12196
12197 * files.el (revert-buffer-internal-hook): Add defvar.
12198
12199 * arc-mode.el (archive-mode): Locally set file-precious-flag.
12200
12201 * tar-mode.el (tar-mode): Locally set file-precious-flag.
12202
12203 1998-10-16 Markus Rost <rost@delysid.gnu.org>
12204
12205 * international/mule-cmds.el (default-input-method): Fix custom type.
12206
12207 * net-utils.el (whois-server-list): Fix customization type.
12208
12209 * shell.el (shell-input-autoexpand): Fix customization group.
12210
12211 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu>
12212
12213 * repeat.el (repeat): Handle keyboard macros properly.
12214 Handle new prefix arg after self-insert command.
12215
12216 * repeat.el: Don't include cl even at compile time.
12217 (repeat): Avoid using `loop'.
12218
12219 * simple.el (shell-command-on-region): Doc fix.
12220 (next-history-element): Special error message if no default.
12221
12222 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu>
12223
12224 * ps-print.el (ps-print-buffer): Doc fix.
12225 (ps-despool): Likewise.
12226
12227 * arc-mode.el (arc-mode): Provide arc-mode.
12228
12229 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
12230
12231 * ps-print.el (ps-print-buffer): Doc fix.
12232
12233 1998-10-14 Dave Love <fx@gnu.org>
12234
12235 * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
12236 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
12237 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
12238
12239 * progmodes/fortran.el (fortran-mode-map): Change "Join
12240 Continuation Line" to "Join Line".
12241 (fortran-font-lock-keywords-1): Add "cycle", "exit".
12242
12243 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
12244
12245 * progmodes/fortran.el (fortran-join-line): Use
12246 `delete-indentation' instead of issuing an error message if not on
12247 a continuation line. Provide for joining several lines using
12248 prefix arg.
12249
12250 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org>
12251
12252 * term/pc-win.el (msdos-color-values): New variable.
12253 (x-color-values): New function, emulates its namesake from
12254 src/xfns.c.
12255 (msdos-bg-mode): Add all dark colors to those which return
12256 "dark".
12257
12258 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
12259
12260 * replace.el (keep-lines, flush-lines, how-many):
12261 Don't ignore case if arg has upper case letters.
12262
12263 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch>
12264
12265 * progmodes/vhdl-mode.el
12266 (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
12267 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
12268 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
12269 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
12270 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
12271 (vhdl-when): Fix indentation problem.
12272 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
12273 (vhdl-get-port, vhdl-get-generic): Bug fix in template.
12274 (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
12275
12276 1998-10-13 Geoff Voelker <voelker@cs.washington.edu>
12277
12278 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
12279 (ls-lisp-insert-directory): Renamed from insert-directory.
12280 (insert-directory): New function.
12281
12282 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
12283
12284 * simple.el (completion-fixup-function): Variable deleted.
12285 (completion-setup-function): Delete code for completion-fixup-function.
12286 * emacs-lisp/lisp.el (lisp-complete-symbol):
12287 Don't bind completion-fixup-function.
12288
12289 * files.el (find-file-wildcards): New option.
12290 (find-file-noselect): Handle wild cards, if enabled.
12291 (file-expand-wildcards): New function.
12292
12293 * simple.el (set-fill-column): Doc fix.
12294
12295 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12296
12297 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
12298
12299 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org>
12300
12301 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
12302 Move declaration before first use.
12303 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
12304 hif-math, hif-factor): Rename token to hif-token and token-list to
12305 hif-token-list.
12306 (hif-token, hif-token-list): Declare them.
12307 (hif-find-ifdef-block): Return cons of top and bottom point
12308 instead of setting dynamically bound variables.
12309 (hide-ifdef-block, show-ifdef-block): Use return value of
12310 hif-find-ifdef-block.
12311
12312 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
12313
12314 * subr.el (read-passwd): Use clear-this-command-keys.
12315
12316 * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
12317
12318 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
12319 and ...-for-write.
12320
12321 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk>
12322
12323 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
12324 responses to GROUP command, since this may be called from a timer
12325 with quit inhibited.
12326
12327 1998-10-12 Kenichi Handa <handa@etl.go.jp>
12328
12329 * international/ccl.el (ccl-compile-if): If there's no false-cmds,
12330 set unconditional-jump to nil.
12331 (ccl-compile-read-multibyte-character): Return nil.
12332 (ccl-compile-write-multibyte-character): Likewise.
12333 (ccl-compile-translate-character): Likewise
12334 (ccl-compile-map-multiple): Likewise.
12335 (ccl-compile-map-single): Likewise.
12336
12337 * international/kinsoku.el: Add coding tag.
12338 (kinsoku-bol): Remove superfluous TAB in a string.
12339
12340 * international/mule-cmds.el (find-coding-systems-for-charsets):
12341 Delete `composition' (if any) from CHARSETS.
12342
12343 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
12344
12345 * international/mule-cmds.el (setup-specified-language-environment):
12346 Add apropos-inhibit property.
12347 (describe-specified-language-support): Likewise.
12348
12349 1998-10-11 Kenichi HANDA <handa@etl.go.jp>
12350
12351 * international/mule.el (make-coding-system): Create -with-esc
12352 variant coding system.
12353
12354 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
12355
12356 * progmodes/etags.el (tags-loop-revert-buffers): New variable.
12357 (next-file): Optionally offer to revert a file's buffer,
12358 if it has an existing buffer but the file has changed.
12359
12360 * info.el (Info-insert-dir): Detect and report problems
12361 in input files, such as "No Top node". Return with point
12362 at the beginning of the text.
12363 (Info-find-node): Reinsert the code to handle files
12364 with no tags table; it was deleted by mistake.
12365
12366 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
12367
12368 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
12369 texinfo-find-higher-level-node repeatedly find the same node.
12370 (texinfo-find-higher-level-node): Doc fix.
12371
12372 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
12373
12374 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
12375 (smtpmail-address-buffer): Add defvar.
12376 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
12377
12378 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
12379
12380 * ffap.el (ffap-machine-p-local): Fix editing error.
12381
12382 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu>
12383
12384 * faces.el (frame-set-background-mode):
12385 Don't do anythung for text-only or MSDOS frame.
12386
12387 1998-10-08 Kenichi Handa <handa@etl.go.jp>
12388
12389 * international/quail.el (quail-defrule): New optional arg APPEND.
12390 (quail-defrule-internal): Fix bug of handling the argument APPEND.
12391
12392 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu>
12393
12394 * gnus/pop3.el (pop3-open-server):
12395 Set process-coding-system-alist around open-network-stream.
12396
12397 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu>
12398
12399 * files.el (save-buffer): Doc fix.
12400
12401 1998-10-07 Karl Heuer <kwzh@gnu.org>
12402
12403 * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
12404 return DEF unchanged, not nil. Simplify.
12405
12406 1998-10-06 Geoff Voelker <voelker@cs.washington.edu>
12407
12408 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
12409
12410 1998-10-06 Peter Breton <pbreton@ne.mediaone.net>
12411
12412 * generic.el (generic-mode-with-type): Added hooks for generic-modes.
12413
12414 * net-utils.el (ftp, nslookup): Require comint.
12415 (network-service-connection): Likewise.
12416 (whois-server-name): Defaults to whois.arin.net
12417 (whois-server-list, whois-server-tld, whois-guess-server): New var.
12418 (whois): Tries to guess the appropriate top-level domain server.
12419 (whois-get-tld): New function.
12420
12421 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
12422 (dirtrack-debug-toggle): Added this function.
12423
12424 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
12425
12426 * files.el (find-file-noselect): Switch to the correct buffer
12427 before checking find-file-literally, and allow non-nil non-t
12428 rawfile params.
12429
12430 1998-10-06 Karl Heuer <kwzh@gnu.org>
12431
12432 * midnight.el (clean-buffer-list): Add autoload cookie.
12433
12434 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
12435 no-autosave.
12436 * tar-mode.el (tar-mode-revert): Likewise.
12437 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
12438 from ediff-arrange-autosave-in-merge-jobs. Callers changed.
12439 * gnus/message.el (message-auto-save-directory): Renamed from
12440 message-autosave-directory. All references changed.
12441
12442 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
12443
12444 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
12445 string. Expose mime stuff while searching.
12446
12447 1998-10-06 Richard Stallman <rms@gnu.org>
12448
12449 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
12450
12451 * replace.el (perform-replace): Position point properly
12452 before and after the recursive edit of C-r.
12453
12454 * progmodes/etags.el (tags-reset-tags-tables): Properly
12455 find the markers in the old rings that are being discarded.
12456
12457 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12458
12459 * apropos.el (apropos-print): Control invalid characters.
12460
12461 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
12462 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
12463 confusing customize.
12464
12465 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org>
12466
12467 * generic-x.el (bat-generic-mode): Fix regexps for keywords and
12468 built-in commands. Add more built-in commands and fix face names.
12469
12470 1998-10-05 Simon Marshall <simon@gnu.org>
12471
12472 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
12473
12474 1998-10-04 Eric Ludlam <zappo@gnu.org>
12475
12476 * speedbar.el (speedbar-initial-expansion-list-name): Remove
12477 customization since it is not useful in this case.
12478 (speedbar-frame-mode): Check if cfx or cfy is a list, and make
12479 sure it gets evalled to a number. Also verify that set-frame-name
12480 fn exists before calling it.
12481
12482 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
12483 Protect a `forward-sexp' call which could fail, and improved regex
12484 for ie, and eg abbreviations.
12485
12486 1998-10-02 Noah Friedman <friedman@splode.com>
12487
12488 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
12489 send-string.
12490 (rlogin-send-Ctrl-D): Here also.
12491 (rlogin-send-Ctrl-Z): Here also.
12492 (rlogin-send-Ctrl-backslash): Here also.
12493
12494 1998-10-02 Dave Love <fx@gnu.org>
12495
12496 * outline.el (hide-region-body): Bind
12497 outline-view-change-hook to nil while making repeated calls to
12498 outline-flag-region. Run it once at the end.
12499 (hide-other, hide-sublevels, show-children): Likewise.
12500
12501 * info-look.el: Remove duplicate scheme-mode entry.
12502 (info-lookup-make-completions): When looking for entries, check
12503 that `item' isn't null or "Menu".
12504
12505 1998-10-01 Karl Heuer <kwzh@gnu.org>
12506
12507 * net-utils.el: Don't require ffap.
12508 (net-utils-machine-at-point, net-utils-url-at-point): New functions.
12509 (ping, nslookup-host, finger, network-connection-to-service): Use them.
12510
12511 1998-09-30 Richard Stallman <rms@gnu.org>
12512
12513 * ispell.el (check-ispell-version): No need to bind default-major-mode.
12514
12515 * imenu.el (imenu--generic-function): Sort each submenu by position.
12516 (imenu--sort-by-position): New function.
12517
12518 * cus-edit.el (Custom-mode-menu): Fix info node name.
12519 (customize group): Fix info node name.
12520
12521 * mail/mailalias.el (build-mail-aliases): Don't allow
12522 a newline in the alias name. Don't define an alias
12523 if the definition would be empty.
12524
12525 * which-func.el (which-func-mode-global): Make :set function
12526 more reliable.
12527
12528 * custom.el (custom-set-variables): Load the requests first,
12529 then check the symbol's `set' function.
12530
12531 * ffap.el: Doc fixes.
12532
12533 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12534
12535 * gnus.el: (gnus-valid-select-methods): Fix type.
12536 * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
12537 * gnus-score.el (gnus-orphan-score): Fix type.
12538 (gnus-score-default-header, gnus-score-default-type): Fix type.
12539 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
12540 (gnus-saved-headers): Fix type.
12541
12542 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
12543 Avoid nil value of `two-lines-citation-part'.
12544
12545 1998-09-30 Roman Belenov <roman@nstl.nnov.ru>
12546
12547 * which-func.el (which-function): Handle case when
12548 (car imenu--index-alist) is nil.
12549
12550 1998-09-29 Dave Love <fx@gnu.org>
12551
12552 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
12553 bzip2 args.
12554
12555 1998-09-29 Simon Marshall <simon@gnu.org>
12556
12557 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
12558 comint-exec-hook.
12559
12560 1998-09-29 Stephen Eglen <stephen@gnu.org>
12561
12562 * info-look.el: Add support for Octave.
12563
12564 1998-09-28 Carsten Dominik <cd@delysid.gnu.org>
12565
12566 * textmodes/reftex.el (reftex-finding-files): New customize group.
12567 (reftex-texpath-environment-variables,
12568 reftex-use-external-file-finders, reftex-external-file-finders,
12569 reftex-search-unrecursed-path-first): New options.
12570 (reftex-process-string, reftex-find-file-externally): New
12571 functions.
12572 (reftex-access-search-path): Execute shell commands to find the
12573 search path.
12574 (reftex-toggle-auto-view-crossref): When turning on, make sure
12575 `reftex-auto-view-crossref' becomes non-nil.
12576 (reftex-abbrev-regexp): Constant removed.
12577 (reftex-convert-string): Abbrev regexp calculated locally.
12578
12579 1998-09-28 Dave Love <fx@gnu.org>
12580
12581 * progmodes/fortran.el: Don't call regexp-opt when deriving
12582 font-lock patterns with keywords that aren't all literal.
12583
12584 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
12585
12586 * octave-inf.el (inferior-octave-prompt): Also match prompts of
12587 the form `octave.bin:1>' which come from using precopiled binary
12588 versions.
12589
12590 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu>
12591
12592 * help.el (help-for-help): Use %THIS-KEY%.
12593 (help-quit): Add doc.
12594
12595 * help-macro.el (make-help-screen): Keep HELP-TEXT
12596 in a separate function definition, not in the help command FNAME.
12597 Replace %THIS-KEY% with the key sequence that ran FNAME.
12598
12599 1998-09-25 Richard Stallman <rms@gnu.org>
12600
12601 * textmodes/texinfo.el (texinfo-show-structure):
12602 Bind inhibit-read-only.
12603
12604 * isearch.el (isearch-search-and-update): Properly
12605 handle upper case letters in the reverse-search special case.
12606
12607 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12608
12609 * gnus.el: Extend the list of autoloaded functions.
12610
12611 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
12612 buffer before creating help group. (from Gnus v5.6.43, fix by
12613 1998-08-20 Per Starback <starback@update.uu.se>)
12614
12615 * gnus-util.el (gnus-output-to-rmail): Adjust to
12616 `rmail-output-to-rmail-file'.
12617
12618 1998-09-25 Karl Heuer <kwzh@gnu.org>
12619
12620 * hexl.el (hexl-mode-map): More of previous change.
12621
12622 * textmodes/tex-mode.el (tex-run-command): Doc fix.
12623 (tex-start-tex): Don't use tex-start-options-string in star case.
12624 Quote file name in star case as well as in non-star.
12625 Add blank and quoting of option string here.
12626 (tex-start-options-string): Not here.
12627
12628 1998-09-23 Karl Heuer <kwzh@gnu.org>
12629
12630 * term.el (term-delimiter-argument-list): Doc fix.
12631 (term-emulate-terminal): Escape literal semicolon.
12632 * progmodes/asm-mode.el (asm-mode): Doc fix.
12633 (asm-comment-char): Escape literal semicolon.
12634 * emulation/viper-cmd.el (viper-movement-commands): Likewise.
12635
12636 1998-09-23 Richard Stallman <rms@gnu.org>
12637
12638 * hexl.el (hexl-mode-map): Don't override all ESC bindings,
12639 only those that normally modify the buffer.
12640
12641 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
12642 over again.
12643
12644 1998-09-23 E. Jay Berkenbilt <ejb@ql.org>
12645
12646 * ispell.el (check-ispell-version): Ensure same buffer is current
12647 when let-binding of case-fold-search ends.
12648
12649 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12650
12651 * ps-print.el: Skip invisible overlay.
12652 Test for set-buffer-multibyte rather than using mule-version.
12653 (ps-print-version): New version number (4.1) and doc fix.
12654 (ps-generate-postscript-with-faces): Skip invisible overlay.
12655
12656 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu>
12657
12658 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
12659
12660 1998-09-22 Kenichi Handa <handa@etl.go.jp>
12661
12662 * international/quail.el (quail-update-guidance): Check for the
12663 return value of (quail-guidance) fixed.
12664 (quail-update-translation): Bind quail-current-str locally when it
12665 calls quail-update-guidance.
12666 (quail-update-translation): If input-method-exit-on-first-char is
12667 non-nil, terminate translation only when the current input method
12668 is simple.
12669
12670 1998-09-22 Paul Eggert <eggert@twinsun.com>
12671
12672 * startup.el (locale-translation-file-name): Prefer X-related names
12673 to the name used by GNU/Linux sans X. Set to nil if no file found.
12674 (command-line): Use locale-translation-file-name if it is not nil,
12675 instead of testing for its existence again.
12676 regexp-quote the ctype before using it in a regexp.
12677 Allow a colon to appear after the ctype in the aliases file,
12678 as is done in X11R6.4.
12679
12680 1998-09-21 Richard Stallman <rms@gnu.org>
12681
12682 * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
12683
12684 * calendar/appt.el (appt-interval): Variable deleted.
12685 (appt-check): For minutes in between appt-display-interval times,
12686 do check, but don't display anything except an updated mode line.
12687 Count against appt-display-interval based on minutes since
12688 first display of this appointment, not based on time of day.
12689 If appt-display-mode-line, force mode line redisplay
12690 whenever appt-mode-string has changed.
12691 (appt-add, appt-delete): Add autoload cookies.
12692 (appt-check): Catch errors from calling `diary'.
12693 (appt-max-time): Renamed from max-time.
12694 (appt-now-displayed, appt-display-count): New variables.
12695 (appt-timer): Don't create one if we already have one.
12696
12697 * textmodes/tex-mode.el (tex-compilation-parse-errors):
12698 More general code to use the source buffer instead of the zap file.
12699
12700 * hilit-chg.el (highlight-compare-with-file): Renamed from
12701 compare-with-file.
12702
12703 * loadhist.el (load-history-loaded): New variable.
12704 (symbol-file): Load etc/fns-VERSION.el if that has not been done.
12705
12706 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
12707
12708 * emacs-lisp/find-func.el (find-function-search-for-symbol):
12709 Fix error messages.
12710
12711 1998-09-21 Markus Armbruster <armbru@pond.sub.org>
12712
12713 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
12714 Emacs frame.
12715
12716 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12717
12718 * mail/rmail.el (rmail-decode-babyl-format): Recognize both
12719 `undecided' and `undecided-unix'.
12720
12721 1998-09-21 Dave Love <fx@gnu.org>
12722
12723 * help.el (help-make-xrefs): Fix typo affecting Info references.
12724
12725 * subr.el (remove-hook): Check list values to avoid errors.
12726
12727 1998-09-18 Noah Friedman <friedman@splode.com>
12728
12729 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
12730 store string in eldoc-last-message without consing a new string.
12731 Rearrange logic from nested if's into cond's.
12732 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
12733 Do not print message; just return string.
12734 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
12735 Do not print message; just return string.
12736 Cache that string in eldoc-last-data.
12737 (eldoc-last-data): Make into a vector.
12738 (eldoc-get-fnsym-args-string): Use new data form of structure.
12739 (eldoc-get-var-docstring): Here also.
12740 (eldoc-last-data-store): New function.
12741 (eldoc-get-fnsym-args-string): Use it.
12742 (eldoc-get-var-docstring): Here also.
12743 (eldoc-docstring-first-line): Minimize interim string consing.
12744 Call substitute-command-keys on the result.
12745 (eldoc-print-var-docstrings, eldoc-print-docstring,
12746 eldoc-docstring-message): Functions removed.
12747 (eldoc-docstring-format-sym-doc): New function, functionality
12748 ripped out of eldoc-docstring-message.
12749 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
12750
12751 1998-09-18 Kenichi Handa <handa@etl.go.jp>
12752
12753 * international/mule.el (make-coding-system): Doc-string modified.
12754
12755 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org>
12756
12757 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
12758
12759 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
12760 customize type.
12761
12762 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
12763 type.
12764
12765 * progmodes/compile.el (compilation-error-screen-columns): New
12766 variable.
12767 (compilation-next-error-locus): Use it to decide whether to use
12768 forward-char or move-to-column.
12769
12770 * mail/rmail.el (rmail-movemail-program): Fix customize type.
12771
12772 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
12773 feedmail-fiddle-plex-user-list,
12774 feedmail-spray-address-fiddle-plex-list,
12775 feedmail-prompt-before-queue-user-alist,
12776 feedmail-prompt-before-queue-help-supplement,
12777 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
12778 feedmail-queue-alternative-mail-header-separator): Fix customize
12779 type.
12780
12781 * startup.el (site-run-file): Fix customize type.
12782
12783 * speedbar.el (speedbar-initial-expansion-list-name): Fix
12784 customize type.
12785
12786 * shell.el (shell-input-autoexpand): Fix customize type.
12787
12788 * ps-print.el (ps-font-info-database): Add missing dots in value.
12789 Improve layout of customize type.
12790
12791 * net-utils.el (traceroute-program-options, ping-program-options,
12792 ipconfig-program-options, netstat-program-options,
12793 arp-program-options, route-program-options,
12794 nslookup-program-options, ftp-program-options): Fix customize
12795 type.
12796
12797 * midnight.el (clean-buffer-list-kill-regexps,
12798 clean-buffer-list-kill-buffer-names,
12799 clean-buffer-list-kill-never-buffer-names,
12800 clean-buffer-list-kill-never-regexps): Fix customize type.
12801
12802 * man.el (Man-init-defvars): Avoid trailing nil on
12803 Man-filter-list.
12804
12805 * lpr.el (printer-name): Fix customize type.
12806
12807 1998-09-16 Kenichi Handa <handa@etl.go.jp>
12808
12809 * international/mule-cmds.el (reset-language-environment): Call
12810 update-coding-systems-internal.
12811
12812 * international/mule-conf.el: Call update-coding-systems-internal
12813 at the tail.
12814
12815 1998-09-14 Dave Love <fx@gnu.org>
12816
12817 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't
12818 use the menu-enable properties, pending doing it correctly and
12819 acceptably fast.
12820
12821 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
12822
12823 1998-09-13 Dave Love <d.love@dl.ac.uk>
12824
12825 * progmodes/hideshow.el (hs-grok-mode-type): Check
12826 comment-{start,end} non-nil as well as bound. Report an error if
12827 we can't grok the mode.
12828
12829 1998-09-13 Richard Stallman <rms@gnu.org>
12830
12831 * simple.el (blink-matching-open): Don't log paren matching
12832 messages in *Messages*.
12833
12834 1998-09-12 Richard Stallman <rms@gnu.org>
12835
12836 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
12837 Set point-before-scroll at end even if there was an error.
12838
12839 * ange-ftp.el (ange-ftp-insert-file-contents):
12840 Use binary mode for dumb-unix hosts as for unix hosts.
12841 (ange-ftp-copy-file-internal): Likewise.
12842
12843 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
12844
12845 * emacs-lisp/pp.el: Doc fixes.
12846
12847 * wid-edit.el (widget-menu-max-shortcuts): New variable.
12848 (widget-choose): Don't use single-char shortcuts if # items
12849 exceeds that many. Use minibuffer instead.
12850
12851 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12852
12853 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
12854
12855 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org>
12856
12857 * speedbar.el (speedbar-frame-mode): Do not set frame position if
12858 in terminal mode.
12859
12860 1998-09-10 Noah Friedman <friedman@splode.com>
12861
12862 * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
12863 defcustom declaration. It's wreaking too much havoc with XEmacs
12864 and older versions of Emacs, which share this code.
12865
12866 * type-break.el (type-break-mode): Here also.
12867
12868 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
12869 `t' to add-hook also to modify the new local value.
12870
12871 1998-09-10 Dave Love <fx@gnu.org>
12872
12873 * vc.el (vc-insert-headers): Doc fix.
12874
12875 1998-09-10 Richard Stallman <rms@gnu.org>
12876
12877 * textmodes/flyspell.el (flyspell-mode-on): Make the
12878 ispell-... variables permanent locals.
12879 (flyspell-mode-off): Add autoload cookie.
12880
12881 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
12882 do use binary mode, just as for `unix'.
12883 (ange-ftp-host-type): If HOST is nil, return `unix'.
12884
12885 * dired.el (dired-mark-files-containing-regexp):
12886 Don't scan directories. Ignore non-readable files.
12887
12888 * progmodes/compile.el (compilation-error-regexp-alist):
12889 Fix previous change: allow . and _ in command name.
12890
12891 * dired.el (dired-mark-files-containing-regexp): Fix previous change.
12892
12893 * uncompress.el (uncompress-while-visiting):
12894 Use just the car of what find-operation-coding-system returns.
12895
12896 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
12897
12898 * shell.el (shell-file-name-quote-list): Add # to the value.
12899
12900 1998-09-10 E. Jay Berkenbilt <ejb@ql.org>
12901
12902 * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
12903 to make killing of ispell process work even if
12904 kill-all-local-variables has been run.
12905
12906 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12907
12908 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
12909 loop when sexp entry ends at end of file with no newline.
12910
12911 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12912
12913 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
12914 (Custom-reset-standard): Fix menu inconsistency.
12915
12916 * mail/feedmail.el (feedmail-from-line): Allow t.
12917 (feedmail-message-id-suffix): Allow nil.
12918
12919 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
12920 Simplify. Make prefix arg work right.
12921
12922 1998-09-09 Dave Love <fx@gnu.org>
12923
12924 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
12925
12926 * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
12927
12928 1998-09-08 Dave Love <fx@gnu.org>
12929
12930 * add-log.el (change-log-font-lock-keywords): Do parenthesized
12931 stuff only after file names or at start of line. Allow parens
12932 around e-mail, as well as angles.
12933
12934 * gnus/nnweb.el (require): Wrap requirement of w3 and url in
12935 ignore-errors too, eval'd when compile. Require w3 stuff at load
12936 time for nicer failure if it's not available.
12937
12938 1998-09-07 Geoff Voelker <voelker@cs.washington.edu>
12939
12940 * comint.el (comint-arguments): Ignore backslashes when using
12941 w32 shells that expect backslashes as the directory separator.
12942
12943 1998-09-04 Kenichi Handa <handa@etl.go.jp>
12944
12945 * international/fontset.el (resolved-ascii-font): New variable.
12946 (x-complement-fontset-spec): By side effect, set
12947 `resolved-ascii-font' to the resolved name of ASCII font."
12948 (create-fontset-from-fontset-spec): Don't get a value for
12949 resolved-ascii-font from the list full-fontlist. It is set by
12950 x-complement-fontset-spec now.
12951
12952 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
12953 version, check the value of mule-version.
12954
12955 1998-09-07 Carsten Dominik <cd@delysid.gnu.org>
12956
12957 * textmodes/reftex.el (reftex-view-crossref): Split up into
12958 several functions. No longer moves to find a macro.
12959 (reftex-view-cr-cite, reftex-view-cr-ref,
12960 reftex-end-of-bib-entry): New functions.
12961 (reftex-auto-view-crossref): New value `window' allowed.
12962 (reftex-view-crossref-when-idle): Process new `window' option in
12963 (reftex-translate-to-ascii-function): New default.
12964 (reftex-label-illegal-re): Default changed, removed Latin1.
12965 (reftex-latin1-to-ascii): New function.
12966 (reftex-what-environment): Check for section regexp before use.
12967 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
12968 absolute path names.
12969 (reftex-TeX-master-file): Changed sequence of file checks.
12970 (reftex-do-citation): bibview cache only with RefTeX mode on.
12971
12972 1998-09-06 Richard Stallman <rms@gnu.org>
12973
12974 * progmodes/compile.el (compilation-error-regexp-alist):
12975 In first pattern (GNU utilities and other things),
12976 allow a space after the optional program name at the beginning.
12977
12978 * mail/mail-hist.el (mail-hist-current-header-contents):
12979 Fix previous change: use mail-header-end.
12980
12981 1998-09-06 Bill Richter <richter@math.nwu.edu>
12982
12983 * international/ccl.el: Doc fixes.
12984 * international/encoded-kb.el: Doc fixes.
12985 * international/fontset.el: Doc fixes.
12986 * international/kinsoku.el: Doc fixes.
12987 * international/kkc.el: Doc fixes.
12988 * international/mule-cmds.el: Doc fixes.
12989 * international/mule-conf.el: Doc fixes.
12990 * international/mule-util.el: Doc fixes.
12991 * international/mule.el: Doc fixes.
12992
12993 1998-09-05 Eric Ludlam <zappo@gnu.org>
12994
12995 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
12996 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
12997 (checkdoc-this-string-valid-engine): Permit ? as terminating
12998 punctuation for first line sentence breaking.
12999 (checkdoc-this-string-valid): When converting a comment into a doc
13000 string, make sure " chars are \".
13001 (checkdoc-sentencespace-region-engine): Only do double space check
13002 if based on the variable `sentence-end-double-space'
13003 (checkdoc-this-string-valid-engine): ? ends valid sentence.
13004 (checkdoc-proper-noun-region-engine): Exclude items in URLs
13005
13006 1998-09-04 Richard Stallman <rms@gnu.org>
13007
13008 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
13009 Recognize define-skeleton as a function definer.
13010
13011 * cus-edit.el (customize-option): Refuse to customize
13012 a variable that has no defcustom. But if variable is autoloaded,
13013 first try to load the library that defines it.
13014
13015 * international/iso-insert.el: Use `string' before calling `insert'
13016 so that in multibyte buffers we insert multibyte chars.
13017
13018 * dired.el (dired-mark-files-containing-regexp):
13019 Don't use find-file; instead, insert the file in a temp buffer.
13020
13021 * textmodes/tex-mode.el (tex-start-options-string): New option.
13022 (tex-start-tex): Use that variable.
13023
13024 * mail/rmail.el (rmail-primary-inbox-list): Make the initial
13025 value in the `repeat' alternative a list.
13026
13027 * textmodes/fill.el (fill-individual-paragraphs): Before deleting
13028 the inserted newline, verify that one was really inserted.
13029
13030 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
13031 remains on or remains off.
13032 (flyspell-multi-language-p): Default changed to nil.
13033
13034 * progmodes/ada-mode.el (ada-search-ignore-string-comment):
13035 In "found in comment" case, don't beginning-of-line after forward-line.
13036
13037 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
13038 If the function definition is not a lambda, return original FORM
13039 with no error.
13040
13041 1998-09-04 Peter Breton <pbreton@ne.mediaone.net>
13042
13043 * net-utils.el (netstat-program-options): Changed from nil to "-a"
13044 so that by default netstat shows all network connections.
13045
13046 1998-09-04 Bob Weiner <weiner@altrasoft.com>
13047
13048 * international/quail.el: Doc fixes.
13049
13050 * info.el (info): Don't add parens if FILE already has them.
13051
13052 1998-09-04 Geoff Voelker <voelker@cs.washington.edu>
13053
13054 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
13055 on extension lines.
13056
13057 1998-09-03 Geoff Voelker <voelker@cs.washington.edu>
13058
13059 * w32-fns.el (w32-shell-dos-semantics): New function.
13060
13061 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu>
13062
13063 * international/quail.el (quail-choose-completion-string): Store
13064 completion `choice' in `quail-current-str'; don't insert it.
13065
13066 1998-09-02 Kenichi Handa <handa@etl.go.jp>
13067
13068 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH
13069 argument to ps-mule-generate-bitmap-font.
13070
13071 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
13072 entry and change Latin-1 entry in the default value.
13073 (ps-mule-font-info-database-ps-bdf): New variable.
13074 (ccl-encode-ethio-unicode): Bug of CCL code fixed.
13075 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
13076 registerd in FONT-SPEC.
13077 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
13078 charcter width of bitmap fonts.
13079 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
13080 procedure NF.
13081 (ps-begin-file): Output PostScript code for setting
13082 SpaceWidthRatio.
13083 (ps-plot-region): Use line-beginning-position to get a position of
13084 the beginning of the current line.
13085
13086 * international/mule-cmds.el (register-input-method): Doc-string
13087 modified.
13088
13089 1998-09-01 Dave Love <fx@gnu.org>
13090
13091 * international/mule-cmds.el (current-language-environment): Fix
13092 setter function.
13093
13094 1998-09-01 Simon Marshall <simon@gnu.org>
13095
13096 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
13097 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
13098 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
13099 names with font-lock-type-face. Fontify type specs, etc., with
13100 font-lock-keyword-face.
13101
13102 1998-08-31 Kenichi Handa <handa@etl.go.jp>
13103
13104 * international/fontset.el (x-complement-fontset-spec): If ASCII
13105 font is specified in FONTLIST, don't substitute it for the
13106 resolved name.
13107
13108 1998-08-31 Paul Eggert <eggert@twinsun.com>
13109
13110 * international/mule.el (charset-description): Doc fix.
13111
13112 * language/chinese.el, language/cyrillic.el, language/czech.el,
13113 language/devanagari.el, language/ethiopic.el,
13114 language/european.el, language/hebrew.el, language/indian.el,
13115 language/japanese.el, language/korean.el, language/lao.el,
13116 language/slovak.el, language/thai.el, language/tibetan.el,
13117 language/vietnamese.el:
13118 Add coding: local variable, to avoid bootstrapping problem
13119 if you need to recompile all the Lisp files using interpreted code.
13120
13121 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13122
13123 * cal-china.el (chinese-year-cache): Change range of years from
13124 1989-2000 to 1990-2010.
13125
13126 1998-08-29 Dave Love <d.love@dl.ac.uk>
13127
13128 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
13129 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
13130
13131 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13132
13133 * ps-print.el (ps-print-control-characters): Doc-string modified.
13134 (ps-output-string-prim): Comment format changed.
13135 (ps-do-despool): Indentation of source code changed.
13136
13137 1998-08-28 Kenichi Handa <handa@etl.go.jp>
13138
13139 * subr.el (sref): Make it an alias of aref. Make the
13140 byte-compiler warn that it is obsolete.
13141 (char-bytes): Make the byte-compiler warn that it is obsolete.
13142
13143 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
13144 Calculate the total bytes using position-bytes instead of
13145 char-bytes.
13146
13147 1998-08-27 Karl Heuer <kwzh@gnu.org>
13148
13149 * snmp-mode.el: New file.
13150 * files.el (auto-mode-alist): Add snmp-mode patterns.
13151
13152 1998-08-27 Karl Eichwalder <ke@suse.de>
13153
13154 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
13155
13156 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13157
13158 * calendar/diary-lib.el (diary-block): Doc fix..
13159 * calendar/calendar.el (diary-list-include-blanks): Doc fix..
13160
13161 1998-08-27 Richard Stallman <rms@gnu.org>
13162
13163 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
13164 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
13165 Clear appt-mode-string if we don't put something in it.
13166
13167 1998-08-27 Dave Love <fx@gnu.org>
13168
13169 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
13170 dired-local-variables-file for dired-x.
13171
13172 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
13173 for compressed library files too.
13174
13175 1998-08-26 Kenichi Handa <handa@etl.go.jp>
13176
13177 * language/european.el ("Latin-1"): Modify `documentation' key value.
13178 ("Latin-2"): Likewise.
13179
13180 1998-08-26 Karl Heuer <kwzh@gnu.org>
13181
13182 * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
13183
13184 1998-08-26 Albert L. Ting <alt@artisan.com>
13185
13186 * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
13187 (mail-hist-current-header-contents): Use mail-text-start.
13188
13189 1998-08-26 Richard Stallman <rms@gnu.org>
13190
13191 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
13192 (customize-changed-options-previous-release): New variable.
13193 (customize-changed-options): Use that variable as default arg.
13194
13195 1998-08-26 Karl Eichwalder <ke@suse.de>
13196
13197 * midnight.el: Require `timer' not only when compiling.
13198
13199 1998-08-26 Per Starback <starback@update.uu.se>
13200
13201 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
13202 buffer before creating help group.
13203
13204 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
13205
13206 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
13207 coding-system-for-write before saving.
13208
13209 1998-08-26 Kevin Rodgers <kevinr@ihs.com>
13210
13211 * isearch.el (isearch-forward): Doc fix.
13212
13213 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org>
13214
13215 * emacs-lisp/find-func.el: Fix :version tags to have a string
13216 value, not a float.
13217
13218 * cus-dep.el: Fix typo in output.
13219
13220 1998-08-25 Dave Love <fx@gnu.org>
13221
13222 * repeat.el (repeat): Doc fix.
13223 [From rms:]
13224 (repeat-previous-repeated-command): New variable.
13225 (repeat): Check for real-last-command being null or repeat. Set
13226 repeat-previous-repeated-command.
13227
13228 * browse-url.el (browse-url-netscape): Fix format for hex escapes.
13229
13230 1998-08-25 Kenichi Handa <handa@etl.go.jp>
13231
13232 * gnus/message.el (message-send-mail-with-sendmail): Bind
13233 coding-system-for-write by the return value of
13234 select-message-coding-system.
13235 (message-send-mail-with-qmail): Likewise.
13236
13237 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org>
13238
13239 * emacs-lisp/autoload.el: Fix doc-string-elt property on
13240 define-derived-mode.
13241
13242 * files.el (file-name-invalid-regexp):
13243 Fix regex for ms-dos without long file names.
13244
13245 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13246
13247 * ps-print.el: Multi-byte buffer handling.
13248 (ps-print-version): New version number (4.0) and doc fix.
13249 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
13250 compilation for GNU Emacs and emacsens.
13251 (ps-generate-postscript-with-faces): Force invisible text to be
13252 visible.
13253 (dos-ps-printer): New var to avoid compilation gripes.
13254
13255 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13256
13257 * ps-print.el (ps-mule-plot-string): Pay attention to the case
13258 that no more characters can't be printed in the current line.
13259
13260 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13261
13262 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
13263 greater than TO.
13264
13265 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13266
13267 * ps-print.el: Add codes to make ps-print.el work also on Emacs
13268 20.2 and the earlier version.
13269 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
13270 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
13271 (ps-mule-find-wrappoint): Likewise.
13272 (ps-mule-generate-font): Change `X' to `x' in format
13273 control-string.
13274 (ps-generate): Call ps-mule-begin before calling ps-begin-job.
13275 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
13276 `restore' form procedures `BC' and `EC'.
13277
13278 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13279
13280 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
13281 is an executable procedure. Make LineThickness, Xshadow, and
13282 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc.
13283 (ps-mule-font-info-database, ps-mule-font-info-database-ps,
13284 ps-mule-font-info-database-bdf): New vars.
13285 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
13286 (ccl-encode-ethio-unicode): New CCL program.
13287 (ps-mule-encode-ethiopic): New fun.
13288 (ps-mule-current-charset): New var.
13289 (ps-mule-get-font-spec, ps-mule-font-spec-src,
13290 ps-mule-font-spec-name, ps-mule-font-spec-encoding,
13291 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
13292 (ps-mule-external-libraries): New var.
13293 (ps-mule-init-external-library): New fun.
13294 (ps-mule-font-cache): New var.
13295 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
13296 (ps-last-font): New var.
13297 (ps-mule-prepare-font): New fun.
13298 (ps-mule-charset-list): New var.
13299 (ps-mule-prologue-generated, ps-mule-prologue): New vars.
13300 (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
13301 ps-mule-plot-string): New funs.
13302 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
13303 New vars.
13304 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
13305 ps-mule-prepare-cmpchar-font): New funs.
13306 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
13307 vars.
13308 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
13309 ps-mule-generate-bitmap-glyph): New funs.
13310 (ps-mule-initialize, ps-mule-begin): New funs.
13311 (ps-output-string-prim): Insert string as unibyte.
13312 (ps-output-prologue): New fun.
13313 (ps-flush-output): Handle the case of 'prologue.
13314 (ps-begin-file): Call ps-mule-initialize.
13315 (ps-begin-job): Set ps-control-or-escape-regexp differently if
13316 printing multibyte characters.
13317 (ps-begin-page): Set ps-mule-current-charset to 'ascii.
13318 (ps-basic-plot-string): Handle the case of printing ASCII
13319 characters by external libraries (e.g. BDF).
13320 (ps-set-font): Set ps-last-font.
13321 (ps-plot-region): Handle multibyte characters, use
13322 ps-mule-plot-string for them.
13323 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin.
13324
13325 * bdf.el: New file.
13326
13327 1998-08-23 Kenichi HANDA <handa@etl.go.jp>
13328
13329 * international/mule-cmds.el (select-message-coding-system): New
13330 function.
13331 (set-language-environment-coding-systems): Set
13332 default-sendmail-coding-system.
13333
13334 * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
13335 (default-sendmail-coding-system): New variable.
13336 (sendmail-send-it): Encode the message by a coding system
13337 select-message-coding-system returns.
13338
13339 1998-08-23 Eric Ludlam <zappo@gnu.org>
13340
13341 * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
13342 (speedbar-mode): Set buffer to read only.
13343 (speedbar-temp-buffer-show-function): For emacs don't call hook
13344 with arguments.
13345 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
13346
13347 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu>
13348
13349 * speedbar.el (speedbar-key-map): Fix typo.
13350
13351 See ChangeLog.7 for earlier changes.