]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2000-05-23 Gerd Moellmann <gerd@gnu.org>
2
3 * startup.el (command-line): Determine source file of compiled
4 user init file differently. Warn if compiled user init file
5 is older than its source file.
6
7 * ffap.el (ffap-url-regexp): Add `https'.
8
9 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
10
11 * files.el (make-backup-file-name-1): Replace slashes with `!'
12 rather than `|' (which is not allowed on Windows). Replace the
13 drive letters with a string "drive_X".
14
15 2000-05-23 Gerd Moellmann <gerd@gnu.org>
16
17 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
18
19 * files.el (interpreter-mode-alist): Add `bash2'.
20
21 2000-05-22 Dave Love <fx@gnu.org>
22
23 * loadhist.el (feature-symbols, file-provides, file-requires): Use
24 mapc.
25 (feature-file): Avoid calling symbol-name. Doc fix.
26 (file-set-intersect, file-dependents): Use dolist, not mapcar.
27 (loadhist-hook-functions): Add mouse-position-function.
28 (unload-feature): Change uses of mapcar.
29
30 * files.el (parse-colon-path): Doc fix.
31 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
32 (set-auto-mode): Use mapc.
33
34 * complete.el (PC-look-for-include-file): Use :alnum: character
35 class.
36 (partial-completion-mode): Add autoload cookie.
37
38 2000-05-22 Sam Steingold <sds@gnu.org>
39
40 * info.el (Info-fontify-node): Fixed the call to
41 `add-text-properties' (bug introduced on 2000-05-18).
42
43 2000-05-22 Dave Love <fx@gnu.org>
44
45 * bindings.el: Remove debug-ignored-errors set in other files.
46
47 * progmodes/etags.el: Add to debug-ignored-errors.
48 (visit-tags-table-buffer): Clear out buffers holding old tables
49 when making a new list.
50 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
51 mapc.
52
53 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
54 quote keywords.
55 (cmpl-string-case-type): Use character classes.
56
57 * comint.el:
58 * textmodes/ispell.el:
59 * imenu.el:
60 * mail/mh-e.el:
61 * progmodes/compile.el: Add to debug-ignored-errors.
62
63 * dabbrev.el: Add to debug-ignored-errors.
64 (dabbrev-completion): Use mapc.
65
66 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
67
68 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
69 (woman-mapcan, woman-parse-man.conf)
70 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
71 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
72 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
73 path syntax better.
74 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
75 (woman-manpath): Call woman-parse-man.conf.
76 (woman-emulation): New defcustom, defaults to nroff.
77 (woman-font-support): New defconst.
78 (woman-use-symbol-font): New defcustom.
79 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
80 "Emulation".
81 Many functions: Doc fix.
82
83 2000-05-22 Kenichi Handa <handa@etl.go.jp>
84
85 * international/quail.el (quail-simple-translation-keymap): Map
86 128..255 to quail-self-insert-command.
87 (quail-keyboard-layout-alist): Add definition for "pc102-de".
88
89 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
90
91 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
92 intervals which makes it heaps simpler.
93
94 * newcomment.el (comment-region-internal): Go back to BEG after quoting
95 the nested comment markers.
96
97 * subr.el (remove-hook): Don't turn the hook's value into a list.
98
99 2000-05-21 Dave Love <fx@gnu.org>
100
101 * edmacro.el (edmacro-parse-keys): Return vector if any elements
102 are invalid characters.
103
104 * international/mule-util.el (detect-coding-with-priority): Use
105 mapc. Remove redundant lambda.
106
107 * international/mule-diag.el (list-non-iso-charset-chars)
108 (describe-fontset): Remove redundant lambda.
109
110 * emulation/crisp.el (brief-mode): New alias.
111
112 * emacs-lisp/ring.el (ring-elements): New function.
113
114 * emacs-lisp/easymenu.el (easy-menu-create-menu)
115 (easy-menu-do-add-item): Use keywordp.
116
117 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
118
119 * replace.el: Doc and error message fixes.
120 (replace-highlight): Use facep, not internal-find-face.
121
122 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
123
124 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
125
126 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
127 (log-edit-insert-changelog): Drop `:' as well.
128
129 * log-view.el: Fix file description.
130 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
131 available.
132 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
133 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
134
135 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
136 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
137 Print a status message if the toggle is called interactively.
138 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
139 for global minor modes and use `defcustom' for them.
140 Use add-minor-mode.
141 (easy-mmode-define-derived-mode): Remove.
142 (define-derived-mode): Fancier default docstring.
143 (easy-mmode-define-navigation): Signal an error rather than (ding).
144
145 * newcomment.el (comment-styles): New `box-multi'.
146 (comment-normalize-vars): Better default for comment-continue to
147 avoid whitespace-only continuations.
148 (comment-search-forward): Always move even in the no-syntax case.
149 (comment-padright): Only obey N if it's only obeyed for padleft.
150 (comment-make-extra-lines): Better handling of empty continuations.
151 Use `=' for the filler if comment-start has only one character.
152 (uncomment-region): Try handling the special `=' filler.
153 (comment-region): Allow LINES even if MULTI is nil.
154 (comment-box): Choose box style based on comment-style.
155
156 2000-05-20 Kenichi Handa <handa@etl.go.jp>
157
158 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
159 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
160
161 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
162
163 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
164 and insert, not subst-char-in-region.
165
166 * international/mule-diag.el (list-character-sets-1): Handle
167 charsets eight-bit-control and eight-bit-graphic.
168 (list-iso-charset-chars): Likewise.
169 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
170 charactes as is. Use indent-to to align characters.
171
172 * international/mule-cmds.el (find-multibyte-characters): Never
173 exclude charsets eight-bit-control and eight-bit-graphic.
174
175 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
176
177 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
178 Don't quote lambdas.
179
180 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
181
182 2000-05-19 Gerd Moellmann <gerd@gnu.org>
183
184 * gud.el (gud-jdb-directories): Doc fix.
185
186 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
187
188 * newcomment.el: New file.
189
190 2000-05-19 Gerd Moellmann <gerd@gnu.org>
191
192 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
193
194 2000-05-18 Andreas Schwab <schwab@suse.de>
195
196 * dired.el (dired-between-files): Also skip lines beginning with
197 `used'.
198
199 2000-05-18 Gerd Moellmann <gerd@gnu.org>
200
201 * msb.el (msb-menu-cond): Add choice `user'.
202
203 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
204
205 * ps-print.el: Compatibility, customization and doc fix.
206 (ps-printer-name-option): Replace defconst by defvar.
207 (ps-postscript-code-directory): XEmacs compatibility.
208 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
209 fix.
210 (ps-user-defined-prologue, ps-print-prologue-header)
211 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
212 compatibility and code fix.
213 (ps-print-background-image, ps-print-background-text):
214 Customization fix.
215 (ps-line-number-start, ps-n-up-on): New vars.
216
217 2000-05-18 Espen Skoglund <esk@ira.uka.de>
218
219 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
220 the indent-comment function to just return the appropriate indent.
221
222 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
223
224 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
225 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
226 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
227
228 2000-05-18 Dave Love <fx@gnu.org>
229
230 * info.el (Info-fontify-node): Add intangible property as well as
231 invisible.
232
233 * calendar/appt.el (appt-make-list): Match all lines of entry.
234 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
235
236 2000-05-18 Kenichi Handa <handa@etl.go.jp>
237
238 * international/mule-diag.el (describe-char-after): Call
239 internal-char-font, not char-font. If internal-char-font returns
240 nil, display "-- none --".
241
242 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
243
244 * image.el (image-type-available-p): Don't reference image-types
245 if it isn't bound.
246
247 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
248
249 * autoarg.el (autoarg-mode): Typo in the :set argument.
250
251 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
252
253 * startup.el (command-line-1): Don't signal an error if the
254 directory for auto-save-list files does not yet exist.
255
256 2000-05-17 Kenichi Handa <handa@etl.go.jp>
257
258 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
259
260 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
261
262 * subr.el (remove-hook): `setq' hook-value, not `set'.
263
264 2000-05-16 Sam Steingold <sds@gnu.org>
265
266 * info.el (debug-ignored-errors): More errors to ignore.
267
268 2000-05-16 Dave Love <fx@gnu.org>
269
270 * cus-edit.el: Don't require cl or easymenu.
271 (custom-variable-prompt): Test standard-value property, not
272 user-variable-p.
273
274 2000-05-16 Sam Steingold <sds@gnu.org>
275
276 * subr.el (add-hook): `setq' hook-value, not `set'.
277
278 2000-05-16 Gerd Moellmann <gerd@gnu.org>
279
280 * startup.el (command-line-1): Mention the FAQ in the startup
281 message.
282
283 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
284
285 * progmodes/compile.el (compilation-parse-errors): Collect
286 `nomessage' regexps last.
287
288 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
289
290 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
291 to the function name.
292
293 2000-05-15 Dave Love <fx@gnu.org>
294
295 * speedbar.el (speedbar-recenter): Typo.
296 (speedbar-expand-line): Make arg optional.
297 (speedbar-mode): Avoid a compiler warning.
298
299 2000-05-15 Gerd Moellmann <gerd@gnu.org>
300
301 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
302 user-specified option string is empty.
303
304 * mouse.el (mouse-yank-at-click): Doc fix.
305
306 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
307
308 * term/internal.el (IT-character-translations): More updates of
309 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
310 documents.
311
312 2000-05-15 Gerd Moellmann <gerd@gnu.org>
313
314 * env.el (getenv): New function, interactively callable.
315 (setenv, getenv): Remove autoload cookies.
316
317 * loadup.el: Load `env'.
318
319 * progmodes/f90.el: Change author's mail address.
320
321 2000-05-14 Dave Love <fx@gnu.org>
322
323 * mail/rmail.el (rmail-show-message-hook): Customize and offer
324 goto-addr as an option.
325
326 * help.el (help-xref-stack): Doc fix.
327 (help-xref-following): New variable.
328 (help-make-xrefs): Use it.
329 (help-xref-go-back): Use position information from stack element.
330 (help-follow): Make position in stack element a pair. Use
331 help-xref-following.
332
333 * autoarg.el: New file.
334
335 * faces.el: Declare more functions obsolete.
336
337 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
338 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
339 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
340 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
341 Remove all the setup-...-environment functions.
342
343 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
344
345 * speedbar.el: Updated the commentary section. xemacs20p now uses
346 >= when detecting. Require `defimage' safely.
347 (speedbar-easymenu-definition-base): Add toggle for images.
348 (speedbar-easymenu-definition-special): Add flush cache & expand.
349 (speedbar-visiting-tag-hook): Set new defaults. Added options.
350 (speedbar-reconfigure-keymaps-hook): New variable.
351 (speedbar-frame-parameters): Updated documentation.
352 (speedbar-use-imenu-flag): Updated custom tag
353 (speedbar-dynamic-tags-function-list): New variable.
354 (speedbar-tag-hierarchy-method): Updated doc & custom.
355 (speedbar-indentation-width, speedbar-indentation-width) New
356 variables.
357 (speedbar-hide-button-brackets-flag): Customizable.
358 (speedbar-vc-indicator): Doc update.
359 (speedbar-ignored-path-expressions): Updated default value.
360 (speedbar-supported-extension-expressions): Updated default value.
361 (speedbar-syntax-table): Remove {} paren status.
362 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
363 as "+". Added overlay aliases.
364 (speedbar-mode): Use `speedbar-mode-line-update' instead of
365 `force-mode-line-update'.
366 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
367 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
368 `mouse-set-point'
369 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
370 (speedbar-item-info-tag-helper): Revamped to handle a wider range
371 of arbitrary text, and new helper functions.
372 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
373 filename finder.
374 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
375 (speedbar-directory-buttons): Update path search/expansion.
376 (speedbar-make-tag-line): Pay attention to
377 `speedbar-indentation-width'. Use more care w/ invisible
378 properties.
379 (speedbar-change-expand-button-char): Call
380 `speedbar-insert-image-button-maybe'.
381 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
382 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
383 (speedbar-trim-words-tag-hierarchy)
384 (speedbar-simple-group-tag-hierarchy): New functions
385 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
386 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
387 functions.
388 (speedbar-mouse-set-point): New function
389 (speedbar-power-click): Updated documentation.
390 (speedbar-line-token, speedbar-goto-this-file): Handle more types
391 of tag prefix text.
392 (speedbar-expand-line, speedbar-contract-line): Make more robust
393 to strange text.
394 (speedbar-expand-line): Takes universal argument to flush the
395 cache.
396 (speedbar-flush-expand-line): New function.
397 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
398 Use new generator insertion method.
399 (speedbar-fetch-dynamic-tags): New function.
400 (speedbar-fetch-dynamic-imenu): Removed code now handled in
401 `speedbar-fetch-dynamic-imenu'.
402 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
403 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
404 "Revert Buffer" menu items.
405 (speedbar-buffer-buttons-engine): Be smarter when creating a
406 filename tag (for expansion purposes.).
407 (speedbar-highlight-one-tag-line,
408 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
409 (speedbar-recenter): New functions.
410 (defimage-speedbar): Image loading abstraction.
411 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
412 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
413 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
414 (speedbar-tag-type, speedbar-tag-mail): New images.
415 (speedbar-expand-image-button-alist): New variable.
416 (speedbar-insert-image-button-maybe): Insert an image over some
417 buttons.
418
419 2000-05-13 Kenichi Handa <handa@etl.go.jp>
420
421 * international/mule-cmds.el (encode-coding-char): An ASCII
422 character is always encodable.
423
424 * international/mule-conf.el: Add more information in descriptions
425 of character sets.
426
427 * international/mule-diag.el (describe-char-after): New function.
428 (describe-font-internal): Adjusted for the change of font-info.
429 (describe-font): Likewise.
430 (print-fontset): Rewritten for the new fontset implementation.
431 (describe-fontset): Include fontset alias names in completion.
432 (list-fontsets): Adjusted for the change of print-fontset.
433
434 * simple.el (what-cursor-position): If DETAIL is non-nil, call
435 describe-char-after instead of displaying the detail in the echo
436 area.
437 (syntax-code-table): Format changed.
438 (string-to-syntax): Adjusted for the above change.
439
440 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
441
442 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
443
444 2000-05-12 Dave Love <fx@gnu.org>
445
446 * calendar/todo-mode.el: Remove some compatibility stuff and CL
447 dependence. Use line-{beginning,end}-position, not
448 point-at{b,e}ol. Some doc fixes.
449 (todo-position): New function. Fix callers of position to use it.
450 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
451
452 2000-05-12 Gerd Moellmann <gerd@gnu.org>
453
454 * time.el (display-time-mail-icon): Use `:ascent center'.
455
456 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
457 handling FTP security extensions.
458
459 2000-05-11 Dave Love <fx@gnu.org>
460
461 * calendar/todo-mode.el: New file.
462
463 2000-05-11 Gerd Moellmann <gerd@gnu.org>
464
465 * comint.el (comint-read-input-ring): Move reference to
466 comint-input-ring-size outside of the save-excursion. It was
467 causing the default value to be the only one ever seen.
468
469 * font-lock.el: Update copyright. Remove Simon Marshall's email
470 address on request from him.
471
472 * subr.el (substitute-key-definition): Add comment describing
473 the meaning of PREFIX.
474
475 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
476
477 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
478
479 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
480 (add-minor-mode): Don't make the variable buffer-local and add a
481 reference to define-minor-mode in the docstring.
482
483 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
484 HEADER/FOOTER and fix bug with trailing empty directory.
485 (cvs-append-to-ignore): Use vc-editable-p if available.
486 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
487 (vc-do-command): Tweak advice to handle the new VC.
488
489 * log-view.el (log-view-goto-rev): New function for the new VC.
490 (log-view-minor-wrap): Use mark-active.
491
492 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
493 (log-edit-changelog-full-paragraphs): New var.
494 (log-edit-insert-changelog): Remove a lonely leading `* file'.
495 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
496 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
497 (log-edit-changelog-ours-p, log-edit-changelog-entries)
498 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
499 Replace the `cvs' prefix with `log-edit'.
500
501 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
502
503 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
504 (diff-font-lock-defaults): Explicitly turn off multiline.
505 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
506 (diff-ediff-patch): Fix call to ediff-patch-file.
507 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
508 Handle comments.
509
510 * frame.el (automatic-hscrolling): Typo.
511
512 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
513
514 2000-05-09 Sam Steingold <sds@goems.com>
515
516 * apropos.el (apropos-print): use `describe-face' instead of
517 `customize-face-other-window'.
518
519 2000-05-09 Dave Love <fx@gnu.org>
520
521 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
522
523 * help.el (describe-variable): Have customize button pop the
524 help-xref stack when invoked.
525 (help-xref-symbol-regexp): Add `face'.
526 (help-make-xrefs): Check for quoted face names and adapt regexp
527 submatch numbers to cope.
528 (help-xref-interned): Maybe insert face doc too. Separate
529 sections with a line of hyphens.
530
531 * faces.el: Some doc fixes. Declare some functions obsolete.
532 (describe-face): Add customize button. Return the help
533 text. Fix prompt.
534
535 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
536
537 * term/internal.el (IT-character-translations): Fix last change.
538
539 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
540
541 * woman.el: New file
542 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
543
544 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
545
546 * term/internal.el (IT-character-translations): Update ASCII
547 simulations for greek-iso8859-7, add latin-iso8859-14 and
548 latin-iso8859-15.
549
550 * international/mule-cmds.el (set-language-info-alist): Call
551 define-prefix-command with 3 arguments, to make the map suitable
552 for a menu.
553
554 2000-05-07 Dave Love <fx@gnu.org>
555
556 * time.el: Small doc fixes from Pavel Janic.
557
558 2000-05-05 Dave Love <fx@gnu.org>
559
560 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
561 list in doc string. Don't quote keyword symbols.
562 * emacs-lisp/cl.el: Likewise
563 * emacs-lisp/cl-seq.el: Likewise
564
565 2000-05-05 Gerd Moellmann <gerd@gnu.org>
566
567 * abbrev.el (abbrev-mode): Make ARG optional.
568
569 2000-05-04 Gerd Moellmann <gerd@gnu.org>
570
571 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
572
573 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
574
575 * subr.el (substitute-key-definition): Clarify documentation.
576
577 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
578
579 * glasses.el (glasses-convert-to-unreadable): Use
580 `glasses-separator' instead of the hard-wired "_".
581 (glasses-mode): Call `glasses-make-unreadable' only in a single
582 place.
583
584 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
585
586 * term/internal.el (cjk-codepages-alist): Add associations for
587 Chinese and Korean codepages. Remove FIXME comment.
588
589 2000-05-03 Dave Love <fx@gnu.org>
590
591 * time.el (display-time-mail-face, display-time-use-mail-icon):
592 New option.
593 (display-time-mail-icon): New variable.
594 (display-time-string-forms): Use the above. Fix the local-map.
595
596 2000-05-03 Gerd Moellmann <gerd@gnu.org>
597
598 * replace.el (query-replace-map): Add binding for `E'.
599 (query-replace-help): Extend help text.
600 (perform-replace): Allow editing the replacement string.
601
602 * make-mode.el (makefile-mode-abbrev-table): New variable.
603 (makefile-mode): Set local abbrev table to
604 makefile-mode-abbrev-table.
605 (makefile-font-lock-keywords): Fontify includes and conditionals.
606
607 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
608 set TOGGLE's value.
609
610 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
611 mail-interactive-insert-alias.
612 (mail-abbrev-complete-alias): New command.
613 (mail-mode-map): Bind it to `M-TAB'.
614
615 2000-05-03 Kenichi Handa <handa@etl.go.jp>
616
617 * language/lao-util.el (lao-compose-region): New function.
618
619 2000-05-02 Gerd Moellmann <gerd@gnu.org>
620
621 * files.el (recover-session): Make directories as necessary
622 if they don't exist yet.
623
624 * calendar/cal-french.el
625 (french-calendar-multibyte-special-days-array)
626 (french-calendar-special-days-array): Change French text.
627 (calendar-french-date-string): Change output.
628 (calendar-goto-french-date): Likewise.
629
630 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
631
632 * wid-edit.el (widget-default-active): Obey `:always-active'.
633 (widget-documentation-string-value-create): Set `:always-active'.
634
635 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
636
637 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
638 default prefix to `~/_emacs.d/auto-save.list/_s'.
639 (normal-top-level): Create the directory for auto-save files, if
640 it doesn't already exist (in the ms-dos case only).
641
642 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
643
644 * international/mule-cmds.el (set-language-environment): Don't
645 concat an integer (dos-codepage), use format instead.
646
647 2000-05-02 Dave Love <fx@gnu.org>
648
649 * help.el (help-xref-on-pp): Check for constant symbols.
650
651 2000-04-29 Gerd Moellmann <gerd@gnu.org>
652
653 * startup.el (normal-top-level): Put a condition-case around
654 the code loading subdirs.el.
655
656 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
657
658 * ps-print.el: Upside-down and face background color printing,
659 line number step, doc fix.
660 (ps-print-version): New version number (5.2).
661 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
662 (ps-face-attribute-list, ps-plot-with-face): Code fix.
663 (ps-spool-config): Var fix.
664 (ps-printer-name-option): Const fix.
665 (ps-print-upside-down, ps-use-face-background)
666 (ps-line-number-step): New vars.
667 (ps-window-system, ps-lp-system): New consts.
668 (ps-face-background): New fun.
669
670 2000-04-28 Richard Stallman <rms@gnu.org>
671
672 * files.el (make-auto-save-file-name):
673 Apply auto-save-file-name-transforms to visited file name
674 before generating auto save file name.
675 (auto-save-file-name-transforms): New variable.
676
677 * files.el (backup-enable-predicate):
678 Correctly test for a file under a temporary directory.
679
680 2000-04-28 Gerd Moellmann <gerd@gnu.org>
681
682 * subr.el (add-minor-mode): Rewritten.
683
684 2000-04-28 Kenichi Handa <handa@etl.go.jp>
685
686 * mail/sendmail.el (sendmail-send-it): Set
687 buffer-file-coding-system to the selected coding system for MIME
688 header.
689
690 2000-04-27 Gerd Moellmann <gerd@gnu.org>
691
692 * dired.el (dired-move-to-filename-regexp): Allow format where
693 YYYY is followed by two spaces.
694
695 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
696 in the second character class of the regexp.
697
698 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
699 mh-etc, too.
700
701 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
702 nil.
703
704 * subr.el (add-minor-mode): Use `set' instead of `setq'.
705
706 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
707 argument.
708
709 2000-04-27 Sen Nagata <sen@eccosys.com>
710
711 * emacs-lisp/crm.el (crm-completion-table): New variable.
712 (crm-collection-fn, crm-test-completion)
713 (completing-read-multiple): Use it.
714
715 2000-04-27 Dave Love <fx@gnu.org>
716
717 * help.el (locate-library): Use mapc.
718 (help-manyarg-func-alist): Add call-process-region.
719
720 2000-04-26 Gerd Moellmann <gerd@gnu.org>
721
722 * subr.el (add-minor-mode): Make argument MAP optional.
723
724 * desktop.el (desktop-save): Save list of minor modes.
725 (desktop-create-buffer): Restore minor modes.
726 (desktop-minor-mode-table): New user-option.
727
728 * subr.el (add-minor-mode): New function.
729
730 * image.el (find-image): New function.
731 (defimage): Rewritten to find image at load time.
732
733 * startup.el (normal-top-level-add-to-load-path): Handle
734 case that the default directory is not in load-path.
735
736 * help.el: Old patch from Stefan Monnier.
737 (help-xref-on-pp): New function.
738 (describe-variable): Use it to display xrefs in a symbol's value.
739
740 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
741
742 * cus-edit.el (custom-face): Fix parenthesis.
743
744 2000-04-26 Kenichi Handa <handa@etl.go.jp>
745
746 * mail/rmail.el (rmail-expunge): When there are no deleted
747 messages, do nothing.
748
749 2000-04-26 Dave Love <fx@gnu.org>
750
751 * international/mule-cmds.el (locale-translation-file-name):
752 Defvar to nil.
753 (set-locale-environment): Set it here (at runtime).
754
755 2000-04-25 Gerd Moellmann <gerd@gnu.org>
756
757 * replace.el (perform-replace): Add parameters START and END. Use
758 them instead of the check for a region in Transient Mark mode.
759 (query-replace-read-args): Return two more list elements for the
760 start and end of the region in Transient Mark mode.
761 (query-replace, query-replace-regexp, query-replace-regexp-eval)
762 (map-query-replace-regexp, replace-string, replace-regexp): Add
763 optional last arguments START and END and pass them to
764 perform-replace.
765
766 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
767 form with additional arguments for perform-replace.
768
769 * progmodes/etags.el (tags-query-replace): Add parameters START
770 and END. Construct a form with additional arguments for
771 perform-replace.
772
773 * simple.el (shell-command): Set default directory for "*Shell
774 Command Output" buffer.
775
776 * language/european.el (iso-latin-4): Fix typo.
777
778 * emacs-lisp/crm.el: New file.
779
780 2000-04-24 Dave Love <fx@gnu.org>
781
782 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
783 (Custom-reset-saved, Custom-reset-standard)
784 (custom-group-value-create, custom-group-set, custom-group-save)
785 (custom-group-reset-current, custom-group-reset-saved)
786 (custom-group-reset-standard): Use mapc.
787 (custom-buffer-create-internal): Disable undo when creating items.
788 Use mapc.
789 (custom-face): Avoid redundant lambda.
790
791 2000-04-24 Gerd Moellmann <gerd@gnu.org>
792
793 * startup.el (auto-save-list-file-prefix): Set default to
794 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
795
796 2000-04-24 Sam Steingold <sds@gnu.org>
797
798 * time-stamp.el (time-stamp-string-preprocess): Always convert
799 `field-result' to a string.
800
801 2000-04-24 Gerd Moellmann <gerd@gnu.org>
802
803 * frame.el (scrolling): New group.
804 (automatic-hscrolling): New user-option.
805
806 * startup.el (command-line-x-option-alist): Add `-lsp' and
807 `--line-spacing'.
808
809 2000-04-19 Dave Love <fx@gnu.org>
810
811 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
812 (cl-mapc): Rename from mapc. Fix the funcall.
813
814 2000-04-19 Gerd Moellmann <gerd@gnu.org>
815
816 * simple.el (clone-indirect-buffer-other-window): New command.
817 (clone-indirect-buffer): Add optional arg NORECROD.
818 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
819
820 * help.el (resize-temp-buffer-window): Use count-screen-lines.
821
822 * window.el (count-screen-lines): New function.
823 (shrink-window-if-larger-than-buffer): Use count-screen-lines
824 instead of window-buffer-height.
825
826 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
827 non-existing variable comint-input-sentinel.
828 (inferior-lisp-args-to-list): Removed.
829 (inferior-lisp): Use split-string instead of
830 inferior-lisp-args-to-list.
831
832 * hexl.el (hexl-insert-hex-string): New command.
833
834 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
835 instead of concat.
836
837 2000-04-18 Gerd Moellmann <gerd@gnu.org>
838
839 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
840 at the start of an existing but empty folder.
841
842 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
843
844 * ps-mule.el: Customization fix, doc fix.
845 (ps-multibyte-buffer): Customization fix.
846
847 2000-04-17 Richard M. Stallman <rms@caffeine.ai.mit.edu>
848
849 * subr.el (read-passwd): Use read-char-exclusive.
850
851 2000-04-17 Gerd Moellmann <gerd@gnu.org>
852
853 * textmodes/texinfo.el (texinfo-insert-@email)
854 (texinfo-insert-@emph, texinfo-insert-@quotation)
855 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
856 (texinfo-mode-map): Add key bindings for them.
857
858 * files.el (basic-save-buffer-2): Use a template with `$'
859 instead of `#' for VMS.
860
861 * simple.el (clone-indirect-buffer): New function.
862
863 2000-04-16 Stephen Eglen <stephen@gnu.org>
864
865 * iswitchb.el (iswitchb-case): New function. If the user input
866 contains any upper-case characters, the search is made
867 case-sensitive.
868
869 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
870
871 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
872 comment-end.
873 (texinfo-font-lock-syntactic-keywords): New var.
874 (texinfo-font-lock-keywords): Remove comment regexp.
875 (texinfo-insert-block): New function.
876 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
877 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
878 and font-lock-defaults. Use regexp-opt for outline-regexp.
879 (texinfo-environments): New var.
880 (texinfo-environment-regexp): Use regexp-opt and
881 texinfo-environments.
882
883 * textmodes/ispell.el (ispell-menu-map-needed): Check that
884 ispell-process is bound since this might be eval'd before ispell
885 is loaded.
886 (ispell-message): Use a tiny bit less magic and a bit more hard
887 data to figure out what kind of sc-cite-regexp to use.
888
889 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
890
891 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
892 (insert-cyclic-diary-entry): Unquote the lambda.
893
894 * gud.el (gud-jdb-build-source-files-list): Fix typo.
895
896 * files.el (backup-enable-predicate): Unquote the lambda.
897
898 * cus-edit.el (custom-face, face): Unquote the lambda.
899
900 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
901
902 * ps-print.el: Check for line-beginning-position definition.
903
904 * ps-print.el: Fix counting lines in a region.
905 (ps-print-version): New version number (5.1.5).
906 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
907 (ps-printing-region): Fun code fix.
908
909 2000-04-15 Gerd Moellmann <gerd@gnu.org>
910
911 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
912 to file-directory-p.
913
914 2000-04-14 Gerd Moellmann <gerd@gnu.org>
915
916 * gud.el (gud-jdb-build-source-files-list): Check that directory
917 exists before calling directory-files.
918
919 2000-04-13 Dave Love <fx@gnu.org>
920
921 * emacs-lisp/trace.el: Change maintainer. Use new backquote
922 syntax.
923
924 * emacs-lisp/cl-specs.el: Remove when, unless.
925
926 * emacs-lisp/cl-extra.el: Don't quote keywords.
927 (cl-old-mapc): New variable.
928 (mapc): Use it.
929 (cl-map-intervals): Use with-current-buffer. Don't check for
930 next-property-change.
931 (cl-map-overlays): Use with-current-buffer.
932 (cl-expt): Remove.
933 (copy-tree, remprop): Define unconditionally.
934
935 * emacs-lisp/cl-compat.el (keywordp): Remove.
936
937 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
938 to use keywordp.
939 (edebug-spec): Enable keywordp.
940
941 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
942 string-lessp.
943
944 * cus-start.el: Use keywordp.
945
946 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
947
948 * diary-lib.el (include-other-diary-files): Fix the fix of
949 2000-02-18 by doing a save-excursion.
950
951 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
952
953 * ps-print.el: Customization fix, doc fix.
954 (ps-print-version): New version number (5.1.4).
955 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
956 (ps-print-preprint): Adjust code.
957 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
958 (ps-print-prologue-header, ps-print-control-characters)
959 (ps-spool-config): Customization fix.
960
961 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
962
963 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
964 converted to the new menu-item format, names silightly changed,
965 help strings added.
966
967 Support for spelling without async subprocesses:
968
969 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
970 (ispell-session-buffer): New variables.
971 (ispell-start-process, ispell-process-status,
972 ispell-accept-output, ispell-send-string): New functions, for
973 Ispell invocation when async subprocesses aren't supported.
974 (ispell-word, ispell-pdict-save, ispell-command-loop,
975 ispell-process-line, ispell-buffer-local-parsing): Replace calls
976 to process-send-string with calls to ispell-send-string, and
977 accept-process-output with ispell-accept-output.
978 (ispell-init-process): Call ispell-process-status instead of
979 process-status with.
980 (ispell-init-process): Call ispell-start-process. Call
981 ispell-accept-output and ispell-send-string. Don't call
982 process-kill-without-query and kill-process if they are unbound.
983 (ispell-async-processp): New function.
984
985 2000-04-12 Dave Love <fx@gnu.org>
986
987 * info.el: Add debug-ignored-errors.
988 (Info-mode-menu): Add some items.
989 (Info-directory): Add autoload cookie.
990
991 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
992 Modify `truncate-lines'. Make `describe-language-environment'
993 always visible and add help. Modify `describe-key' help. Invoke
994 Info-directory from `info'. New entry `emacs-manual'.
995
996 2000-04-10 Gerd Moellmann <gerd@gnu.org>
997
998 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
999 propertized-buffer-identification.
1000 (ebrowse-update-member-buffer-mode-line): Likewise.
1001 (ebrowse--mode-strings): Removed.
1002 (ebrowse--mode-line-props): Removed.
1003
1004 * files.el (auto-mode-alist): Add `EBROWSE'.
1005
1006 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
1007 space before testing for end of buffer.
1008 (ebrowse-load): Removed.
1009 (ebrowse-revert-tree-buffer-from-file): Rewritten.
1010 (ebrowse-create-tree-buffer): Rewritten.
1011 (ebrowse-tree-mode): Read tree from buffer.
1012
1013 * progmodes/ebrowse-ffh.el: Removed.
1014
1015 2000-04-10 Kenichi Handa <handa@etl.go.jp>
1016
1017 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
1018
1019 2000-04-10 Gerd Moellmann <gerd@gnu.org>
1020
1021 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
1022 at the wrong place.
1023
1024 2000-04-09 Dave Love <fx@gnu.org>
1025
1026 * files.el (backup-enable-predicate): Use
1027 temporary-file-directory, small-temporary-file-directory.
1028 (make-backup-file-name-function, backup-directory-alist): New
1029 variables.
1030 (make-backup-file-name-1): New function.
1031 (make-backup-file-name): Use it.
1032 (find-backup-file-name): Likewise. Use format for clarity, not
1033 concat.
1034 (file-newest-backup): Use make-backup-file-name.
1035
1036 2000-04-09 Gerd Moellmann <gerd@gnu.org>
1037
1038 * progmodes/ebrowse-ffh.el: New file.
1039
1040 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
1041 to ebrowse-ffh.el.
1042 (ebrowse-load): Add autoload.
1043
1044 * finder.el (finder-commentary): Add autoload cookie.
1045
1046 * mail/rfc2368.el: Correct author's email address.
1047
1048 * progmodes/ebrowse.el: New file.
1049
1050 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
1051 item help string.
1052 (easy-menu-do-add-item): Ditto.
1053 (easy-menu-define): Extend doc string.
1054
1055 * jit-lock.el (with-buffer-unmodified): Use
1056 restore-buffer-modified-p.
1057 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
1058 (jit-lock-function, jit-lock-stealth-fontify): Don't use
1059 with-buffer-unmodified.
1060
1061 2000-04-08 Dave Love <fx@gnu.org>
1062
1063 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
1064 unless, when.
1065
1066 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
1067
1068 * viper-util.el (viper-put-on-search-overlay): New subroutine.
1069 (viper-flash-search-pattern): No operation when using Emacs
1070 doesn't support face.
1071 Use `viper-put-on-search-overlay'.
1072
1073 2000-04-04 Gerd Moellmann <gerd@gnu.org>
1074
1075 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
1076 like C-r.
1077
1078 * progmodes/make-mode.el: Some doc fixes.
1079 (makefile-mode-abbrev-table): New variable.
1080 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
1081 (makefile-font-lock-keywords): Fontify includes and conditionals.
1082 (toplevel): Require `dabbrev' and `add-log' when compiling.
1083
1084 * replace.el (perform-replace): Don't move forward one char
1085 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
1086 to do that because it leaves point 1 position after the last
1087 replacement, after everything has been replaced.
1088
1089 * jit-lock.el (with-buffer-unmodified): New macro.
1090 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
1091 modified state.
1092 (jit-lock-function-1): Extracted from jit-lock-function; not
1093 preserving buffer's modified state.
1094 (jit-lock-function, jit-lock-stealth-fontify): Call
1095 jit-lock-function-1.
1096
1097 * mail/rfc2368.el: Remove supernumerary copyright line.
1098
1099 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
1100
1101 * glasses.el: Provide facilities for inserting space before left
1102 parentheses and uncapitalization of identifiers.
1103 (glasses-mode): Try to remove old overlays in all cases.
1104
1105 2000-04-03 Gerd Moellmann <gerd@gnu.org>
1106
1107 * progmodes/compile.el (compile-internal): Display the compilation
1108 buffer in a different frame, if it's already displayed there.
1109
1110 * mail/rfc2368.el: New file.
1111
1112 * simple.el (sendmail-user-agent-compose): Recognize a `body'
1113 header and insert its value as mail body.
1114
1115 * subr.el (member-ignore-case): New function.
1116
1117 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
1118 (dabbrev--find-expansion): Ignore buffers matching a regexp
1119 from dabbrev-ignored-regexps.
1120
1121 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
1122 to extensions handled by gzip.
1123
1124 2000-04-03 Richard M. Stallman <rms@gnu.org>
1125
1126 * files.el (insert-directory): List the total free space
1127 along with the used space.
1128
1129 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
1130 line is followed by one that matches CITATION-REGEXP, end the
1131 paragraph.
1132
1133 2000-04-03 Markus Rost <rost@delysid.gnu.org>
1134
1135 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
1136 (rmail-make-basic-summary-line): Use that option.
1137
1138 2000-04-03 Kenichi Handa <handa@etl.go.jp>
1139
1140 * international/mule-cmds.el (encoded-string-description):
1141 Rewritten. Try pretty description for ISO 2022 escape sequences
1142 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
1143 for hexadecimal format.
1144
1145 2000-04-01 Dave Love <fx@gnu.org>
1146
1147 * cpp.el: Change customization group to `c' from `C'.
1148
1149 * vcursor.el (vcursor-move): Use display-color-p.
1150
1151 * international/mule-util.el: Provide mule-utils.
1152 (string-to-sequence): Simplify and speed up.
1153
1154 * international/mule.el (make-coding-system): Purecopy doc-string.
1155
1156 * international/mule-cmds.el: Various menu changes.
1157 (describe-specified-language-support): Handle `Default'.
1158 (set-language-info): Purecopy `info'.
1159
1160 2000-03-31 Andrew Innes <andrewi@gnu.org>
1161
1162 * vc.el (vc-backend-diff): Return the correct status if we had to
1163 retry the rcsdiff command without the --brief option.
1164
1165 2000-03-31 Dave Love <fx@gnu.org>
1166
1167 * help.el (help-manyarg-func-alist): Correct several omissions.
1168
1169 * add-log.el: Don't require cl, fortran.
1170 (add-log-current-defun-function): Doc fix.
1171 (change-log-version-number-regexp-list): Remove SCCS part. Doc
1172 fix.
1173 (change-log-version-rcs): Function deleted.
1174 (change-log-version-number-search): Doc fix. Use
1175 vc-workfile-version. Avoid CL dolist.
1176 (add-change-log-entry): Just call add-log-current-defun to get
1177 defun. Simplify somewhat.
1178 (change-log-get-method-definition-1): Likewise.
1179 (add-log-current-defun): Return nil if calling
1180 add-log-current-defun-function does so. Move Fortran stuff to
1181 fortran.el. Return string without properties.
1182
1183 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
1184 and :alpha: char classes.
1185
1186 * mail/supercite.el: Defvar curline when compiling.
1187 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
1188 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
1189 rather than a-zA-Z0-9 to allow non-ASCII characters.
1190
1191 2000-03-31 Gerd Moellmann <gerd@gnu.org>
1192
1193 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
1194
1195 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
1196 Re-enable new code.
1197
1198 * lpr.el (print-region-1): Use -d to specify printer name for
1199 systems `usg-unix-v*, `dgux', `hpux', `irix'.
1200
1201 2000-03-31 Dave Love <fx@gnu.org>
1202
1203 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
1204 for function definition in symbol's function value slot first
1205 instead of first consulting byte-compile-function-environment.
1206
1207 2000-03-31 Kenichi Handa <handa@etl.go.jp>
1208
1209 * language/european.el ("Polish"): New language environment.
1210 (setup-polish-environment): New function.
1211
1212 2000-03-30 Gerd Moellmann <gerd@gnu.org>
1213
1214 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
1215 Disable new code.
1216
1217 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
1218 trying to `load' the symbol of an autoload instead of the file
1219 recorded in the autoload. Fix error messages.
1220
1221 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1222
1223 * ps-print.el: PostScript programming fix for ghostview, doc fix.
1224 (ps-print-version): New version number (5.1.3).
1225 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
1226 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
1227 (ps-generate-postscript-with-faces): Code fix.
1228 (ps-color-values): XEmacs compatibility.
1229 (ps-print-background-image, ps-print-background-text, ps-printer-name)
1230 (ps-default-fg, ps-default-bg): Adjust customization.
1231 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
1232 (ps-color-scale): Renaming old ps-color-value fun.
1233 (ps-print-headers): Replace ps-print-header group to avoid conflict
1234 with ps-print-header variable.
1235 (ps-print-miscellany): New group.
1236 (ps-format-color, ps-rgb-color): New funs.
1237 (ps-default-foreground): New var.
1238 (ps-printer-name-option): New const.
1239
1240 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
1241
1242 * net/net-utils.el:
1243 (network-connection-host, network-connection-service): New variables
1244 (network-connection-mode): New mode, derived from comint-mode
1245 (network-connection-mode-setup): New function, saves host and
1246 service information in local variables.
1247
1248 * lisp/locate.el:
1249 (locate-word-at-point): Added this function
1250 (locate): Default to using locate-word-at-point as input
1251 Run dired-mode-hook
1252
1253 2000-03-29 Dave Love <fx@gnu.org>
1254
1255 * calendar/appt.el: Doc fixes.
1256 (appt-check): Convert min-to-app to a string before passing to
1257 appt-disp-window-function or concat.
1258 (appt-delete-window): Remove test for frame-root-window.
1259 (appt-select-lowest-window, appt-convert-time): Simplify.
1260
1261 * emacs-lisp/bytecomp.el: Doc fixes.
1262 (byte-compile-file-form-autoload): Update
1263 byte-compile-function-environment.
1264
1265 2000-03-29 Andreas Schwab <schwab@suse.de>
1266
1267 * emacs-lisp/autoload.el: Also print defsubst doc string
1268 specially.
1269
1270 * dired.el (dired-insert-directory): If dired-free-space-program
1271 failed just delete its output.
1272
1273 2000-03-29 Dave Love <fx@gnu.org>
1274
1275 * international/iso-cvt.el: Move provide to end. Doc fixes.
1276 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
1277 (iso-iso2sgml, iso-sgml2iso): New functions.
1278 (iso-cvt-define-menu): Fix some entries and use backquote for
1279 clarity.
1280
1281 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
1282
1283 2000-03-28 Gerd Moellmann <gerd@gnu.org>
1284
1285 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
1286 ISO-DATE. If non-nil, return date in ISO 8601 format.
1287
1288 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
1289
1290 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
1291 if it ever becomes used.
1292 (log-edit-mode-hook): Default to vc-log-mode-hook.
1293 (log-edit-mode): Fix the docstring.
1294
1295 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
1296 the code.
1297
1298 2000-03-26 Dave Love <fx@gnu.org>
1299
1300 * net/browse-url.el (browse-url): Re-fix case of
1301 browse-url-browser-function being an alist.
1302 (browse-url): Add :link to defgroup.
1303
1304 * files.el: Doc fixes.
1305 (file-truename): Include `[' in wildcard characters.
1306 (automount-dir-prefix): Customize.
1307 (find-file-wildcards): Add :version.
1308 (find-file-noselect): Simplify a mapcar call.
1309
1310 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
1311 compatible with inf-lisp version.
1312 (eval-defun-1): Fix custom-declare-variable case.
1313
1314 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
1315
1316 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
1317
1318 2000-03-24 Gerd Moellmann <gerd@gnu.org>
1319
1320 * Makefile (COMPILE_FIRST): New macro.
1321 (compile-files): Compile files from COMPILE_FIRST first.
1322
1323 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
1324 code.
1325
1326 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
1327 matching open parenthesis in column 0 to defun-prompt-regexp
1328 only if open-paren-in-column-0-is-defun-start is set.
1329
1330 * sun-curs.el: Require CL at compile-time only.
1331
1332 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
1333 instead of copy-list which is a function from CL.
1334 (msb--choose-menu, msb--mode-menu-cond)
1335 (msb--create-buffer-menu-2): Use dolist instead of mapc.
1336 (msb--init-file-alist): Use mapcar instead of mapcan.
1337 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
1338 `(' in column 0 in doc string.
1339 (msb--add-separators): Use mapcar instead of mapcan.
1340
1341 * cus-dep.el: Require CL at compile-time only.
1342
1343 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
1344
1345 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
1346 (byte-compile-warnings): New warning `noruntime'.
1347 (byte-compile-constants, byte-compile-variables): Fix docstring.
1348 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
1349 execute `eval-whenc-compile's body.
1350 (byte-compile-unresolved-functions): Fix docstring.
1351 (byte-compile-eval): New function.
1352 (byte-compile-callargs-warn): Check if the function will be available
1353 at runtime (via property `byte-compile-noruntime').
1354 (byte-compile-print-syms): New function.
1355 (byte-compile-warn-about-unresolved-functions): Also warn about
1356 `noruntime' functions (and use `byte-compile-print-syms').
1357 (byte-compile-file): Capitalize the message.
1358
1359 2000-03-24 Gerd Moellmann <gerd@gnu.org>
1360
1361 * mail/rmail.el (rmail-confirm-expunge): New user-option.
1362 (rmail-expunge): Ask for confirmation depending on the setting
1363 of rmail-confirm-expunge.
1364
1365 2000-03-23 Gerd Moellmann <gerd@gnu.org>
1366
1367 * Makefile (bootstrap-clean): If $(emacs) exists, build
1368 loaddefs.el first. A loaddefs.el that's not up-to-date might
1369 cause a bootstrap failure because things don't autoload as
1370 expected.
1371
1372 2000-03-23 Dave Love <fx@gnu.org>
1373
1374 * net/browse-url.el: Restore previous use of
1375 browse-url-maybe-new-window.
1376
1377 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1378
1379 * ps-print.el: Skip banner page fix.
1380 (ps-print-version): New version number (5.1.2).
1381 (ps-begin-file, ps-end-file, ps-generate): Code fix.
1382
1383 2000-03-23 Dave Pearson <davep@davep.org>
1384
1385 * net/quickurl.el Changed the type of parameter passed to the
1386 function defined by `quickurl-format-function'. Before only the
1387 text of the URL was passed. Now the whole URL structure is passed
1388 and the function is responsible for extracting the parts it
1389 requires. Changed the default of `quickurl-format-function'
1390 accordingly.
1391 (quickurl-insert): Changed the `funcall' of
1392 `quickurl-format-function' to match the above change.
1393 (quickurl-list-insert): Changed the `url' case so that it makes
1394 use of `quickurl-format-function', previous to this the format was
1395 hard wired.
1396
1397 2000-03-22 Gerd Moellmann <gerd@gnu.org>
1398
1399 * startup.el: Change some spellings for the X Window System.
1400
1401 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
1402
1403 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
1404 up the code and the regexp and make sure the cursor is temporarily
1405 moved to the suspicious line while querying the user.
1406
1407 2000-03-22 Jason Rumney <jasonr@gnu.org>
1408
1409 * w32-fns.el (w32-charset-info-alist): Initialize.
1410
1411 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1412
1413 * ps-print.el: N-up last page fix.
1414 (ps-print-version): New version number (5.1.1).
1415 (ps-end-file, ps-end-job, ps-generate): Code fix.
1416
1417 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
1418
1419 * files.el (find-file-run-dired): Update docstring.
1420 (find-directory-functions): New hook.
1421 (find-file-noselect): Run find-directory-functions rather than
1422 calling dired directly.
1423
1424 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
1425
1426 * pcvs.el: Add a minimal leading commentary.
1427 (cvs-make-cvs-buffer): Change the header part by removing the startup
1428 message and adding a `Module' entry. Also replace the FOOTER and
1429 HEADER special fileinfos with the new support in ewoc for updating
1430 its own footer and header.
1431 (cvs-update-header): Update to use the header/footer of the ewoc.
1432 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
1433 (cvs-is-within-p): New function.
1434 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
1435 to only examine some subset of the buffers.
1436
1437 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
1438 `format' instead of our own ad-hoc functions.
1439 Remove HEADER and FOOTER cases, now handled in the EWOC.
1440 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
1441
1442 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
1443 output to avoid scaring the user.
1444 (cvs-parse-table): Catch message for non-up-to-date commits.
1445
1446 * pcvs-defs.el (cvs-startup-message): Remove.
1447 (cvs-global-menu): New autoloaded menu.
1448
1449 * pcvs-util.el (cvs-string-fill): Remove.
1450
1451 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
1452 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
1453 PP part of it and also make it work for footers and headers.
1454 (ewoc-create): Drop POS and BUFFER arguments.
1455 Use the DLL's dummy node to store the end-of-footer position.
1456 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
1457 (ewoc-refresh): Remove unused `header' variable.
1458 (ewoc-(get|set)-hf): New functions.
1459
1460 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
1461 log-view-*-(message|file) and use easy-mmode-define-navigation.
1462 (log-view-message-re): Match SCCS format as well.
1463 And match the revision line rather than the dashed separator line.
1464 (log-view-mode): Use the new define-derived-mode.
1465 (log-view-current-tag): Fill in with an actual implementation.
1466
1467 * cvs-status.el (cvs-status-(prev|next)): Rename from
1468 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
1469 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
1470 to let the output "breathe" a little more (more readable).
1471 (cvs-status-mode): Use the new define-derived-mode.
1472
1473 * smerge-mode.el (smerge-auto-leave): New function and variable.
1474 (smerge-basic-map): Rename from smerge-basic-keymap.
1475 Change the bindings for smerge-diff-*.
1476 (smerge-*-map): Use easy-mmode-defmap.
1477 (smerge-(next|prev)): Use easy-mmode-define-navigation.
1478 (smerge-keep-*): Use smerge-auto-leave.
1479
1480 2000-03-21 Jason Rumney <jasonr@gnu.org>
1481
1482 * cus-edit.el (custom-button-face): Use 3D look for w32.
1483 (custom-button-pressed-face): Likewise.
1484
1485 2000-03-21 Gerd Moellmann <gerd@gnu.org>
1486
1487 * progmodes/etags.el (tags-case-fold-search): New user-option.
1488 (tags-loop-eval): New function. Bind case-fold-search around eval
1489 depending on the value of tags-case-fold-search.
1490 (tags-loop-continue): Use tags-loop-eval.
1491 (find-tag-in-order): Bind case-fold-search depending on the value
1492 of tags-case-fold-search.
1493
1494 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
1495
1496 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
1497 (diff-end-of-hunk): Return the end position for use in
1498 `easy-mmode-define-navigation'.
1499 (diff-recenter): Remove.
1500 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
1501 of `easy-mmode-define-navigation'.
1502 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
1503 previous renaming) and fix to use new names.
1504 (diff-merge-strings): Use \n as separator: simpler, faster.
1505 (diff-mode): Use `define-derived-mode'.
1506
1507 * derived.el (define-derived-mode): Don't autoload anymore.
1508 Prefer the macro-only version provided by easy-mmode.el.
1509
1510 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
1511 `easy-mmode-define-derived-mode'.
1512 Use `combine-run-hooks'.
1513 (easy-mmode-define-navigation): New macro.
1514
1515 * subr.el (combine-run-hooks): New function.
1516
1517 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
1518
1519 * term/x-win.el: Fontsets related initialization is simplified.
1520
1521 * international/mule-diag.el (describe-font): Don't refer to
1522 global-fontset-alist, instead call font-list.
1523 (describe-fontset, list-fontsets, mule-diag): Likewise.
1524 (print-fontset): Adjusted for the change of fontset
1525 implementation.
1526
1527 * international/fontset.el (x-charset-registries): Variable
1528 removed, instead the corresponding data is stored in the default
1529 fontset.
1530 (register-alternate-fontnames): Function removed.
1531 (resolved-ascii-font): Variable removed.
1532 (x-compose-font-name): Ignore the second argument REDOCE.
1533 (x-complement-fontset-spec): Complement only an ASCII font and
1534 element for those charsets than can use that ASCII font.
1535 (generate-fontset-menu): Don't refer to global-fontset-alist,
1536 instead call fontset-list.
1537 (uninstantiated-fontset-alist): Variable removed.
1538 (x-style-funcs-alist): Likewise.
1539 (fontset-default-styles): Likewise.
1540 (x-modify-font-name): Function removed.
1541 (create-fontset-from-fontset-spec): Ignore the argument
1542 STYLE-VARIANT.
1543 (create-fontset-from-ascii-font): Docsting adjusted for the above
1544 change.
1545 (instantiate-fontset, resolve-fontset-name): Functions removed.
1546 (fontset-list): Now implemented by C code.
1547
1548 * faces.el (read-face-font): Fix TABLE arg to completing-read.
1549 (describe-face): Include `font' attribute in the description.
1550
1551 2000-03-21 Kenichi Handa <handa@etl.go.jp>
1552
1553 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
1554
1555 2000-03-20 Gerd Moellmann <gerd@gnu.org>
1556
1557 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
1558 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
1559 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
1560
1561 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
1562 about behavior of set-buffer-modified-p wrt redisplay.
1563
1564 2000-03-19 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1565
1566 * view.el (view-mode-disable): Kill local binding of view-read-only.
1567
1568 2000-03-18 Gerd Moellmann <gerd@gnu.org>
1569
1570 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
1571 is a string, convert it to a syntax cell using string-to-syntax.
1572
1573 * simple.el (syntax-code-table, syntax-flag-table): New variables.
1574 (string-to-syntax): New function.
1575
1576 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
1577 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
1578 try to use passive ftp mode.
1579
1580 2000-03-17 Gerd Moellmann <gerd@gnu.org>
1581
1582 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
1583
1584 * simple.el (append-to-buffer): Update point of windows after
1585 insertion.
1586
1587 * abbrev.el (inverse-add-abbrev): Identify word by first moving
1588 forward then moving backward. Reindent.
1589
1590 * frame.el (other-frame): Call x-focus-frame only if
1591 focus-follows-mouse is off.
1592
1593 2000-03-17 Dave Love <fx@gnu.org>
1594
1595 * pcvs-util.el (cvs-strings->string): Rename
1596 replace-regexps-in-string.
1597
1598 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
1599
1600 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
1601 regexp for labels cannot span several lines.
1602
1603 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
1604 `(setq :<key> ':<key>)' to the macro expansion.
1605
1606 2000-03-16 Dave Love <fx@gnu.org>
1607
1608 * progmodes/f90.el (f90): Put custom group under `languages', not
1609 `fortran'.
1610 (f90-mode-hook): Customize.
1611 (f90-mode): Set add-log-current-defun-function.
1612 (f90-current-defun): New function.
1613
1614 2000-03-16 Gerd Moellmann <gerd@gnu.org>
1615
1616 * cus-edit.el (custom-variable-tag-face): Handle case that
1617 default face's height is not a number.
1618 (custom-face-tag-face, custom-group-tag-face-1)
1619 (custom-group-tag-face): Ditto.
1620 (custom-group-tag-face-1): Add :group.
1621
1622 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
1623
1624 2000-03-15 Gerd Moellmann <gerd@gnu.org>
1625
1626 * pcvs-defs.el (toplevel): Remove autoload cookie for form
1627 requiring easymenu.
1628
1629 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1630
1631 * ps-print.el: PostScript user-defined prologue, PostScript error
1632 handler, doc fix.
1633 (ps-print-version): New version number (5.1).
1634 (ps-user-defined-prologue, ps-error-handler-message)
1635 (ps-print-prologue-0, ps-error-handler-alist): New vars.
1636 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
1637 (ps-insert-string): New function.
1638
1639 2000-03-15 Kenichi Handa <handa@etl.go.jp>
1640
1641 * international/ccl.el (ccl-compile-expression): Don't generate
1642 invalid self-assignment code.
1643
1644 2000-03-14 Dave Love <fx@gnu.org>
1645
1646 * subr.el (replace-regexp-in-string): Renamed from
1647 replace-regexps-in-string. Doc fix.
1648
1649 2000-03-12 Dave Love <fx@gnu.org>
1650
1651 * cus-edit.el: Doc fixes.
1652 (customize-set-variable, customize-save-variable): Rename args for
1653 doc.
1654 (custom-variable-tag-face, custom-face-tag-face)
1655 (custom-group-tag-face-1, custom-group-tag-face): Modify from
1656 style which user identify as hyperlink.
1657 (hook): Don't add undefined functions to the hook.
1658 (debug-ignored-errors): Transfer message from bindings.el.
1659
1660 2000-03-12 Gerd Moellmann <gerd@gnu.org>
1661
1662 * recentf.el (recentf-keep-non-readable-files-p): Remove
1663 double/nested definition.
1664
1665 2000-03-12 Dave Love <fx@gnu.org>
1666
1667 * facemenu.el (facemenu-get-face): Use display-color-p.
1668 * enriched.el (enriched-decode-foreground): Likewise.
1669 (enriched-decode-background): Likewise.
1670 * isearch.el (isearch-highlight): Likewise.
1671 * info-look.el (info-lookup): Likewise.
1672 * simple.el (completion-setup-function): Likewise.
1673
1674 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
1675 :options.
1676
1677 * bindings.el (mode-line-format): Fix line-number and
1678 column-number items. Add help-echo for the background.
1679 (mode-line-mule-info): Modify help-echo.
1680
1681 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
1682 defcustom.
1683
1684 * files.el (load-file): Allow completion to .elc.
1685
1686 * man.el: Doc fixes.
1687 (Man-init-defvars): Use display-color-p to set fontification.
1688
1689 * play/hanoi.el (hanoi-internal): Don't use oddp.
1690
1691 2000-03-12 Gerd Moellmann <gerd@gnu.org>
1692
1693 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
1694
1695 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
1696
1697 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
1698
1699 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
1700 Fix comment.
1701
1702 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
1703
1704 * font-lock.el (font-lock-keywords): Fix the doc now that
1705 regexp-opt-depth is unnecessary.
1706 (save-buffer-state): Set an edebug spec.
1707 (font-lock-fontify-anchored-keywords): Properly handle the case when
1708 the matcher goes past the limit.
1709
1710 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
1711 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
1712
1713 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
1714 dll.el and cookie.el (from Elib) with heavy renaming and other
1715 massaging.
1716
1717 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
1718 Autoload the functions used.
1719 (easy-mmode-define-syntax): Fix CL typo.
1720 (easy-mmode-define-derived-mode): Improve the docstring generation.
1721
1722 2000-03-10 Gerd Moellmann <gerd@gnu.org>
1723
1724 * textmodes/texinfo.el (texinfo-version): Variable and function
1725 removed.
1726
1727 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
1728
1729 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
1730 allow more flexibility.
1731 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
1732 fns.
1733 (easy-mmode-defmap, easy-mmode-defsyntax)
1734 (easy-mmode-define-derived-mode): New macros.
1735
1736 2000-03-09 Didier Verna <didier@xemacs.org>
1737
1738 * rect.el (replace-rectangle): New function.
1739
1740 2000-03-09 Dave Love <fx@gnu.org>
1741
1742 * progmodes/fortran.el (fortran-comment-line-start): Define as
1743 "C".
1744 (fortran-comment-line-start-skip): Don't match cpp stuff.
1745 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
1746 (fortran-mode-map): Remove over-eager custom-menu-create for now.
1747 (fortran-mode): Don't set fortran-comment-line-start-skip,
1748 fortran-comment-line-start here. Set comment-start,
1749 add-log-current-defun.
1750 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
1751 (fortran-current-defun): New function.
1752
1753 2000-03-09 Gerd Moellmann <gerd@gnu.org>
1754
1755 * emacs-lisp/re-builder.el: New file.
1756
1757 * mouse.el (mouse-drag-region): Don't run up-event handler
1758 if hscroll has changed.
1759
1760 * octave-mod.el (octave-font-lock-keywords): To font-lock the
1761 builtin operators, use `font-lock-builtin-face' for Emacs and
1762 `font-lock-preprocessor-face' otherwise.
1763
1764 * font-lock.el (lisp-font-lock-keywords-1): Highlight
1765 `(defun (setf foo)' differently.
1766
1767 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
1768
1769 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
1770 (regexp-opt): Update comment and adapt the code the new meaning of
1771 the `paren' argument of regex-opt-group for shy-groups.
1772 (regexp-opt-depth): Handle shy groups as well as backslashed
1773 backslashes.
1774 (regexp-opt-group): Turn the leading comment into a docstring.
1775 Allow `paren' to be a string (the string to use to open a group).
1776 Remove open-presuf and close-presuf. Instead of checking for `all
1777 one-char' and then later on check for `several one-char', handle
1778 both cases close together. Also apply a more generic algorithm
1779 for suffixes (the mirror image of the algorithm used for
1780 prefixes). Use shy-groups. Use nreverse rather than reverse.
1781 (regexp-opt-try-suffix): Removed.
1782
1783 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
1784 from comint-mode-map, so we can just inherit from it. Also, move
1785 the initialization into the `defvar' since there's no docstring
1786 anyway and it's fairly short.
1787 (inferior-scheme-mode): Define it as derived-mode: the code is
1788 shorter and this way we inherit from comint-mode-map rather than
1789 copying it.
1790
1791 * subr.el (replace-regexps-in-string): Properly handle the case
1792 where we match an empty string.
1793
1794 * comint.el (comint-exec-1): Add the current-dir to the exec-path
1795 when the command has a directory component (such as "./testml").
1796 Also fix a typo in the comment.
1797
1798 2000-03-08 Gerd Moellmann <gerd@gnu.org>
1799
1800 * Makefile (compile-files): Compile files one by one because
1801 that's the only way to ensure a clean compilation environment for
1802 each individual file.
1803
1804 * frame.el (other-frame): Call x-focus-frame.
1805
1806 2000-03-07 Dave Love <fx@gnu.org>
1807
1808 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
1809 :require to defcustom.
1810
1811 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
1812 lists.
1813
1814 * files.el (auto-mode-alist): Add configure.in.
1815
1816 * progmodes/autoconf.el: New file.
1817
1818 2000-03-07 Gerd Moellmann <gerd@gnu.org>
1819
1820 * mail/mh-e.el: Change maintainer to `none'.
1821
1822 * recentf.el (recentf-keep-non-readable-files-p): Quote args
1823 to remove-hook and add-hook.
1824
1825 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
1826
1827 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
1828 it as the default.
1829 (mail-send): Test mail-send-nonascii also for the new `mime' value.
1830 (sendmail-send-it): Conditionally add MIME headers specifying the
1831 used character set.
1832
1833 2000-03-07 Dave Love <fx@gnu.org>
1834
1835 * winner.el: Fix keywords, autoload cookies. Split
1836 eval-when-compile form to avoid compilation failure.
1837
1838 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
1839
1840 * international/mule.el: Modify comment about coding system
1841 property `coding-category'.
1842 (make-coding-system): New argument EOL-TYPE. Pay attention to
1843 coding-category property of PROPERTIES.
1844
1845 * international/mule-conf.el (coding-category-utf-8,
1846 coding-category-utf-16-be, coding-category-utf-16-le): New coding
1847 categories. Include them in the argument for set-coding-priority.
1848
1849 * international/mule-cmds.el (reset-language-environment): Include
1850 coding-category-utf-8, coding-category-utf-16-be, and
1851 coding-category-utf-16-le in the argument for set-coding-priority.
1852 (reset-language-environment): Initialize coding-category-utf-8,
1853 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
1854
1855 2000-03-06 Karl Fogel <kfogel@red-bean.com>
1856
1857 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
1858 code abstracted out of `bookmark-jump-noselect'. Now tries info
1859 extensions as well as compression extensions.
1860 (bookmark-jump-noselect): Use above new func.
1861
1862 2000-03-03 Gerd Moellmann <gerd@gnu.org>
1863
1864 * strokes.el: Change maintainer's mail address.
1865
1866 2000-03-03 Kenichi Handa <handa@etl.go.jp>
1867
1868 * international/mule-diag.el (list-character-sets): Make help-echo
1869 string by substitute-command-keys.
1870 (list-character-sets): Likewise.
1871 (sort-listed-character-sets): Call help-setup-xref.
1872
1873 2000-03-02 Gerd Moellmann <gerd@gnu.org>
1874
1875 * time.el (display-time-mail-file): Add `none' to the list of
1876 choices.
1877
1878 2000-03-01 Dave Love <fx@gnu.org>
1879
1880 * help.el (help-xref-go-back): Don't try to set position.
1881
1882 * international/mule-diag.el (list-character-sets): Call
1883 help-setup-xref. Add help-echo to xrefs.
1884 (list-character-sets-1): Add help-echo to xrefs.
1885
1886 2000-03-02 Gerd Moellmann <gerd@gnu.org>
1887
1888 * frame.el (blink-cursor-mode): Switch cursor on when turning
1889 the mode off.
1890
1891 * add-log.el (add-log-current-defun): Add support for
1892 Autoconf mode.
1893
1894 * mail/rmail.el (rmail-quit-hook): New variable.
1895
1896 2000-03-01 Dave Love <fx@gnu.org>
1897
1898 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
1899
1900 * help.el (help-xref-button): Add help-echo arg.
1901 (describe-function-1, describe-variable, help-make-xrefs): Use it.
1902
1903 * faces.el (list-faces-display): Supply help-echo with
1904 help-make-xrefs.
1905
1906 * facemenu.el (list-text-properties-at): Set help-xref-stack to
1907 nil.
1908
1909 2000-03-01 Gerd Moellmann <gerd@gnu.org>
1910
1911 * image.el (defimage): Look for image files in load-path.
1912
1913 * frame.el (busy-cursor-delay-seconds): Change type to
1914 `number'.
1915
1916 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
1917
1918 * recentf.el (recentf): Added version tag to the defgroup of
1919 recentf.
1920
1921 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
1922
1923 * recentf.el (recentf-cleanup): Changed to remove excluded file
1924 too.
1925 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
1926 action to select/unselect a file.
1927 (recentf-edit-list): Code cleanup and improvement.
1928 (recentf-open-more-files-action): `recentf-open-more-files' button
1929 widget action to open a file.
1930 (recentf-open-more-files): No more use standard completion but
1931 widgets.
1932 (recentf-more-collection): Deleted.
1933 (recentf-more-history): Deleted.
1934 (recentf-setup-more-completion): Deleted.
1935
1936 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
1937
1938 * recentf.el (recentf-mode): No more needs that Emacs is running
1939 under a window-system.
1940
1941 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
1942
1943 * recentf.el (recentf-edit-list): New command to edit the recent
1944 list which allow the user to remove files.
1945 (recentf-edit-selected-items): New global variable, used by
1946 `recentf-edit-list' to hold the list of files to be removed from
1947 the recent list.
1948 (recentf-make-menu-items): Updated to display a "Edit list..."
1949 menu item. Minor code cleanup.
1950
1951 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
1952
1953 * recentf.el (recentf-open-more-files): New command to open files
1954 that are not displayed in the menu.
1955 (recentf-more-collection): New global variable holding the set of
1956 permissible completions used by `recentf-open-more-files'.
1957 (recentf-more-history): New global variable holding the history list
1958 used by `recentf-open-more-files' completion.
1959 (recentf-setup-more-completion): New function to setup completion for
1960 `recentf-open-more-files'.
1961 (recentf-make-menu-items): Updated to display a "More..." menu item.
1962
1963 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
1964
1965 * recentf.el (recentf-menu-action): Doc fixed.
1966
1967 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
1968
1969 * recentf.el (recentf-menu-filter): Doc updated.
1970 (recentf-update-menu-hook): Allow menu filters to force menu update.
1971 (recentf-make-menu-items): New menu filter handling.
1972 (recentf-make-menu-item): New helper function.
1973 (recentf-menu-elements): New menu handling function.
1974 (recentf-sort-ascending): Updated to new menu filter handling.
1975 (recentf-sort-descending): Updated to new menu filter handling.
1976 (recentf-sort-basenames-ascending): New menu filter function.
1977 (recentf-sort-basenames-descending): New menu filter function.
1978 (recentf-show-basenames): New menu filter function.
1979 (recentf-show-basenames-ascending): New menu filter function.
1980 (recentf-show-basenames-descending): New menu filter function.
1981
1982 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1983
1984 * diary-lib.el (list-diary-entries): Don't try to go forward at
1985 the end of the buffer.
1986
1987 2000-02-29 Kenichi Handa <handa@etl.go.jp>
1988
1989 * international/mule-diag.el (list-character-sets): Completely
1990 rewritten.
1991 (sort-listed-character-sets): New function.
1992 (list-character-sets-1): Completely rewritten.
1993 (list-character-sets-2): New function.
1994 (non-iso-charset-alist): New variable.
1995 (decode-codepage-char): New function.
1996 (charset-history): New variable.
1997 (read-charset) (list-block-of-chars)
1998 (list-iso-charset-chars)
1999 (list-non-iso-charset-chars)
2000 (list-charset-chars): New functions.
2001 (mule-diag): Call list-character-sets-2, not
2002 list-character-sets-2.
2003 (dump-charsets): Likewise.
2004
2005 2000-02-29 Gerd Moellmann <gerd@gnu.org>
2006
2007 * dired-x.el (dired-filename-at-point): Add `@' to valid
2008 file name characters.
2009 (dired-filename-at-point): Handle ange-ftp file names.
2010
2011 * frame.el (frame-notice-user-settings): Use assq-delete-all
2012 instead of assoc-delete-all.
2013 (frame-notice-user-settings): Ditto.
2014
2015 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
2016 Don't copy alist.
2017
2018 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
2019
2020 * calculator.el (calculator-use-menu): New option.
2021 (calculator-initial-bindings): Changed some bindings to work as
2022 macros.
2023 (calculator-forced-input): Removed.
2024 (calculator-restart-other-mode): New variable.
2025 (calculator-mode-map): Set up menu.
2026
2027 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
2028
2029 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
2030 tags.
2031
2032 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
2033
2034 * viper-cmd.el (viper-envelop-ESC-key): added the option to
2035 translate all ESC key sequences.
2036 (viper-goto-mark-subr): restore markers for files for which
2037 they were saved.
2038 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
2039 * viper-util.el (viper-set-replace-overlay-glyphs,
2040 viper-set-replace-overlay): always check if the replacement
2041 overlay is live.
2042 * viper.el (viper-vi-state-mode-list): added major modes.
2043 * ediff-wind.el: minor comment changes.
2044 * ediff.el: copyright notice date fix.
2045
2046 2000-02-27 Jason Rumney <jasonr@gnu.org>
2047
2048 * faces.el (face-font-family-alternatives): Add arial to helv.
2049 (mode-line, header-line, tool-bar): Same default as x for w32.
2050 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
2051 face-font-family-alternatives from working.
2052 * term/w32-win.el (mouse-set-font): Do not build fontset from
2053 chosen font.
2054
2055 2000-02-25 Sam Steingold <sds@goems.com>
2056
2057 * emacs-lisp/cl-indent.el (toplvel): Indent `pprint-logical-block'
2058 properly.
2059
2060 2000-02-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2061
2062 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
2063
2064 2000-02-25 Gerd Moellmann <gerd@gnu.org>
2065
2066 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
2067 writable.
2068
2069 * frame.el (busy-cursor-delay-seconds): New option.
2070
2071 2000-02-24 Gerd Moellmann <gerd@gnu.org>
2072
2073 * frame.el (show-cursor-in-non-selected-windows): New option.
2074
2075 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2076
2077 * diary-lib.el (include-other-diary-files): Undo the selective
2078 display in any included file and don't kill it.
2079
2080 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
2081
2082 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
2083 bar. Menu items converted to (menu-item format, help strings
2084 added.
2085 [downcase, upcase]: Don't enable on MS-DOS.
2086 [symlink, symlinks]: Don't show if make-symbolic-link is not
2087 bound.
2088 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
2089
2090 2000-02-23 Dave Love <fx@gnu.org>
2091
2092 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
2093 (backward-kill-word): Revert addition of * to interactive spec --
2094 it's a feature.
2095
2096 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
2097 (backward-kill-sentence, kill-sentence): Likewise.
2098
2099 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
2100 scratch buffer name.
2101 (gud-format-command): Use int-to-string in ?l case. Simplify
2102 slightly.
2103
2104 * term/w32-win.el (internal-face-interactive): Update prompt for
2105 new read-face-name.
2106
2107 * mail/footnote.el (footnote): Add :version to defgroup.
2108 (footnote-section-tag-regexp): Customize.
2109 (footnote-start-tag, footnote-end-tag): New option.
2110 (footnote-latin-regexp): New variable.
2111 (Footnote-latin): New function.
2112 (footnote-style-alist): Add element for latin style.
2113 (footnote-style): Moved.
2114 (Footnote-goto-footnote): Use eq to test arg.
2115
2116 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
2117
2118 * emacs-lisp/byte-opt.el: Change old backquote syntax.
2119 (byte-compile-trueconstp): Include keywords.
2120 (byte-optimize-quote, byte-optimize-lapcode): Use
2121 byte-compile-const-symbol-p.
2122 (byte-optimize-char-before): New optimization.
2123
2124 * emacs-lisp/bytecomp.el: Change old backquote syntax.
2125 (byte-compile-const-symbol-p): New function.
2126 (byte-compile-constp, byte-compile-out-toplevel)
2127 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
2128 Use it.
2129
2130 * subr.el (define-key-after): Default AFTER to t. Doc fix.
2131
2132 2000-02-23 Kenichi Handa <handa@etl.go.jp>
2133
2134 * international/encoded-kb.el: Be sure to update minor-mode-alist
2135 and minor-mode-map-alist.
2136 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
2137 codes SS2 and SS3 correctly.
2138 (encoded-kbd-self-insert-ccl): New function.
2139 (encoded-kbd-setup-keymap): New function.
2140 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
2141 by calling encoded-kbd-setup-keymap.
2142
2143 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
2144 characters.
2145 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
2146 locally.
2147
2148 2000-02-22 Dave Love <fx@gnu.org>
2149
2150 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
2151 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
2152 defvar.
2153 (lisp-mode-syntax-table): Set up for #|...|# comments.
2154 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
2155 classes. Match `defface'.
2156 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
2157 (eval-defun-1): Fix for defcustom.
2158 (lisp-indent-region): Doc fix.
2159
2160 * subr.el (when, unless, split-string): Doc fix.
2161 (read-passwd): Move call of clear-this-command-keys to the right
2162 place.
2163 (replace-regexps-in-string): New function.
2164
2165 2000-02-22 Gerd Moellmann <gerd@gnu.org>
2166
2167 * help.el (describe-variable): Set syntax table to
2168 emacs-lisp-mode-syntax-table when moving forward over the
2169 symbol's name.
2170
2171 2000-02-22 Dave Love <fx@gnu.org>
2172
2173 * xt-mouse.el: Doc fixes.
2174 (xterm-mouse-position-function): New function, replacing advice of
2175 mouse-position.
2176 (xterm-mouse-mode): Use it. Don't turn on under a window system.
2177
2178 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
2179
2180 2000-02-21 Gerd Moellmann <gerd@gnu.org>
2181
2182 * format.el (format-annotate-single-property-change): Handle
2183 properties.with dotted-list values.
2184 (format-proper-list-p): New function.
2185
2186 * enriched.el (enriched-face-ans): Handle '(foreground-color
2187 . COLOR) and (background-color . COLOR).
2188
2189 2000-02-20 Dave Love <fx@gnu.org>
2190
2191 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
2192 and assignments to it.
2193 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
2194 current local map.
2195 (make-flyspell-overlay): Use it.
2196 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
2197
2198 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
2199 (lm-get-header-re): Defun, not defsubst.
2200 (lm-get-package-name): Defun, not defsubst. Simplify.
2201 (lm-version): Doc fix. Simplify.
2202 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
2203 (lm-crack-address, lm-last-modified-date, lm-commentary)
2204 (lm-verify, lm-synopsis): Simplify.
2205 (lm-report-bug): Require emacsbug. Use compose-mail.
2206
2207 2000-02-20 Gerd Moellmann <gerd@gnu.org>
2208
2209 * dired.el (dired-mode): Call propertized-buffer-identification
2210 to set mode-line-buffer-identification to something having
2211 the right text properties.
2212
2213 * bindings.el (propertized-buffer-identification): New function.
2214
2215 2000-02-20 Dave Love <fx@gnu.org>
2216
2217 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
2218 check for t-mouse too.
2219
2220 * cus-start.el: Make echo-keystrokes `number'.
2221
2222 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
2223
2224 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
2225 Don't call ring-empty-p unless tags-location-ring is bound.
2226 From Noah Friedman <friedman@splode.com>.
2227
2228 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
2229
2230 * progmodes/hideshow.el (hs-flag-region): No longer use
2231 `intangible' overlay property.
2232
2233 (hs-toggle-hiding): New command.
2234 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
2235
2236 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
2237 Fix omission bug: Run `hs-minor-mode-hook' for both activation
2238 and deactivation.
2239
2240 2000-02-18 Gerd Moellmann <gerd@gnu.org>
2241
2242 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
2243
2244 2000-02-17 Gerd Moellmann <gerd@gnu.org>
2245
2246 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
2247
2248 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
2249 of `*' to handle `(* ... *)' comments.
2250
2251 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
2252
2253 * faces.el (list-faces-display): Use display-mouse-p instead of
2254 window-system.
2255
2256 * menu-bar.el (global-map): Menu-bar items converted to the new
2257 format (menu-item..., rearranged for better CUA compliance, and
2258 their names changed for better clarity. Help strings added.
2259
2260 * international/mule-cmds.el (mule-menu-keymap)
2261 (describe-language-environment-map, set-coding-system-map)
2262 (setup-language-environment-map): Convert to new (menu-item...
2263 form, add help strings. Change names of menu items for better
2264 clarity. "Mule" menu-bar item removed (it's now in the "Options"
2265 submenu).
2266
2267 2000-02-17 Gerd Moellmann <gerd@gnu.org>
2268
2269 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
2270 within the code.
2271
2272 2000-02-16 Dave Love <fx@gnu.org>
2273
2274 * faces.el: Don't require custom. Add more specific :groups to
2275 various deffaces.
2276 (set-face-attribute): Purecopy args.
2277 (read-face-name): Default to name at point and use it in prompt.
2278 Remove colon from arg in all callers.
2279 (list-faces-display): Hyperlink to face descriptions and customize
2280 buffers.
2281
2282 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
2283
2284 * wid-edit.el (widget-match-inline): An atom never matches a
2285 list.
2286
2287 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2288
2289 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
2290 at ':' characters by call to split-string.
2291
2292 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2293
2294 * textmodes/bibtex.el: Added RCS version identification.
2295
2296 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2297
2298 * textmodes/bibtex.el: Some temporary comments removed.
2299 (bibtex-field-name, bibtex-entry-type): Made the relationship
2300 explicit.
2301 (bibtex-field-const): Allow capital letters.
2302 (bibtex-start-of-string): Deleted because unused.
2303
2304 * textmodes/bibtex.el: Unified some nomenclature. We no longer
2305 use the term 'reference' to describe a bibtex entry as a whole.
2306 Further, reference keys are no longer called 'labels'.
2307 (bibtex-keys): Renamed to bibtex-reference-keys.
2308 (bibtex-reformat-previous-labels): Renamed to
2309 bibtex-reformat-previous-reference-keys.
2310 (bibtex-reference-type): Renamed to bibtex-entry-type.
2311 (bibtex-reference-head): Renamed to bibtex-entry-head.
2312 (bibtex-reference-maybe-empty-head): Renamed to
2313 bibtex-entry-maybe-empty-head.
2314 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
2315 (bibtex-search-reference): Renamed to bibtex-search-entry.
2316 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
2317 bibtex-enclosing-entry-maybe-empty-head.
2318 (bibtex-entry-field-alist, bibtex-entry-head,
2319 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
2320 bibtex-map-entries, bibtex-search-entry,
2321 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
2322 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2323 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
2324 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
2325 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
2326 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
2327 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
2328
2329 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2330
2331 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
2332 comment.
2333 (bibtex-format-field-delimiters): New function, functionality
2334 extracted from bibtex-format-entry.
2335 (bibtex-autokey-get-yearfield-digits): New function, functionality
2336 extracted from bibtex-autokey-get-yearfield.
2337
2338 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
2339 entries in order to avoid stack overflow in the regexp matcher if
2340 field contents become large.
2341 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
2342 bibtex-field-string-part-not-braced,
2343 bibtex-field-string-part-no-inner-braces,
2344 bibtex-field-string-part-1-inner-brace,
2345 bibtex-field-string-part-2-inner-braces,
2346 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
2347 bibtex-field-string-quoted, bibtex-field-string,
2348 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
2349 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
2350 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
2351 as parsing is now performed by the following functions.
2352 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
2353 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
2354 bibtex-parse-field-string, bibtex-search-forward-field-string,
2355 bibtex-parse-association, bibtex-field-name-for-parsing,
2356 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
2357 bibtex-search-forward-field, bibtex-search-backward-field,
2358 bibtex-start-of-field, bibtex-end-of-field,
2359 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
2360 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
2361 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
2362 bibtex-parse-string, bibtex-search-forward-string,
2363 bibtex-search-backward-string, bibtex-start-of-string,
2364 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
2365 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
2366 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
2367 entries. Instead of reporting the results of the parsing by
2368 match-beginning or match-end, these functions return data structures
2369 that hold the corresponding positions.
2370 (bibtex-enclosing-field): Changed to also report field boundaries by
2371 return values rather than by match-beginning or match-end. The
2372 following functions have been adapted to use the new parsing
2373 functions.
2374 (bibtex-skip-to-valid-entry, bibtex-search-reference,
2375 bibtex-enclosing-field, bibtex-format-entry,
2376 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
2377 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
2378 bibtex-print-help-message, bibtex-end-of-entry,
2379 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
2380 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2381 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
2382 method for parsing.
2383 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
2384 bibtex-map-entries, bibtex-flash-head,
2385 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
2386 bibtex-autokey-change, bibtex-autokey-get-namefield,
2387 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
2388 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2389 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
2390 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2391 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
2392 order to make the new binding of case-fold-search immediately
2393 visible.
2394
2395 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2396
2397 * textmodes/bibtex.el: Copyright notice is up to date.
2398 Added constant 'bibtex-maintainer-salutation.
2399
2400 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
2401 than make-temp-name, use match-string-no-properties and eliminate
2402 a quadratic behavior when building bibtex-strings.
2403
2404 * bibtex.el (bibtex-reference-key): Accept string entries whose
2405 reference key contains upper case letters.
2406
2407 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2408
2409 * bibtex.el (bibtex-reference-head): Allow entries to start with
2410 a new line.
2411
2412 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2413
2414 * bibtex.el: Hiding of entry bodies is not longer provided by
2415 bibtex.el directly. Instead the hideshow package can be used.
2416 Added a special bibtex entry to hs-special-modes-alist.
2417 (bibtex-hs-forward-sexp): Added for hideshow.el.
2418
2419 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2420
2421 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
2422 at ':' characters by call to split-string.
2423
2424 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2425
2426 * textmodes/bibtex.el: Added RCS version identification.
2427
2428 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2429
2430 * textmodes/bibtex.el: Some temporary comments removed.
2431 (bibtex-field-name, bibtex-entry-type): Made the relationship
2432 explicit.
2433 (bibtex-field-const): Allow capital letters.
2434 (bibtex-start-of-string): Deleted because unused.
2435
2436 * textmodes/bibtex.el: Unified some nomenclature. We no longer
2437 use the term 'reference' to describe a bibtex entry as a whole.
2438 Further, reference keys are no longer called 'labels'.
2439 (bibtex-keys): Renamed to bibtex-reference-keys.
2440 (bibtex-reformat-previous-labels): Renamed to
2441 bibtex-reformat-previous-reference-keys.
2442 (bibtex-reference-type): Renamed to bibtex-entry-type.
2443 (bibtex-reference-head): Renamed to bibtex-entry-head.
2444 (bibtex-reference-maybe-empty-head): Renamed to
2445 bibtex-entry-maybe-empty-head.
2446 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
2447 (bibtex-search-reference): Renamed to bibtex-search-entry.
2448 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
2449 bibtex-enclosing-entry-maybe-empty-head.
2450 (bibtex-entry-field-alist, bibtex-entry-head,
2451 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
2452 bibtex-map-entries, bibtex-search-entry,
2453 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
2454 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2455 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
2456 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
2457 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
2458 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
2459 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
2460
2461 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2462
2463 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
2464 comment.
2465 (bibtex-format-field-delimiters): New function, functionality
2466 extracted from bibtex-format-entry.
2467 (bibtex-autokey-get-yearfield-digits): New function, functionality
2468 extracted from bibtex-autokey-get-yearfield.
2469
2470 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
2471 entries in order to avoid stack overflow in the regexp matcher if
2472 field contents become large.
2473 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
2474 bibtex-field-string-part-not-braced,
2475 bibtex-field-string-part-no-inner-braces,
2476 bibtex-field-string-part-1-inner-brace,
2477 bibtex-field-string-part-2-inner-braces,
2478 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
2479 bibtex-field-string-quoted, bibtex-field-string,
2480 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
2481 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
2482 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
2483 as parsing is now performed by the following functions.
2484 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
2485 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
2486 bibtex-parse-field-string, bibtex-search-forward-field-string,
2487 bibtex-parse-association, bibtex-field-name-for-parsing,
2488 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
2489 bibtex-search-forward-field, bibtex-search-backward-field,
2490 bibtex-start-of-field, bibtex-end-of-field,
2491 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
2492 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
2493 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
2494 bibtex-parse-string, bibtex-search-forward-string,
2495 bibtex-search-backward-string, bibtex-start-of-string,
2496 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
2497 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
2498 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
2499 entries. Instead of reporting the results of the parsing by
2500 match-beginning or match-end, these functions return data structures
2501 that hold the corresponding positions.
2502 (bibtex-enclosing-field): Changed to also report field boundaries by
2503 return values rather than by match-beginning or match-end. The
2504 following functions have been adapted to use the new parsing
2505 functions.
2506 (bibtex-skip-to-valid-entry, bibtex-search-reference,
2507 bibtex-enclosing-field, bibtex-format-entry,
2508 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
2509 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
2510 bibtex-print-help-message, bibtex-end-of-entry,
2511 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
2512 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2513 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
2514 method for parsing.
2515 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
2516 bibtex-map-entries, bibtex-flash-head,
2517 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
2518 bibtex-autokey-change, bibtex-autokey-get-namefield,
2519 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
2520 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2521 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
2522 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2523 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
2524 order to make the new binding of case-fold-search immediately
2525 visible.
2526
2527 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2528
2529 * textmodes/bibtex.el: Copyright notice is up to date.
2530 Added constant 'bibtex-maintainer-salutation.
2531
2532 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
2533 than make-temp-name, use match-string-no-properties and eliminate
2534 a quadratic behavior when building bibtex-strings.
2535
2536 * bibtex.el (bibtex-reference-key): Accept string entries whose
2537 reference key contains upper case letters.
2538
2539 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2540
2541 * bibtex.el (bibtex-reference-head): Allow entries to start with
2542 a new line.
2543
2544 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2545
2546 * bibtex.el: Hiding of entry bodies is not longer provided by
2547 bibtex.el directly. Instead the hideshow package can be used.
2548 Added a special bibtex entry to hs-special-modes-alist.
2549 (bibtex-hs-forward-sexp): Added for hideshow.el.
2550
2551 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2552
2553 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
2554 proceedings entry type (for cross referencing). Thanks to Wagner
2555 Toledo Correa for the suggestion.
2556
2557 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
2558
2559 2000-02-14 Kenichi Handa <handa@etl.go.jp>
2560
2561 * international/characters.el: Setup case table for Vietnamese.
2562
2563 2000-02-12 Gerd Moellmann <gerd@gnu.org>
2564
2565 * uniquify.el (toplevel): Require CL at compile time.
2566 (uniquify-push): Removed.
2567
2568 * shadowfile.el (shadow-when): Removed.
2569
2570 * tempo.el (tempo-dolist, tempo-mapc): Removed.
2571 (tempo-process-and-insert-string): Use dolist instead of
2572 tempo-dolist.
2573
2574 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
2575 regexp for paragraph-start.
2576
2577 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
2578 commas as well.
2579
2580 2000-02-10 Dave Love <fx@gnu.org>
2581
2582 * wid-edit.el: (widgets) [defgroup]: Remove url link.
2583 (widget-color-choice-list, widget-color-history, widget-mouse-help):
2584 Deleted.
2585 (widget-specify-field, widget-specify-button): Don't use
2586 widget-mouse-help as help-echo property.
2587 (default): Use #'ignore for :validate and :mouse-down-action.
2588 (checkbox): Add help-echo.
2589 (widget-sexp-validate): Rewritten to clarify error messages.
2590 (character): Use char-valid-p in :match function.
2591 (widget-color-complete): Use facemenu-color-alist.
2592 (widget-color-action): Use facemenu-read-color.
2593
2594 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
2595 set up `caar' &c that we now have.
2596
2597 2000-02-09 Ray Blaak <blaak@gnu.org>
2598
2599 * delphi.el: Make resourcestring a declaration region, like const
2600 and var.
2601
2602 2000-02-09 Dave Love <fx@gnu.org>
2603
2604 * bindings.el (mode-line-input-method-map): New variable.
2605 (mode-line-mule-info): Use it; fix last change.
2606 (mode-line-mode-menu): Move definition.
2607 (mode-line-mouse-sensitive-p): Deleted.
2608 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
2609 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
2610 level.
2611
2612 * startup.el (command-line-1): Don't call
2613 make-mode-line-mouse-sensitive.
2614
2615 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
2616
2617 * mail/rmail.el (rmail-retry-failure): Use
2618 rmail-beginning-of-message before rmail-toggle-header, because the
2619 former toggles headers.
2620
2621 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
2622
2623 * diff-mode.el (diff-kill-junk): New interactive function.
2624 (diff-reverse-direction): Use delete-and-extract-region.
2625 (diff-post-command-hook): Restrict the area so that the hook also works
2626 outside of any diff hunk. This is necessary for the minor-mode.
2627 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
2628 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
2629
2630 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
2631 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
2632 so that it can be used more easily in <foo>-mode-hook. Also make sure
2633 to avoid duplicate entries.
2634 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
2635 (font-lock-remove-keywords): Just as was done for `add', allow it to
2636 work even if font-lock-mode is nil. Also make sure we don't modify
2637 any pre-existing list by forcing a copy-sequence. Finally rename
2638 `major-mode' to `mode'.
2639 (font-lock-fontify-syntactic-anchored-keywords)
2640 (font-lock-fontify-anchored-keywords)
2641 (font-lock-fontify-keywords-region): Use line-end-position.
2642 Don't make `font-lock-multiline' local (it's now done in
2643 font-lock-set-defaults).
2644 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
2645 move the `font-lock-fontified' creation to inside the `unless'.
2646
2647 2000-02-06 Andrew Innes <andrewi@gnu.org>
2648
2649 * term/w32-win.el (x-handle-args): Comment out call to message,
2650 which occurs before window system is initialized.
2651
2652 * makefile.nt: Add support for recompiling lisp code.
2653
2654 2000-02-04 Dave Love <fx@gnu.org>
2655
2656 * bindings.el (mode-line-mule-info): Fix/extend last change.
2657
2658 * completion.el: Replace completion-dolist with dolist.
2659
2660 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
2661 dotimes.
2662
2663 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
2664
2665 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
2666 environment names before they go into the section regexp.
2667
2668 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
2669 char class in regexp.
2670
2671 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
2672 `case-fold-search' to nil.
2673
2674 * progmodes/idlwave.el (idlwave-template): Respect
2675 `idlwave-abbrev-change-case'.
2676 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
2677 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
2678 idlwave-while): respect `idlwave-reserved-word-upcase'.
2679 (idlwave-rw-case): New function.
2680 (idlwave-statement-match): Fixed problem with assignment regexp.
2681 (idlwave-font-lock-keywords): Improved regexp for keyword
2682 parameters.
2683 (idlwave-surround): New argument LENGTH to support padding of
2684 operators longer than 1 char.
2685
2686 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
2687 idlwave-shell-expression-overlay. Implemented printing of
2688 expressions on higher levels of the calling stack.
2689 (idlwave-shell-display-level-in-calling-stack): Restore stack
2690 level.
2691 (idlwave-retrieve-expression-from-level): New function.
2692 (idlwave-shell-last-calling-stack): Variable removed.
2693 (idlwave-shell-reset): Argument action reversed (`visible' to
2694 `hidden'). Also remove stop-line overlay.
2695 (idlwave-shell-calling-stack-routine): New variable.
2696 (idlwave-shell-parse-stack-and-display): Messages now display
2697 negative level numbers.
2698 (idlwave-shell-mode): Set `modeline-format'.
2699 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
2700 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
2701 21.
2702 (idlwave-shell-print-expression-function): New option.
2703
2704 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
2705 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
2706 `tool-bar' instead of `toolbar'.
2707
2708 2000-02-02 Dave Love <fx@gnu.org>
2709
2710 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
2711 emacs-lisp-mode-hook. Don't check for defalias being defined.
2712
2713 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
2714 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
2715 the new builtins directly.
2716
2717 * whitespace.el (whitespace): Add :version to defgroup.
2718
2719 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
2720 Doc fix.
2721
2722 * thingatpt.el (sexp-at-point, symbol-at-point)
2723 (number-at-point, list-at-point): Add autoload cookie.
2724
2725 * recentf.el (recentf): Add :version to defgroup.
2726
2727 * quickurl.el (quickurl): Add :version to defgroup.
2728
2729 * elide-head.el (elide-head): Use point-marker more.
2730
2731 * bs.el (bs): Add :version to defgroup.
2732
2733 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
2734
2735 * progmodes/delphi.el (delphi): Add :version to defgroup.
2736
2737 2000-02-02 Gerd Moellmann <gerd@gnu.org>
2738
2739 * ange-ftp.el (ange-ftp-write-region): Handle case that
2740 succeeding process operation sets a different coding system.
2741
2742 * calculator.el: New file.
2743
2744 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
2745
2746 * frame.el (frames-on-display-list, framep-on-display): New
2747 functions.
2748 (display-mouse-p, display-popup-menus-p, display-graphic-p)
2749 (display-selections-p, display-screens, display-pixel-width)
2750 (display-pixel-height, display-mm-width, display-mm-height)
2751 (display-backing-store, display-save-under, display-planes)
2752 (display-color-cells, display-visual-class): New functions.
2753
2754 * term/tty-colors.el (tty-color-gray-shades): New function.
2755
2756 * faces.el (display-color-p): Use framep-on-display.
2757 (display-grayscale-p): New function.
2758
2759 2000-01-31 Dave Love <fx@gnu.org>
2760
2761 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
2762 (create-fontset-from-x-resource): Don't concat integers.
2763
2764 2000-01-31 Inge Frick <inge@nada.kth.se>
2765
2766 * view.el: Some changes in documentation. Removed some trailing
2767 whitespace. Changed some parameter names to agree with
2768 documentation.
2769 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
2770 window is not deleted. Modifies change 1998-04-26.
2771
2772 2000-01-31 Gerd Moellmann <gerd@gnu.org>
2773
2774 * windmove.el: New file.
2775
2776 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
2777 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2778 progmodes/ebnf-yac.el: Update copyright and license info.
2779
2780 * jit-lock.el (jit-lock-function): Widen before calculating end
2781 position.
2782 (jit-lock-stealth-chunk-start): Rewritten.
2783
2784 * info.el (Info-title-face-alist): Removed.
2785 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
2786 faces.
2787 (Info-fontify-node): Use these faces.
2788
2789 2000-01-30 Gerd Moellmann <gerd@gnu.org>
2790
2791 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
2792 (cl-macro-list1): Recognize `&allow-other-keys' instead of
2793 `&allow-other-keywords'.
2794
2795 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
2796 the list of directories scanned heuristically.
2797
2798 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
2799 exist.
2800
2801 2000-01-30 Jason Rumney <jasonr@gnu.org>
2802
2803 * w32-fns.el: Define w32-tty-standard-colors.
2804
2805 * startup.el (command-line): Use w32-tty-standard-colors when in
2806 w32 console mode.
2807
2808 2000-01-30 Dave Love <fx@gnu.org>
2809
2810 * jka-compr.el (jka-compr-load): Fix up load-history.
2811
2812 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
2813
2814 * emacs-lisp/cl-macs.el: Revert previous change.
2815
2816 2000-01-29 Dave Love <fx@gnu.org>
2817
2818 * facemenu.el: Purecopy various strings.
2819
2820 * timezone.el (timezone-fix-time): Window against 69 for two-digit
2821 years. Deal with three-digit years.
2822
2823 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
2824 defconst, purecopy.
2825 (help-back-label): Purecopy it.
2826
2827 2000-01-18 Gerd Moellmann <gerd@gnu.org>
2828
2829 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
2830 variable. If non-nil, order the buffer list according to the
2831 currently selected frame.
2832 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
2833 non-nil, pass the selected frame to function buffer-list.
2834
2835 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2836
2837 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
2838
2839 2000-01-28 Dave Love <fx@gnu.org>
2840
2841 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
2842
2843 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
2844 Don't use lisp-indent-hook property.
2845 (cl-abs): Remove.
2846
2847 * subr.el: Move out indent and edebug specs for when and unless.
2848
2849 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
2850 when, unless.
2851
2852 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
2853 unless, when.
2854
2855 2000-01-28 Gerd Moellmann <gerd@gnu.org>
2856
2857 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
2858 `collecting' as synonym for `collect'.
2859
2860 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
2861 for the case it contains spaces.
2862
2863 * simple.el (what-cursor-position): Change formatting of
2864 messages.
2865
2866 * frame.el (delete-other-frames): New function.
2867 (toplevel): Bind it to C-x 5 1.
2868
2869 * sort.el (sort-numeric-base): New option.
2870 (sort-numeric-fields): If number starts with `0' or `0[xX[',
2871 interpret it as octal or hexadecimal. Use sort-numeric-base
2872 as default base.
2873
2874 * progmodes/glasses.el: New file.
2875
2876 2000-01-27 Gerd Moellmann <gerd@gnu.org>
2877
2878 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
2879 userids differently.
2880
2881 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
2882 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2883 progmodes/ebnf-yac.el: New files.
2884
2885 2000-01-26 Dave Love <fx@gnu.org>
2886
2887 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
2888 on a function with an empty body. [From Eric Ludlam.]
2889
2890 2000-01-25 Andre Spiegel <spiegel@gnu.org>
2891
2892 * vc.el (vc-version-diff): Make sure file name is expanded.
2893
2894 2000-01-25 Gerd Moellmann <gerd@gnu.org>
2895
2896 * scroll-bar.el (scroll-bar-timer): Variable removed.
2897 (scroll-bar-toolkit-scroll): Don't use a timer.
2898
2899 2000-01-25 Kenichi Handa <handa@etl.go.jp>
2900
2901 * language/thai-util.el (thai-composition-function): Delete
2902 superfluous `a'.
2903
2904 2000-01-24 Dave Love <fx@gnu.org>
2905
2906 * fortran.el (fortran-mode): Use beginning-of-defun-function,
2907 end-of-defun-function.
2908
2909 * font-lock.el (turn-on-font-lock): Don't depend on window-system
2910 &c.
2911
2912 2000-01-22 Jason Rumney <jasonr@gnu.org>
2913
2914 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
2915 conflicts with new face support.
2916
2917 2000-01-22 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2918
2919 * replace.el (query-replace): Rename last arg to DELIMITED.
2920 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
2921 (query-replace-regexp): Likewise.
2922
2923 2000-01-20 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2924
2925 * subr.el (with-syntax-table): Use make-symbol, not gensym.
2926
2927 * emacs-lisp/lisp.el (beginning-of-defun-function):
2928 Variable renamed from beginning-of-defun.
2929 Do not call make-variable-buffer-local.
2930 (beginning-of-defun-raw): Use new variable name; doc fix.
2931 (beginning-of-defun): Doc fix.
2932 (end-of-defun-function): Variable renamed from end-of-defun.
2933 Do not call make-variable-buffer-local.
2934 (end-of-defun): Use new variable name; doc fix.
2935
2936 * subr.el (dolist, dotimes): Copied from cl-macs.el
2937 and made to work.
2938
2939 * mail/undigest.el (rmail-digest-end-regexps):
2940 Variable replaces rmail-digest-end-regexp.
2941 Allows multiple regexps for detecting the end line.
2942 (undigestify-rmail-message): Corresponding changes.
2943
2944 2000-01-19 Dave Love <fx@gnu.org>
2945
2946 * files.el (user-init-file): Don't declare here -- is primitive.
2947
2948 * startup.el (command-line): Check for compiled user-init-file and
2949 set to uncompiled version if necessary.
2950
2951 2000-01-18 Gerd Moellmann <gerd@gnu.org>
2952
2953 * mail/undigest.el (rmail-digest-end-regexp): New user option.
2954 (undigestify-rmail-message): Use it.
2955
2956 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
2957
2958 2000-01-17 Gerd Moellmann <gerd@gnu.org>
2959
2960 * tmm.el (tmm-goto-completions): Adapt to prompt being part
2961 of mini-buffer.
2962
2963 2000-01-14 Gerd Moellmann <gerd@gnu.org>
2964
2965 * emacs-lisp/copyright.el (copyright-update): Removed the
2966 requirement for a trailing space from `copyright-regexp', to
2967 support copyrights with owner specified on a separate line..
2968
2969 * align.el: New file.
2970
2971 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
2972
2973 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
2974
2975 2000-01-13 Dave Love <fx@gnu.org>
2976
2977 * ph.el: Removed. (Obsoleted by EUDC.)
2978
2979 2000-01-13 Gerd Moellmann <gerd@gnu.org>
2980
2981 * net/eudc.el (toplevel): Remove autoloaded code installing
2982 menu with easymenu, because that causes build problems.
2983
2984 * frame.el (frame-notice-user-settings): New variable.
2985 (frame-notice-user-settings): Don't modify frame parameters
2986 if called a second time.
2987
2988 2000-01-13 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2989
2990 * frame.el (frame-notice-user-settings):
2991 Notice default-frame-parameters even for non-window frames.
2992
2993 2000-01-13 Gerd Moellmann <gerd@gnu.org>
2994
2995 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
2996 for Emacs.
2997 (eudc-bob-can-display-inline-images): Extend for Emacs.
2998 (eudc-bob-toggle-inline-display): Ditto.
2999 (eudc-bob-display-jpeg): Ditto.
3000
3001 2000-01-12 Gerd Moellmann <gerd@gnu.org>
3002
3003 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
3004 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
3005 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
3006
3007 * add-log.el (add-change-log-entry): Fix error trying an `(insert
3008 nil)'.
3009
3010 * subdirs.el: Add `net' directory.
3011
3012 * net: New directory.
3013
3014 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
3015 eval-last-sexp. Don't bind debug-on-error here.
3016 (eval-last-sexp): New function. Bind debug-on-error if
3017 eval-expression-debug-on-error is non-nil.
3018 (eval-defun-2, eval-defun): Likewise.
3019
3020 * simple.el (eval-expression): Don't bind debug-on-error if
3021 eval-expression-debug-on-error is nil. Detect changed
3022 debug-on-error, and propagate new value to global binding, if
3023 eval-expression-debug-on-error is non-nil,
3024 (eval-expression-debug-on-error): Change doc string.
3025
3026 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3027
3028 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
3029
3030 * emacs-lisp/lisp-mode.el (with-syntax-table):
3031 Set up lisp-indent-function property.
3032
3033 * subr.el (with-syntax-table): Moved from simple.el.
3034
3035 * simple.el (with-syntax-table): Moved to subr.el.
3036
3037 2000-01-11 Gerd Moellmann <gerd@gnu.org>
3038
3039 * tmm.el (tmm-shortcut): Delete region after prompt instead
3040 of erasing buffer.
3041
3042 * textmodes/fill.el (fill-common-string-prefix): New function.
3043 (fill-context-prefix): Use the longest common prefix of first
3044 and second line fill prefix, if there is one.
3045
3046 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3047
3048 * array.el (array-mode): Don't use make-variable-buffer-local.
3049 Use make-local-variable for `truncate-lines'.
3050
3051 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
3052
3053 * add-log.el (add-log-current-defun): Handle user-defined
3054 add-log-current-function returning nil,
3055
3056 * add-log.el (add-change-log-entry): Insert version number
3057 if having found a current function
3058
3059 * add-log.el (add-log-current-defun): Call
3060 `add-log-current-defun-function'. Try matches at level 0 and
3061 level 1. Strip whitespace from defun found.
3062
3063 2000-01-10 John Wiegley <johnw@gnu.org>
3064
3065 * allout.el (isearch-done/outline-provisions): Added `edit'
3066 argument to correspond with the current definition of
3067 `isearch-done'.
3068
3069 2000-01-10 Dave Love <fx@gnu.org>
3070
3071 * elide-head.el (elide-head): Use point-marker, not point.
3072
3073 2000-01-10 Gerd Moellmann <gerd@gnu.org>
3074
3075 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
3076 before and after the year 2000.
3077
3078 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
3079 Add ispell- prefix.
3080
3081 2000-01-10 Ken Stevens <k.stevens@ieee.org>
3082
3083 * ispell.el: Only define dictionaries in menus when they exist.
3084 (version18p): New variable.
3085 (version20p): New variable.
3086 (xemacsp): New variable.
3087 (ispell-choices-win-default-height): Fix for XEmacs visibility.
3088 (ispell-dictionary-alist1): Added Brasileiro dictionary.
3089 (ispell-dictionary-alist6): Russian command lines no longer accept
3090 run-together words.
3091 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
3092 (ispell-dictionary-alist): Add koi8-r to customize definition.
3093 (check-ispell-version): Added documentation string. Returns
3094 library path when called non-interactively.
3095 (ispell-menu-map-needed): Uses new variables.
3096 (ispell-library-path): New variable.
3097 (ispell-decode-string): XEmacs fix for bogus variable bindings.
3098 (ispell-word): Improved documentation string. Test for valid
3099 character mappings. Correctly check typed in word changes that can
3100 result in single words split into multiple words. Returns
3101 replacement word.
3102 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
3103 replace in recursive query replace mode. Help message for
3104 recursive edit mode.
3105 (ispell-show-choices): Protect against bad framepop bindings.
3106 (ispell-help): Fix to work with XEmacs.
3107 (ispell-highlight-spelling-error): Use new variables.
3108 (ispell-overlay-window): Fix to work with XEmacs.
3109 (ispell-parse-output): Passed and returns location information
3110 tracking spelling corrections. Doesn't recheck same word on
3111 current line.
3112 (ispell-init-process): Protect against bogus XEmacs variable binding.
3113 Fix call to single argument in sleep-for. Use new variables.
3114 (ispell-region): Passed and returns location information tracking
3115 spelling corrections. Doesn't check same word on current line.
3116 Improved documentation string. Doesn't resend a line already
3117 checked to the ispell process - fixes bug in LaTeX parsing.
3118 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
3119 (ispell-skip-region): No longer skips <TT> in SGML.
3120 (ispell-process-line): Tracks location information with spelling
3121 corrections. Added documentation string. Accounts for words
3122 already accepted on this line. Don't allow query-replace on line
3123 starting with math characters. Doesn't resend a line already sent
3124 to ispell process. Fixes alignment error bug.
3125
3126 2000-01-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3127
3128 * dired-x.el (dired-guess-shell-alist-default):
3129 Suggest xloadimage, which is free, not xv, which isn't.
3130
3131 * ange-ftp.el (ange-ftp-file-name-nondirectory):
3132 Don't ever include the host name or user name in the value.
3133
3134 2000-01-09 Gerd Moellmann <gerd@gnu.org>
3135
3136 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
3137 of a real newline.
3138
3139 2000-01-09 Stephen Eglen <stephen@gnu.org>
3140
3141 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
3142 for .png files.
3143
3144 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
3145
3146 * cus-edit.el (custom-hook-convert-widget): Fix comment.
3147
3148 2000-01-09 Gerd Moellmann <gerd@gnu.org>
3149
3150 * progmodes/cperl-mode.el: Replace ^F with ^L.
3151
3152 * sendmail.el (toplevel): Provide `sendmail' when compiling
3153 before `require'ing rmail and mailalias to prevent infinite
3154 recursion.
3155
3156 2000-01-08 Dave Love <fx@gnu.org>
3157
3158 * emacs-lisp/backquote.el: Remove inappropriate customization
3159 (allowing custom.el to use backquote).
3160
3161 2000-01-07 Dave Love <fx@gnu.org>
3162
3163 * add-log.el (add-log-debugging): Deleted.
3164 (add-change-log-entry): Treat a backup FILE-NAME as its parent
3165 file. Remove debugging code.
3166 (change-log-get-method-definition, change-log-name): Add doc.
3167 (change-log-sortable-date-at): New function.
3168 (change-log-merge): New command.
3169
3170 * time.el (display-time-string-forms): Make the Mail string active.
3171 (display-time-update): Provide help-echo for load average.
3172
3173 * bindings.el (make-mode-line-mouse2-map): New function.
3174 (mode-line-modified): Use it and simplify.
3175 (mode-line-mule-info): Provide help-echo info.
3176 (minor-mode-alist): Activate the strings.
3177 (make-mode-line-mouse-sensitive): Simplify for
3178 mode-line-buffer-identification.
3179
3180 2000-01-07 Gerd Moellmann <gerd@gnu.org>
3181
3182 * play/pong.el: New file.
3183
3184 2000-01-06 Dave Love <fx@gnu.org>
3185
3186 * array.el: Assorted cleanups for compiler warnings, doc strings,
3187 `array-' prefix for symbols.
3188
3189 2000-01-05 Dave Love <fx@gnu.org>
3190
3191 * textmodes/outline.el (outline-mode-menu-bar-map): Add
3192 outline-headers-as-kill.
3193 (outline-mode): Define imenu-generic-expression.
3194 (outline-headers-as-kill): New command.
3195
3196 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
3197 from paragraph-start.
3198 (paragraph-indent-minor-mode): New command.
3199
3200 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
3201 M-C-e, M-C-h, C-j, C-xnd, TAB.
3202 (fortran-mode): Set beginning-of-defun, end-of-defun.
3203 (fortran-column-ruler): Simplify.
3204 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
3205 (fortran-with-subprogram-narrowing): Likewise.
3206 (fortran-indent-subprogram): Call mark-defun.
3207 (fortran-check-for-matching-do): Change narrowing.
3208
3209 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
3210 (cl-lucid-hash-tag): Delete.
3211 (cl-hash-table-p): Correct test for native table.
3212 (cl-hash-table-count): Use hash-table-count.
3213
3214 * browse-url.el (browse-url): Fix case of
3215 browse-url-browser-function being an alist.
3216
3217 2000-01-05 Carsten Dominik <cd@gnu.org>
3218
3219 * textmodes/reftex-vars.el (reftex-parse-file-extension)
3220 (reftex-index-phrase-file-extension): New options.
3221
3222 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
3223 Use new option `reftex-index-phrase-file-extension'.
3224
3225 * textmodes/reftex.el (reftex-access-parse-file): Use new option
3226 `reftex-parse-file-extension'.
3227
3228 2000-01-05 Dave Love <fx@gnu.org>
3229
3230 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
3231 (beginning-of-defun-raw): Use it.
3232 (end-of-defun): New variable.
3233 (end-of-defun): Use it.
3234 (check-parens): New command.
3235
3236 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3237
3238 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
3239 (hs-show-block): Don't use `mapcar' when not accumulating.
3240
3241 Fix buglet in local variables initialization.
3242
3243 2000-01-05 Andreas Schwab <schwab@suse.de>
3244
3245 * hscroll.el (hscroll): Doc fix.
3246
3247 2000-01-05 Carsten Dominik <cd@gnu.org>
3248
3249 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
3250 idlw-toolbar.
3251
3252 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
3253 file idlw-rinfo.el.
3254 (idlwave-customize): load must read file idlw-shell.el.
3255 (idlwave-create-customize-menu): load must read file idlw-shell.el.
3256
3257 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
3258
3259 * progmodes/idlw-shell.el: Also provide idlwave-shell
3260 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
3261 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
3262
3263 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
3264 both reftex-dcr and reftex-vcr.
3265
3266 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
3267
3268 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3269
3270 * ps-print.el: PostScript code now is in separate files, doc fix.
3271 (ps-print-version): New version number (5.0.3).
3272 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
3273 local.
3274 (ps-spool-config): Initialization fix.
3275 (ps-print-prologue-1, ps-print-prologue-2)
3276 (ps-print-duplex-feature): PostScript code moved to separated file.
3277 (ps-background-image): Little code reformating.
3278 (ps-begin-file, ps-begin-job): Fix code.
3279 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
3280 (ps-prologue-file): New fun.
3281
3282 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3283
3284 * ps-vars.el: Eliminated.
3285
3286 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
3287 `;;;###autoload'.
3288
3289 * ps-print.el: ps-vars eliminated, doc fix.
3290 (ps-print-version): New version number (5.0.2).
3291 (ps-spool-config): Initialization fix.
3292 (ps-print-customize): New fun.
3293
3294 2000-01-04 Gerd Moellmann <gerd@gnu.org>
3295
3296 * autorevert.el (auto-revert-mode): Return value of
3297 auto-revert-mode.
3298
3299 2000-01-04 Dave Love <fx@gnu.org>
3300
3301 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
3302 menu items.
3303
3304 2000-01-03 Dave Love <fx@gnu.org>
3305
3306 * elide-head.el (elide-head) [defgroup]: Add :version.
3307
3308 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
3309 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
3310 `cl-hash-table-p', not `hash-table-p'.
3311 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
3312
3313 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3314
3315 * faces.el (face-read-integer, read-face-attribute)
3316 (color-defined-p, color-values): unspecified-{f,b}g are now
3317 strings.
3318
3319 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
3320
3321 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
3322 at comment end, and re-insert them after filling.
3323
3324 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3325
3326 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
3327 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
3328 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
3329
3330 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3331
3332 * term/x-win.el (xw-defined-colors): Call color-supported-p,
3333 the new name of face-color-supported-p.
3334
3335 * term/w32-win.el (xw-defined-colors): Likewise.
3336
3337 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3338
3339 * simple.el (completion-setup-function): Count completion-size
3340 from minibuffer-prompt-end, not from point-min.
3341
3342 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
3343
3344 * faces.el (read-face-attribute, defined-colors, color-defined-p):
3345 Pass the frame to tty-color-* functions.
3346 (display-color-p, frame-set-background-mode): Pass the frame to
3347 tty-display-color-p.
3348
3349 * term/tty-colors.el (tty-defined-color-alist): Renamed from
3350 tty-color-alist.
3351 (tty-color-alist, tty-modify-color-alist): New functions.
3352 (tty-color-define, tty-color-clear, tty-color-approximate)
3353 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
3354 an optional parameter FRAME.
3355
3356 2000-01-01 Gerd Moellmann <gerd@gnu.org>
3357
3358 * image.el (create-image, defimage): Don't assume image data is a
3359 string.
3360
3361 * image.el (defimage): Handle specifications containing :data
3362 instead of :file.
3363 (image-type-from-data): New function.
3364 (image-type-from-file-header): Use it.
3365 (create-image): Add parameter DATA-P.
3366
3367 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3368
3369 * echistory.el (electric-command-history): Call Command-history-setup
3370 and command-history-mode using their new conventions.
3371
3372 * chistory.el (Command-history-setup): Don't switch buffers. Take
3373 no args, and do not set major-mode, mode-name or the local map.
3374 (command-history-mode): New function, does some of those things
3375 Command-history-setup used to do.
3376 (list-command-history): Call command-history-mode, not
3377 Command-history-setup.
3378 (command-history): Renamed from command-history-mode.
3379
3380 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3381
3382 * arc-mode.el (archive-mode-map): Bind q to quit-window.
3383
3384 1999-12-31 William M. Perry <wmperry@aventail.com>
3385
3386 * image.el (defimage): Images with the `:data' keyword should be
3387 considered valid as well.
3388
3389 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3390
3391 * dired.el (dired-get-filename): Don't call file-name-absolute-p
3392 with FILE if FILE is nil.
3393
3394 1999-12-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3395
3396 * simple.el (choose-completion-string): In minibuffer,
3397 do not delete the prompt string.
3398
3399 1999-12-30 Gerd Moellmann <gerd@gnu.org>
3400
3401 * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
3402 assigned to mode-line-mode-menu because bindings.el is dumped with
3403 Emacs, and thus the lists used for menu-item definition will be
3404 copied to pure space. Emacs' menu code (parse_menu_item) doesn't
3405 like pure menu item definitions.
3406
3407 * expand.el (expand-abbrev-hook): Return t if expansion was
3408 done, nil otherwise.
3409
3410 1999-12-29 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3411
3412 * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
3413 (tar-quit): Function deleted.
3414
3415 1999-12-29 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3416
3417 * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
3418 was used but not declared.
3419
3420 (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
3421 hs-find-block-beginning): Add or modify docstrings.
3422
3423 (hs-isearch-show): Rewrite.
3424
3425 1999-12-28 Gerd Moellmann <gerd@gnu.org>
3426
3427 * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
3428
3429 * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
3430 space in front of a C-style comment end.
3431
3432 1999-12-28 Eli Zaretskii <eliz@is.elta.co.il>
3433
3434 * startup.el (command-line-1): Make mode line mouse-sensitive for
3435 the MS-DOS version as well.
3436
3437 1999-12-28 Gerd Moellmann <gerd@gnu.org>
3438
3439 * bs.el: New file.
3440
3441 1999-12-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3442
3443 * textmodes/ispell.el (ispell-process-line):
3444 Add local var line-offset to adjust for the change
3445 in positions within the line, due to previous replacements.
3446
3447 1999-12-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3448
3449 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
3450 Doc fixes.
3451
3452 1999-12-27 Gerd Moellmann <gerd@gnu.org>
3453
3454 * add-log.el (change-log-version-number-regexp-list)
3455 (change-log-version-info-enabled): Change :version to 21.1.
3456 (toplevel): Require CL when compiling.
3457
3458 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
3459
3460 * add-log.el (change-log-version-number-regexp-list): Added tag
3461 :version 20.6
3462 (change-log-version-info-enabled): Added tag :version 20.6
3463
3464 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
3465
3466 * add-log.el: More general version number search with
3467 user-configurable regexp list.
3468 (change-log-version-number-regexp-list): New user variable.
3469 (change-log-find-version): Rewritten. Use user-configurable
3470 version numbering regexp list
3471 change-log-version-number-regexp-list.
3472 (change-log-find-version): Renamed to
3473 change-log-version-number-search
3474 (add-log-file-name-function): New.
3475 (change-log-search-vc-number): Added END paramaeter. Added doc
3476 string to function.
3477 (change-log-version-rcs): Renamed. Was
3478 change-log-search-vc-number.
3479
3480 1999-12-26 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3481
3482 * progmodes/compile.el (compilation-goto-locus): Delete hideshow
3483 overlays if they interfere.
3484 (compilation-find-file): Make intangible overlays tangible.
3485
3486 * progmodes/hideshow.el: Generally, synch w/ maintainer
3487 version 5.9.
3488
3489 (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
3490
3491 (hs-minor-mode-hook): Don't initialize.
3492
3493 (hs-special-modes-alist): Rewrite value and docstring.
3494
3495 (hs-minor-mode-prefix): Delete unused var.
3496
3497 (hs-block-start-mdata-select): New var, buffer local.
3498
3499 (hs-headline): New var.
3500
3501 (hs-match-data, hs-forward-sexp): New funcs.
3502
3503 (hs-hide-comment-region): New func.
3504
3505 (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
3506 hs-safety-is-job-n, hs-hide-initial-comment-block,
3507 hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
3508 hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
3509 hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
3510 hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
3511 hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
3512
3513 (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
3514 (hs-isearch-show-temporary): New funcs.
3515
3516 (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
3517
3518 (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
3519
3520 When constructing menu, use `[(shift button2)]' notation.
3521
3522 1999-12-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3523
3524 * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
3525 (jka-compr-compression-info-list): Add new elt to each vector.
3526 (jka-compr-write-region): Don't compress the data if it is
3527 already compressed.
3528
3529 * jka-compr.el (jka-compr-really-do-compress): New variable.
3530 (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
3531 if visiting.
3532 (jka-compr-write-region): Set jka-compr-really-do-compress
3533 if visiting. Test it when deciding to compress.
3534
3535 1999-12-22 Gerd Moellmann <gerd@gnu.org>
3536
3537 * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
3538 with third argument t.
3539
3540 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3541
3542 * antlr-mode.el: Version 1.2 is released.
3543 (antlr): This package has a web page.
3544
3545 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3546
3547 * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
3548 regions. Suggested by Dale Davis <Dale_Davis@securify.com>.
3549 (antlr-mode-map): New binding [C-c C-c].
3550 (antlr-mode-menu): New entries.
3551
3552 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3553
3554 * antlr-mode.el: Respect Emacs conventions.
3555 ((require 'cl)): Only use during compilation.
3556 (antlr-language-for-option): New function to avoid using `find'.
3557 (antlr-mode): Use it.
3558 (antlr-with-syntax-table): Define new instead using XEmacs' one.
3559 (antlr-imenu-create-index-function): Change accordingly.
3560 (antlr-inside-rule-p): Ditto.
3561 (antlr-end-of-rule): Ditto.
3562 (antlr-end-of-body): Ditto.
3563 (antlr-beginning-of-rule): Ditto.
3564 (antlr-indent-line): Ditto.
3565
3566 1999-11-21 Christoph Wedler <Christoph.Wedler@sap.com>
3567
3568 * antlr-mode.el: Really use `antlr-tab-offset-alist'.
3569 (antlr-set-tabs): Don't use hard-coded values.
3570
3571 * antlr-mode.el: Minor navigation changes. Not perfect, but this
3572 won't be possible without a huge time penalty.
3573 (antlr-skip-exception-part): Be more specific.
3574 (antlr-skip-file-prelude): Don't skip action prelude of next rule.
3575 Renamed from `antlr-skip-grammar-header'.
3576 (antlr-next-rule): Change accordingly.
3577 (antlr-end-of-body): Ditto. Better error message.
3578 (antlr-beginning-of-body): Better error message.
3579 (antlr-imenu-create-index-function): Skip rule action prelude.
3580
3581 * antlr-mode.el: Minor syntax highlighting changes.
3582 (antlr-font-lock-default-face): Deletia.
3583 (antlr-font-lock-tokendef-face): Changed color.
3584 (antlr-font-lock-tokenref-face): Changed color.
3585 (antlr-font-lock-literal-face): Changed color.
3586 (antlr-font-lock-additional-keywords): Minor changes.
3587
3588 1999-12-20 Carsten Dominik <cd@gnu.org>
3589
3590 * progmodes/idlwave.el: New file.
3591
3592 * progmodes/idlwave-rinfo.el: New file.
3593
3594 * progmodes/idlwave-shell.el: New file.
3595
3596 * progmodes/idlwave-toolbar.el: New file.
3597
3598 * files.el (auto-mode-alist): idlwave-mode default for .pro files.
3599
3600 1999-12-21 Gerd Moellmann <gerd@gnu.org>
3601
3602 * progmodes/cwarn.el: New file.
3603
3604 1999-12-19 Gerd Moellmann <gerd@gnu.org>
3605
3606 * bindings.el (completion-ignored-extensions): Add .pdf.
3607
3608 1999-12-19 Eli Zaretskii <eliz@is.elta.co.il>
3609
3610 * version.el: Put the version info into binary on MS-DOS as well.
3611
3612 1999-12-19 Gerd Moellmann <gerd@gnu.org>
3613
3614 * emacs-lisp/debug.el (debugger-continue): Don't continue if
3615 debugger-may-continue is nil.
3616
3617 1999-12-18 Dave Love <fx@gnu.org>
3618
3619 * emacs-lisp/cl-macs.el: Remove conditional definition of
3620 eval-when-compile. Don't specify abs, expt, gethash,
3621 hash-table-count, hash-table-p as side-effect-free here.
3622 (cl-emacs-type): Don't declare.
3623 (cl-compile-time-init): Remove Emacs 18 compiler patch.
3624 (cl-parse-loop-clause): Remove compatibility code.
3625
3626 * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
3627 (side-effect-free-fns): Add gethash, hash-table-count.
3628 (side-effect-and-error-free-fns): Add hash-table-p.
3629
3630 * emacs-lisp/cl.el: Remove Emacs 18 compatibility code. Prepend
3631 `cl-' to autoload names for some hash functions. Don't autoload
3632 eval-when-compile. Don't provide mini-cl.
3633 (cl-emacs-type): Remove.
3634 (cl-map-extents): Remove compatibility code.
3635
3636 * emacs-lisp/float.el: Bind free variables.
3637
3638 * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
3639
3640 1999-12-16 Gerd Moellmann <gerd@gnu.org>
3641
3642 * bindings.el (completion-ignored-extensions): Add .tfm.
3643
3644 1999-12-16 Dave Love <fx@gnu.org>
3645
3646 * faces.el (set-face-attribute): Purecopy the attributes set.
3647
3648 * custom.el (custom-declare-variable): Purecopy value.
3649
3650 * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
3651 (byte-extrude-byte-code-vectors): Use remprop.
3652 (byte-compile-lambda): Check that arg is a lambda.
3653
3654 1999-11-16 Anders Lindgren <AndersL@andersl.com>
3655
3656 * font-lock.el: System for adding and removing keywords.
3657 Both local (previously added keyword) and global keywords
3658 can be removed.
3659 (font-lock-remove-keywords): New user-level function.
3660 (font-lock-update-removed-keyword-alist): New internal function.
3661 (font-lock-removed-keywords-alist): New variable.
3662 (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
3663 Empty `font-lock-keywords-alist' when `append' is `set' to avoid
3664 growing datastructures.
3665 (font-lock-set-defaults): Removes keywords stored in
3666 `font-lock-removed-keywords-alist' after local keywords added.
3667
3668 1999-12-16 Anders Lindgren <andersl@andersl.com>
3669
3670 * font-lock.el (c-keywords, c++-keywords): Better "case" support for
3671 complex constant expressions, e.g. "case 1<<A_BIT_NO:".
3672
3673 * font-lock.el (c-keywords): Only highlight preprocessor
3674 directives when spelled correctly.
3675
3676 * font-lock.el (font-lock-match-c++-structor-declaration,
3677 c++-keywords): Fontify constructors and destructors with function
3678 face inside C++ class declarations.
3679
3680 1999-12-16 Gerd Moellmann <gerd@gnu.org>
3681
3682 * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
3683 the shell from sh-shell-file.
3684
3685 * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
3686
3687 1999-12-16 Eli Zaretskii <eliz@is.elta.co.il>
3688
3689 * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
3690 if one of the files specified cannot be accessed by
3691 file-attributes. Do not strip any leading directories from the
3692 file names, to behave more like `ls' does.
3693
3694 * dired.el (dired-get-filename): Handle absolute file names.
3695 (dired-readin-insert): If argument is a cons, don't print
3696 "wildcard" on the ``total'' line.
3697
3698 1999-12-15 Eli Zaretskii <eliz@is.elta.co.il>
3699
3700 * faces.el (face-read-integer, read-face-attribute)
3701 (color-defined-p, color-values): Allow color values unspecified-fg
3702 and unspecified-bg, handle them as unspecified.
3703
3704 1999-12-15 Carsten Dominik <dominik@astro.uva.nl>
3705
3706 * textmodes/reftex.el: (reftex-compile-variables): respect new
3707 structure of `reftex-index-macro'
3708 (reftex-compile-variables): Use the changed structure of
3709 `reftex-label-alist'.
3710
3711 * textmodes/reftex-vars.el (reftex-index-math-format,
3712 (reftex-toc-max-level): New option.
3713 reftex-index-phrases-search-whole-words,
3714 reftex-index-phrases-case-fold-search,
3715 reftex-index-phrases-skip-indexed-matches,
3716 reftex-index-phrases-wrap-long-lines,
3717 reftex-index-phrases-sort-prefers-entry,
3718 reftex-index-phrases-sort-in-blocks): New options.
3719 (reftex-index-macros): Option structure changed.
3720 (reftex-index-macros-builtin): Added `repeat' item to each entry.
3721 (reftex-label-alist): Additional item in each entry to specify if
3722 the environment should be listed in the TOC.
3723 (eval-when-compile (require 'cl)) added.
3724
3725 * textmodes/reftex-index.el (reftex-index-selection-or-word): No
3726 longer deals with "repeat".
3727 (reftex-index): "repeat property in `reftex-index-macro-alist' is
3728 now used.
3729 (reftex-index-phrases-comment-regexp,
3730 reftex-index-phrases-macrodef-regexp,
3731 reftex-index-phrases-phrase-regexp1,
3732 reftex-index-phrases-phrase-regexp2,
3733 reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
3734 New constants.
3735 (reftex-index-phrases-macro-data, reftex-index-phrases-files,
3736 reftex-index-phrases-font-lock-keywords,
3737 reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
3738 reftex-index-phrases-restrict-file): New variables.
3739 (reftex-index-phrase-selection-or-word,
3740 reftex-index-visit-phrases-buffer,
3741 reftex-index-initialize-phrases-buffer,
3742 reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
3743 reftex-index-next-phrase, reftex-index-this-phrase,
3744 reftex-index-all-phrases, reftex-index-region-phrases,
3745 reftex-index-phrases-parse-header,
3746 reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
3747 reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
3748 reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
3749 reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
3750 reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
3751 reftex-index-make-replace-string,
3752 reftex-query-index-phrase-globally, reftex-query-index-phrase,
3753 reftex-index-phrase-match-is-indexed,
3754 reftex-index-phrases-fixup-line,
3755 reftex-index-phrases-replace-space,
3756 reftex-index-select-phrases-macro): New functions.
3757 (reftex-index-globalize, reftex-index-globally): functions removed
3758 (eval-when-compile (require 'cl)) added.
3759
3760 * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
3761 for max level.
3762 (reftex-toc-max-level-indicator): New variable.
3763 (reftex-toc-max-level): New command.
3764 (reftex-toc-map): New keybinding `t'.
3765 (reftex-toc-help): Constant updated.
3766 (eval-when-compile (require 'cl)) added.
3767
3768 * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
3769 `t' command key can change `reftex-toc-max-level'
3770 (eval-when-compile (require 'cl)) added.
3771
3772 * textmode/reftex-sel (reftex-insert-docstruct): Respect
3773 `reftex-toc-max-level'
3774 (eval-when-compile (require 'cl)) added.
3775
3776 * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
3777 added.
3778
3779 * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
3780 added.
3781
3782 * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
3783 commands.
3784 (reftex-citation, reftex-do-citation,
3785 reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
3786 preselect a citation format.
3787 (eval-when-compile (require 'cl)) added.
3788
3789 * textmodes/reftex-parse.el (reftex-context-substring): Optional
3790 parameter to-end
3791 (reftex-section-info): Deal with environment matches.
3792 (eval-when-compile (require 'cl)) added.
3793
3794 * reftex-global.el (eval-when-compile (require 'cl)) added.
3795
3796 1999-12-15 Kenichi Handa <handa@etl.go.jp>
3797
3798 The following changes are for the new composition mechanism. We
3799 have deleted `composition' charset and composite characters,
3800 instead introduced a special text property `composition'.
3801
3802 * composite.el: New file.
3803
3804 * ps-mule.el: Define encode-composition-rule and find-composition
3805 for Emacs 20.4 and the earlier versions.
3806 (ps-mule-init-external-library): Just require a feature for
3807 external libraries.
3808 (ps-mule-prologue): Postscript code modified for new composition.
3809 (ps-mule-find-wrappoint): New arg COMPOSITION.
3810 (ps-mule-plot-string): Delete code for composite characaters.
3811 (ps-mule-plot-composition): New funcion.
3812 (ps-mule-prepare-font-for-components): New function.
3813 (ps-mule-plot-components): New function.
3814 (ps-mule-composition-prologue-generated): Renamed from
3815 ps-mule-cmpchar-prologue-generated.
3816 (ps-mule-composition-prologue): New named from
3817 ps-mule-cmpchar-prologue. Modified for new composition.
3818 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
3819 ps-mule-prepare-cmpchar-font): Deleted.
3820 (ps-mule-string-encoding): New arg NO-SETFONT.
3821 (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
3822 check Composing, not Cmpchar
3823 (ps-mule-initialize): Set ps-mule-composition-prologue-generated
3824 to nil.
3825 (ps-mule-begin-job): Check existence of new composition.
3826
3827 * ps-print.el (ps-plot-region): Handle new composition.
3828
3829 * simple.el (what-cursor-position): Show "(composed)" if the
3830 character is composed.
3831
3832 * international/characters.el: Fix cateogries of Lao symbols.
3833
3834 * international/fontset.el (vertical-centering-font-regexp): New
3835 variable.
3836
3837 * international/mule.el (mule-version): Updated to 5.0 (AOI).
3838 (mule-version-date): Updated to 1999.12.7.
3839 (with-category-table): New macro.
3840
3841 * international/mule-cmds.el (encode-coding-char): Don't check
3842 composite character.
3843
3844 * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
3845 iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
3846 x-ctext): Give `composition' property t.
3847
3848 * international/mule-util.el (set-nested-alist): Set BRANCHES (if
3849 non-nil) at the tail of ALIST.
3850 (compose-region, decompose-region, decompse-string,
3851 reference-point-alist, compose-chars): Moved to composite.el.
3852 (compose-chars-component, compose-chars-rule,
3853 decompose-composite-char): Deleted.
3854
3855 * international/quail.el (quail-install-map): New optional arg
3856 NAME.
3857 (quail-get-translation): If DEF is a symbol but not a function,
3858 ignore it.
3859 (quail-start-translation): Put a key sequence undefined in the
3860 translation keymap in unread-command-events, not generated-events.
3861 Return parameterized event (compose-last-chars N) if the input
3862 characters should be composed.
3863 (quail-map-definition): If DEF is t, treat it as nil.
3864 (quail-delete-last-char): Delete the quail region.
3865 (quail-show-translations): Don't show list of translations if the
3866 quail package is deterministic.
3867 (quail-completion-max-depth): New variable.
3868 (quail-completion-1): Pay attention to the above variable. Fix
3869 for the case that a translation is a function.
3870 (quail-map-from-table, quail-map-from-table-1,
3871 quail-map-from-table-2): New functions.
3872 (quail-lookup-map-and-concat): New function
3873
3874 * language/devan-util.el: Mostly rewritten.
3875
3876 * language/lao.el: Register lao-composition-function in
3877 composition-function-table.
3878
3879 * language/lao-util.el: Mostly rewritten.
3880
3881 * language/thai.el: Register thai-composition-function in
3882 composition-function-table.
3883 (thai-tis620): Delete `pre-write-conversion' property.
3884
3885 * language/thai-util.el: (thai-category-table): Make it by
3886 make-category-table.
3887 (thai-composition-pattern): New variable.
3888 (thai-compose-region, thai-compose-string): Use
3889 with-category-table.
3890 (thai-post-read-conversion): Just call thai-compose-region.
3891 (thai-pre-write-conversion): Deleted.
3892 (thai-composition-function): New funciton.
3893
3894 * language/tibet-util.el: Most functions rewritten.
3895 (tibetan-char-p): Renamed from tibetan-char-examin.
3896 (tibetan-composable-examin) (tibetan-complete-char-examin)
3897 (tibetan-vertical-stacking) (tibetan-composition): Deleted.
3898 (tibetan-add-components): New function.
3899 (tibetan-composition-function): New function.
3900
3901 * language/tibetan.el: Register tibetan-composition-function in
3902 composition-function-table.
3903 (tibetan-composable-pattern): New variable.
3904 (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
3905 (tibetan-precomposition-rule-alist): Move punctuations to
3906 tibetan-punctuation-transcription-alist and
3907 tibetan-obsolete-glyphs.
3908 (tibetan-punctuation-transcription-alist): New variable.
3909 (tibetan-obsolete-glyphs): New variable.
3910 (tibetan-regexp): Improve the initialization code.
3911
3912 * textmodes/fill.el (fill-find-break-point): Delete codes for
3913 composite characters.
3914 (fill-region-as-paragraph): Likewise.
3915
3916 1999-12-14 Gerd Moellmann <gerd@gnu.org>
3917
3918 * international/mule-cmds.el (default-input-method): Specify
3919 that it should be set after current-language-environment.
3920
3921 * custom.el (custom-handle-keyword): Add :set-after.
3922 (custom-add-dependencies): New function.
3923 (custom-set-variables): Take dependencies between args into
3924 account.
3925
3926 * battery.el (battery): Doc fix.
3927
3928 1999-12-12 Gerd Moellmann <gerd@gnu.org>
3929
3930 * progmodes/cc-make.el: Removed.
3931
3932 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3933
3934 * Release of cc-mode 5.26
3935
3936 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3937
3938 * cc-cmds.el (c-forward-conditional): Handle an arbitrary
3939 target depth. Optionally count #else lines as clause limits,
3940 as suggested by don provan <provan@lucent.com>. #elif
3941 handling fixed.
3942
3943 * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
3944 (c-down-conditional-with-else): New commands that uses the
3945 added functionality in `c-forward-conditional'.
3946
3947 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3948
3949 * cc-align.el (c-lineup-comment): Preserve the alignment with
3950 a comment on the previous line instead of preserving the
3951 comment-column.
3952
3953 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3954
3955 * Fixes to IDL mode after input from Eric Eide
3956 <eeide@cs.utah.edu>:
3957 * cc-engine.el (c-beginning-of-statement-1): Allow
3958 `c-conditional-key' to be nil, for the benefit of IDL mode.
3959 * cc-engine.el (c-guess-basic-syntax): Ditto.
3960 cc-langs.el (C-IDL-class-key): Fixed. Don't match `class'
3961 but do match CORBA 2.3 `valuetype'.
3962 * cc-langs.el (c-IDL-access-key): New defconst. Should be nil
3963 for IDL.
3964 * cc-langs.el (c-IDL-conditional-key): New defconst. Should
3965 be nil for IDL.
3966 * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
3967 Like C++.
3968 * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts. Also,
3969 set `c-method-key' and `c-baseclass-key' to nil.
3970
3971 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3972
3973 * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
3974 with nonhanging open braces.
3975
3976 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3977
3978 * cc-align.el: Added docstrings to all lineup functions.
3979
3980 * cc-align.el (c-lineup-java-throws): Handle a hanging throws
3981 keyword.
3982
3983 * cc-align.el (c-lineup-C-comments): Handle free form text
3984 comments. Use c-comment-prefix-regexp and comment-start-skip
3985 instead of hardcoded regexps.
3986
3987 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3988
3989 * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
3990 behavior and return value as documented.
3991
3992 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
3993
3994 * Changes for new style variable init system:
3995 * cc-langs.el (c-common-init): Dito.
3996 * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
3997 now customizable.
3998 * cc-vars.el: Style variables may now take a value
3999 'set-from-style to make them take their value from the style
4000 system. This value is now the default on all these variables.
4001 * cc-vars.el (c-valid-offset): New function to verify a
4002 syntactic symbol offset setting.
4003 * cc-vars.el (c-offsets-alist): Variable moved from
4004 cc-styles.el since it's now customizable in a similar way to
4005 the other style variables.
4006 * cc-vars.el (c-old-style-variable-behavior): New variable to
4007 revert to the old style init behavior.
4008
4009 * cc-vars.el (c-file-style, c-file-offsets): Made always
4010 buffer local.
4011
4012 * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
4013 the throws clause that might follow the function prototype in
4014 C++.
4015
4016 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4017
4018 * cc-defs.el (c-beginning-of-macro): Fixed bug where point
4019 could move forward for macros that doesn't start in column 0.
4020
4021 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4022
4023 * cc-align.el (c-indent-multi-line-block,
4024 c-lineup-whitesmith-in-block): Two new lineup functions for
4025 use in whitesmith style.
4026
4027 * cc-styles.el (c-style-alist): More fixes to whitesmith
4028 style. It should now handle all different braces uniformly in
4029 both hanging and non-hanging cases.
4030
4031 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4032
4033 * cc-cmds.el (c-indent-exp): Use a marker to save point to
4034 make it stay in the same position relative to the surrounding
4035 text.
4036
4037 * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
4038 when adaptive-fill-mode doesn't manage to get it correct.
4039
4040 * cc-menus.el (cc-imenu-java-generic-expression): Handle types
4041 with dotted notation, e.g. foo.bar.Gnu.
4042
4043 * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
4044 within unwind-protect (previously only some were wrapped so it
4045 would be possible to register mode initialization when full
4046 initialization did not finish).
4047
4048 * cc-styles.el (c-style-alist): Corrected the brace placement
4049 in the whitesmith style. Thanks to Sean Luke
4050 <seanl@cs.umd.edu>. Also extended the bsd and whitesmith
4051 styles with consistent brace placement for all constructs.
4052
4053 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4054
4055 * cc-cmds.el (c-context-line-break): Continue C++ comments too
4056 when point is in the middle of them.
4057
4058 * cc-cmds.el: Line breaking and paragraph filling code
4059 rewritten:
4060 (c-guess-fill-prefix): New function that uses various
4061 heuristics to guess the comment prefix.
4062 (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
4063 It now assumes adaptive filling is active to preserve the line
4064 prefix inside comments.
4065 (c-indent-new-comment-line): Replacement for the now
4066 obsolete `c-comment-line-break-function' that uses
4067 `c-guess-fill-prefix' when appropriate. It now observes the
4068 setting of `comment-multi-line', which has effect in C-style
4069 block comments.
4070
4071 * cc-cmds.el (c-context-line-break): New function intended to
4072 be put on RET. It's essentially `newline-and-indent', but
4073 continues C block comments with the appropriate line prefix.
4074
4075 * cc-cmds.el (c-do-auto-fill): New function put on
4076 `normal-auto-fill-function' to implement the
4077 `c-ignore-auto-fill' variable.
4078
4079 * cc-cmds.el (c-beginning-of-statement): Use
4080 `c-comment-prefix-regexp' to avoid ending up inside the
4081 comment prefix. Better handling of comment starters and
4082 enders. Catch comments better when traversing code. Stop at
4083 preprocessor directives.
4084
4085 * cc-defs.el (c-forward-comment): New subst to hide platform
4086 dependent quirks in `forward-comment'.
4087
4088 * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
4089 argument.
4090 (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
4091 arguments. Activate this function by default when
4092 `parse-partial-sexp' supports it (currently Emacs 20.x).
4093
4094 * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
4095 on the comment opener to make constants usable as lineup
4096 arguments.
4097
4098 * cc-align.el (c-lineup-C-comments): Fixes to handle the
4099 changed anchor position in the `c' syntactic symbol. Handle
4100 more than stars in the comment prefix; use the new variable
4101 `c-comment-prefix-regexp'. Don't indent text not preceded by
4102 a comment prefix to the right of the comment opener if it's
4103 long.
4104
4105 * cc-langs.el: Fixes to mode initialization for new line
4106 breaking and paragraph filling method. Adaptive fill mode is
4107 now activated at startup instead of deactivated. The
4108 variables used for adaptive filling and paragraph movement are
4109 also changed to incorporate the value of
4110 `c-comment-prefix-regexp'. `substitute-key-definition' is
4111 used to override some functions in the global map instead of
4112 overriding their default bindings.
4113
4114 * cc-mode.el (java-mode): Modify `paragraph-start' for the
4115 javadoc markup at mode init.
4116
4117 * cc-mode.el (c-setup-filladapt): A new convenience function
4118 to configure Kyle E. Jones' Filladapt mode for CC Mode. This
4119 function is intended to be used explicitly by the end user
4120 only.
4121
4122 * cc-vars.el (c-comment-prefix-regexp): New variable used to
4123 recognize the comment fill prefix inside comments.
4124 (c-block-comment-prefix): New name for
4125 `c-comment-contiuation-stars', which is now obsolete. It's
4126 generalized to handle any character sequence.
4127 (c-ignore-auto-fill): New variable used to selectively disable
4128 Auto Fill mode in specific contexts.
4129
4130 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4131
4132 * cc-cmds.el (c-comment-indent): Leave at least one space
4133 between the comment and the last nonblank character in the
4134 case where we look at the indentation of the comment on the
4135 previous line (case 4).
4136
4137 * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
4138 list of characters that may start a statement (it's a sort of
4139 prefix operator in Pike, and isn't used at all in any of the
4140 other languages).
4141
4142 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4143
4144 * cc-engine.el (c-guess-basic-syntax): Report brace list opens
4145 inside continued statements as statement-cont instead of
4146 brace-list-open. The reason is that one normally adjusts
4147 brace-list-open for brace lists as top-level constructs, and
4148 brace lists inside statements is a completely different
4149 context. Case 10B.2 changed. Also changed (the somewhat
4150 esoteric) case 9A to cope with this.
4151
4152 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4153
4154 * cc-cmds.el (c-electric-brace): Added electric handling of
4155 the open brace for brace-elseif-brace.
4156
4157 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4158
4159 * cc-defs.el (c-with-syntax-table): New macro to easily switch
4160 syntax tables temporarily.
4161
4162 * cc-engine.el (c-guess-basic-syntax): Handle template and
4163 member init argument lists split over several lines. Case 5D
4164 changed.
4165
4166 * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
4167 @throws introduced in Javadoc 1.2.
4168
4169 * cc-menus.el (cc-imenu-java-generic-expression): Applied
4170 patch from RMS to avoid infinite backtracking.
4171
4172 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4173
4174 * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
4175 by [ ].
4176
4177 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4178
4179 * cc-align.el (c-lineup-dont-change): Compensate properly for
4180 the column in langelem.
4181
4182 * cc-engine.el (c-syntactic-information-on-region): New
4183 function to help debugging the syntactic analysis.
4184
4185 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4186
4187 * cc-align.el (c-lineup-template-args): Handle nested template
4188 arglists.
4189
4190 * cc-langs.el (c++-template-syntax-table): New syntax table
4191 that makes `<' and `>' parenthesis characters, which is useful
4192 to switch to temporarily when analyzing template arglists.
4193
4194 * cc-styles.el: Changed default alignment of labels in the
4195 java style to conform to the examples in the Java Language
4196 Specification.
4197
4198 * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
4199 by default.
4200
4201 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4202
4203 * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
4204 immediately before the closing paren in an arglist, so don't
4205 check that in Pike mode. Case 7A changed.
4206
4207 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4208
4209 * cc-cmds.el (c-indent-region): Fixed bug where comment-only
4210 lines were ignored under certain conditions.
4211
4212 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4213
4214 * cc-align.el (c-lineup-template-args): New function for
4215 aligning continued template argument lists.
4216
4217 * cc-engine.el (c-guess-basic-syntax): Fix for member init
4218 lists containing function arglists split over several lines.
4219 Case 5D.1 changed.
4220
4221 * cc-engine.el (c-guess-basic-syntax): Fixed bug where
4222 template-args-cont didn't get recognized when the first
4223 arglist opener line doesn't contain a template argument. New
4224 case 5K.
4225
4226 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4227
4228 * cc-defs.el (c-point): Changed from subst to macro for
4229 efficiency.
4230 (c-beginning-of-defun-1, c-end-of-defun-1): New
4231 beginning-of-defun/end-of-defun wrappers separated from
4232 c-point.
4233
4234 * cc-menus.el (imenu-generic-expression,
4235 imenu-case-fold-search, imenu-progress-message): Dummy
4236 definitions to avoid compiler warnings if imenu can't be
4237 loaded.
4238 * cc-menus.el (cc-imenu-init): New function called at mode
4239 init.
4240 * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
4241 imenu initializations to cc-imenu-init.
4242
4243 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4244
4245 * cc-engine.el (c-guess-basic-syntax): Slightly better check
4246 for lambda-intro-cont in Pike mode. Case 6 changed.
4247
4248 * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
4249 anything following "new Foo()" was considered an anonymous
4250 class body in Java mode.
4251
4252 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4253
4254 * cc-cmds.el (c-comment-line-break-function): When breaking in
4255 a string, don't insert a new line.
4256
4257 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4258
4259 * cc-engine.el (c-at-toplevel-p): New interface function which
4260 returns information useful to add-on authors. It tells you
4261 whether you're at a toplevel statement or not.
4262
4263 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4264
4265 * cc-cmds.el (c-comment-line-break-function): It is possible
4266 that forward-line does not land us at the bol, say if we're on
4267 the last line in a file. In that case, do a
4268 back-to-indentation instead of a forward-comment -1.
4269
4270 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4271
4272 * cc-engine.el (c-beginning-of-statement-1): Don't catch
4273 "default:" as normal label in case 4.
4274
4275 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4276
4277 * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
4278 recognize continued bitfield declarations. Case 5D.1 changed.
4279 * cc-langs.el: New variable c-bitfield-key.
4280 * cc-mode.el: New variable c-bitfield-key.
4281
4282 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4283
4284 * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
4285 anonymous array expressions (i.e. "new Foo[] {.. bracelist
4286 ..}").
4287
4288 1999-12-12 Dave Love <fx@gnu.org>
4289
4290 * mail/footnote.el: Require cl when compiling. Don't autoload
4291 keymap and minor-mode-alist stuff. Don't set zmacs-region-stays.
4292 (footnote-insert-text-marker, Footnote-insert-pointer-marker):
4293 Avoid `acons'.
4294 (footnote-mode-line-string, Footnote-add-footnote): Remove
4295 autoload cookie.
4296
4297 1999-12-12 Richard Sharman <rsharman@pobox.com>
4298
4299 * sh-script.el: Fix for when font-lock mode is active.
4300 (sh-font-lock-unfontify-region-function): New function.
4301
4302 1999-12-12 Eli Zaretskii <eliz@is.elta.co.il>
4303
4304 * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
4305 if start-process is not bound, since Ispell now supports such
4306 platforms as well.
4307
4308 1999-12-12 Gerd Moellmann <gerd@gnu.org>
4309
4310 * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
4311 rmail-summary-goto-msg.
4312
4313 * files.el (after-find-file): Fix previous change.
4314
4315 1999-12-11 Dave Love <fx@gnu.org>
4316
4317 * help.el (where-is): Use `commandp' as predicate for
4318 `completing-read'
4319
4320 1999-12-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4321
4322 * cus-edit.el (custom-save-delete): Delete all occurrences,
4323 leave point where the first occurrence was.
4324 (custom-save-faces): Insert a newline at the end of the comment.
4325 Avoid a double newline there.
4326 If final closeparen is at bol, put a space before it.
4327 (custom-save-variables): Likewise.
4328 (custom-file): Doc fix.
4329
4330 1999-12-10 Gerd Moellmann <gerd@gnu.org>
4331
4332 * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
4333 regexp matching image and audio files.
4334
4335 1999-12-09 Dave Love <fx@gnu.org>
4336
4337 * mail/footnote.el: New file.
4338
4339 1999-12-09 Gerd Moellmann <gerd@gnu.org>
4340
4341 * files.el (after-find-file): Use auto-save-visited-file-name if
4342 set.
4343
4344 * mail/feedmail.el (feedmail-find-eoh): Take
4345 feedmail-queue-alternative-mail-header-separator into account.
4346
4347 1999-12-09 Stefan Monnier <monnier@cs.yale.edu>
4348
4349 * smerge-mode.el: New file.
4350
4351 * font-lock.el (font-lock-multiline): New variable.
4352 (font-lock-add-keywords): Rename `major-mode' into `mode'.
4353 (font-lock-remove-keywords): Added a dummy `mode' argument for
4354 potential future support.
4355 (font-lock-fontify-anchored-keywords,
4356 (font-lock-fontify-keywords-region): Only handle multiline strings
4357 if necessary (avoids a pathological behavior in (f.ex) diff-mode).
4358
4359 1999-12-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4360
4361 * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
4362
4363 * dired-aux.el (dired-insert-subdir): Add autoload cookie.
4364
4365 1999-12-07 Dave Love <fx@gnu.org>
4366
4367 * help.el (view-emacs-problems): New command, bound to C-h P.
4368
4369 * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
4370
4371 1999-12-07 Stefan Monnier <monnier@cs.yale.edu>
4372
4373 * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
4374 (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
4375 New code to support the minor mode version.
4376 (diff-recenter): New function.
4377 (diff-next-hunk, diff-next-file): Use it.
4378 (diff-remembered-files-alist): New var.
4379 (diff-merge-strings): New function.
4380 (diff-find-file-name): Make it smarter and use the user's input more.
4381 (diff-mode): Cosmetic changes.
4382
4383 * files.el (save-some-buffers): Turn EXITING into the more general
4384 PRED argument to allow specifying a subset of buffers.
4385
4386 * simple.el (kill-region): Use the new `delete-and-extract-region'
4387 rather than the undo log (which is incorrect with *-change-functions).
4388
4389 * font-lock.el (font-lock-default-fontify-region): Fix subtle
4390 off-by-one problem that could force re-fontifying the whole buffer.
4391 (font-lock-remove-keywords): New function.
4392 (font-lock-add-keywords): Use the new function to ensure idempotence.
4393
4394 1999-12-06 Michael Kifer <kifer@cs.sunysb.edu>
4395
4396 * viper-cmd.el (viper-minibuffer-standard-hook,
4397 viper-minibuffer-real-start): Mew functions.
4398 (viper-read-string-with-history,viper-file-add-suffix,
4399 viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
4400 change in the status of the minibuffer prompt.
4401
4402 1999-12-06 Gerd Moellmann <gerd@gnu.org>
4403
4404 * comint.el (comint-redirect-results-list)
4405 (comint-redirect-results-list-from-process): Remove interactive
4406 spec.
4407
4408 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4409
4410 * info.el (info-node, info-menu-5, info-xref): Define colors for
4411 Info faces if the display supports them.
4412
4413 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4414
4415 Changes for automatic remapping of X colors on terminal frames:
4416
4417 * term/pc-win.el (msdos-setup-initial-frame): New function, run by
4418 term-setup-hook. Call msdos-remember-default-colors and
4419 msdos-handle-reverse-video.
4420 (msdos-face-setup): Parts of code moved to
4421 msdos-setup-initial-frame.
4422 (msdos-handle-reverse-video): New function, modeled after
4423 x-handle-reverse-video.
4424 (make-msdos-frame): Don't use initial-frame-alist and
4425 default-frame-alist. Call msdos-handle-reverse-video.
4426 (msdos-color-aliases): Remove.
4427 (msdos-color-translate, msdos-approximate-color): Remove.
4428 (msdos-color-values): Use 16-bit RGB values. RGB values updated
4429 for better approximation of X colors.
4430 (msdos-face-setup): Call tty-color-clear. Remove code that sets
4431 up tty-color-alist (it is now on startup.el).
4432 (x-display-color-p, x-color-defined-p, x-color-values,
4433 x-defined-colors, face-color-supported-p, face-color-gray-p):
4434 Remove.
4435
4436 * facemenu.el (facemenu-read-color, list-colors-display): Use
4437 defined-colors for all frame types.
4438 (facemenu-color-equal): Use color-values for all frame types.
4439
4440 * faces.el (read-face-attribute): For :foreground and :background
4441 attributes and frames on character terminals, translate the color
4442 to the closest supported one before looking it up in the list of
4443 valid values.
4444 (face-valid-attribute-values): Call defined-colors for all types
4445 of frames.
4446 (defined-colors, color-defined-p, color-values, display-color-p):
4447 New finctions.
4448 (x-defined-colors, x-color-defined-p, x-color-values,
4449 x-display-color-p): Aliases for the above.
4450
4451 * startup.el (command-line): Register terminal colors for frame
4452 types other than x and w32, but only if the terminal supports
4453 colors. Call tty-color-define instead of face-register-tty-color.
4454
4455 * term/x-win.el (xw-defined-colors): Renamed from
4456 x-defined-colors.
4457 * term/w32-win.el (xw-defined-colors): Likewise.
4458
4459 * term/tty-colors.el: New file.
4460 * loadup.el: Load term/tty-colors.
4461
4462 1999-12-06 Dave Love <fx@gnu.org>
4463
4464 * ffap.el: Autoload the ffap alias directly.
4465
4466 1999-12-06 Inge Frick <inge@nada.kth.se>
4467
4468 * dired-aux.el (dired-do-shell-command): Changed documentation.
4469 (dired-shell-stuff-it): A `?' in COMMAND has now the same
4470 meaning as `*'.
4471
4472 1999-12-06 Gerd Moellmann <gerd@gnu.org>
4473
4474 * simple.el (insert-buffer): Doc fix.
4475
4476 * apropos.el (apropos-mode): Add autoload cookie.
4477
4478 1999-12-06 Sam Steingold <sds@goems.com>
4479
4480 * progmodes/etags.el (etags-tags-completion-table): Modified the
4481 regexp to allow for the CL symbols starting with `+*'.
4482 (tags-completion-table): Doc fix (it's an obarray, not an alist).
4483 (tags-completion-table, tags-recognize-empty-tags-table): Remove
4484 `function' quoting lambda.
4485 (tags-with-face): New macro.
4486 (list-tags, tags-apropos): Use it.
4487 (tags-apropos-additional-actions): New user option.
4488 (etags-tags-apropos-additional): Use it.
4489 (tags-apropos): Call etags-tags-apropos-additional.
4490 (tags-apropos-verbose): New user option.
4491 (etags-tags-apropos): Use it.
4492 (visit-tags-table-buffer, next-file): Use `unless'.
4493 (recognize-empty-tags-table): Renamed to
4494 tags-recognize-empty-tags-table.
4495 (complete-tag): Call tags-complete-tag bypassing try-completion.
4496
4497 1999-12-06 Kenichi Handa <handa@etl.go.jp>
4498
4499 * international/mule.el (set-buffer-file-coding-system): Docstring
4500 modified.
4501
4502 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
4503
4504 * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
4505 using the hideshow package.
4506 (hs-special-modes-alist): Added entry for bibtex to allow the use
4507 of the hideshow package.
4508 (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
4509 not longer provided by bibtex.el directly. Instead the hideshow
4510 package should be used.
4511 (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
4512 references to bibtex-hide-entry-bodies.
4513
4514 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
4515
4516 * textmodes/bibtex.el: Copyright notice is up to date. Moved
4517 maintainer information closer to the beginning of the bibtex.el
4518 file.
4519 (bibtex-maintainer-salutation): New constant.
4520 (bibtex-version): New constant.
4521 (bibtex-submit-bug-report): Use bibtex-version and
4522 bibtex-maintainer-salutation.
4523 (bibtex-entry-field-alist): Made booktitle field optional for
4524 @inproceedings entries when crossreferenced.
4525 (bibtex-entry-field-alist): Added booktitle field to proceedings
4526 entry type (for cross referencing). Thanks to Wagner Toledo Correa
4527 for the suggestion.
4528 (bibtex-string-file-path): Fixed typo.
4529
4530 1999-12-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
4531
4532 * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
4533 for reftex.el.
4534 (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
4535 to menu.
4536
4537 1999-12-04 Dave Love <fx@gnu.org>
4538
4539 * delsel.el: Revert previous change -- region is significant to
4540 skeleton.
4541
4542 1999-12-04 Michael Kifer <kifer@cs.sunysb.edu>
4543
4544 * viper-cmd.el (viper-change-state): Use
4545 viper-ESC-moves-cursor-back to decide whether to move the cursor
4546 back.
4547
4548 1999-12-03 Kenichi Handa <handa@mule.m17n.org>
4549
4550 * international/mule-util.el (truncate-string-to-width): Docsting
4551 fixed.
4552
4553 1999-12-02 Stefan Monnier <monnier@cs.yale.edu>
4554
4555 * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
4556 use of `cond'.
4557 (lm-with-file): Move all the find-file...kill-buffer stuff into
4558 this macro. Make it use `find-file-noselect' and make it kill
4559 the buffer only if it wasn't already displayed somewhere.
4560 (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
4561 (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
4562 (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
4563 (lm-commentary): Fix to handle the case when the change log is
4564 at the end of the file.
4565
4566 1999-12-02 Kenichi Handa <handa@etl.go.jp>
4567
4568 * international/mule.el (charsetp): Fix typo in docstring.
4569
4570 * international/mule-diag.el (list-coding-categories): Fix typo;
4571 automatic -> autoload.
4572
4573 1999-12-02 Gerd Moellmann <gerd@gnu.org>
4574
4575 * vc.el (vc-update-change-log): Look for rcs2log under
4576 exec-directory.
4577
4578 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
4579 outline-regexp, add outline-level.
4580 (lisp-outline-level): New.
4581
4582 * calendar/appt.el (appt-convert-time): Handle "12:MMam",
4583 remove extraneous string-match.
4584
4585 * finder.el (finder-commentary): Activate Finder mode.
4586
4587 1999-12-01 Anders Lindgren <andersl@andersl.com>
4588
4589 * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
4590 off when reverting buffers that contained mode specifiers.
4591 `revert-buffer' is now called with non-nil PRESERVE-MODES
4592 argument.
4593
4594 1999-12-01 Dave Love <fx@gnu.org>
4595
4596 * delsel.el: Grok skeleton-pair-insert-maybe.
4597
4598 1999-11-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4599
4600 * progmodes/cperl-mode.el (cperl-under-as-char):
4601 Use nil as default.
4602
4603 1999-11-30 Gerd Moellmann <gerd@gnu.org>
4604
4605 * speedbar.el (toplevel): Remove compatibility code for Emacs
4606 versions without custom.el.
4607
4608 1999-11-30 Dave Love <fx@gnu.org>
4609
4610 * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
4611
4612 * autoinsert.el: Minor doc fixes.
4613 (auto-insert): Return nil.
4614
4615 * faces.el (set-face-documentation): Purecopy STRING.
4616
4617 1999-11-29 Dave Love <fx@gnu.org>
4618
4619 * derived.el: Doc fixes, remove old backquote syntax.
4620
4621 * cus-edit.el (custom-save-variables, custom-save-faces): Write a
4622 comment warning about editing.
4623
4624 * help.el (help-mode-hook): Define.
4625
4626 1999-11-29 Gerd Moellmann <gerd@gnu.org>
4627
4628 * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
4629 invalid translation of old-style backquote syntax to new syntax.
4630
4631 1999-11-28 Eli Zaretskii <eliz@is.elta.co.il>
4632
4633 * Makefile (DONTCOMPILE): Add term/internal.el.
4634
4635 1999-11-26 Dave Love <fx@gnu.org>
4636
4637 * comint.el: Fix last change.
4638
4639 * emacs-lisp/advice.el: Fix last change.
4640
4641 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4642
4643 * cus-edit.el (Custom-reset-standard): Doc fix.
4644 (custom-variable-reset-standard): Doc fix.
4645 (custom-face-reset-standard): Doc fix.
4646 (custom-face-menu): "Reset to Standard" => "Erase Customization".
4647 (custom-variable-menu): Likewise.
4648 (custom-reset-menu): Likewise.
4649 (custom-buffer-create-internal): Likewise.
4650
4651 1999-11-26 Dave Love <fx@gnu.org>
4652
4653 * progmodes/make-mode.el (makefile-mode-hook): Customize.
4654
4655 * font-lock.el: Doc fixes.
4656
4657 * menu-bar.el (menu-bar-mode): Customize.
4658
4659 * cus-start.el: Add use-dialog-box.
4660
4661 * add-log.el (change-log-mode-hook): Customize.
4662 (add-log-current-defun): Use
4663 fortran-{beginning,end}-of-subprogram.
4664
4665 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4666
4667 * emacs-lisp/advice.el: Many doc fixes.
4668
4669 * comint.el (comint-preoutput-filter-functions): Doc fix.
4670
4671 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4672
4673 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4674 Improve messages for capitalization of arg names,
4675 for flag variables, for t and nil, for imperatives.
4676 Call them imperatives rather than infinitives sans "to".
4677 (checkdoc-common-verbs-wrong-voice): Add "moves".
4678 (checkdoc-message-text-engine): Improve messages for y-or-n-p.
4679
4680 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
4681 Don't convert comments from 3-semicolon to 2-semicolon.
4682 That is a matter of style.
4683 (checkdoc-triple-semi-comment-check-flag): Variable deleted.
4684 (checkdoc-comments): Don't bind that variable.
4685
4686 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4687
4688 * files.el (write-file-hooks): Doc fix.
4689
4690 1999-11-26 Gerd Moellmann <gerd@gnu.org>
4691
4692 * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
4693
4694 1999-11-25 Dave Love <fx@gnu.org>
4695
4696 * hippie-exp.el: Require comint when compiling.
4697 (hippie-expand): Add :links.
4698 (hippie-expand-try-functions-list): Customize.
4699
4700 1999-11-24 Michael Kifer <kifer@cs.sunysb.edu>
4701
4702 * viper*el: Replaced old-style backquotes.
4703
4704 * ediff*el: Replaced old-style backquotes.
4705
4706 * ediff-merge
4707 (ediff-looks-like-combined-merge,ediff-get-combined-region):
4708 Changed to support the new format for ediff-combination-pattern.
4709
4710 * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
4711 Changed to support the new format for ediff-combination-pattern.
4712
4713 1999-11-24 Dave Love <fx@gnu.org>
4714
4715 * custom.el (custom-declare-group): Purecopy DOC.
4716 (custom-handle-keyword): Purecopy VALUE.
4717 (custom-add-link): Purecopy WIDGET.
4718 (custom-add-version): Purecopy VERSION.
4719 (custom-add-load): Purecopy LOAD.
4720
4721 * cus-face.el (custom-declare-face): Purecopy DOC.
4722
4723 * info.el:
4724 (Info-build-node-completions, Info-search, Info-follow-reference)
4725 (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
4726 (Info-find-emacs-command-nodes): Avoid properties on matched text
4727 which may appear in minibuffer.
4728
4729 1999-11-24 Gerd Moellmann <gerd@gnu.org>
4730
4731 * locate.el (locate-with-filter): Doc fix.
4732
4733 1999-11-24 Alex Schroeder <alex@gnu.org>
4734
4735 * sql.el (sql-find-sqli-buffer): New function.
4736 (sql-set-sqli-buffer-generally): New function.
4737 (sql-set-sqli-buffer): Better checking of new-buffer.
4738 (sql-copy-column): Add comma after INTO clause, too.
4739
4740 1999-11-24 Alex Schroeder <alex@gnu.org>
4741
4742 * sql.el (sql-imenu-generic-expression): New, used to set
4743 imenu-generic-expression.
4744
4745 * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
4746 setting font-lock-defaults' SYNTAX-ALIST. Set
4747 imenu-generic-expression, imenu-case-fold-search, and
4748 imenu-syntax-alist.
4749
4750 * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
4751 and 46 when setting font-lock-defaults' SYNTAX-ALIST.
4752
4753 1999-11-23 Andrew Innes <andrewi@gnu.org>
4754
4755 * w32-win.el (w32-drag-n-drop): Load files in current window, if
4756 drop coords aren't over a specific window.
4757
4758 1999-11-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4759
4760 * ps-print.el: Define mule funs without checking if mule package is
4761 loaded.
4762 (ps-print-version): New version number (5.0.1).
4763 (ps-header-dirpart): Now uses abbreviate-file-name.
4764
4765 1999-11-23 Dave Love <fx@gnu.org>
4766
4767 * progmodes/fortran.el (fortran-comment-line-start): Renamed from
4768 comment-line-start.
4769 (fortran-comment-line-start-skip): Renamed from
4770 comment-line-start-skip.
4771 (fortran-mode-map): Use renamed functions. Add manual and custom
4772 entries to menu.
4773 (fortran-mode-hook): Customize.
4774 (fortran-comment-indent-function): Renamed from
4775 fortran-comment-hook.
4776 (delete-horizontal-regexp): Function deleted.
4777 (fortran-electric-line-number): Simplified.
4778 (fortran-beginning-of-subprogram): Renamed from
4779 beginning-of-fortran-subprogram.
4780 (fortran-end-of-subprogram): Renamed from
4781 end-of-fortran-subprogram.
4782 (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
4783 (fortran-previous-statement, fortran-next-statement): Simplified.
4784 (fortran-blink-match): New function.
4785 (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
4786 (fortran-indent-to-column): Don't use delete-horizontal-regexp.
4787 (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
4788 line-end-position.
4789 (fortran-fill): No longer interactive. Simplified.
4790 (fortran-break-line): Simplified.
4791 (fortran-analyze-file-format): Use char-after, not looking-at.
4792
4793 * emacs-lisp/find-func.el (find-function-regexp): Use
4794 `define-minor-mode' after easy-menu change.
4795
4796 1999-11-23 Gerd Moellmann <gerd@gnu.org>
4797
4798 * comint.el: Add redirection.from active comint buffers into
4799 another buffer. Written by Peter Breton.
4800
4801 1999-11-23 Stefan Monnier <monnier@cs.yale.edu>
4802
4803 * emacs-lisp/autoload.el (make-autoload): Recognize the new
4804 `define-minor-mode'.
4805 (define-minor-mode): Specify `doc-string-elt'.
4806
4807 * emacs-lisp/easy-mmode.el: Changed maintainer.
4808 (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
4809 Use defcustom for the hooks; Improve the auto-generated docstrings.
4810 (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
4811 (define-minor-mode): Add BODY arg; Only declare the keymap if
4812 provided; Improve the auto-generated docstrings.
4813
4814 1999-11-22 Gerd Moellmann <gerd@gnu.org>
4815
4816 * textmodes/text-mode.el (text-mode): Construct paragraph-start so
4817 that the leading `^' is at the start. This is necessary because
4818 paragraphs.el tries to remove anchors, but can find them only if
4819 they are the first character.
4820
4821 * progmodes/antlr-mode.el: New file.
4822
4823 * calendar/calendar.el: Fix autoload for
4824 calendar-absolute-from-astro. Add autoload for
4825 calendar-print-astro-day-number.
4826
4827 1999-11-21 Anders Lindgren <andersl@andersl.com>
4828
4829 * follow.el: Use modern backquote syntax. Minor comment update.
4830
4831 1999-11-21 Gerd Moellmann <gerd@gnu.org>
4832
4833 * simple.el (with-syntax-table): Don't switch buffers.
4834
4835 * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
4836 progmodes/hideif.el: Use new backquote syntax.
4837
4838 1999-11-21 Ken Manheimer <klm@python.org>
4839
4840 * icomplete.el (icomplete-completions): Use an explicit variable
4841 `icomplete-prospects-length', obviating the need to use an
4842 apparently faulty throw/catch arrangement.
4843
4844 1999-11-21 Eli Zaretskii <eliz@is.elta.co.il>
4845
4846 * term/internal.el (IT-display-table-setup): Don't overstep
4847 character code 255.
4848
4849 1999-11-20 Kenichi Handa <handa@mule.m17n.org>
4850
4851 * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
4852 for the charset chinese-sisheng is 7bit encoding, not 8bit.
4853
4854 1999-11-19 Stefan Monnier <monnier@cs.yale.edu>
4855
4856 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
4857 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
4858
4859 * files.el (auto-mode-alist): Add patterns for diff-mode.
4860
4861 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
4862 to detect an empty prompt.
4863
4864 1999-11-18 Dave Love <fx@gnu.org>
4865
4866 * simple.el (input-mode-8-bit): Fix the customization.
4867
4868 1999-11-18 Gerd Moellmann <gerd@gnu.org>
4869
4870 * international/iso-acc.el (iso-languages): Add more
4871 characters for Portuguese.
4872
4873 * speedbar.el: Clean up comment at the start of the file.
4874 Remove RCS id.
4875
4876 * progmodes/compile.el (compilation-parse-errors): Use
4877 compilation-buffer-p instead of testing major-mode.
4878
4879 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk>
4880
4881 * quickurl.el Added defcustom of quickurl-completion-ignore-case.
4882 (quickurl-ask): completion-ignore-case is set to the value of
4883 quickurl-completion-ignore-case for the duration of the call to
4884 completing-read.
4885
4886 1999-11-18 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4887
4888 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
4889
4890 1999-11-18 Kenichi Handa <handa@etl.go.jp>
4891
4892 * ps-vars.el: Renamed from ps-print-def.el. Provide ps-vars
4893 instead of ps-print-def.
4894
4895 * ps-print.el: Require ps-vars instead of ps-print-def.
4896
4897 * ps-mule.el: Require ps-vars instead of ps-print-def.
4898
4899 1999-11-17 Gerd Moellmann <gerd@gnu.org>
4900
4901 * simple.el (with-syntax-table): Save buffer explicitly instead of
4902 using save-excursion.
4903
4904 1999-11-16 Gerd Moellmann <gerd@gnu.org>
4905
4906 * mail/supercite.el: New maintainer.
4907
4908 1999-11-16 Reto Zimmermann <reto@synopsys.com>
4909
4910 * progmodes/vhdl-mode.el: Use new backquote syntax.
4911
4912 1999-11-16 Gerd Moellmann <gerd@gnu.org>
4913
4914 * simple.el (with-syntax-table): New.
4915
4916 1999-11-15 Sam Steingold <sds@ksp.com>
4917
4918 * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
4919
4920 1999-02-22 Sam Steingold <sds@goems.com>
4921
4922 * goto-addr.el (goto-address-at-mouse,
4923 goto-address-find-address-at-point): Use compose-mail.
4924 (goto-address-mail-method): Removed variable.
4925 (goto-address-send-using-mh-e, goto-address-send-using-mhe,
4926 goto-address-send-using-mail): Removed functions.
4927
4928 1998-11-03 Sam Steingold <sds@goems.com>
4929
4930 * simple.el (backward-delete-char-untabify):
4931 backward-delete-char-untabify-method can be `all' now - to delete
4932 hungrily including newlines.
4933
4934 1999-11-15 Sam Steingold <sds@ksp.com>
4935
4936 * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
4937
4938 1999-11-15 Dave Love <fx@gnu.org>
4939
4940 * cus-edit.el (customize-face, customize-face-other-window):
4941 Require match from completing-read.
4942 (custom-buffer-done-function): Default to custom-bury-buffer, not
4943 bury-buffer.
4944
4945 1999-11-15 Gerd Moellmann <gerd@gnu.org>
4946
4947 * mail/rmail.el, iswitchb.el, hippie-exp.el,
4948 progmodes/cperl-mode.el: Use new backquote syntax.
4949
4950 1998-09-14 Michael Ernst <mernst@alum.mit.edu>
4951
4952 * uniquify.el: Use new backquote syntax.
4953
4954 1999-11-14 Markus Rost <rost@ias.edu>
4955
4956 * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
4957 as in ispell-local-dictionary-alist.
4958
4959 1999-11-14 Alex Schroeder <alex@gnu.org>
4960
4961 * ansi-color.el (ansi-color-apply): Updated regexps to include
4962 highlighted face.
4963
4964 1999-01-14 Johan Vromans <jvromans@squirrel.nl>
4965
4966 * forms.el (forms--make-format-elt-using-text-properties):
4967 Treat `intangible' differently.
4968
4969 * forms.el: Use new backquote syntax.
4970
4971 1999-11-13 Gerd Moellmann <gerd@gnu.org>
4972
4973 * textmodes/scribe.el (scribe-mode): Doc-fix.
4974
4975 1999-11-13 Peter Breton <pbreton@ne.mediaone.net>
4976
4977 * net-utils.el (run-network-program, net-utils-run-program): Use
4978 the new backquote syntax.
4979 (smbclient-program, smbclient-program-options)
4980 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
4981 variables
4982 (smbclient, smbclient-list-shares): New functions
4983
4984 1999-11-12 Sam Steingold <sds@ksp.com>
4985
4986 * emulation/viper-init.el (viper-deflocalvar, viper-loop)
4987 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
4988 (viper-kbd-buf-definition, viper-kbd-mode-alist)
4989 (viper-kbd-mode-pair, viper-kbd-mode-definition)
4990 (viper-kbd-global-pair, viper-kbd-global-definition):
4991 Use the new backquote syntax.
4992
4993 * emulation/viper-cmd.el (viper-test-com-defun)
4994 (viper-prefix-arg-value, viper-prefix-arg-com):
4995 Use the new backquote syntax.
4996
4997 * emacs-lisp/debug.el (debugger-env-macro):
4998 Use the new backquote syntax.
4999
5000 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
5001 Use the new backquote syntax.
5002
5003 * calendar/calendar.el (calendar-remove-frame-by-deleting):
5004 New user variable.
5005 (calendar-hide-window): Use it.
5006 (increment-calendar-month, calendar-for-loop, calendar-sum):
5007 Use the new backquote syntax.
5008
5009 1999-11-12 Andrew Innes <andrewi@gnu.org>
5010
5011 * select.el (x-set-selection): Call buffer-substring, not
5012 substring. Also fix docstring
5013
5014 1999-11-12 Peter Kleiweg <kleiweg@let.rug.nl>
5015
5016 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
5017 of customizable variables to bug report message. Added
5018 system-type to package name in bug report.
5019
5020 1999-11-12 Gerd Moellmann <gerd@gnu.org>
5021
5022 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
5023 to display file names.
5024
5025 1999-11-11 Gerd Moellmann <gerd@gnu.org>
5026
5027 * mwheel.el: Fix copyright notice, don't require 'cl at run time.
5028
5029 * isearch.el: Add lazy-highlighting feature.
5030
5031 1999-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
5032
5033 * progmodes/ps-mode.el (ps-mode-maintainer-address): New
5034 constant.
5035 (ps-mode-submit-bug-report): New function. Entry added to menu.
5036
5037 1999-11-10 William M. Perry <wmperry@aventail.com>
5038
5039 * mwheel.el: New file to support the new style wheeled mice.
5040
5041 1999-11-10 Gerd Moellmann <gerd@gnu.org>
5042
5043 * startup.el (initial-scratch-message): Add ";;" to the front of
5044 lines in the message.
5045
5046 * files.el (file-local-copy): Remove optional BUFFER argument
5047 because that's not used by anything.
5048
5049 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
5050 to-address.
5051
5052 1999-11-08 Markus Rost <rost@ias.edu>
5053
5054 * wid-edit.el (widget-button-click): Wrap with save-excursion
5055 to restore track-mouse in the correct buffer.
5056
5057 1999-11-08 Gerd Moellmann <gerd@gnu.org>
5058
5059 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
5060
5061 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl>
5062
5063 * progmodes/ps-mode.el (ps-mode-print-function): Changed default
5064 lpr-command to "lp" for some system-types. (copied from lpr.el
5065 Emacs version 20.2.1).
5066
5067 1999-11-04 Markus Rost <rost@ias.edu>
5068
5069 * simple.el (comment-region): Strip off white space at end of
5070 comment-start.
5071
5072 1999-11-04 Gerd Moellmann <gerd@gnu.org>
5073
5074 * faces.el (secondary-selection): Fix wrong color name.
5075
5076 1999-11-04 John Tobey <jtobey@epsilondev.com>
5077
5078 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
5079 the default when invoking perldb in a non-Perl buffer, and other
5080 cases involving -e or --.
5081
5082 1999-11-04 Gerd Moellmann <gerd@gnu.org>
5083
5084 * simple.el (previous-matching-history-element)
5085 (next-history-element): Use delete-field instead of erase-field.
5086
5087 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
5088 Use delete-field instead of erase-field.
5089
5090 * faces.el (secondary-selection): Change background to yellow.
5091
5092 * complete.el (PC-do-completion): Use minibuffer-prompt-end to
5093 find the start of the text. Use field-string to read the user
5094 input.
5095
5096 1999-11-03 Gerd Moellmann <gerd@gnu.org>
5097
5098 * faces.el (make-face-bold, make-face-unbold, make-face-italic)
5099 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
5100 for compatibility with old face implementation.
5101
5102 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
5103 Use erase-field instead of erase-buffer.
5104
5105 * frame.el (blink-cursor-mode, blink-cursor-end): Use
5106 internal-show-cursor with new interface.
5107 (blink-cursor-timer-function): New.
5108 (blink-cursor-start): Use blink-cursor-timer-function.
5109
5110 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5111
5112 * calendar.el (redraw-calendar): Move to nearest date before
5113 redrawing.
5114
5115 * diary-lib.el (simple-diary-display): Reset modeline even if
5116 there are no diary entries since the diary buffer may be displayed.
5117
5118 1999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5119
5120 * emacs-lisp/debug.el (debug): If noninteractive, display the
5121 backtrace using `message', then exit Emacs.
5122 (debugger-batch-max-lines): New variable.
5123 (debugger-setup-buffer): New subroutine, broken out of `debug'.
5124 Change the messages put at the start, to say that the debugger
5125 was entered.
5126
5127 1999-11-02 Sam Steingold <sds@ksp.com>
5128
5129 * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
5130
5131 1999-11-01 John Tobey <jtobey@epsilondev.com>
5132
5133 * gud.el: (gud-perldb-massage-args): Massage correctly in the
5134 presence of perl switches other than "-e".
5135
5136 1999-11-01 Markus Rost <rost@ias.edu>
5137
5138 * dired-x.el (dired-smart-shell-command): Use
5139 shell-command-history as in shell-command.
5140
5141 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5142
5143 * userlock.el (ask-user-about-lock): Doc fix.
5144
5145 * frame.el: Doc fixes.
5146
5147 1999-11-01 Gerd Moellmann <gerd@gnu.org>
5148
5149 * frame.el (blink-cursor-mode): Call internal-show-cursor instead
5150 of show-cursor.
5151 (blink-cursor-start, blink-cursor-end): Ditto.
5152
5153 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
5154
5155 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5156
5157 * window.el (walk-windows): If ALL-FRAMES is a frame,
5158 start on that frame. Use save-selected-window.
5159
5160 1999-11-01 Gerd Moellmann <gerd@gnu.org>
5161
5162 * simple.el (end-of-buffer): Use window-end to find the window end
5163 instead of vertical-motion because this handles variable-height
5164 lines correctly.
5165
5166 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu>
5167
5168 * ediff.el: Version change.
5169
5170 * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
5171 make sure you are in a good frame before deleting other
5172 windows.
5173 (ediff-file-checked-in-p): Don't consider CVS
5174 files checked in.
5175 (ediff-make-temp-file,ediff-make-empty-tmp-file): Make sure you
5176 are writing to a newly created empty file.
5177
5178 * ediff-mult.el (ediff-show-session-group-hook): New default.
5179
5180 * ediff-vers.el (ediff-pcl-cvs-view-revision):
5181 First cd to the file directory. reportedly works
5182 better with remote files.
5183
5184 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
5185 Use file-name-nondirectory when passing files to CVS.
5186
5187 * ediff-diff.el (ediff-cmp-options): New variable.
5188 (ediff-same-file-contents): Use ediff-cmp-options.
5189
5190 * ediff-ptch.el (ediff-prompt-for-patch-buffer,
5191 ediff-get-patch-buffer): Use current buffer if it appears to be a
5192 patch.
5193
5194 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
5195 C-g
5196
5197 * viper-util.el (viper-nontrivial-find-file-function): Deleted.
5198 (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
5199 (viper-save-cursor-color,viper-restore-cursor-color):
5200 Improved cursor color handling.
5201 (viper-get-saved-cursor-color-in-replace-mode,
5202 viper-get-saved-cursor-color-in-insert-mode): New functions for
5203 better cursor color handling.
5204
5205 * viper-ex.el (ex-read,ex-edit):
5206 Fixes for correct interpretation of #,%.
5207 (viper-ex): Now works correctly when called from other functions.
5208 (viper-glob-function): New variable.
5209 (viper-ex): Save excursion before doing :global.
5210
5211 * viper-mous.el (viper-counting-clicks-p): Bug fixes.
5212
5213 * viper-cmd.el (viper-post-command-sentinel,
5214 viper-insert-state-post-command-sentinel,
5215 viper-insert-state-pre-command-sentinel): Takes better care of
5216 cursor colors.
5217
5218 * viper.el: Version change.
5219
5220 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com>
5221
5222 * whitespace.el (whitespace-update-modeline): Bugfix to ensure
5223 that the modeline display was updated *only* when
5224 `whitespace-display-in-modeline' was set, not otherwise.
5225
5226 1999-10-30 Gerd Moellmann <gerd@gnu.org>
5227
5228 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
5229 "frac12".
5230
5231 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
5232 ad-activate.
5233
5234 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com>
5235
5236 * whitespace.el: Test for existence of `defcustom' and `defgroup'
5237 using fboundp instead of assuming that these are not present in
5238 particular flavors of emacs.
5239 (whitespace-version): Update to 2.8
5240 (whitespace-display-in-modeline): Add custom variable to control
5241 displaying the whitespace errors on the modeline based on
5242 suggestion from <klaus.berndl@sdm.de>
5243 (whitespace-buffer): Now returns `t' if unclean and `nil' if
5244 clean, to enable using as a hook function, as suggested by Puneet
5245 Goel <puneet@computer.org>
5246 (whitespace-buffer): Fix a subtle bug that cleaned up only if
5247 quiet was not set, even with whitespace-auto-cleanup set.
5248 (whitespace-mode-line): Now uses less modeline real estate and
5249 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
5250 which is present in the file, and <y> is any type of whitespace
5251 whose check has been suppressed by setting
5252 `whitespace-check-<whitespace-type>' to nil.
5253 (whitespace-unchecked-whitespaces): New function to return the
5254 list of whitespaces for whom checks have been suppressed.
5255 (whitespace-display-unchecked-whitespaces): Renamed to
5256 `whitespace-update-modeline' to reflect its functionality.
5257
5258 1999-10-30 Gerd Moellmann <gerd@gnu.org>
5259
5260 * progmodes/compile.el (compilation-error-regexp-alist):
5261 Undo previous change.
5262
5263 1999-10-28 Dave Love <fx@gnu.org>
5264
5265 * help.el (help-follow): Make arg optional again and really
5266 default to point.
5267
5268 1999-10-28 Gerd Moellmann <gerd@gnu.org>
5269
5270 * paths.el (rmail-file-name): Make it an option.
5271
5272 * progmodes/ada-mode.el, progmodes/ada-prj.el,
5273 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
5274 comment fixes.
5275
5276 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
5277 MIPS Pro 7.3 compiler error message syntax.
5278
5279 1999-10-27 Dave Love <fx@gnu.org>
5280
5281 * progmodes/compile.el: Checkdoc-inspired fixes.
5282
5283 1999-10-27 Gerd Moellmann <gerd@gnu.org>
5284
5285 * lpr.el (print-buffer): Doc-string fix.
5286
5287 1999-10-27 Dave Love <fx@gnu.org>
5288
5289 * emacs-lisp/advice.el: Doc fixes.
5290 (ad-lemacs-p): Removed.
5291 (advice): Add :link to defgroup.
5292
5293 1999-10-27 Kenichi Handa <handa@etl.go.jp>
5294
5295 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
5296 last-coding-system-used by the call of ange-ftp-set-ascii-mode.
5297
5298 1999-10-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5299
5300 * window.el (walk-windows): If ALL-FRAMES is a frame,
5301 start on that frame. Use save-selected-window.
5302
5303 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5304
5305 * emacs-lisp/advice.el (ad-activate-internal): Renamed from
5306 ad-activate. All callers changed, including those in data.c.
5307 (ad-activate-internal-off): Renamed from ad-activate-off.
5308 All uses changed.
5309 (ad-activate): Renamed from ad-activate-on. All uses changed.
5310 (ad-start-advice, ad-stop-advice, ad-recover-normality):
5311 Alter the definition of ad-activate-internal, not ad-activate.
5312
5313 1999-10-26 Gerd Moellmann <gerd@gnu.org>
5314
5315 * startup.el (command-line-1): Add support for command line
5316 arguments `file' and `execute'. Fix handling of `visit'.
5317
5318 1999-10-26 Kenichi Handa <handa@etl.go.jp>
5319
5320 * international/mule-cmds.el (read-input-method-name): Handle the
5321 case that the arg DEFAULT is symbol.
5322
5323 * international/mule-diag.el (mule-diag): Handle the case that
5324 default-input-method is symbol.
5325
5326 1999-10-26 Gerd Moellmann <gerd@gnu.org>
5327
5328 * textmodes/tildify.el: New file.
5329
5330 1999-10-25 Sam Steingold <sds@ksp.com>
5331
5332 * Makefile (compile-files): Fixed the "tr" strings.
5333 (EMACS): Set to ../src/emacs.
5334
5335 1999-10-25 Gerd Moellmann <gerd@gnu.org>
5336
5337 * info.el (Info-build-node-completions): Add '("*") to the
5338 completion list.
5339
5340 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5341
5342 * frame.el (auto-raise-mode): When enabling the mode,
5343 immediately raise the selected frame.
5344
5345 * indent.el (indent-region): Doc fix.
5346
5347 * comint.el (comint-output-filter): Make the Comint buffer current
5348 for the comint-preoutput-filter-functions.
5349
5350 * mail/reporter.el: Doc fix.
5351
5352 1999-10-24 Stephen Eglen <stephen@gnu.org>
5353
5354 * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
5355 that Octave lisp files can also run under XEmacs 20.
5356 (require 'custom) added so that files can run under Emacs 19.34.
5357
5358 * iswitchb.el (iswitchb-default-keybindings): No need to use
5359 read-kbd-macro in keybindings.
5360
5361 1999-10-23 Dave Love <fx@gnu.org>
5362
5363 * elide-head.el: New file.
5364
5365 1999-10-23 Gerd Moellmann <gerd@gnu.org>
5366
5367 * Makefile (compile-files, backup-compiled-files): New targets.
5368 (bootstrap, bootstrap-clean): Ditto.
5369
5370 1999-10-22 Paul Eggert <eggert@twinsun.com>
5371
5372 * international/mule-cmds.c (locale-language-names):
5373 Use Latin-1 (not Latin-3) for Afrikaans, Galician.
5374 Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
5375 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
5376 Use Latin-8 for Welsh.
5377 Use Latin-1 for English if "en" is explicitly specified.
5378 Use Latin-1 for Scots Gaelic, Tagalog.
5379 Use Latin-1 (not Latin-4) for Greenlandic.
5380 Use Latin-1 (not Latin-2) for Albanian.
5381 (locale-preferred-coding-systems, locale-language-names):
5382 Remove generic ISO 8859 locales; locale-charset-language-names now
5383 does this.
5384 (locale-charset-language-names): New variable.
5385 (set-locale-environment): Use language name specified by
5386 locale-charset-language-names if its charsets disagree with the
5387 language name specified by locale-language-names.
5388
5389 1999-10-22 Dave Love <fx@gnu.org>
5390
5391 * make-mode.el: Minor doc fixes.
5392
5393 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
5394
5395 1999-10-21 Dave Love <fx@gnu.org>
5396
5397 * loadup.el: Add latin-8, latin-9.
5398
5399 1999-10-20 Paul Eggert <eggert@twinsun.com>
5400
5401 * disp-table.el (standard-display-european): Remove undocumented
5402 arg AUTO; no longer used by startup.el. Do not attempt to treat
5403 all non-English language environments as coding system names.
5404 Instead, use the downcased language environment name as a coding
5405 system name if it is one; otherwise, use latin-1.
5406
5407 1999-10-20 Gerd Moellmann <gerd@gnu.org>
5408
5409 * dired.el (dired-move-to-filename-regexp): Fix long comment lines
5410 that were split so that part of the comment appeared as Lisp code.
5411
5412 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5413
5414 * ps-bdf.el: Doc fix.
5415
5416 * ps-print-def.el: New file: common definitions for all parts of
5417 ps-print.
5418 (ps-multibyte-buffer): Moved from ps-mule.
5419
5420 * ps-mule.el: File dependence fix.
5421 (ps-multibyte-buffer): Moved to ps-print-def.
5422
5423 * ps-print.el: Doc fix, better customization.
5424 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
5425 (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
5426 (ps-end-file): Doc fix.
5427 (ps-setup, ps-begin-file): Fun fix.
5428 (postscript): New group.
5429 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
5430 (ps-print-prologue-1): Adjust PostScript programming.
5431 (ps-print): Adjust group hierarchy.
5432 (ps-print-n-up, ps-print-zebra, ps-print-background,
5433 ps-print-printer)
5434 (ps-print-page): New subgroups.
5435 (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
5436 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
5437 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
5438 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
5439 (ps-zebra-stripe-height, ps-print-background-image)
5440 (ps-print-background-text, ps-spool-config): Adjust customization.
5441 (dos-ps-printer): Definition eliminated.
5442
5443 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5444
5445 * ps-mule.el: Doc fix, define functions properly if mule package is
5446 loaded or not.
5447 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
5448 mule package is loaded or not.
5449
5450 * ps-print.el: Doc fix, n-up printing.
5451 (ps-print-version): New version number (5.0).
5452 (ps-page-dimensions-database): Added document media.
5453 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
5454 (ps-page-order, ps-printing-region-p): New vars.
5455 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
5456 funs.
5457 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
5458 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
5459 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
5460 (ps-n-up-xstart, ps-n-up-ystart): New macros.
5461 (ps-print-begin-sheet-hook): New hook.
5462 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
5463 const.
5464 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
5465 (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
5466 (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
5467 (ps-count-lines): Changed to defun.
5468 (ps-header-page): Changed to defsubst, fix fun.
5469 (ps-printing-region): Doc fix, adjust programming code.
5470 (ps-output-boolean, ps-background-pages, ps-background-text)
5471 (ps-background-image, ps-background, ps-get-boundingbox): Adjust
5472 programming code.
5473
5474 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5475
5476 * ps-print.el: Doc fix, duplex and setpagedevice configuration.
5477 (ps-print-version): New version number (4.2).
5478 (ps-spool-config, ps-spool-tumble): New vars.
5479 (ps-print-prologue-1): Changed to defconst, adjust PostScript
5480 programming, new PostScript procedure to handle errors.
5481 (ps-print-prologue-2): Changed to defconst.
5482 (ps-print-duplex-feature): New const: duplex and tumble setting.
5483 (ps-setup, ps-begin-file): Fix funs.
5484 (ps-boolean-capitalized): New fun.
5485
5486 1999-10-19 Stefan Monnier <monnier@cs.yale.edu>
5487
5488 * Makefile (dontcompilefiles): Obsoleted.
5489 (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
5490 (EL): Unused.
5491 (temacs): Removed (unused).
5492 (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
5493 version of the file (necessary for the update to work properly).
5494 (autoloads): Force the use of `pwd`/loaddefs.el.
5495 (updates); Redefined in terms of other targets to reduce redundancy.
5496 (.el.elc): New default rule, just in case you want it.
5497 (compile): Use a single invocation of Emacs.
5498 (bootstrap-compile); Unneeded.
5499 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
5500
5501 1999-10-19 Dave Love <fx@gnu.org>
5502
5503 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
5504
5505 1999-10-19 Sam Steingold <sds@ksp.com>
5506
5507 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
5508 comply with the comment.
5509
5510 1999-10-19 Gerd Moellmann <gerd@gnu.org>
5511
5512 * autorevert.el (auto-revert-mode): Make auto-revert-mode
5513 permanent-local.
5514
5515 1999-10-19 Peter Kleiweg <kleiweg@let.rug.nl>
5516
5517 * progmodes/ps-mode.el (ps-mode-print-function): Fix default
5518 value: \"lpr\" changed to "lpr"
5519 (ps-mode-version): New constant
5520 (ps-mode-show-version): New function, added key in ps-mode-map
5521 (ps-run-messages): Removed
5522 (ps-run-font-lock-keywords-2): New defcustom variable replacing
5523 ps-run-messages. These keywords now include the value of
5524 ps-run-prompt, making its fontification customizable.
5525 (ps-run-init): Removed \\n from docstring, it is now added when
5526 the value is used
5527 (ps-run-font-lock-keywords-1): Added checking for initial ^ in
5528 ps-run-prompt
5529 (ps-mode): Added ps-run-font-lock-keywords-2 to list of
5530 customizable variables in doc-string (its equivalent
5531 ps-run-messages was missing in previous version of the doc-string)
5532 (ps-run-mode): Simplified assignment to font-lock-defaults, using
5533 symbols only
5534
5535 1999-10-19 Alex Schroeder <alex@gnu.org>
5536
5537 * ansi-color.el: Complete rewrite.
5538
5539 1999-10-19 Paul Eggert <eggert@twinsun.com>
5540
5541 Fix bootstrapping problems.
5542 Use the system locale to specify Emacs locale defaults.
5543
5544 * international/mule-cmds.el (global-map):
5545 Do not use backquote, because that makes a bootstrapping
5546 problem if you need to recompile all Lisp files using interpreted code.
5547 * international/mule.el (charset-id, charset-bytes,
5548 charset-dimension, charset-chars, charset-width,
5549 charset-direction, charset-iso-final-char,
5550 charset-iso-graphic-plane, charset-reverse-charset,
5551 charset-short-name, charset-long-name, charset-description,
5552 charset-plist): Likewise.
5553 * subr.el (save-match-data): Likewise.
5554
5555 * international/mule-cmds.el
5556 (set-display-table-and-terminal-coding-system): New function,
5557 containing code migrated out of set-language-environment.
5558 (set-language-environment, set-locale-environment): Use it.
5559 (locale-translation-file-name): Moved here from startup.el.
5560 (locale-language-names, locale-preferred-coding-systems):
5561 New vars.
5562 (locale-name-match, set-locale-environment): New functions.
5563
5564 * language/japan-util.el (setup-japanese-environment-internal):
5565 Prefer japanese-iso-8bit if the system-type is usg-unix-v.
5566
5567 * startup.el (iso-8859-n-locale-regexp): Remove.
5568 (locale-translation-file-name): Move to mule-cmds.el.
5569 (command-line): Move locale-stuff into set-locale-environment.
5570
5571 1999-10-18 Dave Love <fx@gnu.org>
5572
5573 * abbrev.el (add-abbrev, inverse-add-abbrev)
5574 (expand-region-abbrevs): Remove properties from buffer text.
5575
5576 1999-10-17 Gerd Moellmann <gerd@gnu.org>
5577
5578 * iswitchb.el (iswitchb-exhibit): Extract user-input only
5579 from the mini-buffer, without the prompt.
5580
5581 * simple.el (minibuffer-prompt-end): Return the position
5582 after the prompt, not the position of that last character
5583 of the prompt.
5584
5585 1999-10-17 Miles Bader <miles@gnu.org>
5586
5587 * simple.el: Doc fixes.
5588
5589 1999-10-17 Miles Bader <miles@gnu.org>
5590
5591 * simple.el (previous-matching-history-element, next-history-element):
5592 Change to work correctly even if the point is in the prompt.
5593 (choose-completion-string): Likewise.
5594 (minibuffer-prompt-width): New function (compatibility with old subr).
5595
5596 * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
5597 When constraining the final position to the current field,
5598 don't use the ONLY-IN-LINE mode of constrain-to-field.
5599
5600 1999-10-17 Miles Bader <miles@gnu.org>
5601
5602 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
5603 constrain-to-field.
5604 * textmodes/paragraphs.el (forward-sentence): Likewise.
5605
5606 1999-10-17 Miles Bader <miles@gnu.org>
5607
5608 * simple.el (line-move): Use constrain-to-field to avoid
5609 moving into a prompt.
5610 (previous-complete-history-element): Clarify doc string.
5611 (next-complete-history-element): Likewise.
5612 Use field-beginning instead of point-min.
5613 (next-matching-history-element): Use field-beginning and
5614 erase-field instead of point-min and erase-buffer.
5615 * textmodes/paragraphs.el
5616 (forward-paragraph, forward-sentence): Likewise.
5617 (backward-kill-paragraph, backward-kill-sentence): Remove code to
5618 constrain the kill to an field, as the movement commands now
5619 do this.
5620
5621 1999-10-17 Miles Bader <miles@gnu.org>
5622
5623 * simple.el (previous-matching-history-element): Get the
5624 minibuffer input with field-string instead of buffer-string.
5625 (choose-completion-string): Likewise.
5626 (next-history-element): Likewise.
5627 Erase the minibuffer input with erase-field, not erase-buffer.
5628 Use field-beginning to find the beginning of the input.
5629 * textmodes/paragraphs.el (backward-kill-sentence):
5630 Remove minibuffer-prompt hack.
5631 Constrain to any input field.
5632
5633 1999-10-17 Sam Steingold <sds@ksp.com>
5634
5635 * bindings.el (completion-ignored-extensions): Added ".sparcf"
5636 for CMUCL on sparc and ".ufsl" for LispWorks.
5637 (bound-and-true-p): Bugfix: free variable `v'.
5638
5639 1999-10-16 Dave Love <d.love@dl.ac.uk>
5640
5641 * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
5642 (edebug-uninstall-read-eval-functions): Use load-read-function,
5643 avoiding elisp-eval.
5644
5645 1999-10-16 Sam Steingold <sds@ksp.com>
5646
5647 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
5648 instead of `eql'.
5649
5650 1999-10-14 Stefan Monnier <monnier@cs.yale.edu>
5651
5652 * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
5653 * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
5654 (browse-url-temp-file-list, browse-url-delete-temp-file-list):
5655 * ediff-util.el (ediff-make-temp-file):
5656 * ediff-vers.el (ediff-pcl-cvs-view-revision):
5657 * emerge.el (emerge-make-temp-file):
5658 * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
5659 * vc.el (vc-update-change-log):
5660 * mail/mailpost.el (post-mail-send-it):
5661 * mail/metamail.el (metamail-region):
5662 * progmodes/cmacexp.el (c-macro-expansion):
5663 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
5664
5665 1999-10-15 Gerd Moellmann <gerd@gnu.org>
5666
5667 * smtpmail.el (smtpmail-via-smtp): Add support for
5668 automatically appending a domain to RCPT TO: addresses.
5669
5670 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5671
5672 * dired.el (dired-insert-directory): Insert the amount of
5673 free space after the total size.
5674 (dired-free-space-program, dired-free-space-args): New variables.
5675
5676 1999-10-14 Karl Heuer <kwzh@gnu.org>
5677
5678 * mail/rmail.el (rmail-pop-password-error): Add new pattern.
5679
5680 1999-10-14 Dave Love <fx@gnu.org>
5681
5682 * international/characters.el:
5683 * international/fontset.el:
5684 * international/mule-conf.el: Add latin-iso8859-1[45].
5685
5686 * language/european.el: Add Latin-8, Latin-9. Modify some doc
5687 strings.
5688
5689 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
5690 (command-line): Detect Latin-[89] locales.
5691
5692 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
5693
5694 * international/mule-cmds.el (select-safe-coding-system)
5695 (leim-list-header): Avoid the use of strings that start with backslash
5696 newline since lread.c:read1 has a hack to turn those strings into
5697 integer 0 during the loadup.el process.
5698
5699 * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
5700
5701 1999-10-13 Dave Love <fx@gnu.org>
5702
5703 * image.el (insert-image): Copy the image spec and add an
5704 intangible property.
5705
5706 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
5707
5708 * help.el (help-xref-interned): Make it also work on variable-only
5709 and function-only symbols.
5710 (help-make-xrefs): Take advantage of the new `help-xref-interned'.
5711 (help-follow): If the point under mouse is not highlighted, try
5712 `help-xref-interned' on the pointed-to symbol anyway.
5713
5714 * info.el (Info-on-current-buffer): New entry point.
5715 (Info-find-node): Split into two for Info-on-current-buffer to
5716 hook into it.
5717 (Info-current-file, Info-set-mode-line, Info-up):
5718 Info-current-file can now be t.
5719 (Info-clone-buffer-hook): Function for `clone-buffer'.
5720 (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
5721 Make `clone-buffer' available in various ways to the user.
5722
5723 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
5724
5725 * simple.el (shell-command, shell-command-on-region): Use
5726 make-temp-file.
5727 (clone-buffer, clone-process, clone-buffer-hook): New functions.
5728
5729 * subr.el (with-current-buffer): Don't use backquotes to avoid
5730 bootstrapping problems.
5731
5732 * loadup.el (load-path): Add subdirs for bootstrapping.
5733 (docstrings): Ignore errors during bootstrapping.
5734 (args): New `bootstrap' argument (for use in place of `dump').
5735
5736 1999-10-12 Emmanuel Briot <briot@gnat.com>
5737
5738 * ada-stmt.el: Doc-string fixes.
5739
5740 1999-10-12 Gerd Moellmann <gerd@gnu.org>
5741
5742 * recentf.el: New file.
5743
5744 * ps-mode.el: New file.
5745
5746 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
5747 case insensitive.
5748
5749 1999-10-12 Richard Sharman <rsharman@pobox.com>
5750
5751 * sh-script.el: Added support for indenting existing scripts.
5752 (sh-mode-map): Added new bindings.
5753 (sh-mode): Updated mode doc-string for new commands, added
5754 make-local-variable calls, initialize mode-specific variables.
5755 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line
5756 is now a different function.
5757 (sh-header-marker): Changed docstring.
5758 (sh-set-shell): Initialize mode-specific variables.
5759 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
5760 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
5761 Changed these define-skeleton calls to work with user-specified
5762 indentation settings.
5763 (sh-basic-indent-line, sh-blink, sh-calculate-indent)
5764 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
5765 (sh-electric-hash, sh-electric-less, sh-electric-rparen)
5766 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
5767 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
5768 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
5769 (sh-guess-basic-offset, sh-handle-after-case-label)
5770 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
5771 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
5772 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
5773 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
5774 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
5775 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
5776 (sh-handle-this-then, sh-help-string-for-variable)
5777 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
5778 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
5779 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
5780 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
5781 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
5782 (sh-remove-our-text-properties, sh-rescan-buffer)
5783 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
5784 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
5785 (sh-scan-case, sh-search-word, sh-set-char-syntax)
5786 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
5787 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
5788 functions.
5789 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
5790 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
5791 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
5792 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
5793 (sh-var-list): New variables.
5794
5795 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk>
5796
5797 * quickurl.el (quickurl-list-insert): `count-lines' was returning
5798 a value one line to high if the cursor wasn't at the start of a
5799 line. A `beginning-of-line' is now performed before making the
5800 call to `count-lines'.
5801
5802 1999-10-11 Stefan Monnier <monnier@cs.yale.edu>
5803
5804 * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
5805
5806 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
5807
5808 * Makefile (setwins): Abstract out the command to find subdirectories
5809 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
5810 (custom-deps, finder-data, autoloads, update-subdirs, updates)
5811 (autoloads-with-other-emacs): Use it.
5812
5813 * diff-mode.el: New file. A mode for viewing/editing context diffs.
5814
5815 1999-10-09 Gerd Moellmann <gerd@gnu.org>
5816
5817 * Makefile (bootstrap-compile): New target. Compile Lisp
5818 files with ../src/temacs.
5819
5820 1999-10-08 Dave Love <fx@gnu.org>
5821
5822 * ange-ftp.el: Require dired when compiling.
5823 (ange-ftp-normal-login): Allow EFS-style port specification.
5824
5825 1999-10-08 Simon Marshall <simon@gnu.org>
5826
5827 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
5828 (regexp-opt-group): Use it to get common suffixes in STRINGS.
5829 If STRINGS is nil, return "" rather than nil.
5830
5831 1999-10-08 Gerd Moellmann <gerd@gnu.org>
5832
5833 * Makefile (compile): Compile files one by one. Set load-path to
5834 current directory and subdirectories when compiling.
5835
5836 1999-10-08 Gerd Moellmann <gerd@gnu.org>
5837
5838 * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
5839 (emacs): Use it everywhere instead of EMACS.
5840 (compile): New target. Compile all Lisp files from scratch.
5841 (recompile): New target. Recompile lisp directory.
5842 (autoloads-with-other-emacs): New target. Build loaddefs.el with
5843 an Emacs executable not built in the current directory tree.
5844
5845 1999-10-07 Peter Breton <pbreton@ne.mediaone.net>
5846
5847 * filecache.el (file-cache-completion-ignore-case): New variable,
5848 defaulting to the value of completion-ignore-case.
5849 (file-cache-minibuffer-complete): Use it.
5850 (file-cache-files-matching, file-cache-files-matching-internal):
5851 New functions.
5852
5853 1999-10-07 Emmanuel Briot <briot@gnat.com>
5854
5855 * ada-xref.el: New file
5856
5857 * ada-prj.el: New file
5858
5859 * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
5860
5861 * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
5862 subprogram being created.
5863
5864 * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
5865 ada-indent-newline-indent): Rewritten to support the new indentation
5866 scheme
5867
5868 * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
5869 New functions
5870
5871 * ada-mode.el (ada-fill-comment-paragraph): Add support for the
5872 justification parameter
5873
5874 * ada-mode.el (ada-make-body, ada-gen-treat-proc,
5875 ada-make-subprogram-body): Rewritten to benefit from the gnatstub
5876 external program
5877
5878 1999-10-07 Dave Love <fx@gnu.org>
5879
5880 * bindings.el (bound-and-true-p): New macro.
5881 (make-mode-line-mouse-sensitive): Don't require easymenu.
5882
5883 1999-10-07 Gerd Moellmann <gerd@gnu.org>
5884
5885 * custom.el (defface): Extend documentation for new values of
5886 `type'.
5887
5888 * faces.el (face-spec-set-match-display): Recognize `type' of
5889 `motif', `lucid', `x-toolkit'.
5890 (menu): New face.
5891
5892 1999-10-05 Dave Love <fx@gnu.org>
5893
5894 * files.el: Recognize temporary crontab files.
5895
5896 * info.el: Require jka-compr when compiling.
5897 (Info-suffix-list): Add bzip2 files (non-ms-dos only).
5898
5899 1999-10-04 Dave Love <fx@gnu.org>
5900
5901 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
5902 scroll-up-aggressively, scroll-down-aggressively.
5903
5904 * time.el (display-time-mode): Add autoload cookie.
5905
5906 * rect.el (delete-extract-rectangle): Doc fix from verna.
5907
5908 * help-macro.el (three-step-help): Customize.
5909
5910 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5911
5912 * hexl.el (hexlify-buffer): Move point in proper range
5913 if it is too large.
5914 (hexl-after-revert-hook): Update hexl-max-address.
5915 (hexl-address-to-marker): Doc fix.
5916
5917 1999-10-03 Dave Love <fx@gnu.org>
5918
5919 * image.el (defimage): Remove redundant code. Substitute file in
5920 image plist.
5921
5922 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
5923
5924 * vc.el (vc-backend-checkout): Use coding system 'no-conversion
5925 when doing with-temp-file.
5926
5927 1999-10-01 Dave Love <fx@gnu.org>
5928
5929 * cus-edit.el (custom-comment-create): Fill :from and :to slots.
5930
5931 * help.el: Require view when compiling.
5932 (view-emacs-FAQ): Use Info version.
5933
5934 1999-09-29 Ken'ichi Handa <handa@gnu.org>
5935
5936 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
5937 (normat->normal). Use correct font names for Korean
5938 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
5939
5940 1999-09-29 Kenichi Handa <handa@etl.go.jp>
5941
5942 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
5943 code not used by KOI8 to the same 8-bit code instead of mapping to
5944 SPC.
5945 (cyrillic-alternativnyj-decode-table): Likewise.
5946
5947 1999-09-29 Alex Schroeder <alex@gnu.org>
5948
5949 * sql.el (sql-imenu-generic-expression): Aew, used to set
5950 imenu-generic-expression.
5951 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
5952 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression,
5953 imenu-case-fold-search, and imenu-syntax-alist.
5954 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
5955 setting font-lock-defaults' SYNTAX-ALIST.
5956
5957 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5958
5959 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
5960 macro, try again.
5961
5962 1999-09-28 Dave Love <fx@gnu.org>
5963
5964 * cus-edit.el (custom-comment): Change widget definition.
5965 (custom-comment-create, custom-comment-show)
5966 (custom-comment-invisible-p): Don't use :comment-overlay.
5967 (custom-comment-hide): New function.
5968 (custom-variable-set, custom-variable-save)
5969 (custom-variable-reset-standard, custom-face-set)
5970 (custom-face-save): Use it.
5971
5972 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5973
5974 * hexl.el (hexl-mode): Do nothing if already in hexl mode.
5975
5976 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5977
5978 * faces.el (region): Doc fix.
5979
5980 1999-09-27 Dave Love <fx@gnu.org>
5981
5982 * isearch.el (isearch): Add :links in defgroup.
5983 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
5984 (isearch-switch-frame-handler): Comment out (unused).
5985 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
5986 (isearch-ring-retreat-edit): Doc fix.
5987 (isearch-mouse-yank): New command.
5988 (isearch-last-command-char): Removed. Callers changed to use
5989 last-command-char.
5990 (isearch-char-to-string): Removed. Callers changed to use
5991 char-to-string.
5992
5993 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
5994
5995 * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
5996 option for Russian.
5997
5998 1999-09-25 Gerd Moellmann <gerd@gnu.org>
5999
6000 * faces.el (face-differs-from-default-p): Compare face
6001 attributes individually.
6002
6003 * image.el (put-image, insert-image): Add string argument.
6004
6005 1999-09-24 Gerd Moellmann <gerd@gnu.org>
6006
6007 * ange-ftp.el (ange-ftp-date-regexp): Make it work for
6008 LANG=de_DE.iso88591 on HPUX 11.0.
6009
6010 * dired.el (dired-move-to-filename-regexp): Make it work
6011 for LANG=de_DE.iso88591 on HPUX 11.0.
6012
6013 1999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6014
6015 * info.el (info-initialize): Don't test existence of ALTERNATIVE
6016 if we know for some other reason it should not be used.
6017
6018 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
6019 New variable.
6020 (edebug-recursive-edit): Save current-prefix-arg there,
6021 bind it, and set it back at the end.
6022 (edebug-outside-excursion): Restore and update the outside
6023 value of current-prefix-arg.
6024 (edebug-emacs-version-specific): Delete support for Epoch.
6025
6026 1999-09-24 Howard Melman <howard@silverstream.com>
6027
6028 * imenu.el (imenu-after-jump-hook): New variable.
6029 (imenu): Run menu-after-jump-hook.
6030 (imenu-name-lookup-function): New variable.
6031 * imenu.el (imenu--in-alist): Use those variables.
6032
6033 1999-09-24 Carsten Dominik <cd@gnu.org>
6034
6035 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
6036 multiple thebibliography environments.
6037
6038 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
6039 with recentering window.
6040 (reftex-extract-bib-entries-from-thebibliography,
6041 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal
6042 with multiple thebibliography environments.
6043
6044 * textmodes/reftex-vars.el
6045 (reftex-section-levels): Function allowed as cdr.
6046 (reftex-max-section-depth) New option.
6047
6048 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
6049 with multiple thebibliography environments.
6050
6051 1999-09-23 Gerd Moellmann <gerd@gnu.org>
6052
6053 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
6054 instead of point-min in call to delete-region.
6055
6056 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de>
6057
6058 * vc.el (vc-backend-checkout): Use with-temp-file when checking
6059 out into arbitrary file names.
6060
6061 1999-09-19 Ken'ichi Handa <handa@gnu.org>
6062
6063 * language/european.el ("Turkish"): New language environment.
6064
6065 1999-09-19 Dave Love <fx@gnu.org>
6066
6067 * delim-col.el: New file.
6068
6069 1999-09-17 Richard Stallman <rms@gnu.org>
6070
6071 * files.el (after-find-file): When visiting a backup file,
6072 make it read-only.
6073
6074 * apropos.el (apropos-symbol-face): Non-nil even for ttys.
6075 (apropos-keybinding-face, apropos-label-face): Likewise.
6076 (apropos-property-face, apropos-match-face): Likewise.
6077 (apropos-label-properties): New variable.
6078 (apropos-print-doc): Use apropos-label-properties.
6079 (apropos-print): Set apropos-label-properties.
6080
6081 1999-09-15 Richard Stallman <rms@gnu.org>
6082
6083 * winner.el: Use aref instead of sref.
6084
6085 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
6086
6087 1999-09-14 Gerd Moellmann <gerd@gnu.org>
6088
6089 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
6090
6091 1999-09-14 Richard Stallman <rms@gnu.org>
6092
6093 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
6094 cookie, even if followed by a letter.
6095
6096 1999-09-14 Stephen Eglen <stephen@gnu.org>
6097
6098 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
6099 --no-line-editing are passed to Octave by including them here
6100 rather than storing them in inferior-octave-startup-args.
6101
6102 1999-09-14 Eli Zaretskii <eliz@gnu.org>
6103
6104 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
6105 command, option, env and sc.
6106
6107 * subr.el (shell-quote-argument): Quote argument with double
6108 quotes for ms-dos.
6109
6110 1999-09-14 Richard Stallman <rms@gnu.org>
6111
6112 * simple.el (eval-expression-print-level): New variable.
6113 (eval-expression-print-length): New variable.
6114 (eval-expression-debug-on-error): New variable.
6115 (eval-expression): Bind print-level, print-length and
6116 debug-on-error from those vars.
6117
6118 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
6119 Bind print-level, print-length and debug-on-error.
6120
6121 1999-09-14 Inge Frick <inge@nada.kth.se>
6122
6123 * dired.el (dired-recursive-deletes): New custom variable.
6124 (dired-re-no-dot): New variable.
6125 (dired-delete-file): New function deletes files and directories
6126 recursively.
6127 (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
6128
6129 * dired-aux.el (dired-recursive-copies): New custom variable.
6130 (dired-handle-overwrite): Broke a long line.
6131 (dired-copy-file): Call `dired-copy-file-recursive' instead of
6132 `copy-file'.
6133 (dired-copy-file-recursive): New function. Copy directories
6134 recursively.
6135 (dired-do-create-files): Added support for generalized directory
6136 target. How-to function may now return a function. New fluid
6137 variable `dired-one-file'.
6138 (dired-copy-how-to-fn): New variable.
6139 (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
6140 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
6141 (dired-do-copy-regexp): No recursive copies.
6142
6143 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com>
6144
6145 * whitespace.el (whitespace-version): Update version to 2.4
6146
6147 * whitespace.el: Add customization variables to conditionally test
6148 any of the five whitespaces, per request from Rune Kleveland
6149 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
6150
6151 * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
6152
6153 * whitespace.el (whitespace-modes): Add `change-log-mode' to the
6154 list of modes to be checked for bogus whitespaces.
6155
6156 * whitespace.el (whitespace-rescan-timer-time): Update
6157 documentation.
6158
6159 * whitespace.el (whitespace-display-unchecked-whitespaces):
6160 New function to update modeline with untested whitespaces.
6161
6162 * whitespace.el (whitespace-buffer): Test only whitespaces whose
6163 checking is turned on, and update modeline using the newly created
6164 `whitespace-display-unchecked-whitespaces'.
6165
6166 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
6167 whose checking is turned on, and update modeline using the newly
6168 created `whitespace-display-unchecked-whitespaces'.
6169
6170 * whitespace.el (whitespace-describe): Update documentation.
6171
6172 * whitespace.el (whitespace-tickle-timer): Test if
6173 `whitespace-rescan-timer-time' is non-zero before tickling timer.
6174
6175 1999-09-13 Dave Love <fx@gnu.org>
6176
6177 * hideif.el (hide-ifdef-mode): Add autoload cookie.
6178
6179 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
6180 for temp buffer.
6181 (checkdoc-this-string-valid): Don't assume default comment-start.
6182
6183 1999-09-13 Gerd Moellmann <gerd@gnu.org>
6184
6185 * rsz-mini.el: Remove code, keep the interface.
6186
6187 1999-09-13 Dave Love <fx@gnu.org>
6188
6189 * help.el (help-highlight-p): Doc fix.
6190
6191 * faces.el (mode-line, header-line, tool-bar): Add :version.
6192 (highlight, secondary-selection): Add :group.
6193 (trailing-whitespace): Add :group, :version.
6194
6195 * wid-edit.el: Remove some compatibility code and checks.
6196 (widget-specify-field, widget-specify-button): Don't use XEmacs
6197 properties.
6198 (widget-overlay-inactive): Change error message.
6199 (widget-button-pressed-face): New variable.
6200 (widget-button-click): Use it.
6201 (widget-documentation-link-add): Specify mouse and button faces.
6202 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
6203 removed now the functionality is built in.
6204
6205 * cus-edit.el: Don't define-widget-keywords.
6206 (multimedia): New group.
6207 (custom-last): Function removed.
6208 (custom-quote): Add vectorp case, comment out characterp case.
6209 (custom-buffer-done-function, custom-raised-buttons): New option.
6210 (Custom-buffer-done): New function.
6211 (custom-buffer-create-internal): Obey custom-raised-buttons,
6212 Custom-buffer-done.
6213 (custom-button-face): Make it `released-button'.
6214 (custom-button-pressed-face): Make it `pressed-button'
6215 (custom-mode-map): Bind "q" to Custom-buffer-done.
6216 (custom-mode): Deal with raised/pressed buttons.
6217
6218 Changes from Didier Verna:
6219 (custom-prompt-variable): Optional third arg makes prompt for a
6220 comment string.
6221 (customize-set-value, customize-set-variable,
6222 customize-save-variable): Optional prefix makes function handle
6223 variable comments.
6224 (customize-customized, customize-saved, custom-variable-state-set)
6225 (custom-variable-set, custom-variable-save, custom-face-state-set)
6226 (custom-variable-reset-saved, custom-variable-reset-standard)
6227 (custom-face-set, custom-face-save, custom-face-reset-saved)
6228 (custom-face-reset-standard, customize-save-customized): Handle
6229 custom comments.
6230 (custom-comment-face, custom-comment-tag-face): New face.
6231 (custom-comment): New widget.
6232 (custom-comment-create, custom-comment-delete)
6233 (custom-comment-value-set, custom-comment-show)
6234 ()custom-comment-invisible-p): New functions.
6235 (custom-variable-value-create, custom-face-value-create): Create a
6236 comment field widget.
6237 (custom-variable-menu, custom-face-menu): New entry for custom
6238 comment.
6239 (custom-face-value-create): Remove compatibility code.
6240 (custom-save-variables, custom-save-faces): Possibly save custom
6241 comments.
6242
6243 * cus-face.el (custom-face-attributes): Simplify :underline,
6244 :overline, :inverse-video cases. Fix up :box case (probably needs
6245 more work).
6246
6247 Change from Didier Verna:
6248 (custom-set-faces): The arguments can now have a custom comment as
6249 fourth argument.
6250
6251 * custom.el: Don't define-widget-keywords.
6252 Change from Didier Verna:
6253 (custom-set-variables): The arguments can now have a
6254 custom comment as fifth element.
6255
6256 1999-09-13 Richard Stallman <rms@gnu.org>
6257
6258 * info.el (Info-find-node): Cope better if guesspos is too large.
6259
6260 1999-09-12 Gerd Moellmann <gerd@gnu.org>
6261
6262 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
6263 of buffer-substring because buffer-string doesn't copy the
6264 prompt.
6265
6266 * faces.el (mode-line): Replaces `modeline'.
6267 (toplevel): Make `modeline' an alias for `mode-line'.
6268
6269 1999-09-12 Gerd Moellmann <gerd@gnu.org>
6270
6271 * gs.el: Change `ghostscript' to `postscript' in comment.
6272
6273 1999-09-11 Rob Riepel <riepel@Stanford.EDU>
6274
6275 * emulation/tpu-edt.el (tpu-version): New version.
6276 (tpu-search-overlay, tpu-replace-overlay): New variables.
6277 (tpu-search-highlight, tpu-toggle-direction): New functions.
6278 (tpu-lm-replace): Set tpu-replace-overlay.
6279 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
6280 command hook.
6281
6282 1999-09-11 Richard Stallman <rms@gnu.org>
6283
6284 * isearch.el (isearch-mode-map): Undo previous change.
6285
6286 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
6287 use all of that as the sexp.
6288
6289 * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
6290 and use the initial argument as file name directly.
6291 Likewise if nothing matches.
6292
6293 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no>
6294
6295 * winner.el: Major changes. Avoid changing point and mark.
6296 Save configurations after they change, not before.
6297
6298 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu>
6299
6300 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
6301 Bind print-continuous-numbering and print-number-table.
6302
6303 1999-09-10 Dave Love <fx@gnu.org>
6304
6305 * bindings.el (debug-ignored-errors): Restore BBDB stuff.
6306
6307 1999-09-09 Richard Stallman <rms@gnu.org>
6308
6309 * whitespace.el: Finish making it fit Emacs conventions.
6310 Add autoloads.
6311
6312 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il>
6313
6314 * generic-x.el (bat-generic-mode): "::"-style comments don't
6315 need to begin with "-". Fix the font-lock definitions of ON/OFF
6316 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO
6317 from the list of keywords. Add DO to the list of keywords.
6318
6319 1999-09-09 Dave Love <fx@gnu.org>
6320
6321 * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
6322 (byte-optimize-backward-word): New optimizations.
6323 (side-effect-free-fns, side-effect-and-error-free-fns): Add
6324 entries.
6325
6326 1999-09-09 Gerd Moellmann <gerd@gnu.org>
6327
6328 * image.el (put-image): Remove optional buffer parameter.
6329
6330 * faces.el (face-italic-p): Return t only for values `italic'
6331 and `oblique'.
6332
6333 * mouse.el (mouse-drag-mode-line-1): Extension of former
6334 mouse-drag-mode-line that also drags the header line.
6335 (mouse-drag-mode-line): Call it.
6336 (mouse-drag-header-line): New.
6337 (toplevel): Bind down-mouse-1 on header lines to
6338 mouse-drage-header-line.
6339
6340 1999-09-08 Gerd Moellmann <gerd@gnu.org>
6341
6342 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
6343 (make-mode-line-mouse-sensitive): Replace `top-line' by
6344 `header-line'.
6345
6346 1998-09-08 Michael Ernst <mernst@alum.mit.edu>
6347
6348 * help.el (describe-function-1): Don't return empty string for keymaps.
6349
6350 * fill.el (fill-region-as-paragraph, canonically-space-region):
6351 Respect colon-double-space at end of line.
6352
6353 1999-09-08 Stephen Gildea <gildea@alum.mit.edu>
6354
6355 * files.el (backup-by-copying-when-privileged-mismatch): New variable.
6356 (backup-buffer): Use it.
6357
6358 1999-09-08 Peter Breton <pbreton@ne.mediaone.net>
6359
6360 * generic-x.el (generic-define-unix-modes): Added new modes:
6361 inetd-conf-generic-mode, etc-services-generic-mode,
6362 etc-passwd-generic-mode. These are all defined for Unix by default.
6363 (apache-generic-mode): Use an imenu-generic-expression to list
6364 Configuration keywords.
6365 (samba-generic-mode): Use both ; and # as comment characters.
6366 (samba-generic-mode): Font-lock expressions now highlight name
6367 value pairs.
6368 (bat-generic-mode): Keywords are now case-insensitive through
6369 font-lock-defaults setting.
6370 (java-properties-generic-mode): Supports both ! and # as comment
6371 characters.
6372 (java-properties-generic-mode): Added an imenu-generic-expression
6373 (java-properties-generic-mode): Reworked to support the various
6374 different ways to separate name and value (viz, '=', ':' and
6375 whitespace).
6376 (show-tabs-generic-mode): Added this new generic-mode.
6377
6378 1999-09-08 Richard Stallman <rms@gnu.org>
6379
6380 * progmodes/inf-lisp.el: Moved from top directory.
6381
6382 * tar-mode.el (tar-header-block-tokenize):
6383 Use `when' instead of `and'. Fix some clobbered text.
6384
6385 * gud.el (gud-make-debug-menu): Make a child for the
6386 local menu, for its menu bar, and the debug menu.
6387 (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
6388 Use the history in the simple way.
6389
6390 1999-09-07 Kenichi Handa <handa@etl.go.jp>
6391
6392 * language/korea-util.el (default-korean-keyboard): Initialize it
6393 according to the environment variable HANGUL_KEYBOARD_TYPE.
6394
6395 1999-09-07 Richard Stallman <rms@gnu.org>
6396
6397 * subr.el (make-temp-file): New function.
6398
6399 1999-09-07 Stefan Monnier <monnier@cs.yale.edu>
6400
6401 * font-lock.el (font-lock-multiline): New text property contains
6402 a boolean to indicate if the char is part of a multiline match.
6403 (font-lock-default-fontify-region): Extend the region appropriately
6404 for multiline keywords.
6405 (font-lock-default-unfontify-region): Also remove the new
6406 font-lock-multiline text property.
6407 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
6408 (font-lock-fontify-keywords-region): Mark multiline regexp matches.
6409
6410 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6411
6412 * diary-lib.el (list-diary-entries): Make sure two-digit years
6413 have leading zeros.
6414
6415 1999-09-07 Gerd Moellmann <gerd@gnu.org>
6416
6417 * faces.el (face-set-after-frame-default): Initialize some
6418 attributes of some faces from frame parameters.
6419
6420 * faces.el (scroll-bar, border, cursor, mouse): New faces.
6421
6422 1999-09-07 Gerd Moellmann <gerd@gnu.org>
6423
6424 * faces.el (fringe): Replaces face `margin'.
6425
6426 1999-09-07 Dave Love <fx@gnu.org>
6427
6428 * tar-mode.el (tar-header-block-tokenize): Bind linkname.
6429
6430 1999-09-07 Richard Stallman <rms@gnu.org>
6431
6432 * subr.el (push): Doc fix.
6433
6434 1999-09-06 Richard Stallman <rms@gnu.org>
6435
6436 * vc.el (vc-annotate-display): Use < 69 not < 70
6437 to distinguish 20YY from 19YY.
6438
6439 * timezone.el (timezone-parse-date): Use < 69 not < 70
6440 to distinguish 20YY from 19YY.
6441
6442 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
6443
6444 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk>
6445
6446 * quickurl.el: (quickurl-list-focused-line): Removed.
6447 (quickurl-list-insert): Now works out the focused line using
6448 `count-lines' instead of using `quickurl-list-focused-line'.
6449
6450 1999-09-06 Richard Stallman <rms@gnu.org>
6451
6452 * mail/rmail.el (rmail-retry-failure): Unconditionally move
6453 to beginning of message.
6454
6455 1999-09-06 Dave Love <fx@gnu.org>
6456
6457 * isearch.el (isearch-mode-map): Add mouse-2.
6458
6459 * mail/rmail.el (rmail-read-password): Deleted.
6460 (rmail-get-pop-password): Use read-password.
6461
6462 * quickurl.el: Don't conditionally define caddr.
6463 (quickurl-url-comment): Use nth, not caddr in function and
6464 defsetf.
6465
6466 1999-09-06 Richard Stallman <rms@gnu.org>
6467
6468 * auto-show.el: Doc fixes.
6469
6470 1999-09-06 Stephen Eglen <stephen@gnu.org>
6471
6472 * progmodes/octave-inf.el (inferior-octave-startup-args): Add
6473 --no-line-editing so that TABs in source files are not interpreted
6474 as completion requests.
6475
6476 1999-09-06 Gerd Moellmann <gerd@gnu.org>
6477
6478 * hscroll.el, auto-show.el: Remove all code, keep the public
6479 interface as no-ops.
6480
6481 * faces.el (face-bold-p): Don't return t if face has lighter
6482 weight than normal.
6483
6484 1999-09-06 Eli Zaretskii <eliz@gnu.org>
6485
6486 * startup.el (command-line): Make small-temporary-file-directory
6487 be nil except on ms-dos.
6488
6489 * files.el (small-temporary-file-directory): Ditto. Also doc fix.
6490
6491 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
6492 is defined.
6493
6494 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
6495 letters with a colon after d or l.
6496
6497 1999-09-06 Dave Love <fx@gnu.org>
6498
6499 * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed. (Now
6500 primitive.)
6501
6502 1999-09-05 Richard Stallman <rms@gnu.org>
6503
6504 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
6505
6506 * textmodes/paragraphs.el (backward-kill-sentence):
6507 Don't test minibuffer-prompt-end here.
6508 (forward-sentence): Do handle it here.
6509 (backward-kill-paragraph): Don't test it here.
6510 (forward-paragraph): Handle it here.
6511
6512 * mouse.el (font-menu-add-default): Simplify code.
6513
6514 1999-09-05 Gerd Moellmann <gerd@gnu.org>
6515
6516 * faces.el (header-line): Renamed from `top-line'.
6517
6518 1999-09-05 Gerd Moellmann <gerd@gnu.org>
6519
6520 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
6521
6522 1999-09-04 Richard Stallman <rms@gnu.org>
6523
6524 * whitespace.el: New file.
6525
6526 1999-09-04 Dave Love <fx@gnu.org>
6527
6528 * paths.el: Make some doc strings obey the make-docfile convention.
6529
6530 * bindings.el: Likewise.
6531 (debug-ignored-errors): Remove BBDB ones.
6532
6533 1999-09-03 Richard Stallman <rms@gnu.org>
6534
6535 * mail/mh-comp.el (mh-forward): Get new subject line from the original,
6536 not from the draft to forward.
6537
6538 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
6539
6540 1999-09-03 Dave Love <fx@gnu.org>
6541
6542 * double.el (double-mode): Customize the variable.
6543
6544 1999-09-03 Kenichi Handa <handa@etl.go.jp>
6545
6546 * international/characters.el: Delete duplicated code.
6547
6548 1999-09-02 Richard Stallman <rms@gnu.org>
6549
6550 * indent.el (indent-relative): Doc fix.
6551
6552 * quickurl.el (quickurl): Doc fix.
6553
6554 1999-09-02 Gerd Moellmann <gerd@gnu.org>
6555
6556 * faces.el (margin): Change background to "gray" for mono (this is
6557 drawn with a stipple pattern).
6558
6559 1999-09-02 Gerd Moellmann <gerd@gnu.org>
6560
6561 * simple.el (next-history-element): Use minibuffer-prompt-end once
6562 again. Remove test for minibuffer-prompt-in-buffer.
6563
6564 1999-09-02 Eli Zaretskii <eliz@gnu.org>
6565
6566 * files.el (small-temporary-file-directory): New variable.
6567
6568 * startup.el (command-line): Compute the value of
6569 small-temporary-file-directory.
6570
6571 * ediff-init.el (ediff-temp-file-prefix): Use
6572 small-temporary-file-directory if non-nil.
6573
6574 * vc.el (vc-update-change-log): Likewise.
6575
6576 * progmodes/cmacexp.el (c-macro-expansion): Likewise.
6577
6578 * simple.el (shell-command, shell-command-on-region): Use
6579 make-temp-name properly. Use small-temporary-file-directory if
6580 non-nil, otherwise temporary-file-directory, to generate temporary
6581 files.
6582
6583 * dos-w32.el (direct-print-region-helper): Use
6584 temporary-file-directory. (From Stefan Monnier.)
6585
6586 1999-09-02 Richard Stallman <rms@gnu.org>
6587
6588 * progmodes/asm-mode.el (asm-mode): Set comment-start properly
6589 from asm-comment-char.
6590 (asm-font-lock-keywords): Recognize instruction width suffixes.
6591
6592 1999-09-01 Richard Stallman <rms@gnu.org>
6593
6594 * play/fortune.el: New file.
6595
6596 1999-08-31 Dave Love <fx@gnu.org>
6597
6598 * help.el (help-make-xrefs): Don't lose on non-empty blank line
6599 after key table.
6600
6601 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
6602 redisplay variables.
6603
6604 * subr.el (push): Fix typo.
6605
6606 1999-08-30 Kevin Blake <kblake@ticnet.com>
6607
6608 * emacs-lisp/ring.el: Many doc fixes.
6609 (ring-size, ring-copy): New functions.
6610
6611 1999-08-29 Richard Stallman <rms@gnu.org>
6612
6613 * progmodes/etags.el (tags-loop-continue):
6614 After tags-loop-operate returns, force skip to next file.
6615
6616 * mail/mail-extr.el (mail-extr-all-letters-but-separators)
6617 (mail-extr-first-letters, mail-extr-last-letters):
6618 Use character classes [:alpha:] and [:alnum:].
6619
6620 * subr.el (push, pop): New macros.
6621
6622 * progmodes/compile.el (compilation-error-regexp-alist):
6623 New item for SGI IRIX MipsPro compilers.
6624
6625 * speedbar.el (speedbar-directory-buttons): Recognize
6626 device names when checking for file names.
6627
6628 * array.el (array-reconfigure-rows): Use generate-new-buffer.
6629
6630 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
6631 and specially handle defvar inside their expansions.
6632 (eval-defun-1): New subroutine.
6633
6634 * progmodes/compile.el (compilation-error-regexp-alist):
6635 Fix the Perl -w entry to allow period after line number.
6636 Don't allow newlines in file name, but allow them after line number
6637 for Perl debugging traces.
6638
6639 * which-func.el (which-func-cleanup-function): New variable.
6640 (which-function): Call that function.
6641
6642 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
6643 to end a function name.
6644
6645 * informat.el (Info-tagify): Don't insert more than one newline
6646 before the tag table.
6647
6648 1999-08-29 Stefan Monnier <monnier@cs.yale.edu>
6649
6650 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
6651 than make-temp-name, use match-string-no-properties, and eliminate
6652 a quadratic behavior when building bibtex-strings.
6653
6654 1999-08-29 Alex Schroeder <alex@gnu.org>
6655
6656 * comint.el (comint-input-ring-separator): New variable.
6657 (comint-read-input-ring): Doc change; use
6658 comint-input-ring-separator when reading file.
6659 (comint-write-input-ring): Use
6660 comint-input-ring-separator when writing file.
6661
6662 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com>
6663
6664 * informat.el (Info-tagify): Start by widening.
6665 Match node headers that don't list the file name,
6666 and more kinds of page separations.
6667 Strip properties during tagification.
6668 Use start of node header line as tag's position.
6669 Fix the "done" message.
6670
6671 (Info-validate): Save and restore match data around narrowing down.
6672
6673 1999-08-28 Richard M. Stallman <rms@gnu.org>
6674
6675 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
6676 On repeated call, override previous values put into
6677 minor-mode-map-alist and minor-mode-alist.
6678
6679 1999-08-28 Michael Ernst <mernst@alum.mit.edu>
6680
6681 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
6682
6683 1999-08-27 Andreas Schwab <schwab@gnu.org>
6684
6685 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
6686 from cvs update.
6687
6688 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6689
6690 * calendar/calendar.el (calendar-move-hook): New hook.
6691
6692 * calendar/cal-move.el: Call the new hook in every movement function.
6693
6694 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
6695 the right function name.
6696
6697 1999-08-26 Stephen Gildea <gildea@alum.mit.edu>
6698
6699 * time-stamp.el: Put quote-backquote around all symbol names
6700 in doc strings, for mousing.
6701 (time-stamp): Support multi-line patterns.
6702 (time-stamp-inserts-lines): New variable.
6703 (time-stamp-count): New variable.
6704 (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
6705 "Thu" instead of "%a".
6706
6707 1999-08-25 Gerd Moellmann <gerd@gnu.org>
6708
6709 * simple.el (kill-word): Undo previous change.
6710
6711 1999-08-25 Gerd Moellmann <gerd@gnu.org>
6712
6713 * jit-lock.el (jit-lock-function): Extend the fontified range
6714 to the beginning of the line containing the range start and
6715 the beginning of the line following the range end.
6716
6717 1999-08-24 Dave Love <fx@gnu.org>
6718
6719 * timezone.el: Move provide to end.
6720 (timezone-parse-date): Simplify somewhat. Assume 2-digit years
6721 <70 are 2000+.
6722 (timezone-parse-time): Simplify somewhat.
6723
6724 1999-08-24 Gerd Moellmann <gerd@gnu.org>
6725
6726 * faces.el (margin): Renamed from bitmap-area.
6727
6728 1999-08-24 Alex Schroeder <alex@gnu.org>
6729
6730 * sql.el: Doc changes.
6731 (sql-sybase): Use sql-server instead of sql-database.
6732
6733 1999-08-23 Dave Love <fx@gnu.org>
6734
6735 * rect.el: Add/fix various doc strings. Add `*' to all the
6736 interactive specs.
6737
6738 1999-08-21 Gerd Moellmann <gerd@gnu.org>
6739
6740 * jit-lock.el (jit-lock-function): Use line-beginning-position.
6741 Don't unwind-protect font-lock-fontify-region.
6742
6743 * paragraphs.el (backward-kill-paragraph): Don't move
6744 point into mini-buffer prompt.
6745 (backward-kill-sentence): Ditto.
6746
6747 * simple.el (next-history-element): Use minibuffer-prompt-end.
6748 Remove test for minibuffer-prompt-in-buffer.
6749 (kill-word): Don't move point into mini-buffer prompt.
6750
6751 1999-08-21 Dave Love <fx@gnu.org>
6752
6753 * Makefile: Exclude CVS dirs like RCS.
6754
6755 1999-08-19 Dave Love <fx@gnu.org>
6756
6757 * tooltip.el (tooltip-mode): Customize this, per convention.
6758 (tooltip-active): Option deleted.
6759
6760 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize.
6761
6762 * hanoi.el, page-ext.el: Declare dynamic vars.
6763
6764 * term.el: Avoid ange-ftp related compilation warnings.
6765
6766 1999-08-18 Gerd Moellmann <gerd@gnu.org>
6767
6768 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
6769 the default so that beginners can benefit from it without
6770 searching in manuals.
6771
6772 1999-08-18 Ray Blaak <blaak@gnu.org>
6773
6774 * progmodes/delphi.el: Consider assembly sections as blocks, to
6775 indent them better. Make auto-indent on newline optional.
6776
6777 1999-08-17 Gerd Moellmann <gerd@gnu.org>
6778
6779 * bindings.el (mode-line-modified): Look up key binding for C-x
6780 C-q. If it's bound call that binding, otherwise call
6781 toggle-read-only.
6782
6783 1999-08-17 Dave Love <fx@gnu.org>
6784
6785 * info.el (info): Doc fix.
6786
6787 * finder.el (finder-known-keywords): Add `multimedia'.
6788
6789 * apropos.el: Don't capitalize custom group name.
6790
6791 * info-look.el: Remove compatibility code.
6792 (info-lookup-guess-default*): DTRT for point at start of symbol.
6793 (info-complete): Don't lose with point not at end of symbol.
6794
6795 1999-08-16 Gerd Moellmann <gerd@gnu.org>
6796
6797 * term.el (toplevel): Make face `term-default' an empty face.
6798 The code relied on the fact that Emacs ignored invalid faces in
6799 face text properties in 20.4.
6800
6801 1999-08-16 Richard M. Stallman <rms@gnu.org>
6802
6803 * subr.el (point-at-eol, point-at-bol): New aliases.
6804
6805 * simple.el: Functions reordered.
6806
6807 * rect.el (delete-rectangle-line): Use line-end-position.
6808
6809 1999-08-16 Karl Heuer <kwzh@gnu.org>
6810
6811 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
6812 here from simple.el.
6813
6814 1999-08-16 Dave Love <fx@gnu.org>
6815
6816 * mouse.el: Provide `mldrag' for compatibility.
6817 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
6818 marked obsolete.
6819
6820 * mldrag.el: Removed since the features are in mouse.el.
6821
6822 * jka-compr.el (auto-compression-mode): New variable for
6823 customization.
6824
6825 * bindings.el (mode-line-mule-info): Doc fix.
6826
6827 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
6828 name comparisons.
6829
6830 * files.el (interpreter-mode-alist): Add make, guile, clisp.
6831 (find-file): Doc fix.
6832
6833 1999-08-16 Carsten Dominik <cd@gnu.org>
6834
6835 * textmodes/reftex.el: Most of the code moved to other files.
6836 * textmodes/reftex-auc.el: New file, split out from reftex.el
6837 * textmodes/reftex-cite.el: New file, split out from reftex.el
6838 * textmodes/reftex-global.el: New file, split out from reftex.el
6839 * textmodes/reftex-index.el: New file, split out from reftex.el
6840 * textmodes/reftex-parse.el: New file, split out from reftex.el
6841 * textmodes/reftex-ref.el: New file, split out from reftex.el
6842 * textmodes/reftex-sel.el: New file, split out from reftex.el
6843 * textmodes/reftex-toc.el: New file, split out from reftex.el
6844 * textmodes/reftex-vars.el: New file, split out from reftex.el
6845 * textmodes/reftex-vcr.el: New file, split out from reftex.el
6846
6847 1999-08-16 Carsten Dominik <cd@gnu.org>
6848
6849 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
6850 conflict with pop-up-frames.
6851 (reftex-special-environment-parsers): New constant.
6852 (reftex-label-alist): car of an entry can also be a function.
6853 (reftex-what-special-env): Cew function.
6854 (reftex-label-location): Call `reftex-what-special-env'.
6855 (reftex-compile-variables): Check for symbol in
6856 `reftex-label-alist'.
6857 (reftex-what-environment): Fixed bug with stacked environments of
6858 same kind (e.g. enumerate).
6859 (reftex-process-string): Preserve default directory.
6860 (reftex-label-alist-builtin): Changed prefixes of endnote and
6861 footnote. Also the magic words.
6862 (reftex-reference): Interprete new option
6863 `reftex-fref-is-default'.
6864 (reftex-replace-prefix-escapes): Interprete new `%S' format.
6865 (reftex-toc-mouse-view-line): Command removed (had no binding).
6866 (reftex-everything-regexp): New function.
6867 (reftex-nearest-match): Made better.
6868 (reftex-toc-find-section): Use new version of
6869 `reftex-nearest-match'.
6870 (reftex-insert-docstruct): Adapted to work with the index stuff.
6871 (reftex-parse-from-file): Find index entries as well.
6872 (reftex-toc-toggle-index): New function
6873 (reftex-toc-map): `i' is now used to togle the index, File
6874 boundaries has been moved to `F'.
6875 (reftex-select-label-map): Toggling display of file boundaries is
6876 now on the `F' key, for consistency with `reftex-toc-map'.
6877 (reftex-erase-all-selection-and-index-buffers): Renamed from
6878 `reftex-erase-all-selection-buffer'. Now also kills the index
6879 buffers.
6880 (reftex-viewing-cross-references): Customization group renamed
6881 from reftex-viewing-cross-references-and-citations.
6882 (reftex-index-macro-regexp,
6883 reftex-find-index-entry-regexp-format): New variables
6884 (reftex-macros-with-index): New variable
6885 (reftex-add-index-macros): New function
6886 (reftex-renumber-simple-labels, reftex-translate): Allow for
6887 multiple labels in a single ref command.
6888 (reftex-index-support): New customization group
6889 (reftex-support-index, reftex-index-special-chars,
6890 reftex-index-macros, reftex-index-default-macro,
6891 reftex-index-default-tag, reftex-index-math-format,
6892 reftex-index-section-letters, reftex-index-include-context,
6893 reftex-index-follow-mode, reftex-index-header-face,
6894 reftex-index-section-face, reftex-index-tag-face,
6895 reftex-index-face): New options
6896 (reftex-index-map, reftex-index-menu, reftex-last-index-file,
6897 reftex-index-tag, reftex-index-return-marker,
6898 reftex-index-restriction-indicator, reftex-index-restriction-data,
6899 reftex-index-macro-regexp, reftex-index-level-re,
6900 reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
6901 reftex-everything-regexp-no-index, reftex-index-re,
6902 reftex-macros-with-index, reftex-index-macro-alist): New variables
6903 (reftex-index-help, reftex-index-macros-builtin,
6904 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
6905 reftex-query-index-macro-help): New constants
6906 (reftex-index-selection-or-word, reftex-index,
6907 reftex-default-index, reftex-update-default-index,
6908 reftex-index-complete-tag, reftex-index-select-tag,
6909 reftex-index-complete-key, reftex-index-update-taglist,
6910 reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
6911 reftex-display-index, reftex-insert-index,
6912 reftex-index-insert-new-letter, reftex-get-restriction,
6913 reftex-index-pre-command-hook, reftex-index-post-command-hook,
6914 reftex-index-show-help, reftex-index-next, reftex-index-previous,
6915 reftex-index-toggle-follow, reftex-index-toggle-context,
6916 reftex-index-view-entry, reftex-index-goto-entry-and-hide,
6917 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
6918 reftex-index-quit, reftex-index-quit-and-kill,
6919 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
6920 reftex-index-revert, reftex-index-switch-index-tag,
6921 reftex-index-restrict-to-section, reftex-index-widen,
6922 reftex-index-restriction-forward,
6923 reftex-index-restriction-backward, reftex-index-visit-location,
6924 reftex-index-analyze-entry, reftex-index-globalize,
6925 reftex-index-edit, reftex-index-toggle-range-beginning,
6926 reftex-index-toggle-range-end, reftex-index-edit-key,
6927 reftex-index-edit-attribute, reftex-index-edit-visual,
6928 reftex-index-edit-part, reftex-index-level-down,
6929 reftex-index-level-up, reftex-index-kill, reftex-index-undo,
6930 reftex-index-change-entry, reftex-index-goto-letter,
6931 reftex-add-index-macros, reftex-ensure-index-support,
6932 reftex-index-info-safe, reftex-index-info): New functions.
6933
6934
6935 1999-08-15 Richard M. Stallman <rms@gnu.org>
6936
6937 * paren.el (show-paren-mode): Support making show-paren-mode
6938 a buffer-local variable. Don't check for a window system.
6939 (show-paren-function): Check whether show-paren-function is
6940 enabled in current buffer; do the right thing if not.
6941 Don't check for a window system.
6942 (show-paren-mode): Make it a user variable.
6943
6944 * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
6945 Handle `enum' like `struct'.
6946
6947 * server.el (server-process-filter): If a client visits no buffers,
6948 close it immediately before recording it.
6949
6950 * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
6951 Optimize by calling concat just once. Handle =\n sequence.
6952 (mail-unquote-printable-region): New command.
6953 (mail-quote-printable): Make it autoload.
6954
6955 1999-08-15 Karl Heuer <kwzh@gnu.org>
6956
6957 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
6958
6959 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
6960
6961 * lisp/texinfmt.el: Handle @ifnottex.
6962
6963 1999-08-15 Eli Zaretskii <eliz@gnu.org>
6964
6965 * frame.el (blink-cursor): Don't turn on cursor blinking for
6966 ms-dos.
6967
6968 * faces.el (face-valid-attribute-values): Look in
6969 x-bitmap-file-path only for x and w32 window systems.
6970
6971 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
6972 Do that if width is nil as well.
6973 (x-display-mm-height, x-display-mm-width): Update values.
6974 (x-colors): Compute the list from msdos-color-values.
6975 (x-select-enable-clipboard): Doc fix.
6976 (x-frob-font-weight, x-font-family-list): New functions.
6977
6978 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk>
6979
6980 * window.el (shrink-window-if-larger-than-buffer): Don't try to
6981 back up from beginning of buffer.
6982
6983 1999-08-13 Karl Heuer <kwzh@gnu.org>
6984
6985 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
6986
6987 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US>
6988
6989 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G
6990 doomsday clock, speed control is added and changes are made to
6991 allow large numbers of rings: rings now show the whole ring
6992 number, not just the last digit; consecutive rings are allowed to
6993 be the same size when necessary to fit all the rings in the
6994 window; and poles can be oriented horizontally. Face support is
6995 thrown in gratuitously.
6996 (hanoi): Changed default number of rings back to 3.
6997 (hanoi-unix, hanoi-unix-64): New commands
6998 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
6999 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
7000 hanoi-odd-ring-face): New variables.
7001 (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
7002 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
7003 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
7004 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
7005 (hanoi-topos, hanoi-draw-ring): Removed.
7006
7007 1999-08-12 Gerd Moellmann <gerd@gnu.org>
7008
7009 * faces.el (face-valid-attribute-values): Return an alist for
7010 families on ttys.
7011 (face-read-integer): Handle unspecified face attributes. Add
7012 completion for `unspecified'.
7013 (read-face-attribute): Handle unspecified font attributes.
7014 (face-valid-attribute-values): Add `unspecified' to lists so that
7015 it can be chosen via completion.
7016 (face-read-string): Don't recognize "none" as input.
7017
7018 1999-08-10 Dave Love <fx@gnu.org>
7019
7020 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
7021 string.
7022
7023 * sun-curs.el: Require sun-fns.
7024
7025 1999-08-10 Dave Love <fx@gnu.org>
7026
7027 * autorevert.el (auto-revert-mode): Add autoload cookie.
7028
7029 * hscroll.el, auto-show.el: Files deleted -- we have built-in
7030 hscroll.
7031
7032 * simple.el (hscroll-step, hscroll-point-visible)
7033 (hscroll-window-column): Remove now we have the mentioned real
7034 horizontal autoscrolling.
7035
7036 1999-08-10 Richard M. Stallman <rms@gnu.org>
7037
7038 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
7039 control use of -f option.
7040 (mail-specify-envelope-from): New variable.
7041 (mail-from-style): Doc fix.
7042
7043 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
7044 (easy-menu-get-map): New arg TO-MODIFY helps choose
7045 between local and global maps.
7046 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
7047 (easy-menu-change): Doc fix.
7048
7049 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
7050 (info-lookup-guess-default): Simplified and cleaned up.
7051 (info-lookup-guess-default*): Preserve point.
7052
7053 * view.el (view-mode-disable): If buffer-read-only is nil,
7054 don't change it.
7055
7056 * files.el (after-find-file): Disable View mode if buffer is no
7057 longer read-only.
7058
7059 * view.el (view-mode-enable, view-mode-disable):
7060 Call force-mode-line-update.
7061
7062 1999-08-10 Karl Heuer <kwzh@gnu.org>
7063
7064 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
7065 * array.el, play/landmark.el, international/latin-3.el: Likewise.
7066 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
7067
7068 1999-08-10 Alex Schroeder <asc@bsiag.com>
7069
7070 * ansi-color.el (ansi-color-to-text-properties): Added New state 5
7071 to prevent m-eating-bug.
7072
7073 1999-08-10 Eli Zaretskii <eliz@gnu.org>
7074
7075 * term/pc-win.el (msdos-bg-mode): Remove. Call
7076 frame-set-background-mode instead. All callers changed.
7077 (msdos-face-setup): Don't force color display parameter, it is set
7078 by frame-set-background-mode.
7079 (make-msdos-frame): Call x-handle-reverse-video and
7080 face-set-after-frame-default. Delete frame if creation failed.
7081
7082 * faces.el (face-set-after-frame-default): Don't call
7083 make-face-x-resource-internal for the pc window-system.
7084
7085 1999-08-10 Dave Love <fx@melange.gnu.org>
7086
7087 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
7088 case with no docstring specially.
7089
7090 1999-08-09 Eli Zaretskii <eliz@gnu.org>
7091
7092 * complete.el (PC-do-completion): If completing on file name,
7093 reproduce str by concatenating its directory and basename parts.
7094
7095 1999-08-07 Dave Love <fx@gnu.org>
7096
7097 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid
7098 unibyte to multibyte conversion of search-forward (from Handa),
7099 but avoid the replacement if the language is Latin-N.
7100
7101 1999-08-06 Richard Stallman <rms@gnu.org>
7102
7103 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
7104 of eval-buffer.
7105
7106 * international/mule.el (load-with-code-conversion):
7107 Pass t to eval-buffer for DO-ALLOW-PRINT.
7108
7109 1999-08-06 Geoff Voelker <voelker@cs.washington.edu>
7110
7111 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
7112 of filenames and attributes.
7113 (ls-lisp-insert-directory): Use directory-files-and-attributes
7114 for speed.
7115
7116 1999-08-05 Dave Love <fx@gnu.org>
7117
7118 * auto-show.el (auto-show-mode): Fix :set.
7119
7120 * widget.el (define-widget-keywords): Make dummy definition and
7121 comment-out its use.
7122
7123 1999-08-04 Richard Stallman <rms@gnu.org>
7124
7125 * progmodes/tcl.el: Customized.
7126
7127 * sql.el (sql-accumulate-and-indent): Instead of testing
7128 whether this is Emacs 20 before calling comint-accumulate,
7129 test whether comint-accumulate is defined.
7130
7131 1999-08-04 Dave Love <fx@gnu.org>
7132
7133 * sgml-mode.el: Require outline when compiling.
7134 (sgml-mode-hook, html-mode-hook): Customize.
7135 (sgml-validate-command): Fix :version.
7136 (html-autoview-mode): Doc fix.
7137
7138 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
7139 nothing in Latin-N environment.
7140
7141 * info.el (Info-find-node): Call info-initialize here.
7142 (info): Not here.
7143 (Info-file-list-for-emacs): Add message, dired-x, c, viper.
7144
7145 1999-08-04 Richard Stallman <rms@gnu.org>
7146
7147 * ansi-color.el: New file.
7148
7149 1999-08-04 Stefan Monnier <monnier@cs.yale.edu>
7150
7151 * dired.el (dired-string-replace-match): Return `nil' when no match
7152 found with global search.
7153
7154 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
7155 * terminal.el (te-terminfo-directory):
7156 * mail/mailpost.el (post-mail-send-it):
7157 * mail/metamail.el (metamail-region):
7158 * progmodes/ada-mode.el (ada-tmp-directory):
7159 Use temporary-file-directory.
7160
7161 * progmodes/compile.el (compilation-parsing-end,compilation-setup)
7162 (compilation-filter, compilation-forget-errors)
7163 (compilation-parse-errors): Use a marker instead of an integer for
7164 `compilation-parsing-end'.
7165
7166 * progmodes/diff.el (diff-parse-differences):
7167 Use a marker instead of an integer for `compilation-parsing-end'.
7168 * textmodes/tex-mode.el (tex-compilation-parse-errors):
7169 Use a marker instead of an integer for `compilation-parsing-end'.
7170
7171 1999-08-03 Richard Stallman <rms@gnu.org>
7172
7173 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
7174 (Buffer-menu-mode): Doc fix.
7175 (Buffer-menu-view): New command.
7176 (Buffer-menu-view-other-window): New command.
7177
7178 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com>
7179
7180 * replace.el (query-replace-regexp-eval)
7181 (replace-eval-replacement, replace-loop-through-replacements)
7182 (replace-match-string-symbols): New functions.
7183 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
7184 Use replace-loop-through-replacements.
7185
7186 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk>
7187
7188 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
7189 (5x5): Doc fix.
7190
7191 1999-08-03 Dave Love <fx@gnu.org>
7192
7193 * fortran.el (fortran-indent-new-line): Make it an alias
7194 for reindent-then-newline-and-indent.
7195
7196 1999-08-03 Didier Verna <verna@inf.enst.fr>
7197
7198 * rect.el: All functions rewritten, except when noted above
7199 their declaration. Below is a list of interface changes.
7200 (apply-on-rectangle): New function, mostly replaces
7201 `operate-on-rectangle'. All callers changed.
7202 (move-to-column-force): Pass new second argument to `move-to-column'.
7203 (kill-rectangle): Added optional prefix arg to fill lines.
7204 (delete-rectangle): Ditto.
7205 (delete-whitespace-rectangle): Ditto.
7206 (delete-extract-rectangle): Ditto.
7207 (open-rectangle): Ditto.
7208 (clear-rectangle): Ditto.
7209 (delete-whitespace-rectangle-line): New function.
7210 (delete-rectangle-line): Added third arg FILL.
7211 (delete-extract-rectangle-line): Ditto.
7212 (open-rectangle-line): Ditto.
7213 (clear-rectangle-line): Ditto.
7214
7215 1999-08-03 Ray Blaak <blaak@gnu.org>
7216
7217 * progmodes/delphi.el: New file.
7218
7219 1999-08-02 Richard Stallman <rms@gnu.org>
7220
7221 * textmodes/outline.el (outline-previous-heading): New function.
7222 (outline-up-heading-all): Use outline-previous-heading.
7223 (outline-next-heading): Delete definition inserted yesterday.
7224
7225 1999-08-01 Richard Stallman <rms@gnu.org>
7226
7227 * textmodes/outline.el (outline-next-heading): New function.
7228 (outline-up-heading-all): New function.
7229 (outline-font-lock-level): Using outline-up-heading-all.
7230 Tell outline-back-to-heading to accept invisible headings.
7231
7232 * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
7233
7234 * mail/mh-utils.el (mh-find-path-run): New variable.
7235 (mh-find-path): Test and set that.
7236 Set mail-user-agent only the first time this function is run.
7237 (mail-user-agent): Defvar deleted.
7238
7239 * info.el (info-initialize): New function.
7240 (info): Call info-initialize.
7241 (Info-directory-list): Initialize to nil,
7242 so info-initialize will set it up for real.
7243
7244 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7245
7246 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
7247 does not interpret a time as the year in a day-month entry.
7248
7249 * calendar/diary-lib.el: Change syntax table entry for colon in
7250 the diary as part of the european-date-diary-pattern fix.
7251
7252 1999-08-01 Eli Zaretskii <eliz@gnu.org>
7253
7254 * international/mule.el (set-auto-coding): Allow whitespace before
7255 and after the "variable: value" pair.
7256
7257 1999-07-30 Ken'ichi Handa <handa@gnu.org>
7258
7259 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
7260 (default-sendmail-coding-system): Doc-string fixed.
7261
7262 1999-07-30 Dave Love <fx@gnu.org>
7263
7264 * subr.el (assoc-delete-all): New function, renamed from
7265 frame-delete-all.
7266
7267 * frame.el: Change comments to doc strings and other doc fixes.
7268 (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
7269 Callers changed.
7270 (set-background-color, set-foreground-color, set-cursor-color)
7271 (set-mouse-color, set-border-color): Offer completion of colours.
7272 (cursor): Add :version to defgroup.
7273
7274 * facemenu.el (list-colors-display): Make it work on ttys.
7275 (facemenu-read-color): Likewise.
7276
7277 1999-07-30 Richard M. Stallman <rms@gnu.org>
7278
7279 * frame.el (frame-notice-user-settings): If background
7280 color has been changed, update background-mode from it,
7281 then update faces.
7282
7283 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com>
7284
7285 * net-utils.el (finger): Don't do indirect fingering.
7286
7287 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7288
7289 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
7290 rules. Add separator at end of holidays.
7291 (cal-tex-rules): New customizable variable.
7292 (cal-tex-latexify-list): Add optional parameter to put separator
7293 at end.
7294
7295 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu>
7296
7297 * textmodes/fill.el (fill-individual-paragraphs): Calculate new
7298 fill prefix on each line while looping to the end of paragraph.
7299 End paragraph if it's longer than the existing fill prefix.
7300
7301 * textmodes/fill.el (fill-context-prefix): Doc fix.
7302
7303 1999-07-30 Dave Love <fx@gnu.org>
7304
7305 * font-lock.el (jit-lock): Fix :load, add :version.
7306
7307 1999-07-30 Eli Zaretskii <eliz@gnu.org>
7308
7309 * term/pc-win.el (msdos-face-setup): Register standard colors in
7310 Vface_tty_color_alist.
7311 (face-color-supported-p, face_color_gray_p): New functions.
7312
7313 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
7314 is bound.
7315
7316 * startup.el (command-line): Don't register default colors for
7317 MSDOS window-system.
7318
7319 1999-07-29 Dave Love <fx@gnu.org>
7320
7321 * f90.el (f90-mode-syntax-table): Change backslash to escape, not
7322 charquote.
7323
7324 * lisp-mode.el (eval-defun): Re-written to avoid
7325 capturing variables.
7326
7327 * picture.el (picture-beginning-of-line): Don't call
7328 hscroll-point-visible now we have real autoscrolling.
7329 (picture-end-of-line, picture-newline, picture-open-line):
7330 Likewise.
7331
7332 * international/latin-8.el: New file.
7333 * international/latin-9.el: New file.
7334
7335 1999-07-28 Dave Love <fx@gnu.org>
7336
7337 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
7338
7339 * msb.el: Require cl only when compiling.
7340 (msb--home-dir): Deleted.
7341 (msb--format-title): Use abbreviate-file-name.
7342 (msb--choose-file-menu): Simplify string comparison.
7343
7344 1999-07-28 Gerd Moellmann <gerd@gnu.org>
7345
7346 * faces.el (toolbar): Add face definition for mono displays.
7347
7348 1999-07-27 Richard M. Stallman <rms@gnu.org>
7349
7350 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
7351
7352 * frame.el (frame-initialize): When setting frame-initial-frame-alist,
7353 force copying of default-frame-alist.
7354
7355 1999-07-26 Ken'ichi Handa <handa@gnu.org>
7356
7357 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
7358
7359 1999-07-26 Richard M. Stallman <rms@gnu.org>
7360
7361 * frame.el (set-mouse-color): If new color is nil,
7362 really respecify the current color.
7363
7364 1999-07-26 Gerd Moellmann <gerd@gnu.org>
7365
7366 * faces.el (bitmap-area): Change background of face `bitmap-area'
7367 to white for mono displays.
7368
7369 1999-07-26 Kenichi Handa <handa@etl.go.jp>
7370
7371 * international/ccl.el (ccl-embed-symbol): New function.
7372 (ccl-program-p): Deleted. Now it's implemented in C code.
7373 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
7374 (ccl-compile-translate-character): Likewise.
7375 (ccl-compile-map-single): Likewise.
7376 (ccl-compile-multiple-map-function): Likewise.
7377 (declare-ccl-program): Doc-string modified.
7378 (check-ccl-program): Check compiled CCL code by ccl-program-p.
7379
7380 1999-07-25 Ken'ichi Handa <handa@etl.go.jp>
7381
7382 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
7383
7384 1999-07-25 Markus Rost <rost@gnu.org>
7385
7386 * cus-edit.el (custom-save-variables, custom-save-faces): Sort
7387 the entries to make custom-file more readable.
7388
7389 1999-07-25 Richard M. Stallman <rms@gnu.org>
7390
7391 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
7392
7393 * emacs-lisp/edebug.el: Delete compatibility code.
7394 (edebug-next-token-class): If . is followed by a digit,
7395 return `symbol' for the token class.
7396
7397 * startup.el (command-line): If we don't find the user's init file,
7398 set user-init-file to nil.
7399
7400 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7401
7402 * info-look.el (info-lookup-interactive-arguments): Add optional
7403 argument query for new choice of help mode.
7404 (info-lookup-symbol): Use it.
7405 (info-lookup-file): Ditto.
7406 (info-lookup): Don't switch to other window, if already in Info
7407 buffer.
7408
7409 1999-07-23 Dave Love <fx@gnu.org>
7410
7411 * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
7412 syntax.
7413 (fortran-fontify-string, fortran-match-!-comment): Deleted.
7414 (fortran-font-lock-syntactic-keywords): New variable.
7415 (fortran-mode): Use it.
7416 (fortran-font-lock-keywords-1): Don't do comments.
7417 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
7418 match data.
7419
7420 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
7421
7422 * msb.el (msb-menu-bar-update-buffers): Renamed from
7423 menu-bar-update-buffers.
7424 (msb-custom-set, msb--toggle-menu-type): Call
7425 msb-menu-bar-update-buffers.
7426 (msb-mode): Revise the hook setting.
7427
7428 * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
7429
7430 1999-07-23 Gerd Moellmann <gerd@gnu.org>
7431
7432 * font-lock.el, help.el, simple.el: Re-integrate previously
7433 described changes that were lost due to errors while checking them
7434 in.
7435
7436 1999-07-23 Kevin Blake <kblake@ticnet.com>
7437
7438 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
7439
7440 1999-07-23 Ken'ichi Handa <handa@etl.go.jp>
7441
7442 * international/encoded-kb.el
7443 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
7444 but push it to unread-command-events.
7445 (encoded-kbd-self-insert-iso2022-8bit): Likewise.
7446 (encoded-kbd-self-insert-sjis): Likewise.
7447 (encoded-kbd-self-insert-big5): Likewise.
7448
7449 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
7450 before left margin and fill-prefix by fill-find-break-point.
7451
7452 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7453
7454 * info-look.el (info-lookup-setup-mode): Don't give up, if
7455 info-lookup-make-completions returns an error.
7456 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
7457 name latex, not latex2e.
7458
7459 1999-07-21 Richard M. Stallman <rms@gnu.org>
7460
7461 * replace.el (perform-replace): Turn off case-fold-search
7462 if FROM-STRING argument has uppercase in it.
7463
7464 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7465
7466 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
7467 mode is on. Don't use end of changed text.
7468
7469 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7470
7471 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
7472 (cl-hash-table-p): Renamed from hash-table-p.
7473 (cl-hash-table-count): Renamed from hash-table-count.
7474 (maphash): Alias to cl-maphash removed.
7475 (gethash): Likewise.
7476 (puthash): Likewise.
7477 (remhash): Likewise.
7478 (clrhash): Likewise.
7479
7480 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7481
7482 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
7483 third arg non-nil. See comment there why this isn't a good idea.
7484
7485 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7486
7487 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
7488
7489 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
7490 sit-for with 3rd arg non-nil to prevent redisplay.
7491
7492 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7493
7494 * image.el (image-type-from-file-header): If file doesn't
7495 have a directory part, add data-directory.
7496
7497 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7498
7499 * tooltip.el (tooltip-gud-tips-p): Set default to nil.
7500 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
7501 motion handling when tooltip-gud-tips-p is nil.
7502
7503 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7504
7505 * tooltip.el (tooltip-mode): Don't use `plusp'.
7506 (tooltip-active): Use initial value of nil.
7507
7508 * jit-lock.el (jit-lock-mode): Don't use `plusp'.
7509
7510 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7511
7512 * bindings.el (make-mode-line-mouse-sensitive): Add key
7513 definitions for `top-line'.
7514
7515 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7516
7517 * faces.el (top-line): New face.
7518
7519 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7520
7521 * image.el (image-type-regexps): Add regexp for PS files.
7522
7523 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7524
7525 * faces.el (set-face-attribute): Fix wrong handling of frame
7526 begin equal to t.
7527
7528 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7529
7530 * image.el (image-type-regexps): Add PNG format.
7531
7532 1999-07-21 Dave Love <fx@gnu.org>
7533
7534 * bindings.el (mode-line-modified): New variable.
7535 (mode-line-mode-menu-1): Switch to appropriate window before
7536 showing menu.
7537
7538 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7539
7540 * faces.el (face-underline): Removed.
7541 (face-underline-color): Ditto.
7542
7543 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7544
7545 * faces.el (face-x-resources): Fix typo.
7546
7547 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7548
7549 * faces.el: Remove handling of `:relief', extend handling of
7550 `:box'.
7551 (frame-set-background-mode): Choose new defface specs after
7552 frame parameters have changed.
7553
7554 * cus-face.el: Ditto.
7555
7556 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7557
7558 * custom.el (defface): Extend documentation to include new
7559 face attributes.
7560
7561 * cus-face.el (custom-face-attributes): Add overline,
7562 strike-through, box.
7563
7564 * faces.el (face-valid-attribute-values): Handle overline,
7565 strike-through, box.
7566 (face-attribute-name-alist): Add pairs for new face attributes.
7567 (describe-face): Handle new face attributes.
7568
7569 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7570
7571 * faces.el (face-x-resources): Add overline, strike-through, box.
7572
7573 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7574
7575 * enriched.el (enriched-translations): Add `display' and
7576 "x-display".
7577 (enriched-handle-display-prop): New.
7578 (enriched-decode-display-prop): New.
7579
7580 * format.el (top-level): Give `display' property
7581 `format-list-atomic-p.
7582 (format-annotate-single-property-change): Test that property.
7583 If present, treat list property values like atoms.
7584
7585 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7586
7587 * cus-face.el (custom-face-attributes): Use `choice' everywhere
7588 so that "*" can be entered.
7589
7590 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7591
7592 * cus-face.el (custom-face-attributes): Don't use `#''.
7593
7594 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7595
7596 * cus-face.el (custom-face-attributes): Return underline
7597 face attribute directly from the second lambda of underline.
7598
7599 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7600
7601 * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
7602
7603 * frame.el (after-setting-font-hooks): New variable.
7604 (set-frame-font): Run those hooks.
7605
7606 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
7607
7608 * faces.el (set-face-attribute): Fix doc string.
7609
7610 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7611
7612 * cus-face.el (custom-face-attributes): Accept color name.
7613
7614 * faces.el (face-underline-p): Accept unspecified underlining.
7615 (face-underline): Ditto. Fix doc string.
7616
7617 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7618
7619 * faces.el (face-underline-color): New function.
7620
7621 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7622
7623 * cus-face.el (custom-face-attributes): Support underline coloring.
7624 Added slot to choose a color.
7625
7626 * faces.el (face-underline): New function.
7627 (face-underline-p): Support underline coloring.
7628 Return nil only if the underline attribute is 'normal.
7629 (set-face-underline): New function.
7630 (face-valid-attribute-values): Support underline coloring.
7631
7632 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7633
7634 * image.el (insert-image): Use `display' instead of `glyph'
7635 as text property name.
7636 (put-image): Ditto.
7637 (image-type-from-file-header): Use insert-file-contents-literally.
7638
7639 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7640
7641 * easymenu.el (easy-menu-do-add-item): Don't use the empty
7642 string to indicate separators.
7643
7644 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7645
7646 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
7647 instead of message-log.
7648
7649 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7650
7651 * faces.el (bitmap-area): New face.
7652
7653 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7654
7655 * image.el (insert-image): New.
7656
7657 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7658
7659 * frame.el (blink-cursor): Set the symbol's value.
7660 (show-trailing-whitespace): Change group to font-lock.
7661
7662 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7663
7664 * jit-lock.el: New.
7665 * font-lock.el: Add jit-mode as new support mode.
7666
7667 * font-lock.el (font-lock-fontify-keywords-region): Stop when
7668 reaching end instead of letting re-search-forward signal an error.
7669 (demand-lock-mode): New.
7670 (font-lock-turn-on-thing-lock): Add demand-lock-mode.
7671 (font-lock-turn-off-thing-lock): Ditto.
7672 (font-lock-after-fontify-buffer): Ditto.
7673 (font-lock-after-unfontify-buffer): Ditto.
7674
7675 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7676
7677 * gs.el: New file.
7678
7679 * startup.el (command-line-1): Activate tooltip mode if
7680 interactive.
7681
7682 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7683
7684 * faces.el (toolbar): Grey default background.
7685 (modeline): Ditto.
7686
7687 * image.el (image-type-regexps): New.
7688 (image-type-from-file-header): New.
7689 (create-image): Call it.
7690
7691 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7692
7693 * image.el: New file.
7694
7695 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7696
7697 * bindings.el (mode-line-format): Replace `mode-name' with
7698 `(:eval mode-line-mode-name)'.
7699 (mode-line-mode-name): New.
7700 (make-mode-line-mouse-sensitive): Don't change default value
7701 of `mode-name'.
7702
7703 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7704
7705 * tooltip.el: New file.
7706
7707 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7708
7709 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
7710 instead of mouse-3 to pop up menus.
7711 (mode-line-kill-buffer): Removed.
7712 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
7713 buffer name.
7714 (mode-line-buffer-menu-1): Removed.
7715
7716 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
7717
7718 * bindings.el (mode-line-buffer-identification-keymap): New.
7719 (mode-line-buffer-menu-keymap): New.
7720 (mode-line-mode-menu-keymap): New.
7721 (mode-line-unbury-buffer): New.
7722 (mode-line-other-buffer): New.
7723 (mode-line-kill-buffer): New.
7724 (mode-line-buffer-menu-1): New.
7725 (mode-line-mode-menu-1): New.
7726 (make-mode-line-mouse-sensitive): New.
7727
7728 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7729
7730 * help.el (describe-key-briefly): Handle mode line strings
7731 with local-map properties.
7732 (describe-key): Ditto.
7733 (mode-line-key-binding): New.
7734
7735 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7736
7737 * scroll-bar.el (scroll-bar-timer): New.
7738 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
7739
7740 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7741
7742 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
7743 and `bottom'.
7744
7745 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7746
7747 * scroll-bar.el (scroll-bar-toolkit-scroll): New.
7748 (global): Use different key bindings if using tookit scroll bars.
7749
7750 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7751
7752 * faces.el (modeline): Define mode line face with relief for
7753 class color, only.
7754 (toolbar): New face.
7755
7756 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7757
7758 * frame.el (frame-initialize): Set frame-creation-function to
7759 tty-create-frame-with-faces.
7760
7761 * faces.el (frame-set-background-mode): Make it work for
7762 window-system nil.
7763
7764 * faces.el (tty-create-frame-with-faces): New.
7765 (face-set-after-frame-default): Make it work for TTY frames.
7766
7767 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7768
7769 * faces.el (face-valid-attribute-values): Use tty-defined-colors.
7770 Return a list of one font family for TTYs. Don't return bitmap
7771 file paths for TTY frames.
7772
7773 * faces.el: Add face specs for tty displays to basic faces.
7774
7775 * font-lock.el (font-lock-comment-face): Add spec for color tty.
7776 (font-lock-string-face): Ditto.
7777 (font-lock-keyword-face): Ditto.
7778 (font-lock-builtin-face): Ditto.
7779 (font-lock-function-name-face): Ditto.
7780 (font-lock-variable-name-face): Ditto.
7781 (font-lock-type-face): Ditto.
7782 (font-lock-constant-face): Ditto.
7783 (font-lock-warning-face): Ditto.
7784
7785 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7786
7787 * startup.el (command-line): Register default tty colors.
7788
7789 * faces.el (face-spec-set-match-display): Recognize `type tty'.
7790
7791 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7792
7793 * faces.el (modeline): For X frames, use a modeline with relief.
7794
7795 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7796
7797 * faces.el (frame-update-faces): Copied from 20.2.
7798 (frame-update-face-colors): Ditto. Code removed that isn't
7799 applicable in the new face implementation.
7800
7801 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7802
7803 * frame.el (show-trailing-whitespace): New.
7804
7805 * faces.el (trailing-whitespace): New basic face.
7806
7807 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7808
7809 * cus-face.el (custom-facep): Always define as alias for facep.
7810
7811 * cus-face.el (custom-face-attributes): Use choice widgets.
7812 Remove :bold and :italic.
7813
7814 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7815
7816 * faces.el (face-charset-registries): Removed since fontset.el
7817 is no always loaded.
7818
7819 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7820
7821 * faces.el (internal-get-face): Added as obsolete function for
7822 compatibility.
7823
7824 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7825
7826 * frame.el (blink-cursor-end): Call show-cursor.
7827 (blink-cursor-mode): Ditto.
7828
7829 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7830
7831 * faces.el (face-spec-reset-face): Reset all attributes to
7832 `unspecified'.
7833 (face-spec-set): Use it.
7834
7835 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7836
7837 * faces.el (read-all-face-attributes): Bug fix.
7838 (face-read-integer): Allow nil default value.
7839 (face-valid-attribute-values): Use symbol names of attribute
7840 values for completion list.
7841
7842 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7843
7844 * faces.el (internal-find-face): Define for compatibility with
7845 20.2.
7846 (face-id): Likewise.
7847
7848 * faces.el (face-id): Return the ID of a realized face for ASCII.
7849
7850 * fontset.el (x-charset-registries): Removed. Now in faces.el.
7851 (x-complement-fontset-spec): Use face-charset-registries.
7852
7853 * faces.el (face-font-selection-order): Set font selection order
7854 from Lisp.
7855 (face-alternative-font-family-alist): Set alternative font
7856 families from Lisp.
7857
7858 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7859
7860 * faces.el (set-face-charset-registries): Set symbol value.
7861
7862 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7863
7864 * faces.el (face-set-after-frame-default): Call function
7865 internal-merge-in-global-face.
7866
7867 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7868
7869 * faces.el (face-list): Return symbols from face-global-alist.
7870
7871 * faces.el (face-list): Return a copy of the face name list so
7872 that it cannot be modified from outside (facemenu.el uses
7873 nreverse, for example).
7874
7875 * cus-face.el (custom-face-attributes): Add :bold and :italic
7876 for compatibility with old code.
7877
7878 * faces.el (set-face-attributes-from-resources): Additional
7879 frame parameter.
7880 (make-face-x-resource-internal): Set attributes from resources
7881 for a given frame or all frames.
7882
7883 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7884
7885 * faces.el (all-faces): Removed.
7886
7887 * custom.el (defface): Add new face attributes to function
7888 comment.
7889
7890 * font-lock.el (font-lock-comment-face): Use new face attribute
7891 names.
7892 (font-lock-string-face): Ditto.
7893 (font-lock-keyword-face): Ditto.
7894 (font-lock-builtin-face): Ditto.
7895 (font-lock-function-name-face): Ditto.
7896 (font-lock-variable-name-face): Ditto.
7897 (font-lock-type-face): Ditto.
7898 (font-lock-reference-face): Ditto.
7899 (font-lock-warning-face): Ditto.
7900 ((boundp 'font-lock-face-attributes)): Ditto.
7901
7902 * cus-face.el (custom-face-attributes): Use new face attributes.
7903
7904 * faces.el (set-face-attribute-from-resource): Initialize
7905 from resources only for X and W32.
7906
7907 * cus-face.el (custom-declare-face): Don't make frame-local
7908 faces.
7909
7910 * faces.el (describe-face): Use princ instead of insert.
7911
7912 * faces.el: Add XLFD manipulation functions from 20.2 again
7913 because fontset.el uses them.
7914 (face-set-after-frame-default): Add empty definition.
7915
7916 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7917
7918 * faces.el (make-face): Correct typo.
7919 (set-face-attribute-from-resource): Use let*.
7920 (face-underline-p): Correct typo.
7921 (face-inverse-video-p): Ditto.
7922 (set-face-stipple): Ditto.
7923 (face-read-string): Make completion-list optional parameter.
7924
7925 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7926
7927 * faces.el (face-charset-registries): Alist mapping charset
7928 symbols to registries and encoding.
7929
7930 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7931
7932 * frame.el (blink-cursor-mode): Use interactive spec "P".
7933
7934 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7935
7936 * frame.el (blink-cursor-mode): Function to toggle blinking cursor
7937 mode. The cursor of selected_window blinks if the mode is enabled.
7938
7939 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7940
7941 * simple.el (next-history-element): Set point to the end of the
7942 prompt if minibuffer-prompt-in-buffer.
7943
7944 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7945
7946 * faces.el (x-font-regexp): Add sub-expression parentheses for
7947 several font name components.
7948
7949 1999-07-21 Gerd Moellmann <gerd@acm.org>
7950
7951 * faces.el (set-face-relief): Use index 12 for relief.
7952 (face-fill-in): Set relief from data.
7953 (internal-make-face): Init relief to zero.
7954
7955 * faces.el (face-spec-set): Call modify-face with additional
7956 parameters for relief and fixed-p.
7957
7958 1999-07-21 Gerd Moellmann <gerd@acm.org>
7959
7960 * cus-face.el: ':fixed and ':relief added.
7961
7962 * faces.el (describe-face): Add fixed font attribute and relief.
7963 (face-attr-match-p): Ditto.
7964 (face-attr-construct): Ditto.
7965 (face-spec-set): Ditto.
7966
7967 1999-07-21 Gerd Moellmann <gerd@acm.org>
7968
7969 * faces.el (internal-make-face): Function to create a Lisp vector
7970 suitable for representing a face.
7971 (make-face): Use it instead of make-vector.
7972 (x-create-frame-with-faces): Use it instead of vector.
7973 (internal-facep): Increase vector size to 14.
7974 (internal-make-face): Ditto.
7975 (face-relief): Access relief thickness.
7976 (face-fixed-p): Access fixed font attribute.
7977 (set-face-fixed-p): Set fixed font attribute.
7978 (set-face-relief): Set relief attribute.
7979 (internal-face-interactive-int): Read int attribute of face.
7980 (modify-face): Add fixed-p and relief parameters.
7981 (copy-face): Handle fixed-p and relief.
7982 (face-equal): Compare fixed-p and relief.
7983 (face-differs-from-default-p): Ditto.
7984 (face-nontrivial-p): Add fixed-p and relief.
7985
7986 1999-07-21 Gerd Moellmann <gerd@acm.org>
7987
7988 * faces.el (eval-when-compile): Add set-face-shadow-thickness.
7989 (internal-facep): Increase vector size.
7990 (make-face): Ditto.
7991 (face-shadow-thickness): Added.
7992 (set-face-shadow-thickness): Added.
7993 (modify-face): Add optional shadow-thickness parameter.
7994 (make-face-x-resource-internal): Add shadows.
7995 (copy-face): Ditto.
7996 (face-equal): Ditto.
7997 (face-differs-from-default-p): Ditto.
7998 (face-nontrivial-p): Ditto.
7999 (face-attr-match-p): Ditto.
8000 (face-attr-construct): Ditto.
8001 (face-spec-set): Ditto.
8002 (face-fill-in): Ditto.
8003
8004 1999-07-21 Gerd Moellmann <gerd@acm.org>
8005
8006 * bench.el (bench-mark-split-window): New bench mark.
8007
8008 1999-07-21 Gerd Moellmann <gerd@acm.org>
8009
8010 * faces.el (set-face-font): Don't pass default font to
8011 x-resolve-font so that font will not have to be of the same
8012 size.
8013
8014 1999-07-20 Dave Love <fx@gnu.org>
8015
8016 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
8017 unconditionally t.
8018
8019 1999-07-20 Karl Heuer <kwzh@gnu.org>
8020
8021 * font-lock.el (c++-font-lock-extra-types): Add "type_info".
8022
8023 1999-07-20 Dave Love <fx@gnu.org>
8024
8025 * help.el (describe-variable): Fix test for customizability.
8026
8027 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
8028 Check for readonly buffer in interactive spec.
8029 (zap-to-char, kill-line, kill-region, comment-region, kill-word)
8030 (backward-kill-word): Add * to interactive spec.
8031
8032 * underline.el (underline-region, ununderline-region): Add * to
8033 interactive spec.
8034
8035 * fill.el (canonically-space-region, justify-current-line): Add *
8036 to interactive spec.
8037 (fill-region-as-paragraph, fill-paragraph, fill-region)
8038 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
8039 readonly buffer in interactive spec.
8040
8041 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
8042 (backward-kill-sentence, kill-sentence): Add * to interactive
8043 spec.
8044
8045 1999-07-19 Richard M. Stallman <rms@gnu.org>
8046
8047 * dired-aux.el (dired-do-shell-command): Doc fix.
8048
8049 * shell.el (shell-unquote-argument): New function.
8050 (shell-directory-tracker): Use shell-unquote-argument.
8051 * comint.el (comint-arguments): Handle \ followed by space or tab.
8052
8053 1999-07-19 John Wiegley <jwiegley@borland.com>
8054
8055 * term.el (ansi-term-fg-faces-vector): Added support for ANSI
8056 color codes 39 and 49, which by the way lynx uses them seem to
8057 mean "foreground reset" and "background reset".
8058
8059 1999-07-19 Karl Heuer <kwzh@gnu.org>
8060
8061 * font-lock.el (c++-keywords): Add "typeid".
8062
8063 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
8064 selects no font, treat that as zero selections, not one.
8065
8066 1999-07-19 Dave Love <fx@gnu.org>
8067
8068 * info.el (Info-search): Don't lose with empty regexp.
8069
8070 * version.el: Cater for (free) `ident' program, not `which'.
8071
8072 * hl-line.el: New file.
8073
8074 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
8075 for modes which don't define menus.
8076
8077 1999-07-16 Richard M. Stallman <rms@gnu.org>
8078
8079 * webjump.el (webjump-sample-sites): Update some URLs.
8080
8081 1999-07-14 Richard Stallman <rms@gnu.org>
8082
8083 * Version 20.4 released.
8084
8085 1999-07-14 Andreas Schwab <schwab@gnu.org>
8086
8087 * compare-w.el (compare-windows): Try to find the next window in
8088 the current frame before looking at the other frames.
8089
8090 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
8091
8092 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
8093 Use cyrillic-jcuken as default input method.
8094
8095 1999-07-12 Richard Stallman <rms@gnu.org>
8096
8097 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
8098 Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
8099
8100 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
8101 (ispell-local-dictionary-alist): Add koi8-r for character set.
8102
8103 * textmodes/flyspell.el (flyspell-get-word):
8104 Add special handling for when ispell-otherchars is empty.
8105
8106 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no>
8107
8108 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
8109 when having nested functons.
8110 (pascal-indent-nested-functions) (pascal-indent-line)
8111 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
8112 indenting nested functions.
8113
8114 1999-07-09 Richard Stallman <rms@gnu.org>
8115
8116 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
8117
8118 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no>
8119
8120 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
8121 the `end' keyword was in the very beginning of the buffer.
8122
8123 1999-07-08 Richard Stallman <rms@gnu.org>
8124
8125 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
8126
8127 * term.el (term-emulate-terminal): Avoid infinite loop
8128 in strange case where minibuffer window is selected but not active.
8129
8130 1999-07-07 Stephen Eglen <stephen@gnu.org>
8131
8132 * progmodes/octave-inf.el (inferior-octave-directory-tracker):
8133 Change regexp so that it doesn't match commands beginning with `cd'.
8134
8135 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8136
8137 * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
8138
8139 1999-07-06 Richard Stallman <rms@gnu.org>
8140
8141 * hscroll.el (hscroll-minibuffer-hook): New function.
8142 (hscroll-global-mode): Add and remove that hook.
8143 Set hscroll-old-truncate-was-global's default value.
8144
8145 1999-07-05 Richard Stallman <rms@gnu.org>
8146
8147 * files.el (revert-buffer): Don't preserve point here.
8148 (revert-buffer-insert-file-contents-function): Doc fix.
8149
8150 * isearch.el (isearch-process-search-char): Write octal 200 correctly.
8151
8152 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
8153 doing a `stat' when it isn't necessary because that can cause
8154 trouble when an NFS server is down.
8155
8156 1999-07-04 Richard Stallman <rms@gnu.org>
8157
8158 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
8159
8160 1999-07-03 Richard Stallman <rms@gnu.org>
8161
8162 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
8163 for \200...\240 also.
8164 (isearch-printing-char): Use unibyte-char-to-multibyte.
8165
8166 1999-07-02 Richard Stallman <rms@gnu.org>
8167
8168 * frame.el (minibuffer-frame-alist): Use defcustom.
8169 (pop-up-frame-alist): Likewise.
8170 (initial-frame-alist): Specify * in the doc string.
8171
8172 * hscroll.el (hscroll-mode): Make it a permanent local.
8173 (hscroll-mode): Don't cancel the timer
8174 if HScroll mode is enabled in some other buffer.
8175
8176 * isearch.el (isearch-done): If search ends in middle of intangible
8177 text (due to text property), move on to the limit of that text.
8178
8179 1999-07-01 Andrew Innes <andrewi@gnu.org>
8180
8181 * man.el (Man-build-man-command): Use value of null-device,
8182 instead of hard-coding "/dev/null".
8183
8184 * dos-w32.el (untranslated-canonical-name): Avoid expanding
8185 ange-ftp file names, which might force ange-ftp to prompt for a
8186 password.
8187
8188 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
8189 to prevent references to temp files.
8190
8191 1999-06-30 Richard Stallman <rms@gnu.org>
8192
8193 * progmodes/sh-script.el (sh-feature): If nothing is known
8194 about the given shell, use the values for `sh'.
8195
8196 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de>
8197
8198 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
8199 to make it non-recursive.
8200
8201 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
8202
8203 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8204
8205 * auto-show.el (auto-show-mode): Fix Typo in :set.
8206
8207 1999-06-29 Richard M. Stallman <rms@gnu.org>
8208
8209 * progmodes/sh-script.el (sh-mode): When setting syntax
8210 table, default to the standard one.
8211
8212 1999-06-27 Richard M. Stallman <rms@gnu.org>
8213
8214 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
8215
8216 1999-06-27 Stefan Monnier <monnier@cs.yale.edu>
8217
8218 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
8219 a frame when `return' is requested (even if pop-up-frames = t)
8220 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
8221 should only be set for the bibtex buffer.
8222
8223 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
8224
8225 * progmodes/compile.el: Deal with compilation-error-screen-columns
8226 being buffer-local.
8227
8228 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8229
8230 * comint.el (comint-password-prompt-regexp): Allow "(again)".
8231
8232 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8233
8234 * cal-x.el (calendar-only-one-frame-setup): New function.
8235 * calendar.el (calendar): Call it if requested.
8236
8237 1999-06-24 Karl Heuer <kwzh@gnu.org>
8238
8239 * startup.el (iso-8859-n-locale-regexp): Doc fix.
8240
8241 1999-06-22 Richard M. Stallman <rms@gnu.org>
8242
8243 * mail/supercite.el (sc-emacs-features): Doc fix.
8244
8245 1999-06-22 Karl Heuer <kwzh@gnu.org>
8246
8247 * files.el (auto-mode-alist): Add pike-mode.
8248
8249 1999-06-20 Paul R. Eggert <eggert@twinsun.com>
8250
8251 * tar-mode.el (tar-header-block-tokenize): Don't assume that the
8252 last byte of a numeric field is a space or a NUL. Parse it as
8253 potentially part of the number. This is used by GNU tar
8254 1.12.64012 to handle larger values.
8255
8256 1999-06-20 Karl Heuer <kwzh@gnu.org>
8257
8258 * custom.el (custom-handle-keyword): Fix error message.
8259
8260 1999-06-18 Andrew Innes <andrewi@gnu.org>
8261
8262 * mail/smtpmail.el (smtpmail-send-it): Use
8263 convert-standard-filename to make file names for queued mail safe
8264 on Windows (`:' is invalid in file names on Windows).
8265
8266 1999-06-17 Kenichi Handa <handa@etl.go.jp>
8267
8268 * international/mule-cmds.el (describe-current-input-method):
8269 Current-input-method is string.
8270 (toggle-input-method): Docstring fixed.
8271
8272 * international/mule-diag.el
8273 (describe-current-coding-system-briefly): Fix format string.
8274
8275 * international/mule-util.el (coding-system-eol-type-mnemonic):
8276 Docstring modified. Return a string.
8277
8278 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch>
8279
8280 * sql.el (sql-input-ring-file-name): Doc fix.
8281
8282 1999-06-17 Richard M. Stallman <rms@gnu.org>
8283
8284 * calendar/cal-x.el (special-display-buffer-names):
8285 Don't put (get-file-buffer diary-file) on this list.
8286
8287 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov>
8288
8289 * play/mpuz.el (mpuz-try-proposal): Fix message call.
8290 Don't penalize player for certain impossible guesses.
8291
8292 1999-06-16 Andrew Innes <andrewi@gnu.org>
8293
8294 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
8295 return the string "Unk 0 0000" so at least it appears to be a
8296 valid timestamp to `dired-move-to-filename-regexp'.
8297
8298 1999-06-15 Ken'ichi Handa <handa@gnu.org>
8299
8300 * ps-print.el (ps-control-character): Fix previous change.
8301
8302 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8303
8304 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
8305 multiple output of the last message.
8306
8307 1999-06-14 Eli Zaretskii <eliz@gnu.org>
8308
8309 * term/internal.el (IT-display-table-setup): Do not remap \222 to
8310 the ASCII apostrophe, as most DOS codepages have some other glyph
8311 there.
8312
8313 1999-06-14 Ken'ichi Handa <handa@gnu.org>
8314
8315 * language/ethio-util.el (setup-ethiopic-environment-internal):
8316 Use quail-activate-hook instead of obsolete hook quail-mode-hook.
8317 (exit-ethiopic-environment): Likewize.
8318
8319 1999-06-12 Richard M. Stallman <rms@gnu.org>
8320
8321 * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
8322
8323 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8324
8325 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
8326 custom-initialize-default to avoid infinite loop.
8327 (crisp-mode): (defun) Call transient-mark-mode here, not when
8328 loading the file. Run crisp-mode-hook here, and run
8329 crisp-load-hook when loading the file.
8330
8331 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
8332 rmail-summary buffer, search for pattern in rmail-file.
8333
8334 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
8335
8336 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
8337
8338 * ps-print.el (ps-printer-name): Fix custom type.
8339
8340 1999-06-12 Reto Zimmermann <reto@synopsys.com>
8341
8342 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
8343 (vhdl-port-paste-generic-map): Fix indentation bug.
8344 (vhdl-port-paste-port-map): Fix indentation bug.
8345 (vhdl-scan-file-contents): Make scanning case insensitive.
8346
8347 1999-06-11 Richard M. Stallman <rms@gnu.org>
8348
8349 * files.el (write-file): When buffer is not already visiting a file,
8350 don't put buffer name in the minibuffer, just make it the default.
8351 Also handle just directory as arg usefully in that case.
8352
8353 * simple.el (sendmail-user-agent-compose):
8354 Ignore case when inserting the rest of the "other" headers.
8355
8356 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n.
8357
8358 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
8359 (info-lookup-interactive-arguments): Never insert the default
8360 into the minibuffer automatically.
8361
8362 * emacs-lisp/cl-extra.el (getf): Don't call get*.
8363
8364 1999-06-09 Richard M. Stallman <rms@gnu.org>
8365
8366 * simple.el (shell-command): Avoid printing "mark set" message.
8367
8368 1999-06-09 Dave Love <fx@gnu.org>
8369
8370 * progmodes/compile.el (compilation-error-regexp-alist): Allow
8371 digits in program name in first pattern.
8372
8373 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de>
8374
8375 * vc.el (vc-dired-mode): Don't match anything before the date in
8376 dired-move-to-filename-regexp.
8377
8378 1999-06-07 Ken'ichi Handa <handa@gnu.org>
8379
8380 * international/quail.el (quail-define-rules): Fix typo in
8381 docstring.
8382
8383 1999-06-05 Stephen Eglen <stephen@gnu.org>
8384
8385 * iswitchb.el (iswitchb-default-keybindings): Add
8386 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
8387 than when package is loaded.
8388
8389 1999-06-04 Richard M. Stallman <rms@gnu.org>
8390
8391 * startup.el (command-line): Don't set user-init-file directly;
8392 tell `load' to set it.
8393
8394 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
8395
8396 * simple.el (next-history-element):
8397 Handle minibuffer-text-before-history properly when reading sexps.
8398
8399 * disp-table.el (standard-display-european):
8400 For an interactive call by the user,
8401 don't set enable-multibyte-characters,
8402 and don't set the terminal coding system.
8403
8404 * textmodes/refbib.el: Don't print any messages or display
8405 a buffer when loading the library.
8406 (r2b-help): Doc fix.
8407 (r2b-help-message): Update the documentation.
8408 (r2b-load-quietly): Variable deleted.
8409 (r2b-convert-buffer): Doc fix.
8410
8411 1999-06-04 Dave Love <fx@gnu.org>
8412
8413 * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
8414
8415 * auto-show.el: Don't change hooks on loading.
8416 (auto-show-mode): Autoload. Default to nil. Add :set &c.
8417 (auto-show-mode): Add to hooks here.
8418
8419 1999-06-04 Richard Sharman <rsharman@pobox.com>
8420
8421 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
8422 recursion on bogus input.
8423
8424 1999-06-04 Eric M. Ludlam <zappo@ultranet.com>
8425
8426 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
8427 does not select a buffer from the buffers menu, then the attached
8428 frame is not switched to anything.
8429
8430 1999-06-03 Ken'ichi Handa <handa@gnu.org>
8431
8432 * language/vietnamese.el (ccl-encode-vscii): Typo fixed
8433 (viet-viscii-...->viet-vscii...).
8434
8435 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
8436
8437 1999-06-01 Dave Love <fx@gnu.org>
8438
8439 * progmodes/fortran.el: Add :link to defgroup.
8440 (fortran-blink-matching-if): Match ELSE statements too.
8441 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
8442 that filling is always done.
8443
8444 1999-05-31 Richard M. Stallman <rms@gnu.org>
8445
8446 * simple.el (append-next-kill): Use an arg to distinguish
8447 interactive calls from Lisp calls, rather than (interactive-p).
8448
8449 * international/iso-transl.el (iso-transl-language-alist):
8450 Interchange n and N.
8451
8452 1999-05-31 Dave Love <fx@gnu.org>
8453
8454 * msb.el Add to minor-mode-map-alist. Remove hook installation
8455 and keymap munging on load.
8456 (msb-mode): New option.
8457 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
8458 Doc fix.
8459 (msb-mode-map): New variable.
8460 (msb-mode): New command.
8461
8462 1999-05-31 Dave Love <fx@gnu.org>
8463
8464 * ispell.el: (ispell-alternate-dictionary): Fix custom type.
8465 (ispell-complete-word-dict): Likewise.
8466
8467 1999-05-31 Eli Zaretskii <eliz@gnu.org>
8468
8469 * forms.el (forms-save-buffer): Call set-buffer-modified-p to
8470 force the data buffer to be saved, even if the data didn't
8471 change, in case the write filter was modified. Restore the
8472 current record after read-file-filter finishes.
8473
8474 1999-05-29 Karl Heuer <kwzh@gnu.org>
8475
8476 * ispell4.el: Obsolete; file deleted.
8477
8478 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
8479
8480 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
8481 VALUE is a syntax table.
8482
8483 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
8484
8485 * simple.el (zap-to-char): Doc fix.
8486
8487 1999-05-27 Ken'ichi Handa <handa@gnu.org>
8488
8489 * isearch.el (isearch-quote-char): Don't assume character codes
8490 0200 - 0237 stand for characters in some single-byte character
8491 charset.
8492
8493 1999-05-27 Dave Love <fx@gnu.org>
8494
8495 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
8496
8497 1999-05-27 Andreas Schwab <schwab@gnu.org>
8498
8499 * dired-aux.el (dired-insert-subdir-doinsert): Check that the
8500 headerline does not exist already.
8501
8502 1999-05-26 Richard Stallman <rms@gnu.org>
8503
8504 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
8505 Avoid nested null-loops.
8506
8507 1999-05-26 Ken'ichi Handa <handa@gnu.org>
8508
8509 * international/characters.el: Typo fixed; prefered->preferred.
8510
8511 * international/mule-cmds.el (find-coding-systems-for-charsets):
8512 Typo fixed; prefered->preferred.
8513
8514 * map-ynp.el (map-y-or-n-p): Don't inherit the current input
8515 method in read-event.
8516
8517 * international/mule.el (charset-info): Doc-string fixed.
8518
8519 1999-05-25 Ken'ichi Handa <handa@gnu.org>
8520
8521 * mail/smtpmail.el (smtpmail-send-it): Bind
8522 smtpmail-code-conv-from properly.
8523 (smtpmail-send-data-1): If DATA is a multibyte string, encode it
8524 by smtpmail-code-conv-from.
8525
8526 1999-05-24 Richard Stallman <rms@gnu.org>
8527
8528 * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
8529 Binding deleted also.
8530
8531 1999-05-24 Karl Heuer <kwzh@gnu.org>
8532
8533 * comint.el (comint-bol-or-process-mark): Doc fix.
8534
8535 1999-05-23 Dave Love <fx@gnu.org>
8536
8537 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
8538 Enter it on minor-mode-map-alist.
8539 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed.
8540 Autoload. Add custom setter.
8541 (crisp-mark-line): Doc fix.
8542 (crisp-mode): Autoload. Re-write not to frob keymaps directly.
8543 (crisp-mode-hook): Define.
8544
8545 1999-05-23 Ken'ichi Handa <handa@gnu.org>
8546
8547 * files.el (recover-file): Recover buffer-file-coding-system.
8548
8549 1999-05-22 Richard Stallman <rms@gnu.org>
8550
8551 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
8552 regexp match the date, to avoid treating date as file size.
8553 Add YYYY S option to WESTERN/
8554
8555 * bookmark.el: Delete some XEmacs compatibility code.
8556 (bookmark-jump-noselect): Check vc-backend.
8557
8558 * subr.el (add-to-list): Doc fix.
8559
8560 1999-05-21 Stephen Eglen <stephen@gnu.org>
8561
8562 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
8563
8564 1999-05-18 Richard Stallman <rms@gnu.org>
8565
8566 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
8567 non-space after the @anchor command.
8568 (texinfo-format-var): Handle other nested constructs, using
8569 texinfo-parse-expanded-arg and texinfo-discard-command, not
8570 texinfo-parse-arg-discard.
8571
8572 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
8573 (debug): Bind and use debugger-outer-inhibit-redisplay.
8574 Bind inhibit-redisplay to nil.
8575 (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
8576
8577 1999-05-17 Dave Love <fx@gnu.org>
8578
8579 * help.el (describe-function-1): Extra arg, interactive-p.
8580 (describe-key, describe-function): Use it.
8581
8582 1999-05-17 Karl Heuer <kwzh@gnu.org>
8583
8584 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
8585
8586 1999-05-16 Dave Love <fx@gnu.org>
8587
8588 * cus-start.el (all): Delete selective-display. Add scroll-margin,
8589 scroll-preserve-screen-position, scroll-conservatively.
8590
8591 1999-05-16 Dave Love <fx@gnu.org>
8592
8593 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
8594
8595 1999-05-15 Reto Zimmermann <reto@Synopsys.COM>
8596
8597 * progmodes/vhdl-mode.el: Completely revised and massively extended.
8598
8599 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8600
8601 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
8602 magic number and is not associated with a file.
8603
8604 1999-05-14 Richard M. Stallman <rms@gnu.org>
8605
8606 * files.el (find-file-noselect-1): Fix previous change.
8607
8608 1999-05-14 Simon Marshall <simon@gnu.org>
8609
8610 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
8611
8612 1999-05-13 Ken'ichi Handa <handa@gnu.org>
8613
8614 * international/mule-diag.el (mule-diag): Change MULE to Mule in
8615 docstring.
8616
8617 * international/mule-cmds.el: Change MULE to Mule in docstrings
8618 and menus.
8619
8620 1999-05-10 Kenichi HANDA <handa@etl.go.jp>
8621
8622 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
8623 to correctly reflect the value of BaseLineOffset in
8624 RelativeCompose. Now the value of RelativeCompose is an array of
8625 low and high positions.
8626 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
8627 RLC for the above change.
8628
8629 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org>
8630
8631 * comint.el (comint-password-prompt-regexp): Modified to match the
8632 output of ksu and ssh-add.
8633
8634 1999-05-11 Kenichi HANDA <handa@etl.go.jp>
8635
8636 * language/korea-util.el (isearch-toggle-korean-input-method):
8637 Adjusted for the change of input method handling in isearch.el.
8638 (isearch-hangul-switch-symbol-ksc): Likewise.
8639 (isearch-hangul-switch-hanja): Likewise.
8640
8641 1999-05-10 Dave Love <fx@gnu.org>
8642
8643 * help.el (help-make-xrefs): Fix typo.
8644
8645 1999-05-10 Andreas Schwab <schwab@gnu.org>
8646
8647 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
8648 unibyte-display-via-language-environment.
8649
8650 * help.el (help-make-xrefs): Handle more cases when looking for
8651 commands in a keymap description.
8652
8653 1999-05-10 Eli Zaretskii <eliz@gnu.org>
8654
8655 * loadup.el: For ms-dos systems, load ccl and codepage.
8656
8657 1999-05-09 Ken'ichi Handa <handa@gnu.org>
8658
8659 * ps-print.el (ps-control-character): Call
8660 ps-mule-prepare-ascii-font to setup ASCII fonts.
8661
8662 * ps-mule.el (ps-mule-begin-job): Redo this change "if
8663 ps-multibyte-buffer is nil, use
8664 ps-mule-font-info-database-default."
8665
8666 1999-05-08 Ken Stevens <k.stevens@ieee.org>
8667
8668 * ispell.el (ispell-local-dictionary-alist): New variable for
8669 customizing local dictionaries not accessable by everyone.
8670 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
8671 (ispell-required-version): Changed format `(major minor
8672 revision)' to support general pattern matching.
8673 (ispell-tex-skip-alists): AMS Tex block comment and `\author'
8674 skip region commented out due to incorrect skip potential in std latex.
8675 (ispell-word): Removed `when' macro. Fixed bug of not restoring
8676 cursor point on small words for calls from `ispell-minor-mode'.
8677 (check-ispell-version): Tests and accepts versions major.minor
8678 and above, with adjustments for interactions in 3.1.0-3.1.11.
8679 (ispell-get-line): No longer skips ispell process special characters.
8680 (ispell-comments-and-strings): Removed `when' macro call.
8681 (ispell-minor-check): Requires ispell-word to restore cursor point.
8682 (ispell-buffer-local-parsing): Supports checking comments only.
8683
8684 1999-05-08 Karl Heuer <kwzh@gnu.org>
8685
8686 * comint.el (comint-password-prompt-regexp): Fix last change to be
8687 more specific.
8688
8689 1999-05-07 Richard M. Stallman <rms@gnu.org>
8690
8691 * subr.el (with-temp-message): Fix the other call to message
8692 to use %s.
8693
8694 1999-05-07 Michael Ernst <mernst@alum.mit.edu>
8695
8696 * gud.el (gud-format-command): "%F" means file sans extension.
8697 (jdb): Use %F, not %f, for gud-break.
8698
8699 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org>
8700
8701 * comint.el (comint-password-prompt-regexp): Modified so that it
8702 matches the output of kinit.
8703
8704 1999-05-06 Greg Stark <gsstark@mit.edu>
8705
8706 * timezone.el (timezone-parse-date): Recognize new format used in
8707 internet cookies.
8708
8709 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu>
8710
8711 * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
8712
8713 1999-05-04 Andrew Innes <andrewi@gnu.org>
8714
8715 * time.el (display-time-update): Allow for wrap-around when
8716 checking against display-time-server-down-time.
8717
8718 1999-05-04 Ken'ichi Handa <handa@gnu.org>
8719
8720 * international/mule-diag.el (describe-coding-system): Fix English
8721 message.
8722
8723 1999-05-03 Jason Rumney <jasonr@altavista.net>
8724
8725 * term/w32-win.el: Change the x-charset-registry property for the
8726 Japanese charsets that are supported by Japanese Windows fonts.
8727
8728 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8729
8730 * diary-lib.el (diary-remind): Rewritten to behave sensibly for
8731 diary-block diary entries for which the reminders and the diary
8732 entries can overlap.
8733
8734 1999-05-02 Jason Rumney <jasonr@altavista.net>
8735
8736 * term/w32-win.el (mouse-set-font): Ensure constructed fontset
8737 matches the font selected in the dialog.
8738
8739 1999-05-02 Dave Love <fx@gnu.org>
8740
8741 * browse-url.el (browse-url-browser-function): Add :version.
8742
8743 * international/mule.el (auto-coding-alist): Add .tgz.
8744
8745 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il>
8746
8747 * international/codepage.el (cp-coding-system-for-codepage-1):
8748 Make the magnification parameter for the -dos encoder be 2.
8749
8750 1999-05-2 Andrew Innes <andrewi@gnu.org>
8751
8752 * term/w32-win.el (w32-drag-n-drop): Select file in window where
8753 it is dropped, rather than current window.
8754
8755 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
8756 after switching buffer, as case-fold-search is a buffer local
8757 variable.
8758
8759 * w32-fns.el (convert-standard-filename): Only convert directory
8760 separators to backslash if the interactive shell is one of the
8761 standard Windows shells that has DOS semantics.
8762
8763 * ls-lisp.el (ls-lisp-format-time): Trap errors from
8764 format-time-string, and return a suitable string to indicate the
8765 timestamp was invalid.
8766
8767 * hexl.el (hexlify-command): Apply shell-quote-argument after
8768 expanding hexl-program in case exec-directory contains a space.
8769 (dehexlify-command): Ditto.
8770
8771 * dos-w32.el (file-name-buffer-file-type-alist): Remove various
8772 file extension regexps which aren't necessarily binary files.
8773 (direct-print-region-helper): Use subst-char-in-string instead of
8774 binding directory-sep-char to convert filenames to DOS syntax.
8775 (direct-print-region-use-command-dot-com): New variable.
8776 (direct-print-region-helper): Use it to control whether to invoked
8777 command.com to print on Windows 9x.
8778
8779 * browse-url.el (browse-url-browser-function): Default to
8780 browse-url-default-windows-browser on windows-nt.
8781 (browse-url-default-windows-browser): New function.
8782
8783 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il>
8784
8785 * forms.el (forms-mode): Don't call forms-first-record or
8786 forms-last-record if the data file has zero records.
8787
8788 1999-04-29 Richard M. Stallman <rms@gnu.org>
8789
8790 * files.el (find-file-noselect-1): If buffer-file-name has changed
8791 after find-file-not-found-hooks runs, recompute the truename.
8792 And don't use FILENAME after that point.
8793
8794 1999-04-27 Dave Love <fx@gnu.org>
8795
8796 * paren.el (show-paren-mode)
8797 * which-func.el (which-func-mode-global)
8798 * type-break.el (type-break-mode)
8799 * time.el (display-time-mode)
8800 * rsz-mini.el (resize-minibuffer-mode)
8801 * mouse-sel.el (mouse-sel-mode)
8802 * icomplete.el (icomplete-mode)
8803 * hscroll.el (hscroll-global-mode)
8804 * help.el (temp-buffer-resize-mode)
8805 * font-lock.el (global-font-lock-mode)
8806 * delsel.el (delete-selection-mode)
8807 * avoid.el (mouse-avoidance-mode)
8808 * autoinsert.el (auto-insert-mode)
8809 * winner.el (winner-mode): Doc fix.
8810
8811 1999-04-26 Karl Heuer <kwzh@gnu.org>
8812
8813 * mail/rmail.el (rmail-next-same-subject): When searching, ignore
8814 the same whitespace that was ignored in choosing the subject string.
8815
8816 1999-04-26 Richard M. Stallman <rms@gnu.org>
8817
8818 * info.el (Info-find-node): Position properly after finding anchor.
8819
8820 * cus-start.el (all): Handle unibyte-display-via-language-environment.
8821
8822 * simple.el (indent-new-comment-line): Fix previous change.
8823
8824 * complete.el: Delete the wildcard expansion feature
8825 since that is now standard in find-file.
8826 (PC-try-load-many-files): Function deleted.
8827 (PC-after-load-many-files): Function deleted.
8828 (PC-many-files-list): Variable deleted.
8829 (PC-disable-wildcards): Variable deleted.
8830 (partial-completion-mode): Don't enable the wildcard feature.
8831
8832 * complete.el (PC-look-for-include-file): Don't set global variables
8833 `error', `buf' and `filename' here.
8834
8835 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
8836
8837 1999-04-26 John Wiegley <johnw@oneworld.new-era.com>
8838
8839 * textmodes/outline.el (outline-regexp): Doc fix.
8840
8841 1999-04-26 John Wiegley <johnw@borland.com>
8842
8843 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
8844 C++Builder 4.0 error message syntax.
8845
8846 1999-04-26 Mark Diekhans <markd@Grizzly.COM>
8847
8848 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
8849 supported, use find -exec.
8850
8851 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
8852
8853 * textmodes/texinfmt.el (texinfo-format-buffer): Bind
8854 coding-system-for-write, to avoid hanging when non-interactive.
8855
8856 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
8857
8858 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
8859 start with a newline.
8860
8861 1999-04-13 Ken'ichi Handa <handa@gnu.org>
8862
8863 * international/mule-conf.el (x-ctext): New coding system.
8864
8865 1999-04-12 Richard M. Stallman <rms@gnu.org>
8866
8867 * international/mule-cmds.el (input-method-function):
8868 Add permanent-local property.
8869
8870 1999-04-12 Dave Love <fx@gnu.org>
8871
8872 * jka-compr.el (jka-compr-insert-file-contents): Fix previous
8873 change to use jka-compr-byte-compiler-base-file-name.
8874
8875 * supercite.el (sc-scan-info-alist): Revert last change.
8876 (sc-attrib-selection-list): Fix :type here instead.
8877
8878 1999-04-11 Eli Zaretskii <eliz@gnu.org>
8879
8880 * international/mule.el (auto-coding-alist-lookup): Include ms-dos
8881 in the list of case-insensitive filesystems.
8882
8883 1999-04-09 Kenichi Handa <handa@etl.go.jp>
8884
8885 * international/fontset.el (create-fontset-from-fontset-spec):
8886 Don't register duplicated alias fontset names.
8887
8888 1999-04-08 Richard Stallman <rms@gnu.org>
8889
8890 * international/mule.el (auto-coding-alist-lookup): New function.
8891 (set-auto-coding): Use auto-coding-alist-lookup.
8892
8893 * jka-compr.el (jka-compr-insert-file-contents):
8894 Use auto-coding-alist-lookup to check for files that
8895 should not have eol conversion, in the unibyte case.
8896
8897 1999-04-07 Dave Love <fx@gnu.org>
8898
8899 * help.el (describe-variable): Check custom-loads property as well
8900 as custom-type.
8901
8902 * abbrev.el (abbrev-mode): Customizing sets the default value.
8903
8904 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de>
8905
8906 * vc.el (vc-backend-revert): For CVS files that were made
8907 writeable with "cvs edit", call "cvs unedit" to undo that.
8908
8909 1999-04-08 Dave Love <fx@gnu.org>
8910
8911 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
8912 more.
8913 (sc-emacs-features): Recognize Emacs 20.
8914 (sc-read-string): Use history arg.
8915 (sc-scan-info-alist): Check for rtnvalue a cons.
8916
8917 1999-04-08 Kenichi HANDA <handa@etl.go.jp>
8918
8919 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
8920 coding system to encode the message by
8921 select-message-coding-system.
8922
8923 1999-04-07 Richard Stallman <rms@gnu.org>
8924
8925 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
8926
8927 * winner.el: Reorder definitions.
8928
8929 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
8930
8931 * mail/rmail.el (rmail-decode-babyl-format):
8932 Undo previous change.
8933
8934 1999-04-06 Richard Stallman <rms@gnu.org>
8935
8936 * info.el (Info-find-node): Check for an anchor at the
8937 proper place, before reading an indirect file.
8938
8939 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
8940
8941 * jka-compr.el (jka-compr-insert-file-contents):
8942 Use raw-text-unix when we want no conversion.
8943
8944 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
8945
8946 * timezone.el (timezone-parse-date): Corrected regexp for
8947 style (5) date format so that tenths of seconds are optional.
8948
8949 1999-04-05 Eli Zaretskii <eliz@gnu.org>
8950
8951 * term/internal.el (dos-cpNNN-setup): New function, with the guts
8952 of dos-codepage-setup.
8953 (cjk-codepages-alist): New variable, an alist of Far-Eastern
8954 codepages for which there's no need to set up cpNNN coding
8955 systems.
8956 (dos-codepage-setup): Support Far-Eastern DOS terminals.
8957
8958 1999-04-05 Richard Stallman <rms@gnu.org>
8959
8960 * mail/rmail.el (rmail-ignored-headers): Doc fix.
8961
8962 1999-04-02 Richard Stallman <rms@gnu.org>
8963
8964 * progmodes/compile.el (compilation-handle-exit): Do right thing
8965 if (car status) doesn't end in a newline.
8966
8967 1999-04-01 Dave Love <fx@gnu.org>
8968
8969 * progmodes/sql.el (SQL): Add defgroup :version.
8970
8971 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
8972
8973 * emacs-lisp/bytecomp.el (byte-compile-file): Clear
8974 buffer-file-coding-system. If the coding system used is raw-text,
8975 etc., make the *Compiler Input* buffer unibyte.
8976
8977 * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
8978
8979 * loadup.el: Don't write the fns-...el file if not dumping.
8980
8981 1999-03-31 Dave Love <fx@gnu.org>
8982
8983 * snmp-mode.el (snmp): Fix defgroup :version.
8984
8985 * hilit-chg.el (highlight-changes): Add defgroup :version.
8986
8987 1999-03-31 Andreas Schwab <schwab@gnu.org>
8988
8989 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
8990 the gnus-save-hidden-threads macro.
8991
8992 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk>
8993
8994 * faces.el (face-set-after-frame-default): Obey the
8995 `customized-face' for new faces.
8996
8997 1999-03-30 Dave Love <fx@gnu.org>
8998
8999 * international/mule-cmds.el (current-language-environment): Doc fix.
9000 * abbrev.el (abbrev-mode): Doc fix.
9001 * autoinsert.el (auto-insert-mode): Doc fix.
9002 * complete.el (partial-completion-mode): Doc fix.
9003 * avoid.el (mouse-avoidance-mode): Doc fix.
9004 * delsel.el (delete-selection-mode): Doc fix.
9005 * font-lock.el (global-font-lock-mode): Doc fix.
9006 * help.el (temp-buffer-resize-mode): Doc fix.
9007 * hscroll.el (hscroll-global-mode): Doc fix.
9008 * icomplete.el (icomplete-mode): Doc fix.
9009 * mouse-sel.el (mouse-sel-mode): Doc fix.
9010 * paren.el (show-paren-mode): Doc fix.
9011 * rsz-mini.el (resize-minibuffer-mode): Doc fix.
9012 * time.el (display-time-mode): Doc fix.
9013 * type-break.el (type-break-mode): Doc fix.
9014 * which-func.el (which-func-mode-global): Doc fix.
9015 * winner.el (winner-mode): Doc fix.
9016
9017 1999-03-30 Michael Ernst <mernst@alum.mit.edu>
9018
9019 * wid-edit.el (widget-before-change): Signal text-read-only rather
9020 than an ordinary error.
9021
9022 1999-03-30 Richard M. Stallman <rms@gnu.org>
9023
9024 * repeat.el: Don't require advice.
9025 (repeat): Do function-indirection in check for kbd macro.
9026 In self-insert case, use the *last* char in INSERTION.
9027
9028 1999-03-30 Karl Heuer <kwzh@gnu.org>
9029
9030 * progmodes/cc-cmds.el (c-indent-command): Doc fix.
9031
9032 1999-03-29 Andreas Schwab <schwab@gnu.org>
9033
9034 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
9035 comint-input-filter-functions. Make variables related to shell
9036 directory tracking local.
9037
9038 1999-03-26 Andreas Schwab <schwab@gnu.org>
9039
9040 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
9041
9042 * simple.el (shell-command-on-region): Cope with exit-status being
9043 nil, which happens if call-process-region was interrupted.
9044
9045 1999-03-26 Richard M. Stallman <rms@gnu.org>
9046
9047 * simple.el (indent-new-comment-line): Handle use at a point
9048 after a comment-end. Handle multiple comments.
9049
9050 * mail/rmail.el (rmail-decode-babyl-format):
9051 To prevent locking, bind buffer-file-name to nil.
9052
9053 1999-03-26 Karl Fogel <kfogel@red-bean.com>
9054
9055 * mail-hist.el (mail-hist-current-header-name): Don't make
9056 off-by-one-error when determining if in message body.
9057
9058 1999-03-25 Andrew Innes <andrewi@gnu.org>
9059
9060 * w32-fns.el (set-default-process-coding-system): Copied from
9061 dos-w32.el, but modified to use Unix line endings for process
9062 input, and to add a suitable entry to process-coding-system-alist
9063 for DOS shells.
9064
9065 * dos-fns.el (set-default-process-coding-system): Copied from
9066 dos-w32.el.
9067
9068 * dos-w32.el (set-default-process-coding-system): Move function to
9069 dos-fns.el; a different version is used in w32-fns.el.
9070
9071 1999-03-24 Dave Love <fx@gnu.org>
9072
9073 * info.el (Info-directory-list): Revert change to re-writing
9074 Info-default-directory-list, but put `alternative' first.
9075 (Info-insert-dir): Modify selecting the top dir file as a consequence.
9076
9077 1999-03-23 Simon Marshall <simon@gnu.org>
9078
9079 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
9080 on the line by itself.
9081 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if
9082 it is not in a declarative context.
9083
9084 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk>
9085
9086 * cus-edit.el (custom-variable-prompt): Allow customization of
9087 autoloaded symbols.
9088
9089 1999-03-22 Kenichi HANDA <handa@etl.go.jp>
9090
9091 * simple.el (what-cursor-position): Don't cause error when point
9092 is at invalid multibyte sequence.
9093
9094 1999-03-21 Karl Heuer <kwzh@gnu.org>
9095
9096 * complete.el (partial-completion-mode): Doc fix.
9097
9098 1999-03-19 Richard M. Stallman <rms@gnu.org>
9099
9100 * progmodes/cplus-md.el (old-c++): Remove :group.
9101
9102 * progmodes/c-mode.el (old-c): Remove :group.
9103
9104 1999-03-18 Simon Marshall <simon@gnu.org>
9105
9106 * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
9107 (java-font-lock-keywords-2): Added "strictfp" keyword.
9108
9109 1999-03-17 Jason Rumney <jasonr@altavista.net>
9110
9111 * w32-fns.el (set-w32-system-coding-system) New function.
9112 (w32-system-coding-system) Initialize to 'iso-latin-1.
9113
9114 1999-03-17 Eli Zaretskii <eliz@gnu.org>
9115
9116 * international/mule-cmds.el (set-language-environment): Fix
9117 previous change: don't use dos-codepage when unbound.
9118
9119 1999-03-17 Karl Heuer <kwzh@gnu.org>
9120
9121 * calendar/appt.el (appt-make-list): Fix previous change.
9122
9123 1999-03-16 Richard M. Stallman <rms@gnu.org>
9124
9125 * window.el (shrink-window-if-larger-than-buffer):
9126 Don't try to redisplay with the cursor at the end
9127 on its own line--that would force a scroll and spoil things.
9128
9129 1999-03-16 Eli Zaretskii <eliz@gnu.org>
9130
9131 * international/mule-cmds.el (set-language-environment): Don't use
9132 cpNNN-nonascii-translation-table if it is unbound.
9133
9134 * term/internal.el (dos-codepage-setup): Compute the unibyte
9135 syntax table and bind unibyte-display-via-language-environment
9136 here, rather than at top level, so that resetting to unibyte in
9137 .emacs works as expected.
9138
9139 1999-03-15 Simon Marshall <simon@gnu.org>
9140
9141 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
9142
9143 1999-03-14 Milan Zamazal <pdm@pvt.net>
9144
9145 * abbrev.el (inverse-add-abbrev): Inherit the current input method.
9146
9147 1999-03-14 Kenichi Handa <handa@etl.go.jp>
9148
9149 * international/mule-util.el (detect-coding-with-priority):
9150 Restore the internal database.
9151
9152 1999-03-14 Stephen Eglen <stephen@gnu.org>
9153
9154 * mail/sendmail.el (sendmail-send-it): Fix typo in error string
9155 if mail-from-style has invalid value.
9156
9157 1999-03-12 Karl Heuer <kwzh@gnu.org>
9158
9159 * vc.el (vc-delete-logbuf-window): New var.
9160 (vc-finish-logentry): Use it.
9161
9162 1999-03-12 Richard M. Stallman <rms@gnu.org>
9163
9164 * startup.el (command-line-1): Improve startup msg.
9165
9166 1999-03-12 Eric M. Ludlam <zappo@ultranet.com>
9167
9168 * speedbar.el: Added commentary about stealthy functions.
9169 (speedbar-message) new function.
9170 (speedbar-y-or-n-p): New function
9171 (speedbar-with-attached-buffer) Moved macro before reference.
9172 Now uses `save-selected-window'.
9173 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
9174 speedbar-generic-item-info, speedbar-item-info-file-helper,
9175 speedbar-item-delete, speedbar-insert-generic-list,
9176 speedbar-timer-fn, speedbar-check-vc-this-line,
9177 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
9178 speedbar-buffers-item-info) Use speedbar-message.
9179 (speedbar-item-info) Limit `message-log-max'.
9180 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
9181 speedbar-item-delete, speedbar-item-object-delete,
9182 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
9183
9184 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp>
9185
9186 * server.el (server-start): Set coding system for the server
9187 process to raw-text.
9188 (server-process-filter): Decode file names if necessary.
9189
9190 1999-03-12 Dave Love <fx@gnu.org>
9191
9192 * textmodes/fill.el (sentence-end-double-space): Doc fix.
9193
9194 * textmodes/paragraphs.el (sentence-end): Doc fix.
9195
9196 1999-03-11 Karl Heuer <kwzh@gnu.org>
9197
9198 * comint.el (comint-password-prompt-regexp): Accept "login password:"
9199
9200 1999-03-09 Karl Heuer <kwzh@gnu.org>
9201
9202 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
9203 (ispell-dictionary-alist-2): Likewise.
9204 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
9205 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
9206 (ispell-dictionary-alist): Build from six pieces, not just two.
9207
9208 * ps-bdf.el (bdf-directory-list): Doc fix.
9209
9210 * enriched.el (enriched-mode): Make var permanent-local.
9211
9212 1999-03-09 Dave Love <fx@gnu.org>
9213
9214 * textmodes/sgml-mode.el (html-mode): Use
9215 sentence-end-double-space when setting sentence-end.
9216
9217 1999-03-09 Ken'ichi Handa <handa@gnu.org>
9218
9219 * language/thai.el (tis-620): New alias coding system for thai-tis620.
9220
9221 1999-03-08 Felix Lee <flee@cygnus.com>
9222
9223 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
9224
9225 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
9226
9227 1999-03-08 Karl Heuer <kwzh@gnu.org>
9228
9229 * dired-aux.el (dired-do-copy-regexp): Doc fix.
9230 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
9231
9232 * dired.el (dired-do-copy-regexp): Doc fix.
9233 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
9234
9235 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com>
9236
9237 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
9238
9239 1999-03-08 Jason Rumney <jasonr@altavista.net>
9240
9241 * international/codepage.el (cp1250-decode-table)
9242 (cp1251-decode-table, cp1253-decode-table)
9243 (cp1257-decode-table): New translation tables for MS Windows codepages.
9244 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
9245
9246 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
9247
9248 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
9249
9250 1999-03-07 Eli Zaretskii <eliz@gnu.org>
9251
9252 * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
9253
9254 * term/internal.el (top level): Display character 255 as 8bit as well.
9255
9256 1999-03-06 Dave Love <fx@gnu.org>
9257
9258 * progmodes/cc-cmds.el (c-outline-level): Bind
9259 buffer-invisibility-spec.
9260
9261 * progmodes/c-mode.el (c-outline-level): Likewise.
9262
9263 * progmodes/ada-mode.el (ada-outline-level): Likewise.
9264
9265 1999-03-05 Felix Lee <flee@cygnus.com>
9266
9267 * textmodes/outline.el (outline-get-last-sibling): Doc fix.
9268
9269 1999-03-05 Richard M. Stallman <rms@gnu.org>
9270
9271 * bindings.el (complete-symbol): Invert meaning of prefix arg.
9272
9273 1999-03-05 Andrew Innes <andrewi@gnu.org>
9274
9275 * w32-fns.el (convert-standard-filename): Convert directory
9276 separators to Windows format.
9277
9278 1999-03-05 Andreas Schwab <schwab@gnu.org>
9279
9280 * international/skkdic-cnv.el: Provide skkdic-cnv.
9281 (skkdic-convert): Emit code to require skkdic-cnv at compile time.
9282 (batch-skkdic-convert): Doc fix.
9283
9284 1999-03-04 Dave Love <fx@gnu.org>
9285
9286 * custom.el (custom-set-variables): Protect against setter errors.
9287
9288 1999-03-04 Eli Zaretskii <eliz@gnu.org>
9289
9290 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
9291 the file sizes from overflowing.
9292 (ls-lisp-format): If file size is a float, use %8.0f to print it.
9293 Under -s, print the size in blocks with %4.0f, in case they have
9294 a *really* huge file.
9295
9296 1999-03-03 Dave Love <fx@gnu.org>
9297
9298 * options.el (edit-options): Doc fix.
9299 (list-options): Don't lose with unbound symbols. Maintain
9300 Edit-options-mode.
9301
9302 1999-03-01 Dave Love <fx@gnu.org>
9303
9304 * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
9305
9306 1999-02-28 Richard M. Stallman <rms@gnu.org>
9307
9308 * ispell.el (ispell-dictionary-alist-override): New variable.
9309 (ispell-dictionary-alist): Don't setq it,
9310 if ispell-dictionary-alist-override is set.
9311
9312 * simple.el (shell-command-default-error-buffer): Renamed from
9313 shell-command-on-region-default-error-buffer.
9314 (shell-command-on-region): Mention in echo area when there
9315 is some error output. Mention success or failure, too.
9316 Accumulate multiple error outputs
9317 going forward, with formfeed in between. Display the error buffer
9318 when we have put something in it.
9319 (shell-command): Add the ERROR-BUFFER argument feature.
9320
9321 1999-02-28 Karl Heuer <kwzh@gnu.org>
9322
9323 * mail/mh-utils.el (mh-lib): Doc fix.
9324 (mh-lib-progs, mh-nmh-p): New vars.
9325 (mh-find-progs): Set mh-lib-progs along with other vars.
9326 (mh-path-search): New arg FUNC-P; if specified, use that instead
9327 of mh-file-command-p.
9328 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
9329
9330 * mail/mh-comp.el (mh-repl-formfile): New var.
9331 (mh-smail-batch): Don't ignore all arguments.
9332 (mh-reply): Do the right thing when using nmh.
9333
9334 1999-02-27 Kenichi Handa <handa@etl.go.jp>
9335
9336 * international/mule-cmds.el (select-safe-coding-system): Be sure
9337 to show a buffer being decoded.
9338
9339 1999-02-26 Ken'ichi Handa <handa@gnu.org>
9340
9341 * ps-bdf.el (bdf-directory-list): Initialize it to
9342 '("/usr/local/share/emacs/fonts/bdf").
9343
9344 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9345
9346 * ps-print.el: PostScript programming fix.
9347 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
9348 setpagedevice operator).
9349
9350 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9351
9352 * ps-print.el: Doc fix, font size specifies landscape and portrait
9353 sizes.
9354 (ps-print-version): New version number (4.1.4).
9355 (ps-font-size, ps-header-font-size, ps-header-title-font-size):
9356 Specifies landscape and portrait sizes.
9357 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
9358 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
9359 fix.
9360 (ps-get-font-size): New fun.
9361 (ps-font-size-internal, ps-header-font-size-internal)
9362 (ps-header-title-font-size-internal): New vars.
9363
9364 * ps-mule.el: Change of ps-print font size variable name.
9365 (ps-mule-generate-font): Fun fix.
9366 (ps-mule-begin-job): Programming uniformization.
9367
9368 1999-02-25 Dave Love <fx@gnu.org>
9369
9370 * help.el (help-xref-info-regexp): Allow linebreaks and capital.
9371 (help-make-xrefs): Do Info case first.
9372
9373 * repeat.el: Don't require advice.
9374 (repeat-last-kill-command): Variable deleted.
9375
9376 1999-02-25 Richard Stallman <rms@gnu.org>
9377
9378 * simple.el (shell-command-on-region): Don't go into the REPLACE = t
9379 case just because the current buffer is the output buffer.
9380
9381 1999-02-25 Kenichi Handa <handa@etl.go.jp>
9382
9383 * simple.el (what-cursor-position): To show the character's
9384 encoding, use encoded-string-description instead of information
9385 of chaset-origin-alist.
9386
9387 * international/mule-cmds.el (iso-2022-control-alist): New variable.
9388 (encoded-code-description): New function.
9389 (encoded-string-description): New function.
9390 (encode-coding-char): New function.
9391
9392 1999-02-25 Andrew Innes <andrewi@gnu.org>
9393
9394 * startup.el (command-line) [windows-nt]: Fix typo in regexp
9395 checking for .emacs[.el[c]].
9396
9397 1999-02-24 Richard Stallman <rms@gnu.org>
9398
9399 * help.el (describe-function-1): Don't print a whole lambda-function.
9400
9401 1999-02-23 Ken'ichi Handa <handa@gnu.org>
9402
9403 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
9404 inputting ?\240.
9405
9406 1999-02-23 Karl Heuer <kwzh@gnu.org>
9407
9408 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
9409
9410 * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
9411 (clean-buffer-list-kill-buffer-names): Doc fix.
9412
9413 * gud.el (gud-jdb-massage-args): Spelling fix.
9414
9415 1999-02-23 Richard M. Stallman <rms@gnu.org>
9416
9417 * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
9418
9419 1999-02-22 Eli Zaretskii <eliz@gnu.org>
9420
9421 * arc-mode.el (archive-set-buffer-as-visiting-file): Save
9422 excursion while calling set-auto-coding-function.
9423
9424 * play/handwrite.el (handwrite): Require ps-print, and use
9425 ps-printer-name and ps-lpr-command. Call ps-print-region-function
9426 if it's defined, instead of forking ps-lpr-command unconditionally.
9427
9428 1999-02-22 Kenichi Handa <handa@etl.go.jp>
9429
9430 * international/codepage.el (cp-coding-system-for-codepage-1): Put
9431 charset-origin-alist property to a coding system for the codepage.
9432
9433 * international/mule.el: Modify comment for charset-origin-alist
9434 property of a coding system.
9435
9436 * simple.el (what-cursor-position): charset-origin-alist property
9437 of a coding system may be a translation table or a symbol of which
9438 `translation-table' property is a translation table.
9439
9440 1999-02-21 Richard Stallman <rms@gnu.org>
9441
9442 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
9443 to the "html" template.
9444
9445 1999-02-21 Peter Breton <pbreton@ne.mediaone.net>
9446
9447 * dirtrack.el (dirtrack): Added docstring. Now returns input.
9448
9449 1999-02-18 Peter Breton <pbreton@ne.mediaone.net>
9450
9451 * dirtrack.el (dirtrack): Check for the prompt in the input string
9452 instead of the buffer.
9453
9454 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch>
9455
9456 * sql.el: Set version to 1.4.1. Changed mail address to
9457 alex@gnu.org. Mention the mailing list sql.el@gnu.org.
9458 (sql-input-ring-separator): Doc fix.
9459 (sql-mode-syntax-table): double-dash starts comments is defined as
9460 ". 56" instead of ". 12b" for XEmacs.
9461 (sql-stop, sql-interactive-mode): Doc fixes.
9462 (sql-postgres): Queries for database and server, not just one.
9463 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
9464
9465 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
9466 changed. This is needed for master.el to work.
9467 (sql-set-sqli-buffer): Use the new hook.
9468
9469 * sql.el (sql-make-alternate-buffer-name): Function that sets
9470 sql-alternate-buffer-name.
9471 (sql-alternate-buffer-name): Possible name of SQLi buffers.
9472 (sql-interactive-mode): Set sql-alternate-buffer-name.
9473 (sql-rename-buffer): New command.
9474 (sql-interactive-mode-menu): Menu for SQLi buffers.
9475
9476 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator
9477 and sql-input-ring-file-name are used to temporarily set
9478 comint-input-ring-file-name and comint-input-ring-separator when
9479 reading and writing input history files.
9480
9481 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
9482 (sql-input-ring-file-name): New variable with customization.
9483 (sql-input-ring-separator): New variable with customization.
9484 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
9485 Callers changed.
9486 (sql-show-sqli-buffer): The message for "sql-buffer is not set"
9487 now includes the name of the current buffer.
9488
9489 (sql-mode): Set paragraph-separate and paragraph-start so that
9490 sql-send-paragraph sends the entire SQL statements, even if it
9491 contains indented lines.
9492
9493 1999-02-18 Dave Love <fx@gnu.org>
9494
9495 * format.el (format-encode-run-method, format-decode-run-method):
9496 Fix previous change.
9497
9498 1999-02-18 Ken'ichi Handa <handa@gnu.org>
9499
9500 * international/mule.el (coding-system-list): Moved here from
9501 mule-util.el to avoid autoloading mule-util by the call of
9502 select-safe-coding-system.
9503
9504 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
9505
9506 * simple.el (turn-on-auto-fill): Mark it as an option for
9507 `text-mode-hook'.
9508
9509 1999-02-17 Richard Stallman <rms@gnu.org>
9510
9511 * emacs-lisp/easymenu.el (easy-menu-get-map):
9512 Don't crash if (current-local-map) is nil.
9513
9514 1999-02-17 Peter Breton <pbreton@ne.mediaone.net>
9515
9516 * filecache.el (file-cache-filter-regexps): Added .class.
9517
9518 1999-02-17 Ken'ichi Handa <handa@gnu.org>
9519
9520 * international/mule-util.el (decompose-region): Use
9521 insert-buffer-substring instead of insert-buffer to avoid putting
9522 mark.
9523
9524 1999-02-17 Andreas Schwab <schwab@gnu.org>
9525
9526 * calendar/cal-move.el (scroll-calendar-left): Don't set
9527 displayed-month and displayed-year here, let generate-calendar do
9528 it, after range checking.
9529
9530 1999-02-17 Simon Marshall <simon@gnu.org>
9531
9532 * progmodes/cc-engine.el (c-at-toplevel-p): New function.
9533
9534 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
9535 correctly between an object declared via a constructor and a method.
9536 (font-lock-defaults-alist): Don't give `.' word syntax for Java.
9537 (java-font-lock-keywords-1): Fontify package names individually.
9538 (java-font-lock-extra-types): Ensure regexp matches capitalised only.
9539 (java-font-lock-keywords-2): Simplify type fontification.
9540 (java-font-lock-keywords-3): Likewise.
9541
9542 1999-02-17 Kenichi Handa <handa@etl.go.jp>
9543
9544 * language/japanese.el (iso-2022-jp-2): New coding system.
9545 ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
9546
9547 1999-02-16 Dave Love <fx@gnu.org>
9548
9549 * help.el (describe-function-1): Accept non-symbols.
9550
9551 1999-02-16 Paul Eggert <eggert@twinsun.com>
9552
9553 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
9554 find the last match if there are multiple matches.
9555
9556 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9557
9558 * tex-mode.el (tex-run-command, latex-run-command)
9559 (slitex-run-command, tex-command): Doc changes.
9560 (tex-start-options-string): Autoload it. Doc change. Provide
9561 a menu for customization. Allow nil. Quote backslashes only once.
9562 (tex-start-tex): Handle nil value of tex-start-options-string
9563 and apply shell-quote-argument to it.
9564
9565 1999-02-16 Eli Zaretskii <eliz@gnu.org>
9566
9567 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
9568 the size in blocks, since it can be a float.
9569 (ls-lisp-format): Likewise
9570
9571 1999-02-16 Ken'ichi Handa <handa@gnu.org>
9572
9573 * language/japanese.el (japanese-shift-jis): Add
9574 charset-origin-alist property.
9575
9576 1999-02-15 Richard Stallman <rms@gnu.org>
9577
9578 * progmodes/compile.el (compile-internal): Use save-selected-window.
9579
9580 * subr.el (momentary-string-display): Bind inhibit-read-only.
9581
9582 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
9583
9584 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il>
9585
9586 * mail/rmail.el (rmail-show-message): If an unseen message has a
9587 Summary-line in its header, get past one more line before looking
9588 for the X-Coding-System header.
9589
9590 1999-02-15 Geoff Voelker <voelker@cs.washington.edu>
9591
9592 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
9593 explicitly to accomodate Windows 9X lack of a useful copy program.
9594
9595 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
9596
9597 * wid-edit.el (widget-choice-value-create): Use `equal'
9598 instead of `eq'.
9599
9600 1999-02-14 Richard Stallman <rms@gnu.org>
9601
9602 * international/iso-transl.el:
9603 (iso-transl-ae): Renamed from iso-transl-e-slash.
9604 (iso-transl-a-ring): Renamed from iso-transl-a-slash.
9605 (iso-transl-AE): Renamed from iso-transl-E-slash.
9606 (iso-transl-A-ring): Renamed from iso-transl-A-slash.
9607 (iso-transl-char-map): Related changes.
9608
9609 * format.el (format-replace-strings): Fix value of TO in REVERSE case.
9610
9611 1999-02-13 Richard Stallman <rms@gnu.org>
9612
9613 * textmodes/texinfmt.el (texinfo-alias): New function.
9614 (texinfo-fold-nodename-case): Add defvar.
9615 (texinfo-format-node): Do case folding if specified.
9616
9617 * ffap.el (ffap-file-at-point): Test local file names
9618 immediately. Strip off line numbers.
9619
9620 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch>
9621
9622 * sql.el: Set version to 1.3.2
9623 (sql-solid-program): Added support for solid.
9624 (sql-help): Doc mentions sql-solid.
9625 (sql-solid): Entry function for Solid.
9626 (sql-buffer): Doc explains the use of the variable and how to
9627 change it.
9628 (sql-mode-menu): Included entries for sql-show-sqli-buffer and
9629 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
9630 disabled if sql-buffer doesn't have a process; sql-send-paragraph
9631 is new.
9632 (sql-show-sqli-buffer): New function to display the value of
9633 sql-buffer.
9634 (sql-change-sqli-buffer): New function to change sql-buffer.
9635 (sql-mode): Doc explains how to change sql-buffer.
9636 (sql-send-paragraph): New function to send a paragraph.
9637 (sql-mode-map): Added keybinding for sql-send-paragraph.
9638 (sql-mysql): Doc corrected.
9639 (sql-ms): Doc corrected.
9640
9641 * sql.el (sql-server): Doc fix.
9642 (sql-mysql): Added the use of sql-server to specify the host,
9643 sql-database now specifies database instead of host.
9644 (sql-mode-menu): Send... menu items are only active if sql-buffer
9645 is non-nil.
9646 (sql-help): Changed tag of entry functions a bit.
9647
9648 * sql.el: Added keywords from `finder-by-keyword'.
9649 (sql-mode): Made sql-buffer a local variable, changed the
9650 documentation: removed instructions to add *.sql files to
9651 auto-mode-alist, added documentation for having mutliple SQL
9652 buffers sending their stuff to different SQLi buffers, each
9653 running a different process.
9654 (sql-postgres): Quoted *SQL* in doc string.
9655 (sql-ms): Likewise.
9656 (sql-ingres): Likewise.
9657 (sql-ingres): Quoted *SQL* in doc string, added references to
9658 sql-user and sql-password used during login.
9659 (sql-sybase): Quoted *SQL* in doc string, added comma.
9660 (sql-oracle): Likewise.
9661 (sql-interactive-mode): Added extensive documentation for having
9662 mutliple SQL buffers sending their stuff to different SQLi
9663 buffers, each running a different process.
9664 (sql-buffer): Changed doc from *SQL* to SQLi.
9665 (sql-get-login): Doc fix.
9666
9667 1999-02-12 Ken'ichi Handa <handa@gnu.org>
9668
9669 * international/mule-conf.el (undecided): Set ascii in
9670 safe-charsets property.
9671
9672 1999-02-12 Richard Stallman <rms@gnu.org>
9673
9674 * textmodes/paragraphs.el (paragraph-separate): Doc fix.
9675
9676 1999-02-12 Ken'ichi Handa <handa@gnu.org>
9677
9678 * ps-mule.el (ps-mule-font-info-database-default): Set the initial
9679 value to ps-mule-font-info-database-latin.
9680
9681 1999-02-13 Kenichi HANDA <handa@etl.go.jp>
9682
9683 * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
9684 (ps-mule-font-info-database-default): New variable.
9685 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
9686 ps-mule-font-info-database-default.
9687
9688 1999-02-12 Dave Love <fx@gnu.org>
9689
9690 * timezone.el (timezone-make-date-sortable)
9691 (timezone-make-date-arpa-standard): Doc fix.
9692
9693 1999-02-12 Ken'ichi Handa <handa@gnu.org>
9694
9695 * international/quail.el (quail-show-kbd-layout): Bind
9696 blink-matching-paren to nil.
9697
9698 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
9699 for ASCII and Latin-1.
9700
9701 1999-02-12 Andreas Schwab <schwab@gnu.org>
9702
9703 * gud.el (jdb): Fix regexp for comint-prompt-regexp.
9704
9705 1999-02-12 Kenichi Handa <handa@etl.go.jp>
9706
9707 * international/mule-cmds.el (language-info-alist): Remove
9708 description about charset-origin-alist.
9709
9710 * international/mule.el: Comment added for a new coding system
9711 property `charset-origin-alit'.
9712 (make-translation-table): This variable deleted.
9713
9714 * language/chinese.el (chinese-big5): Add charset-origin-alist
9715 property.
9716 ("Chinese-CNS"): Remove charset-origin-alist property.
9717
9718 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
9719 property.
9720 (cyrillic-alternativnyj): Likewise.
9721 ("Cyrillic-KOI8"): Remove charset-origin-alist property.
9722 ("Cyrillic-ALT"): Likewise.
9723
9724 * language/vietnamese.el (vietnamese-viqr): Add
9725 charset-origin-alist property.
9726 ("Vietnamese"): Remove charset-origin-alist property.
9727
9728 * simple.el (what-cursor-position): Don't use the varialbe
9729 charset-origin-alist, but use charset-origin-alist property of
9730 buffer-file-coding-system to decide external character set code.
9731
9732 1999-02-10 Richard Stallman <rms@gnu.org>
9733
9734 * shadowfile.el: Don't turn on the mode when the file is loaded.
9735
9736 1999-02-09 Richard Stallman <rms@gnu.org>
9737
9738 * progmodes/compile.el (compile-auto-highlight): Customize.
9739
9740 * add-log.el (add-log-file-name-function): New variable.
9741 (add-change-log-entry): Call that function, if non-nil.
9742
9743 1999-02-09 Michael Ernst <mernst@alum.mit.edu>
9744
9745 * rmail.el (rmail-search): Track match with a marker, not an integer.
9746
9747 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9748
9749 * progmodes/compile.el (compilation-setup): Set value of
9750 compilation-directory-stack as in compilation-forget-errors.
9751 (compile-reinitialize-errors): Bind buffer-undo-list and
9752 deactivate-mark.
9753 (compilation-forget-errors): Likewise.
9754
9755 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com>
9756
9757 * textmodes/texinfo.el (texinfo-environment-regexp): Add the
9758 def... constructs.
9759
9760 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
9761 Remove calls to sleep-for.
9762
9763 1999-02-08 Eli Zaretskii <eliz@gnu.org>
9764
9765 * international/codepage.el (cp-coding-system-for-codepage-1): On
9766 MS-DOS, use dos-unsupported-char-glyph for characters not
9767 supported by the codepage.
9768 (cp-make-coding-systems-for-codepage): Likewise.
9769
9770 1999-02-08 Andreas Schwab <schwab@gnu.org>
9771
9772 * international/mule-util.el (coding-system-list): Don't sort
9773 coding-system-list here.
9774
9775 * international/mule.el (coding-system-lessp): Moved here from
9776 mule-util.el
9777 (add-to-coding-system-list): New function.
9778 (make-subsidiary-coding-system, make-coding-system,
9779 define-coding-system-alias): Use it instead of setting
9780 coding-system-list directly.
9781
9782 1999-02-07 Dave Love <fx@gnu.org>
9783
9784 * calendar/appt.el (appt-make-list): Don't splice quotes and date
9785 onto message.
9786
9787 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9788
9789 * imenu.el (imenu--last-menubar-index-alist): Add doc.
9790 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist.
9791
9792 1999-02-06 Richard Stallman <rms@gnu.org>
9793
9794 * language/european.el (setup-slovenian-environment): New function.
9795 ("Slovenian"): New language environment.
9796
9797 * progmodes/sql.el (sql-help): Doc fix.
9798 (sql-mysql): Doc fix.
9799
9800 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9801
9802 * tex-mode.el: When compiling, require compare-w and skeleton
9803 to pacify the byte-compiler. Move the def's of the tex-commands
9804 together. Add a comment on kill-process vs. quit-process.
9805
9806 1999-02-05 Dave Love <fx@gnu.org>
9807
9808 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
9809 null markers.
9810 (compile-goto-error): Likewise.
9811
9812 1999-02-05 Stephen Gildea <gildea@alum.mit.edu>
9813
9814 * time-stamp.el (time-stamp-format): Format doc tighter.
9815 (time-stamp-line-limit): 0 searches the entire buffer (careful!).
9816 (time-stamp): Don't re-write the time stamp if it didn't change.
9817
9818 1999-02-05 Alex Schroeder <asc@bsiag.com>
9819
9820 * progmodes/sql.el: Changed version to 1.2.1.
9821 (sql-pop-to-buffer-after-send-region): Improved documentation.
9822 (sql-mysql-program): Added MySQL support.
9823 (sql-prompt-length): Made prompt-length configurable.
9824 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
9825 (sql-help): Added MySQL support, changed documentation.
9826 (sql-send-region): A message is displayed if something is sent.
9827 (sql-mode): Added buffer-local comment-start.
9828 (sql-interactive-mode): Use sql-prompt-length to set left-margin.
9829 (sql-interactive-mode): Added buffer-local comment-start.
9830 (sql-oracle): Set sql-prompt-length.
9831 (sql-sybase): Set sql-prompt-length.
9832 (sql-mysql): Added MySQL support.
9833 (sql-ingres): Set sql-prompt-length.
9834 (sql-ms): Set sql-prompt-length.
9835 (sql-postgres): Set sql-prompt-length.
9836
9837 1999-02-04 Eli Zaretskii <eliz@gnu.org>
9838
9839 * term/internal.el (dos-codepage-setup): Set selection coding
9840 system to cpNNN-dos.
9841
9842 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9843
9844 * international/characters.el: Let ethiopic use iso-2022-7bit.
9845
9846 1999-02-02 Dave Love <fx@gnu.org>
9847
9848 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
9849 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
9850
9851 1999-02-02 Karl Heuer <kwzh@gnu.org>
9852
9853 * terminal.el (terminal-emulator): Doc fix.
9854
9855 1999-02-02 Ken'ichi Handa <handa@gnu.org>
9856
9857 * international/mule-util.el (compose-chars): Doc-string
9858 modified. Correctly handle a composition character in ARGS.
9859
9860 1999-02-01 Richard Stallman <rms@gnu.org>
9861
9862 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
9863 (makefile-menu-index-function): Function deleted.
9864 (makefile-mode): Use makefile-imenu-generic-expression.
9865
9866 1999-02-01 Geoff Voelker <voelker@cs.washington.edu>
9867
9868 * term/w32-win.el (w32-create-initial-fontsets): Back out previous
9869 change, invoke from before-init-hook.
9870
9871 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu>
9872
9873 * subr.el (remove-from-invisibility-spec): Cope with the case when
9874 buffer-invisibility-spec is t.
9875
9876 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu>
9877
9878 * calendar/calendar.el (calendar-mode-map): Fix bindings for
9879 appt-add and appt-delete.
9880
9881 1999-02-01 Eli Zaretskii <eliz@gnu.org>
9882
9883 * term/pc-win.el (msdos-approximate-color): New function.
9884 (msdos-color-translate): Call it to find a DOS color that best
9885 approximates an X-style "#NNNNNN" color specification.
9886
9887 1999-02-01 Ken'ichi Handa <handa@gnu.org>
9888
9889 * international/mule-util.el (compose-chars-component): Add
9890 autoload cookie.
9891
9892 1999-01-31 Ken'ichi Handa <handa@gnu.org>
9893
9894 * international/quail.el (quail-lookup-key): If cdr of MAP is a
9895 function, replace cdr of MAP by the return value of the function
9896 unconditionally.
9897
9898 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9899
9900 * progmodes/compile.el (compilation-next-error-locus): Don't
9901 decrease argument FIND-AT-LEAST of compilation-next-error-locus.
9902
9903 1999-01-31 Eli Zaretskii <eliz@gnu.org>
9904
9905 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
9906 and NLs before "charset", and allow the charset name be in double
9907 quotes.
9908
9909 1999-01-31 Richard Stallman <rms@gnu.org>
9910
9911 * imenu.el (imenu-sort-function): Fix custom type.
9912
9913 1999-01-30 Richard Stallman <rms@gnu.org>
9914
9915 * speedbar.el (speedbar-line-token): Match {...} instead of [...].
9916 (speedbar-line-token): Likewise.
9917
9918 * play/gametree.el (gametree-default-score): Use defcustom.
9919 (gametree-score-regexp, gametree-score-closer): Likewise.
9920 (gametree-score-manual-flag, gametree-score-opener): Likewise.
9921
9922 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9923
9924 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
9925 decoding.
9926
9927 1999-01-29 Markus Rost <rost@gnu.org>
9928
9929 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
9930 tex-validate-buffer.
9931 (plain-tex-mode, latex-mode, slitex-mode): Likewise.
9932 (tex-validate-buffer): Renamed from validate-tex-buffer. Works
9933 now with recent occur-mode.
9934 (tex-validate-region): Really walk through all Sexps.
9935 (tex-region): Bind shell-dirtrack-verbose.
9936 (tex-file, tex-bibtex-file): Likewise.
9937
9938 1999-01-29 Dave Love <fx@gnu.org>
9939
9940 * finder.el: (finder-commentary): Fix interactive spec. Try
9941 appending .el to file name.
9942 (finder-find-library, finder-commentary): Doc fixes.
9943
9944 1999-01-29 Andrew Innes <andrewi@gnu.org>
9945
9946 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
9947 where the userid contains directory separators.
9948
9949 1999-01-29 Dave Love <fx@gnu.org>
9950
9951 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
9952 (lm-commentary): Doc fix.
9953
9954 1999-01-29 Andreas Schwab <schwab@gnu.org>
9955
9956 * files.el (file-expand-wildcards): Never consider `.' and `..' a
9957 wildcard match. Fix regexp that tests if dirpart contains
9958 wildcard characters.
9959
9960 1999-01-28 Richard Stallman <rms@gnu.org>
9961
9962 * font-lock.el (font-lock-default-unfontify-region):
9963 If not font-lock-syntactic-keywords, don't remove syntax-table prop.
9964
9965 1999-01-27 Jason Rumney <jasonr@altavista.net>
9966
9967 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
9968 from FAMILY field.
9969 (w32-create-initial-fontsets): Do not use before-init-hook.
9970 (mouse-set-font): Document. Automatically create and use fontsets.
9971
9972 * dos-w32.el (direct-print-region-helper): Check for printer
9973 being t as well as a string.
9974
9975 1999-01-27 Kenichi Handa <handa@etl.go.jp>
9976
9977 * mail/rmail.el (rmail-decode-mime-charset): New variable.
9978 (rmail-mime-charset-pattern): New variable.
9979 (rmail-convert-to-babyl-format): Decode by MIME-charset if
9980 rmail-decode-mime-charset is non-nil.
9981
9982 1999-01-27 Ken'ichi Handa <handa@gnu.org>
9983
9984 * international/characters.el: Set category `q' for all characters
9985 in tibetan and tibetan-1-column.
9986
9987 1999-01-27 Andrew Innes <andrewi@gnu.org>
9988
9989 * frame.el (select-frame-by-name): Obey focus-follows-mouse.
9990 (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
9991
9992 1999-01-27 Dave Love <fx@gnu.org>
9993
9994 * international/mule-cmds.el (current-language-environment):
9995 Provide :link, :type (choices) and appropriate :get.
9996
9997 1999-01-27 Eli Zaretskii <eliz@gnu.org>
9998
9999 * startup.el (command-line): Set default eol-mnemonic-* strings to
10000 display end-of-line format in mode line.
10001
10002 * cus-start.el (all): Add eol-mnemonic-* variables.
10003
10004 1999-01-26 Dave Love <fx@gnu.org>
10005
10006 * startup.el (command-line-1): Up-date copyright.
10007
10008 * paths.el (Info-default-directory-list): Use configdir twice.
10009
10010 * info.el (Info-directory-list): Don't set path-separator now
10011 we're not shipped with Texinfo. Simplify path definition.
10012 Substitute all occurrences of instdir in Info-default-directory-list.
10013
10014 1999-01-25 Richard Stallman <rms@gnu.org>
10015
10016 * startup.el (normal-top-level-add-subdirs-to-load-path):
10017 Record the inode numbers of the dirs processed, to avoid loop.
10018
10019 * textmodes/tex-mode.el (tex-run-command): Doc fix.
10020
10021 1999-01-25 Dave Love <fx@gnu.org>
10022
10023 * browse-url.el (browse-url-netscape-program): Doc addition.
10024
10025 * help.el (help-make-xrefs): Default info references to an `(emacs)'
10026 prefix.
10027
10028 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
10029 auto-mode-alist.
10030
10031 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10032
10033 * calendar/diary-lib.el (mark-diary-entries): Use
10034 assoc-ignore-case and do not capitalize when matching month and
10035 day names.
10036
10037 * calendar/calendar.el (calendar-read-date): Ditto.
10038
10039 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
10040 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
10041
10042 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
10043
10044 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
10045
10046 * calendar/cal-islam.el (calendar-goto-islamic-date)
10047 (mark-islamic-diary-entries): Ditto.
10048
10049 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
10050
10051 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
10052 (calendar-read-mayan-tzolkin-date): Ditto.
10053
10054 * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
10055
10056 1999-01-22 Michael Ernst <mernst@alum.mit.edu>
10057
10058 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
10059
10060 1999-01-25 Karl Heuer <kwzh@gnu.org>
10061
10062 * faces.el (list-faces-display): Multiline case of previous fix.
10063
10064 1999-01-25 Andreas Schwab <schwab@gnu.org>
10065
10066 * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
10067
10068 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
10069
10070 * files.el (find-file): If find-file-noselect returns a list,
10071 do switch-to-buffer on each element.
10072 (find-file-other-window): Likewise for all but the first element.
10073 (find-file-other-frame): Same.
10074 (find-file-noselect): When we expand a wildcard, return a list
10075 of buffers.
10076
10077 1999-01-24 Eli Zaretskii <eliz@gnu.org>
10078
10079 * term/internal.el (dos-codepage-setup): Call prefer-coding-system
10080 to set the appropriate cpNNN-dos coding system as the
10081 highest-priority coding system.
10082
10083 1999-01-23 Ken'ichi Handa <handa@gnu.org>
10084
10085 * international/fontset.el (generate-fontset-menu): Return a
10086 sorted list by plain names of fontsets.
10087
10088 * international/mule-diag.el (list-fontsets): Sort fontsets by
10089 plain names.
10090
10091 * language/tibet-util.el (tibetan-vertical-stacking): If the arg
10092 FIRST is a composite character, decompose it at first.
10093
10094 1999-01-23 Dave Love <fx@gnu.org>
10095
10096 * format.el: Doc fixes.
10097 (format-encode-run-method): Have things happen in the right buffer.
10098 Deal with errors from method. Set coding-system-for-write.
10099 (format-decode-run-method): Have things happen in the right buffer.
10100 Deal with errors from method. Set coding-system-for-read.
10101 (format-alist): Use nil instead of unmatchable regexps.
10102
10103 * simple.el (shell-command-on-region): Return command's exit status.
10104
10105 1999-01-23 Eric Ludlam <zappo@gnu.org>
10106
10107 * speedbar.el (speedbar-item-info-file-helper): Add optional arg
10108 of the file whose info we want to display.
10109 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
10110 (speedbar-add-mode-functions-list) Improve doc.
10111 (speedbar-line-token) New function.
10112 (speedbar-dired) Fix order of directories in -shown-directories.
10113 (speedbar-line-path): Default return is default-directory
10114 (speedbar-buffers-line-path): Return is dir name only.
10115 (speedbar-mode-functions-list): New variable.
10116 (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
10117 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
10118 speedbar-files-item-info speedbar-buffers-item-info): New functions.
10119 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
10120 New functions.
10121 (speedbar-line-file): Broke out part that fetches file from a line.
10122 (speedbar-line-text): New function extracted from speedbar-line-file.
10123 (speedbar-line-path): Converted into a replaceable function.
10124 (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
10125
10126 1999-01-23 Ken'ichi Handa <handa@gnu.org>
10127
10128 * international/fontset.el (create-fontset-from-x-resource): Make
10129 style variants.
10130
10131 1999-01-22 Dave Love <fx@gnu.org>
10132
10133 * paths.el (Info-default-directory-list): Put sysdir after start.
10134
10135 1999-01-22 Sam Steingold <sds@goems.com>
10136
10137 * midnight.el (clean-buffer-list): Do not kill a buffer if it has
10138 a process associated with it.
10139
10140 1999-01-22 Jason Rumney <jasonr@altavista.net>
10141
10142 * term/w32-win.el (w32-standard-fontset-spec): Simplified.
10143
10144 1999-01-22 Felix Lee <flee@cygnus.com>
10145
10146 * vc.el (vc-annotate-display): Delete old overlays. Fix check for
10147 major-mode.
10148 (vc-annotate-mode): Delete variable.
10149
10150 1999-01-22 Andrew Innes <andrewi@gnu.org>
10151
10152 * startup.el (command-line): [windows-nt]: Check for existence of
10153 .emacs file so as to notice .emacs.el or .emacs.elc and use them
10154 in preference to _emacs.
10155
10156 1999-01-22 Dave Love <fx@gnu.org>
10157
10158 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
10159
10160 1999-01-20 Richard Stallman <rms@gnu.org>
10161
10162 * files.el (find-file-noselect): Do wildcard processing only
10163 if new arg WILDCARDS is non-nil.
10164 (find-file, find-file-other-window): New arg WILDCARDS.
10165 Default it to non-nil if interactive.
10166 (find-file-other-frame): Likewise.
10167 (find-file-read-only): Likewise.
10168 (find-file-read-only-other-window): Likewise.
10169 (find-file-read-only-other-frame): Likewise.
10170
10171 * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
10172 (widget-plist-convert-option): Delete spurious comma.
10173
10174 1999-01-19 Jason Rumney <jasonr@altavista.net>
10175
10176 * term/w32-win.el (w32-standard-fontspec-spec): Change
10177 iso8859-5 to koi8-r. Add iso8859-9.
10178
10179 1999-01-19 Dave Love <fx@gnu.org>
10180
10181 * browse-url.el (browse-url-maybe-new-window): Delete macro and
10182 its uses.
10183
10184 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
10185 is active.
10186 (fortran-indent-subprogram): Likewise.
10187
10188 1999-01-19 Dave Love <d.love@dl.ac.uk>
10189
10190 * paths.el (Info-default-directory-list): Perhaps add /usr/info.
10191
10192 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
10193
10194 * wid-edit.el (alist): Use sexp as default key-type.
10195
10196 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10197
10198 * textmodes/tex-mode.el (tex-define-common-keys):
10199 Remove key binding of tex-feed-input.
10200 (tex-mode-map): Bind tex-feed-input here.
10201 (tex-start-shell): Use compilation-shell-minor-mode. Set
10202 comint-input-filter-functions before running tex-shell-hook.
10203 (tex-start-tex): Forget compilation errors.
10204 (tex-compilation-parse-errors): Rewritten to work also with
10205 compile-mouse-goto-error and compile-goto-error. Adjusted to
10206 change in tex-region.
10207 (tex-region): For the temp file use file-name without directory.
10208 (tex-file): Expand file name of tex-print-file.
10209
10210 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10211
10212 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call.
10213
10214 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no>
10215
10216 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
10217 beginning could cause Emacs to hang. Fixed.
10218
10219 1999-01-18 Ken'ichi Handa <handa@gnu.org>
10220
10221 * international/ccl.el (ccl-compile-translate-character): Handle
10222 the case that a tranlation table is CCL register correctly.
10223
10224 * international/mule-cmds.el (select-safe-coding-system):
10225 Hightlight at most 256 characters.
10226
10227 1999-01-18 Dave Love <fx@gnu.org>
10228
10229 * startup.el (command-line): If the init file changes operation to
10230 unibyte, make all buffers unibyte and re-set language environment.
10231
10232 * disp-table.el (standard-display-european): Make all existing
10233 buffers unibyte. Fix doc.
10234
10235 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu>
10236
10237 * wid-edit.el (coding-system): Define this unconditionally.
10238
10239 * simple.el (shell-command-on-region-default-error-buffer): New var.
10240 (shell-command-on-region): Use that variable as interactive
10241 value of ERROR-BUFFER argument.
10242
10243 1999-01-17 Sam Steingold <sds@goems.com>
10244
10245 * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
10246
10247 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10248
10249 * progmodes/compile.el (compilation-goto-locus): If already in the
10250 compilation buffer's window, keep it in that window.
10251 (compile-mouse-goto-error): Add Doc. Don't play with windows.
10252 (compile-goto-error): Don't play with windows.
10253
10254 * textmodes/tex-mode.el (latex-run-command): Doc fix.
10255 (tex-command): Doc fix.
10256 (tex-compilation-parse-errors): Doc fix.
10257 (tex-generate-zap-file-name): Don't start the name with -.
10258 (tex-expand-files): Works now also with strings ending with ":".
10259
10260 1999-01-17 Ian T Zimmerman <itz@transbay.net>
10261
10262 Patch failed to install:
10263 * gametree.el: Document scoring functionality.
10264 (gametree-score-regexp): Add optional plus sign.
10265 (gametree-score-opener): Replace `:' with `=' as the former
10266 conflicts with gametree-half-ply-regexp.
10267 (gametree-transpose-following-leaves): Add.
10268 (gametree-insert-new-leaf): Make modifying commands barf in read
10269 only buffers.
10270 (gametree-break-line-here): Add a call to
10271 `gametree-transpose-following-leaves'. This maintains the
10272 necessary invariant that on each level all leaf children precede
10273 all nonleaf children. This has always been implied, but left to
10274 the user, and, unfortunately, undocumented.
10275
10276 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk>
10277
10278 * wid-edit.el (plist, alist): New widget types.
10279
10280 1999-01-17 Dave Love <fx@gnu.org>
10281
10282 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
10283 fix scope of condition-case therein.
10284
10285 1999-01-17 Andrew Innes <andrewi@gnu.org>
10286
10287 * dos-w32.el: (find-buffer-file-type-coding-system): Use
10288 default-buffer-file-coding-system when file doesn't exist (and
10289 isn't covered by a special case) instead of forcing undecided-dos
10290 against the user's wishes.
10291
10292 * dos-w32.el (direct-print-region-helper): New function based on
10293 direct-print-region-function; sends data to specified printer port
10294 without further translation. Recognize and handle specially the
10295 standard `print' and `nprint' programs, as well as `lpr' and
10296 similar programs. Only write directly to the printer port if no
10297 print program is specified. Work around a bug in Windows 9x
10298 affecting Win32 version of Emacs by invoking command.com to write
10299 to the printer port instead of writing directly.
10300 (direct-print-region-function): Use direct-print-region-helper to
10301 do most of the work.
10302 (direct-ps-print-region-function): New function; analogue of
10303 direct-print-region-function for ps-print.
10304 (ps-lpr-command): Comment out setq; leave as example usage.
10305 (ps-lpr-switches): Ditto.
10306
10307 * lpr.el: (printer-name): Update docstring about usage on MS-DOS
10308 and MS-Windows.
10309 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
10310 DOS and Windows platforms, to indicate direct printing. Update
10311 the docstring accordingly.
10312
10313 * ps-print.el: (ps-printer-name): Update docstring about usage on
10314 MS-DOS and MS-Windows.
10315 (ps-lpr-command): Update docstring as for lpr-command.
10316 (ps-print-region-function): New variable.
10317 (ps-do-despool): Use it.
10318 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
10319 DOS/Windows.
10320
10321 * subr.el (subst-char-in-string): New function.
10322
10323 1999-01-17 Eli Zaretskii <eliz@gnu.org>
10324
10325 * international/codepage.el (cp852-decode-table): Fill a nil entry.
10326
10327 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
10328 (bdf-find-font-info): New function, looks for the first readable
10329 file from a list of alternatives.
10330 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
10331 instead of bdf-get-font-info.
10332 (bdf-generate-glyphs): If font-name is a cons cell, pass its car
10333 to ps-mule-generate-bitmap-glyph.
10334
10335 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
10336 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can
10337 now be a list of alternative names.
10338 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
10339 (ps-mule-prepare-font): Likewise.
10340
10341 * international/codepage.el (cp855-decode-table,
10342 cp850-decode-table): Fill some nil entries.
10343
10344 1999-01-16 Dave Love <fx@gnu.org>
10345
10346 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
10347 last change.
10348
10349 1999-01-15 Dave Love <fx@gnu.org>
10350
10351 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
10352 and change regexp for command names.
10353 (help-xref-go-back, function-called-at-point, symbol-file)
10354 (where-is): Doc fixes.
10355 (help-xref-go-back): Remove interactive spec.
10356 (describe-function-1): Fix message for alias. Buttomize alias
10357 name.
10358
10359 * simple.el (join-line): New alias.
10360
10361 1999-01-15 Johan Vromans <jvromans@squirrel.nl>
10362
10363 * forms.el: (forms--show-record): Convert integers to string
10364 expicitly since concat will no longer accept integers.
10365 (forms-print): Use local `total-nb-records' since
10366 `forms--total-records' will be inaccessible after buffer switching.
10367
10368 1998-01-14 Felix Lee <flee@cygnus.com>
10369
10370 * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
10371
10372 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu>
10373
10374 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
10375
10376 1999-01-14 Eli Zaretskii <eliz@gnu.org>
10377
10378 * international/codepage.el (cp850-decode-table): Fix previous change.
10379
10380 1999-01-14 Simon Marshall <simon@gnu.org>
10381
10382 * shell.el (shell-dirtrack-verbose): New custom variable.
10383 (shell-dirstack-message): Use it.
10384
10385 1999-01-14 Kenichi Handa <handa@etl.go.jp>
10386
10387 * international/mule-conf.el: Coding system alias `dos' for
10388 `undecided-dos', `mac' for `undecided-mac'.
10389
10390 * international/mule-cmds.el (describe-language-environment):
10391 Don't alter input-method-alist.
10392
10393 1999-01-13 Eli Zaretskii <eliz@gnu.org>
10394
10395 * international/codepage.el (cp850-decode-table): Replace nil
10396 entries with codes of similary looking glyphs. (Suggested by
10397 Jason Rumney <jasonr@altavista.net>.)
10398
10399 1999-01-13 Dave Love <fx@gnu.org>
10400
10401 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
10402
10403 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
10404
10405 1999-01-12 Karl Heuer <kwzh@gnu.org>
10406
10407 * files.el (auto-save-hook): Defvar this.
10408
10409 1999-01-12 Alex Schroeder <asc@bsiag.com>
10410
10411 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
10412 faces, eliminating the need to load font-lock before loading sql.
10413 (sql-mode-oracle-font-lock-keywords): Likewise.
10414 (sql-mode-postgres-font-lock-keywords): Likewise.
10415
10416 1999-01-11 Dave Love <fx@gnu.org>
10417
10418 * cus-start.el: Add inhibit-eol-conversion.
10419
10420 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
10421 the values round.
10422
10423 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu>
10424
10425 * help.el (help-mode-finish): Renamed from help-mode-maybe.
10426 Don't switch to Help mode here.
10427 (temp-buffer-setup-hook): Use help-mode-finish.
10428 (help-mode-setup): New function.
10429 (temp-buffer-setup-hook): Use help-mode-setup.
10430
10431 * progmodes/sql.el: New file.
10432
10433 * files.el (auto-mode-alist): Add sql-mode.
10434
10435 * faces.el (list-faces-display): Improve the formatting
10436 by computing the maximum length required for any face-name.
10437
10438 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10439
10440 * progmodes/compile.el (compilation-shell-minor-mode): New function.
10441
10442 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu>
10443
10444 * term.el (term_send_home): Change the string to
10445 be the same as the one emitted by xterm and consistent with the
10446 ones emitted by prior and next.
10447 (term_send_end): Likewise.
10448
10449 1999-01-10 Dave Love <fx@gnu.org>
10450
10451 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
10452 bindings.
10453
10454 1999-01-10 Eli Zaretskii <eliz@gnu.org>
10455
10456 * international/codepage.el (codepage-setup): Doc fix.
10457 (cp-decoding-vector-for-codepage): Likewise.
10458
10459 1999-01-10 Markus Rost <rost@gnu.org>
10460
10461 * cus-edit.el (custom-save-delete): First scan the custom-file.
10462
10463 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu>
10464
10465 * international/iso-transl.el: Define a "function name" for
10466 each translation that isn't ASCII. Use these function names
10467 in iso-transl-char-map.
10468
10469 1999-01-08 Kenichi Handa <handa@etl.go.jp>
10470
10471 * international/mule-util.el (decompose-region): Do decomposition
10472 on temporary unibyte buffer.
10473
10474 * international/mule.el (make-char): Doc-string modified.
10475
10476 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu>
10477
10478 * simple.el (comment-region): Delete spaces only if we
10479 deleted a comment starter.
10480
10481 1999-01-07 Dave Love <fx@gnu.org>
10482
10483 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
10484
10485 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
10486 like eval-defun does.
10487
10488 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
10489
10490 * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
10491 constructions. Doc fixes.
10492 (generic-create-generic-function): Use defalias, not fset.
10493
10494 * find-func.el: More doc fixes.
10495
10496 1999-01-06 Stephen Eglen <stephen@gnu.org>
10497
10498 * files.el (save-buffers-kill-emacs): Show the list of current
10499 processes before prompting to kill them and exit.
10500
10501 1999-01-06 Dave Love <fx@gnu.org>
10502
10503 * emacs-lisp/find-func.el: Doc fixes.
10504 (find-function-regexp): Extend for define-generic-mode,
10505 define-derived-mode, easy-mmode-define-minor-mode.
10506
10507 1999-01-06 Dave Love <fx@gnu.org>
10508
10509 * progmodes/fortran.el (fortran-window-create): Account for scroll
10510 bar width.
10511
10512 * browse-url.el: Require (noerror) w3-auto when compiling.
10513 (browse-url-maybe-new-window): Make it a macro and revert last
10514 change to callers.
10515 (browse-url-w3): Require w3 for w3-fetch-other-window.
10516
10517 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10518
10519 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
10520 argument.
10521
10522 1999-01-06 Simon Marshall <simon@gnu.org>
10523
10524 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix.
10525
10526 * font-lock.el (font-lock-default-fontify-buffer): When using
10527 with-temp-message, use nil rather than current-message.
10528
10529 * lazy-lock.el (lazy-lock-unstall):
10530 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
10531 rather than current-message.
10532
10533 * fast-lock.el (fast-lock-save-cache-1):
10534 (fast-lock-cache-data): When using with-temp-message, use nil rather
10535 than current-message.
10536
10537 1999-01-06 Eli Zaretskii <eliz@gnu.org>
10538
10539 * international/codepage.el (cp-coding-system-for-codepage-1): Add
10540 the valid-codes property.
10541
10542 * international/mule-cmds.el (prefer-coding-system): Call
10543 set-coding-priority, so that the internal array of priorities is
10544 also updated.
10545
10546 * international/mule-util.el:
10547 (coding-system-change-eol-conversion,
10548 coding-system-change-text-conversion): Don't define here.
10549
10550 * international/mule-cmds.el: Define them here. Remove the
10551 autoload cookies.
10552
10553 1999-01-06 Andreas Schwab <schwab@gnu.org>
10554
10555 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
10556 if it was enabled before.
10557
10558 * view.el (View-revert-buffer-scroll-page-forward): Bind
10559 view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
10560
10561 * files.el (recover-session): Preserve point when inserting
10562 explanation.
10563
10564 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu>
10565
10566 * cus-edit.el (custom-save-delete): Don't delete whitespace
10567 and comments before the sexp that is replaced.
10568
10569 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10570
10571 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
10572
10573 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de>
10574
10575 * vc.el (vc-dired-hook): Use the original value of
10576 dired-move-to-filename-regexp on lines that have not been
10577 reformatted yet.
10578 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
10579 file lines have already been reformatted.
10580
10581 1999-01-05 Dave Love <fx@gnu.org>
10582
10583 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
10584 buffer-local.
10585
10586 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se>
10587
10588 * progmodes/f90.el: Change of regular expressions for type to
10589 correct highlighting and identation. Some small fixes for
10590 compatibility with XEmacs.
10591
10592 1999-01-05 Stephen Eglen <stephen@gnu.org>
10593
10594 * mspools.el (mspools-vm-system-mail): Provide an alternative
10595 value based on rmail-spool-directory if $MAIL is not defined.
10596
10597 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
10598
10599 * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
10600 (reftex-section-info): Handle negative section levels.
10601 (reftex-view-crossref-extra): New option.
10602 (reftex-view-crossref): Generalized to work in more places.
10603 (reftex-find-citation-regexp-format, reftex-find-reference-format,
10604 reftex-macros-with-labels, reftex-global-search-marker): New variables.
10605 (reftex-view-cite-locations-from-bibtex): New command.
10606 (reftex-view-regexp-match, reftex-global-search,
10607 reftex-global-search-continue): New functions.
10608 (reftex-extract-bib-entries): No error for non-existing BibTeX
10609 file, just a message.
10610 (reftex-extract-bib-entries): Better error handling.
10611 (reftex-select-with-char): Use `*RefTeX Select*' for selection
10612 help and force it on current frame.
10613 (reftex-default-bibliography): New function.
10614 (reftex-access-parse-file): Check consistency after loading a
10615 parse file. When inconsistent, enfore rescan.
10616 (reftex-check-parse-consistency): New function.
10617 (easy-menu-define): Options section drastically shortened.
10618
10619 1999-01-05 Kenichi Handa <handa@etl.go.jp>
10620
10621 * language/thai-util.el (thai-compose-string): New function.
10622
10623 1999-01-04 Inge Frick <inge@nada.kth.se>
10624
10625 * easymenu.el (easy-menu-define): Doc fix.
10626 (easy-menu-create-menu): New keyword :included.
10627 (easy-menu-do-add-item): New keyword :included. SUFFIX may
10628 be an expression, not only a string. Simulate style `button'.
10629 Use easy-menu-define-key-intern instead of easy-menu-define-key.
10630 (easy-menu-define-key-intern): New function.
10631 (easy-menu-add-item): Understand value returned from
10632 easy-menu-item-present-p and easy-menu-remove-item.
10633 (easy-menu-return-item): New function.
10634 (easy-menu-item-present-p, easy-menu-remove-item): Use it.
10635
10636 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu>
10637
10638 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
10639 Use rmail-output-read-rmail-file-name to read the file name.
10640 Always call rmail-output-to-rmail-file noninteractively.
10641 When count > 1, do the loop here.
10642 Handle rmail-delete-after-output here.
10643 (rmail-summary-output): Similar changes.
10644
10645 * mail/rmailout.el: Provide `rmailout'.
10646 (rmail-output-read-rmail-file-name): New function.
10647 (rmail-output-to-rmail-file): Use that.
10648 (rmail-output-read-file-name): New function.
10649 (rmail-output): Use that.
10650
10651 * files.el (find-file-noselect): Let /: suppress wildcard matching.
10652 Error if wildcard matches no files.
10653
10654 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu>
10655
10656 * menu-bar.el (clipboard-yank): Doc fix.
10657
10658 * info.el (Info-insert-dir): Chase symlinks for file-attributes.
10659
10660 1998-12-31 Markus Rost <rost@delysid.gnu.org>
10661
10662 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
10663
10664 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk>
10665
10666 * rmail.el (rmail-encode-string): Make sure mask value is
10667 positive; (emacs-pid) returns a negative number on Windows 9x
10668 which causes odd behaviour.
10669
10670 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org>
10671
10672 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
10673 and about w32-* variables unless on Windows/NT.
10674
10675 1998-12-31 Boris Goldowsky <boris@alum.mit.edu>
10676
10677 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
10678 if buffer is modified; ask about all modified buffers.
10679
10680 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu>
10681
10682 * simple.el (what-cursor-position): Fix previous change.
10683
10684 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu>
10685
10686 * mail/sendmail.el (mail-mode): Eliminate ambiguous match
10687 from paragraph-start.
10688
10689 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
10690
10691 * international/mule-cmds.el (prefer-coding-system): If the
10692 argument requires specific EOL conversion type, make the default
10693 coding systems use that.
10694
10695 1998-12-30 Drew Csillag <drew_csillag@geocities.com>
10696
10697 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
10698 Use shell-command-on-region.
10699 (m4-start-m4, m4-end-m4): Functions deleted.
10700
10701 1998-12-30 Michael Ernst <mernst@alum.mit.edu>
10702
10703 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
10704
10705 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10706
10707 * browse-url.el (browse-url-mail): Give argument SEND-ACTION
10708 to compose-mail in the correct places and as a list.
10709
10710 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp>
10711
10712 * page-ext.el: Added mouse-selection feature for pages directory buffer.
10713 (pages-directory-map): Bind mouse-2
10714 (pages-copy-header-and-position): Put text property.
10715 (pages-directory-goto-with-mouse): New function.
10716
10717 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org>
10718
10719 * international/codepage.el (cp-make-coding-systems-for-codepage):
10720 Doc fix.
10721 (cp-coding-system-for-codepage-1): Likewise.
10722
10723 1998-12-29 Kenichi Handa <handa@etl.go.jp>
10724
10725 * language/thai-util.el (thai-post-read-conversion): Handle Thai
10726 composition sequence correctly here instead of calling
10727 thai-compose-region.
10728
10729 * textmodes/fill.el (fill-region-as-paragraph): While deleting a
10730 newline in multibyte buffer, if previous or next character is a
10731 composite char, check the first component of the composite char.
10732
10733 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org>
10734
10735 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
10736 and track-mouse.
10737
10738 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10739
10740 * mail/sendmail.el (mail-yank-original): Remove text properties
10741 after insertion.
10742 (mail-yank-region): Barf if no mark is set in the message
10743 being replied to.
10744
10745 * help.el (function-called-at-point): First look for function at point.
10746
10747 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu>
10748
10749 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
10750
10751 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10752
10753 * simple.el (what-cursor-position): Print character encoding also.
10754
10755 1998-12-26 Dave Love <fx@gnu.org>
10756
10757 * textmodes/flyspell.el: If local-maps work, don't put
10758 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
10759 in flyspell-mouse-map (only).
10760 (flyspell-use-local-map): New variable.
10761 Use a different mouse-2 binding in that case,
10762 and don't add to minor-mode-map-alist.
10763 (make-flyspell-overlay, flyspell-correct-word):
10764 Test flyspell-use-local-map.
10765
10766 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10767
10768 * files.el (file-expand-wildcards): Handle wildcards in directory name.
10769 Be careful about whether to return a relative file name,
10770 and if so, relative to what directory.
10771
10772 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
10773
10774 * emacs-lisp/easymenu.el (easy-menu-get-map):
10775 Change global map only if this menu exists in the global map already,
10776 and not in the local map.
10777 (easy-menu-do-add-item): Fix error message.
10778
10779 * foldout.el (foldout-inhibit-key-bindings):
10780 Avoid concatenating onto outline-minor-mode-prefix.
10781 Make a new keymap for that prefix, if it does not already have one.
10782
10783 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu>
10784
10785 * cperl-mode.el:
10786 Can use linear algorithm for indentation if Emacs supports it.
10787 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp.
10788 (cperl-after-block-p): Likewise.
10789 (cperl-after-block-and-statement-beg): Likewise.
10790 (cperl-after-block-p): After END/BEGIN we are a block.
10791 (cperl-after-expr-p): Skip labels when checking
10792 (cperl-indent-region): Make a marker for END - text added/removed.
10793 Disable hooks during the call (how to call them later?).
10794 Now indents 820-line-long function in 6.5 sec (including
10795 syntaxification) the first time (when buffer has few
10796 properties), 7.1 sec the second time.
10797 (cperl-indent-region): Do not indent whitespace lines
10798 (cperl-style-alist)
10799 Include `cperl-merge-trailing-else' where the value is clear.
10800 (cperl-styles-entries): Likewise.
10801 (cperl-problems): Improvements to docs.
10802 (cperl-tips): Likewise.
10803 (cperl-non-problems): Likewise.
10804 (cperl-mode): Make lazy syntaxification possible.
10805 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
10806 `font-lock-unfontify-region-function' was set to a wrong function.
10807
10808 (cperl-find-pods-heres): Safe a position in buffer where it is safe to
10809 restart syntaxification. Changed so that -d ?foo? is a RE. Do
10810 not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
10811 but 1<<6 was considered as HERE-doc.
10812 <file/glob> made into a string.
10813 Postpone addition of faces after syntactic step.
10814 Recognition of <FH> was wrong.
10815 Highlight `gem' in s///gem as a keyword. `qr' recognized.
10816 Knows that split// is null-RE.
10817 Highlights separators in 3-parts expressions as labels.
10818 <> was considered as a glob.
10819 Would err if the last line is `=head1'.
10820 $a-1 ? foo : bar; was a considered a regexp.
10821 `<< (' was considered a start of HERE-doc.
10822 mark qq[]-etc sections as syntax-type=string
10823 Was not processing sub protos after a comment ine.
10824 Was treating $a++ <= 5 as a glob.
10825 Tolerate unfinished REx at end-of-buffer.
10826 `unwind-protect' was left commented.
10827 / and ? after : start a REx.
10828
10829 (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
10830 Better default, customizes to `message' too, off in text-mode.
10831
10832 (cperl-array-face): Renamed from `font-lock-emphasized-face',
10833 `defface'd.
10834 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
10835 `defface'd.
10836 (cperl-emacs-can-parse): New state variable.
10837 (cperl-indent-line): Corrected to use global state.
10838 (cperl-calculate-indent): Likewise.
10839 (cperl-fix-line-spacing): Likewise (not used yet).
10840 (cperl-calculate-indent): Did not consider `,' as
10841 continuation mark for statements.
10842 (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
10843 Remove another parse-data optimization at toplevel: would
10844 indent correctly.
10845 Correct for labels when calculating indentation of continuations.
10846 Docstring updated.
10847 (cperl-choose-color): Converted to a function (to be
10848 compilable in text-mode).
10849 (cperl-dark-background): Disable without window-system.
10850 Do `defface' only if window-system.
10851 (cperl-fix-line-spacing): Sped up to bail out early.
10852 (x-color-defined-p): Was not compiling on XEmacs
10853 Was defmacro'ed with a tick. Remove another def.
10854 (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
10855 (cperl-unwind-to-safe): New function.
10856 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
10857 (cperl-fontify-syntaxically): Unwinds start and end to go out of
10858 long strings (not very successful).
10859 (cperl-forward-re): Highlight the trailing / in s/foo// as string.
10860 Highlight the starting // in s//foo/ as function-name.
10861 Emit a meaningful error instead of a cryptic one for an
10862 uncomplete REx near end-of-buffer.
10863
10864 (cperl-electric-keyword): `qr' recognized.
10865 (cperl-electric-else): Likewise
10866 (cperl-to-comment-or-eol): Likewise
10867 (cperl-make-regexp-x): Likewise
10868 (cperl-init-faces): Likewise, and `lock' (as overridable?).
10869 Corrected to use new macros;
10870 `if' for copying `reference-face' to `constant-face' was backward.
10871 remove init `font-lock-other-emphasized-face',
10872 `font-lock-emphasized-face', `font-lock-keyword-face'.
10873 Interpolate `cperl-invalid-face'.
10874 (cperl-make-regexp-x): Misprint in a message.
10875 (cperl-syntaxify-unwind): New configuration variable
10876 (cperl-fontify-m-as-s): New configuration variable
10877 (cperl-electric-pod): Check for after-expr was performed
10878 inside of POD too.
10879 (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
10880 (cperl-clobber-mode-lists): New configuration variable.
10881 (cperl-not-bad-style-regexp): Updated.
10882 Init: `cperl-is-face' was busted.
10883 (cperl-make-face): New macros.
10884 (cperl-force-face): New macros.
10885 (font-lock-other-type-face): Done via `defface' too.
10886 (cperl-nonoverridable-face): New face. Renamed from
10887 `font-lock-other-type-face'.
10888 (cperl-init-faces-weak): Use `cperl-force-face'.
10889 (cperl-comment-indent): Commenting __END__ was not working.
10890 (cperl-indent-for-comment): Likewise.
10891 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'.
10892 When removing old TAGS info was not relativizing filename.
10893 (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
10894 Another try to work around XEmacs problems. Better progress messages.
10895 (toplevel): Require custom unprotected => failure on 19.28.
10896 (cperl-xemacs-p): Defined when compile too
10897 (cperl-find-tags): Was writing line/pos in a wrong order,
10898 pos off by 1 and not at beg-of-line.
10899 (cperl-etags-snarf-tag): New macro
10900 (cperl-etags-goto-tag-location): New macro
10901 (cperl-version): New variable. New menu entry
10902 random docstrings: References to "future" 20.3 removed.
10903 Menu was described as `CPerl' instead of `Perl'
10904 (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
10905 (cperl-toggle-construct-fix): Was toggling to t instead of 1.
10906 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face'
10907 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
10908 `font-lock-reference-face', `font-lock-keyword-face'.
10909 Use `eval-after-load'.
10910 Remove not-CPerl-related faces.
10911 (cperl-tips-faces): New variable and an entry into Mini-docs.
10912 (cperl-indent-exp): Was not processing else-blocks.
10913 (cperl-get-state): NOP line removed.
10914 (cperl-ps-print): New function and menu entry.
10915 (cperl-ps-print-face-properties): New configuration variable.
10916 (cperl-invalid-face): New configuration variable.
10917 (perl-font-lock-keywords): Highlight trailing whitespace
10918 (cperl-contract-levels): Documentation corrected.
10919 (cperl-contract-level): Likewise.
10920 (cperl-ps-extend-face-list): New macro.
10921 (cperl-invalid-face): Change to ''underline.
10922
10923 1998-12-25 Markus Rost <rost@delysid.gnu.org>
10924
10925 * mail/rmailout.el (rmail-output): Abbreviate name of default-file
10926 for read-file-name.
10927 (rmail-output-to-rmail-file): Likewise.
10928
10929 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
10930
10931 * emacs-lisp/easymenu.el (easy-menu-get-map):
10932 If MENU is nil, use global menu-bar map.
10933 (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
10934 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
10935
10936 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10937
10938 * ps-mule.el (ps-mule-begin-job): Programming uniformization.
10939
10940 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10941
10942 * ps-print.el (ps-print-version): New version number (4.1.3).
10943
10944 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org>
10945
10946 * international/mule-cmds.el: Use make-sparse-keymap instead of
10947 define-prefix-key when defining MULE menu items.
10948
10949 * info.el (Info-node-at-bob-matching): New function.
10950 (Info-find-node, Info-build-node-completions): Call it.
10951
10952 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org>
10953
10954 * help.el (describe-function-1): Say "keymap", not "Lisp macro",
10955 when this is an autoloaded keymap.
10956
10957 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org>
10958
10959 * international/codepage.el (cp-coding-system-for-codepage-1):
10960 Create separate encoders and decoders, for DOS and Unix. Make the
10961 usual family of 3 coding systems, so that automatic detection of
10962 EOL type works.
10963 (cp-make-coding-systems-for-codepage): Don't intern DOS- and
10964 Unix-specific symbols here, and don't call
10965 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi
10966 Handa <handa@etl.go.jp>.)
10967
10968 * dos-vars.el (dos-codepage-setup-hook): New defcustom.
10969
10970 * term/internal.el (IT-character-translations): New variable, an
10971 alist used to display characters for which there's no glyphs in
10972 the current codepage.
10973 (IT-display-table-setup): New function, sets up the DOS terminal
10974 for a given codepage.
10975 (dos-codepage-setup): New function, sets up the MULE environment
10976 for the current value of dos-codepage.
10977 (top-level if): In the multibyte mode, turn on
10978 unibyte-display-via-language-environment. In the unibyte mode,
10979 set up the special syntax tables to map lower- to upper case and
10980 back.
10981
10982 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org>
10983
10984 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
10985 (speedbar-frame-plist) Remove useless comments.
10986 (speedbar-frame-mode) Do not specify height if it is in the param list.
10987 Use default y position w/out changing it.
10988 If default x position is a list, keep, calculate the non-list X
10989 value when devining an initial position.
10990 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
10991 (speedbar-tag-group-name-minimum-length): New variable.
10992 (speedbar-frame-parameter): New compatibility function.
10993 (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
10994 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
10995 groups to keep things in the right order, and to help with some
10996 naming conventions.
10997 (speedbar-create-tag-hierarchy): Enable buffer local version of
10998 `speedbar-tag-hierarchy-method' in the buffer we are tagging.
10999 (speedbar-line-path) Make DEPTH param optional. Devine it if absent.
11000 the case, derive it from the cursor location in speedbar.
11001
11002 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
11003
11004 * international/mule-cmds.el (set-language-environment): On MS-DOS
11005 terminals, install DOS-specific nonascii-translation-table if the
11006 language info doesn't specify one. Pass the default eol-type to
11007 set-language-environment-coding-systems.
11008 (set-default-coding-systems): Copy the eol-type property for the
11009 new default values of {buffer-file,process}-coding-system from the
11010 old defaults.
11011 (set-language-environment-coding-systems): Accept an optional
11012 argument EOL-TYPE, and set the eol-type property of the default
11013 coding systems accordingly.
11014 (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
11015 (set-keyboard-coding-system): Likewise.
11016 (set-default-coding-systems): Don't set
11017 default-terminal-coding-system on MS-DOS to anything but nil.
11018 (prefer-coding-system): Describe in the doc string that
11019 default-terminal-coding-system is not changed on MS-DOS.
11020 (set-language-environment): For MS-DOS, set standard syntax table
11021 and display table for all characters with code above 127.
11022 (standard-display-european-internal): For MS-DOS, pass all
11023 characters with code above 127 directly to the terminal, and don't
11024 remap characters 160 and 146 in the unibyte case.
11025
11026 * international/codepage.el: New file.
11027
11028 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11029
11030 * diary-lib.el (diary-float): Fix end-of-year error and typos in
11031 comments.
11032
11033 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
11034
11035 * map-ynp.el (map-y-or-n-p): Ignore input methods.
11036
11037 * subr.el (read-passwd): Likewise.
11038
11039 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org>
11040
11041 * info.el (Info-find-node): Add 1 to the position read from the
11042 tag table. Don't fail if the node delimiter ^_ is the first
11043 character in the file.
11044 (Info-insert-dir): Don't fail when the node delimiter ^_ is the
11045 first character in the file.
11046 (Info-read-subfile): Likewise.
11047 (Info-select-node): Likewise.
11048 (Info-build-node-completions): Likewise.
11049
11050 1998-12-16 Richard Stallman <rms@gnu.org>
11051
11052 * term/x-win.el (x-cut-buffer-or-selection-value):
11053 If clipboard is enabled, try it before PRIMARY selection.
11054
11055 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11056
11057 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
11058 insert c-cedilla and C-cedilla respectively, like in latin-1.
11059
11060 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org>
11061
11062 * language/hebrew.el: Don't use sublists in the flags argument
11063 passed to make-coding-system.
11064
11065 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11066
11067 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
11068 list of character sets found by find-charset-region.
11069
11070 * ps-mule.el: Always require ps-print. Move some function
11071 definitions for Emacs 20.2 and the earlier to ps-print.el.
11072 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
11073
11074 * ps-print.el: Define several functions for Emacs 20.2 and the
11075 earlier version.
11076 (ps-printer-name): Check if printer-name is bound.
11077
11078 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11079
11080 * ps-mule.el: Programming uniformization and little code improvement.
11081 (ps-mule-prepare-font): Programming uniformization.
11082 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
11083 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
11084
11085 * ps-bdf.el: Programming uniformization and little code improvement.
11086 (bdf-search-and-read): New fun.
11087 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
11088 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
11089 (bdf-info-relative-compose, bdf-info-baseline-offset)
11090 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
11091 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
11092 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
11093 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
11094 improvement.
11095
11096 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11097
11098 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
11099 and mule related code extraction. Autoload ps-mule funs.
11100
11101 * ps-mule.el: Doc fix. Require ps-print only when compiled.
11102 (ps-mule-prologue-generated): New fun.
11103 (ps-mule-plot-string): Add autoload cookie.
11104 (ps-mule-begin-job): Call ps-mule-prologue-generated.
11105
11106 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11107
11108 * ps-bdf.el: Require ps-mule instead of ps-print.
11109 (bdf-directory-list): Add autoload cookie.
11110
11111 * ps-mule.el: New file. Mule related code extracted from
11112 ps-print.el. Require ps-print, provide ps-mule.
11113 (ps-multibyte-buffer): Add autoload cookie.
11114 (ps-mule-prepare-ascii-font): New fun.
11115 (ps-mule-set-ascii-font): New fun.
11116 (ps-mule-skip-same-charset): Fun deleted.
11117 (ps-mule-plot-string): Set ps-mule-current-charset.
11118 (ps-mule-initialize): Add autload cookie. Don't set
11119 ps-mule-font-info-database here.
11120 (ps-mule-begin-job): Renamed from ps-mule-begin. Update
11121 ps-mule-font-info-database and ps-control-or-escape-regexp.
11122 (ps-mule-begin-page): New fun.
11123
11124 * ps-print.el: Mule related code moved to ps-mule.el.
11125 (ps-begin-job): While setting ps-control-or-escape-regexp, don't
11126 check ps-mule-charset-list.
11127 (ps-begin-page): Don't set ps-mule-current-charset, instead call
11128 ps-mule-begin-page.
11129 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
11130 (ps-plot-region): Don't set ps-mule-current-charset, instead call
11131 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset,
11132 instead skip same charsets by itself.
11133 (ps-generate): Call ps-mule-initialize of needs-begin-file is
11134 non-nil. Call ps-mule-begin-job.
11135
11136 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11137
11138 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf
11139 instead of bdf.
11140
11141 * ps-print.el (ps-mule-font-info-database): Doc-string modified.
11142 (ps-mule-external-libraries): New element FEATURE.
11143 (ps-mule-init-external-library): Ajusted for the above change.
11144 (ps-mule-generate-font): Likewise.
11145 (ps-mule-generate-glyphs): Likewise.
11146 (ps-mule-prepare-font): Likewise.
11147 (ps-mule-initialize): Likewise.
11148 (ps-begin-file): Superfluous tailing parenthesis deleted.
11149
11150 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11151
11152 * international/fontset.el (x-decompose-font-name): If PATTERN
11153 doesn't have any wild cards, return a vector made from a name that
11154 is found by x-resolve-font-name found. Comments added.
11155
11156 * international/mule-cmds.el (find-coding-systems-for-charsets):
11157 Handle the case of unknown charset.
11158 (find-multibyte-characters): If invalid multibyte characters are
11159 found, return the corresponding strings instead of character
11160 codes.
11161 (find-multibyte-characters): Adjusted for the above change.
11162 (select-safe-coding-system): For a unibyte buffer, always returns
11163 DEFAULT-CODING-SYSTEM.
11164 (get-charset-property): Fix previous change. Make it a function.
11165 (put-charset-property): Make it a function.
11166
11167 * international/mule.el (make-coding-system): Set mime-charset
11168 property of *-with-esc coding system to nil.
11169
11170 * international/quail.el (quail-point-in-conversion-region): New
11171 function.
11172 (quail-conversion-backward-delete-char): When a key sequence is
11173 being translated, call quail-delete-last-char.
11174
11175 * language/devan-util.el
11176 (devanagari-reorder-glyphs-for-decomposition): Fix the way to
11177 handle devanagari-decomposition-rules.
11178
11179 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org>
11180
11181 * textmodes/texinfo.el (texinfo-tex-buffer): Bind
11182 tex-start-options-string to empty string.
11183 (texinfo-tex-region): Use texinfo-tex-trailer as documented.
11184
11185 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org>
11186
11187 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
11188 5xx responses are already handled properly).
11189
11190 1998-12-13 Richard Stallman <rms@gnu.org>
11191
11192 * progmodes/compile.el (compilation-error-regexp-alist): Insist
11193 on a non-digit in the file name.
11194
11195 * simple.el (comment-region): Handle comment-padding
11196 separately for insertion and for deletion, in the right way for each.
11197
11198 1998-12-13 Felix Lee <flee@cygnus.com>
11199
11200 * progmodes/compile.el (compilation-error-regexp-alist): Fix
11201 regexp to match "ChangeLog:1:1998-12-09 ..."
11202
11203 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org>
11204
11205 * cus-start.el (dos-unsupported-char-glyph): Add.
11206
11207 1998-12-11 Dave Love <fx@gnu.org>
11208
11209 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
11210 forward-sexp in condition-case.
11211
11212 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11213 Remove unnecessary test on `library' for explicit file name.
11214 Widen scope of save-match-data.
11215
11216 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org>
11217
11218 * international/mule.el (load-with-code-conversion): If the loaded
11219 file was inserted with no-conversion or raw-text coding system,
11220 make the buffer unibyte.
11221
11222 1998-12-09 Richard Stallman <rms@gnu.org>
11223
11224 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
11225 Get rid of nested loops.
11226
11227 * mouse.el (mouse-drag-vertical-line):
11228 If WHICH-SIDE is not `right', then scroll bars are on the left.
11229
11230 * loadhist.el (load-history-loaded): defvar moved to help.el.
11231
11232 * help.el (symbol-file-load-history-loaded): Variable renamed,
11233 and defvar moved from loadhist.el.
11234 (symbol-file): Renamed from describe-function-find-file.
11235 Load fns-VERSION.el here.
11236 (describe-variable, describe-function-1): Use symbol-file.
11237
11238 * textmodes/tex-mode.el (tex-generate-zap-file-name):
11239 Don't start the name with #.
11240
11241 * ispell.el: Take out the eval-when's.
11242
11243 1998-12-09 Peter Breton <pbreton@ne.mediaone.net>
11244
11245 * dirtrack.el (dirtrack-directory-change-hook): New hook.
11246 (dirtrack): Run it. Make debug message more verbose.
11247
11248 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
11249
11250 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
11251 name of the abbrev table, and provide support for XEmacs.
11252 (octave-xemacs-p): New variable.
11253
11254 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
11255
11256 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
11257 exit, when mail-interactive is nil.
11258
11259 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr>
11260
11261 * files.el (after-find-file): Message fix.
11262
11263 1998-12-09 Ken Stevens <stevens@kdstevens.com>
11264
11265 * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
11266
11267 1998-12-09 Geoff Voelker <voelker@cs.washington.edu>
11268
11269 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
11270 filenames using backslashes.
11271
11272 1998-12-09 Dave Love <fx@gnu.org>
11273
11274 * browse-url.el (browse-url-mail): Call compose-mail-other-window
11275 with correct number of args.
11276 (browse-url-maybe-new-window): New arg. Callers changed.
11277
11278 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
11279 comment.
11280
11281 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
11282
11283 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
11284
11285 1998-12-08 Markus Rost <rost@delysid.gnu.org>
11286
11287 * vc.el (vc-rcs-release): Fix Type.
11288 (vc-sccs-release): Fix Type.
11289 (vc-cvs-release): Fix Type.
11290
11291 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
11292 arg work right.
11293
11294 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
11295 output of last undeleted message.
11296
11297 1998-12-07 Geoff Voelker <voelker@cs.washington.edu>
11298
11299 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
11300 (buffer-undo-list) [windows-nt]: Use different relative path.
11301
11302 1998-12-07 Simon Marshall <simon@gnu.org>
11303
11304 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
11305
11306 1998-12-05 Markus Rost <rost@delysid.gnu.org>
11307
11308 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
11309
11310 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
11311
11312 1998-12-04 Markus Rost <rost@delysid.gnu.org>
11313
11314 * info.el (Info-menu): Don't return error if point is between menu
11315 header and first menu item.
11316
11317 1998-12-04 Dave Love <fx@gnu.org>
11318
11319 * help.el (describe-function-1): Fix description for alias.
11320
11321 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org>
11322
11323 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
11324 specifications from summary line.
11325
11326 * rect.el (delete-whitespace-rectangle): Mark for autoload.
11327 (close-rectangle): Define alias only once in loaddefs.el.
11328
11329 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org>
11330
11331 * term/internal.el: Remove code which sets up a special syntax
11332 table for non-ASCII characters.
11333
11334 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org>
11335
11336 * dos-w32.el (direct-print-region-function): Try to ensure that
11337 printer-name is expanded to a file name on a local drive;
11338 sometimes printing a file loaded from a network volume fails.
11339 (direct-print-region-function): Add a function to
11340 write-region-annotate-functions to append a formfeed character to
11341 the region being printed, if the region doesn't end with a
11342 formfeed already. This avoids creating a second print job
11343 containing a blank page when print spooling is enabled on Windows.
11344
11345 1998-12-02 Dave Love <fx@gnu.org>
11346
11347 * help.el (help-make-xrefs): Use `info', not the non-autoloaded
11348 `Info-goto-node'.
11349
11350 1998-12-02 Richard Stallman <rms@gnu.org>
11351
11352 * help.el (temp-buffer-resize-mode): Doc fix.
11353
11354 * cus-edit.el (custom-save-delete): Save point before
11355 reading a sexp, rather than backing up.
11356
11357 * international/iso-transl.el: Fix previous change.
11358
11359 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
11360
11361 * vc.el (vc-dired-window-configuration, vc-ediff-windows,
11362 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
11363 Added defvars to suppress compilation warnings.
11364
11365 1998-11-30 Ken Stevens <k.stevens@ieee.org>
11366
11367 * ispell.el: Improved and fixed customize for variables:
11368 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
11369 ispell-dictionary-alist, ispell-skip-sgml.
11370 Improved and fixed comments in variables and messages for
11371 functions: ispell-help-in-bufferp, ispell-local-dictionary,
11372 ispell-menu-map, ispell-checking-message, ispell-parser,
11373 ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
11374 ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
11375 ispell-comments-and-strings, ispell-continue, ispell-complete-word,
11376 ispell-message-text-end, ispell-add-per-file-word-list.
11377 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
11378 system is now required for all languages. Casechars improved for
11379 castellano, castellano8, and norsk dictionaries. Dictionary
11380 norsk7-tex added. Dictionary polish added.
11381 (ispell-dictionary-alist): Redefined at load-time to support
11382 dictionary changes.
11383 (ispell-menu-map): Redefined at load-time to support menu changes.
11384 (ispell-check-version): New alias for `check-ispell-version'.
11385 (ispell-parse-output): Fixed matching for ispell error messages.
11386 Correctly returns spelling suggestions in order generated by ispell
11387 process.
11388 (check-ispell-version): Ensure `case-fold-search' doesn't get
11389 redefined.
11390 (ispell-complete-word): Ensure `case-fold-search' doesn't get
11391 redefined. Fix bug that didn't respect case of word being completed.
11392 (ispell-init-process): Set process coding system to be compatible
11393 with emacs processes and the ispell process.
11394 (ispell-kill-ispell): Ensures ispell process has terminated before
11395 starting new process. This can otherwise confuse process filters
11396 and hang the ispell process.
11397 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
11398 skipping support for sgml.
11399 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r
11400 which could cause `ispell-complete-word' to hang.
11401 (ispell-message): Improved message reference matching. Ensure
11402 `case-fold-search' doesn't get redefined.
11403 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
11404 get redefined. Fixed bug in returning to nroff mode from tex mode.
11405 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
11406 get redefined.
11407
11408 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu>
11409
11410 * textmodes/flyspell.el (flyspell-check-word-p):
11411 Don't delay inside a kbd macro.
11412
11413 * subr.el (make-local-hook): Return the hook variable.
11414
11415 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11416
11417 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
11418 Use a timer instead of post-command-hook.
11419 (hscroll-timer): New variable.
11420
11421 1998-11-30 Dave Love <fx@gnu.org>
11422
11423 * help.el (help-xref-button): Do nothing if text already has the
11424 help-xref property.
11425 (describe-variable): Revert previous change to hyperlink to source.
11426
11427 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
11428
11429 * bindings.el (features): Add `base64' to this list.
11430
11431 * loadhist.el (symbol-file): Doc fix.
11432
11433 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
11434
11435 * files.el (hack-one-local-variable): Cope with non-file buffers.
11436
11437 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu>
11438
11439 * help.el (describe-mode): Put major mode first.
11440
11441 * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
11442 to support special-display and same-window features.
11443
11444 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu>
11445
11446 * simple.el (transpose-subr, transpose-subr-1): Rename variables
11447 bound in one function and used in the other.
11448 (transpose-subr-start1, transpose-subr-start2): Add defvars.
11449 (transpose-subr-end1, transpose-subr-end2): Add defvars.
11450
11451 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu>
11452
11453 * autoinsert.el (auto-insert-alist): Use user-mail-address.
11454
11455 1998-11-26 Kenichi Handa <handa@etl.go.jp>
11456
11457 * international/ccl.el (ccl-dump-translate-character-const-tbl):
11458 Give format correct control string.
11459
11460 * international/mule.el (define-translation-table): Fix bug of
11461 setting incorrect translation-table-id. If the first element of
11462 ARGS is a translation table, just register it.
11463
11464 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
11465 property.
11466
11467 1998-11-24 Michael Ernst <mernst@alum.mit.edu>
11468
11469 * thingatpt.el (thing-at-point-url-at-point): Don't use current
11470 syntax table to determine what is whitespace.
11471
11472 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu>
11473
11474 * frame.el (frame-parameter): Doc fix.
11475
11476 * textmodes/tex-mode.el (tex-feed-input): New function.
11477 (tex-define-common-keys): Add binding for C-c C-m.
11478
11479 1998-11-23 Dave Love <fx@gnu.org>
11480
11481 * progmodes/fortran.el: Various minor doc fixes.
11482 (fortran-font-lock-keywords-1): Add `d' to comment-chars.
11483 (fortran-with-subprogram-narrowing): New macro.
11484 (fortran-check-for-matching-do): Use it.
11485 (fortran-end-do): Use fortran-check-end-prog-re.
11486 (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
11487 (fortran-calculate-indent, fortran-calculate-indent): Likewise.
11488
11489 1998-11-23 Simon Marshall <simon@gnu.org>
11490
11491 * font-lock.el (font-lock-defaults): Doc fix.
11492 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
11493 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
11494
11495 * lazy-lock.el (lazy-lock-unstall):
11496 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
11497
11498 * fast-lock.el (fast-lock-save-cache-1):
11499 (fast-lock-cache-data): Rewritten to use with-temp-message.
11500
11501 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org>
11502
11503 * mail/rmail.el (rmail-set-message-counters-counter): Detect
11504 messages that have been added with DOS line endings and convert
11505 the line endings for such messages.
11506
11507 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11508
11509 * help.el: Add resizing of temporary buffers.
11510 (temp-buffer-resize-mode): New command and variable.
11511 (temp-buffer-max-height): New variable.
11512 (resize-temp-buffer-window): New function.
11513
11514 * window.el (window-buffer-height): New function, split from
11515 shrink-window-if-larger-than-buffer.
11516 (shrink-window-if-larger-than-buffer): Use window-buffer-height.
11517
11518 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu>
11519
11520 * frame.el (initial-frame-alist): Add defcustom.
11521
11522 * shell.el (shell-prompt-pattern): Add defcustom.
11523
11524 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11525
11526 * message.el (message-ignored-supersedes-headers): Remove
11527 NNTP-Posting-Date.
11528
11529 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu>
11530
11531 * help.el (describe-mode): Don't avoid loop indirecting thru
11532 value of INDICATOR.
11533
11534 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu>
11535
11536 * help.el (describe-variable): Allow any variable with a defcustom,
11537 even if it is not a user variable.
11538
11539 * mail/rmail.el (mail-unsent-separator): Additional alternative.
11540
11541 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org>
11542
11543 * gnus/nntp.el (nntp-request-group): Allow for failures when
11544 requesting a new group.
11545
11546 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu>
11547
11548 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
11549
11550 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11551
11552 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
11553
11554 1998-11-19 Simon Marshall <simon@gnu.org>
11555
11556 * subr.el (with-temp-message): New macro.
11557
11558 * emacs-lisp/lisp-mode.el (with-temp-message):
11559 Add lisp-indent-function property.
11560
11561 1998-11-18 Dave Love <fx@gnu.org>
11562
11563 * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
11564
11565 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu>
11566
11567 * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
11568 This is not obsolete.
11569
11570 1998-11-18 Kenichi Handa <handa@etl.go.jp>
11571
11572 * textmodes/picture.el: Make a new map by make-keymap.
11573 (picture-desired-column): New variable.
11574 (picture-update-desired-column): New function.
11575 (picture-beginning-of-line): Set picture-desired-column to 0.
11576 (picture-end-of-line): Set picture-desired-column to the current
11577 column.
11578 (picture-forward-column): Pay attention to multi-column character.
11579 (picture-backward-column): Likewise.
11580 (picture-move-down): Likewise.
11581 (picture-move-up): Likewise.
11582 (picture-movement-nw): With prefix arg, move twice columns.
11583 (picture-movement-ne): Likewise.
11584 (picture-movement-sw): Likewise.
11585 (picture-movement-se): Likewise.
11586 (picture-set-motion): Handle two-column movements.
11587 (picture-move): Call picture-move-down or picture-forward-column
11588 only when necessary.
11589 (picture-insert): Pay attention to picture-desired-column.
11590 (picture-self-insert): Likewise.
11591 (picture-clear-column): Pay attention to multi-column character.
11592 (picture-mode): Modify doc-string for two-column movement.
11593
11594 * rect.el (move-to-column-force): New function.
11595 (operate-on-rectangle): If coerce-tabs is non-nil, call
11596 move-to-column-force instead of move-to-column.
11597 (insert-rectangle): Call move-to-column-force instead of
11598 move-to-column.
11599 (open-rectangle-line): If begextra is not zero, call
11600 move-to-column-force.
11601
11602
11603 1998-11-16 Dave Love <fx@gnu.org>
11604
11605 * textmodes/sgml-mode.el Require skeleton when compiling.
11606 (sgml-font-lock-keywords-1): Accept single-letter tags.
11607 (v2): Defvar free variable.
11608
11609 1998-11-16 Sam Steingold <sds@goems.com>
11610
11611 * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
11612 macro, not ELisp one.
11613
11614 1998-11-16 Kenichi Handa <handa@etl.go.jp>
11615
11616 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
11617 characters to symbol.
11618
11619 * language/japan-util.el (japanese-zenkaku-region): New optional
11620 arg KATAKANA-ONLY.
11621
11622 1998-11-16 Kenichi Handa <handa@etl.go.jp>
11623
11624 * international/mule.el
11625 (after-insert-file-set-buffer-file-coding-system): If the buffer
11626 is changed to unibyte, return inserted bytes.
11627
11628 * tar-mode.el (tar-header-block-tokenize): Decode codes of file
11629 and link names if necessary.
11630 (tar-header-block-summarize): Handle the case that file or link
11631 names are multibyte.
11632 (tar-summarize-buffer): At first set the current buffer unibyte,
11633 then if there are multibyte file names, change it to multibyte.
11634 (tar-mode): Get char position from tar-header-offset.
11635 (tar-extract): Avoid multibyte<->unibyte conversion in
11636 insert-buffer-subsring by setting both buffers unibyte
11637 temporarily.
11638 (tar-copy): Set the buffer unibyte while doing a work. Write
11639 without code conversion.
11640 (tar-expunge): Set the buffer unibyte while doing a work.
11641 (tar-alter-one-field): Likewise.
11642 (tar-clear-modification-flags): Compare byte position with
11643 tar-header-offset.
11644 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
11645 insert-buffer-subsring by setting both buffers unibyte
11646 temporarily. Pay attention to multibyteness while updating the
11647 descriptor-line.
11648 (tar-mode-write-file): Write without code conversion.
11649
11650 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11651
11652 * nngateway.el: Require cl.
11653
11654 1998-11-15 Dave Love <fx@gnu.org>
11655
11656 * progmodes/fortran.el: Fix previous change:
11657 (fortran-end-prog-re1): Changed.
11658 (fortran-check-end-prog-re): New function.
11659 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
11660
11661 1998-11-13 Tom Breton <tob@world.std.com>
11662
11663 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
11664 GNU Emacs.
11665
11666 1998-11-13 Carsten Dominik <cd@delysid.gnu.org>
11667
11668 * textmodes/reftex.el: (reftex-finding-files): Group documentation
11669 fixed.
11670 (reftex-toc-toggle-file-boundary,
11671 reftex-toc-toggle-labels,
11672 reftex-toc-toggle-context,reftex-find-start-point): New functions.
11673 (reftex-toc-include-labels, reftex-toc-include-context,
11674 reftex-toc-include-file-boundaries,
11675 reftex-toc-keep-other-windows): New options.
11676 (reftex-use-text-after-label-as-context): Option removed.
11677 (reftex-extract-bib-entries): Protect use in non-latex
11678 buffers.
11679 (reftex-toc-visit-location): Renamed from
11680 `reftex-toc-visit-line'.
11681 (reftex-latin1-to-ascii): Works now with and without Mule.
11682 (reftex-truncate): Removed special stuff for Emacs 20.2.
11683 (reftex-get-offset): Made more general.
11684 (reftex-show-label-location): Renamed from
11685 `reftex-select-label-callback'.
11686 (reftex-pop-to-label): Function removed (using
11687 `reftex-show-label-location' instead.
11688 (reftex-insert-docstruct): Renamed from
11689 `reftex-make-and-insert-label-list'. Function args changed.
11690 (reftex-toc): Now uses `reftex-insert-docstruct' and
11691 `reftex-find-start-point'.
11692 (reftex-select-item): Use `reftex-find-start-point'.
11693 (reftex-toc-visit-line): Can display labels and file
11694 boundaries.
11695 (reftex-TeX-master-file): `(TeX-master-file)' protected.
11696
11697 1998-11-12 Sam Steingold <sds@goems.com>
11698
11699 * browse-url.el (browse-url): Handle the case when
11700 `browse-url-browser-function' is a lambda list.
11701
11702 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org>
11703
11704 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
11705 version string.
11706 * loadhist.el (symbol-file): Likewise
11707
11708 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM>
11709
11710 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
11711
11712 1998-11-11 Sam Steingold <sds@goems.com>
11713
11714 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
11715 `run-lisp' instead of signalling an error.
11716
11717 1998-11-11 Karl Heuer <kwzh@gnu.org>
11718
11719 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
11720
11721 1998-11-11 Richard Stallman <rms@gnu.org>
11722
11723 * vc-hooks.el (vc-toggle-read-only): Doc fix.
11724
11725 1998-11-11 Per Starback <starback@update.uu.se>
11726
11727 * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
11728 renamed svenska8 to svenska, and fixed and extended CASECHARS
11729 for it.
11730
11731 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org>
11732
11733 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
11734 handling if setpagedevice is not available.
11735 (ps-begin-file): Fix typo.
11736
11737 1998-11-11 Kenichi Handa <handa@etl.go.jp>
11738
11739 * international/mule-util.el (compose-chars-component): Signal
11740 error if CH is a rule-based composition character.
11741 (compose-chars): Signal error if an already compsed character is
11742 going to be composed by rule-base.
11743
11744 * term/x-win.el: If a resolved ASCII font name doesn't conform to
11745 full XLFD, don't try to get information of WEIGHT and SLANT from
11746 that font name.
11747
11748 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
11749
11750 * dos-w32.el (set-default-process-coding-system): Use function on
11751 before-init-hook to set default-process-coding-system based on
11752 enable-multibyte-characters.
11753
11754 * term/w32-win.el ([language-change]): For now ignore
11755 keyboard language-change events.
11756
11757 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org>
11758
11759 * ediff-util.el (ediff-make-temp-file): Run the prefix through
11760 convert-standard-file-name, but leave the results of
11761 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2
11762 characters if the original name already exists, or has a special
11763 handler.
11764
11765 1998-11-10 Karl Heuer <kwzh@gnu.org>
11766
11767 * international/iso-insert.el: Delete autoload cookies.
11768
11769 * international/iso-transl.el: Add autoload cookies.
11770
11771 1998-11-10 Richard Stallman <rms@gnu.org>
11772
11773 * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
11774 (ispell-process-line): Don't treat multibyte
11775
11776 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk>
11777
11778 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
11779 setpagedevice to specify the page size if setpagedevice is
11780 available. This is necessary to select the correct paper tray on
11781 Level 2 printers with multiple paper sizes available.
11782
11783 (ps-begin-file): Cope with font names that contain spaces, and
11784 call BeginDoc in a BeginSetup/EndSetup block.
11785
11786 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org>
11787
11788 * loadup.el (buffer-undo-list): Run fns-VERSION.el through
11789 convert-standard-filename.
11790
11791 * loadhist.el (symbol-file): Run fns-VERSION.el through
11792 convert-standard-filename.
11793
11794 1998-11-06 Richard Stallman <rms@gnu.org>
11795
11796 * textmodes/texinfmt.el (texinfo-format-scan):
11797 Detect the case of two @-commands in a row; process just the first.
11798 (texinfo-append-refill): If line has a @c, insert the @refill
11799 before it.
11800 (texinfo-format-refill): Return with point where the @refill was.
11801
11802 * files.el (hack-local-variables): Test local-enable-local-variables.
11803 (hack-local-variables-prop-line): Likewise.
11804 (set-auto-mode): Don't test local-enable-local-variables here.
11805 (enable-local-variables): Doc fix.
11806 (local-enable-local-variables): Doc fix.
11807 (normal-mode): Doc fix.
11808
11809 1998-11-06 Karl Heuer <kwzh@gnu.org>
11810
11811 * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
11812
11813 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM>
11814
11815 * simple.el (line-number-mode): Doc fix.
11816
11817 1998-11-06 Kenichi Handa <handa@etl.go.jp>
11818
11819 * international/fontset.el (create-fontset-from-fontset-spec):
11820 Give correct arg to `error'.
11821
11822 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org>
11823
11824 * textmodes/sgml-mode.el (html-mode): Doc fix.
11825 (sgml-name-8bit-mode): Fix missing format character in message string.
11826
11827 1998-11-05 Karl Heuer <kwzh@gnu.org>
11828
11829 * mail/sendmail.el (sendmail-send-it): Check for failure.
11830
11831 1998-11-05 Richard Stallman <rms@gnu.org>
11832
11833 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
11834
11835 * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
11836 (close-rectangle): Define as alias.
11837
11838 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu>
11839
11840 * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
11841
11842 1998-11-05 Dave Love <fx@gnu.org>
11843
11844 * help.el (describe-variable): Don't quote link to source.
11845
11846 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu>
11847
11848 * gud.el (gud-common-init): Use pop-to-buffer.
11849 (same-window-regexps): Add an element that matches all gud buffers.
11850
11851 1998-11-04 Jason Rumney <jasonr@altavista.net>
11852
11853 * term/w32-win.el (x-get-selection-value): Alias to
11854 x-cut-buffer-or-selection-value.
11855 (w32-standard-fontset-spec): New variable.
11856 (w32-create-initial-fontsets, mouse-set-font): Check whether
11857 new-fontset is available.
11858 (w32-use-w32-font-dialog): Enable use of set-variable.
11859
11860 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11861
11862 * vc.el (with-vc-file, edit-vc-file): New macros.
11863
11864 1998-11-04 Kenichi Handa <handa@etl.go.jp>
11865
11866 * international/quail.el (quail-show-guidance-buf): Call
11867 set-minibuffer-window to set minibuffer window of the current
11868 frame correctly.
11869
11870 1998-11-03 Theodore Jump <tjump@tertius.com>
11871
11872 * term/w32-win.el: Require fontset.
11873
11874 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org>
11875
11876 * faces.el (set-face-font): Call resolve-fontset-name on w32.
11877 (set-face-font-auto): Ditto.
11878
11879 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
11880
11881 * mouse.el (mouse-drag-region): Fix typo.
11882
11883 1998-11-02 Dave Love <fx@gnu.org>
11884
11885 * progmodes/fortran.el Fix for fontification of strings lost somehow:
11886 (fortran-fontify-string): New function.
11887 (fortran-font-lock-keywords-1): Use it.
11888
11889 1998-11-02 Markus Rost <rost@delysid.gnu.org>
11890
11891 * comint.el (comint-file-name-quote-list): Doc fix.
11892
11893 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
11894
11895 * loadup.el (buffer-undo-list): Write fns-VERSION.el into
11896 build directory, not source directory.
11897
11898 * mouse.el (mouse-drag-region): Fake up a mouse-motion event
11899 if we did not get one for the final move.
11900
11901 1998-11-01 Dave Love <fx@gnu.org>
11902
11903 * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
11904 Don't funcall browse-url-browser-function.
11905
11906 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
11907 Don't funcall browse-url-browser-function.
11908
11909 * fortran.el (fortran-end-prog-re1): Fix the regexp.
11910
11911 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
11912
11913 * files.el (revert-buffer): Doc fix.
11914
11915 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
11916
11917 * textmodes/tex-mode.el (tex-start-options-string):
11918 Quote the backslashes with more backslashes.
11919
11920 1998-10-31 Dave Love <fx@gnu.org>
11921
11922 * webjump.el (webjump-sample-sites): Fix Lisp archive site.
11923 (webjump): Don't funcall browse-url-browser-function.
11924
11925 1998-10-30 Kenichi Handa <handa@etl.go.jp>
11926
11927 * international/quail.el (quail-start-translation): Handle
11928 switching of the frame in read-key-sequence.
11929 (quail-start-conversion): Likewise.
11930 (quail-show-guidance-buf): Detach quail-guidance-buf from any
11931 windows before setting an appropriate window for it.
11932 (quail-hide-guidance-buf): Use window-minibuffer-p. Set
11933 quail-guidance-win to nil.
11934 (quail-update-guidance): If quail-guidance-buf is not in the
11935 selected frame, call quail-show-guidance-buf again.
11936
11937 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no>
11938
11939 * progmodes/pascal.el (pascal-mode):
11940 `blink-matching-paren-dont-ignore-comments' set to t.
11941
11942 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11943
11944 * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
11945
11946 1998-10-30 Dave Love <fx@gnu.org>
11947
11948 * vc.el (vc-backend-merge-news): Check for "P" output.
11949
11950 * help.el (describe-variable): Hyperlink the definition.
11951
11952 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
11953
11954 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
11955 (sh-set-shell): Likewise.
11956
11957 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
11958
11959 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
11960 (edebug-on-error): Fix customize type to match that of
11961 debug-on-error.
11962
11963 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
11964
11965 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
11966 report-emacs-bug-address instead of undefined bug-gnu-emacs.
11967
11968 * international/mule-cmds.el (select-message-coding-system): Doc
11969 fix.
11970
11971 * international/mule-diag.el (describe-coding-system): Describe
11972 all flags.
11973
11974 * mail/sendmail.el (sendmail-coding-system,
11975 default-sendmail-coding-system): Doc fix.
11976
11977 * simple.el (shell-command-on-region): Doc fix.
11978
11979 * loadup.el: Write fns-*.el in current directory instead of
11980 data-directory since no installation directory exists yet. Mark
11981 buffer unmodified afterwards.
11982
11983 * loadhist.el (symbol-file): Load fns-*.el from exec-directory
11984 instead of data-directory since it is architecture dependent.
11985 (load-history-loaded): Update doc string.
11986
11987 1998-10-29 Geoff Voelker <voelker@cs.washington.edu>
11988
11989 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
11990 path as a default directory when canonicalizing names.
11991
11992 * w32-fns.el: Remove a dangling reference to a directory on the
11993 build machine.
11994
11995 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu>
11996
11997 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
11998 namespace related keywords such as `class', `body', `private',
11999 `variable', `namespace eval', etc.
12000 (tcl-imenu-generic-expression): Handle itcl body and class definitions.
12001 (tcl-mode): Added ":" as a word constituent to the syntax-alist of
12002 imenu and font-lock so that searches for \sw would find words
12003 containing colons.
12004
12005 * progmodes/etags.el (initialize-new-tags-table):
12006 Do not alter find-tag-marker-ring and tags-location-ring.
12007
12008 1998-10-27 Geoff Voelker <voelker@cs.washington.edu>
12009
12010 * term/w32-win.el: Require fontset.
12011 (w32-init-fontsets): New function (code from x-win.el).
12012
12013 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12014
12015 * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
12016 calendar-and-diary-frame-parameters): Add title parameter.
12017
12018 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
12019
12020 * completion.el (dynamic-completion-mode): New function to enable
12021 the mode. (Just loading the file now does not change anything.)
12022
12023 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12024
12025 * ps-print.el: User option for multibyte buffer handling and doc fix.
12026 (ps-multibyte-buffer): New user option.
12027 (ps-setup): Print new user option.
12028 (ps-print-quote): New fun.
12029 (ps-color-p, ps-mule-font-info-database-latin): New var.
12030 (ps-default-color, ps-mule-font-info-database)
12031 (ps-mule-font-info-database-ps-bdf): Adjust initialization.
12032 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
12033 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
12034 Little code improvement.
12035 (ps-mule-initialize): Initialize ps-mule-font-info-database.
12036 (ps-print-prologue-header, ps-font-family, ps-font-size)
12037 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
12038 (ps-build-face-reference, ps-mule-font-info-database-bdf)
12039 (ps-mule-external-libraries, ps-mule-init-external-library)
12040 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
12041 Doc fix.
12042 (ps-print-version): New version number (4.1.1) and doc fix.
12043 (ps-print-prologue-header): New user option.
12044 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
12045 Conditional compilation for GNU Emacs and emacsens.
12046 (ps-generate-postscript-with-faces): Skip invisible text better.
12047 (ps-setup): Print new user option.
12048 (ps-print-preprint): Check if input file name exists and is unwritable.
12049 (ps-begin-file): Adjust PostScript prologue header for duplex printers
12050 and insert user PostScript prologue header comments.
12051 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
12052 New funs.
12053 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
12054 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
12055 PostScript programming normalization.
12056 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
12057 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
12058 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
12059 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
12060 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
12061 Programming style normalization.
12062
12063 1998-10-26 Kenichi Handa <handa@etl.go.jp>
12064
12065 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
12066 version, check the value of mule-version.
12067
12068 * international/mule-util.el (compose-region): Insert then delete
12069 to preserve markers.
12070 (decompose-region): Use search-forward for efficiency.
12071
12072 * language/chinese.el (pre-write-encode-hz): Cancel previous
12073 change, use generate-new-buffer instead of get-buffer-create.
12074 * language/devan-util.el
12075 (in-is13194-devanagari-pre-write-conversion): Likewise.
12076 * language/thai-util.el (thai-pre-write-conversion): Likewise.
12077 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
12078 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
12079
12080 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
12081
12082 * mail/rmailsum.el (rmail-message-subject-p):
12083 Handle message whose header has not been reformatted.
12084
12085 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
12086
12087 1998-10-25 Jason Rumney <jasonr@altavista.net>
12088
12089 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
12090 New variables.
12091 (mouse-set-font): Use font menus instead of dialog according to
12092 w32-use-w32-font-dialog.
12093
12094 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12095
12096 * calendar/calendar.el (calendar-day-name-array): Add doc string
12097 correctly!
12098 (calendar-month-name-array): Add doc string correctly!
12099
12100 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu>
12101
12102 * net-utils.el (whois-get-tld): Rewrite not to use `do'.
12103
12104 1998-10-21 Markus Rost <rost@delysid.gnu.org>
12105
12106 * lisp/info.el (Info-next-menu-item): Stay on top of node.
12107
12108 * mail/rmailout.el (rmail-output): Insert newline only if necessary.
12109
12110 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
12111
12112 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
12113
12114 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org>
12115
12116 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
12117
12118 1998-10-21 Karl Heuer <kwzh@gnu.org>
12119
12120 * emacs-lisp/profile.el (profile-timer-program): Var deleted.
12121 (profile-timer-process, profile-temp-result-, profile-time): Likewise.
12122 (profile-filter, profile-reset-timer): Functions deleted.
12123 (profile-check-zero-init-times, profile-get-time): Likewise.
12124 (profile-find-function, profile-quit): Likewise.
12125 (profile-distinct, profile-call-stack, profile-last-time): New vars.
12126 (profile-time-list, profile-init-list): Doc fix.
12127 (profile-functions): Simplify.
12128 (profile-print): Use float. Make output include space separators.
12129 (profile-add-time): New helper function.
12130 (profile-function-prolog): Renamed from profile-start-function.
12131 Handle profile-distinct.
12132 (profile-function-epilog): Renamed from profile-update-function.
12133 Handle profile-distinct.
12134 (profile-a-function): If the function to be profiled is an
12135 autoload form, load it. If it's lazy-loaded, fetch it.
12136 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
12137 (profile-restore-fun): Arg FUN is now a function symbol, as was
12138 documented, rather than a one-element list.
12139 (profile-finish): Call profile-restore-fun properly.
12140
12141 1998-10-21 Kenichi Handa <handa@etl.go.jp>
12142
12143 * international/characters.el: Setup charset property
12144 nospace-between-words.
12145
12146 * international/mule-cmds.el (get-charset-property): If CHARSET is
12147 composition, return nil.
12148 (put-charset-property): If CHARSET is composition, do nothing.
12149
12150 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
12151 * language/devan-util.el
12152 (in-is13194-devanagari-pre-write-conversion): Likewise.
12153 * language/thai-util.el (thai-pre-write-conversion): Likewise.
12154 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
12155 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
12156
12157 * textmodes/fill.el (sentence-end-without-period): New variable.
12158 (canonically-space-region): Pay attention to
12159 sentence-end-without-period.
12160 (fill-find-break-point): The first argument CHARSET deleted.
12161 Caller changed.
12162 (fill-region-as-paragraph): Pay attention to charset property
12163 nospace-between-words and text property nospace-between-words.
12164
12165 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
12166
12167 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
12168 an unrecognized shell.
12169
12170 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org>
12171
12172 * desktop.el (desktop-save): Include minor modes symbolically.
12173 (desktop-create-buffer): Turn on all minor modes in `mim'.
12174
12175 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
12176
12177 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
12178 (sh-font-lock-keywords): Handle rpm and rpm2.
12179 (sh-ancestor-alist): Handle rpm.
12180
12181 * files.el (auto-mode-alist): Recognize .rpm files.
12182 Also .spec and .mspec files.
12183
12184 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org>
12185
12186 * faces.el (frame-set-background-mode): Enable the function for
12187 MSDOS frames.
12188
12189 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12190
12191 * calendar/calendar.el (calendar-day-name-array): Add doc string.
12192 (calendar-month-name-array): Add doc string.
12193
12194 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu>
12195
12196 * simple.el (kill-ring-max): Increased to 60.
12197
12198 1998-10-17 Kenichi Handa <handa@etl.go.jp>
12199
12200 * international/characters.el: Setup auto-fill-chars.
12201
12202 * international/kinsoku.el (kinsoku): Check the variable
12203 enable-kinsoku.
12204
12205 * simple.el (do-auto-fill): Don't check kinsoku-enable here.
12206 Don't call kinsoku directly, intead call fill-find-break-point.
12207
12208 * textmodes/fill.el: Setup `fill-find-break-point-function'
12209 property to character sets which require `kinsoku' processing for
12210 filling.
12211 (fill-find-break-point): New function.
12212 (fill-region-as-paragraph): Don't check kinsoku-enable here.
12213 Don't call kinsoku directly, intead call fill-find-break-point.
12214
12215 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu>
12216
12217 * faces.el (modify-face-read-string): Return (nil) for "none".
12218 (modify-face): Don't get error if (nil) is the argument.
12219 (face-try-color-list): Don't check whether nil is a valid color.
12220
12221 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu>
12222
12223 * emacs-lisp/bytecomp.el (byte-recompile-directory):
12224 Print message about each directory, even in batch mode.
12225
12226 * gnus/nntp.el: Require `cl' before using nnoo-declare.
12227
12228 * ps-print.el (ps-mule-chars-in-string): No need to use sref.
12229 (ps-mule-string-char): No need to use sref.
12230 (ps-mule-next-index): No need to use sref.
12231
12232 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
12233
12234 * files.el (revert-buffer-internal-hook): Add defvar.
12235
12236 * arc-mode.el (archive-mode): Locally set file-precious-flag.
12237
12238 * tar-mode.el (tar-mode): Locally set file-precious-flag.
12239
12240 1998-10-16 Markus Rost <rost@delysid.gnu.org>
12241
12242 * international/mule-cmds.el (default-input-method): Fix custom type.
12243
12244 * net-utils.el (whois-server-list): Fix customization type.
12245
12246 * shell.el (shell-input-autoexpand): Fix customization group.
12247
12248 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu>
12249
12250 * repeat.el (repeat): Handle keyboard macros properly.
12251 Handle new prefix arg after self-insert command.
12252
12253 * repeat.el: Don't include cl even at compile time.
12254 (repeat): Avoid using `loop'.
12255
12256 * simple.el (shell-command-on-region): Doc fix.
12257 (next-history-element): Special error message if no default.
12258
12259 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu>
12260
12261 * ps-print.el (ps-print-buffer): Doc fix.
12262 (ps-despool): Likewise.
12263
12264 * arc-mode.el (arc-mode): Provide arc-mode.
12265
12266 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
12267
12268 * ps-print.el (ps-print-buffer): Doc fix.
12269
12270 1998-10-14 Dave Love <fx@gnu.org>
12271
12272 * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
12273 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
12274 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
12275
12276 * progmodes/fortran.el (fortran-mode-map): Change "Join
12277 Continuation Line" to "Join Line".
12278 (fortran-font-lock-keywords-1): Add "cycle", "exit".
12279
12280 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
12281
12282 * progmodes/fortran.el (fortran-join-line): Use
12283 `delete-indentation' instead of issuing an error message if not on
12284 a continuation line. Provide for joining several lines using
12285 prefix arg.
12286
12287 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org>
12288
12289 * term/pc-win.el (msdos-color-values): New variable.
12290 (x-color-values): New function, emulates its namesake from
12291 src/xfns.c.
12292 (msdos-bg-mode): Add all dark colors to those which return
12293 "dark".
12294
12295 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
12296
12297 * replace.el (keep-lines, flush-lines, how-many):
12298 Don't ignore case if arg has upper case letters.
12299
12300 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch>
12301
12302 * progmodes/vhdl-mode.el
12303 (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
12304 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
12305 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
12306 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
12307 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
12308 (vhdl-when): Fix indentation problem.
12309 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
12310 (vhdl-get-port, vhdl-get-generic): Bug fix in template.
12311 (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
12312
12313 1998-10-13 Geoff Voelker <voelker@cs.washington.edu>
12314
12315 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
12316 (ls-lisp-insert-directory): Renamed from insert-directory.
12317 (insert-directory): New function.
12318
12319 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
12320
12321 * simple.el (completion-fixup-function): Variable deleted.
12322 (completion-setup-function): Delete code for completion-fixup-function.
12323 * emacs-lisp/lisp.el (lisp-complete-symbol):
12324 Don't bind completion-fixup-function.
12325
12326 * files.el (find-file-wildcards): New option.
12327 (find-file-noselect): Handle wild cards, if enabled.
12328 (file-expand-wildcards): New function.
12329
12330 * simple.el (set-fill-column): Doc fix.
12331
12332 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12333
12334 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
12335
12336 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org>
12337
12338 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
12339 Move declaration before first use.
12340 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
12341 hif-math, hif-factor): Rename token to hif-token and token-list to
12342 hif-token-list.
12343 (hif-token, hif-token-list): Declare them.
12344 (hif-find-ifdef-block): Return cons of top and bottom point
12345 instead of setting dynamically bound variables.
12346 (hide-ifdef-block, show-ifdef-block): Use return value of
12347 hif-find-ifdef-block.
12348
12349 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
12350
12351 * subr.el (read-passwd): Use clear-this-command-keys.
12352
12353 * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
12354
12355 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
12356 and ...-for-write.
12357
12358 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk>
12359
12360 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
12361 responses to GROUP command, since this may be called from a timer
12362 with quit inhibited.
12363
12364 1998-10-12 Kenichi Handa <handa@etl.go.jp>
12365
12366 * international/ccl.el (ccl-compile-if): If there's no false-cmds,
12367 set unconditional-jump to nil.
12368 (ccl-compile-read-multibyte-character): Return nil.
12369 (ccl-compile-write-multibyte-character): Likewise.
12370 (ccl-compile-translate-character): Likewise
12371 (ccl-compile-map-multiple): Likewise.
12372 (ccl-compile-map-single): Likewise.
12373
12374 * international/kinsoku.el: Add coding tag.
12375 (kinsoku-bol): Remove superfluous TAB in a string.
12376
12377 * international/mule-cmds.el (find-coding-systems-for-charsets):
12378 Delete `composition' (if any) from CHARSETS.
12379
12380 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
12381
12382 * international/mule-cmds.el (setup-specified-language-environment):
12383 Add apropos-inhibit property.
12384 (describe-specified-language-support): Likewise.
12385
12386 1998-10-11 Kenichi HANDA <handa@etl.go.jp>
12387
12388 * international/mule.el (make-coding-system): Create -with-esc
12389 variant coding system.
12390
12391 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
12392
12393 * progmodes/etags.el (tags-loop-revert-buffers): New variable.
12394 (next-file): Optionally offer to revert a file's buffer,
12395 if it has an existing buffer but the file has changed.
12396
12397 * info.el (Info-insert-dir): Detect and report problems
12398 in input files, such as "No Top node". Return with point
12399 at the beginning of the text.
12400 (Info-find-node): Reinsert the code to handle files
12401 with no tags table; it was deleted by mistake.
12402
12403 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
12404
12405 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
12406 texinfo-find-higher-level-node repeatedly find the same node.
12407 (texinfo-find-higher-level-node): Doc fix.
12408
12409 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
12410
12411 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
12412 (smtpmail-address-buffer): Add defvar.
12413 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
12414
12415 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
12416
12417 * ffap.el (ffap-machine-p-local): Fix editing error.
12418
12419 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu>
12420
12421 * faces.el (frame-set-background-mode):
12422 Don't do anythung for text-only or MSDOS frame.
12423
12424 1998-10-08 Kenichi Handa <handa@etl.go.jp>
12425
12426 * international/quail.el (quail-defrule): New optional arg APPEND.
12427 (quail-defrule-internal): Fix bug of handling the argument APPEND.
12428
12429 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu>
12430
12431 * gnus/pop3.el (pop3-open-server):
12432 Set process-coding-system-alist around open-network-stream.
12433
12434 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu>
12435
12436 * files.el (save-buffer): Doc fix.
12437
12438 1998-10-07 Karl Heuer <kwzh@gnu.org>
12439
12440 * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
12441 return DEF unchanged, not nil. Simplify.
12442
12443 1998-10-06 Geoff Voelker <voelker@cs.washington.edu>
12444
12445 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
12446
12447 1998-10-06 Peter Breton <pbreton@ne.mediaone.net>
12448
12449 * generic.el (generic-mode-with-type): Added hooks for generic-modes.
12450
12451 * net-utils.el (ftp, nslookup): Require comint.
12452 (network-service-connection): Likewise.
12453 (whois-server-name): Defaults to whois.arin.net
12454 (whois-server-list, whois-server-tld, whois-guess-server): New var.
12455 (whois): Tries to guess the appropriate top-level domain server.
12456 (whois-get-tld): New function.
12457
12458 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
12459 (dirtrack-debug-toggle): Added this function.
12460
12461 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
12462
12463 * files.el (find-file-noselect): Switch to the correct buffer
12464 before checking find-file-literally, and allow non-nil non-t
12465 rawfile params.
12466
12467 1998-10-06 Karl Heuer <kwzh@gnu.org>
12468
12469 * midnight.el (clean-buffer-list): Add autoload cookie.
12470
12471 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
12472 no-autosave.
12473 * tar-mode.el (tar-mode-revert): Likewise.
12474 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
12475 from ediff-arrange-autosave-in-merge-jobs. Callers changed.
12476 * gnus/message.el (message-auto-save-directory): Renamed from
12477 message-autosave-directory. All references changed.
12478
12479 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
12480
12481 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
12482 string. Expose mime stuff while searching.
12483
12484 1998-10-06 Richard Stallman <rms@gnu.org>
12485
12486 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
12487
12488 * replace.el (perform-replace): Position point properly
12489 before and after the recursive edit of C-r.
12490
12491 * progmodes/etags.el (tags-reset-tags-tables): Properly
12492 find the markers in the old rings that are being discarded.
12493
12494 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12495
12496 * apropos.el (apropos-print): Control invalid characters.
12497
12498 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
12499 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
12500 confusing customize.
12501
12502 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org>
12503
12504 * generic-x.el (bat-generic-mode): Fix regexps for keywords and
12505 built-in commands. Add more built-in commands and fix face names.
12506
12507 1998-10-05 Simon Marshall <simon@gnu.org>
12508
12509 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
12510
12511 1998-10-04 Eric Ludlam <zappo@gnu.org>
12512
12513 * speedbar.el (speedbar-initial-expansion-list-name): Remove
12514 customization since it is not useful in this case.
12515 (speedbar-frame-mode): Check if cfx or cfy is a list, and make
12516 sure it gets evalled to a number. Also verify that set-frame-name
12517 fn exists before calling it.
12518
12519 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
12520 Protect a `forward-sexp' call which could fail, and improved regex
12521 for ie, and eg abbreviations.
12522
12523 1998-10-02 Noah Friedman <friedman@splode.com>
12524
12525 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
12526 send-string.
12527 (rlogin-send-Ctrl-D): Here also.
12528 (rlogin-send-Ctrl-Z): Here also.
12529 (rlogin-send-Ctrl-backslash): Here also.
12530
12531 1998-10-02 Dave Love <fx@gnu.org>
12532
12533 * outline.el (hide-region-body): Bind
12534 outline-view-change-hook to nil while making repeated calls to
12535 outline-flag-region. Run it once at the end.
12536 (hide-other, hide-sublevels, show-children): Likewise.
12537
12538 * info-look.el: Remove duplicate scheme-mode entry.
12539 (info-lookup-make-completions): When looking for entries, check
12540 that `item' isn't null or "Menu".
12541
12542 1998-10-01 Karl Heuer <kwzh@gnu.org>
12543
12544 * net-utils.el: Don't require ffap.
12545 (net-utils-machine-at-point, net-utils-url-at-point): New functions.
12546 (ping, nslookup-host, finger, network-connection-to-service): Use them.
12547
12548 1998-09-30 Richard Stallman <rms@gnu.org>
12549
12550 * ispell.el (check-ispell-version): No need to bind default-major-mode.
12551
12552 * imenu.el (imenu--generic-function): Sort each submenu by position.
12553 (imenu--sort-by-position): New function.
12554
12555 * cus-edit.el (Custom-mode-menu): Fix info node name.
12556 (customize group): Fix info node name.
12557
12558 * mail/mailalias.el (build-mail-aliases): Don't allow
12559 a newline in the alias name. Don't define an alias
12560 if the definition would be empty.
12561
12562 * which-func.el (which-func-mode-global): Make :set function
12563 more reliable.
12564
12565 * custom.el (custom-set-variables): Load the requests first,
12566 then check the symbol's `set' function.
12567
12568 * ffap.el: Doc fixes.
12569
12570 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12571
12572 * gnus.el: (gnus-valid-select-methods): Fix type.
12573 * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
12574 * gnus-score.el (gnus-orphan-score): Fix type.
12575 (gnus-score-default-header, gnus-score-default-type): Fix type.
12576 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
12577 (gnus-saved-headers): Fix type.
12578
12579 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
12580 Avoid nil value of `two-lines-citation-part'.
12581
12582 1998-09-30 Roman Belenov <roman@nstl.nnov.ru>
12583
12584 * which-func.el (which-function): Handle case when
12585 (car imenu--index-alist) is nil.
12586
12587 1998-09-29 Dave Love <fx@gnu.org>
12588
12589 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
12590 bzip2 args.
12591
12592 1998-09-29 Simon Marshall <simon@gnu.org>
12593
12594 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
12595 comint-exec-hook.
12596
12597 1998-09-29 Stephen Eglen <stephen@gnu.org>
12598
12599 * info-look.el: Add support for Octave.
12600
12601 1998-09-28 Carsten Dominik <cd@delysid.gnu.org>
12602
12603 * textmodes/reftex.el (reftex-finding-files): New customize group.
12604 (reftex-texpath-environment-variables,
12605 reftex-use-external-file-finders, reftex-external-file-finders,
12606 reftex-search-unrecursed-path-first): New options.
12607 (reftex-process-string, reftex-find-file-externally): New
12608 functions.
12609 (reftex-access-search-path): Execute shell commands to find the
12610 search path.
12611 (reftex-toggle-auto-view-crossref): When turning on, make sure
12612 `reftex-auto-view-crossref' becomes non-nil.
12613 (reftex-abbrev-regexp): Constant removed.
12614 (reftex-convert-string): Abbrev regexp calculated locally.
12615
12616 1998-09-28 Dave Love <fx@gnu.org>
12617
12618 * progmodes/fortran.el: Don't call regexp-opt when deriving
12619 font-lock patterns with keywords that aren't all literal.
12620
12621 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
12622
12623 * octave-inf.el (inferior-octave-prompt): Also match prompts of
12624 the form `octave.bin:1>' which come from using precopiled binary
12625 versions.
12626
12627 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu>
12628
12629 * help.el (help-for-help): Use %THIS-KEY%.
12630 (help-quit): Add doc.
12631
12632 * help-macro.el (make-help-screen): Keep HELP-TEXT
12633 in a separate function definition, not in the help command FNAME.
12634 Replace %THIS-KEY% with the key sequence that ran FNAME.
12635
12636 1998-09-25 Richard Stallman <rms@gnu.org>
12637
12638 * textmodes/texinfo.el (texinfo-show-structure):
12639 Bind inhibit-read-only.
12640
12641 * isearch.el (isearch-search-and-update): Properly
12642 handle upper case letters in the reverse-search special case.
12643
12644 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12645
12646 * gnus.el: Extend the list of autoloaded functions.
12647
12648 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
12649 buffer before creating help group. (from Gnus v5.6.43, fix by
12650 1998-08-20 Per Starback <starback@update.uu.se>)
12651
12652 * gnus-util.el (gnus-output-to-rmail): Adjust to
12653 `rmail-output-to-rmail-file'.
12654
12655 1998-09-25 Karl Heuer <kwzh@gnu.org>
12656
12657 * hexl.el (hexl-mode-map): More of previous change.
12658
12659 * textmodes/tex-mode.el (tex-run-command): Doc fix.
12660 (tex-start-tex): Don't use tex-start-options-string in star case.
12661 Quote file name in star case as well as in non-star.
12662 Add blank and quoting of option string here.
12663 (tex-start-options-string): Not here.
12664
12665 1998-09-23 Karl Heuer <kwzh@gnu.org>
12666
12667 * term.el (term-delimiter-argument-list): Doc fix.
12668 (term-emulate-terminal): Escape literal semicolon.
12669 * progmodes/asm-mode.el (asm-mode): Doc fix.
12670 (asm-comment-char): Escape literal semicolon.
12671 * emulation/viper-cmd.el (viper-movement-commands): Likewise.
12672
12673 1998-09-23 Richard Stallman <rms@gnu.org>
12674
12675 * hexl.el (hexl-mode-map): Don't override all ESC bindings,
12676 only those that normally modify the buffer.
12677
12678 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
12679 over again.
12680
12681 1998-09-23 E. Jay Berkenbilt <ejb@ql.org>
12682
12683 * ispell.el (check-ispell-version): Ensure same buffer is current
12684 when let-binding of case-fold-search ends.
12685
12686 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12687
12688 * ps-print.el: Skip invisible overlay.
12689 Test for set-buffer-multibyte rather than using mule-version.
12690 (ps-print-version): New version number (4.1) and doc fix.
12691 (ps-generate-postscript-with-faces): Skip invisible overlay.
12692
12693 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu>
12694
12695 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
12696
12697 1998-09-22 Kenichi Handa <handa@etl.go.jp>
12698
12699 * international/quail.el (quail-update-guidance): Check for the
12700 return value of (quail-guidance) fixed.
12701 (quail-update-translation): Bind quail-current-str locally when it
12702 calls quail-update-guidance.
12703 (quail-update-translation): If input-method-exit-on-first-char is
12704 non-nil, terminate translation only when the current input method
12705 is simple.
12706
12707 1998-09-22 Paul Eggert <eggert@twinsun.com>
12708
12709 * startup.el (locale-translation-file-name): Prefer X-related names
12710 to the name used by GNU/Linux sans X. Set to nil if no file found.
12711 (command-line): Use locale-translation-file-name if it is not nil,
12712 instead of testing for its existence again.
12713 regexp-quote the ctype before using it in a regexp.
12714 Allow a colon to appear after the ctype in the aliases file,
12715 as is done in X11R6.4.
12716
12717 1998-09-21 Richard Stallman <rms@gnu.org>
12718
12719 * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
12720
12721 * calendar/appt.el (appt-interval): Variable deleted.
12722 (appt-check): For minutes in between appt-display-interval times,
12723 do check, but don't display anything except an updated mode line.
12724 Count against appt-display-interval based on minutes since
12725 first display of this appointment, not based on time of day.
12726 If appt-display-mode-line, force mode line redisplay
12727 whenever appt-mode-string has changed.
12728 (appt-add, appt-delete): Add autoload cookies.
12729 (appt-check): Catch errors from calling `diary'.
12730 (appt-max-time): Renamed from max-time.
12731 (appt-now-displayed, appt-display-count): New variables.
12732 (appt-timer): Don't create one if we already have one.
12733
12734 * textmodes/tex-mode.el (tex-compilation-parse-errors):
12735 More general code to use the source buffer instead of the zap file.
12736
12737 * hilit-chg.el (highlight-compare-with-file): Renamed from
12738 compare-with-file.
12739
12740 * loadhist.el (load-history-loaded): New variable.
12741 (symbol-file): Load etc/fns-VERSION.el if that has not been done.
12742
12743 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
12744
12745 * emacs-lisp/find-func.el (find-function-search-for-symbol):
12746 Fix error messages.
12747
12748 1998-09-21 Markus Armbruster <armbru@pond.sub.org>
12749
12750 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
12751 Emacs frame.
12752
12753 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12754
12755 * mail/rmail.el (rmail-decode-babyl-format): Recognize both
12756 `undecided' and `undecided-unix'.
12757
12758 1998-09-21 Dave Love <fx@gnu.org>
12759
12760 * help.el (help-make-xrefs): Fix typo affecting Info references.
12761
12762 * subr.el (remove-hook): Check list values to avoid errors.
12763
12764 1998-09-18 Noah Friedman <friedman@splode.com>
12765
12766 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
12767 store string in eldoc-last-message without consing a new string.
12768 Rearrange logic from nested if's into cond's.
12769 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
12770 Do not print message; just return string.
12771 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
12772 Do not print message; just return string.
12773 Cache that string in eldoc-last-data.
12774 (eldoc-last-data): Make into a vector.
12775 (eldoc-get-fnsym-args-string): Use new data form of structure.
12776 (eldoc-get-var-docstring): Here also.
12777 (eldoc-last-data-store): New function.
12778 (eldoc-get-fnsym-args-string): Use it.
12779 (eldoc-get-var-docstring): Here also.
12780 (eldoc-docstring-first-line): Minimize interim string consing.
12781 Call substitute-command-keys on the result.
12782 (eldoc-print-var-docstrings, eldoc-print-docstring,
12783 eldoc-docstring-message): Functions removed.
12784 (eldoc-docstring-format-sym-doc): New function, functionality
12785 ripped out of eldoc-docstring-message.
12786 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
12787
12788 1998-09-18 Kenichi Handa <handa@etl.go.jp>
12789
12790 * international/mule.el (make-coding-system): Doc-string modified.
12791
12792 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org>
12793
12794 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
12795
12796 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
12797 customize type.
12798
12799 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
12800 type.
12801
12802 * progmodes/compile.el (compilation-error-screen-columns): New
12803 variable.
12804 (compilation-next-error-locus): Use it to decide whether to use
12805 forward-char or move-to-column.
12806
12807 * mail/rmail.el (rmail-movemail-program): Fix customize type.
12808
12809 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
12810 feedmail-fiddle-plex-user-list,
12811 feedmail-spray-address-fiddle-plex-list,
12812 feedmail-prompt-before-queue-user-alist,
12813 feedmail-prompt-before-queue-help-supplement,
12814 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
12815 feedmail-queue-alternative-mail-header-separator): Fix customize
12816 type.
12817
12818 * startup.el (site-run-file): Fix customize type.
12819
12820 * speedbar.el (speedbar-initial-expansion-list-name): Fix
12821 customize type.
12822
12823 * shell.el (shell-input-autoexpand): Fix customize type.
12824
12825 * ps-print.el (ps-font-info-database): Add missing dots in value.
12826 Improve layout of customize type.
12827
12828 * net-utils.el (traceroute-program-options, ping-program-options,
12829 ipconfig-program-options, netstat-program-options,
12830 arp-program-options, route-program-options,
12831 nslookup-program-options, ftp-program-options): Fix customize
12832 type.
12833
12834 * midnight.el (clean-buffer-list-kill-regexps,
12835 clean-buffer-list-kill-buffer-names,
12836 clean-buffer-list-kill-never-buffer-names,
12837 clean-buffer-list-kill-never-regexps): Fix customize type.
12838
12839 * man.el (Man-init-defvars): Avoid trailing nil on
12840 Man-filter-list.
12841
12842 * lpr.el (printer-name): Fix customize type.
12843
12844 1998-09-16 Kenichi Handa <handa@etl.go.jp>
12845
12846 * international/mule-cmds.el (reset-language-environment): Call
12847 update-coding-systems-internal.
12848
12849 * international/mule-conf.el: Call update-coding-systems-internal
12850 at the tail.
12851
12852 1998-09-14 Dave Love <fx@gnu.org>
12853
12854 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't
12855 use the menu-enable properties, pending doing it correctly and
12856 acceptably fast.
12857
12858 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
12859
12860 1998-09-13 Dave Love <d.love@dl.ac.uk>
12861
12862 * progmodes/hideshow.el (hs-grok-mode-type): Check
12863 comment-{start,end} non-nil as well as bound. Report an error if
12864 we can't grok the mode.
12865
12866 1998-09-13 Richard Stallman <rms@gnu.org>
12867
12868 * simple.el (blink-matching-open): Don't log paren matching
12869 messages in *Messages*.
12870
12871 1998-09-12 Richard Stallman <rms@gnu.org>
12872
12873 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
12874 Set point-before-scroll at end even if there was an error.
12875
12876 * ange-ftp.el (ange-ftp-insert-file-contents):
12877 Use binary mode for dumb-unix hosts as for unix hosts.
12878 (ange-ftp-copy-file-internal): Likewise.
12879
12880 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
12881
12882 * emacs-lisp/pp.el: Doc fixes.
12883
12884 * wid-edit.el (widget-menu-max-shortcuts): New variable.
12885 (widget-choose): Don't use single-char shortcuts if # items
12886 exceeds that many. Use minibuffer instead.
12887
12888 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12889
12890 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
12891
12892 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org>
12893
12894 * speedbar.el (speedbar-frame-mode): Do not set frame position if
12895 in terminal mode.
12896
12897 1998-09-10 Noah Friedman <friedman@splode.com>
12898
12899 * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
12900 defcustom declaration. It's wreaking too much havoc with XEmacs
12901 and older versions of Emacs, which share this code.
12902
12903 * type-break.el (type-break-mode): Here also.
12904
12905 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
12906 `t' to add-hook also to modify the new local value.
12907
12908 1998-09-10 Dave Love <fx@gnu.org>
12909
12910 * vc.el (vc-insert-headers): Doc fix.
12911
12912 1998-09-10 Richard Stallman <rms@gnu.org>
12913
12914 * textmodes/flyspell.el (flyspell-mode-on): Make the
12915 ispell-... variables permanent locals.
12916 (flyspell-mode-off): Add autoload cookie.
12917
12918 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
12919 do use binary mode, just as for `unix'.
12920 (ange-ftp-host-type): If HOST is nil, return `unix'.
12921
12922 * dired.el (dired-mark-files-containing-regexp):
12923 Don't scan directories. Ignore non-readable files.
12924
12925 * progmodes/compile.el (compilation-error-regexp-alist):
12926 Fix previous change: allow . and _ in command name.
12927
12928 * dired.el (dired-mark-files-containing-regexp): Fix previous change.
12929
12930 * uncompress.el (uncompress-while-visiting):
12931 Use just the car of what find-operation-coding-system returns.
12932
12933 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
12934
12935 * shell.el (shell-file-name-quote-list): Add # to the value.
12936
12937 1998-09-10 E. Jay Berkenbilt <ejb@ql.org>
12938
12939 * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
12940 to make killing of ispell process work even if
12941 kill-all-local-variables has been run.
12942
12943 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12944
12945 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
12946 loop when sexp entry ends at end of file with no newline.
12947
12948 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12949
12950 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
12951 (Custom-reset-standard): Fix menu inconsistency.
12952
12953 * mail/feedmail.el (feedmail-from-line): Allow t.
12954 (feedmail-message-id-suffix): Allow nil.
12955
12956 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
12957 Simplify. Make prefix arg work right.
12958
12959 1998-09-09 Dave Love <fx@gnu.org>
12960
12961 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
12962
12963 * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
12964
12965 1998-09-08 Dave Love <fx@gnu.org>
12966
12967 * add-log.el (change-log-font-lock-keywords): Do parenthesized
12968 stuff only after file names or at start of line. Allow parens
12969 around e-mail, as well as angles.
12970
12971 * gnus/nnweb.el (require): Wrap requirement of w3 and url in
12972 ignore-errors too, eval'd when compile. Require w3 stuff at load
12973 time for nicer failure if it's not available.
12974
12975 1998-09-07 Geoff Voelker <voelker@cs.washington.edu>
12976
12977 * comint.el (comint-arguments): Ignore backslashes when using
12978 w32 shells that expect backslashes as the directory separator.
12979
12980 1998-09-04 Kenichi Handa <handa@etl.go.jp>
12981
12982 * international/fontset.el (resolved-ascii-font): New variable.
12983 (x-complement-fontset-spec): By side effect, set
12984 `resolved-ascii-font' to the resolved name of ASCII font."
12985 (create-fontset-from-fontset-spec): Don't get a value for
12986 resolved-ascii-font from the list full-fontlist. It is set by
12987 x-complement-fontset-spec now.
12988
12989 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
12990 version, check the value of mule-version.
12991
12992 1998-09-07 Carsten Dominik <cd@delysid.gnu.org>
12993
12994 * textmodes/reftex.el (reftex-view-crossref): Split up into
12995 several functions. No longer moves to find a macro.
12996 (reftex-view-cr-cite, reftex-view-cr-ref,
12997 reftex-end-of-bib-entry): New functions.
12998 (reftex-auto-view-crossref): New value `window' allowed.
12999 (reftex-view-crossref-when-idle): Process new `window' option in
13000 (reftex-translate-to-ascii-function): New default.
13001 (reftex-label-illegal-re): Default changed, removed Latin1.
13002 (reftex-latin1-to-ascii): New function.
13003 (reftex-what-environment): Check for section regexp before use.
13004 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
13005 absolute path names.
13006 (reftex-TeX-master-file): Changed sequence of file checks.
13007 (reftex-do-citation): bibview cache only with RefTeX mode on.
13008
13009 1998-09-06 Richard Stallman <rms@gnu.org>
13010
13011 * progmodes/compile.el (compilation-error-regexp-alist):
13012 In first pattern (GNU utilities and other things),
13013 allow a space after the optional program name at the beginning.
13014
13015 * mail/mail-hist.el (mail-hist-current-header-contents):
13016 Fix previous change: use mail-header-end.
13017
13018 1998-09-06 Bill Richter <richter@math.nwu.edu>
13019
13020 * international/ccl.el: Doc fixes.
13021 * international/encoded-kb.el: Doc fixes.
13022 * international/fontset.el: Doc fixes.
13023 * international/kinsoku.el: Doc fixes.
13024 * international/kkc.el: Doc fixes.
13025 * international/mule-cmds.el: Doc fixes.
13026 * international/mule-conf.el: Doc fixes.
13027 * international/mule-util.el: Doc fixes.
13028 * international/mule.el: Doc fixes.
13029
13030 1998-09-05 Eric Ludlam <zappo@gnu.org>
13031
13032 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
13033 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
13034 (checkdoc-this-string-valid-engine): Permit ? as terminating
13035 punctuation for first line sentence breaking.
13036 (checkdoc-this-string-valid): When converting a comment into a doc
13037 string, make sure " chars are \".
13038 (checkdoc-sentencespace-region-engine): Only do double space check
13039 if based on the variable `sentence-end-double-space'
13040 (checkdoc-this-string-valid-engine): ? ends valid sentence.
13041 (checkdoc-proper-noun-region-engine): Exclude items in URLs
13042
13043 1998-09-04 Richard Stallman <rms@gnu.org>
13044
13045 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
13046 Recognize define-skeleton as a function definer.
13047
13048 * cus-edit.el (customize-option): Refuse to customize
13049 a variable that has no defcustom. But if variable is autoloaded,
13050 first try to load the library that defines it.
13051
13052 * international/iso-insert.el: Use `string' before calling `insert'
13053 so that in multibyte buffers we insert multibyte chars.
13054
13055 * dired.el (dired-mark-files-containing-regexp):
13056 Don't use find-file; instead, insert the file in a temp buffer.
13057
13058 * textmodes/tex-mode.el (tex-start-options-string): New option.
13059 (tex-start-tex): Use that variable.
13060
13061 * mail/rmail.el (rmail-primary-inbox-list): Make the initial
13062 value in the `repeat' alternative a list.
13063
13064 * textmodes/fill.el (fill-individual-paragraphs): Before deleting
13065 the inserted newline, verify that one was really inserted.
13066
13067 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
13068 remains on or remains off.
13069 (flyspell-multi-language-p): Default changed to nil.
13070
13071 * progmodes/ada-mode.el (ada-search-ignore-string-comment):
13072 In "found in comment" case, don't beginning-of-line after forward-line.
13073
13074 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
13075 If the function definition is not a lambda, return original FORM
13076 with no error.
13077
13078 1998-09-04 Peter Breton <pbreton@ne.mediaone.net>
13079
13080 * net-utils.el (netstat-program-options): Changed from nil to "-a"
13081 so that by default netstat shows all network connections.
13082
13083 1998-09-04 Bob Weiner <weiner@altrasoft.com>
13084
13085 * international/quail.el: Doc fixes.
13086
13087 * info.el (info): Don't add parens if FILE already has them.
13088
13089 1998-09-04 Geoff Voelker <voelker@cs.washington.edu>
13090
13091 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
13092 on extension lines.
13093
13094 1998-09-03 Geoff Voelker <voelker@cs.washington.edu>
13095
13096 * w32-fns.el (w32-shell-dos-semantics): New function.
13097
13098 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu>
13099
13100 * international/quail.el (quail-choose-completion-string): Store
13101 completion `choice' in `quail-current-str'; don't insert it.
13102
13103 1998-09-02 Kenichi Handa <handa@etl.go.jp>
13104
13105 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH
13106 argument to ps-mule-generate-bitmap-font.
13107
13108 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
13109 entry and change Latin-1 entry in the default value.
13110 (ps-mule-font-info-database-ps-bdf): New variable.
13111 (ccl-encode-ethio-unicode): Bug of CCL code fixed.
13112 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
13113 registerd in FONT-SPEC.
13114 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
13115 charcter width of bitmap fonts.
13116 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
13117 procedure NF.
13118 (ps-begin-file): Output PostScript code for setting
13119 SpaceWidthRatio.
13120 (ps-plot-region): Use line-beginning-position to get a position of
13121 the beginning of the current line.
13122
13123 * international/mule-cmds.el (register-input-method): Doc-string
13124 modified.
13125
13126 1998-09-01 Dave Love <fx@gnu.org>
13127
13128 * international/mule-cmds.el (current-language-environment): Fix
13129 setter function.
13130
13131 1998-09-01 Simon Marshall <simon@gnu.org>
13132
13133 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
13134 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
13135 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
13136 names with font-lock-type-face. Fontify type specs, etc., with
13137 font-lock-keyword-face.
13138
13139 1998-08-31 Kenichi Handa <handa@etl.go.jp>
13140
13141 * international/fontset.el (x-complement-fontset-spec): If ASCII
13142 font is specified in FONTLIST, don't substitute it for the
13143 resolved name.
13144
13145 1998-08-31 Paul Eggert <eggert@twinsun.com>
13146
13147 * international/mule.el (charset-description): Doc fix.
13148
13149 * language/chinese.el, language/cyrillic.el, language/czech.el,
13150 language/devanagari.el, language/ethiopic.el,
13151 language/european.el, language/hebrew.el, language/indian.el,
13152 language/japanese.el, language/korean.el, language/lao.el,
13153 language/slovak.el, language/thai.el, language/tibetan.el,
13154 language/vietnamese.el:
13155 Add coding: local variable, to avoid bootstrapping problem
13156 if you need to recompile all the Lisp files using interpreted code.
13157
13158 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13159
13160 * cal-china.el (chinese-year-cache): Change range of years from
13161 1989-2000 to 1990-2010.
13162
13163 1998-08-29 Dave Love <d.love@dl.ac.uk>
13164
13165 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
13166 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
13167
13168 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13169
13170 * ps-print.el (ps-print-control-characters): Doc-string modified.
13171 (ps-output-string-prim): Comment format changed.
13172 (ps-do-despool): Indentation of source code changed.
13173
13174 1998-08-28 Kenichi Handa <handa@etl.go.jp>
13175
13176 * subr.el (sref): Make it an alias of aref. Make the
13177 byte-compiler warn that it is obsolete.
13178 (char-bytes): Make the byte-compiler warn that it is obsolete.
13179
13180 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
13181 Calculate the total bytes using position-bytes instead of
13182 char-bytes.
13183
13184 1998-08-27 Karl Heuer <kwzh@gnu.org>
13185
13186 * snmp-mode.el: New file.
13187 * files.el (auto-mode-alist): Add snmp-mode patterns.
13188
13189 1998-08-27 Karl Eichwalder <ke@suse.de>
13190
13191 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
13192
13193 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13194
13195 * calendar/diary-lib.el (diary-block): Doc fix..
13196 * calendar/calendar.el (diary-list-include-blanks): Doc fix..
13197
13198 1998-08-27 Richard Stallman <rms@gnu.org>
13199
13200 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
13201 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
13202 Clear appt-mode-string if we don't put something in it.
13203
13204 1998-08-27 Dave Love <fx@gnu.org>
13205
13206 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
13207 dired-local-variables-file for dired-x.
13208
13209 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
13210 for compressed library files too.
13211
13212 1998-08-26 Kenichi Handa <handa@etl.go.jp>
13213
13214 * language/european.el ("Latin-1"): Modify `documentation' key value.
13215 ("Latin-2"): Likewise.
13216
13217 1998-08-26 Karl Heuer <kwzh@gnu.org>
13218
13219 * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
13220
13221 1998-08-26 Albert L. Ting <alt@artisan.com>
13222
13223 * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
13224 (mail-hist-current-header-contents): Use mail-text-start.
13225
13226 1998-08-26 Richard Stallman <rms@gnu.org>
13227
13228 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
13229 (customize-changed-options-previous-release): New variable.
13230 (customize-changed-options): Use that variable as default arg.
13231
13232 1998-08-26 Karl Eichwalder <ke@suse.de>
13233
13234 * midnight.el: Require `timer' not only when compiling.
13235
13236 1998-08-26 Per Starback <starback@update.uu.se>
13237
13238 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
13239 buffer before creating help group.
13240
13241 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
13242
13243 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
13244 coding-system-for-write before saving.
13245
13246 1998-08-26 Kevin Rodgers <kevinr@ihs.com>
13247
13248 * isearch.el (isearch-forward): Doc fix.
13249
13250 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org>
13251
13252 * emacs-lisp/find-func.el: Fix :version tags to have a string
13253 value, not a float.
13254
13255 * cus-dep.el: Fix typo in output.
13256
13257 1998-08-25 Dave Love <fx@gnu.org>
13258
13259 * repeat.el (repeat): Doc fix.
13260 [From rms:]
13261 (repeat-previous-repeated-command): New variable.
13262 (repeat): Check for real-last-command being null or repeat. Set
13263 repeat-previous-repeated-command.
13264
13265 * browse-url.el (browse-url-netscape): Fix format for hex escapes.
13266
13267 1998-08-25 Kenichi Handa <handa@etl.go.jp>
13268
13269 * gnus/message.el (message-send-mail-with-sendmail): Bind
13270 coding-system-for-write by the return value of
13271 select-message-coding-system.
13272 (message-send-mail-with-qmail): Likewise.
13273
13274 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org>
13275
13276 * emacs-lisp/autoload.el: Fix doc-string-elt property on
13277 define-derived-mode.
13278
13279 * files.el (file-name-invalid-regexp):
13280 Fix regex for ms-dos without long file names.
13281
13282 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13283
13284 * ps-print.el: Multi-byte buffer handling.
13285 (ps-print-version): New version number (4.0) and doc fix.
13286 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
13287 compilation for GNU Emacs and emacsens.
13288 (ps-generate-postscript-with-faces): Force invisible text to be
13289 visible.
13290 (dos-ps-printer): New var to avoid compilation gripes.
13291
13292 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13293
13294 * ps-print.el (ps-mule-plot-string): Pay attention to the case
13295 that no more characters can't be printed in the current line.
13296
13297 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13298
13299 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
13300 greater than TO.
13301
13302 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13303
13304 * ps-print.el: Add codes to make ps-print.el work also on Emacs
13305 20.2 and the earlier version.
13306 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
13307 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
13308 (ps-mule-find-wrappoint): Likewise.
13309 (ps-mule-generate-font): Change `X' to `x' in format
13310 control-string.
13311 (ps-generate): Call ps-mule-begin before calling ps-begin-job.
13312 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
13313 `restore' form procedures `BC' and `EC'.
13314
13315 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13316
13317 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
13318 is an executable procedure. Make LineThickness, Xshadow, and
13319 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc.
13320 (ps-mule-font-info-database, ps-mule-font-info-database-ps,
13321 ps-mule-font-info-database-bdf): New vars.
13322 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
13323 (ccl-encode-ethio-unicode): New CCL program.
13324 (ps-mule-encode-ethiopic): New fun.
13325 (ps-mule-current-charset): New var.
13326 (ps-mule-get-font-spec, ps-mule-font-spec-src,
13327 ps-mule-font-spec-name, ps-mule-font-spec-encoding,
13328 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
13329 (ps-mule-external-libraries): New var.
13330 (ps-mule-init-external-library): New fun.
13331 (ps-mule-font-cache): New var.
13332 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
13333 (ps-last-font): New var.
13334 (ps-mule-prepare-font): New fun.
13335 (ps-mule-charset-list): New var.
13336 (ps-mule-prologue-generated, ps-mule-prologue): New vars.
13337 (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
13338 ps-mule-plot-string): New funs.
13339 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
13340 New vars.
13341 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
13342 ps-mule-prepare-cmpchar-font): New funs.
13343 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
13344 vars.
13345 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
13346 ps-mule-generate-bitmap-glyph): New funs.
13347 (ps-mule-initialize, ps-mule-begin): New funs.
13348 (ps-output-string-prim): Insert string as unibyte.
13349 (ps-output-prologue): New fun.
13350 (ps-flush-output): Handle the case of 'prologue.
13351 (ps-begin-file): Call ps-mule-initialize.
13352 (ps-begin-job): Set ps-control-or-escape-regexp differently if
13353 printing multibyte characters.
13354 (ps-begin-page): Set ps-mule-current-charset to 'ascii.
13355 (ps-basic-plot-string): Handle the case of printing ASCII
13356 characters by external libraries (e.g. BDF).
13357 (ps-set-font): Set ps-last-font.
13358 (ps-plot-region): Handle multibyte characters, use
13359 ps-mule-plot-string for them.
13360 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin.
13361
13362 * bdf.el: New file.
13363
13364 1998-08-23 Kenichi HANDA <handa@etl.go.jp>
13365
13366 * international/mule-cmds.el (select-message-coding-system): New
13367 function.
13368 (set-language-environment-coding-systems): Set
13369 default-sendmail-coding-system.
13370
13371 * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
13372 (default-sendmail-coding-system): New variable.
13373 (sendmail-send-it): Encode the message by a coding system
13374 select-message-coding-system returns.
13375
13376 1998-08-23 Eric Ludlam <zappo@gnu.org>
13377
13378 * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
13379 (speedbar-mode): Set buffer to read only.
13380 (speedbar-temp-buffer-show-function): For emacs don't call hook
13381 with arguments.
13382 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
13383
13384 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu>
13385
13386 * speedbar.el (speedbar-key-map): Fix typo.
13387
13388 See ChangeLog.7 for earlier changes.